.small-title {
  color: #96a1a3;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.empty-alert {
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #96a1a3;
  margin-bottom: 26px;
}
.input-block-level {
  display: block;
  padding: 5px 15px;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.center {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 26px;
}
.show {
  display: block!important;
  visibility: visible!important;
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none!important;
  }
}
.hidden-desktop {
  display: none!important;
}
@media (max-width: 991px) {
  .hidden-desktop {
    display: inherit!important;
  }
}
.user-mood {
  position: relative;
  width: 50px;
  height: 50px;
  border: 3px solid #505656;
  border-radius: 30px;
}
.user-mood:after,
.user-mood:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 11px;
  top: 11px;
  background: #505656;
  display: block;
  content: "";
  border-radius: 10px;
}
.user-mood:after {
  left: auto;
  right: 11px;
}
.user-mood span {
  border-color: #27ae60;
  border-style: solid;
  border-width: 0 3px 3px;
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 30px;
  width: 25px;
  border-radius: 0 0 60px 60px;
}
.user-mood.mood-1,
.user-mood.mood-1 span {
  border-color: #c0392b;
}
.user-mood.mood-1:before,
.user-mood.mood-1:after {
  background-color: #c0392b;
}
.user-mood.mood-2,
.user-mood.mood-2 span {
  border-color: #d35400;
}
.user-mood.mood-2:before,
.user-mood.mood-2:after {
  background-color: #d35400;
}
.user-mood.mood-3,
.user-mood.mood-3 span {
  border-color: #e67e22;
}
.user-mood.mood-3:before,
.user-mood.mood-3:after {
  background-color: #e67e22;
}
.user-mood.mood-4,
.user-mood.mood-4 span {
  border-color: #2980b9;
}
.user-mood.mood-4:before,
.user-mood.mood-4:after {
  background-color: #2980b9;
}
.user-mood.mood-5,
.user-mood.mood-5 span {
  border-color: #27ae60;
}
.user-mood.mood-5:before,
.user-mood.mood-5:after {
  background-color: #27ae60;
}
.user-mood.mood-1 span,
.user-mood.mood-2 span {
  border-width: 3px 3px 0;
  border-radius: 60px 60px 0 0;
}
.user-mood.mood-3 span {
  border-left: 0;
  border-right: 0;
  top: 25px;
  width: 26px;
  border-radius: 0;
}
.user-mood.mood-small {
  width: 16px;
  height: 16px;
  border-width: 1px;
  margin: 5px 10px 10px;
}
.user-mood.mood-small:before,
.user-mood.mood-small:after {
  width: 3px;
  height: 3px;
  top: 4px;
  left: 4px;
}
.user-mood.mood-small:after {
  left: auto;
  right: 4px;
}
.user-mood.mood-small span {
  border-width: 0 1px 1px;
  height: 2px;
  margin-left: -4px;
  top: 10px;
  width: 6px;
}
.user-mood.mood-small.mood-1 span,
.user-mood.mood-small.mood-2 span {
  border-width: 1px 1px 0;
  border-radius: 60px 60px 0 0;
}
.user-mood.mood-small.mood-3 span {
  border-left: 0;
  border-right: 0;
  top: 9px;
  width: 8px;
  border-radius: 0;
}
@-webkit-keyframes allfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes allfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes allfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes allfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.allfade {
  -webkit-animation: allfade 4s 1s infinite linear;
  animation: allfade 4s 1s infinite linear;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  #edd_purchase_submit .edd-submit > .caret,
  .dropup > #edd_purchase_submit .edd-submit > .caret,
  #edd-next-submit-wrap .edd-submit > .caret,
  .dropup > #edd-next-submit-wrap .edd-submit > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #505656;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3498db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #217dbb;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 1px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #ecf0f1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #96a1a3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #96a1a3;
}
.text-primary {
  color: #3498db;
}
a.text-primary:hover {
  color: #217dbb;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #3498db;
}
a.bg-primary:hover {
  background-color: #217dbb;
}
.bg-success {
  background-color: #27ae60;
}
a.bg-success:hover {
  background-color: #1e8449;
}
.bg-info {
  background-color: #2980b9;
}
a.bg-info:hover {
  background-color: #20638f;
}
.bg-warning {
  background-color: #e67e22;
}
a.bg-warning:hover {
  background-color: #bf6516;
}
.bg-danger {
  background-color: #c0392b;
}
a.bg-danger:hover {
  background-color: #962d22;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #ecf0f1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #96a1a3;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #ecf0f1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #96a1a3;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f1;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 1px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d4045;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 26px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ecf0f1;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 13px;
}
.table-bordered {
  border: 1px solid #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #27ae60;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #229955;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #2980b9;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #2472a4;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #e67e22;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #d67118;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #c0392b;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ab3326;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ecf0f1;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #3d4045;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.625;
  color: #505656;
}
.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.625;
  color: #505656;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #96a1a3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 161, 163, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 161, 163, 0.6);
}
.form-control:focus {
  border-color: #96a1a3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #96a1a3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #96a1a3;
}
.form-control::-webkit-input-placeholder {
  color: #96a1a3;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ecf0f1;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 54px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 36px;
  padding: 6.5px 13px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 68px;
  padding: 19.5px 30px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 1px;
}
select.input-lg {
  height: 68px;
  line-height: 68px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 67.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 31px;
  right: 0;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #27ae60;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #e67e22;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c0392b;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8f9797;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 40px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-control-static {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
.btn,
#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
#edd_purchase_submit .edd-submit:focus,
#edd_purchase_submit .edd-submit:active:focus,
#edd_purchase_submit .edd-submit.active:focus,
#edd-next-submit-wrap .edd-submit:focus,
#edd-next-submit-wrap .edd-submit:active:focus,
#edd-next-submit-wrap .edd-submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
#edd_purchase_submit .edd-submit:hover,
#edd_purchase_submit .edd-submit:focus,
#edd-next-submit-wrap .edd-submit:hover,
#edd-next-submit-wrap .edd-submit:focus {
  color: #505656;
  text-decoration: none;
}
.btn:active,
.btn.active,
#edd_purchase_submit .edd-submit:active,
#edd_purchase_submit .edd-submit.active,
#edd-next-submit-wrap .edd-submit:active,
#edd-next-submit-wrap .edd-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
#edd_purchase_submit .edd-submit.disabled,
#edd_purchase_submit .edd-submit[disabled],
fieldset[disabled] #edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit.disabled,
#edd-next-submit-wrap .edd-submit[disabled],
fieldset[disabled] #edd-next-submit-wrap .edd-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #505656;
  color: #fff;
  background-color: #505656;
  border-color: #505656;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #505656;
  background-color: #3c4141;
  border-color: #333636;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #505656;
  border-color: #505656;
}
.btn-default .badge {
  color: #505656;
  background-color: #505656;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3c4141;
  border-color: #3c4141;
}
.btn-primary,
#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit {
  color: #3498db;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
#edd_purchase_submit .edd-submit:hover,
#edd_purchase_submit .edd-submit:focus,
#edd_purchase_submit .edd-submit:active,
#edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit:hover,
#edd-next-submit-wrap .edd-submit:focus,
#edd-next-submit-wrap .edd-submit:active,
#edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle#edd-next-submit-wrap .edd-submit {
  color: #3498db;
  background-color: #2383c4;
  border-color: #2077b2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
#edd_purchase_submit .edd-submit:active,
#edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit:active,
#edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle#edd-next-submit-wrap .edd-submit {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
#edd_purchase_submit .edd-submit.disabled,
#edd_purchase_submit .edd-submit[disabled],
fieldset[disabled] #edd_purchase_submit .edd-submit,
#edd_purchase_submit .edd-submit.disabled:hover,
#edd_purchase_submit .edd-submit[disabled]:hover,
fieldset[disabled] #edd_purchase_submit .edd-submit:hover,
#edd_purchase_submit .edd-submit.disabled:focus,
#edd_purchase_submit .edd-submit[disabled]:focus,
fieldset[disabled] #edd_purchase_submit .edd-submit:focus,
#edd_purchase_submit .edd-submit.disabled:active,
#edd_purchase_submit .edd-submit[disabled]:active,
fieldset[disabled] #edd_purchase_submit .edd-submit:active,
#edd_purchase_submit .edd-submit.disabled.active,
#edd_purchase_submit .edd-submit[disabled].active,
fieldset[disabled] #edd_purchase_submit .edd-submit.active,
#edd-next-submit-wrap .edd-submit.disabled,
#edd-next-submit-wrap .edd-submit[disabled],
fieldset[disabled] #edd-next-submit-wrap .edd-submit,
#edd-next-submit-wrap .edd-submit.disabled:hover,
#edd-next-submit-wrap .edd-submit[disabled]:hover,
fieldset[disabled] #edd-next-submit-wrap .edd-submit:hover,
#edd-next-submit-wrap .edd-submit.disabled:focus,
#edd-next-submit-wrap .edd-submit[disabled]:focus,
fieldset[disabled] #edd-next-submit-wrap .edd-submit:focus,
#edd-next-submit-wrap .edd-submit.disabled:active,
#edd-next-submit-wrap .edd-submit[disabled]:active,
fieldset[disabled] #edd-next-submit-wrap .edd-submit:active,
#edd-next-submit-wrap .edd-submit.disabled.active,
#edd-next-submit-wrap .edd-submit[disabled].active,
fieldset[disabled] #edd-next-submit-wrap .edd-submit.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary .badge,
#edd_purchase_submit .edd-submit .badge,
#edd-next-submit-wrap .edd-submit .badge {
  color: #3498db;
  background-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
#edd_purchase_submit .edd-submit:hover,
#edd_purchase_submit .edd-submit:focus,
#edd_purchase_submit .edd-submit:active,
#edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit:hover,
#edd-next-submit-wrap .edd-submit:focus,
#edd-next-submit-wrap .edd-submit:active,
#edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle#edd-next-submit-wrap .edd-submit {
  color: #fff;
  background-color: #2383c4;
  border-color: #2383c4;
}
.btn-success {
  color: #27ae60;
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #27ae60;
  background-color: #208d4e;
  border-color: #1c7c44;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success .badge {
  color: #27ae60;
  background-color: #27ae60;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #208d4e;
  border-color: #208d4e;
}
.btn-info {
  color: #2980b9;
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #2980b9;
  background-color: #226998;
  border-color: #1e5d87;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-info .badge {
  color: #2980b9;
  background-color: #2980b9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #226998;
  border-color: #226998;
}
.btn-warning {
  color: #e67e22;
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #e67e22;
  background-color: #c96a17;
  border-color: #b66015;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-warning .badge {
  color: #e67e22;
  background-color: #e67e22;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c96a17;
  border-color: #c96a17;
}
.btn-danger {
  color: #c0392b;
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #c0392b;
  background-color: #9f2f24;
  border-color: #8e2a20;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c0392b;
  border-color: #c0392b;
}
.btn-danger .badge {
  color: #c0392b;
  background-color: #c0392b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9f2f24;
  border-color: #9f2f24;
}
.btn-link {
  color: #3498db;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #217dbb;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #96a1a3;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > #edd_purchase_submit .edd-submit,
.btn-group-lg > #edd-next-submit-wrap .edd-submit {
  padding: 19.5px 30px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 1px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > #edd_purchase_submit .edd-submit,
.btn-group-sm > #edd-next-submit-wrap .edd-submit {
  padding: 6.5px 13px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > #edd_purchase_submit .edd-submit,
.btn-group-xs > #edd-next-submit-wrap .edd-submit {
  padding: 0 13px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625;
  color: #3d4045;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #313337;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3498db;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #96a1a3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.625;
  color: #96a1a3;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > #edd_purchase_submit .edd-submit,
.btn-group-vertical > #edd_purchase_submit .edd-submit,
.btn-group > #edd-next-submit-wrap .edd-submit,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > #edd_purchase_submit .edd-submit:hover,
.btn-group-vertical > #edd_purchase_submit .edd-submit:hover,
.btn-group > #edd_purchase_submit .edd-submit:focus,
.btn-group-vertical > #edd_purchase_submit .edd-submit:focus,
.btn-group > #edd_purchase_submit .edd-submit:active,
.btn-group-vertical > #edd_purchase_submit .edd-submit:active,
.btn-group > #edd_purchase_submit .edd-submit.active,
.btn-group-vertical > #edd_purchase_submit .edd-submit.active,
.btn-group > #edd-next-submit-wrap .edd-submit:hover,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:hover,
.btn-group > #edd-next-submit-wrap .edd-submit:focus,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:focus,
.btn-group > #edd-next-submit-wrap .edd-submit:active,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:active,
.btn-group > #edd-next-submit-wrap .edd-submit.active,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > #edd_purchase_submit .edd-submit:focus,
.btn-group-vertical > #edd_purchase_submit .edd-submit:focus,
.btn-group > #edd-next-submit-wrap .edd-submit:focus,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group #edd_purchase_submit .edd-submit + #edd_purchase_submit .edd-submit,
.btn-group #edd_purchase_submit .edd-submit + .btn-group,
.btn-group .btn-group + #edd_purchase_submit .edd-submit,
.btn-group #edd-next-submit-wrap .edd-submit + #edd-next-submit-wrap .edd-submit,
.btn-group #edd-next-submit-wrap .edd-submit + .btn-group,
.btn-group .btn-group + #edd-next-submit-wrap .edd-submit {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > #edd_purchase_submit .edd-submit,
.btn-toolbar > #edd-next-submit-wrap .edd-submit {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > #edd_purchase_submit .edd-submit:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > #edd-next-submit-wrap .edd-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > #edd_purchase_submit .edd-submit:first-child,
.btn-group > #edd-next-submit-wrap .edd-submit:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > #edd_purchase_submit .edd-submit:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > #edd-next-submit-wrap .edd-submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > #edd_purchase_submit .edd-submit:last-child:not(:first-child),
.btn-group > #edd-next-submit-wrap .edd-submit:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > #edd_purchase_submit .edd-submit,
.btn-group > .btn-group:not(:first-child):not(:last-child) > #edd-next-submit-wrap .edd-submit {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > #edd_purchase_submit .edd-submit:last-child,
.btn-group > .btn-group:first-child > #edd-next-submit-wrap .edd-submit:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > #edd_purchase_submit .edd-submit:first-child,
.btn-group > .btn-group:last-child > #edd-next-submit-wrap .edd-submit:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > #edd_purchase_submit .edd-submit + .dropdown-toggle,
.btn-group > #edd-next-submit-wrap .edd-submit + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
#edd_purchase_submit .edd-submit .caret,
#edd-next-submit-wrap .edd-submit .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > #edd_purchase_submit .edd-submit,
.btn-group-vertical > .btn-group > #edd_purchase_submit .edd-submit,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit,
.btn-group-vertical > .btn-group > #edd-next-submit-wrap .edd-submit {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > #edd_purchase_submit .edd-submit,
.btn-group-vertical > .btn-group > #edd-next-submit-wrap .edd-submit {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > #edd_purchase_submit .edd-submit + #edd_purchase_submit .edd-submit,
.btn-group-vertical > #edd_purchase_submit .edd-submit + .btn-group,
.btn-group-vertical > .btn-group + #edd_purchase_submit .edd-submit,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit + #edd-next-submit-wrap .edd-submit,
.btn-group-vertical > #edd-next-submit-wrap .edd-submit + .btn-group,
.btn-group-vertical > .btn-group + #edd-next-submit-wrap .edd-submit {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > #edd_purchase_submit .edd-submit:not(:first-child):not(:last-child),
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > #edd_purchase_submit .edd-submit:first-child:not(:last-child),
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > #edd_purchase_submit .edd-submit:last-child:not(:first-child),
.btn-group-vertical > #edd-next-submit-wrap .edd-submit:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #edd_purchase_submit .edd-submit,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #edd-next-submit-wrap .edd-submit {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > #edd_purchase_submit .edd-submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > #edd-next-submit-wrap .edd-submit:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > #edd_purchase_submit .edd-submit:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > #edd-next-submit-wrap .edd-submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > #edd_purchase_submit .edd-submit,
.btn-group-justified > #edd-next-submit-wrap .edd-submit {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group #edd_purchase_submit .edd-submit,
.btn-group-justified > .btn-group #edd-next-submit-wrap .edd-submit {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > #edd_purchase_submit .edd-submit > input[type="radio"],
[data-toggle="buttons"] > #edd_purchase_submit .edd-submit > input[type="checkbox"],
[data-toggle="buttons"] > #edd-next-submit-wrap .edd-submit > input[type="radio"],
[data-toggle="buttons"] > #edd-next-submit-wrap .edd-submit > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > #edd_purchase_submit .edd-submit,
.input-group-lg > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: 68px;
  padding: 19.5px 30px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 1px;
  padding: 18.5px 29px !important;
  height: 65px !important;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > #edd_purchase_submit .edd-submit,
select.input-group-lg > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: 68px;
  line-height: 68px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > #edd_purchase_submit .edd-submit,
select[multiple].input-group-lg > .input-group-btn > #edd_purchase_submit .edd-submit,
textarea.input-group-lg > .input-group-btn > #edd-next-submit-wrap .edd-submit,
select[multiple].input-group-lg > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > #edd_purchase_submit .edd-submit,
.input-group-sm > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: 36px;
  padding: 6.5px 13px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
  padding: 5.5px 12px !important;
  height: 39px !important;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > #edd_purchase_submit .edd-submit,
select.input-group-sm > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > #edd_purchase_submit .edd-submit,
select[multiple].input-group-sm > .input-group-btn > #edd_purchase_submit .edd-submit,
textarea.input-group-sm > .input-group-btn > #edd-next-submit-wrap .edd-submit,
select[multiple].input-group-sm > .input-group-btn > #edd-next-submit-wrap .edd-submit {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 13px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #505656;
  text-align: center;
  background-color: #ecf0f1;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 6.5px 13px;
  font-size: 14px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 19.5px 30px;
  font-size: 20px;
  border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > #edd_purchase_submit .edd-submit,
.input-group-btn:first-child > .btn-group > #edd_purchase_submit .edd-submit,
.input-group-btn:last-child > #edd_purchase_submit .edd-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > #edd_purchase_submit .edd-submit,
.input-group-btn:first-child > #edd-next-submit-wrap .edd-submit,
.input-group-btn:first-child > .btn-group > #edd-next-submit-wrap .edd-submit,
.input-group-btn:last-child > #edd-next-submit-wrap .edd-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > #edd-next-submit-wrap .edd-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > #edd_purchase_submit .edd-submit,
.input-group-btn:last-child > .btn-group > #edd_purchase_submit .edd-submit,
.input-group-btn:first-child > #edd_purchase_submit .edd-submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > #edd_purchase_submit .edd-submit,
.input-group-btn:last-child > #edd-next-submit-wrap .edd-submit,
.input-group-btn:last-child > .btn-group > #edd-next-submit-wrap .edd-submit,
.input-group-btn:first-child > #edd-next-submit-wrap .edd-submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > #edd-next-submit-wrap .edd-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > #edd_purchase_submit .edd-submit,
.input-group-btn > #edd-next-submit-wrap .edd-submit {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > #edd_purchase_submit .edd-submit + #edd_purchase_submit .edd-submit,
.input-group-btn > #edd-next-submit-wrap .edd-submit + #edd-next-submit-wrap .edd-submit {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > #edd_purchase_submit .edd-submit:hover,
.input-group-btn > #edd_purchase_submit .edd-submit:focus,
.input-group-btn > #edd_purchase_submit .edd-submit:active,
.input-group-btn > #edd-next-submit-wrap .edd-submit:hover,
.input-group-btn > #edd-next-submit-wrap .edd-submit:focus,
.input-group-btn > #edd-next-submit-wrap .edd-submit:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > #edd_purchase_submit .edd-submit,
.input-group-btn:first-child > #edd-next-submit-wrap .edd-submit {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > #edd_purchase_submit .edd-submit,
.input-group-btn:last-child > #edd-next-submit-wrap .edd-submit {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.nav > li.disabled > a {
  color: #96a1a3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #96a1a3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ecf0f1;
  border-color: #3498db;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ecf0f1 #ecf0f1 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #505656;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3498db;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 52px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 26px;
  height: 52px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -20px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -20px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #505656;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #505656;
}
.navbar-default .navbar-nav > li > a {
  color: #505656;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #505656;
  background-color: #ecf0f1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #505656;
  background-color: #ecf0f1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ecf0f1;
  color: #505656;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #505656;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #505656;
    background-color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #505656;
    background-color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #505656;
}
.navbar-default .navbar-link:hover {
  color: #505656;
}
.navbar-inverse {
  background-color: #27292e;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #96a1a3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: transparent;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #96a1a3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #96a1a3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ecf0f1;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #96a1a3;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #17181b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #96a1a3;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #96a1a3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecf0f1;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #96a1a3;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #96a1a3;
}
.navbar-inverse .navbar-link:hover {
  color: #ecf0f1;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 1px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #96a1a3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 13px 20px;
  line-height: 1.625;
  text-decoration: none;
  color: #3498db;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #217dbb;
  background-color: #ecf0f1;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #96a1a3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 19.5px 30px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6.5px 13px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #96a1a3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
#edd_purchase_submit .edd-submit .label,
#edd-next-submit-wrap .edd-submit .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #96a1a3;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #7b898b;
}
.label-primary {
  background-color: #3498db;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #217dbb;
}
.label-success {
  background-color: #27ae60;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e8449;
}
.label-info {
  background-color: #2980b9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #20638f;
}
.label-warning {
  background-color: #e67e22;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bf6516;
}
.label-danger {
  background-color: #c0392b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #962d22;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #96a1a3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
#edd_purchase_submit .edd-submit .badge,
#edd-next-submit-wrap .edd-submit .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3498db;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ecf0f1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 1px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.625;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3498db;
}
.thumbnail .caption {
  padding: 9px;
  color: #505656;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #27ae60;
  border-color: #229941;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #1e8438;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #2980b9;
  border-color: #23809c;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #1e6f87;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #e67e22;
  border-color: #d65218;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #bf4916;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #c0392b;
  border-color: #ab2630;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #96222a;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #27ae60;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #2980b9;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e67e22;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #c0392b;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1f0fa;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #27ae60;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #229955;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #2980b9;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #2472a4;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #e67e22;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d67118;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #c0392b;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #ab3326;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 26px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ecf0f1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #3d4045;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #3498db;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3498db;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3498db;
}
.panel-success {
  border-color: #229941;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #229941;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #229941;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #229941;
}
.panel-info {
  border-color: #23809c;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #2980b9;
  border-color: #23809c;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #23809c;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #23809c;
}
.panel-warning {
  border-color: #d65218;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #e67e22;
  border-color: #d65218;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d65218;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d65218;
}
.panel-danger {
  border-color: #ab2630;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #c0392b;
  border-color: #ab2630;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ab2630;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ab2630;
}
.well,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_login_register {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote,
#edd_checkout_form_wrap #edd-discount-code-wrap blockquote,
#edd_checkout_login_register blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 1px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.625;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer #edd_purchase_submit .edd-submit + #edd_purchase_submit .edd-submit,
.modal-footer #edd-next-submit-wrap .edd-submit + #edd-next-submit-wrap .edd-submit {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group #edd_purchase_submit .edd-submit + #edd_purchase_submit .edd-submit,
.modal-footer .btn-group #edd-next-submit-wrap .edd-submit + #edd-next-submit-wrap .edd-submit {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption #edd_purchase_submit .edd-submit,
.carousel-caption #edd-next-submit-wrap .edd-submit {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
a {
  outline: none !important;
}
.container {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}
.container-m {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.container-sm {
  max-width: 780px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 52px;
  }
}
#secondary .secondary-inner {
  background-color: #fcfcfd;
  padding: 20px;
}
@media (max-width: 768px) {
  #secondary .secondary-inner {
    margin-bottom: 26px;
  }
}
.clear-left {
  clear: left;
}
@media (min-width: 991px) {
  .vertical-line {
    position: relative;
  }
  .vertical-line:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ecf0f1;
    display: block;
    right: 29%;
  }
}
#page {
  min-height: 100%;
  position: relative;
}
#main {
  position: relative;
}
@media (max-width: 768px) {
  #main {
    overflow: hidden;
  }
}
#main > .container {
  margin-top: 104px;
  margin-bottom: 52px;
}
.home #main > .container {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
#main #content {
  padding: 130px 0 78px;
  background: #fff;
  word-wrap: break-word;
}
.home #main #content {
  padding: 0;
}
@media (max-width: 768px) {
  #main #content {
    padding: 0;
  }
  .single-post #main #content,
  .single-dwqa-question #main #content,
  .buddypress #main #content {
    padding: 104px 0 52px 0;
  }
}
.section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.section .container {
  position: relative;
}
@media (max-width: 1399px) {
  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media (max-width: 1199px) {
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 991px) {
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 34.66666667px;
    padding-bottom: 34.66666667px;
  }
}
.fa-big-section {
  color: #505656;
  font-size: 38px;
  font-weight: 100;
  text-align: right;
}
.small-head {
  display: block;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px !important;
  color: #96a1a3;
  line-height: 1 !important;
}
.stat {
  margin: 0;
  padding: 0;
}
.stat > li {
  display: inline-block;
  width: 48%;
}
.stat > li > h3 {
  font-size: 20px;
  line-height: 26px;
}
.stat > li > p {
  margin-bottom: 1px;
  line-height: 2;
}
.stat > li > p > strong {
  display: inline-block;
  width: 42px;
  text-align: center;
  background: #3498db;
  color: #fff;
  margin-right: 6px;
}
.section-header {
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .section-header {
    margin-bottom: 26px;
  }
}
.section-header h2 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-header h2 {
    font-size: 32px;
  }
}
.section-header p {
  font-size: 20px;
  color: #96a1a3;
  line-height: 1.625;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .section-header p {
    font-size: 16px;
  }
}
.section-title {
  margin-top: 0;
  color: #27292e;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
.images-list li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0 13.33333333px 26px;
  vertical-align: top;
}
.images-list a {
  display: block;
  color: #505656;
  text-decoration: none;
}
.images-list a img {
  width: 100%;
}
.images-list a strong {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 13px;
}
.images-list .tooltip {
  width: 400px;
}
.images-list-sm a {
  width: 96px;
}
.well,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_login_register {
  min-height: 20px;
  padding: 26px;
  margin-bottom: 26px;
  background-color: #f4f6f7;
  border: 0;
  border-top: 5px solid #ecf0f1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote,
#edd_checkout_form_wrap #edd-discount-code-wrap blockquote,
#edd_checkout_login_register blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 1px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
#loginModal form {
  margin: 0;
}
#loginModal .input {
  margin: 0;
}
#loginModal label {
  display: none;
}
#loginModal .login-remember label,
#loginModal .register-subscribe label {
  display: block;
  font-weight: normal;
}
#loginModal .sep {
  border-bottom: 1px solid #ecf0f1;
  margin: 10px 0 20px;
}
#loginModal .sep span {
  background: #fff;
  display: block;
  height: 20px;
  margin: 0 auto -10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
#loginModal .tab {
  display: none;
}
#loginModal .tab.active {
  display: block;
}
#loginModal .login-submit,
#loginModal .register-submit {
  margin: 0;
}
#loginModal .alert {
  margin-bottom: 10px;
}
#subscribeModal form {
  margin: 0;
}
#subscribeModal .input {
  margin: 0;
}
#subscribeModal label {
  display: none;
}
#subscribeModal .alert {
  margin-bottom: 10px;
}
#couponModal {
  width: 320px;
  margin-left: -160px;
}
#couponModal .input-append {
  margin-bottom: 0;
}
.social-share {
  list-style: none;
  background: url(../img/sharing-caring.png) no-repeat top center;
  padding: 60px 0 0;
}
.social-share li {
  display: inline-block;
  margin: 0 5px;
}
#content .ui-social-locker-dandyish {
  padding: 15px 15px 15px 120px;
  margin: 60px 0 0;
  max-width: 100%;
  background: url(../img/discount-icon.png) no-repeat 30px center #fdfcf2;
  border: 3px dashed #DBD7C0;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 600px) {
  #content .ui-social-locker-dandyish {
    background-image: none;
    padding-left: 15px;
  }
}
#content .ui-social-locker-dandyish .ui-social-locker-outer-wrap {
  background: none;
  padding: 0;
}
#content .ui-social-locker-dandyish .ui-social-locker-inner-wrap {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content .ui-social-locker-dandyish .ui-social-locker-button {
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content .ui-social-locker-dandyish .ui-social-locker-text {
  float: left;
  padding: 18px 20px 15px;
  text-align: left;
  text-shadow: none;
}
#content .ui-social-locker-dandyish .ui-social-locker-buttons {
  padding: 0;
  text-align: right;
}
@media (max-width: 979px) {
  #content .ui-social-locker-dandyish .ui-social-locker-buttons {
    text-align: left;
    clear: both;
  }
}
#content .ui-social-locker-dandyish .ui-social-locker-strong {
  font-size: 18px;
  text-transform: none;
  margin: 0 0 5px;
}
#content .ui-social-locker-dandyish .ui-social-locker-strong:before,
#content .ui-social-locker-dandyish .ui-social-locker-strong:after {
  display: none;
}
.discount-display {
  padding: 20px 30px 30px;
  margin: 60px 0 0;
  text-align: center;
  background: #fdfcf2;
  border: 3px dashed #DBD7C0;
}
.dw-avatar {
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding: 0!important;
  border: none!important;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.dw-avatar-12 {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
}
.dw-avatar-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.dw-avatar-100 {
  width: 77px;
  height: 77px;
  line-height: 77px;
  font-size: 20px;
}
.old-broswer header,
.old-broswer footer,
.old-broswer .site-main,
.old-broswer .rainbow,
.old-broswer .back-top {
  display: none !important;
  visibility: hidden !important;
}
.old-broswer body {
  min-height: 700px;
}
.old-broswer .alert-old {
  font-size: 20px;
  text-align: center;
  padding: 78px 52px;
  margin: 104px auto;
  width: 698px;
}
.old-broswer .alert-old .alert-old-title {
  position: relative;
  margin-bottom: 26px;
  color: #27ae60;
}
.old-broswer .alert-old .alert-old-title span {
  background-color: #fff;
  padding: 0 52px;
}
.old-broswer .alert-old .alert-old-title:before {
  content: '';
  background-color: #27ae60;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.old-broswer .alert-old .alert-old-icon {
  display: block;
  margin-bottom: 26px;
}
.old-broswer .alert-old .alert-old-icon i {
  font-size: 40px;
  color: #27ae60;
}
.rainbow {
  position: relative;
  z-index: 1;
  height: 10px;
  background-image: -webkit-linear-gradient(0deg, #505656 16.666667%, #3498db 16.666667%, #3498db 33.333333%, #27ae60 33.333333%, #27ae60 50%, #2980b9 50%, #2980b9 66.666667%, #e67e22 66.666667%, #e67e22 83.333333%, #c0392b 83.333333%);
  background-image: -moz-linear-gradient(0deg, #505656 16.666667%, #3498db 16.666667%, #3498db 33.333333%, #27ae60 33.333333%, #27ae60 50%, #2980b9 50%, #2980b9 66.666667%, #e67e22 66.666667%, #e67e22 83.333333%, #c0392b 83.333333%);
  background-image: linear-gradient(to right, #505656 16.666667%, #3498db 16.666667%, #3498db 33.333333%, #27ae60 33.333333%, #27ae60 50%, #2980b9 50%, #2980b9 66.666667%, #e67e22 66.666667%, #e67e22 83.333333%, #c0392b 83.333333%);
  -webkit-background-size: 100% 5px;
  -moz-background-size: 100% 5px;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: transparent;
}
a.pp_previous {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.feature-block {
  margin-bottom: 78px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-block {
    margin-bottom: 52px;
  }
  .feature-block:first-child {
    margin-top: 52px;
  }
}
.feature-block:last-child {
  margin-bottom: 0;
}
.feature-block h4 {
  color: #3498db;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.feature-block h3 {
  margin: 0 0 26px 0;
  font-size: 45px;
  font-weight: 300;
}
.feature-block p {
  color: #96a1a3;
  margin-bottom: 13px;
  font-size: 18px;
}
.feature-block .alignright {
  margin-left: 78px;
}
.feature-block .alignleft {
  margin-right: 78px;
}
@media (max-width: 767px) {
  .feature-block figure {
    display: none !important;
    visibility: hidden !important;
  }
}
.feature-block .feature-icon {
  background: #3d4045;
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 0 10px #d8d9dc, 0 0 0 20px #bdc0c4;
  display: block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 20px;
  overflow: hidden;
  font-size: 98px;
  line-height: 230px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.feature-block .feature-icon.green {
  background-color: #27ae60;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 0 10px #ffffff, 0 0 0 20px #ddf7e8;
}
.feature-block .feature-icon.red {
  background-color: #e67e22;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 0 10px #fdf6f0, 0 0 0 20px #f8dcc2;
}
.feature-block .feature-icon.blue {
  background-color: #2980b9;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 0 10px #ffffff, 0 0 0 20px #e7f2fa;
}
.feature-block .feature-icon:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: transparent;
  font-size: 78px;
}
.feature-block .feature-icon:hover.green {
  color: #27ae60;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05), 0 0 0 0px #ffffff, 0 0 0 10px #ddf7e8;
}
.feature-block .feature-icon:hover.red {
  color: #e67e22;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05), 0 0 0 0px #fdf6f0, 0 0 0 10px #f8dcc2;
}
.feature-block .feature-icon:hover.blue {
  color: #2980b9;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05), 0 0 0 0px #ffffff, 0 0 0 10px #e7f2fa;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.back-to-list {
  margin-bottom: 26px;
}
#dd_ajax_float {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.dd_outer {
  top: 46px;
  display: none;
}
.ie .dd_outer {
  position: relative!important;
}
.single-post .dd_outer {
  display: block;
}
.single-download .zopim {
  display: none;
}
.entry-content #fsb-social-bar:first-child {
  margin-top: 0!important;
  margin-bottom: 52px !important;
}
#fsb-social-bar {
  margin-top: 52px !important;
  margin-bottom: 26px !important;
}
.single-post #secondary,
.single-guide #secondary,
.page-template-templateselements-php #secondary {
  font-size: 15px;
}
.single-post .content a:not(.btn),
.single-guide .content a:not(.btn),
.page-template-templateselements-php .content a:not(.btn),
.single-post .entry-content a:not(.btn),
.single-guide .entry-content a:not(.btn),
.page-template-templateselements-php .entry-content a:not(.btn) {
  color: #217dbb;
}
.single-post .content a:not(.btn):hover,
.single-guide .content a:not(.btn):hover,
.page-template-templateselements-php .content a:not(.btn):hover,
.single-post .entry-content a:not(.btn):hover,
.single-guide .entry-content a:not(.btn):hover,
.page-template-templateselements-php .entry-content a:not(.btn):hover {
  color: #3498db;
}
.single-post .content .thumbnails-list,
.single-guide .content .thumbnails-list,
.page-template-templateselements-php .content .thumbnails-list,
.single-post .entry-content .thumbnails-list,
.single-guide .entry-content .thumbnails-list,
.page-template-templateselements-php .entry-content .thumbnails-list {
  padding: 0;
  list-style: none;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
}
.single-post .content .thumbnails-list li.full,
.single-guide .content .thumbnails-list li.full,
.page-template-templateselements-php .content .thumbnails-list li.full,
.single-post .entry-content .thumbnails-list li.full,
.single-guide .entry-content .thumbnails-list li.full,
.page-template-templateselements-php .entry-content .thumbnails-list li.full {
  display: block;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.single-post .content .thumbnails-list li,
.single-guide .content .thumbnails-list li,
.page-template-templateselements-php .content .thumbnails-list li,
.single-post .entry-content .thumbnails-list li,
.single-guide .entry-content .thumbnails-list li,
.page-template-templateselements-php .entry-content .thumbnails-list li {
  text-align: center;
  font-weight: bold;
}
.single-post .content .thumbnails-list li p,
.single-guide .content .thumbnails-list li p,
.page-template-templateselements-php .content .thumbnails-list li p,
.single-post .entry-content .thumbnails-list li p,
.single-guide .entry-content .thumbnails-list li p,
.page-template-templateselements-php .entry-content .thumbnails-list li p {
  margin: 0;
  padding: 6.5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #3d4045;
  background: #ecf0f1;
}
.single-post .content .thumbnails-list li img,
.single-guide .content .thumbnails-list li img,
.page-template-templateselements-php .content .thumbnails-list li img,
.single-post .entry-content .thumbnails-list li img,
.single-guide .entry-content .thumbnails-list li img,
.page-template-templateselements-php .entry-content .thumbnails-list li img {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 13px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.single-post .content .thumbnails-list li a + p,
.single-guide .content .thumbnails-list li a + p,
.page-template-templateselements-php .content .thumbnails-list li a + p,
.single-post .entry-content .thumbnails-list li a + p,
.single-guide .entry-content .thumbnails-list li a + p,
.page-template-templateselements-php .entry-content .thumbnails-list li a + p {
  display: none !important;
  visibility: hidden !important;
}
.single-post .content .thumbnails-list .modal-content,
.single-guide .content .thumbnails-list .modal-content,
.page-template-templateselements-php .content .thumbnails-list .modal-content,
.single-post .entry-content .thumbnails-list .modal-content,
.single-guide .entry-content .thumbnails-list .modal-content,
.page-template-templateselements-php .entry-content .thumbnails-list .modal-content {
  background-color: transparent;
}
.single-post .content .thumbnails-list .modal-body p,
.single-guide .content .thumbnails-list .modal-body p,
.page-template-templateselements-php .content .thumbnails-list .modal-body p,
.single-post .entry-content .thumbnails-list .modal-body p,
.single-guide .entry-content .thumbnails-list .modal-body p,
.page-template-templateselements-php .entry-content .thumbnails-list .modal-body p {
  position: relative;
  background-color: transparent;
}
.single-post .content .thumbnails-list .modal-body img,
.single-guide .content .thumbnails-list .modal-body img,
.page-template-templateselements-php .content .thumbnails-list .modal-body img,
.single-post .entry-content .thumbnails-list .modal-body img,
.single-guide .entry-content .thumbnails-list .modal-body img,
.page-template-templateselements-php .entry-content .thumbnails-list .modal-body img {
  max-width: 1000px;
}
.single-post .content .thumbnails-list .modal-header,
.single-guide .content .thumbnails-list .modal-header,
.page-template-templateselements-php .content .thumbnails-list .modal-header,
.single-post .entry-content .thumbnails-list .modal-header,
.single-guide .entry-content .thumbnails-list .modal-header,
.page-template-templateselements-php .entry-content .thumbnails-list .modal-header {
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden;
}
.single-post .content .thumbnails-list .modal-header .close,
.single-guide .content .thumbnails-list .modal-header .close,
.page-template-templateselements-php .content .thumbnails-list .modal-header .close,
.single-post .entry-content .thumbnails-list .modal-header .close,
.single-guide .entry-content .thumbnails-list .modal-header .close,
.page-template-templateselements-php .entry-content .thumbnails-list .modal-header .close {
  font-size: 32px;
  position: fixed;
  z-index: 1;
  color: #505656;
  opacity: 1;
  top: 26px;
  right: 52px;
}
.single-post .content .well p,
.single-guide .content .well p,
.page-template-templateselements-php .content .well p,
.single-post .entry-content .well p,
.single-guide .entry-content .well p,
.page-template-templateselements-php .entry-content .well p,
.single-post .content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.single-guide .content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.page-template-templateselements-php .content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.single-post .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.single-guide .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.page-template-templateselements-php .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap p,
.single-post .content #edd_checkout_login_register p,
.single-guide .content #edd_checkout_login_register p,
.page-template-templateselements-php .content #edd_checkout_login_register p,
.single-post .entry-content #edd_checkout_login_register p,
.single-guide .entry-content #edd_checkout_login_register p,
.page-template-templateselements-php .entry-content #edd_checkout_login_register p {
  margin-bottom: 0;
}
.single-post .content .well.video-intro p,
.single-guide .content .well.video-intro p,
.page-template-templateselements-php .content .well.video-intro p,
.single-post .entry-content .well.video-intro p,
.single-guide .entry-content .well.video-intro p,
.page-template-templateselements-php .entry-content .well.video-intro p,
.single-post .content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.single-guide .content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.page-template-templateselements-php .content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.single-post .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.single-guide .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.page-template-templateselements-php .entry-content #edd_checkout_form_wrap #edd-discount-code-wrap.video-intro p,
.single-post .content #edd_checkout_login_register.video-intro p,
.single-guide .content #edd_checkout_login_register.video-intro p,
.page-template-templateselements-php .content #edd_checkout_login_register.video-intro p,
.single-post .entry-content #edd_checkout_login_register.video-intro p,
.single-guide .entry-content #edd_checkout_login_register.video-intro p,
.page-template-templateselements-php .entry-content #edd_checkout_login_register.video-intro p {
  margin-bottom: 26px;
}
.single-post .content .img-caption.img-nopadding,
.single-guide .content .img-caption.img-nopadding,
.page-template-templateselements-php .content .img-caption.img-nopadding,
.single-post .entry-content .img-caption.img-nopadding,
.single-guide .entry-content .img-caption.img-nopadding,
.page-template-templateselements-php .entry-content .img-caption.img-nopadding {
  padding: 0 0 13px 0;
}
.single-post .content section,
.single-guide .content section,
.page-template-templateselements-php .content section,
.single-post .entry-content section,
.single-guide .entry-content section,
.page-template-templateselements-php .entry-content section {
  padding-top: 52px;
  margin-top: 52px;
  border-top: 1px solid #ecf0f1;
}
.single-post .content section:first-child,
.single-guide .content section:first-child,
.page-template-templateselements-php .content section:first-child,
.single-post .entry-content section:first-child,
.single-guide .entry-content section:first-child,
.page-template-templateselements-php .entry-content section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.single-post .content .doc-content + p,
.single-guide .content .doc-content + p,
.page-template-templateselements-php .content .doc-content + p,
.single-post .entry-content .doc-content + p,
.single-guide .entry-content .doc-content + p,
.page-template-templateselements-php .entry-content .doc-content + p {
  display: none !important;
  visibility: hidden !important;
}
.single-post .content .doc-content > p:first-child + section,
.single-guide .content .doc-content > p:first-child + section,
.page-template-templateselements-php .content .doc-content > p:first-child + section,
.single-post .entry-content .doc-content > p:first-child + section,
.single-guide .entry-content .doc-content > p:first-child + section,
.page-template-templateselements-php .entry-content .doc-content > p:first-child + section {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.single-post .content h2,
.single-guide .content h2,
.page-template-templateselements-php .content h2,
.single-post .entry-content h2,
.single-guide .entry-content h2,
.page-template-templateselements-php .entry-content h2 {
  margin-top: 78px;
}
.single-post .content h3,
.single-guide .content h3,
.page-template-templateselements-php .content h3,
.single-post .entry-content h3,
.single-guide .entry-content h3,
.page-template-templateselements-php .entry-content h3 {
  margin-top: 52px;
}
.single-post .content h4,
.single-guide .content h4,
.page-template-templateselements-php .content h4,
.single-post .entry-content h4,
.single-guide .entry-content h4,
.page-template-templateselements-php .entry-content h4 {
  margin-top: 26px;
}
.single-post .content .page-header,
.single-guide .content .page-header,
.page-template-templateselements-php .content .page-header,
.single-post .entry-content .page-header,
.single-guide .entry-content .page-header,
.page-template-templateselements-php .entry-content .page-header {
  margin: 0;
  padding: 0;
  background: none;
}
.ie .single-post .content .page-header,
.ie .single-guide .content .page-header,
.ie .page-template-templateselements-php .content .page-header,
.ie .single-post .entry-content .page-header,
.ie .single-guide .entry-content .page-header,
.ie .page-template-templateselements-php .entry-content .page-header {
  border: none!important;
  margin-bottom: 0!important;
}
.single-post .content .page-header h2,
.single-guide .content .page-header h2,
.page-template-templateselements-php .content .page-header h2,
.single-post .entry-content .page-header h2,
.single-guide .entry-content .page-header h2,
.page-template-templateselements-php .entry-content .page-header h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 32px;
}
.single-post .content .page-header h3,
.single-guide .content .page-header h3,
.page-template-templateselements-php .content .page-header h3,
.single-post .entry-content .page-header h3,
.single-guide .entry-content .page-header h3,
.page-template-templateselements-php .entry-content .page-header h3 {
  margin-top: 26px;
  font-size: 24px;
}
.single-post .content .page-header h4,
.single-guide .content .page-header h4,
.page-template-templateselements-php .content .page-header h4,
.single-post .entry-content .page-header h4,
.single-guide .entry-content .page-header h4,
.page-template-templateselements-php .entry-content .page-header h4 {
  margin-top: 26px;
  font-size: 16px;
}
.single-post .content .com,
.single-guide .content .com,
.page-template-templateselements-php .content .com,
.single-post .entry-content .com,
.single-guide .entry-content .com,
.page-template-templateselements-php .entry-content .com {
  color: #93a1a1;
}
.single-post .content .lit,
.single-guide .content .lit,
.page-template-templateselements-php .content .lit,
.single-post .entry-content .lit,
.single-guide .entry-content .lit,
.page-template-templateselements-php .entry-content .lit {
  color: #ddd;
}
.single-post .content .pun,
.single-guide .content .pun,
.page-template-templateselements-php .content .pun,
.single-post .entry-content .pun,
.single-guide .entry-content .pun,
.page-template-templateselements-php .entry-content .pun,
.single-post .content .opn,
.single-guide .content .opn,
.page-template-templateselements-php .content .opn,
.single-post .entry-content .opn,
.single-guide .entry-content .opn,
.page-template-templateselements-php .entry-content .opn,
.single-post .content .clo,
.single-guide .content .clo,
.page-template-templateselements-php .content .clo,
.single-post .entry-content .clo,
.single-guide .entry-content .clo,
.page-template-templateselements-php .entry-content .clo {
  color: #93a1a1;
}
.single-post .content .fun,
.single-guide .content .fun,
.page-template-templateselements-php .content .fun,
.single-post .entry-content .fun,
.single-guide .entry-content .fun,
.page-template-templateselements-php .entry-content .fun {
  color: #dc322f;
}
.single-post .content .str,
.single-guide .content .str,
.page-template-templateselements-php .content .str,
.single-post .entry-content .str,
.single-guide .entry-content .str,
.page-template-templateselements-php .entry-content .str,
.single-post .content .atv,
.single-guide .content .atv,
.page-template-templateselements-php .content .atv,
.single-post .entry-content .atv,
.single-guide .entry-content .atv,
.page-template-templateselements-php .entry-content .atv {
  color: #a6e22e;
}
.single-post .content .kwd,
.single-guide .content .kwd,
.page-template-templateselements-php .content .kwd,
.single-post .entry-content .kwd,
.single-guide .entry-content .kwd,
.page-template-templateselements-php .entry-content .kwd,
.single-post .content .prettyprint .tag,
.single-guide .content .prettyprint .tag,
.page-template-templateselements-php .content .prettyprint .tag,
.single-post .entry-content .prettyprint .tag,
.single-guide .entry-content .prettyprint .tag,
.page-template-templateselements-php .entry-content .prettyprint .tag {
  color: #ddd;
}
.single-post .content .typ,
.single-guide .content .typ,
.page-template-templateselements-php .content .typ,
.single-post .entry-content .typ,
.single-guide .entry-content .typ,
.page-template-templateselements-php .entry-content .typ,
.single-post .content .atn,
.single-guide .content .atn,
.page-template-templateselements-php .content .atn,
.single-post .entry-content .atn,
.single-guide .entry-content .atn,
.page-template-templateselements-php .entry-content .atn,
.single-post .content .dec,
.single-guide .content .dec,
.page-template-templateselements-php .content .dec,
.single-post .entry-content .dec,
.single-guide .entry-content .dec,
.page-template-templateselements-php .entry-content .dec,
.single-post .content .var,
.single-guide .content .var,
.page-template-templateselements-php .content .var,
.single-post .entry-content .var,
.single-guide .entry-content .var,
.page-template-templateselements-php .entry-content .var {
  color: #f92672;
}
.single-post .content .pln,
.single-guide .content .pln,
.page-template-templateselements-php .content .pln,
.single-post .entry-content .pln,
.single-guide .entry-content .pln,
.page-template-templateselements-php .entry-content .pln {
  color: #717A7A;
}
.single-post .content .prettyprint,
.single-guide .content .prettyprint,
.page-template-templateselements-php .content .prettyprint,
.single-post .entry-content .prettyprint,
.single-guide .entry-content .prettyprint,
.page-template-templateselements-php .entry-content .prettyprint {
  padding: 8px;
  background-color: #272822;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.single-post .content ol.linenums li,
.single-guide .content ol.linenums li,
.page-template-templateselements-php .content ol.linenums li,
.single-post .entry-content ol.linenums li,
.single-guide .entry-content ol.linenums li,
.page-template-templateselements-php .entry-content ol.linenums li {
  padding-left: 12px;
  color: #ddd;
  line-height: 20px;
}
.single-post .content .checkbox-list,
.single-guide .content .checkbox-list,
.page-template-templateselements-php .content .checkbox-list,
.single-post .entry-content .checkbox-list,
.single-guide .entry-content .checkbox-list,
.page-template-templateselements-php .entry-content .checkbox-list {
  list-style: none;
  padding: 0;
}
.single-post .content .checkbox-list i,
.single-guide .content .checkbox-list i,
.page-template-templateselements-php .content .checkbox-list i,
.single-post .entry-content .checkbox-list i,
.single-guide .entry-content .checkbox-list i,
.page-template-templateselements-php .entry-content .checkbox-list i {
  margin-right: 6.5px;
  color: #27ae60;
  font-size: 14px;
}
.single-post .content .checkbox-list .icon-ok,
.single-guide .content .checkbox-list .icon-ok,
.page-template-templateselements-php .content .checkbox-list .icon-ok,
.single-post .entry-content .checkbox-list .icon-ok,
.single-guide .entry-content .checkbox-list .icon-ok,
.page-template-templateselements-php .entry-content .checkbox-list .icon-ok {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-post .content .checkbox-list .icon-ok:before,
.single-guide .content .checkbox-list .icon-ok:before,
.page-template-templateselements-php .content .checkbox-list .icon-ok:before,
.single-post .entry-content .checkbox-list .icon-ok:before,
.single-guide .entry-content .checkbox-list .icon-ok:before,
.page-template-templateselements-php .entry-content .checkbox-list .icon-ok:before {
  content: "\f00c";
}
.single-post .content .alert .checkbox-list i,
.single-guide .content .alert .checkbox-list i,
.page-template-templateselements-php .content .alert .checkbox-list i,
.single-post .entry-content .alert .checkbox-list i,
.single-guide .entry-content .alert .checkbox-list i,
.page-template-templateselements-php .entry-content .alert .checkbox-list i {
  color: #fff;
}
@media (max-width: 768px) {
  .single-post .content .row > [class*='col-'],
  .single-guide .content .row > [class*='col-'],
  .page-template-templateselements-php .content .row > [class*='col-'],
  .single-post .entry-content .row > [class*='col-'],
  .single-guide .entry-content .row > [class*='col-'],
  .page-template-templateselements-php .entry-content .row > [class*='col-'] {
    margin-top: 52px;
  }
  .single-post .content .row > [class*='col-']:first-child,
  .single-guide .content .row > [class*='col-']:first-child,
  .page-template-templateselements-php .content .row > [class*='col-']:first-child,
  .single-post .entry-content .row > [class*='col-']:first-child,
  .single-guide .entry-content .row > [class*='col-']:first-child,
  .page-template-templateselements-php .entry-content .row > [class*='col-']:first-child {
    margin-top: 0;
  }
}
.single-post .ja-msg-box,
.single-guide .ja-msg-box,
.page-template-templateselements-php .ja-msg-box,
.single-post .msg-box,
.single-guide .msg-box,
.page-template-templateselements-php .msg-box {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  min-height: 20px;
  padding: 26px;
  margin-bottom: 26px;
  background-color: #f4f6f7;
  border: 0;
  border-top: 5px solid #ecf0f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.single-post .ja-msg-box blockquote,
.single-guide .ja-msg-box blockquote,
.page-template-templateselements-php .ja-msg-box blockquote,
.single-post .msg-box blockquote,
.single-guide .msg-box blockquote,
.page-template-templateselements-php .msg-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.single-post .ja-msg-box blockquote,
.single-guide .ja-msg-box blockquote,
.page-template-templateselements-php .ja-msg-box blockquote,
.single-post .msg-box blockquote,
.single-guide .msg-box blockquote,
.page-template-templateselements-php .msg-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.single-post .ja-msg-box ul,
.single-guide .ja-msg-box ul,
.page-template-templateselements-php .ja-msg-box ul,
.single-post .msg-box ul,
.single-guide .msg-box ul,
.page-template-templateselements-php .msg-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post .ja-msg-box li,
.single-guide .ja-msg-box li,
.page-template-templateselements-php .ja-msg-box li,
.single-post .msg-box li,
.single-guide .msg-box li,
.page-template-templateselements-php .msg-box li {
  border-top: 1px solid #e5e5e5;
  color: #96a1a3;
  text-transform: capitalize;
  padding: 7px 0;
}
.single-post .ja-msg-box li:first-child,
.single-guide .ja-msg-box li:first-child,
.page-template-templateselements-php .ja-msg-box li:first-child,
.single-post .msg-box li:first-child,
.single-guide .msg-box li:first-child,
.page-template-templateselements-php .msg-box li:first-child {
  border-top: 0;
}
.single-post .ja-msg-box .small-title + p,
.single-guide .ja-msg-box .small-title + p,
.page-template-templateselements-php .ja-msg-box .small-title + p,
.single-post .msg-box .small-title + p,
.single-guide .msg-box .small-title + p,
.page-template-templateselements-php .msg-box .small-title + p {
  margin-bottom: 0;
}
.single-post .ja-msg-box ul,
.single-guide .ja-msg-box ul,
.page-template-templateselements-php .ja-msg-box ul,
.single-post .msg-box ul,
.single-guide .msg-box ul,
.page-template-templateselements-php .msg-box ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.single-post .ja-msg-box ul li,
.single-guide .ja-msg-box ul li,
.page-template-templateselements-php .ja-msg-box ul li,
.single-post .msg-box ul li,
.single-guide .msg-box ul li,
.page-template-templateselements-php .msg-box ul li {
  width: 50%;
  float: left;
  border: none;
}
@media (max-width: 768px) {
  .single-post .ja-msg-box ul li,
  .single-guide .ja-msg-box ul li,
  .page-template-templateselements-php .ja-msg-box ul li,
  .single-post .msg-box ul li,
  .single-guide .msg-box ul li,
  .page-template-templateselements-php .msg-box ul li {
    width: 100%;
    float: none;
  }
}
.single-post .ja-msg-box ul b,
.single-guide .ja-msg-box ul b,
.page-template-templateselements-php .ja-msg-box ul b,
.single-post .msg-box ul b,
.single-guide .msg-box ul b,
.page-template-templateselements-php .msg-box ul b {
  display: block;
}
.single-post .ja-msg-box ul a,
.single-guide .ja-msg-box ul a,
.page-template-templateselements-php .ja-msg-box ul a,
.single-post .msg-box ul a,
.single-guide .msg-box ul a,
.page-template-templateselements-php .msg-box ul a {
  margin-right: 6.5px;
}
.single-post .ja-msg-box ul p,
.single-guide .ja-msg-box ul p,
.page-template-templateselements-php .ja-msg-box ul p,
.single-post .msg-box ul p,
.single-guide .msg-box ul p,
.page-template-templateselements-php .msg-box ul p {
  margin: 0;
}
.ja-msg-box,
.msg-box {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  min-height: 20px;
  padding: 26px;
  margin-bottom: 26px;
  background-color: #f4f6f7;
  border: 0;
  border-top: 5px solid #ecf0f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.ja-msg-box blockquote,
.msg-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.ja-msg-box blockquote,
.msg-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.ja-msg-box ul,
.msg-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ja-msg-box li,
.msg-box li {
  border-top: 1px solid #e5e5e5;
  color: #96a1a3;
  text-transform: capitalize;
  padding: 7px 0;
}
.ja-msg-box li:first-child,
.msg-box li:first-child {
  border-top: 0;
}
.ja-msg-box .small-title + p,
.msg-box .small-title + p {
  margin-bottom: 0;
}
.ja-msg-box ul,
.msg-box ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.ja-msg-box ul li,
.msg-box ul li {
  width: 50%;
  float: left;
  border: none;
}
@media (max-width: 768px) {
  .ja-msg-box ul li,
  .msg-box ul li {
    width: 100%;
    float: none;
  }
}
.ja-msg-box ul b,
.msg-box ul b {
  display: block;
}
.ja-msg-box ul a,
.msg-box ul a {
  margin-right: 6.5px;
}
.ja-msg-box ul p,
.msg-box ul p {
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  color: #3498db;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ie a {
  text-decoration: none!important;
}
a:hover,
a:focus {
  color: #217dbb;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  height: auto;
}
img.avatar {
  border-radius: 50%;
}
strong,
b {
  font-weight: 700;
}
hr {
  margin-bottom: 0;
  height: 25px;
}
blockquote {
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #96a1a3;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 52px;
  margin-bottom: 26px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-size: 65%;
}
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  line-height: 52px;
}
h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 26px;
  margin-bottom: 26px;
  line-height: 26px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1.hero {
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 122px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 992px) {
  h1.hero {
    font-size: 61px;
  }
}
@media (max-width: 480px) {
  h1.hero {
    font-size: 32px;
    line-height: 1.2;
  }
}
h1.hero span {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .33em;
}
@media (max-width: 992px) {
  h1.hero span {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  h1.hero span {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}
.blockline {
  display: inline-block;
  position: relative;
}
.blockline::before,
.blockline::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  top: 40%;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 480px) {
  .blockline::before,
  .blockline::after {
    display: none;
  }
}
.blockline::before {
  right: 100%;
  margin-right: 25px;
}
.blockline::after {
  left: 100%;
  margin-left: 25px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #27ae60;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1e8449;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #27ae60;
  background-color: #27ae60;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #e67e22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #bf6516;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0b37e;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #e67e22;
  background-color: #e67e22;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #c0392b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #962d22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7c72;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7c72;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #c0392b;
  background-color: #c0392b;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
p {
  margin: 0 0 26px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.circle-list,
.icon-list,
.number-list {
  display: block;
  list-style-type: none;
  margin: 0 0 26px 0;
  padding: 0;
}
.circle-list li,
.icon-list li,
.number-list li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 6.5px;
}
.circle-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 6.5px;
  height: 6.5px;
  background-color: #96a1a3;
  display: block;
  content: '';
  border-radius: 50%;
}
.icon-list i {
  color: #27ae60;
  margin-right: 6.5px;
}
.number-list {
  counter-reset: number-list;
}
.number-list li {
  padding-left: 39px;
}
.number-list li:before {
  color: #fff;
  background-color: #3498db;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  text-align: center;
  content: counter(number-list, decimal);
  counter-increment: number-list;
}
.pagination {
  margin-bottom: 0;
}
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 1px;
  margin-bottom: 0;
  margin: 0;
}
.page-numbers > li {
  display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 13px 20px;
  line-height: 1.625;
  text-decoration: none;
  color: #3498db;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  color: #217dbb;
  background-color: #ecf0f1;
  border-color: #dddddd;
}
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  cursor: default;
}
.page-numbers > .disabled > span,
.page-numbers > .disabled > span:hover,
.page-numbers > .disabled > span:focus,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #96a1a3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  color: #3498db;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 4px 6px;
  margin: 0 1px;
  border: 2px solid transparent;
  border-radius: 1px;
  color: #3d4045;
  min-width: 40px;
  font-size: 18px;
  background: transparent;
  text-align: center;
}
.pagination ul > li > a:first-child,
.pagination ul > li > span:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  .pagination ul > li > a,
  .pagination ul > li > span {
    min-width: 25px;
    margin: 0 2px!important;
    padding: 0 4px!important;
    font-size: 11px;
  }
}
.pagination ul > li > a:hover {
  border: 2px solid #505656;
  color: #3d4045;
}
.pagination ul > li > span.current {
  background: #3498db !important;
  border: 2px solid #3498db;
  color: #fff;
}
.pagination ul > li > .prev,
.pagination ul > li > .next {
  width: auto;
  padding: 6px 12px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.btn,
#edd_purchase_submit .edd-submit,
#edd-next-submit-wrap .edd-submit {
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
}
.btn i,
#edd_purchase_submit .edd-submit i,
#edd-next-submit-wrap .edd-submit i {
  font-style: normal;
  margin-left: 6.5px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > #edd_purchase_submit .edd-submit,
.btn-group-lg > #edd-next-submit-wrap .edd-submit {
  padding: 16.5px 29px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 1px;
  font-size: 18px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > #edd_purchase_submit .edd-submit,
.btn-group-sm > #edd-next-submit-wrap .edd-submit {
  padding: 5.5px 12px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > #edd_purchase_submit .edd-submit,
.btn-group-xs > #edd-next-submit-wrap .edd-submit {
  padding: 0 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 1px;
  margin-top: -3px;
}
.btn-line.btn-default {
  color: #505656;
  background-color: rgba(0, 0, 0, 0);
  border-color: #6d7676;
}
.btn-line.btn-default:hover,
.btn-line.btn-default:focus,
.btn-line.btn-default:active,
.btn-line.btn-default.active,
.open .dropdown-toggle.btn-line.btn-default {
  color: #fff;
  background-color: #505656;
  border-color: #505656;
}
.btn-line.btn-primary,
.btn-line#edd_purchase_submit .edd-submit,
.btn-line#edd-next-submit-wrap .edd-submit {
  color: #3498db;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68b2e4;
}
.btn-line.btn-primary:hover,
.btn-line.btn-primary:focus,
.btn-line.btn-primary:active,
.btn-line.btn-primary.active,
.open .dropdown-toggle.btn-line.btn-primary,
.btn-line#edd_purchase_submit .edd-submit:hover,
.btn-line#edd_purchase_submit .edd-submit:focus,
.btn-line#edd_purchase_submit .edd-submit:active,
.btn-line#edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle.btn-line#edd_purchase_submit .edd-submit,
.btn-line#edd-next-submit-wrap .edd-submit:hover,
.btn-line#edd-next-submit-wrap .edd-submit:focus,
.btn-line#edd-next-submit-wrap .edd-submit:active,
.btn-line#edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle.btn-line#edd-next-submit-wrap .edd-submit {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-line.btn-success {
  color: #27ae60;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3ed47d;
}
.btn-line.btn-success:hover,
.btn-line.btn-success:focus,
.btn-line.btn-success:active,
.btn-line.btn-success.active,
.open .dropdown-toggle.btn-line.btn-success {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-line.btn-info {
  color: #2980b9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #499ed7;
}
.btn-line.btn-info:hover,
.btn-line.btn-info:focus,
.btn-line.btn-info:active,
.btn-line.btn-info.active,
.open .dropdown-toggle.btn-line.btn-info {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-line.btn-warning {
  color: #e67e22;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ec9e59;
}
.btn-line.btn-warning:hover,
.btn-line.btn-warning:focus,
.btn-line.btn-warning:active,
.btn-line.btn-warning.active,
.open .dropdown-toggle.btn-line.btn-warning {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-line.btn-danger {
  color: #c0392b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d85d50;
}
.btn-line.btn-danger:hover,
.btn-line.btn-danger:focus,
.btn-line.btn-danger:active,
.btn-line.btn-danger.active,
.open .dropdown-toggle.btn-line.btn-danger {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.btn-action.btn,
.btn-action#edd_purchase_submit .edd-submit,
.btn-action#edd-next-submit-wrap .edd-submit {
  margin: 0 6.5px;
  padding: 13px 52px;
  border-radius: 26px;
  position: relative;
}
.btn-action.btn i,
.btn-action#edd_purchase_submit .edd-submit i,
.btn-action#edd-next-submit-wrap .edd-submit i {
  margin-right: 0;
  position: absolute;
  height: 100%;
  line-height: 52px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 70%;
  top: 0;
}
.btn-action.btn:hover i,
.btn-action#edd_purchase_submit .edd-submit:hover i,
.btn-action#edd-next-submit-wrap .edd-submit:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 80%;
}
.btn-shadow.btn,
.btn-shadow#edd_purchase_submit .edd-submit,
.btn-shadow#edd-next-submit-wrap .edd-submit {
  box-shadow: 0 5px #3f4444;
}
.btn-shadow.btn.btn-primary,
.btn-shadow#edd_purchase_submit .edd-submit.btn-primary,
.btn-shadow.btn#edd_purchase_submit .edd-submit,
.btn-shadow#edd-next-submit-wrap .edd-submit.btn-primary,
.btn-shadow.btn#edd-next-submit-wrap .edd-submit {
  box-shadow: 0 5px #2386c8;
}
.btn-shadow.btn.btn-success,
.btn-shadow#edd_purchase_submit .edd-submit.btn-success,
.btn-shadow#edd-next-submit-wrap .edd-submit.btn-success {
  box-shadow: 0 5px #209150;
}
.btn-shadow.btn.btn-info,
.btn-shadow#edd_purchase_submit .edd-submit.btn-info,
.btn-shadow#edd-next-submit-wrap .edd-submit.btn-info {
  box-shadow: 0 5px #236c9c;
}
.btn-shadow.btn.btn-warning,
.btn-shadow#edd_purchase_submit .edd-submit.btn-warning,
.btn-shadow#edd-next-submit-wrap .edd-submit.btn-warning {
  box-shadow: 0 5px #cd6d17;
}
.btn-shadow.btn.btn-danger,
.btn-shadow#edd_purchase_submit .edd-submit.btn-danger,
.btn-shadow#edd-next-submit-wrap .edd-submit.btn-danger {
  box-shadow: 0 5px #a33024;
}
.btn-actions .btn,
.btn-actions #edd_purchase_submit .edd-submit,
.btn-actions #edd-next-submit-wrap .edd-submit {
  border-radius: 1px;
}
.btn-actions .btn-lg {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .btn-actions .btn-lg {
    border-radius: 30px;
  }
}
.btn-animated {
  position: relative;
}
.btn-animated .fa-long-arrow-right {
  position: absolute;
  left: 75%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-animated:hover .fa-long-arrow-right,
.btn-animated:focus .fa-long-arrow-right {
  position: absolute;
  left: 85%;
  opacity: 1;
}
.btn-rounded {
  border: 0;
  border-radius: 24px;
  padding-left: 26px;
  padding-right: 26px;
  text-transform: uppercase;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-rounded.btn-lg {
  font-size: 20px;
  padding: 20px 52px;
  border-radius: 52px;
}
@media (max-width: 1200px) {
  .btn-rounded.btn-lg {
    padding: 13px 26px;
    border-radius: 26px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-rounded.btn-lg {
    padding: 6.5px 13px;
    border-radius: 13px;
    font-size: 14px;
  }
}
.btn-rounded-inverse {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #3d4045;
}
.btn-rounded-inverse:hover,
.btn-rounded-inverse:active,
.btn-rounded-inverse:focus {
  color: #3d4045;
  opacity: .8;
}
.btn-border {
  background: transparent;
  color: #505656;
  border: 3px solid #505656;
}
.btn-border.btn-lg {
  font-size: 20px;
}
.btn-border:hover,
.btn-border:focus {
  border-color: #3498db;
  background: #3498db;
  color: #fff;
}
.btn-border-inverse {
  color: #fff;
  border: 3px solid #fff;
}
.btn-border-inverse:hover,
.btn-border-inverse:focus {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.bg-vid video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
.btn-back {
  font-weight: 700;
}
.btn-back i {
  left: 0;
  position: relative;
  top: auto;
  right: auto;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.btn-back:hover i {
  left: -3px;
}
.close {
  outline: 0;
}
.navbar-toggle {
  padding: 3px 10px;
}
label {
  margin: 13px 0;
  line-height: 26px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 54px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.625;
  color: #505656;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 5.5px 19px;
  height: 39px;
  line-height: 26px;
  border-radius: 1px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #96a1a3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 161, 163, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 161, 163, 0.6);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #96a1a3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #96a1a3;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #96a1a3;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #96a1a3;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #ecf0f1;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
.form-control {
  padding: 5.5px 19px;
  height: 39px;
  line-height: 26px;
  border-radius: 1px;
  font-size: 14px;
}
.input-lg {
  padding: 18.5px 29px !important;
  height: 65px !important;
}
.input-sm {
  padding: 5.5px 12px !important;
  height: 39px !important;
}
textarea {
  height: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 13px;
}
input[type=radio],
input[type=checkbox] {
  margin: 5px 13px 0 0;
}
.radio,
.checkbox {
  margin-top: 13px;
  margin-bottom: 13px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -6.5px;
}
.form-group {
  margin-bottom: 0;
}
.input-group {
  margin-bottom: 13px;
}
.input-group-addon {
  min-width: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.help-block {
  margin: 13px 0;
}
.carousel {
  margin-bottom: 26px;
}
.carousel-control {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 11;
  margin-top: -30px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-image: none!important;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-control.left {
  border-radius: 0 3px 3px 0;
}
.carousel-control.right {
  border-radius: 3px 0 0 3px;
}
.carousel:hover .carousel-control,
.touch .carousel .carousel-control {
  opacity: 100;
  filter: alpha(opacity=10000);
  color: #fff;
}
.carousel-caption {
  font-size: 20px;
  padding-bottom: 52px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
@media (max-width: 1200px) {
  .carousel-fade .carousel-inner .item {
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
  }
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#testimonial-content .carousel-inner .item {
  color: #505656;
  font-size: 24px;
  padding: 0 52px 26px;
}
#testimonial-content .carousel-inner .item .testimonial-author {
  color: #96a1a3;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#testimonial-content .carousel-inner .item .testimonial-author .testimonial-cite {
  color: #3498db;
  font-weight: 400;
}
#testimonial-content .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 42px;
  height: 42px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  text-shadow: none;
  margin: 26px 5px 0;
  border-radius: 5px;
  background: transparent;
  color: #505656;
  border: 2px solid #505656;
}
#testimonial-content .carousel-control:hover {
  background: #505656;
  color: #fff;
}
@media (min-width: 769px) {
  .product-slide .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 580px;
  }
  .product-slide .carousel-inner > .item {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-slide .carousel-inner > .item.active {
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .product-slide .carousel-inner > .item.active + .item {
    left: 0;
    right: auto;
    bottom: -60px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .product-slide .carousel-inner > .item.active + .item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product-slide .carousel-inner > .item.active + .item + .item {
    right: 0;
    left: auto;
    bottom: -60px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .product-slide .carousel-inner > .item.active + .item + .item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product-slide .carousel-indicators,
  .product-slide .carousel-control {
    display: none !important;
    visibility: hidden !important;
  }
}
.left_slide {
  left: 0;
  right: auto;
  bottom: -60px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.left_slide:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.right_slide {
  right: 0;
  left: auto;
  bottom: -60px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.right_slide:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal#loginModal .modal-dialog {
  margin-top: 5%;
  width: 360px;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal#loginModal .modal-content {
  background-color: #fff;
  border-top: 4px solid #3498db;
}
.modal#loginModal .modal-header {
  border-bottom: none;
  padding: 15px 20px 0 20px;
}
.modal#loginModal .modal-footer {
  border-top: none;
  margin: 0;
  padding: 0 20px 20px;
}
.modal#loginModal input {
  padding: 0 13px;
}
.modal#loginModal p {
  margin-bottom: 13px;
}
.modal#loginModal .form-control {
  height: 45px;
}
.modal#loginModal .form-control.invalid {
  border-color: #e67e22;
}
@media (min-width: 768px) {
  .modal#loginModal .register-fname {
    margin-right: -13px;
  }
  .modal#loginModal .register-lname {
    margin-left: -13px;
  }
}
.modal#loginModal.fade .modal-dialog {
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%);
}
.modal#loginModal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal#loginModal #user_pass + a {
  color: #96a1a3;
  float: right;
  margin-top: 13px;
}
#ajaxregisterform .row {
  margin-left: -20px;
  margin-right: -20px;
}
#ajaxregisterform [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
#ajaxregisterform input {
  padding: 0 13px;
}
#ajaxregisterform p {
  margin-bottom: 13px;
}
#ajaxregisterform .form-control {
  height: 45px;
}
#ajaxregisterform h3,
#ajaxregisterform label,
#ajaxregisterform .btn,
#ajaxregisterform #edd_purchase_submit .edd-submit,
#ajaxregisterform #edd-next-submit-wrap .edd-submit {
  font-weight: 400 !important;
}
.alert {
  line-height: 26px;
  padding: 12px 25px;
}
.alert a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.alert a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 1.625;
}
.slider.slider-horizontal .slider-track {
  height: 0.8125;
  width: 100%;
  margin-top: -0.40625;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 10px;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -8px;
  margin-top: -3px;
  background: #fff;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 0.8125 0.8125 0.8125;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 1.625;
}
.slider.slider-vertical .slider-track {
  width: 0.8125;
  height: 100%;
  margin-left: -0.40625;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -0.40625;
  margin-top: -0.8125;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 0.8125 0 0.8125 0.8125;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip {
  top: -35px !important;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  height: 10px;
}
.slider-selection {
  position: absolute;
  background: #3498db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
}
.slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #3498db;
}
.slider-handle.round {
  border-radius: 1px;
}
.slider-handle.triangle {
  background: transparent none;
}
#navigation ul,
#secondary ul,
#dw-topbar ul,
#navigation ol,
#secondary ol,
#dw-topbar ol {
  padding: 0;
}
.well ul,
#edd_checkout_form_wrap #edd-discount-code-wrap ul,
#edd_checkout_login_register ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.well li,
#edd_checkout_form_wrap #edd-discount-code-wrap li,
#edd_checkout_login_register li {
  border-top: 1px solid #e5e5e5;
  color: #96a1a3;
  text-transform: capitalize;
  padding: 7px 0;
}
.well li:first-child,
#edd_checkout_form_wrap #edd-discount-code-wrap li:first-child,
#edd_checkout_login_register li:first-child {
  border-top: 0;
}
.well,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_login_register {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.well .small-title + p,
#edd_checkout_form_wrap #edd-discount-code-wrap .small-title + p,
#edd_checkout_login_register .small-title + p {
  margin-bottom: 0;
}
.site-content .page-header,
.site-content .product-header {
  margin: -78px 0 78px;
  padding: 78px 0;
  border-bottom: none;
  background-color: #3498db;
  background-image: url(../img/walls/head-blog.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  width: 100%;
}
.site-content .page-header a,
.site-content .product-header a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.site-content .page-header a:hover,
.site-content .product-header a:hover {
  color: #fff;
}
.product-header .site-content .page-header,
.product-header .site-content .product-header,
.tax-download_category .site-content .page-header,
.tax-download_category .site-content .product-header {
  background: url(../img/walls/head-pd.jpg) no-repeat center #3498db;
}
.list-dwqa-question .site-content .page-header,
.list-dwqa-question .site-content .product-header {
  /*background: url(../img/walls/head-qa.jpg) no-repeat center top @brand-primary; */
  padding: 50px 0;
  background: #f6f8f8;
  color: #959ca4;
}
.list-dwqa-question .site-content .page-header .container,
.list-dwqa-question .site-content .product-header .container {
  position: relative;
}
.list-dwqa-question .site-content .page-header h1,
.list-dwqa-question .site-content .product-header h1 {
  color: #344150;
}
.list-dwqa-question .site-content .page-header h2.page-description,
.list-dwqa-question .site-content .product-header h2.page-description {
  color: #959ca4;
  font-size: 16px;
}
.category-blog .site-content .page-header,
.category-blog .site-content .product-header,
.page-template-templatesblog-php .site-content .page-header,
.page-template-templatesblog-php .site-content .product-header {
  background: url(../img/walls/head-blog.jpg) no-repeat center #3498db;
}
.post-type-archive-guide .site-content .page-header,
.post-type-archive-guide .site-content .product-header {
  background: url(../img/walls/head-docs.jpg) no-repeat center #3498db;
}
@media (max-width: 768px) {
  .site-content .page-header,
  .site-content .product-header {
    margin: 0;
    padding: 104px 0 52px 0;
  }
}
.site-content .page-header .page-title,
.site-content .product-header .page-title,
.site-content .page-header .product-title,
.site-content .product-header .product-title,
.site-content .page-header h1,
.site-content .product-header h1 {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 61px;
}
@media (max-width: 1199px) {
  .site-content .page-header .page-title,
  .site-content .product-header .page-title,
  .site-content .page-header .product-title,
  .site-content .product-header .product-title,
  .site-content .page-header h1,
  .site-content .product-header h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .site-content .page-header .page-title,
  .site-content .product-header .page-title,
  .site-content .page-header .product-title,
  .site-content .product-header .product-title,
  .site-content .page-header h1,
  .site-content .product-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .site-content .page-header .page-title,
  .site-content .product-header .page-title,
  .site-content .page-header .product-title,
  .site-content .product-header .product-title,
  .site-content .page-header h1,
  .site-content .product-header h1 {
    font-size: 32px;
  }
}
.site-content .page-header p:last-child,
.site-content .product-header p:last-child {
  margin-bottom: 0;
}
.site-content .page-header .product-subtitle,
.site-content .product-header .product-subtitle,
.site-content .page-header .page-subtitle,
.site-content .product-header .page-subtitle,
.site-content .page-header .sub-title,
.site-content .product-header .sub-title,
.site-content .page-header .page-description,
.site-content .product-header .page-description,
.site-content .page-header .lead,
.site-content .product-header .lead {
  margin: 13px 0 0;
  display: block;
  line-height: 26px;
  font-size: 20px;
  color: #ecf0f1;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .site-content .page-header .product-subtitle,
  .site-content .product-header .product-subtitle,
  .site-content .page-header .page-subtitle,
  .site-content .product-header .page-subtitle,
  .site-content .page-header .sub-title,
  .site-content .product-header .sub-title,
  .site-content .page-header .page-description,
  .site-content .product-header .page-description,
  .site-content .page-header .lead,
  .site-content .product-header .lead {
    font-size: 16px;
  }
}
.search-results .page-header {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .search-results .page-header {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .search-results .page-header {
    margin-bottom: 26px;
  }
}
.search-results .entry-header {
  margin-left: 0;
  padding-left: 0;
}
.search-results .entry-title {
  margin-bottom: 13px;
}
.search-results .well .count,
.search-results #edd_checkout_form_wrap #edd-discount-code-wrap .count,
.search-results #edd_checkout_login_register .count {
  float: right;
}
.product-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.extension-product .product-header {
  padding-bottom: 78px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6.5px 13px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 1px;
  position: relative;
  font-size: 12px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.forum-alert {
  position: absolute;
  right: 24px;
  width: 100%;
  max-width: 500px;
  padding: 12px 24px;
  background: 0 0;
  border: 0;
  color: #67707c;
  font-size: 14px;
  display: block;
  top: -70px;
}
.forum-alert .alert-icon {
  float: left;
  margin-right: 24px;
  padding: 50px 0;
}
.forum-alert h3 {
  margin-bottom: 0;
  color: #c0392b;
  font-size: 18px;
}
.forum-alert a {
  color: #208d4e !important;
  text-decoration: underline;
  margin: 5px 0 0 0;
  display: block;
}
.page-header + .related-nav {
  margin: -78px 0 78px;
}
.related-nav {
  background: #f4f6f7;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
}
.related-nav .nav-tabs.nav-justified {
  margin-bottom: -1px;
}
.related-nav .nav-tabs.nav-justified > li > a {
  color: #96a1a3;
  background: #f4f6f7;
  border-radius: 0;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 22px;
  letter-spacing: 1px;
  border-top: none !important;
  border-color: #ecf0f1;
  border-left-width: 0 !important;
}
.related-nav .nav-tabs.nav-justified > li > a .fa {
  font-size: 20px;
  margin-right: 5px;
}
.related-nav .nav-tabs.nav-justified > li:first-child a {
  border-left-width: 1px !important;
}
.related-nav .nav-tabs.nav-justified > li > a:hover,
.related-nav .nav-tabs.nav-justified > li > a:focus {
  color: #27292e;
}
.related-nav .nav-tabs.nav-justified > .active > a,
.related-nav .nav-tabs.nav-justified > .active > a:hover,
.related-nav .nav-tabs.nav-justified > .active > a:focus {
  background: #fff;
  color: #27292e;
  border-bottom-color: transparent;
}
.panel-default > .panel-heading {
  background: #fff;
}
.star-holder {
  width: 80px;
  height: 16px;
  background: url(../img/star-holder.png) no-repeat left;
}
.star-holder .star-rating {
  background: url(../img/star-rating.png) no-repeat left;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.dw-comment-inline-btn {
  right: -25px;
  top: 0;
}
.dw-comment-inline-container {
  margin-left: 35px;
}
.back-top {
  display: none;
  height: auto;
  position: fixed;
  bottom: 80px;
  right: 25px;
  margin: 0;
  z-index: 1060;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #505656;
  font-size: 22px;
  text-decoration: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.back-top:hover {
  background-color: #3498db;
  color: #fff;
}
@media (max-width: 767px) {
  .back-top {
    display: none !important;
    visibility: hidden !important;
  }
}
blockquote {
  border-left-color: #ecf0f1;
  background-color: #ecf0f1;
}
blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 13px;
  color: #96a1a3;
}
blockquote.bq-none {
  background-color: transparent;
}
blockquote.bq-primary {
  border-left-color: #3498db;
  background-color: #3498db;
  color: #fff;
}
blockquote.bq-primary:before,
blockquote.bq-primary footer {
  color: #fff;
}
.site-socials a {
  display: inline-block;
  margin-right: 5px;
}
.site-socials .fa {
  font-size: 22px;
  line-height: 42px;
  margin: 26px 5px 0 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  border-bottom: none;
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .site-socials .fa {
    width: 39px;
    height: 39px;
    line-height: 39px;
  }
}
.site-socials .fa-facebook:hover {
  background: #3b5998;
}
.site-socials .fa-twitter:hover {
  background: #3a92c8;
}
.site-socials .fa-google-plus:hover {
  background: #dd4b39;
}
.site-socials .fa-youtube:hover {
  background: #bb0000;
}
.site-socials .fa-pinterest:hover {
  background: #cb2027;
}
.site-socials .fa-rss:hover {
  background: #ff6600;
}
@media (min-width: 768px) {
  .swiper-container {
    overflow: visible!important;
  }
}
.main-product-logo {
  display: block;
  width: 300px;
  height: 300px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .main-product-logo {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 992px) {
  .main-product-logo {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .main-product-logo {
    width: 100px;
    height: 100px;
  }
}
.main-product-logo.logo-magento {
  background-image: url(../img/logos/magento-wr.png);
}
.list-brands {
  padding: 0;
  background: #27292e;
  border-radius: 0;
  border: 0;
  border-top: none;
  border-bottom: none;
  list-style: none;
  overflow: hidden;
}
.list-brands li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.list-brands li:last-child,
.list-brands li:last-of-type a {
  border: none;
}
.list-brands li.brand-header {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 26px;
  background: #3d4045;
  color: #fff;
}
.list-brands li a.brand {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 26px center;
  text-indent: -9999px;
  opacity: .7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list-brands li a.brand.brand-ja {
  background-image: url(../img/brands/joomlart-w.png);
}
.list-brands li a.brand.brand-ja:hover,
.list-brands li a.brand.brand-ja:active,
.list-brands li a.brand.brand-ja:focus {
  background-color: #669900;
}
.list-brands li a.brand.brand-dw {
  background-image: url(../img/brands/designwall-w.png);
}
.list-brands li a.brand.brand-dw:hover,
.list-brands li a.brand.brand-dw:active,
.list-brands li a.brand.brand-dw:focus {
  background-color: #e67e22;
}
.list-brands li a.brand.brand-ub {
  background-image: url(../img/brands/ubertheme-w.png);
}
.list-brands li a.brand.brand-ub:hover,
.list-brands li a.brand.brand-ub:active,
.list-brands li a.brand.brand-ub:focus {
  background-color: #3498db;
}
.list-brands li a.brand.brand-tb {
  background-image: url(../img/brands/themebrain-w.png);
}
.list-brands li a.brand.brand-tb:hover,
.list-brands li a.brand.brand-tb:active,
.list-brands li a.brand.brand-tb:focus {
  background-color: #3d4045;
}
.list-brands li a.brand.brand-jl {
  background-image: url(../img/brands/joomlancers-w.png);
}
.list-brands li a.brand.brand-jl:hover,
.list-brands li a.brand.brand-jl:active,
.list-brands li a.brand.brand-jl:focus {
  background-color: #c0392b;
}
.list-brands li a.brand:hover,
.list-brands li a.brand:active,
.list-brands li a.brand:focus {
  opacity: 1;
}
p:empty {
  display: none;
}
@media (max-width: 767px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}
.wp-caption,
.img-caption {
  background: #f5f5f5;
  padding: 26px 13px 0;
  width: 100%!important;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-bottom: 13px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.wp-caption img,
.img-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  border-bottom: 1px solid #e3e3e3;
}
.wp-caption p,
.img-caption p {
  margin-bottom: 0;
}
.wp-caption-text {
  background: #f5f5f5;
  margin: 26px -13px 0;
  padding: 6.5px 13px;
}
.aligncenter {
  display: block;
  text-align: center;
}
.alignright {
  text-align: right;
  float: right;
  margin: 5px 0 10px 20px;
}
.alignleft {
  text-align: left;
  float: left;
  margin: 5px 20px 10px 0;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
#dw-topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1040;
}
#dw-topbar a {
  color: #ecf0f1;
}
#dw-topbar .social-links {
  border-right: 1px solid #494d53;
  font-size: 14px;
  margin: 0;
}
#dw-topbar .social-links li {
  float: left;
  padding: 0;
  border-left: 1px solid #494d53;
}
#dw-topbar .social-links a {
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
}
#dw-topbar .social-links a:hover,
#dw-topbar .social-links a:active,
#dw-topbar .social-links a:focus {
  background: #27292e;
}
#dw-topbar .user-links {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
#dw-topbar .user-links li {
  line-height: 52px;
}
#dw-topbar .user-links .sep {
  margin: 0 5px;
  color: #666;
}
#dw-topbar .profile-links {
  position: relative;
  height: 52px;
  text-align: left;
}
#dw-topbar .profile-links:hover {
  background: #27292e;
}
#dw-topbar .profile-links > a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
#dw-topbar .profile-links > a:hover,
#dw-topbar .profile-links > a:active,
#dw-topbar .profile-links > a:focus {
  background: #27292e;
}
#dw-topbar .profile-links .avatar {
  margin: 13px 10px 0 0;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#dw-topbar .profile-links .icon-chevron-down {
  margin: 15px 0 15px 10px;
  display: inline-block;
}
#dw-topbar .profile-links ul {
  display: none;
  width: 100%;
  list-style: none;
  background: #27292e;
  margin: 0;
  border-bottom: 3px solid #3498db;
}
#dw-topbar .profile-links ul li {
  border-top: 1px solid #33353c;
}
#dw-topbar .profile-links ul li > a {
  display: block;
  height: 52px;
  line-height: 52px;
}
#dw-topbar .profile-links ul li > a:hover,
#dw-topbar .profile-links ul li > a:active,
#dw-topbar .profile-links ul li > a:focus {
  background: #33353c;
}
#dw-topbar .profile-links ul i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
@media (max-width: 767px) {
  #dw-topbar {
    margin: 0;
  }
  #dw-topbar .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #dw-topbar .user-links {
    float: none;
    width: 100%;
  }
}
#header {
  border: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  width: 100%;
  padding: 0;
  top: 0;
  background-color: #ffffff;
  color: #505656;
  height: 52px;
}
#header.navbar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.hide-nav {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#header .container {
  max-width: 100%;
  padding: 0;
}
.dwpb-open #header {
  top: 84px;
}
.our-brands {
  position: relative;
  width: 180px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  z-index: 1070;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .our-brands {
    padding: 0;
  }
}
.our-brands:hover,
.our-brands.active {
  background: #3498db;
  color: #fff;
}
.our-brands:hover .navbar-brand,
.our-brands.active .navbar-brand {
  color: #fff!important;
}
.our-brands:hover .list-brands,
.our-brands.active .list-brands {
  border-bottom: 0;
  max-height: 400px;
}
.our-brands .navbar-brand {
  display: block;
  float: none;
  margin: 0 !important;
  padding: 0;
  height: 52px;
  line-height: 52px;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 100%;
  color: #3d4045;
  text-shadow: none;
  background: transparent;
  text-align: center;
}
.our-brands .navbar-brand img {
  display: inline-block;
  margin: -5px 0 0;
}
.our-brands .navbar-brand i {
  display: inline-block;
}
.our-brands .navbar-brand:hover,
.our-brands .navbar-brand:active,
.our-brands .navbar-brand:focus {
  background: #3498db;
  color: #fff;
}
@media (max-width: 768px) {
  .our-brands .navbar-brand {
    border: 0;
    float: none;
    display: inline-block;
    margin: 0;
    line-height: 52px;
    height: 52px;
  }
}
.our-brands .navbar-brand-btn {
  margin-left: 5px;
  margin: 0;
  width: 30px;
  height: 30px;
}
.our-brands .list-brands {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  width: 180px;
}
.nav > li {
  margin: 0;
  position: relative;
  border-right: 1px solid #e6e6e6;
}
.nav > li > a {
  padding: 13px 26px;
  color: #505656;
  text-transform: uppercase;
}
@media all and (max-width: 1366px) and (min-width: 1024px) {
  .nav > li > a {
    padding: 13px 15px;
  }
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 13px 15px;
  }
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:focus {
  background: #ecf0f1;
}
@media (max-width: 768px) {
  .nav > li > a {
    display: none;
  }
}
.nav > li.active > a,
.nav > li.current-menu-item > a,
.nav > li.current-menu-parent > a {
  background: #ecf0f1;
  color: #505656;
  font-weight: 700;
}
.nav > li.active > a:hover,
.nav > li.current-menu-item > a:hover,
.nav > li.current-menu-parent > a:hover,
.nav > li.active > a:focus,
.nav > li.current-menu-item > a:focus,
.nav > li.current-menu-parent > a:focus,
.nav > li.active > a:focus,
.nav > li.current-menu-item > a:focus,
.nav > li.current-menu-parent > a:focus {
  background: #ecf0f1;
}
.nav > li.open > a {
  background: transparent !important;
}
.navbar-left {
  border-left: 1px solid #e6e6e6;
}
.site-navigation-right {
  float: right;
}
.site-navigation-right .sidemenu-btn {
  cursor: pointer;
  height: 51px;
  line-height: 51px;
  display: block;
  float: left;
  border-left: 1px solid #e6e6e6;
  padding: 0;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-navigation-right .sidemenu-btn a {
  padding: 0 26px 0 0;
}
@media (max-width: 480px) {
  .site-navigation-right .sidemenu-btn {
    padding: 0 13px;
    border-left: none;
    width: 40px;
  }
}
.site-navigation-right .sidemenu-btn:hover {
  background: #ecf0f1;
}
@media (max-width: 767px) {
  .site-navigation-right .sidemenu-btn:hover {
    background: transparent;
  }
}
.site-navigation-right .sidemenu-btn .side-open,
.site-navigation-right .sidemenu-btn .side-close {
  float: left;
  color: #505656;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 26px;
}
.site-navigation-right .sidemenu-btn .hamburger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 13px;
  -webkit-transition: 0.3s cubic-bezier(0, 0.25, 0.25, 1);
  transition: 0.3s cubic-bezier(0, 0.25, 0.25, 1);
}
@media (max-width: 480px) {
  .site-navigation-right .sidemenu-btn .hamburger {
    margin: 0;
  }
}
.site-navigation-right .sidemenu-btn .hamburger .fa {
  color: #505656;
}
.site-navigation-right .sidemenu-btn .hamburger.hamburger-close i:before {
  content: "\f00d";
}
.site-navigation-right .sidemenu-btn .side-close {
  display: none;
}
.push-left .site-navigation-right .sidemenu-btn i:before {
  content: "\f00d";
}
.push-left .site-navigation-right .sidemenu-btn .side-open {
  display: none;
}
.push-left .site-navigation-right .sidemenu-btn .side-close {
  display: inline-block;
}
.site-navigation-right .site-search {
  display: block;
  float: left;
  margin-right: 26px;
  position: relative;
}
.site-notification {
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 26px;
}
@media (max-width: 480px) {
  .site-notification {
    margin-right: 6.5px;
  }
}
.site-notification a {
  padding: 3px 12px;
  color: #96a1a3;
  color: rgba(255, 255, 255, 0.5);
  background: #3d4045;
  border-radius: 12px;
}
.site-notification .fa {
  font-size: 14px;
}
.site-notification .number {
  color: #fff;
  margin: 0 0 0 6px;
}
.site-notification.cart-added a {
  background: #3498db;
}
.site-member-links {
  display: block;
  float: left;
  padding: 0;
  height: 51px;
  line-height: 51px;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .site-member-links {
    display: inline-block;
    border-left: none;
  }
  .site-member-links .visible-xs {
    display: inline-block !important;
  }
}
.site-member-links a {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.site-member-links:hover {
  background: #ecf0f1;
}
.site-member-links .current-user {
  padding: 0 26px;
  float: right;
}
@media (max-width: 480px) {
  .site-member-links .current-user {
    padding: 0;
  }
}
.site-member-links .login-link {
  display: inline-block;
  padding: 0 26px;
  height: 52px;
  line-height: 52px;
  background: transparent;
  color: #505656;
  text-transform: uppercase;
  text-align: center;
}
.site-member-links .login-link:hover {
  background: #ecf0f1;
}
@media (max-width: 480px) {
  .site-member-links .login-link {
    padding: 0 13px;
  }
}
.navbar-header {
  float: left;
  position: relative;
}
.navbar-header .navbar-toggle {
  margin: 0;
  color: #fff;
  float: left;
  background: none !important;
  border: none;
  line-height: 52px;
  width: 60px;
  padding: 0;
}
.navbar-header .navbar-toggle.collapsed {
  color: #96a1a3;
}
.navbar-header .navbar-toggle.toggle-user-menu {
  float: right;
  margin: 0;
}
.navbar-header .toggle-user-menu {
  color: #96a1a3;
}
.navbar-header .promotion {
  position: absolute;
  top: 52px;
  left: 0;
  height: 52px;
  width: 180px;
}
@media (max-width: 768px) {
  .container > .navbar-header {
    margin: 0;
  }
  .our-brands .navbar-brand-btn {
    right: 0;
  }
}
#sidemenu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 280px;
  height: 100%;
  min-height: 100%;
  background-color: #27292e;
  color: #96a1a3;
  overflow: hidden;
  z-index: 1080;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(280px, 0);
  -ms-transform: translate(280px, 0);
  transform: translate(280px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.push-left #sidemenu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.admin-bar #sidemenu {
  top: 32px;
  padding-bottom: 52px;
}
@media (max-width: 782px) {
  .admin-bar #sidemenu {
    top: 46px;
    padding-bottom: 78px;
  }
}
#sidemenu ul,
#sidemenu ol {
  padding: 0;
  list-style: none;
}
#sidemenu a {
  color: #96a1a3;
}
#sidemenu a:hover,
#sidemenu a:active,
#sidemenu a:focus {
  color: #fff;
}
#sidemenu a.loading {
  padding-left: 26px !important;
  background: url('../img/loader.gif') no-repeat center left;
}
#sidemenu .search-section #searchform {
  overflow: visible;
  width: 100%;
}
#sidemenu .search-section #searchform input::-webkit-input-placeholder {
  color: #fff;
}
#sidemenu .search-section #searchform input:-moz-placeholder {
  color: #fff;
}
#sidemenu .search-section #searchform input::-moz-placeholder {
  color: #fff;
}
#sidemenu .search-section #searchform input:-ms-input-placeholder {
  color: #fff;
}
#sidemenu .search-section #searchform .input-group {
  margin: 0;
}
#sidemenu .search-section #searchform .form-control {
  border: none;
  background-color: #3498db !important;
  color: #fff;
  height: 52px;
  padding-left: 26px;
}
#sidemenu .search-section #searchform .btn,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit {
  height: 52px;
  background: #258cd1;
  border: 0;
}
#sidemenu .search-section #searchform .btn .fa,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit .fa,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit .fa {
  margin: 0;
}
#sidemenu .search-section #searchform .btn:hover,
#sidemenu .search-section #searchform .btn:active,
#sidemenu .search-section #searchform .btn:focus,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit:hover,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit:active,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit:focus,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit:hover,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit:active,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit:focus {
  border: 0;
  box-shadow: none;
  background: #3d4045;
}
#sidemenu .search-section #searchform .btn.dropdown-toggle,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit.dropdown-toggle,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit.dropdown-toggle {
  height: 52px;
  background: #3498db;
  border: 0;
  margin: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  padding-right: 13px;
}
#sidemenu .search-section #searchform .btn.dropdown-toggle:hover,
#sidemenu .search-section #searchform .btn.dropdown-toggle:active,
#sidemenu .search-section #searchform .btn.dropdown-toggle:focus,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit.dropdown-toggle:hover,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit.dropdown-toggle:active,
#sidemenu .search-section #searchform #edd_purchase_submit .edd-submit.dropdown-toggle:focus,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit.dropdown-toggle:hover,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit.dropdown-toggle:active,
#sidemenu .search-section #searchform #edd-next-submit-wrap .edd-submit.dropdown-toggle:focus {
  background: #3d4045;
  border-left: 1px solid #3d4045;
}
#sidemenu .search-section #searchform .open .btn.dropdown-toggle,
#sidemenu .search-section #searchform .open #edd_purchase_submit .edd-submit.dropdown-toggle,
#sidemenu .search-section #searchform .open #edd-next-submit-wrap .edd-submit.dropdown-toggle {
  background: #3d4045;
}
#sidemenu .search-section #searchform .open .dropdown-menu {
  left: auto;
  right: 52px;
  margin: 0;
  padding: 8px 0;
  border-radius: 0;
  border: 0;
  background: #3d4045;
}
#sidemenu .search-section #searchform .open .dropdown-menu li {
  border: 0;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
}
#sidemenu .search-section #searchform .open .dropdown-menu li:first-child {
  border-radius: 0;
}
#sidemenu .search-section #searchform .open .dropdown-menu li.active,
#sidemenu .search-section #searchform .open .dropdown-menu li:hover {
  background: transparent;
  color: #fff;
  font-weight: 700;
}
#sidemenu .search-section #searchform .open .dropdown-menu li .fa {
  margin-right: 6px;
}
#sidemenu .sidemenu-section {
  padding: 26px 39px 0;
}
#sidemenu .sidemenu-section ul li {
  padding-top: 0;
  padding-bottom: 0;
}
#sidemenu .sidemenu-section ul li.current-menu-item a {
  color: #fff;
}
#sidemenu .sidemenu-section h3 {
  color: #505656;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 13px 0;
}
#sidemenu .sidemenu-footer {
  border-top: 1px solid #2c2e34;
  font-size: 14px;
}
#sidemenu .site-socials {
  margin-bottom: 26px;
}
#sidemenu .main-nav {
  text-transform: uppercase;
}
#sidemenu .main-nav > li > a {
  display: block;
  padding: 5px 0;
  font-weight: 700;
}
#sidemenu .main-nav > li > a:last-child {
  padding-bottom: 0;
}
#sidemenu .child-nav > li > a {
  display: block;
  padding: 2px 0;
}
#sidemenu .child-nav > li > a:last-child {
  padding-bottom: 0;
}
#sidemenu .child-nav .fa {
  width: 26px;
  text-align: right;
}
#sidemenu .child-nav .logout-link {
  font-weight: bold;
}
#header,
#main,
.rainbow,
#footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.push-left #header,
.push-left #main,
.push-left .rainbow,
.push-left #footer {
  -webkit-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
}
.site-footer {
  background: #2c3e50;
  color: #96a1a3;
  font-size: 16px;
  padding: 52px 0;
  position: relative;
  z-index: 1;
}
.site-footer h2 {
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 13px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 32px;
}
.site-footer h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.site-footer .site-generator {
  font-size: 15px;
}
.site-footer .site-generator a {
  color: #96a1a3;
  border-bottom: 1px solid #96a1a3;
}
.site-footer .site-generator a:hover,
.site-footer .site-generator a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.site-footer .newsletter-form {
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .site-footer .newsletter-form {
    margin-top: 26px;
  }
}
.site-footer .form-description {
  margin: 0 0 26px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .site-footer .form-description {
    margin: 0 0 13px;
    display: none !important;
    visibility: hidden !important;
  }
}
.site-footer form {
  position: relative;
}
.site-footer .form-control {
  padding-right: 120px;
  height: 40px;
  border-color: #ecf0f1;
  font-size: 16px;
}
.site-footer form .btn,
.site-footer form #edd_purchase_submit .edd-submit,
.site-footer form #edd-next-submit-wrap .edd-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 16px;
  background: #3498db;
  border: 0;
  line-height: 20px;
  font-weight: normal;
  border-radius: 0;
}
.site-footer form .btn:hover,
.site-footer form #edd_purchase_submit .edd-submit:hover,
.site-footer form #edd-next-submit-wrap .edd-submit:hover {
  background: #3498db;
  border-color: #3498db;
}
.site-footer .magento-certification {
  background: none;
  padding: 0;
  text-align: center;
}
.site-footer .magento-certification .certification-inner {
  background: rgba(255, 255, 255, 0.05);
  margin: 0 0 0 20px;
  padding: 18px 26px;
}
@media (max-width: 768px) {
  .site-footer .magento-certification .certification-inner {
    margin-left: 0;
    margin-top: 20px;
  }
}
.site-footer .magento-certification .certification-inner ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-footer .magento-certification .certification-inner ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 20px;
}
.site-footer .magento-certification .certification-inner h3 {
  color: #ffffff;
  margin: 20px 0 0;
}
#secondary .secondary-inner {
  border-top: 4px solid #ecf0f1;
}
#secondary .secondary-inner .dwqa-ask-btn:first-child {
  margin-bottom: 52px;
}
#secondary .secondary-inner .widget {
  margin-bottom: 52px;
}
#secondary .secondary-inner .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#secondary .secondary-inner .widget_search #searchsubmit {
  display: none !important;
  visibility: hidden !important;
}
.widget-title {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 13px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  color: #96a1a3;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  padding: 6.5px 0;
  line-height: 26px;
}
.widget ul li:before {
  font-family: FontAwesome;
  font-size: 8px;
  color: #96a1a3;
  float: left;
  margin: 0 5px 0 0;
  content: "\f054";
}
.widget ul ul {
  margin: 2px 0 -5px;
  padding-top: 7px;
}
.widget ul ul li {
  padding-left: 15px;
}
.widget ul ul li:before {
  content: "\f0da";
  font-size: 10px;
}
.widget .widget-inner article,
.widget .widget-inner li {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.widget .widget-inner article:first-child,
.widget .widget-inner li:first-child {
  margin-top: 5px;
  padding-top: 0;
  border-top: none;
}
.widget .widget-inner li:before {
  display: none;
}
.widget .widget-inner .user-name {
  font-weight: 700;
  color: #3d4045;
}
.widget .widget-inner .comment-time {
  color: #3498db;
}
.widget .widget-inner .has-thumbnail,
.widget .widget-inner .has-avatar {
  padding-left: 55px;
  position: relative;
  min-height: 45px;
}
.widget .widget-inner .entry-thumbnail,
.widget .widget-inner .user-avatar {
  position: absolute;
  max-width: 40px;
  height: auto;
  left: 0;
  top: 25px;
}
.widget .widget-inner article:first-child .entry-thumbnail,
.widget .widget-inner li:first-child .entry-thumbnail,
.widget .widget-inner article:first-child .user-avatar,
.widget .widget-inner li:first-child .user-avatar {
  top: 5px;
}
.widget .widget-inner .entry-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.625;
}
.widget .widget-inner .entry-title a {
  color: #3d4045;
}
.widget .widget-inner .entry-title a:hover {
  color: #3498db;
}
.widget_text ul li {
  padding: 3.25px 0;
  margin-bottom: 0;
}
.widget_text ul li:before {
  display: none !important;
  visibility: hidden !important;
}
.widget_categories,
.widget_archive,
.widget_recent_entries,
.widget_meta {
  color: #96a1a3;
}
.widget_categories select,
.widget_archive select,
.widget_recent_entries select,
.widget_meta select {
  width: 100%;
  line-height: 1;
}
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_meta ul {
  border-top: 1px solid #ecf0f1;
  margin: 0;
}
.widget_categories ul > li,
.widget_archive ul > li,
.widget_recent_entries ul > li,
.widget_meta ul > li {
  border-bottom: 1px solid #ecf0f1;
  padding: 0;
  text-align: right;
  overflow: hidden;
}
.widget_categories ul > li:before,
.widget_archive ul > li:before,
.widget_recent_entries ul > li:before,
.widget_meta ul > li:before {
  display: none;
}
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.widget_recent_entries ul > li > a,
.widget_meta ul > li > a {
  display: block;
  padding: 13px 2px;
  text-align: left;
  color: #505656;
}
.widget_categories ul > li > a:hover,
.widget_archive ul > li > a:hover,
.widget_recent_entries ul > li > a:hover,
.widget_meta ul > li > a:hover,
.widget_categories ul > li > a:active,
.widget_archive ul > li > a:active,
.widget_recent_entries ul > li > a:active,
.widget_meta ul > li > a:active,
.widget_categories ul > li > a:focus,
.widget_archive ul > li > a:focus,
.widget_recent_entries ul > li > a:focus,
.widget_meta ul > li > a:focus {
  color: #3498db;
}
.widget_categories .current-cat a,
.widget_archive .current-cat a,
.widget_recent_entries .current-cat a,
.widget_meta .current-cat a {
  color: #3498db;
}
.widget_archive ul li:before {
  content: "\f073";
}
.widget_recent_entries ul li:before {
  content: "\f0f6";
}
.widget_meta ul li:before {
  content: "\f04e";
}
.widget_views ul {
  margin: 15px 0 0;
  border-bottom: 1px solid #ecf0f1;
}
.widget_views ul li {
  border-top: 1px solid #ecf0f1;
  padding: 9px 0 9px 30px;
}
.widget_views ul li:before {
  content: "\f0f6";
  font-size: 14px;
  margin-left: -29px;
}
.widget_views ul li a {
  display: block;
}
.facebook-like-box {
  border: 1px solid #ecf0f1;
}
.myCRED-leaderboard {
  list-style: none;
  border-bottom: 1px solid #ecf0f1;
  margin: 0;
}
.myCRED-leaderboard li {
  border-top: 1px solid #ecf0f1;
  padding: 10px 0;
  text-align: right;
}
.myCRED-leaderboard li .badge {
  border-radius: 50%;
}
.myCRED-leaderboard li:first-child .badge {
  background-color: #3498db;
}
.myCRED-leaderboard li:nth-child(2) .badge {
  background-color: #2980b9;
}
.myCRED-leaderboard li:nth-child(3) .badge {
  background-color: #27ae60;
}
.myCRED-leaderboard .first-item {
  font-size: 100% !important;
}
.myCRED-leaderboard span {
  float: left;
  margin-right: 10px;
  line-height: 17.33333333px;
}
.myCRED-leaderboard a {
  font-weight: 700;
  float: left;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .widget_search {
    padding: 5px !important;
    background: #3d4045;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    position: absolute;
    top: -128px;
    right: 20px;
    width: 85%;
    z-index: 2;
  }
}
.widget_search:hover,
.widget_search:focus {
  background: #3d4045;
  background: rgba(0, 0, 0, 0.5);
}
.widget_search input[type="text"] {
  background: transparent;
  color: #96a1a3;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .widget_search input[type="text"] {
    background: #3d4045;
  }
}
@media (min-width: 769px) {
  .widget_search:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #96a1a3;
    margin: 0;
    content: "\f002";
    position: absolute;
    right: 33px;
    top: 16px;
  }
}
@media (min-width: 1200px) {
  .widget_search:before {
    right: 20px;
    top: 14px;
  }
}
.theme-update-info {
  background: #ecf0f1;
  margin: 0 0 26px;
}
.theme-update-info .theme-screenshot {
  text-align: center;
  float: left;
  margin: 26px 0;
}
@media (max-width: 767px) {
  .theme-update-info .theme-screenshot {
    margin: 0;
  }
}
.theme-update-info .theme-screenshot img {
  width: auto;
  height: 208px;
}
@media (max-width: 767px) {
  .theme-update-info .theme-screenshot img {
    width: 100%;
    height: auto;
  }
}
.theme-update-info h3 {
  margin: 13px 0;
}
.theme-update-info .theme-info {
  padding-right: 26px;
}
.theme-update-info .update-info {
  clear: both;
  background: #fff;
  border: 1px solid #ecf0f1;
  border-top: none;
  padding: 25px;
}
.theme-update-info .update-info ul {
  padding-left: 17px;
  margin-bottom: 0;
  font-family: "courier new";
  color: #000;
}
.older a i {
  left: 0;
  position: relative;
  top: auto;
  right: auto;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.older a:hover i {
  left: 5px;
}
.newer a i {
  right: 0;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.newer a:hover i {
  right: 5px;
}
.entry-tags .tags-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.entry-tags .tags-links a {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  position: relative;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #96a1a3;
  border-radius: 10px;
  margin-right: 6.5px;
}
.entry-tags .tags-links a:focus,
.entry-tags .tags-links a:active:focus,
.entry-tags .tags-links a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.entry-tags .tags-links a:hover,
.entry-tags .tags-links a:focus {
  color: #505656;
  text-decoration: none;
}
.entry-tags .tags-links a:active,
.entry-tags .tags-links a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.entry-tags .tags-links a.disabled,
.entry-tags .tags-links a[disabled],
fieldset[disabled] .entry-tags .tags-links a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-tags .tags-links a i {
  font-style: normal;
  margin-left: 6.5px;
}
.entry-tags .tags-links a:empty {
  display: none;
}
.btn .entry-tags .tags-links a,
#edd_purchase_submit .edd-submit .entry-tags .tags-links a,
#edd-next-submit-wrap .edd-submit .entry-tags .tags-links a {
  position: relative;
  top: -1px;
}
.btn-xs .entry-tags .tags-links a {
  top: 0;
  padding: 1px 5px;
}
.user-block {
  padding: 26px 0;
  margin: 26px 0 52px 0;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
}
.user-block h4 {
  margin-top: 0;
  margin-bottom: 13px;
}
.user-block p {
  margin-bottom: 0;
}
.user-block .user-block-title {
  color: #96a1a3;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.user-block .user-block-content {
  margin-left: 78px;
  padding-left: 26px;
}
.user-block .user-block-avatar {
  width: 77px;
  float: left;
}
.user-block .user-avatar {
  width: 77px;
  border: 1px solid #ecf0f1;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.user-block .social-list {
  list-style: none;
  margin: 13px 0 0 0;
  padding: 0;
}
.user-block .social-list li {
  display: block;
  float: left;
  width: 25px;
  height: 16px;
}
.user-block .social-list a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  display: block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .user-block .user-block-content {
    margin-left: 0;
    padding-left: 0;
    margin-top: 13px;
  }
  .user-block .user-block-avatar {
    width: 100%;
    float: none;
  }
  .user-block .user-avatar {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .user-block .social-list {
    margin: 0;
    overflow: hidden;
  }
}
.related-posts {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 769px) {
  .related-posts {
    padding-top: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid #ecf0f1;
  }
}
.related-posts .related-posts-title {
  display: block;
  color: #96a1a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.related-posts .related-title {
  font-size: 16px;
  line-height: 26px;
}
.related-posts .related-post .entry-thumbnail {
  overflow: hidden;
}
.related-posts .related-post .entry-thumbnail img {
  width: auto;
  max-width: 900px;
  height: 260px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .related-posts .related-post .entry-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.related-posts .related-post .entry-thumbnail:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.subscribe-to-download {
  background: #FDFCF2;
  border: 1px solid #DBD7C0;
  margin: 20px 0 0;
  padding: 20px 120px 20px 20px;
  position: relative;
  border-radius: 1px;
}
.subscribe-to-download:before,
.subscribe-to-download:after {
  content: " ";
  display: table;
}
.subscribe-to-download:after {
  clear: both;
}
.subscribe-to-download:before,
.subscribe-to-download:after {
  content: " ";
  display: table;
}
.subscribe-to-download:after {
  clear: both;
}
.subscribe-to-download h3 {
  display: block;
  color: #544531;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0 0 10px;
  text-transform: uppercase;
  top: 0;
}
.subscribe-to-download form {
  margin: 0;
}
.subscribe-to-download .download-thumbnail {
  position: absolute;
  top: 20px;
  right: 20px;
}
#disqus_thread {
  padding-top: 26px;
}
@media (min-width: 768px) {
  #disqus_thread {
    padding-top: 52px;
  }
}
.single-post #content .entry-title,
.single-guide #content .entry-title {
  font-size: 45px;
  margin: 0 0 26px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .single-post #content .entry-title,
  .single-guide #content .entry-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.single-post #content .entry-meta,
.single-guide #content .entry-meta {
  color: #96a1a3;
  margin: 0 0 33px 0;
  line-height: 26px;
  font-size: 14px;
}
.single-post #content .entry-meta > span,
.single-guide #content .entry-meta > span {
  display: inline-block;
  margin: 0 13px 0 0;
}
@media (max-width: 767px) {
  .single-post #content .entry-meta > span,
  .single-guide #content .entry-meta > span {
    display: block;
  }
}
.single-post #content .entry-meta a,
.single-guide #content .entry-meta a {
  color: #96a1a3;
  font-weight: normal !important;
}
.single-post #content .entry-meta a:hover,
.single-guide #content .entry-meta a:hover,
.single-post #content .entry-meta a:active,
.single-guide #content .entry-meta a:active,
.single-post #content .entry-meta a:focus,
.single-guide #content .entry-meta a:focus {
  color: #3498db;
}
.single-post #content .entry-meta .avatar,
.single-guide #content .entry-meta .avatar,
.single-post #content .entry-meta .fa,
.single-guide #content .entry-meta .fa {
  margin: 0 6.5px 0 0;
}
.single-post #content .entry-meta .avatar,
.single-guide #content .entry-meta .avatar {
  margin-top: -2px;
  border-radius: 50%;
  border: 1px solid #ecf0f1;
}
.single-post #content .entry-content,
.single-guide #content .entry-content {
  font-size: 18px;
}
.single-post #content .entry-content h1,
.single-guide #content .entry-content h1,
.single-post #content .entry-content h2,
.single-guide #content .entry-content h2,
.single-post #content .entry-content h3,
.single-guide #content .entry-content h3,
.single-post #content .entry-content h4,
.single-guide #content .entry-content h4,
.single-post #content .entry-content h5,
.single-guide #content .entry-content h5,
.single-post #content .entry-content h6,
.single-guide #content .entry-content h6 {
  line-height: 1.2;
}
.single-post #content .entry-content h1,
.single-guide #content .entry-content h1 {
  font-size: 61px;
}
.single-post #content .entry-content h2,
.single-guide #content .entry-content h2 {
  font-size: 42px;
}
.single-post #content .entry-content h3,
.single-guide #content .entry-content h3 {
  font-size: 32px;
}
.single-post #content .entry-content h4,
.single-guide #content .entry-content h4 {
  font-size: 24px;
}
.single-post #content .entry-content h5,
.single-guide #content .entry-content h5 {
  font-size: 16px;
}
.page-template-templatespackages-php #main #content {
  padding-bottom: 0;
}
.site-content .page-header-package {
  text-align: center;
  background: url(../img/walls/wall-01.jpg) no-repeat center #3498db;
  background-size: cover;
  margin-bottom: 0!important;
}
.site-content .page-header-package .page-title {
  margin-top: 26px;
}
.site-content .page-header-package .page-description {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .18em;
  text-decoration: none;
}
.site-content .page-header-package .row {
  margin-top: 78px;
  margin-bottom: 78px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: inset 0 0 1px #ffffff, 3px 3px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .site-content .page-header-package .row {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
.site-content .page-header-package .package-description {
  margin-left: auto;
  margin-top: 26px;
  color: #ecf0f1;
  color: rgba(255, 255, 255, 0.8);
}
.site-content .page-header-package .package-info {
  padding: 52px;
  text-align: left;
  color: #3d4045;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .site-content .page-header-package .package-info {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .site-content .page-header-package .package-info {
    padding: 26px;
  }
}
.site-content .page-header-package .package-info h3 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
}
.site-content .page-header-package .package-info ul {
  margin: 0;
  padding: 0;
}
.site-content .page-header-package .package-info li {
  list-style: none;
  padding: 8px;
}
.site-content .page-header-package .package-info li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}
.site-content .page-header-package .package-info li .fa {
  margin-right: 5px;
  color: #505656;
}
.site-content .page-header-package .package-pricing {
  padding: 78px 26px;
  color: #3d4045;
  margin-top: 0;
}
@media (max-width: 767px) {
  .site-content .page-header-package .package-pricing {
    padding: 26px;
  }
}
.site-content .page-header-package .package-pricing strong {
  display: block;
  font-size: 91.5px;
  line-height: 1;
  color: #3d4045;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-content .page-header-package .package-pricing strong span {
  font-size: 45px;
  vertical-align: top;
  line-height: 1.5;
  color: #96a1a3;
  margin-right: 5px;
  display: inline-block;
}
.site-content .page-header-package .package-pricing .btn,
.site-content .page-header-package .package-pricing #edd_purchase_submit .edd-submit,
.site-content .page-header-package .package-pricing #edd-next-submit-wrap .edd-submit {
  text-decoration: none;
}
.site-content .page-header-package .package-pricing .more {
  font-size: 16px;
  margin-top: 26px;
}
.site-content .page-header-package .package-pricing .more a {
  color: #3498db;
  font-weight: bold;
}
.site-content .page-header-customization {
  background: 0;
  margin-bottom: 0!important;
  text-align: center;
}
.site-content .page-header-customization .page-title {
  background: 0;
  margin-top: 26px;
  color: #3d4045;
}
.site-content .page-header-customization .page-description {
  color: #3d4045;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .18em;
  text-decoration: none;
}
.site-content .page-header-customization .blockline:before,
.site-content .page-header-customization .blockline:after {
  background: #3d4045;
}
.page-content-customization .inner-outer {
  border-bottom: 1px solid #ddd;
  clear: both;
  display: block;
  float: left;
  padding-bottom: 80px;
  width: 100%;
}
.page-content-customization .inner-outer .customization-col {
  float: left;
  width: 25%;
}
@media (max-width: 992px) {
  .page-content-customization .inner-outer .customization-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-content-customization .inner-outer .customization-col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .page-content-customization .inner-outer .customization-col {
    width: 100%;
  }
}
.page-content-customization .inner-outer .customization-col .inner {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 5px;
  min-height: 450px;
  padding: 25px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-content-customization .inner-outer .customization-col .inner {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .page-content-customization .inner-outer .customization-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
@media (max-width: 768px) {
  .page-content-customization .inner-outer .customization-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .page-content-customization .inner-outer .customization-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
.page-content-customization .inner-outer .customization-col .inner .services-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.page-content-customization .inner-outer .customization-col .inner .services-price {
  color: #666;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.page-content-customization .inner-outer .customization-col .inner .services-desc {
  margin: 40px 0 0;
  padding: 0;
}
.page-content-customization .inner-outer .customization-col .inner .services-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content-customization .inner-outer .customization-col .inner .services-desc ul li {
  background: url("../img/customize-arrow.png") no-repeat left 12px;
  list-style: none;
  font-size: 14px;
  padding: 5px 0 5px 30px;
}
.page-content-customization .inner-outer .customization-col .inner .get-started {
  position: absolute;
  bottom: 20px;
}
.page-content-customization .inner-outer .migration-col {
  float: left;
  width: 100%;
}
@media (max-width: 992px) {
  .page-content-customization .inner-outer .migration-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-content-customization .inner-outer .migration-col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .page-content-customization .inner-outer .migration-col {
    width: 100%;
  }
}
.page-content-customization .inner-outer .migration-col .inner {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 5px;
  min-height: 400px;
  padding: 25px;
  position: relative;
}
.page-content-customization .inner-outer .migration-col .inner .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: url('../img/slider/pointer.png') no-repeat 50% 50%;
  outline: none;
  border: none;
  top: -15px;
}
.page-content-customization .inner-outer .migration-col .inner .ui-slider .ui-slider-range-min {
  background: url('../img/slider/filled.png') repeat-x;
  z-index: 1;
}
.page-content-customization .inner-outer .migration-col .inner .ui-slider {
  background: url('../img/slider/unfilled.png') repeat-x;
  z-index: 1;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan {
  width: 100%;
  position: relative;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan .sb {
  float: left;
  width: 20%;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan .ssb {
  float: left;
  width: 20%;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan .lb {
  width: 20%;
  float: left;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan h2 {
  text-shadow: 1px 1px black;
  color: #333;
  font-size: 42px;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan p {
  font-family: Droid Sans;
  font-size: 16px;
  color: #333;
}
.page-content-customization .inner-outer .migration-col .inner .price2 p {
  padding-left: 10px;
}
.page-content-customization .inner-outer .migration-col .inner .price4 p {
  padding-right: 10px;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan a {
  font-family: droid sans;
  font-size: 40px;
  text-decoration: none;
  color: #333;
  text-align: center;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan input {
  font-family: Droid Sans;
  background: #F7BC41;
  border: 0;
  font-size: 28px;
  color: #fff;
  text-align: center;
  width: 165px;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan label {
  font-family: Droid Sans;
  font-size: 18px;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan .box {
  width: 290px;
  height: 45px;
  padding: 10px 10px 10px 10px;
  position: relative;
  background-color: #F7BC41;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 3px;
  float: left;
}
.page-content-customization .inner-outer .migration-col .inner #chooseplan .orderbox {
  width: 950px;
  height: 60px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 3px;
  float: left;
  background: #d89736;
  background: -moz-linear-gradient(top, #d89736 0%, #f4ca75 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d89736), color-stop(100%, #f4ca75));
  background: -webkit-linear-gradient(top, #d89736 0%, #f4ca75 100%);
  background: -o-linear-gradient(top, #d89736 0%, #f4ca75 100%);
  background: -ms-linear-gradient(top, #d89736 0%, #f4ca75 100%);
  background: linear-gradient(to bottom, #d89736 0%, #f4ca75 100%);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-content-customization .inner-outer .migration-col .inner {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .page-content-customization .inner-outer .migration-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
@media (max-width: 768px) {
  .page-content-customization .inner-outer .migration-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .page-content-customization .inner-outer .migration-col .inner {
    min-height: 400px;
    margin: 5px;
  }
}
.page-content-customization .inner-outer .migration-col .inner .services-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.page-content-customization .inner-outer .migration-col .inner .services-price {
  color: #666;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.page-content-customization .inner-outer .migration-col .inner .services-desc {
  margin: 40px 0 0;
  padding: 0;
}
.page-content-customization .inner-outer .migration-col .inner .services-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content-customization .inner-outer .migration-col .inner .services-desc ul li {
  background: url("../img/customize-arrow.png") no-repeat left 12px;
  list-style: none;
  font-size: 14px;
  padding: 5px 0 5px 30px;
}
.page-content-customization .inner-outer .migration-col .inner .get-started {
  text-align: center;
}
.page-content-customization .inner-outer.first-row {
  margin-bottom: 80px;
  width: 100%;
}
.page-template-templatescustomization-php .modal-dialog {
  margin: 170px auto;
}
.our-policy .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-policy .policy-block {
  margin: 0 0 20px;
  vertical-align: top;
  width: 48%;
  float: left;
}
.our-policy .policy-block:nth-child(2),
.our-policy .policy-block:nth-child(4) {
  float: right;
}
.our-policy .policy-block.block-custom-work {
  clear: both;
}
.our-policy .policy-block.block-support {
  margin: -60px 0 0;
}
.our-policy .policy-block.block-refund {
  clear: both;
  float: left;
}
.our-policy .policy-title-header {
  font-weight: 700;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  margin: 80px 0 40px;
  text-align: center;
}
.our-policy .policy-title {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.our-policy .policy-desc {
  margin: 20px 0 0;
  padding: 0;
}
.our-policy .policy-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-policy .policy-desc ul li {
  background: url("../img/customize-policy-arrow.png") no-repeat left 10px;
  padding: 5px 0 5px 22px;
}
.error404 #content {
  text-align: center;
}
.error404 .not-found {
  min-height: 480px;
}
.error404 .entry-title {
  font-size: 120px;
  margin: 150px 0 10px;
  line-height: 1.2;
}
.error404 .small-title {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0;
}
.search .search-highlight {
  background: #ffffc5;
}
.search #content .hentry {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}
.search #content .hentry:first-child .entry-title {
  margin-top: 0;
}
.search #content .hentry .entry-title {
  font-size: 18px;
  line-height: 30px;
}
.search #content .hentry .entry-meta {
  border: none;
}
.search .entry-type {
  background: #e67e22;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 10px 0 0;
}
.page-template-templatesdownload-php .page-header {
  text-align: center;
}
.page-template-templatesdownload-php .social-share {
  margin: 26px auto 0;
  position: relative;
  z-index: 9;
  width: 190px;
}
.page-template-templatesdownload-php .social-share li {
  float: left;
}
.team-members {
  text-align: center;
}
.team-members img {
  width: 100%;
}
.page-template-templatestemplate-sidebar-left-php .page-header {
  display: none;
}
.page-template-templatestemplate-sidebar-left-php #primary {
  float: right;
}
.page-template-templatestemplate-sidebar-left-php #primary .entry-meta {
  display: none;
}
.page-template-templatestemplate-sidebar-left-php #primary .entry-title {
  margin-top: 0;
  margin-bottom: 52px;
  font-size: 45px;
  line-height: 1;
  font-weight: normal;
}
.page-template-templatestemplate-sidebar-left-php #secondary {
  position: fixed;
  max-width: 280px;
}
.page-template-templatestemplate-sidebar-left-php #secondary .current-menu-item a {
  font-weight: 700;
}
.page .container-sm {
  margin-left: 0;
  padding-left: 0;
}
.ui-tooltip-content,
.ui-tooltip {
  font-size: 12px;
}
.home #content {
  padding: 0;
}
.main-sections {
  z-index: 1;
  position: relative;
}
.welcome-msg {
  text-align: center;
  background-color: #2c3e50;
  padding: 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin-top: 52px;
}
@media (max-width: 991px) {
  .welcome-msg .carousel-control {
    display: none;
  }
}
.welcome-msg h1,
.welcome-msg h2 {
  margin: 0 0 13px;
  font-weight: 300;
}
.welcome-msg h1.hero,
.welcome-msg h2.hero {
  margin: 0 0 26px;
  font-size: 122px;
}
@media (max-width: 1400px) {
  .welcome-msg h1.hero,
  .welcome-msg h2.hero {
    font-size: 91.5px;
  }
}
@media (max-width: 1200px) {
  .welcome-msg h1.hero,
  .welcome-msg h2.hero {
    font-size: 61px;
    margin: 0 0 13px;
  }
}
@media (max-width: 992px) {
  .welcome-msg h1.hero,
  .welcome-msg h2.hero {
    font-size: 45px;
    margin: 0 0 13px;
  }
}
.welcome-msg h1.hero,
.welcome-msg h2.hero,
.welcome-msg h1 strong,
.welcome-msg h2 strong {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .welcome-msg h1 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .welcome-msg h1 {
    font-size: 32px;
  }
}
.welcome-msg .lead {
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 1.625;
  margin: 0;
}
.welcome-msg .lead a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.welcome-msg .lead a:hover,
.welcome-msg .lead a:active {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .welcome-msg .lead {
    font-size: 16px;
  }
}
.welcome-msg .item-actions {
  margin: 52px 0 0;
}
@media (max-width: 768px) {
  .welcome-msg .item-actions {
    margin: 26px 0 0;
  }
}
.welcome-msg .item-light,
.welcome-msg .item-light .carousel-caption {
  color: #505656;
}
.welcome-msg .item-light .lead,
.welcome-msg .item-light .carousel-caption .lead {
  color: #96a1a3;
}
.welcome-msg .carousel-indicators {
  width: 100%;
  height: 70px;
  background: #f4f6f7;
  border-bottom: 1px solid #e5eaec;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .welcome-msg .carousel-indicators {
    display: none !important;
    visibility: hidden !important;
  }
}
.welcome-msg .carousel-indicators li {
  width: 20%;
  border-radius: 0;
  padding: 0 0 0 80px;
  margin: 0;
  display: block;
  float: left;
  height: 70px;
  border: 0;
  border-right: 1px solid #e5eaec;
  position: relative;
  color: #505656;
  font-size: 12px;
  text-indent: 0;
  font-weight: 300;
  text-align: left;
}
.welcome-msg .carousel-indicators li:last-child {
  border-right: 0;
}
.welcome-msg .carousel-indicators li .number {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 12px;
  background: #e5eaec;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 18px;
  font-style: normal;
}
.welcome-msg .carousel-indicators li span {
  margin-top: 14px;
  display: block;
}
.welcome-msg .carousel-indicators li strong {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.welcome-msg .carousel-indicators li:hover {
  background: #e5eaec;
}
.welcome-msg .carousel-indicators li:hover .number {
  background: #d6dee2;
}
.welcome-msg .carousel-indicators li.slide-2 strong,
.welcome-msg .carousel-indicators li.slide-4 strong,
.welcome-msg .carousel-indicators li.slide-6 strong,
.welcome-msg .carousel-indicators li.slide-1 strong {
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .welcome-msg .carousel-indicators li.slide-2 strong,
  .welcome-msg .carousel-indicators li.slide-4 strong,
  .welcome-msg .carousel-indicators li.slide-6 strong,
  .welcome-msg .carousel-indicators li.slide-1 strong {
    width: 12em;
    text-overflow: ellipsis;
  }
}
.welcome-msg .carousel-indicators .active {
  background: transparent;
  color: #27292e;
}
.welcome-msg .carousel-indicators .active .number {
  background: #3498db;
  color: #fff;
}
.welcome-msg .carousel-indicators .active::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: #f4f6f7 transparent;
}
.welcome-msg .carousel-indicators .active:hover {
  background: #e5eaec;
}
.welcome-msg .carousel-indicators .active:hover::before {
  border-color: #e5eaec transparent;
}
.welcome-msg .carousel-indicators .active:hover .number {
  background: #3498db;
  color: #fff;
}
.welcome-msg:hover .carousel-indicators {
  bottom: 0;
}
@media (max-width: 1200px) {
  .welcome-msg .carousel-inner > .item {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
.welcome-msg .carousel-caption {
  text-shadow: none;
}
.welcome-msg .carousel-inner .item .carousel-caption {
  display: block;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 48%;
  width: 100%;
  z-index: 0;
  bottom: auto;
  padding: 0 104px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 1200px) {
  .welcome-msg .carousel-inner .item .carousel-caption {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .welcome-msg .carousel-inner .item .carousel-caption {
    padding: 0 13px;
  }
}
.welcome-msg .carousel-inner .item.active .carousel-caption {
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (min-width: 768px) {
  .welcome-msg .carousel-inner .item.active .carousel-caption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.welcome-msg .carousel-home {
  margin: 0;
}
.welcome-msg .carousel-home .item {
  height: 815px;
}
@media (max-width: 1400px) {
  .welcome-msg .carousel-home .item {
    height: 630px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .welcome-msg .carousel-home .item {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .welcome-msg .carousel-home .item {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .welcome-msg .carousel-home .item {
    height: 360px;
  }
}
.welcome-msg .carousel-home .item-left .carousel-caption {
  text-align: left;
  width: 50%;
  position: relative;
  padding: 0;
  margin-top: 20%;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.welcome-msg .carousel-home .item-1 {
  background: url(../img/walls/wall-01.jpg) no-repeat center #3498db;
  background-size: cover;
}
.welcome-msg .carousel-home .item-1 .carousel-caption {
  position: relative;
  text-align: left;
}
.welcome-msg .carousel-home .item-1 .main-product-logo {
  position: absolute;
  left: auto;
  top: 20px;
}
@media (max-width: 992px) {
  .welcome-msg .carousel-home .item-1 .main-product-logo {
    display: none;
  }
}
.welcome-msg .carousel-home .item-1 h1 {
  font-size: 150px;
}
@media (max-width: 1400px) {
  .welcome-msg .carousel-home .item-1 h1 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .welcome-msg .carousel-home .item-1 h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .welcome-msg .carousel-home .item-1 h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .welcome-msg .carousel-home .item-1 h1 {
    font-size: 40px;
  }
}
.welcome-msg .carousel-home .item-1 h1,
.welcome-msg .carousel-home .item-1 h2,
.welcome-msg .carousel-home .item-1 .hero,
.welcome-msg .carousel-home .item-1 .lead,
.welcome-msg .carousel-home .item-1 .item-actions {
  padding-left: 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .welcome-msg .carousel-home .item-1 h1,
  .welcome-msg .carousel-home .item-1 h2,
  .welcome-msg .carousel-home .item-1 .hero,
  .welcome-msg .carousel-home .item-1 .lead,
  .welcome-msg .carousel-home .item-1 .item-actions {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .welcome-msg .carousel-home .item-1 h1,
  .welcome-msg .carousel-home .item-1 h2,
  .welcome-msg .carousel-home .item-1 .hero,
  .welcome-msg .carousel-home .item-1 .lead,
  .welcome-msg .carousel-home .item-1 .item-actions {
    padding-left: 0;
    text-align: center;
  }
}
.welcome-msg .carousel-home .item-1 h2.hero {
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.welcome-msg .carousel-home .item-2 {
  background: url(../img/walls/ub_megamall_intro2.jpg) no-repeat center top #ecf0f1;
  background-size: cover;
}
.welcome-msg .carousel-home .item-3 {
  background: url(../img/walls/wall-03.jpg) no-repeat right center #ffffff;
  background-size: cover;
}
.welcome-msg .carousel-home .item-3 .container {
  position: relative;
}
.welcome-msg .carousel-home .item-3 .carousel-caption {
  width: 52%;
  margin-top: 5%;
}
@media (max-width: 1400px) {
  .welcome-msg .carousel-home .item-3 .carousel-caption {
    margin-top: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .welcome-msg .carousel-home .item-3 .carousel-caption {
    margin-top: 15%;
    width: 48%;
  }
}
@media (max-width: 992px) {
  .welcome-msg .carousel-home .item-3 .carousel-caption {
    margin-top: 15%;
    width: 48%;
  }
}
.welcome-msg .carousel-home .item-3 h2 {
  color: #131313;
  font-size: 61px;
}
.welcome-msg .carousel-home .item-3 h2 strong {
  font-weight: 700;
}
.welcome-msg .carousel-home .item-3 .lead {
  color: #131313;
}
.welcome-msg .carousel-home .item-3 .btn,
.welcome-msg .carousel-home .item-3 #edd_purchase_submit .edd-submit,
.welcome-msg .carousel-home .item-3 #edd-next-submit-wrap .edd-submit {
  background: #50bbaf;
}
.welcome-msg .carousel-home .item-4 {
  background: url(../img/walls/wall-13.jpg) no-repeat center top;
  background-size: cover;
}
.welcome-msg .carousel-home .item-5 {
  background-color: #34495e;
}
.welcome-msg .carousel-home .item-5 h1 {
  font-size: 76.25px;
}
.welcome-msg .carousel-home .item-5 .carousel-caption {
  top: 50%;
}
.welcome-msg .carousel-home .item-5 .btn-rounded {
  width: 52px;
  height: 52px;
  line-height: 48px;
  padding: 0 !important;
  border-radius: 50%;
}
.welcome-msg .carousel-home .item-5 .btn-rounded .fa {
  margin-left: 2px;
  font-size: 18px;
}
.welcome-msg .carousel-home .item-6 {
  background: url(../img/walls/wall-14.jpg) no-repeat center top;
  background-size: cover;
}
.welcome-msg .carousel-control {
  background: none;
  font-size: 60px;
  font-weight: 300;
  width: 100px;
  height: 100px;
}
.navbar-light .welcome-msg .carousel-control {
  color: #505656;
}
@media (max-width: 767px) {
  .welcome-msg .carousel-control {
    display: none !important;
    visibility: hidden !important;
  }
}
.home .section-latest-products {
  text-align: center;
}
.home .section-latest-products .swiper-wrapper {
  width: auto;
}
@media (max-width: 767px) {
  .home .section-latest-products .col-xs-4 .product {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .home .section-latest-products .col-xs-4 {
    width: 16.66%;
  }
  .home .section-latest-products .col-xs-4 .product {
    width: 100%;
  }
}
.home .section-latest-products.product-listing .product {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home .section-latest-products.product-listing .product {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .home .section-latest-products.product-listing .product {
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .home .section-latest-products .btn,
  .home .section-latest-products #edd_purchase_submit .edd-submit,
  .home .section-latest-products #edd-next-submit-wrap .edd-submit {
    margin-top: 26px;
  }
}
.section-introducing {
  text-align: center;
  background: url(../img/walls/wall-sec-intro.png) no-repeat center 70px #ecf0f1;
  color: #505656;
}
@media (max-width: 1200px) {
  .section-introducing {
    overflow: hidden;
  }
  .section-introducing .container {
    max-width: 95%;
  }
}
@media (max-width: 992px) {
  .section-introducing .container {
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .section-introducing {
    overflow: hidden;
    background-image: none;
  }
}
.section-introducing .section-header {
  text-align: left;
  margin-bottom: 26px;
  overflow: hidden;
}
.section-introducing .section-header .section-title {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .section-introducing .section-header {
    margin-bottom: 26px;
  }
}
.section-introducing .section-header p {
  padding: 0;
}
.section-introducing .section-content {
  margin-left: -86px;
}
@media (max-width: 1400px) {
  .section-introducing .section-content {
    margin-left: 0;
  }
}
.section-introducing .col {
  padding-left: 90px;
  position: relative;
  padding-bottom: 52px;
  overflow: hidden;
  text-align: left;
  width: 40%;
  clear: both;
}
@media (min-width: 1200px) {
  .section-introducing .col:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-introducing .col {
    width: 49%;
    border: none;
    padding-left: 70px;
    float: left;
    clear: none;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 480px) {
  .section-introducing .col {
    width: 100%;
    border: none;
    padding-left: 70px;
  }
}
.section-introducing .section-title {
  color: #3498db;
  text-transform: none;
  font-size: 61px;
}
@media (max-width: 768px) {
  .section-introducing .section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-introducing .section-title {
    font-size: 32px;
  }
}
.section-introducing .section-title .small-head {
  color: #96a1a3;
}
.touch .section-introducing .section-title {
  margin-left: 0;
}
.section-introducing .intro-content {
  position: relative;
}
.section-introducing .intro-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 13px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-introducing .intro-content h3 {
    margin-bottom: 0;
    margin-top: 13px;
    font-size: 16px;
  }
}
.section-introducing .intro-content p {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section-introducing .intro-content p {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.section-introducing .icon-line {
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 50px;
}
@media (max-width: 768px) {
  .section-introducing .icon-line {
    display: none;
  }
}
.section-introducing .icon-wrapper {
  display: block;
  margin: 0 0 26px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 700ms ease 0.3s;
  transition: all 700ms ease 0.3s;
}
.section-introducing .icon-wrapper.icon-wrapper-show,
.touch .section-introducing .icon-wrapper {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-introducing .icon-wrapper .fa {
  color: #fff;
  font-size: 20px;
}
.section-introducing .rw-words-text {
  float: left;
}
.section-introducing .rw-words {
  display: block;
  float: left;
  color: #505656;
  margin-left: 15px;
}
.section-introducing .rw-words .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.section-introducing .rw-words .item.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.section-introducing .rw-words-1 span {
  position: absolute;
  opacity: 0;
  -webkit-animation: rotateWord 15s linear infinite 0s;
  -moz-animation: rotateWord 15s linear infinite 0s;
  -o-animation: rotateWord 15s linear infinite 0s;
  -ms-animation: rotateWord 15s linear infinite 0s;
  animation: rotateWord 15s linear infinite 0s;
}
@media (max-width: 480px) {
  .section-introducing .rw-words-1 span {
    left: 0;
    right: 0;
  }
}
.section-introducing .rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.section-introducing .rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.section-introducing .rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.section-introducing .rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.section-introducing .nm-word {
  color: #3498db;
}
.no-touch .section-introducing .nm-word {
  display: none;
}
.no-touch.ie .section-introducing .nm-word {
  display: inline;
}
.no-touch.ie .section-introducing .rw-words {
  display: none !important;
  visibility: hidden !important;
}
.touch .section-introducing .rw-words {
  display: none !important;
  visibility: hidden !important;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -moz-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -moz-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -o-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -o-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section-product-reviews {
  position: relative;
}
.section-product-reviews .main-reviews {
  position: relative;
}
@media (min-width: 992px) {
  .section-product-reviews .main-reviews {
    margin-top: -13px;
  }
}
.section-product-reviews .main-reviews .section-header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.section-product-reviews .main-reviews .fa-big-section {
  position: absolute;
  left: -58px;
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .section-product-reviews .main-reviews .fa-big-section {
    left: -40px;
  }
}
@media (max-width: 992px) {
  .section-product-reviews .main-reviews .fa-big-section {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-product-reviews .main-stats {
    margin-top: -13px;
  }
}
@media (max-width: 768px) {
  .section-product-reviews .main-stats {
    margin-top: 26px;
  }
}
.section-product-reviews .main-stats .section-header h2 {
  line-height: 1.625;
  font-weight: 400;
}
.section-product-reviews .main-stats .section-header,
.section-product-reviews .main-stats .stat {
  padding-left: 26px;
}
@media (max-width: 992px) {
  .section-product-reviews .main-stats .section-header,
  .section-product-reviews .main-stats .stat {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .section-product-reviews .main-stats .stat li {
    width: 100%;
  }
}
.section-product-reviews .section-header {
  margin-bottom: 26px;
}
.section-product-reviews .section-header h2 {
  font-size: 24px;
  color: #505656;
  text-transform: none;
}
.section-product-reviews .carousel-control {
  opacity: 0 !important;
}
#testimonial-content.carousel {
  margin-bottom: 0;
  margin-top: 0;
}
#testimonial-content .carousel-inner .item {
  color: #3d4045;
  font-size: 24px;
  padding: 0 26px 0 0;
  min-height: 200px;
}
@media (max-width: 768px) {
  #testimonial-content .carousel-inner .item {
    padding: 0;
    font-size: 16px;
    min-height: 100%;
  }
}
#testimonial-content .carousel-inner .item .testimonial-author {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
@media (max-width: 480px) {
  #testimonial-content .carousel-inner .item .testimonial-author {
    position: relative;
  }
}
#testimonial-content .carousel-inner .item .testimonial-author img {
  margin-right: 6px;
  vertical-align: text-bottom;
  border-radius: 50%;
  display: none;
}
#testimonial-content .carousel-inner .item .testimonial-author .testimonial-cite {
  color: #3498db;
  font-weight: 400;
}
#testimonial-content .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 42px;
  height: 42px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  text-shadow: none;
  margin: 26px 5px 0;
  border-radius: 5px;
  background: transparent;
  color: #505656;
  border: 2px solid #505656;
}
#testimonial-content .carousel-control:hover {
  background: #505656;
  color: #fff;
}
#typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-support {
  background: #f4f6f7;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section-support {
    padding-bottom: 0;
  }
}
.section-support .section-header {
  margin-bottom: 0;
}
.section-support .section-header h2 {
  margin-bottom: 13px;
}
.section-support .btn,
.section-support #edd_purchase_submit .edd-submit,
.section-support #edd-next-submit-wrap .edd-submit {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .section-support .btn,
  .section-support #edd_purchase_submit .edd-submit,
  .section-support #edd-next-submit-wrap .edd-submit {
    margin-top: 26px;
  }
}
.section-support .support-staff {
  margin-top: 78px;
  width: 100%;
  height: 305px;
}
.section-support .support-staff .support-step {
  background: url("../img/supports/bg-step-line.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  float: left;
  height: 250px;
  margin: 55px 0 0;
  min-height: 250px;
  width: 100%;
}
.section-support .support-staff .support-step .step {
  border: 2px solid #d6d6d6;
  background: #fff;
  left: 0;
  height: 56px;
  position: absolute;
  top: 0;
  width: 56px;
  border-radius: 100%;
  list-style: none;
}
.section-support .support-staff .support-step .step .tooltips {
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
}
.section-support .support-staff .support-step .step .tooltips span {
  width: 125px;
  height: auto;
  line-height: 39px;
  padding: 0px;
  left: 50%;
  margin-left: -64px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 100px;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-support .support-staff .support-step .step .tooltips span:before,
.section-support .support-staff .support-step .step .tooltips span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.1);
}
.section-support .support-staff .support-step .step .tooltips span:after {
  bottom: -10px;
  margin-left: -10px;
  border-top: 10px solid #fff;
}
.section-support .support-staff .support-step .step .tooltips:hover span {
  opacity: 0.9;
  bottom: 70px;
}
.section-support .support-staff .support-step .step.first-step {
  left: 220px;
  top: 200px;
  background: #ffffff url('../img/supports/ico-submit.png') no-repeat center 17px;
}
.section-support .support-staff .support-step .step.first-step .tooltips span {
  background: #3498db;
}
.section-support .support-staff .support-step .step.first-step .tooltips span:after {
  border-top-color: #3498db;
}
.section-support .support-staff .support-step .step.first-step:hover,
.section-support .support-staff .support-step .step.first-step:focus {
  background: #3498db url('../img/supports/ico-submit.png') no-repeat center -65px;
  border-color: #3498db;
}
.section-support .support-staff .support-step .step.second-step {
  left: 410px;
  top: 80px;
  background: #ffffff url('../img/supports/ico-debug.png') no-repeat center 15px;
}
.section-support .support-staff .support-step .step.second-step .tooltips span {
  background: #f24535;
}
.section-support .support-staff .support-step .step.second-step .tooltips span:after {
  border-top-color: #f24535;
}
.section-support .support-staff .support-step .step.second-step:hover,
.section-support .support-staff .support-step .step.second-step:focus {
  background: #f24535 url('../img/supports/ico-debug.png') no-repeat center -62px;
  border-color: #f24535;
}
.section-support .support-staff .support-step .step.third-step {
  left: 595px;
  top: 155px;
  background: #ffffff url('../img/supports/ico-feedback.png') no-repeat center 10px;
}
.section-support .support-staff .support-step .step.third-step .tooltips span {
  background: #00953a;
}
.section-support .support-staff .support-step .step.third-step .tooltips span:after {
  border-top-color: #00953a;
}
.section-support .support-staff .support-step .step.third-step:hover,
.section-support .support-staff .support-step .step.third-step:focus {
  background: #00953a url('../img/supports/ico-feedback.png') no-repeat center -60px;
  border-color: #00953a;
}
.section-support .support-staff .support-step .step.final-step {
  left: 780px;
  top: 95px;
  background: #ffffff url('../img/supports/ico-like.png') no-repeat center 10px;
}
.section-support .support-staff .support-step .step.final-step .tooltips span {
  background: #f27c38;
}
.section-support .support-staff .support-step .step.final-step .tooltips span:after {
  border-top-color: #f27c38;
}
.section-support .support-staff .support-step .step.final-step:hover,
.section-support .support-staff .support-step .step.final-step:focus {
  background: #f27c38 url('../img/supports/ico-like.png') no-repeat center -60px;
  border-color: #f27c38;
}
@media (max-width: 1199px) {
  .section-support .support-staff {
    display: none !important;
    visibility: hidden !important;
  }
}
.no-touch .section-support .support-staff {
  -webkit-transition: all 1s ease 0.15s;
  transition: all 1s ease 0.15s;
  -webkit-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
.no-touch .section-support .support-staff.staff-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-user-showcase {
  background: url(../img/showcase.png) #2c3e50 no-repeat bottom center;
  color: #fff;
  padding-top: 208px;
}
@media (max-width: 992px) {
  .section-user-showcase {
    padding-top: 78px;
    background-image: none;
  }
}
.section-user-showcase h3 {
  margin-bottom: 26px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 300;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .section-user-showcase h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
.section-user-showcase a {
  color: #3498db;
}
.section-user-showcase a:hover,
.section-user-showcase a:focus {
  color: #fff;
}
.section-user-showcase .user-site-intro h3 + img {
  padding-top: 19px;
}
.section-user-showcase .user-site-intro p {
  color: #96a1a3;
}
.section-user-showcase .user-showcase-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 26px;
  padding-top: 25px;
  font-weight: bold;
}
.section-user-showcase .user-showcase-cta a {
  margin-right: 26px;
}
@media (max-width: 1199px) {
  .section-user-showcase .user-showcase-cta a {
    margin-right: 5.2px;
  }
}
@media (max-width: 480px) {
  .section-user-showcase .user-showcase-cta a {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .section-user-showcase .user-showcase-cta {
    margin-bottom: 26px;
  }
}
.section-user-showcase .badge-showcase {
  position: absolute;
  top: -278px;
  left: auto;
  margin-left: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .section-user-showcase .badge-showcase {
    margin: 0;
    position: relative;
    top: 0;
  }
}
.section-user-showcase .badge-showcase:hover {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: all 10s;
  transition: all 10s;
}
.section-cta {
  background: #3498db;
  text-align: center;
}
@media (max-width: 768px) {
  .section-cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.section-cta .section-header {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .section-cta .section-header {
    margin-bottom: 26px;
  }
}
.section-cta h2 {
  color: #fff;
  font-size: 61px;
}
@media (max-width: 768px) {
  .section-cta h2 {
    font-size: 32px;
  }
}
.section-cta p {
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.75);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .section-cta p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-cta p,
  .section-cta .btn,
  .section-cta #edd_purchase_submit .edd-submit,
  .section-cta #edd-next-submit-wrap .edd-submit {
    font-size: 16px;
  }
}
.section-latest-blog {
  border-top: 1px solid #ecf0f1;
  position: relative;
}
.section-latest-blog .fa-big-section {
  position: absolute;
  left: -80px;
}
.section-latest-blog .entry-thumbnail {
  height: 250px;
  text-align: center;
  margin-top: 13px;
  position: relative;
}
@media (max-width: 768px) {
  .section-latest-blog .entry-thumbnail {
    display: none !important;
    visibility: hidden !important;
  }
}
.section-latest-blog .entry-thumbnail a {
  width: 300px;
  height: 300px;
  display: inline-block;
  overflow: hidden;
  margin-top: 18px;
}
.section-latest-blog .entry-thumbnail img {
  width: 100%;
}
.section-latest-blog .section-header {
  margin-top: -13px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-latest-blog .section-header {
    margin-top: 0;
  }
}
.section-latest-blog .entry-title {
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .section-latest-blog .entry-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.section-latest-blog .entry-title a {
  color: #505656;
}
.section-latest-blog .entry-title a:hover,
.section-latest-blog .entry-title a:active,
.section-latest-blog .entry-title a:focus {
  color: #3498db;
}
.section-latest-blog .entry-meta {
  margin-top: 26px;
  color: #96a1a3;
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-latest-blog .entry-meta {
    display: none !important;
    visibility: hidden !important;
  }
}
.section-latest-blog .entry-meta > span {
  display: inline-block;
  margin-right: 20px;
}
.section-latest-blog .entry-meta a {
  color: #96a1a3;
}
.section-latest-blog .entry-meta a:hover,
.section-latest-blog .entry-meta a:active,
.section-latest-blog .entry-meta a:focus {
  color: #3498db;
}
.section-latest-blog .entry-meta .dw-avatar,
.section-latest-blog .entry-meta .fa {
  margin-right: 6.66666667px;
}
.section-latest-blog .entry-meta .dw-avatar {
  border-radius: 50%;
}
.section-latest-blog .entry-content {
  margin-top: 26px;
}
.section-latest-blog .entry-content p:last-child {
  margin-bottom: 0;
}
.product-filter {
  margin: -78px 0 0;
  padding: 0;
  background: #f4f6f7;
  border-bottom: 1px solid #dde4e6;
}
@media (max-width: 768px) {
  .product-filter {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product-filter {
    margin-top: -52px;
  }
}
.product-filter h3 {
  display: inline-block;
  margin: 0;
}
.product-filter h3 .fa {
  color: #ecf0f1;
  font-size: 16px;
  background: #3d4045;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 26px;
}
.product-filter .list-tags {
  display: inline-block;
  background-color: transparent;
}
.product-filter .list-tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-filter .list-tags li {
  padding: 13px 0;
  list-style: none;
  display: inline-block;
  position: relative;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-filter .list-tags li {
    padding: 6.5px 0;
  }
}
.product-filter .list-tags li span {
  padding-right: 13px;
  margin-right: 26px;
  border-right: 1px solid #ccd2d3;
  color: #96a1a3;
}
.product-filter .list-tags li a {
  display: block;
  margin: 0 26px 0 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #3d4045;
}
.product-filter .list-tags li a:hover,
.product-filter .list-tags li a:active {
  box-shadow: inset 0 -3px 0 #3d4045;
  color: #3d4045;
}
@media (max-width: 767px) {
  .product-filter .list-tags li a {
    margin-right: 13px;
  }
}
.product-filter .list-tags li.active a {
  color: #3d4045;
  box-shadow: inset 0 -3px 0 #3d4045;
}
.product-status {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1em 6.6em .8em 6.6em;
  position: absolute;
  top: 0px;
  left: -70px;
  background: #ecf0f1;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ie .product-status {
  padding: 1em 8.6em .8em 8.6em;
  top: 20px;
  left: -80px;
}
.product-status.status-free {
  background-color: #27ae60;
}
.product-status.status-hot {
  background-color: #c0392b;
}
.product-status.status-featured {
  background-color: #2980b9;
}
.product-status.status-magento_2 {
  top: 20px;
  background-color: #27ae60;
}
#edd_checkout_wrap .product-listing {
  padding: 0;
  background-color: transparent;
}
#edd_checkout_wrap .product-listing .col-sm-4 {
  width: 50%;
}
#edd_checkout_wrap .edd_cart_total {
  font-weight: normal;
}
#edd_checkout_wrap .edd_cart_total .edd-subtotal,
#edd_checkout_wrap .edd_cart_total .edd_cart_discount_amount_box {
  color: #96a1a3;
  margin-bottom: 6.5px;
  display: block;
}
#edd_checkout_wrap .edd_cart_total .edd-total {
  padding-top: 6.5px;
  border-top: 1px solid #ccc;
}
#edd_checkout_wrap .edd_cart_total .edd_cart_amount {
  color: #3498db;
}
#edd_checkout_wrap .edd_cart_total .edd-total {
  font-size: 20px;
  font-weight: 700;
}
#products {
  padding-top: 104px;
  padding-bottom: 104px;
}
.product-listing {
  text-align: center;
}
.product-listing .row {
  height: auto!important;
}
.product-listing .col-sm-4 {
  position: relative!important;
  top: auto!important;
  left: auto!important;
}
@media (max-width: 767px) {
  .product-listing .col-sm-4 {
    width: 70%!important;
    margin: 0 auto!important;
  }
}
@media (max-width: 480px) {
  .product-listing .col-sm-4 {
    width: 100%!important;
  }
}
.product-listing .product {
  position: relative;
  margin: 0 0 52px;
  padding: 0;
}
.product-listing .product a,
.product-listing .product a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-listing .product {
    margin-bottom: 26px;
  }
}
.product-listing .product .product-thumbnail {
  background: #f4f6f7;
  height: 260px;
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .product-listing .product .product-thumbnail {
    background-image: none;
    height: auto;
  }
}
.product-listing .product .product-thumbnail img {
  border: none;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
.product-listing .product .thumbnail-bg {
  display: block;
  background-position: center center;
}
.product-listing .product .thumbnail-wrap {
  display: block;
  height: 260px;
  background-size: 100%;
  background-position: center 0%;
  -webkit-transition: all 3.5s linear 0.4s;
  transition: all 3.5s linear 0.4s;
}
.ie .product-listing .product .thumbnail-wrap {
  background-position: top;
  background-size: cover;
}
@media (max-width: 768px) {
  .product-listing .product .thumbnail-wrap {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .product-listing .product .thumbnail-wrap {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .no-touch .product-listing .product:hover .thumbnail-wrap {
    background-position: center 100%;
  }
  .term-magento-extensions-2-x .product-listing .product:hover .thumbnail-wrap,
  .term-magento-extensions .product-listing .product:hover .thumbnail-wrap,
  .term-extensions-2-x .product-listing .product:hover .thumbnail-wrap,
  .term-extensions .product-listing .product:hover .thumbnail-wrap {
    background-position: center;
    transition: none;
  }
  .ie .product-listing .product:hover .thumbnail-wrap {
    background-position: top;
    background-size: cover;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.product-listing .product .product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 26px auto 0;
  color: #3d4045;
}
.product-listing .product .product-title a {
  color: #3d4045 !important;
}
@media (max-width: 991px) {
  .product-listing .product .product-title {
    font-size: 14px;
    margin-top: 13px;
  }
}
@media (max-width: 480px) {
  .product-listing .product .product-title {
    font-size: 16px;
    text-align: center;
  }
}
.product-listing .product:hover .product-title a {
  color: #3498db;
}
.product-listing .product .product-tagline {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
  color: #96a1a3;
  text-decoration: none;
}
.home .product-listing .product .product-tagline {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .product-listing .product .product-tagline {
    display: none !important;
    visibility: hidden !important;
  }
}
.product-listing .product .product-tag {
  display: none;
}
.tax-download_category #main #content,
.tax-download_tag #main #content {
  padding-bottom: 0;
}
#edd_profile_editor_submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
}
#edd_profile_editor_submit:focus,
#edd_profile_editor_submit:active:focus,
#edd_profile_editor_submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#edd_profile_editor_submit:hover,
#edd_profile_editor_submit:focus {
  color: #505656;
  text-decoration: none;
}
#edd_profile_editor_submit:active,
#edd_profile_editor_submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#edd_profile_editor_submit.disabled,
#edd_profile_editor_submit[disabled],
fieldset[disabled] #edd_profile_editor_submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#edd_profile_editor_submit i {
  font-style: normal;
  margin-left: 6.5px;
}
.edd_password_change_notice {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
}
.edd_password_change_notice h4 {
  margin-top: 0;
  color: inherit;
}
.edd_password_change_notice .alert-link {
  font-weight: bold;
}
.edd_password_change_notice > p,
.edd_password_change_notice > ul {
  margin-bottom: 0;
}
.edd_password_change_notice > p + p {
  margin-top: 5px;
}
.edd_password_change_notice a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.edd_password_change_notice a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.edd_password_change_notice i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
#edd_checkout_wrap .alert-info {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  #edd_checkout_wrap .alert-info {
    margin-top: 52px;
  }
}
#edd-discount {
  width: 210px;
}
#edd_purchase_submit {
  text-align: right;
}
.edd-cancel {
  text-align: left;
}
.edd-cancel a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
  padding-left: 0;
  color: #96a1a3;
}
.edd-cancel a:focus,
.edd-cancel a:active:focus,
.edd-cancel a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.edd-cancel a:hover,
.edd-cancel a:focus {
  color: #505656;
  text-decoration: none;
}
.edd-cancel a:active,
.edd-cancel a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.edd-cancel a.disabled,
.edd-cancel a[disabled],
fieldset[disabled] .edd-cancel a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edd-cancel a i {
  font-style: normal;
  margin-left: 6.5px;
}
.edd-cancel a:hover {
  color: #96a1a3;
}
.edd-cancel a:hover i {
  left: 5px;
}
.edd-cancel a i {
  left: 0;
  position: relative;
  top: 2px;
  right: auto;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.edd-cancel a:hover {
  color: #217dbb;
}
.edd-cancel a:before {
  content: "\f177";
  font-family: FontAwesome;
  padding-right: 6.5px;
}
#edd_checkout_cart {
  border: 1px solid #ecf0f1;
}
#edd_checkout_cart th {
  background: transparent;
  border-bottom: 1px !important;
}
#edd_checkout_cart th:first-child {
  border-right: none;
}
#edd_checkout_cart th:last-child {
  border-left: none;
}
#edd_checkout_cart td.edd_cart_actions {
  text-align: center;
}
@media (min-width: 768px) {
  #edd_checkout_cart .edd_cart_item_image {
    float: left;
    margin-right: 13px;
  }
}
#edd_checkout_cart .edd_checkout_cart_item_title {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 700;
}
#edd_checkout_cart .edd_cart_item_price {
  width: 25%;
}
#edd_checkout_cart .edd_cart_item_price,
#edd_checkout_cart .edd_cart_actions {
  text-align: center;
}
#edd_checkout_cart #edd_discount_code .edd-description {
  display: block;
  font-size: 70%;
}
#edd_checkout_cart #edd_discount_code label {
  font-weight: bold;
  margin: 0;
}
#edd_checkout_cart #edd_discount_code p {
  margin-bottom: 0;
  font-weight: normal;
}
.edd-actions {
  overflow: hidden;
}
#edd_checkout_cart .edd_discount {
  display: block;
  margin-left: 0;
  font-weight: normal;
}
.btn-continue {
  padding-left: 0;
  color: #96a1a3;
}
.btn-continue:hover {
  color: #96a1a3;
}
.btn-continue:hover i {
  left: 5px;
}
.btn-continue i {
  left: 0;
  position: relative;
  top: 2px;
  right: auto;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.edd-checkout-steps {
  margin-bottom: 52px;
  overflow: hidden;
}
.edd-checkout-steps ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.edd-checkout-steps ul:before {
  content: "";
  border: 1px solid #ecf0f1;
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
}
.edd-checkout-steps ul li {
  position: relative;
  float: left;
  padding-left: 0;
  text-align: center;
  width: 33%;
}
.edd-checkout-steps ul li:before {
  position: relative;
}
.edd-checkout-steps ul li span {
  background: #fff;
  padding: 0 6.5px;
}
.edd-checkout-steps ul li .checkout-number {
  color: #fff;
  background-color: #3498db;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-style: normal;
}
.edd_discount_remove {
  top: 2px;
  left: 3px;
}
#edd_checkout_form_wrap {
  display: none;
}
#edd_checkout_form_wrap fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#edd_checkout_form_wrap fieldset#edd_payment_mode_select,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info,
#edd_checkout_form_wrap fieldset#edd_cc_fields {
  border: 0 !important;
  border-top: 5px solid #ecf0f1 !important;
  min-height: 20px;
  margin-bottom: 26px;
  background: #fcfcfd !important;
  padding: 26px;
  position: relative;
}
#edd_checkout_form_wrap fieldset#edd_payment_mode_select .edd-payment-mode-label,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info .edd-payment-mode-label,
#edd_checkout_form_wrap fieldset#edd_cc_fields .edd-payment-mode-label,
#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,
#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
  border-bottom: 1px solid #ecf0f1 !important;
  margin: 0 0 26px;
  padding-bottom: 13px !important;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  color: #3d4045;
  float: left;
}
#edd_checkout_form_wrap fieldset#edd_payment_mode_select {
  background: #fff !important;
  padding-left: 0;
  padding-right: 0;
}
#edd_checkout_form_wrap fieldset#edd_payment_mode_select .edd-payment-mode-label {
  border-bottom: none !important;
  margin-bottom: 0;
}
#edd_checkout_form_wrap #edd_register_fields fieldset#edd_checkout_user_info {
  border-top: 0 !important;
  padding: 0;
}
#edd_checkout_form_wrap #edd-user-lost-pass {
  margin-bottom: 26px !important;
}
#edd_checkout_form_wrap span.edd-description {
  font-size: 70%;
}
#edd_checkout_form_wrap #edd-discount-code-wrap {
  background: #fcfcfd;
  padding: 26px;
  margin-bottom: 26px;
}
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-label {
  display: block;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 13px;
  margin-bottom: 26px;
}
#edd_checkout_form_wrap #edd-discount-code-wrap input {
  margin-top: 8.66666667px;
}
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
  display: block;
  width: 100%;
}
#edd_checkout_form_wrap #edd-gateway-option-paypal {
  border: 2px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  text-indent: -9999em;
  filter: brightness(1.8) grayscale(1) opacity(0.7);
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -o-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  min-height: 85px;
  min-width: 250px;
}
#edd_checkout_form_wrap #edd-gateway-option-paypal input {
  display: none;
}
#edd_checkout_form_wrap #edd-gateway-option-paypal:before {
  background: url("../img/payment-paypal.png") no-repeat 50% 50%;
  background-size: auto 70%;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  max-height: 85px;
  position: absolute;
  top: 0;
  width: 100%;
}
#edd_checkout_form_wrap #edd-gateway-option-paypal:hover {
  border: 2px solid transparent;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -o-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
#edd_checkout_form_wrap #edd-gateway-option-paypal.edd-gateway-option-selected {
  border: 2px solid #27ae60;
  box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -o-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
#edd_checkout_form_wrap #edd-gateway-option-stripe {
  border: 2px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  min-height: 86px;
  min-width: 280px;
  text-indent: -9999em;
  filter: brightness(1.8) grayscale(1) opacity(0.7);
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -o-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
#edd_checkout_form_wrap #edd-gateway-option-stripe input {
  display: none;
}
#edd_checkout_form_wrap #edd-gateway-option-stripe:before {
  content: "";
  cursor: pointer;
  background: url('../img/payment-Striper.png') no-repeat 50% 50%;
  height: 85px;
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 70%;
}
#edd_checkout_form_wrap #edd-gateway-option-stripe:hover {
  border: 2px solid transparent;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -o-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
#edd_checkout_form_wrap #edd-gateway-option-stripe.edd-gateway-option-selected {
  border: 2px solid #27ae60;
  box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -o-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
#edd_checkout_user_info:before,
#edd_register_account_fields:before,
#edd_login_fields:before,
#edd_checkout_user_info:after,
#edd_register_account_fields:after,
#edd_login_fields:after {
  content: " ";
  display: table;
}
#edd_checkout_user_info:after,
#edd_register_account_fields:after,
#edd_login_fields:after {
  clear: both;
}
#edd_checkout_user_info:before,
#edd_register_account_fields:before,
#edd_login_fields:before,
#edd_checkout_user_info:after,
#edd_register_account_fields:after,
#edd_login_fields:after {
  content: " ";
  display: table;
}
#edd_checkout_user_info:after,
#edd_register_account_fields:after,
#edd_login_fields:after {
  clear: both;
}
#edd_checkout_user_info input[type="password"],
#edd_register_account_fields input[type="password"],
#edd_login_fields input[type="password"] {
  line-height: 1;
}
#edd_checkout_user_info legend,
#edd_register_account_fields legend,
#edd_login_fields legend,
#edd_checkout_user_info label,
#edd_register_account_fields label,
#edd_login_fields label,
#edd_checkout_user_info .edd-description,
#edd_register_account_fields .edd-description,
#edd_login_fields .edd-description {
  display: none;
}
#edd_checkout_user_info #edd-first-name-wrap,
#edd_register_account_fields #edd-first-name-wrap,
#edd_login_fields #edd-first-name-wrap,
#edd_checkout_user_info #edd-last-name-wrap,
#edd_register_account_fields #edd-last-name-wrap,
#edd_login_fields #edd-last-name-wrap,
#edd_checkout_user_info #edd-user-pass-wrap,
#edd_register_account_fields #edd-user-pass-wrap,
#edd_login_fields #edd-user-pass-wrap,
#edd_checkout_user_info #edd-user-pass-confirm-wrap,
#edd_register_account_fields #edd-user-pass-confirm-wrap,
#edd_login_fields #edd-user-pass-confirm-wrap {
  width: 49%;
  float: left;
}
#edd_checkout_user_info #edd-last-name-wrap,
#edd_register_account_fields #edd-last-name-wrap,
#edd_login_fields #edd-last-name-wrap,
#edd_checkout_user_info #edd-user-pass-confirm-wrap,
#edd_register_account_fields #edd-user-pass-confirm-wrap,
#edd_login_fields #edd-user-pass-confirm-wrap {
  margin-left: 2%!important;
}
#edd_checkout_user_info input,
#edd_register_account_fields input,
#edd_login_fields input {
  margin: 0;
}
.logged-in #edd_checkout_user_info,
.logged-in #edd_register_account_fields,
.logged-in #edd_login_fields {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  min-height: 20px;
  padding: 26px;
  margin-bottom: 26px;
  background-color: #f4f6f7;
  border: 0;
  border-top: 5px solid #ecf0f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.logged-in #edd_checkout_user_info blockquote,
.logged-in #edd_register_account_fields blockquote,
.logged-in #edd_login_fields blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.logged-in #edd_checkout_user_info blockquote,
.logged-in #edd_register_account_fields blockquote,
.logged-in #edd_login_fields blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.logged-in #edd_checkout_user_info ul,
.logged-in #edd_register_account_fields ul,
.logged-in #edd_login_fields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.logged-in #edd_checkout_user_info li,
.logged-in #edd_register_account_fields li,
.logged-in #edd_login_fields li {
  border-top: 1px solid #e5e5e5;
  color: #96a1a3;
  text-transform: capitalize;
  padding: 7px 0;
}
.logged-in #edd_checkout_user_info li:first-child,
.logged-in #edd_register_account_fields li:first-child,
.logged-in #edd_login_fields li:first-child {
  border-top: 0;
}
.logged-in #edd_checkout_user_info .small-title + p,
.logged-in #edd_register_account_fields .small-title + p,
.logged-in #edd_login_fields .small-title + p {
  margin-bottom: 0;
}
.logged-in #edd_checkout_user_info legend,
.logged-in #edd_register_account_fields legend,
.logged-in #edd_login_fields legend {
  display: block;
  font-size: 17.5px;
  line-height: 1;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #ecf0f1;
}
#edd_checkout_login_register {
  background: #fcfcfd;
  padding: 26px;
  position: relative;
}
#edd_checkout_login_register h4 {
  border-bottom: 1px solid #ecf0f1;
  margin: 0 0 26px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #3d4045;
}
#edd_checkout_login_register h4 .label {
  font-size: 16px;
  font-weight: 700;
  color: #3d4045;
  padding: 0;
  border: 0;
}
#edd_checkout_login_register .switch-tab {
  float: right;
  display: none;
}
#edd_checkout_login_register #edd-login-account-wrap,
#edd_checkout_login_register #edd-new-account-wrap {
  position: absolute;
  right: 26px;
  top: 15px;
  margin: 0 !important;
  border: none;
}
@media (max-width: 767px) {
  #edd_checkout_login_register #edd-login-account-wrap,
  #edd_checkout_login_register #edd-new-account-wrap {
    position: static;
    padding: 0px;
  }
}
#edd_checkout_login_register #edd_login_fields {
  display: none;
}
#edd_checkout_login_register #edd_login_fields #edd-user-login-wrap,
#edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap {
  width: 49%;
  float: left;
}
#edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap {
  margin-left: 2%;
}
#edd_checkout_login_register #edd_login_fields #edd-user-login-submit {
  display: none;
}
.edd_errors {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 26px;
  text-align: left;
}
.edd_errors .edd_error {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
  background-color: #c0392b;
  border-color: #ab2630;
  color: #ffffff;
}
.edd_errors .edd_error h4 {
  margin-top: 0;
  color: inherit;
}
.edd_errors .edd_error .alert-link {
  font-weight: bold;
}
.edd_errors .edd_error > p,
.edd_errors .edd_error > ul {
  margin-bottom: 0;
}
.edd_errors .edd_error > p + p {
  margin-top: 5px;
}
.edd_errors .edd_error a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.edd_errors .edd_error a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.edd_errors .edd_error i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
.edd_errors .edd_error hr {
  border-top-color: #96222a;
}
.edd_errors .edd_error .alert-link {
  color: #e6e6e6;
}
.edd-cancel {
  margin-top: -58px !important;
}
#edd_purchase_submit #edd_final_total_wrap {
  display: none;
}
#edd_purchase_submit .edd-submit {
  color: #fff!important;
}
#edd-next-submit-wrap {
  text-align: right;
}
#edd-next-submit-wrap .edd-submit {
  color: #fff!important;
}
#edd-payment-processing {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
}
#edd-payment-processing h4 {
  margin-top: 0;
  color: inherit;
}
#edd-payment-processing .alert-link {
  font-weight: bold;
}
#edd-payment-processing > p,
#edd-payment-processing > ul {
  margin-bottom: 0;
}
#edd-payment-processing > p + p {
  margin-top: 5px;
}
#edd-payment-processing a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#edd-payment-processing a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#edd-payment-processing i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
#edd-payment-processing p {
  margin: 0;
}
#edd_purchase_receipt,
#edd_purchase_receipt_products {
  width: 100%;
  margin-bottom: 26px;
  border: 1px solid #ecf0f1;
}
#edd_purchase_receipt > thead > tr > th,
#edd_purchase_receipt_products > thead > tr > th,
#edd_purchase_receipt > tbody > tr > th,
#edd_purchase_receipt_products > tbody > tr > th,
#edd_purchase_receipt > tfoot > tr > th,
#edd_purchase_receipt_products > tfoot > tr > th,
#edd_purchase_receipt > thead > tr > td,
#edd_purchase_receipt_products > thead > tr > td,
#edd_purchase_receipt > tbody > tr > td,
#edd_purchase_receipt_products > tbody > tr > td,
#edd_purchase_receipt > tfoot > tr > td,
#edd_purchase_receipt_products > tfoot > tr > td {
  padding: 26px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
#edd_purchase_receipt > thead > tr > th,
#edd_purchase_receipt_products > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
#edd_purchase_receipt > caption + thead > tr:first-child > th,
#edd_purchase_receipt_products > caption + thead > tr:first-child > th,
#edd_purchase_receipt > colgroup + thead > tr:first-child > th,
#edd_purchase_receipt_products > colgroup + thead > tr:first-child > th,
#edd_purchase_receipt > thead:first-child > tr:first-child > th,
#edd_purchase_receipt_products > thead:first-child > tr:first-child > th,
#edd_purchase_receipt > caption + thead > tr:first-child > td,
#edd_purchase_receipt_products > caption + thead > tr:first-child > td,
#edd_purchase_receipt > colgroup + thead > tr:first-child > td,
#edd_purchase_receipt_products > colgroup + thead > tr:first-child > td,
#edd_purchase_receipt > thead:first-child > tr:first-child > td,
#edd_purchase_receipt_products > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#edd_purchase_receipt > tbody + tbody,
#edd_purchase_receipt_products > tbody + tbody {
  border-top: 2px solid #ecf0f1;
}
#edd_purchase_receipt .table,
#edd_purchase_receipt_products .table {
  background-color: #ffffff;
}
#edd_purchase_receipt > thead > tr > th,
#edd_purchase_receipt_products > thead > tr > th,
#edd_purchase_receipt > tbody > tr > th,
#edd_purchase_receipt_products > tbody > tr > th,
#edd_purchase_receipt > tfoot > tr > th,
#edd_purchase_receipt_products > tfoot > tr > th,
#edd_purchase_receipt > thead > tr > td,
#edd_purchase_receipt_products > thead > tr > td,
#edd_purchase_receipt > tbody > tr > td,
#edd_purchase_receipt_products > tbody > tr > td,
#edd_purchase_receipt > tfoot > tr > td,
#edd_purchase_receipt_products > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
#edd_purchase_receipt > thead > tr > th,
#edd_purchase_receipt_products > thead > tr > th,
#edd_purchase_receipt > thead > tr > td,
#edd_purchase_receipt_products > thead > tr > td {
  border-bottom-width: 2px;
}
#edd_purchase_receipt thead,
#edd_purchase_receipt_products thead {
  background: #f9f9f9;
}
#edd_purchase_receipt th,
#edd_purchase_receipt_products th,
#edd_purchase_receipt td,
#edd_purchase_receipt_products td {
  padding: 10px 15px;
}
#edd_purchase_receipt_products td {
  position: relative;
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_image {
  float: left;
  margin: 5px 15px 5px 0;
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  margin: 0 0 5px;
  padding: 15px 0 0;
  font-weight: 700;
}
#edd_purchase_receipt_products .edd_purchase_receipt_files {
  position: absolute;
  right: 15px;
  top: 28px;
}
#edd_purchase_receipt_products .edd_download_payment_status {
  float: right;
  margin-top: -30px;
}
.receipt-download-link {
  position: absolute;
  top: 26px;
  right: 26px;
}
@media (max-width: 767px) {
  th.edd_cart_actions,
  .edd_cart_item_image,
  .edd_checkout_subtitle,
  #edd_checkout_cart #edd_discount_code .edd-description {
    display: none;
  }
  #edd-discount {
    width: 125px;
    margin: 0;
    font-size: 12px;
  }
  #edd_checkout_cart td,
  #edd_checkout_cart th,
  #edd_checkout_cart .edd_cart_header_row th {
    padding: 6.5px;
  }
  .table-responsive {
    overflow: hidden;
    border: none;
  }
  #edd_checkout_cart .edd_checkout_cart_item_title {
    margin-top: 0;
  }
  .site-content .page-header {
    margin-bottom: 52px;
  }
  #edd_checkout_cart .edd_discount {
    font-size: 11px;
    max-width: 125px;
    white-space: normal;
  }
}
.page-template-full-width-promotion-only #main #content {
  padding-top: 52px;
  padding-bottom: 0;
}
.promotion-content .black-friday {
  background-color: #122e4f;
  position: relative;
  overflow: hidden;
  min-height: 651px;
}
@media (max-width: 991px) {
  .promotion-content .black-friday {
    min-height: inherit;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .promotion-content .black-friday {
    min-height: inherit;
    padding-bottom: 40px;
  }
}
.promotion-content .black-friday p {
  color: #fff;
}
.promotion-content .black-friday p strong {
  font-style: italic;
  font-size: 20px;
  opacity: 1;
}
.promotion-content .black-friday .sale-title {
  text-transform: uppercase;
  color: #fff;
  margin: 150px 0 10px;
  font-size: 72px;
}
@media (max-width: 991px) {
  .promotion-content .black-friday .sale-title {
    font-size: 48px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .promotion-content .black-friday .sale-title {
    font-size: 32px;
  }
}
.promotion-content .black-friday .btn.btn-success,
.promotion-content .black-friday #edd_purchase_submit .edd-submit.btn-success,
.promotion-content .black-friday #edd-next-submit-wrap .edd-submit.btn-success {
  background: url("../img/cyber-monday-btn.png") no-repeat 0 0;
  height: 98px;
  width: 394px;
  background-color: transparent;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 20px 0 0 0;
  overflow: hidden;
  text-indent: -2000em;
  transition: none;
}
@media (max-width: 767px) {
  .promotion-content .black-friday .btn.btn-success,
  .promotion-content .black-friday #edd_purchase_submit .edd-submit.btn-success,
  .promotion-content .black-friday #edd-next-submit-wrap .edd-submit.btn-success {
    width: 268px;
    height: 80px;
    background: url("../img/mobile-cyber-monday-btn.png") no-repeat 0 0;
  }
}
.promotion-content .black-friday .btn.btn-success:hover,
.promotion-content .black-friday .btn.btn-success:focus,
.promotion-content .black-friday .btn.btn-success:active,
.promotion-content .black-friday #edd_purchase_submit .edd-submit.btn-success:hover,
.promotion-content .black-friday #edd_purchase_submit .edd-submit.btn-success:focus,
.promotion-content .black-friday #edd_purchase_submit .edd-submit.btn-success:active,
.promotion-content .black-friday #edd-next-submit-wrap .edd-submit.btn-success:hover,
.promotion-content .black-friday #edd-next-submit-wrap .edd-submit.btn-success:focus,
.promotion-content .black-friday #edd-next-submit-wrap .edd-submit.btn-success:active {
  background-position: left bottom;
}
.promotion-content .black-friday .note-msg {
  color: #fff;
  margin: 12px 0 24px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  opacity: 0.8;
}
.promotion-content .black-friday .container {
  position: relative;
  z-index: 11;
}
.promotion-content .black-friday:before,
.promotion-content .black-friday:after {
  background: url(//static.joomlart.com/images/blog/2017/black-friday/line-l.png) no-repeat right top;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
  height: 651px;
}
@media (max-width: 991px) {
  .promotion-content .black-friday:before,
  .promotion-content .black-friday:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .promotion-content .black-friday:before,
  .promotion-content .black-friday:after {
    display: none;
  }
}
.promotion-content .black-friday:after {
  background: url(//static.joomlart.com/images/blog/2017/black-friday/line-r.png) no-repeat left top;
  left: auto;
  right: 0;
}
.promotion-content .black-friday .discount-code {
  float: left;
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  opacity: .8;
}
.promotion-content .black-friday .discount-code strong {
  font-style: italic;
  font-size: 20px;
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  border-radius: 30px;
  padding: 0 10px;
}
.promotion-content .promotion-ct {
  margin-bottom: 80px;
}
.promotion-content .promotion-ct h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .promotion-content .promotion-ct h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .promotion-content .promotion-ct h2 {
    font-size: 22px;
  }
}
.promotion-content .promotion-ct .main-product {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .promotion-content .promotion-ct .main-product h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .promotion-content .promotion-ct .main-product h3 {
    font-size: 22px;
  }
}
.promotion-content .promotion-ct .sub-product-list {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .promotion-content .promotion-ct .sub-product-list {
    padding: 0;
  }
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 2px solid #dde4e6;
  padding: 24px;
  padding-top: 48px;
  position: relative;
  width: 100%;
  float: left;
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner:before {
  font-size: 32px;
  line-height: 65px;
  background: #d1d3d7;
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #2b85c1;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -35px 0 0 -35px;
  display: block;
  height: 70px;
  line-height: 60px;
  z-index: 100;
  text-align: center;
  width: 70px;
  content: "\f067";
  font-family: "FontAwesome";
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item {
    width: 100%;
  }
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item .item-inner {
  padding: 12px;
  min-height: 400px;
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item .item-inner h3 {
  color: #344150;
  font-size: 16px;
  line-height: 25px;
  min-height: 50px;
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item .item-inner h3 a {
  color: #2b85c1;
  text-decoration: none;
}
.promotion-content .promotion-ct .sub-product-list .product-list-inner .product-item .item-inner p {
  color: #67707c;
}
.promotion-content .promotion-action {
  background-color: #21579e;
  font-size: 32px;
  text-align: center;
  padding: 36px 0;
  text-transform: uppercase;
}
.promotion-content .promotion-action span.cta {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 45px;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promotion-content .promotion-action span.cta {
    background: none;
    padding: 0;
  }
}
.promotion-content .promotion-action span.cta br {
  display: none;
}
.promotion-content .promotion-action span.text {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  border-radius: 25px;
  padding: 0 20px 0 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .promotion-content .promotion-action span.text {
    font-size: 22px;
  }
}
.promotion-content .promotion-action span.text strike {
  opacity: 0.7;
}
.promotion-content .promotion-action a {
  background-color: #ff9800;
  border-radius: 45px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 30px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  transition: all 0.35s;
  position: relative;
}
@media (max-width: 767px) {
  .promotion-content .promotion-action a {
    font-size: 22px;
  }
}
.promotion-content .promotion-action a:hover,
.promotion-content .promotion-action a:focus,
.promotion-content .promotion-action a:active {
  background: #27ae60;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.promotion-content .promotion-qa {
  background-color: #030522;
}
.promotion-content .promotion-qa .container {
  padding: 80px 200px;
}
@media (max-width: 767px) {
  .promotion-content .promotion-qa .container {
    padding: 20px;
  }
}
.promotion-content .promotion-qa .container h2 {
  color: #ffffff;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .promotion-content .promotion-qa .container h2 {
    font-size: 32px;
  }
}
.promotion-content .promotion-qa .container #accordion .panel {
  background-color: transparent;
  border: 0;
}
.promotion-content .promotion-qa .container #accordion .panel-heading {
  color: #67707c;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  padding: 12px 12px;
}
.promotion-content .promotion-qa .container #accordion .panel-heading a {
  color: #ffffff;
  font-weight: 600;
  outline: none;
}
.promotion-content .promotion-qa .container #accordion .panel-body {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}
.single-download #main #content {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .single-download #main #content {
    padding: 104px 0 0 0;
  }
}
@media (max-width: 768px) {
  .single-download #main #content {
    padding: 0;
  }
}
.single-download .product-images {
  text-align: center;
}
.single-download .product-header {
  padding-top: 78px;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #ecf0f1;
  color: #505656;
  font-size: 18px;
  border-top: none;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .single-download .product-header {
    padding-top: 78px;
  }
}
@media (max-width: 767px) {
  .single-download .product-header {
    padding-top: 78px;
  }
}
.single-download .product-header .product-title {
  color: #27292e;
  font-size: 100px;
  line-height: normal;
  letter-spacing: 6px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .single-download .product-header .product-title {
    font-size: 80px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .single-download .product-header .product-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.single-download .product-header .product-tagline {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .18em;
  text-decoration: none;
}
.single-download .product-header .product-tagline::before,
.single-download .product-header .product-tagline::after {
  background-color: #96a1a3;
}
@media (max-width: 768px) {
  .single-download .product-header .product-tagline {
    font-size: 14px;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
  }
}
@media (max-width: 767px) {
  .single-download .product-header .product-tagline {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.single-download .product-header .product-desc {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .single-download .product-header .product-desc {
    font-size: 16px;
    margin-top: 13px;
  }
}
.single-download .product-header .edd_price,
.single-download .product-header .fa {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 26px;
  margin-left: 26px;
  font-style: normal;
}
.single-download .product-header .fa {
  padding-left: 31px;
}
.single-download .product-header .product-cta {
  margin-top: 52px;
  line-height: 26px;
  font-size: 18px;
}
.single-download .product-header .product-cta .btn,
.single-download .product-header .product-cta #edd_purchase_submit .edd-submit,
.single-download .product-header .product-cta #edd-next-submit-wrap .edd-submit {
  margin-left: 6px;
  margin-right: 6px;
  border-width: 3px;
  border-radius: 30px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-download .product-header .product-cta .btn,
  .single-download .product-header .product-cta #edd_purchase_submit .edd-submit,
  .single-download .product-header .product-cta #edd-next-submit-wrap .edd-submit {
    border-radius: 3px;
  }
}
.single-download .product-header .product-cta .btn-default {
  border: 3px solid #5c6363;
  color: #5c6363;
  background: transparent;
}
.single-download .product-header .product-cta .btn-default .edd_price,
.single-download .product-header .product-cta .btn-default .fa {
  border-left: 1px solid #5c6363;
}
.single-download .product-header .product-cta .btn-default:hover,
.single-download .product-header .product-cta .btn-default:active,
.single-download .product-header .product-cta .btn-default:focus {
  background: rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .single-download .product-header .product-cta {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .single-download .product-header .product-cta {
    margin-top: 0;
  }
  .single-download .product-header .product-cta .btn,
  .single-download .product-header .product-cta #edd_purchase_submit .edd-submit,
  .single-download .product-header .product-cta #edd-next-submit-wrap .edd-submit {
    padding: 6.5px 13px;
    margin-top: 13px;
    font-weight: normal;
  }
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices {
  list-style: none;
  padding: 40px 0;
  margin-bottom: 0;
  max-width: 100%;
  float: right;
  text-align: left;
  width: 97%;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li {
  display: block;
  width: 100%;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li .line-throught {
  text-decoration: line-through;
  color: #d1d1d1;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li label {
  font-weight: 500;
  font-size: 16px;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li label .price {
  font-weight: 700;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li input[type="radio"],
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li input[type="checkbox"] {
  margin-right: 0;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li.total-prices {
  border-top: 1px solid #ddd;
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
}
.single-download .product-header .product-cta.product-screen-magento2 ul.prices li.total-prices #total-prices {
  color: #f4792b;
  font-weight: 700;
}
.single-download .product-header .product-cta.product-screen-magento2 .btn,
.single-download .product-header .product-cta.product-screen-magento2 #edd_purchase_submit .edd-submit,
.single-download .product-header .product-cta.product-screen-magento2 #edd-next-submit-wrap .edd-submit {
  width: 62%;
  float: left;
}
.single-download .section-product-options {
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fcfcfd;
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  text-align: right;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .single-download .section-product-options {
    position: relative!important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.single-download .section-product-options.affix {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-download .section-product-options .btn,
.single-download .section-product-options #edd_purchase_submit .edd-submit,
.single-download .section-product-options #edd-next-submit-wrap .edd-submit {
  z-index: 2;
  position: relative;
}
.single-download .section-product-options .left-product .btn,
.single-download .section-product-options .left-product #edd_purchase_submit .edd-submit,
.single-download .section-product-options .left-product #edd-next-submit-wrap .edd-submit {
  background: #ecf0f1;
  color: #3d4045;
  border-color: #ecf0f1;
  border-right: 1px solid #fcfcfd;
}
.single-download .section-product-options .left-product .btn .fa,
.single-download .section-product-options .left-product #edd_purchase_submit .edd-submit .fa,
.single-download .section-product-options .left-product #edd-next-submit-wrap .edd-submit .fa {
  display: none;
}
.single-download .section-product-options .current-product {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.single-download .section-product-options .current-product strong {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: 10px;
  right: 13px;
  line-height: normal;
}
.single-download .section-product-options .current-product strong span {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3498db;
  font-size: 15px;
  font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-download .section-product-options .btn,
.single-download .section-product-options #edd_purchase_submit .edd-submit,
.single-download .section-product-options #edd-next-submit-wrap .edd-submit {
  float: right;
  border-radius: 0;
  opacity: .7;
}
.single-download .section-product-options:hover .btn,
.single-download .section-product-options:hover #edd_purchase_submit .edd-submit,
.single-download .section-product-options:hover #edd-next-submit-wrap .edd-submit {
  opacity: 1;
}
.single-download .section-product-options .right-product {
  position: relative;
  z-index: 1;
}
.single-download .section-product-options .right-product .btn,
.single-download .section-product-options .right-product #edd_purchase_submit .edd-submit,
.single-download .section-product-options .right-product #edd-next-submit-wrap .edd-submit {
  float: right;
}
.single-download .section-product-options .left-product {
  position: relative;
  z-index: 2;
}
.single-download .section-product-options .left-product .btn,
.single-download .section-product-options .left-product #edd_purchase_submit .edd-submit,
.single-download .section-product-options .left-product #edd-next-submit-wrap .edd-submit {
  float: left;
}
.single-download .section-product-hero {
  position: relative;
  padding-top: 104px;
  padding-bottom: 0;
}
.single-download .section-product-hero .product-carousel {
  height: 520px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-download .section-product-hero .product-carousel {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .single-download .section-product-hero .product-carousel {
    height: 332px;
  }
}
@media (max-width: 480px) {
  .single-download .section-product-hero .product-carousel {
    height: 160px;
  }
}
.single-download .section-product-hero .product-carousel .product-carousel-item {
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .single-download .section-product-hero .product-carousel .product-carousel-item {
    left: 50px;
  }
}
@media (max-width: 480px) {
  .single-download .section-product-hero .product-carousel .product-carousel-item {
    left: 20px;
  }
}
.single-download .section-product-hero .product-carousel .product-carousel-item img {
  height: 520px;
  width: 920px;
}
@media (max-width: 768px) {
  .single-download .section-product-hero .product-carousel .product-carousel-item img {
    height: 400px;
    width: 620px;
  }
}
@media (max-width: 480px) {
  .single-download .section-product-hero .product-carousel .product-carousel-item img {
    height: 140px;
    width: 240px;
  }
}
.single-download .section-product-hero .product-carousel .product-carousel-item.first {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-download .section-product-hero .product-carousel .product-carousel-item.next,
.single-download .section-product-hero .product-carousel .product-carousel-item.last {
  left: 240px;
  top: 78px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.single-download .section-product-hero .product-carousel .product-carousel-item.next:hover,
.single-download .section-product-hero .product-carousel .product-carousel-item.last:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 767px) {
  .single-download .section-product-hero .product-carousel .product-carousel-item.next,
  .single-download .section-product-hero .product-carousel .product-carousel-item.last {
    display: none !important;
    visibility: hidden !important;
  }
}
.single-download .section-product-hero .product-carousel .product-carousel-item.last {
  left: 0;
}
@media (max-width: 1200px) {
  .single-download .section-product-hero {
    padding-top: 52px;
  }
  .single-download .section-product-hero .product-images {
    margin-left: -20px;
    margin-right: -20px;
  }
  .single-download .section-product-hero .product-carousel-item {
    left: 21px!important;
    right: 21px!important;
  }
  .single-download .section-product-hero .product-carousel-item img {
    width: 100%!important;
    height: auto!important;
  }
  .single-download .section-product-hero .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.single-download .main-product .product-slide img {
  width: 100%;
}
.single-download .section-product-detail {
  margin: 0;
  padding: 0;
}
.single-download .product-nav {
  background: #f4f6f7;
  border-top: 1px solid #e6ebed;
  border-bottom: 1px solid #ecf0f1;
}
.single-download .product-tab-nav ul {
  margin: 0 0 -1px;
  width: auto;
  border-left: 1px solid #ecf0f1;
  border-bottom: 0;
}
.single-download .product-tab-nav ul > li {
  border-right: 1px solid #ecf0f1;
}
.single-download .product-tab-nav ul > li > a {
  color: #96a1a3;
  background: transparent;
  border-radius: 0;
  font-weight: 700;
  padding: 18px 40px 14px;
  margin: 0;
  letter-spacing: 1px;
  border: 0 !important;
  border-bottom: 1px solid #ecf0f1 !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-download .product-tab-nav ul > li > a {
    padding: 20px 20px 15px;
  }
}
.single-download .product-tab-nav ul > li > a .fa {
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .single-download .product-tab-nav ul {
    border: 0;
  }
  .single-download .product-tab-nav ul > li {
    float: none;
    width: 100%;
    border: 0;
  }
  .single-download .product-tab-nav ul > li > a {
    margin: 0 -20px !important;
  }
}
.single-download .product-tab-nav ul > li > a:hover {
  color: #27292e;
}
.single-download .product-tab-nav ul > .active > a {
  background: #fff;
  color: #27292e;
  border-bottom: 1px solid #fff !important;
}
.single-download .tab-pane.list-dwqa-question .dwqa-tag {
  display: none !important;
  visibility: hidden !important;
}
.single-download .questions-footer .questions-footer-inner {
  padding: 26px;
  margin-left: 26px;
  background-color: #f4f6f7;
}
.single-download .questions-footer .questions-footer-inner .btn-ask {
  margin-top: 13px;
}
.single-download .questions-footer .questions-footer-inner.questions-rw {
  position: fixed;
  top: 26px;
  left: auto;
  right: auto;
  width: 321px;
}
.single-download .section-product-detail .tab-content {
  padding: 52px 0 104px;
}
@media (max-width: 768px) {
  .single-download .section-product-detail .tab-content {
    padding: 52px 0 0 0;
  }
}
@media (max-width: 767px) {
  .single-download .section-product-detail .tab-content {
    padding: 26px 0;
  }
}
.single-download .quick-info {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .single-download .quick-info {
    margin-bottom: 0;
  }
}
.single-download .quick-info .content {
  padding: 0;
  border-bottom: 1px solid #ecf0f1;
}
.single-download .quick-info .content:before,
.single-download .quick-info .content:after {
  content: " ";
  display: table;
}
.single-download .quick-info .content:after {
  clear: both;
}
.single-download .quick-info .content:before,
.single-download .quick-info .content:after {
  content: " ";
  display: table;
}
.single-download .quick-info .content:after {
  clear: both;
}
.single-download .quick-info dl {
  display: block;
  float: left;
  padding: 20px 40px 20px 20px;
  margin-bottom: 0;
}
.single-download .quick-info dl:last-child {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .single-download .quick-info dl {
    width: 50%;
    padding: 6.5px;
    min-height: 80px;
  }
  .single-download .quick-info dl.prod-type {
    display: none !important;
    visibility: hidden !important;
  }
}
.single-download .quick-info dl dt {
  color: #505656;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 5px;
}
.single-download .quick-info dl dd {
  color: #3d4045;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 0 0;
  border: 1px solid transparent;
}
.single-download .quick-info dl.prod-type a {
  border: 1px solid #96a1a3;
  border-radius: 2px;
  padding: 5px 10px;
  text-transform: none;
  color: #3d4045;
}
.single-download .quick-info dl.prod-type a:hover,
.single-download .quick-info dl.prod-type a:active,
.single-download .quick-info dl.prod-type a:focus {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
}
@media (max-width: 768px) {
  .single-download .quick-info dl:first-child {
    display: none !important;
    visibility: hidden !important;
  }
}
.single-download .quick-info .star-holder {
  margin-top: 4px;
}
.single-download .product-detail {
  background: #fff;
}
.single-download .product-detail .row-detail,
.single-download .product-detail .feature-row {
  padding-top: 52px;
  padding-bottom: 52px;
  overflow: hidden;
}
.single-download .product-detail .row-detail:first-child,
.single-download .product-detail .feature-row:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .single-download .product-detail .row-detail,
  .single-download .product-detail .feature-row {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .single-download .product-detail .row-detail:last-child,
  .single-download .product-detail .feature-row:last-child {
    margin-top: 26px;
  }
}
.no-touch .single-download .product-detail .row-detail .img,
.no-touch .single-download .product-detail .feature-row .img,
.no-touch .single-download .product-detail .row-detail .content,
.no-touch .single-download .product-detail .feature-row .content {
  -webkit-transition: all 1s ease 0.15s;
  transition: all 1s ease 0.15s;
}
.no-touch .single-download .product-detail .row-detail .content,
.no-touch .single-download .product-detail .feature-row .content {
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
}
.no-touch .single-download .product-detail .row-detail .img,
.no-touch .single-download .product-detail .feature-row .img {
  -webkit-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  transform: translate(90px, 0);
}
.no-touch .single-download .product-detail .row-detail .content.pull-right + .img,
.no-touch .single-download .product-detail .feature-row .content.pull-right + .img {
  -webkit-transform: translate(-90px, 0);
  -ms-transform: translate(-90px, 0);
  transform: translate(-90px, 0);
}
.no-touch .single-download .product-detail .row-detail.row-detail-banner .img,
.no-touch .single-download .product-detail .feature-row.row-detail-banner .img {
  -webkit-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  transform: translate(0, 90px);
}
.no-touch .single-download .product-detail .row-detail.feature-animate .img,
.no-touch .single-download .product-detail .feature-row.feature-animate .img,
.no-touch .single-download .product-detail .row-detail.feature-animate .content,
.no-touch .single-download .product-detail .feature-row.feature-animate .content,
.no-touch .single-download .product-detail .row-detail.feature-animate .content.pull-right + .img,
.no-touch .single-download .product-detail .feature-row.feature-animate .content.pull-right + .img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-download .product-detail .row-detail-banner {
  padding: 0;
  margin-top: 78px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .single-download .product-detail .row-detail-banner {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.single-download .section-product-description {
  padding-bottom: 104px;
}
.single-download .main-product .product-share {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 18px;
}
@media (max-width: 768px) {
  .single-download .main-product .product-share {
    display: none !important;
    visibility: hidden !important;
  }
}
.single-download .main-product .product-share li {
  font-size: 14px;
  padding: 0;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .single-download .main-product .product-share li {
    margin-left: 1px;
  }
}
.single-download .main-product .product-share a {
  display: block;
}
.single-download .main-product .product-share .fa {
  line-height: 26px;
  height: 26px;
  width: 40px;
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-download .main-product .product-share .count {
  background: #fff;
  position: relative;
  width: 40px;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  color: #96a1a3;
  text-align: center;
}
.single-download .main-product .product-share .facebook .fa {
  background: #3b5998;
}
.single-download .main-product .product-share .twitter .fa {
  background: #3a92c8;
}
.single-download .main-product .product-share .google-plus {
  margin-right: 0;
}
.single-download .main-product .product-share .google-plus .fa {
  background: #dd4b39;
}
.single-download .row-detail h3,
.single-download .feature-row h3 {
  font-size: 32px;
  margin: 26px 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .single-download .row-detail h3,
  .single-download .feature-row h3 {
    font-size: 24px;
    margin: 26px 0 13px;
  }
}
.single-download .row-detail p,
.single-download .feature-row p {
  font-size: 18px;
  color: #96a1a3;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .single-download .row-detail p,
  .single-download .feature-row p {
    font-size: 14px;
  }
}
.single-download .row-detail .row:last-child p,
.single-download .feature-row .row:last-child p {
  margin-bottom: 0;
}
.single-download .row-detail .content,
.single-download .feature-row .content,
.single-download .row-detail .img,
.single-download .feature-row .img {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .single-download .row-detail .content,
  .single-download .feature-row .content,
  .single-download .row-detail .img,
  .single-download .feature-row .img {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 480px) {
  .single-download .row-detail .content,
  .single-download .feature-row .content,
  .single-download .row-detail .img,
  .single-download .feature-row .img {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .single-download .row-detail .img,
  .single-download .feature-row .img {
    text-align: center;
  }
}
.single-download .section-product-gallery {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.single-download .section-product-gallery img {
  width: 33.33%;
  float: left;
}
.single-download .section-product-extensions {
  padding-top: 78px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-download .section-product-extensions {
    padding-top: 26px;
  }
}
.single-download .section-product-extensions .images-list {
  padding: 0;
}
.single-download .tooltip {
  max-width: 200px;
  font-size: 12px;
}
.single-download #reviews .review {
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #ecf0f1;
}
.single-download #reviews .review:first-child {
  padding-top: 13px;
  border-top: 0;
}
.single-download #reviews .review-header {
  padding: 0 0 0 62px;
  min-height: 40px;
  position: relative;
}
.single-download #reviews .review-header .avatar {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
.single-download #reviews .review-meta {
  font-size: 14px;
  margin: 5px 0 0;
  color: #96a1a3;
}
.single-download #reviews .review-form {
  margin-top: 26px;
  position: relative;
}
.single-download #reviews .review-rating {
  position: relative;
  padding-right: 60px;
}
@media (max-width: 480px) {
  .single-download #reviews .review-rating {
    margin-top: 26px;
  }
}
.single-download #reviews .review-description {
  padding-left: 62px;
}
.single-download #reviews .review-description p {
  margin: 13px 0 0;
}
.single-download #reviews .review-text p {
  margin: 13px 0 0;
  font-size: 12px;
}
.single-download #reviews .user-mood {
  position: absolute;
  right: 0;
  top: 0;
}
.single-download #reviews .review .user-mood {
  display: none !important;
  visibility: hidden !important;
}
.single-download #reviews .review .alert {
  margin-top: 26px;
}
.single-download #reviews .slider {
  width: 100% !important;
}
.single-download #reviews #review-text {
  min-height: 105px;
  width: 100% !important;
}
.single-download #reviews .btn,
.single-download #reviews #edd_purchase_submit .edd-submit,
.single-download #reviews #edd-next-submit-wrap .edd-submit {
  margin-top: 26px;
}
.single-download #reviews .review-info-inner {
  padding: 26px;
  margin-left: 26px;
  background-color: #f4f6f7;
}
@media (max-width: 768px) {
  .single-download #reviews .review-info-inner {
    margin-left: 0;
  }
}
.single-download #reviews .review-info-inner.fixed-rw {
  position: fixed;
  top: 26px;
  left: auto;
  right: auto;
  width: 321px;
}
.single-download #reviews .review-input-wrap {
  margin-top: 26px;
}
.single-download #reviews .review-moderation {
  background-color: #f4f6f7;
  padding: 13px;
  color: #505656;
}
.single-download #reviews .review-moderation .alert-review {
  font-size: 14px;
  color: #96a1a3;
  margin-top: 26px;
}
.single-download #questions .dwqa-question {
  border-color: #ecf0f1;
}
.single-download #questions .dwqa-question:first-child {
  padding-top: 13px !important;
}
.single-download .section-related-product {
  padding-top: 104px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .single-download .section-related-product {
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid #ecf0f1;
  }
}
.single-download .section-related-product .product {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-download .section-related-product .product {
    margin-bottom: 26px;
  }
}
.term-extensions-2-x .page-header,
.term-extensions .page-header {
  margin-bottom: 0;
}
.term-extensions-2-x .product-listing .thumbnail-wrap,
.term-extensions .product-listing .thumbnail-wrap {
  background-position: center;
  height: 350px;
}
.term-extensions-2-x .product-listing .product-thumbnail,
.term-extensions .product-listing .product-thumbnail {
  height: 350px;
}
.term-extensions-2-x .page-header {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.extension-product .product-header {
  padding-bottom: 104px;
  text-align: left;
}
@media (max-width: 768px) {
  .extension-product .product-header {
    text-align: center;
  }
}
.extension-product .product-header .product-title {
  letter-spacing: 0;
}
.extension-product .product-header .product-screen {
  text-align: right;
}
.extension-product .product-header .product-screen img {
  width: 100%;
  border: 0;
  padding: 0;
  margin-top: 13px;
}
@media (min-width: 769px) {
  .extension-product .product-header .product-screen {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .extension-product .product-header .product-screen {
    text-align: center;
  }
  .extension-product .product-header .product-screen img {
    width: auto;
  }
}
.dwqa-search .dwqa-search-form .dwqa-search-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
}
.dwqa-search .dwqa-search-form .dwqa-search-submit:hover {
  color: #3498db;
}
.dwqa-container {
  background: transparent;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.dwqa-container .bbcode_container {
  margin: 20px;
  margin-top: 5px;
  display: block;
}
.dwqa-container .bbcode_container div.bbcode_code,
.dwqa-container .bbcode_container pre.bbcode_code {
  background: #f2f6f8;
  border: 1px inset;
  font-size: 14px;
  height: auto !important;
  margin: 0;
  overflow: scroll;
  padding: 6px;
  text-align: left;
  max-height: 300px !important;
}
.dwqa-container .bbcode_container div.bbcode_code p,
.dwqa-container .bbcode_container pre.bbcode_code p {
  margin: 0;
  padding: 0;
}
.dwqa-container .bbcode_container div.bbcode_code p code,
.dwqa-container .bbcode_container pre.bbcode_code p code {
  display: none;
}
.dwqa-container .dwqa-content-inner blockquote {
  font-size: 14px;
}
.dwqa-container .dwqa-content-inner blockquote p {
  display: inline;
  margin-top: 0;
}
.dwqa-container .avatar {
  padding: 0!important;
}
.dwqa-container p,
.dwqa-container .dwqa-comment-content {
  margin: 26px 0;
}
.dwqa-container .dwqa-label {
  vertical-align: middle;
}
.dwqa-container .dwqa-single-question .dwqa-question,
.dwqa-container .dwqa-single-question .dwqa-answer {
  background: #fff;
  border-color: #ecf0f1 #ecf0f1 #cecece !important;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-single-question .dwqa-question .dwqa-meta,
  .dwqa-container .dwqa-single-question .dwqa-answer .dwqa-vote {
    display: none !important;
    visibility: hidden !important;
  }
}
.dwqa-container .dwqa-single-question .question-followers .avatar,
.dwqa-container .dwqa-single-question .question-followers .dw-avatar {
  margin-bottom: 3px;
}
.dwqa-container .dwqa-single-question .dwqa-title {
  font-size: 18px;
  font-weight: 700;
}
.dwqa-container .dwqa-single-question .dwqa-footer,
.dwqa-container .dwqa-single-question .dwqa-answer-author,
.dwqa-container .dwqa-single-question .dwqa-comment-author,
.dwqa-container .dwqa-single-question .dwqa-privacy {
  font-size: 14px;
  line-height: 1.2;
}
.dwqa-container .dwqa-single-question .dwqa-privacy .dwqa-btn-group button {
  height: 28px!important;
}
.dwqa-container .dwqa-single-question .dwqa-current-status .dwqa-btn-group button {
  margin-top: -13px;
}
.dwqa-container .dwqa-single-question .dwqa-favourite {
  width: auto;
}
.dwqa-container .dwqa-single-question .has-purchase {
  position: absolute;
  left: 0;
  top: 70px;
  width: 64px;
  height: 20px;
  line-height: 20px;
  background: #2383c4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
}
.dwqa-container .dwqa-single-question .has-purchase:hover,
.dwqa-container .dwqa-single-question .has-purchase:focus {
  opacity: .8;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li {
  display: inline-block !important;
  margin: 0;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.dot > span {
  border: 0;
  padding: 0 6.5px;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.dwqa-hide > a {
  border-width: 2px;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > a,
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > span,
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.dot > span {
  padding: 6px;
  margin: 0 1px;
  border: 2px solid #f4f6f7;
  border-radius: 1px;
  color: #3d4045;
  min-width: 40px;
  font-size: 18px;
  background: #f4f6f7;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > a:first-child,
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > span:first-child,
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.dot > span:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > a,
  .dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > span,
  .dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.dot > span {
    min-width: 25px;
    margin: 0 2px!important;
    padding: 0 4px!important;
    font-size: 11px;
  }
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > a:hover {
  border: 2px solid #3498db;
  background: #f4f6f7;
  color: #3d4045;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li.active a {
  background: #3498db !important;
  border: 2px solid #3498db;
  color: #fff;
}
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > .prev,
.dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation > li > .next {
  width: auto;
  padding: 6px 12px;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation .prev,
  .dwqa-container .dwqa-single-question ul.dwqa-answers-page-navigation .next {
    display: none !important;
  }
}
.dwqa-container .dwqa-single-question .dwqa-answer-form-btn .answer-edit-cancel {
  float: right;
  padding: 15px 19px;
}
.dwqa-container .dwqa-single-question .dwqa-answer-form-btn input:last-child {
  float: left;
  margin-right: 4px;
}
.dwqa-container .dwqa-single-question .dwqa-header .dwqa-actions .loading {
  width: 16px;
  height: 11px;
  position: relative;
}
.dwqa-container .dwqa-single-question .dwqa-header .dwqa-actions .dwqa-btn-group {
  padding: 0px 5px 0px 0px;
}
.dwqa-container .dwqa-single-question .dwqa-header .dwqa-actions .dwqa-btn-group select {
  height: 33px;
}
.dwqa-container .dwqa-list-question {
  background: #fff;
}
.dwqa-container .dwqa-list-question .loading {
  background-position: center 10%!important;
}
.dwqa-container .dwqa-list-question a {
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.dwqa-container .dwqa-list-question .pagination ul > li.dwqa-hide {
  display: none !important;
}
.dwqa-container .dwqa-list-question .pagination ul > li.dot > span {
  border: 0;
  padding: 0 6.5px;
}
.dwqa-container .dwqa-list-question .pagination ul > li.dwqa-hide > a {
  border-width: 2px;
}
.dwqa-container .dwqa-list-question .pagination ul > li > a,
.dwqa-container .dwqa-list-question .pagination ul > li > span,
.dwqa-container .dwqa-list-question .pagination ul > li.dot > span {
  padding: 6px;
  margin: 0 1px;
  border: 2px solid #f4f6f7;
  border-radius: 1px;
  color: #3d4045;
  min-width: 40px;
  font-size: 18px;
  background: #f4f6f7;
}
.dwqa-container .dwqa-list-question .pagination ul > li > a:first-child,
.dwqa-container .dwqa-list-question .pagination ul > li > span:first-child,
.dwqa-container .dwqa-list-question .pagination ul > li.dot > span:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .pagination ul > li > a,
  .dwqa-container .dwqa-list-question .pagination ul > li > span,
  .dwqa-container .dwqa-list-question .pagination ul > li.dot > span {
    min-width: 25px;
    margin: 0 2px!important;
    padding: 0 4px!important;
    font-size: 11px;
  }
}
.dwqa-container .dwqa-list-question .pagination ul > li > a:hover {
  border: 2px solid #3498db;
  background: #f4f6f7;
  color: #3d4045;
}
.dwqa-container .dwqa-list-question .pagination ul > li.active a {
  background: #3498db !important;
  border: 2px solid #3498db;
  color: #fff;
}
.dwqa-container .dwqa-list-question .pagination ul > li > .prev,
.dwqa-container .dwqa-list-question .pagination ul > li > .next {
  width: auto;
  padding: 6px 12px;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .pagination .prev,
  .dwqa-container .dwqa-list-question .pagination .next {
    display: none !important;
  }
}
.dwqa-container .dwqa-list-question .filter .filter-by-category.select {
  left: 0;
}
.dwqa-container .dwqa-list-question .filter-bar .order {
  right: 0;
}
.dwqa-container .dwqa-list-question .dwqa-info {
  position: absolute;
  right: -180px;
  display: block;
  top: 0;
  width: 142px;
  box-shadow: inset 0 0 1px #cfd9db;
  border-radius: 1px;
  transition: all .2s linear;
}
.dwqa-container .dwqa-list-question .dwqa-views,
.dwqa-container .dwqa-list-question .dwqa-answers {
  display: block;
  float: left;
  margin: 0 !important;
  width: 70px;
  text-align: center;
  padding: 10px 0;
  color: #96a1a3;
  text-transform: capitalize;
  font-size: 10px;
  text-transform: uppercase;
  border-left: 1px solid #f4f6f7;
  transition: all .2s ease;
}
.dwqa-container .dwqa-list-question .dwqa-views > b,
.dwqa-container .dwqa-list-question .dwqa-answers > b {
  font-size: 16px;
  display: block;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .dwqa-views,
  .dwqa-container .dwqa-list-question .dwqa-answers {
    position: relative;
    top: auto!important;
    right: auto;
    display: inline-block;
  }
}
.dwqa-container .dwqa-list-question .dwqa-answers {
  border-left: 0;
}
.dwqa-container .dwqa-list-question .dwqa-views {
  background: transparent;
  top: 30px;
}
.dwqa-container .dwqa-list-question .dwqa-header .dwqa-title {
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #505656;
}
.dwqa-container .dwqa-list-question .dwqa-header .dwqa-title:hover,
.dwqa-container .dwqa-list-question .dwqa-header .dwqa-title:active,
.dwqa-container .dwqa-list-question .dwqa-header .dwqa-title:focus {
  color: #3498db;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .dwqa-header .dwqa-title {
    white-space: normal;
  }
}
.dwqa-container .dwqa-list-question .dwqa-header .title-overdue {
  color: #ff0000 !important;
}
.dwqa-container .dwqa-list-question .sticky-questions .dwqa-sticky-question {
  background: transparent;
}
.dwqa-container .dwqa-list-question .sticky-questions .dwqa-sticky-question .fa-bookmark {
  float: left;
  margin-top: 4px;
}
.dwqa-container .dwqa-list-question .dwqa-question {
  padding: 26px 180px 26px 0 !important;
  border-color: #ecf0f1;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .dwqa-question {
    padding: 15px 0!important;
  }
}
.dwqa-container .dwqa-list-question .dwqa-question:hover .dwqa-info {
  background: #f4f6f7;
}
.dwqa-container .dwqa-list-question .dwqa-question:hover .dwqa-answers {
  color: #fff !important;
  background: #27ae60;
}
.dwqa-container .dwqa-list-question .dwqa-question:hover,
.dwqa-container .dwqa-list-question .sticky-questions .dwqa-sticky-question:hover {
  background: transparent;
}
.dwqa-container .dwqa-list-question .archive-question-footer,
.dwqa-container .dwqa-list-question .questions-list {
  border: none;
}
.dwqa-container .dwqa-list-question .archive-question-footer .pagination + a {
  display: none !important;
  visibility: hidden !important;
}
.dwqa-container .dwqa-list-question .questions-list {
  border-bottom: 1px solid #ddd;
}
.dwqa-container .dwqa-list-question .filter .status {
  padding: 0;
  margin: 0;
}
.dwqa-container .dwqa-list-question .filter .status li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  margin: 0 13px 0 0;
  text-transform: uppercase;
}
.dwqa-container .dwqa-list-question .filter .status li.active a {
  box-shadow: inset 0 -3px 0 #505656;
  text-decoration: none !important;
}
.dwqa-container .dwqa-list-question .filter .status li a {
  display: block;
  padding: 0 0 13px;
  line-height: 1;
  text-transform: uppercase;
}
.dwqa-container .dwqa-list-question .filter .status li a:hover,
.dwqa-container .dwqa-list-question .filter .status li a:active,
.dwqa-container .dwqa-list-question .filter .status li a:focus {
  box-shadow: inset 0 -3px 0 #505656;
  text-decoration: none !important;
}
.dwqa-container .dwqa-list-question .filter .status li:first-child {
  padding-right: 21px;
  margin-right: 20px;
  border-right: 1px solid #96a1a3;
  color: #96a1a3;
}
@media (max-width: 767px) {
  .dwqa-container .dwqa-list-question .filter .status li:first-child {
    display: none !important;
    visibility: hidden !important;
  }
}
.dwqa-container .dwqa-list-question .filter-bar {
  border-top: 0;
}
.dwqa-container .dwqa-list-question .filter-bar .dwqa-btn {
  display: none !important;
  visibility: hidden !important;
}
.dwqa-container .dwqa-list-question .filter {
  padding-top: 0 !important;
}
.dwqa-container .dwqa-list-question .filter .status-new a {
  color: #eb9950;
}
.dwqa-container .dwqa-list-question .filter .status-open a {
  color: #e67e22;
}
.dwqa-container .dwqa-list-question .filter .status-replied a,
.dwqa-container .dwqa-list-question .filter .replied a {
  color: #2980b9;
}
.dwqa-container .dwqa-list-question .filter .status-answered a,
.dwqa-container .dwqa-list-question .filter .answered a {
  color: #2980b9;
}
.dwqa-container .dwqa-list-question .filter .status-resolved a,
.dwqa-container .dwqa-list-question .filter .resolved a {
  color: #27ae60;
}
.dwqa-container .dwqa-list-question .filter .status-closed a,
.dwqa-container .dwqa-list-question .filter .closed a {
  color: #27292e;
}
.dwqa-container .dwqa-list-question .filter .status-overdue a,
.dwqa-container .dwqa-list-question .filter .overdue a {
  color: #c0392b;
}
.dwqa-container .dwqa-list-question .filter.sort-by {
  display: block;
}
.dwqa-container .dwqa-list-question .filter .filter-by-tags.select {
  margin: 0 0 0 15px;
}
.dwqa-container .dwqa-list-question .filter .filter-by-tags.select .current-select {
  min-width: 192px !important;
}
.dwqa-container .dwqa-list-question .filter .filter-by-tags.select ul {
  max-height: 157px;
  overflow-x: hidden;
  width: 192px;
}
.dwqa-container .dwqa-list-question .filter .filter-by-tags.select ul li.selected {
  background-color: #3498db;
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter .filter-by-tags.select ul li.selected a {
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter .filter-by-owner.select {
  margin: 0 0 0 15px;
  max-width: 192px !important;
}
.dwqa-container .dwqa-list-question .filter .filter-by-owner.select .current-select {
  min-width: 192px !important;
}
.dwqa-container .dwqa-list-question .filter .filter-by-owner.select ul {
  max-height: 157px;
  overflow-x: hidden;
  width: 192px;
}
.dwqa-container .dwqa-list-question .filter .filter-by-owner.select ul li.selected {
  background-color: #3498db;
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter .filter-by-owner.select ul li.selected a {
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter .filter-by-category.select {
  margin-right: 20px;
}
.dwqa-container .dwqa-list-question .filter .filter-by-category.select ul li.selected {
  background-color: #3498db;
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter .filter-by-category.select ul li.selected a {
  color: #fff;
}
.dwqa-container .dwqa-list-question .filter-bar,
.dwqa-container .dwqa-list-question .sticky-questions {
  border-left: none;
  border-right: none;
}
.dwqa-container .dwqa-list-question .filter,
.dwqa-container .dwqa-list-question .archive-question-footer {
  padding: 26px 0;
}
.dwqa-container .dwqa-list-question .dwqa-status {
  border-radius: 1px;
  left: 0;
  top: 5px;
  color: #fff;
}
.dwqa-container .dwqa-list-question .dwqa-status::before {
  color: #fff!important;
}
.dwqa-container .dwqa-list-question .dwqa-status.status-answered {
  background-color: #3498db;
}
.dwqa-container .dwqa-list-question .dwqa-status.status-resolved {
  background-color: #27ae60;
  border-color: #27ae60 !important;
}
.dwqa-container .dwqa-list-question .dwqa-status.status-closed {
  background-color: #96a1a3;
  border-color: #96a1a3 !important;
}
.dwqa-container .dwqa-list-question .dwqa-status.status-open {
  background-color: #e67e22;
  border-color: #e67e22 !important;
}
.dwqa-container .dwqa-list-question .dwqa-status.status-new {
  background-color: #f8bd0a;
  border-color: #f8bd0a !important;
}
.list-dwqa-question #content {
  padding-top: 0;
}
.list-dwqa-question .dwqa-ask-btn {
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .list-dwqa-question .dwqa-ask-btn .btn,
  .list-dwqa-question .dwqa-ask-btn #edd_purchase_submit .edd-submit,
  .list-dwqa-question .dwqa-ask-btn #edd-next-submit-wrap .edd-submit {
    font-size: 14px;
  }
}
.list-dwqa-question .dwqa-container {
  margin-bottom: 0;
}
.list-dwqa-question #content-inner {
  background: none;
}
.list-dwqa-question .dwqa-search {
  margin-bottom: 0;
}
.list-dwqa-question .dwqa-search-form {
  width: 100%;
  text-align: left;
  position: relative;
  height: 100%;
  margin: 0 0 52px;
}
@media (max-width: 768px) {
  .list-dwqa-question .dwqa-search-form {
    margin: 26px 0 26px;
  }
}
.list-dwqa-question .dwqa-search .dwqa-search-form .dwqa-search-input {
  height: 52px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list-dwqa-question .sort-by {
  display: none;
}
.list-dwqa-question .filter-by-tags {
  right: auto;
  left: 215px;
}
.list-dwqa-question .dwqa-list-question .dwqa-question {
  padding: 15px 20px 15px 0;
  min-height: 80px;
}
.list-dwqa-question .dwqa-list-question .dwqa-title {
  font-size: 24px;
}
.list-dwqa-question .dwqa-list-question .dwqa-header {
  padding-top: 0;
}
.list-dwqa-question .dwqa-list-question .dwqa-meta {
  font-size: 14px;
  color: #96a1a3;
  margin-top: 8.66666667px;
}
.list-dwqa-question .dwqa-list-question .dwqa-meta > span {
  margin-right: 10px;
}
.list-dwqa-question .dwqa-list-question .dwqa-meta a {
  color: #96a1a3;
}
.list-dwqa-question .dwqa-list-question .dwqa-meta i,
.list-dwqa-question .dwqa-list-question .dwqa-user-avatar {
  margin-right: 2px;
}
.list-dwqa-question .dwqa-list-question .dwqa-container .dwqa-status {
  border-radius: 30px;
}
.list-dwqa-question .dwqa-list-question .dwqa-question:hover .dwqa-answers {
  color: #3d4045;
  font-weight: 700;
}
.widget_runaway_dwqa_categories_tags_widget select {
  width: 100%;
  line-height: 1;
}
.widget_runaway_dwqa_categories_tags_widget ul {
  border-top: 1px solid #ecf0f1;
}
.widget_runaway_dwqa_categories_tags_widget ul li {
  border-bottom: 1px solid #ecf0f1;
  padding: 9px 0 9px 30px;
  text-align: right;
  overflow: hidden;
}
.widget_runaway_dwqa_categories_tags_widget ul li .label {
  margin-right: 0;
}
.widget_runaway_dwqa_categories_tags_widget ul li a {
  float: left;
}
.widget_runaway_dwqa_categories_tags_widget ul li.current a {
  color: #96a1a3;
}
.widget_runaway_dwqa_categories_tags_widget ul li:before {
  content: "\f115";
  font-size: 14px;
  margin-left: -29px;
  margin-top: 0;
}
.related-product-info.well,
.related-product-info#edd_checkout_form_wrap #edd-discount-code-wrap,
.related-product-info#edd_checkout_login_register {
  padding: 0;
  border: none;
}
.related-product-info .media-heading {
  font-size: 16px;
  margin: -5.2px 0 5.2px 0;
  border-bottom: 1px solid #ecf0f1;
}
.related-product-info .media {
  font-size: 13px;
  margin: 3px 0 0;
  padding: 5px;
}
.related-product-info .media a {
  padding-right: 5px;
  margin: 0;
}
.related-product-info .media .related-question-meta a {
  padding-right: 0;
}
.related-product-info .media .media {
  padding: 5px 0;
}
.single-dwqa-question #secondary .btn,
.single-dwqa-question #secondary #edd_purchase_submit .edd-submit,
.single-dwqa-question #secondary #edd-next-submit-wrap .edd-submit {
  margin-bottom: 20px;
}
.related-questions h3 {
  color: #96a1a3;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.related-questions ul {
  margin: 0;
  list-style: none;
  border-top: 1px solid #ecf0f1;
}
.related-questions li {
  padding: 10px 0;
  border-bottom: 1px solid #ecf0f1;
  font-size: 11px;
}
.related-questions .question-title {
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.author-bugget {
  color: #96a1a3;
  font-weight: normal;
  font-size: 11px;
}
.question-followers {
  margin: 20px 0 0;
}
.dwqa-hide.fa {
  display: none;
}
/* Submit Question page */
.submit-dwqa-question .alert {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.submit-dwqa-question .alert.alignleft {
  text-align: left;
}
.submit-dwqa-question .alert-classic {
  background-color: transparent;
  border-color: transparent;
  color: #96a1a3;
  font-size: 17px;
  margin: 20px 0 40px 0;
}
.submit-dwqa-question .alert-classic span {
  font-size: 22px;
  color: #217dbb;
  font-weight: 700;
}
.submit-dwqa-question .alert-well {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  color: #505656;
}
.submit-dwqa-question .alert-well a {
  color: #505656;
}
.submit-dwqa-question .list-open-question {
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0, 25px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  word-break: break-word;
}
.submit-dwqa-question .list-open-question.dwqa-fadein {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.submit-dwqa-question .list-open-question .dwqa-meta > span {
  margin-right: 10px;
}
.submit-dwqa-question .list-open-question .dwqa-user-avatar {
  margin-right: 5px;
}
.submit-dwqa-question .form-submit {
  text-align: center;
}
@media (max-width: 480px) {
  .dwqa-container .dwqa-list-question .status li,
  .dwqa-container .dwqa-list-question .status li.active {
    border: 0;
    padding: 10px 5px;
    line-height: 20px;
  }
  .dwqa-container .dwqa-list-question .filter .status {
    padding: 0 !important;
    width: 100%;
  }
  .dwqa-container .dwqa-list-question .filter .filter-by-category.select,
  .dwqa-container .dwqa-list-question .sort-by .filter-by-tags.select {
    float: none;
    margin: 0;
    width: 100%;
    left: auto;
    top: 0;
    position: relative;
  }
  .dwqa-container .dwqa-list-question .select .current-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.dwqa-container .dwqa-btn-primary,
.dwqa-container .login-box input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
  color: #3498db;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.dwqa-container .dwqa-btn-primary:focus,
.dwqa-container .login-box input[type="submit"]:focus,
.dwqa-container .dwqa-btn-primary:active:focus,
.dwqa-container .login-box input[type="submit"]:active:focus,
.dwqa-container .dwqa-btn-primary.active:focus,
.dwqa-container .login-box input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dwqa-container .dwqa-btn-primary:hover,
.dwqa-container .login-box input[type="submit"]:hover,
.dwqa-container .dwqa-btn-primary:focus,
.dwqa-container .login-box input[type="submit"]:focus {
  color: #505656;
  text-decoration: none;
}
.dwqa-container .dwqa-btn-primary:active,
.dwqa-container .login-box input[type="submit"]:active,
.dwqa-container .dwqa-btn-primary.active,
.dwqa-container .login-box input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dwqa-container .dwqa-btn-primary.disabled,
.dwqa-container .login-box input[type="submit"].disabled,
.dwqa-container .dwqa-btn-primary[disabled],
.dwqa-container .login-box input[type="submit"][disabled],
fieldset[disabled] .dwqa-container .dwqa-btn-primary,
fieldset[disabled] .dwqa-container .login-box input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dwqa-container .dwqa-btn-primary i,
.dwqa-container .login-box input[type="submit"] i {
  font-style: normal;
  margin-left: 6.5px;
}
.dwqa-container .dwqa-btn-primary:hover,
.dwqa-container .login-box input[type="submit"]:hover,
.dwqa-container .dwqa-btn-primary:focus,
.dwqa-container .login-box input[type="submit"]:focus,
.dwqa-container .dwqa-btn-primary:active,
.dwqa-container .login-box input[type="submit"]:active,
.dwqa-container .dwqa-btn-primary.active,
.dwqa-container .login-box input[type="submit"].active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-primary,
.open .dropdown-toggle.dwqa-container .login-box input[type="submit"] {
  color: #3498db;
  background-color: #2383c4;
  border-color: #2077b2;
}
.dwqa-container .dwqa-btn-primary:active,
.dwqa-container .login-box input[type="submit"]:active,
.dwqa-container .dwqa-btn-primary.active,
.dwqa-container .login-box input[type="submit"].active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-primary,
.open .dropdown-toggle.dwqa-container .login-box input[type="submit"] {
  background-image: none;
}
.dwqa-container .dwqa-btn-primary.disabled,
.dwqa-container .login-box input[type="submit"].disabled,
.dwqa-container .dwqa-btn-primary[disabled],
.dwqa-container .login-box input[type="submit"][disabled],
fieldset[disabled] .dwqa-container .dwqa-btn-primary,
fieldset[disabled] .dwqa-container .login-box input[type="submit"],
.dwqa-container .dwqa-btn-primary.disabled:hover,
.dwqa-container .login-box input[type="submit"].disabled:hover,
.dwqa-container .dwqa-btn-primary[disabled]:hover,
.dwqa-container .login-box input[type="submit"][disabled]:hover,
fieldset[disabled] .dwqa-container .dwqa-btn-primary:hover,
fieldset[disabled] .dwqa-container .login-box input[type="submit"]:hover,
.dwqa-container .dwqa-btn-primary.disabled:focus,
.dwqa-container .login-box input[type="submit"].disabled:focus,
.dwqa-container .dwqa-btn-primary[disabled]:focus,
.dwqa-container .login-box input[type="submit"][disabled]:focus,
fieldset[disabled] .dwqa-container .dwqa-btn-primary:focus,
fieldset[disabled] .dwqa-container .login-box input[type="submit"]:focus,
.dwqa-container .dwqa-btn-primary.disabled:active,
.dwqa-container .login-box input[type="submit"].disabled:active,
.dwqa-container .dwqa-btn-primary[disabled]:active,
.dwqa-container .login-box input[type="submit"][disabled]:active,
fieldset[disabled] .dwqa-container .dwqa-btn-primary:active,
fieldset[disabled] .dwqa-container .login-box input[type="submit"]:active,
.dwqa-container .dwqa-btn-primary.disabled.active,
.dwqa-container .login-box input[type="submit"].disabled.active,
.dwqa-container .dwqa-btn-primary[disabled].active,
.dwqa-container .login-box input[type="submit"][disabled].active,
fieldset[disabled] .dwqa-container .dwqa-btn-primary.active,
fieldset[disabled] .dwqa-container .login-box input[type="submit"].active {
  background-color: #3498db;
  border-color: #3498db;
}
.dwqa-container .dwqa-btn-primary .badge,
.dwqa-container .login-box input[type="submit"] .badge {
  color: #3498db;
  background-color: #3498db;
}
.dwqa-container .dwqa-btn-primary:hover,
.dwqa-container .login-box input[type="submit"]:hover,
.dwqa-container .dwqa-btn-primary:focus,
.dwqa-container .login-box input[type="submit"]:focus,
.dwqa-container .dwqa-btn-primary:active,
.dwqa-container .login-box input[type="submit"]:active,
.dwqa-container .dwqa-btn-primary.active,
.dwqa-container .login-box input[type="submit"].active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-primary,
.open .dropdown-toggle.dwqa-container .login-box input[type="submit"] {
  color: #fff;
  background-color: #2383c4;
  border-color: #2383c4;
}
.dwqa-container .login-box input[type="submit"] {
  line-height: 1;
  color: #fff;
  height: 38px;
}
.dwqa-container .login-box input[type="submit"]:hover {
  color: #fff!important;
}
.dwqa-container #loginform .login-submit {
  width: 18%;
}
@media (max-width: 480px) {
  .dwqa-container #loginform .login-submit {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.dwqa-container .dwqa-btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
  color: #505656;
  color: #fff;
  background-color: #505656;
  border-color: #505656;
}
.dwqa-container .dwqa-btn-default:focus,
.dwqa-container .dwqa-btn-default:active:focus,
.dwqa-container .dwqa-btn-default.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dwqa-container .dwqa-btn-default:hover,
.dwqa-container .dwqa-btn-default:focus {
  color: #505656;
  text-decoration: none;
}
.dwqa-container .dwqa-btn-default:active,
.dwqa-container .dwqa-btn-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dwqa-container .dwqa-btn-default.disabled,
.dwqa-container .dwqa-btn-default[disabled],
fieldset[disabled] .dwqa-container .dwqa-btn-default {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dwqa-container .dwqa-btn-default i {
  font-style: normal;
  margin-left: 6.5px;
}
.dwqa-container .dwqa-btn-default:hover,
.dwqa-container .dwqa-btn-default:focus,
.dwqa-container .dwqa-btn-default:active,
.dwqa-container .dwqa-btn-default.active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-default {
  color: #505656;
  background-color: #3c4141;
  border-color: #333636;
}
.dwqa-container .dwqa-btn-default:active,
.dwqa-container .dwqa-btn-default.active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-default {
  background-image: none;
}
.dwqa-container .dwqa-btn-default.disabled,
.dwqa-container .dwqa-btn-default[disabled],
fieldset[disabled] .dwqa-container .dwqa-btn-default,
.dwqa-container .dwqa-btn-default.disabled:hover,
.dwqa-container .dwqa-btn-default[disabled]:hover,
fieldset[disabled] .dwqa-container .dwqa-btn-default:hover,
.dwqa-container .dwqa-btn-default.disabled:focus,
.dwqa-container .dwqa-btn-default[disabled]:focus,
fieldset[disabled] .dwqa-container .dwqa-btn-default:focus,
.dwqa-container .dwqa-btn-default.disabled:active,
.dwqa-container .dwqa-btn-default[disabled]:active,
fieldset[disabled] .dwqa-container .dwqa-btn-default:active,
.dwqa-container .dwqa-btn-default.disabled.active,
.dwqa-container .dwqa-btn-default[disabled].active,
fieldset[disabled] .dwqa-container .dwqa-btn-default.active {
  background-color: #505656;
  border-color: #505656;
}
.dwqa-container .dwqa-btn-default .badge {
  color: #505656;
  background-color: #505656;
}
.dwqa-container .dwqa-btn-default:hover,
.dwqa-container .dwqa-btn-default:focus,
.dwqa-container .dwqa-btn-default:active,
.dwqa-container .dwqa-btn-default.active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-default {
  color: #fff;
  background-color: #3c4141;
  border-color: #3c4141;
}
.dwqa-container #loginform .input {
  min-height: 34px;
  padding: 2px 5px;
  outline: 0;
  border-radius: 3px;
}
.dwqa-container #loginform .input:focus {
  border-color: #96a1a3;
}
.single-dwqa-question .entry-meta,
.single-dwqa-question .user-block,
.single-dwqa-question .related-posts {
  display: none !important;
  visibility: hidden !important;
}
.single-dwqa-question .entry-title {
  margin-top: 0;
  font-size: 32px;
}
#dwqa-answers .dwqa-title {
  margin-bottom: 26px;
}
.dwpb-cover-page #main {
  min-height: 680px;
}
.message-holiday {
  background: #f07f7f;
  padding: 20px;
}
.message-holiday .message-holiday-inner {
  border: 1px solid #f5a7a7;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
#buddypress .activity .activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#buddypress .activity .activity-item {
  border-top: 1px solid #ecf0f1;
  padding: 14px 0 14px 50px;
  position: relative;
  min-height: 40px;
}
#buddypress .activity .activity-list li:first-child {
  border-top: none;
}
#buddypress .activity #message {
  padding: 10px 15px 0;
  text-align: center;
}
#buddypress .activity .avatar {
  width: 32px;
  height: 32px;
  padding: 2px;
  border: 1px solid #ecf0f1;
  background: #fff;
  position: absolute;
  left: 0;
}
#buddypress .activity .activity-header p {
  margin: 0;
}
#buddypress .activity .activity-header p a:first-child {
  font-weight: 700;
  font-size: 14px;
}
#buddypress .activity .time-since {
  color: #96a1a3;
  display: block;
  font-size: 85%;
}
#buddypress .activity .activity-meta {
  font-size: 12px;
}
#buddypress .activity .activity-meta a {
  color: #ecf0f1;
  margin-left: 10px;
}
#buddypress .activity .activity-item:hover .activity-meta a {
  color: #505656;
}
#buddypress .activity .activity-item:hover .activity-meta a:hover {
  color: #e67e22;
}
#buddypress .activity .activity-inner {
  margin: 10px 0;
  background: #f5f5f5;
  padding: 15px 20px 5px;
  word-wrap: break-word;
}
#buddypress .activity .activity-comments {
  display: none;
  background: #f5f5f5;
  margin: 14px -14px -14px -69px;
}
#buddypress .activity .activity-comments ul {
  margin: 0;
  list-style: none;
}
#buddypress .activity .activity-comments li {
  border-top: 1px solid #ecf0f1;
  padding: 14px 14px 14px 69px;
  position: relative;
  min-height: 40px;
}
#buddypress .activity .ac-form {
  padding: 14px 14px 14px 69px;
  background: #f5f5f5;
  position: relative;
  min-height: 40px;
  margin: 0;
}
#buddypress .activity .load-more a {
  padding: 10px;
  border-top: 1px solid #ecf0f1;
  background: #f5f5f5;
  text-align: center;
  width: 100%;
  display: block;
  color: #96a1a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buddypress .activity .load-more a:hover {
  background: #e6e6e6;
  color: #27292e;
}
#buddypress .dwqa-container .dwqa-list-question {
  background-color: transparent;
}
#buddypress .bbcode_code {
  width: 100%;
  overflow: auto;
}
#buddypress #item-profile {
  text-align: center;
  margin-bottom: 0;
}
#buddypress #item-profile h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  word-wrap: break-word;
  color: #3498db;
}
#buddypress #item-profile .avatar {
  border-radius: 50%;
}
#buddypress #item-profile .user-nicename {
  margin-bottom: 26px;
  display: block;
}
#buddypress #item-profile .user-counting {
  margin: 0 -26px 26px;
  border: 0;
  background: #3498db;
  color: #fff;
}
#buddypress #item-profile .user-counting:before,
#buddypress #item-profile .user-counting:after {
  content: " ";
  display: table;
}
#buddypress #item-profile .user-counting:after {
  clear: both;
}
#buddypress #item-profile .user-counting:before,
#buddypress #item-profile .user-counting:after {
  content: " ";
  display: table;
}
#buddypress #item-profile .user-counting:after {
  clear: both;
}
#buddypress #item-profile .user-counting li {
  border-top: none;
  width: 33.33%;
  float: left;
  padding: 10px 0;
  color: #fff;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
}
#buddypress #item-profile .user-counting li:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#buddypress #item-profile .user-counting li strong {
  font-size: 16px;
}
#buddypress #item-profile .user-counting li span {
  display: block;
  font-size: 12px;
}
#buddypress #item-profile .user-social-links {
  margin: 10px 0;
}
#buddypress #item-profile .user-social-links .fa {
  border-radius: 50%;
  border: 1px solid #ecf0f1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#buddypress #item-profile .activity {
  color: #96a1a3;
  font-size: 11px;
  display: block;
  position: relative;
  padding-top: 20px;
}
#buddypress #item-profile .activity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 10px 0 0 -35px;
  background: #ddd;
  width: 70px;
  height: 1px;
}
@media (max-width: 767px) {
  #buddypress #item-profile .avatar {
    border-radius: 50%;
    border: 5px solid #fff;
  }
}
@media (max-width: 768px) {
  #buddypress #item-nav {
    overflow: hidden;
  }
}
#buddypress #item-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  height: 50px;
  background: #dce3e6;
}
@media (max-width: 768px) {
  #buddypress #item-nav ul {
    height: auto;
    overflow: hidden;
  }
}
#buddypress #item-nav li {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  #buddypress #item-nav li {
    width: 100%;
    text-align: center;
  }
}
#buddypress #item-nav a {
  padding: 0 20px;
  border: 0;
  display: block;
  border-radius: 0;
  height: 50px;
  line-height: 52px;
  text-transform: uppercase;
  color: #505656;
  font-size: 14px;
}
@media (max-width: 768px) {
  #buddypress #item-nav a {
    margin-right: 0;
    border-radius: 0;
  }
}
#buddypress #item-nav a:hover {
  color: #27292e;
  background: rgba(0, 0, 0, 0.03);
}
#buddypress #item-nav li.current a {
  background: #f4f6f7;
  color: #27292e;
  font-weight: 700;
}
@media (max-width: 768px) {
  #buddypress #item-nav li.current a {
    color: #27292e;
  }
}
#buddypress #item-nav #settings-personal-li,
#buddypress #item-nav #friends-personal-li {
  display: none !important;
  visibility: hidden !important;
}
#buddypress #item-body {
  background: #f4f6f7;
  border-top: none;
  padding: 26px;
}
#buddypress #item-body:before,
#buddypress #item-body:after {
  content: " ";
  display: table;
}
#buddypress #item-body:after {
  clear: both;
}
#buddypress #item-body:before,
#buddypress #item-body:after {
  content: " ";
  display: table;
}
#buddypress #item-body:after {
  clear: both;
}
#buddypress #item-body #subnav {
  border-bottom: 1px solid #ecf0f1;
  margin: 0 -19px 19px;
  padding: 0 19px 19px;
}
#buddypress #item-body #subnav:before,
#buddypress #item-body #subnav:after {
  content: " ";
  display: table;
}
#buddypress #item-body #subnav:after {
  clear: both;
}
#buddypress #item-body #subnav:before,
#buddypress #item-body #subnav:after {
  content: " ";
  display: table;
}
#buddypress #item-body #subnav:after {
  clear: both;
}
#buddypress #item-body #subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
#buddypress #item-body #subnav li {
  float: left;
  margin-right: 15px;
}
#buddypress #item-body #subnav li.last {
  float: left;
  margin-left: 0;
}
#buddypress #item-body #subnav li.current {
  border-bottom: 1px solid #e67e22;
}
#buddypress #item-body #subnav li.current a {
  color: #e67e22;
}
#buddypress #item-body #subnav li.last label {
  display: none;
}
#buddypress #item-body #subnav li.last select {
  margin: 0;
  font-size: 17px;
  padding: 6px 13px;
}
#buddypress #item-body #subnav li a {
  line-height: 30px;
  height: 30px;
}
#buddypress #item-body #activity-loop-form {
  margin: 0;
}
#buddypress #item-body #whats-new-form {
  background: #f5f5f5;
  margin: -19px -19px 19px;
  padding: 19px;
  border-bottom: 1px solid #ecf0f1;
}
#buddypress #item-body #whats-new-options {
  height: 45px !important;
}
#buddypress #item-body #whats-new-options .btn,
#buddypress #item-body #whats-new-options #edd_purchase_submit .edd-submit,
#buddypress #item-body #whats-new-options #edd-next-submit-wrap .edd-submit {
  margin: 10px 0 0;
}
#buddypress #item-body #whats-new-avatar {
  display: none;
}
#buddypress #item-body #whats-new {
  width: 100% !important;
  height: 35px;
  min-height: 35px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buddypress #item-body .activity .activity-list {
  margin: -19px 0;
}
#buddypress #item-body .activity .activity-list .load-more {
  margin: 0 -19px;
}
#buddypress #item-body .pagination-links a {
  display: inline;
}
#buddypress #item-body .pagination-links .current-page {
  max-width: 49px;
  display: inline;
}
#buddypress #item-body .pagination-links .edd-submit {
  padding: 9px 19px;
}
#buddypress .bp-notification {
  width: 100%;
}
#buddypress .bp-notification .bp-noti {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ecf0f1;
}
#buddypress .bp-notification .noti-avatar {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 13px 0 0;
}
#buddypress .bp-notification .noti-time {
  font-size: 14px;
  color: #96a1a3;
  float: right;
}
@media (max-width: 480px) {
  #buddypress .bp-notification .noti-time {
    float: none;
    display: block;
  }
}
#buddypress .bp-notification .noti-action {
  float: right;
}
#buddypress #edd_profile_editor_form {
  margin: 0;
}
#buddypress #edd_profile_editor_form p {
  display: none !important;
  visibility: hidden !important;
}
#buddypress #edd_profile_editor_form input {
  margin-bottom: 13px;
}
#buddypress #edd_profile_editor_form .input-group input {
  margin-bottom: 0;
}
#buddypress #edd_profile_editor_form .input-group-addon {
  min-width: 60px;
}
#buddypress #edd_profile_editor_form textarea {
  width: 100% !important;
  height: 144px;
  min-height: 144px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buddypress #edd_profile_editor_form .input-prepend {
  width: calc(100% - 27px);
}
#buddypress #edd_profile_editor_form .input-prepend .add-on {
  height: 30px;
}
#buddypress #edd_profile_editor_form .input-prepend .add-on i {
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
#buddypress #edd_profile_editor_form .input-prepend input {
  width: 100%;
}
#buddypress #edd_profile_editor_form p {
  color: #96a1a3;
  font-size: 10px;
}
#buddypress #send_message_form input[type="text"],
#buddypress #send_message_form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buddypress #send_message_form label {
  margin-top: 10px;
}
#buddypress #message-threads .unread {
  font-weight: bold;
}
#buddypress #message-threads .unread .unread-count {
  color: #f00;
}
#buddypress #message-threads tr {
  border-bottom: 1px solid #d6d6d6;
}
#buddypress #message-threads tr td {
  padding: 10px 0px;
}
#buddypress #message-threads tr td .thread-from-details {
  font-size: 11px;
}
#buddypress #message-threads tr .thread-options {
  text-align: right;
}
#buddypress #message-thread .message-content {
  background: none repeat scroll 0 0 #EEEEEE;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  width: 100%;
}
#buddypress #message-thread .message-content p {
  margin: 0px;
}
#buddypress #message-thread .message-content .sender {
  font-size: 11px;
  font-style: italic;
}
#buddypress #message-thread .alt .message-content {
  background: #DCE3E6 !important;
}
#buddypress .messages #messages-options {
  display: block;
  border-bottom: 1px solid #d6d6d6;
}
#buddypress .messages #messages-options:before,
#buddypress .messages #messages-options:after {
  content: " ";
  display: table;
}
#buddypress .messages #messages-options:after {
  clear: both;
}
#buddypress .messages #messages-options:before,
#buddypress .messages #messages-options:after {
  content: " ";
  display: table;
}
#buddypress .messages #messages-options:after {
  clear: both;
}
#buddypress .messages #messages-options .messages-options-nav {
  display: block;
  float: right;
  width: 20%;
}
#buddypress .messages #messages-options .messages-options-nav:before,
#buddypress .messages #messages-options .messages-options-nav:after {
  content: " ";
  display: table;
}
#buddypress .messages #messages-options .messages-options-nav:after {
  clear: both;
}
#buddypress .messages #messages-options .messages-options-nav:before,
#buddypress .messages #messages-options .messages-options-nav:after {
  content: " ";
  display: table;
}
#buddypress .messages #messages-options .messages-options-nav:after {
  clear: both;
}
#buddypress .messages #message.updated {
  border: 3px solid #0f0;
  color: #444;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
#buddypress .messages #message.updated p {
  margin: 0px;
}
#buddypress .message-search {
  margin: 10px 0px;
  float: right;
}
#buddypress .message-search #search-message-form label {
  margin: -15px 0px;
}
#buddypress .message-search #search-message-form #messages_search_submit {
  padding: 5px 19px;
}
#buddypress #send-reply .error {
  color: #f00;
}
#buddypress #send-reply .submit .loading {
  background-color: #ecf0f1;
}
#buddypress .standard-form .submit {
  margin-top: 13px;
}
#buddypress .standard-form .notification-settings td:nth-child(2) {
  padding-right: 13px;
}
#buddypress .dwqa-container {
  margin-top: 0;
  margin-bottom: 0;
}
#buddypress .dwqa-container .dwqa-header {
  padding-top: 0;
}
#buddypress .dwqa-container .dwqa-meta {
  font-size: 12px;
  color: #96a1a3;
}
#buddypress .dwqa-container .dwqa-meta > span {
  margin-right: 10px;
}
#buddypress .dwqa-container .dwqa-meta a {
  color: #96a1a3;
}
#buddypress .dwqa-container .dwqa-meta i,
#buddypress .dwqa-container .dwqa-user-avatar {
  margin-right: 2px;
}
#buddypress .download label {
  margin: 6.5px 0;
}
#buddypress .download-navigation {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 1px;
  margin-bottom: 0;
}
#buddypress .download-navigation > li {
  display: inline;
}
#buddypress .download-navigation > li > a,
#buddypress .download-navigation > li > span {
  position: relative;
  float: left;
  padding: 13px 20px;
  line-height: 1.625;
  text-decoration: none;
  color: #3498db;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
#buddypress .download-navigation > li:first-child > a,
#buddypress .download-navigation > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
#buddypress .download-navigation > li:last-child > a,
#buddypress .download-navigation > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#buddypress .download-navigation > li > a:hover,
#buddypress .download-navigation > li > span:hover,
#buddypress .download-navigation > li > a:focus,
#buddypress .download-navigation > li > span:focus {
  color: #217dbb;
  background-color: #ecf0f1;
  border-color: #dddddd;
}
#buddypress .download-navigation > .active > a,
#buddypress .download-navigation > .active > span,
#buddypress .download-navigation > .active > a:hover,
#buddypress .download-navigation > .active > span:hover,
#buddypress .download-navigation > .active > a:focus,
#buddypress .download-navigation > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  cursor: default;
}
#buddypress .download-navigation > .disabled > span,
#buddypress .download-navigation > .disabled > span:hover,
#buddypress .download-navigation > .disabled > span:focus,
#buddypress .download-navigation > .disabled > a,
#buddypress .download-navigation > .disabled > a:hover,
#buddypress .download-navigation > .disabled > a:focus {
  color: #96a1a3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  #buddypress #content .hentry .entry-meta > span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: block;
  }
}
#buddypress input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none !important;
  font-weight: bold;
  position: relative;
  color: #3498db;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
#buddypress input[type="submit"]:focus,
#buddypress input[type="submit"]:active:focus,
#buddypress input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#buddypress input[type="submit"]:hover,
#buddypress input[type="submit"]:focus {
  color: #505656;
  text-decoration: none;
}
#buddypress input[type="submit"]:active,
#buddypress input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#buddypress input[type="submit"].disabled,
#buddypress input[type="submit"][disabled],
fieldset[disabled] #buddypress input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#buddypress input[type="submit"] i {
  font-style: normal;
  margin-left: 6.5px;
}
#buddypress input[type="submit"]:hover,
#buddypress input[type="submit"]:focus,
#buddypress input[type="submit"]:active,
#buddypress input[type="submit"].active,
.open .dropdown-toggle#buddypress input[type="submit"] {
  color: #3498db;
  background-color: #2383c4;
  border-color: #2077b2;
}
#buddypress input[type="submit"]:active,
#buddypress input[type="submit"].active,
.open .dropdown-toggle#buddypress input[type="submit"] {
  background-image: none;
}
#buddypress input[type="submit"].disabled,
#buddypress input[type="submit"][disabled],
fieldset[disabled] #buddypress input[type="submit"],
#buddypress input[type="submit"].disabled:hover,
#buddypress input[type="submit"][disabled]:hover,
fieldset[disabled] #buddypress input[type="submit"]:hover,
#buddypress input[type="submit"].disabled:focus,
#buddypress input[type="submit"][disabled]:focus,
fieldset[disabled] #buddypress input[type="submit"]:focus,
#buddypress input[type="submit"].disabled:active,
#buddypress input[type="submit"][disabled]:active,
fieldset[disabled] #buddypress input[type="submit"]:active,
#buddypress input[type="submit"].disabled.active,
#buddypress input[type="submit"][disabled].active,
fieldset[disabled] #buddypress input[type="submit"].active {
  background-color: #3498db;
  border-color: #3498db;
}
#buddypress input[type="submit"] .badge {
  color: #3498db;
  background-color: #3498db;
}
#buddypress input[type="submit"]:hover,
#buddypress input[type="submit"]:focus,
#buddypress input[type="submit"]:active,
#buddypress input[type="submit"].active,
.open .dropdown-toggle#buddypress input[type="submit"] {
  color: #fff;
  background-color: #2383c4;
  border-color: #2383c4;
}
#buddypress input[type="checkbox"] {
  margin: 0;
}
#buddypress .bp-template-notice,
#buddypress .edd_errors {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
  background-color: #e67e22;
  border-color: #d65218;
  color: #ffffff;
}
#buddypress .bp-template-notice h4,
#buddypress .edd_errors h4 {
  margin-top: 0;
  color: inherit;
}
#buddypress .bp-template-notice .alert-link,
#buddypress .edd_errors .alert-link {
  font-weight: bold;
}
#buddypress .bp-template-notice > p,
#buddypress .edd_errors > p,
#buddypress .bp-template-notice > ul,
#buddypress .edd_errors > ul {
  margin-bottom: 0;
}
#buddypress .bp-template-notice > p + p,
#buddypress .edd_errors > p + p {
  margin-top: 5px;
}
#buddypress .bp-template-notice a,
#buddypress .edd_errors a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#buddypress .bp-template-notice a:hover,
#buddypress .edd_errors a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#buddypress .bp-template-notice i,
#buddypress .edd_errors i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
#buddypress .bp-template-notice hr,
#buddypress .edd_errors hr {
  border-top-color: #bf4916;
}
#buddypress .bp-template-notice .alert-link,
#buddypress .edd_errors .alert-link {
  color: #e6e6e6;
}
#buddypress .bp-template-notice p,
#buddypress .edd_errors p {
  margin: 0;
}
#buddypress .bp-template-notice {
  background-color: #2980b9;
  border-color: #23809c;
  color: #ffffff;
}
#buddypress .bp-template-notice hr {
  border-top-color: #1e6f87;
}
#buddypress .bp-template-notice .alert-link {
  color: #e6e6e6;
}
#buddypress .edd_success {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
  background-color: #27ae60;
  border-color: #229941;
  color: #ffffff;
}
#buddypress .edd_success h4 {
  margin-top: 0;
  color: inherit;
}
#buddypress .edd_success .alert-link {
  font-weight: bold;
}
#buddypress .edd_success > p,
#buddypress .edd_success > ul {
  margin-bottom: 0;
}
#buddypress .edd_success > p + p {
  margin-top: 5px;
}
#buddypress .edd_success a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#buddypress .edd_success a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#buddypress .edd_success i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
#buddypress .edd_success hr {
  border-top-color: #1e8438;
}
#buddypress .edd_success .alert-link {
  color: #e6e6e6;
}
#buddypress .profile-item {
  border-top: 1px solid #eee;
  padding: 20px 0 0;
  margin: 20px 0 0;
  position: relative;
}
#buddypress .profile-item:first-child {
  border-top: none;
  padding: 0;
  margin: 0;
}
#buddypress .profile-item .item-avatar img {
  float: left;
  margin-right: 15px;
  height: 40px;
  width: 40px;
}
#buddypress .profile-item .item-thumbnail img {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px 0 0;
}
#buddypress .profile-item .item-content {
  float: left;
}
#buddypress .profile-item .item-title {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 700;
}
#buddypress .profile-item .item-download {
  float: right;
  padding: 10px 0;
}
#buddypress .profile-item .item-download .btn,
#buddypress .profile-item .item-download #edd_purchase_submit .edd-submit,
#buddypress .profile-item .item-download #edd-next-submit-wrap .edd-submit {
  min-width: 150px;
}
#buddypress .profile-item.download .dropdown-menu {
  right: auto;
  left: auto;
  font-size: 16px;
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 26px;
  margin: 0;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
#buddypress .profile-item.download .dropdown-menu.active {
  height: auto;
  margin-top: 26px;
  padding-bottom: 26px;
  border: 1px solid #ecf0f1;
}
#buddypress .profile-item.download .dropdown-menu > li > a {
  display: inline-block;
  padding: 3px 0px;
}
#buddypress .profile-item.download .dropdown-menu > li:last-child {
  margin-top: 26px;
}
#buddypress .profile-item.download .dropdown-menu > li:last-child .btn,
#buddypress .profile-item.download .dropdown-menu > li:last-child #edd_purchase_submit .edd-submit,
#buddypress .profile-item.download .dropdown-menu > li:last-child #edd-next-submit-wrap .edd-submit {
  margin-right: 26px;
}
#buddypress .profile-item.download .dropdown-menu .file-type {
  padding: 13px 21px;
  text-transform: capitalize;
  font-weight: 700;
}
#buddypress .profile-item.download .dropdown-menu .file-type:first-child {
  margin-top: 0;
}
#buddypress .profile-item.download .dropdown-menu .edd_download_file input {
  margin-right: 6.5px !important;
}
#buddypress .profile-item .item-meta {
  color: #96a1a3;
}
#buddypress .profile-item .item-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #buddypress .profile-item .item-action {
    display: none !important;
    visibility: hidden !important;
  }
}
.activation #content .hentry .page-header,
.registration #content .hentry .page-header,
.members #content .hentry .page-header,
.activity #content .hentry .page-header {
  margin-bottom: 0;
  margin-top: 0;
}
.members .members-list,
.page-template-templatesexperts-php .members-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ecf0f1;
  border-bottom-color: #cecece;
}
.members .members-list .well,
.page-template-templatesexperts-php .members-list .well,
.members .members-list #edd_checkout_form_wrap #edd-discount-code-wrap,
.page-template-templatesexperts-php .members-list #edd_checkout_form_wrap #edd-discount-code-wrap,
.members .members-list #edd_checkout_login_register,
.page-template-templatesexperts-php .members-list #edd_checkout_login_register {
  margin: 0 0 -15px !important;
}
.members .members-list > li,
.page-template-templatesexperts-php .members-list > li {
  padding: 15px 0;
  border-bottom: 1px solid #ecf0f1;
}
.members .members-list > li:first-child,
.page-template-templatesexperts-php .members-list > li:first-child {
  padding: 0 0 15px 0;
  border-bottom: none;
}
.members .members-list > li:first-child .well,
.page-template-templatesexperts-php .members-list > li:first-child .well,
.members .members-list > li:first-child #edd_checkout_form_wrap #edd-discount-code-wrap,
.page-template-templatesexperts-php .members-list > li:first-child #edd_checkout_form_wrap #edd-discount-code-wrap,
.members .members-list > li:first-child #edd_checkout_login_register,
.page-template-templatesexperts-php .members-list > li:first-child #edd_checkout_login_register {
  border: none;
}
.members .members-list > li:last-child,
.page-template-templatesexperts-php .members-list > li:last-child {
  border-bottom: none;
}
.members .user-avatar,
.page-template-templatesexperts-php .user-avatar {
  float: left;
  text-align: center;
  margin: 0 15px 0 0;
}
.members .user-avatar .avatar,
.page-template-templatesexperts-php .user-avatar .avatar {
  padding: 3px;
  background: #fff;
  border: 1px solid #ecf0f1;
}
.members .members-list > li:first-child .user-avatar .avatar,
.page-template-templatesexperts-php .members-list > li:first-child .user-avatar .avatar {
  margin: 0 0 15px;
}
.members .user-info,
.page-template-templatesexperts-php .user-info {
  float: left;
  font-size: 11px;
  color: #96a1a3;
}
.members .user-info h5,
.page-template-templatesexperts-php .user-info h5 {
  margin: 0;
}
.members .members-list > li:first-child .user-info h5,
.page-template-templatesexperts-php .members-list > li:first-child .user-info h5 {
  margin: 5px 0;
}
.members .user-rank,
.page-template-templatesexperts-php .user-rank {
  float: left;
  font-size: 24px;
  line-height: 40px;
  width: 50px;
  text-align: center;
}
.members .members-list > li:first-child .user-rank,
.page-template-templatesexperts-php .members-list > li:first-child .user-rank {
  float: right;
  line-height: 1;
  width: auto;
  border-radius: 100%;
  background: #3498db;
  padding: 10px;
  color: #fff;
}
.members .members-list > li:nth-child(2) .user-rank,
.page-template-templatesexperts-php .members-list > li:nth-child(2) .user-rank {
  color: #2980b9;
}
.members .members-list > li:nth-child(3) .user-rank,
.page-template-templatesexperts-php .members-list > li:nth-child(3) .user-rank {
  color: #27ae60;
}
.members .user-rank sup,
.page-template-templatesexperts-php .user-rank sup {
  font-size: 14px;
}
.members .user-counting,
.page-template-templatesexperts-php .user-counting {
  clear: both;
  margin: 0 -18px -19px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  text-align: center;
}
.members .user-counting:before,
.page-template-templatesexperts-php .user-counting:before,
.members .user-counting:after,
.page-template-templatesexperts-php .user-counting:after {
  content: " ";
  display: table;
}
.members .user-counting:after,
.page-template-templatesexperts-php .user-counting:after {
  clear: both;
}
.members .user-counting:before,
.page-template-templatesexperts-php .user-counting:before,
.members .user-counting:after,
.page-template-templatesexperts-php .user-counting:after {
  content: " ";
  display: table;
}
.members .user-counting:after,
.page-template-templatesexperts-php .user-counting:after {
  clear: both;
}
.members .user-counting li,
.page-template-templatesexperts-php .user-counting li {
  border-top: none;
  width: 33.33%;
  float: left;
  padding: 10px 0;
  color: #505656;
  -webkit-box-shadow: 1px 0 0 0 #ecf0f1;
  box-shadow: 1px 0 0 0 #ecf0f1;
}
.members .user-counting li:last-child,
.page-template-templatesexperts-php .user-counting li:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.members .user-counting li strong,
.page-template-templatesexperts-php .user-counting li strong {
  font-size: 14px;
}
.members .user-counting li span,
.page-template-templatesexperts-php .user-counting li span {
  display: block;
  font-size: 11px;
}
.registration #content #ajaxregisterform {
  max-width: 400px;
  margin: 40px auto 0;
}
.members.buddypress #buddypress {
  border: 1px solid #ecf0f1;
  padding: 26px;
}
.members.buddypress #buddypress #members-dir-search {
  display: none !important;
  visibility: hidden !important;
}
.members.buddypress #buddypress ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.members.buddypress #buddypress .item-list-tabs {
  margin-bottom: 26px;
  text-transform: uppercase;
}
.members.buddypress #buddypress .item-list-tabs#subnav {
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  background: #fcfcfd;
  margin: 13px -26px 0 -26px;
  padding: 13px 26px;
  overflow: hidden;
}
.members.buddypress #buddypress .item-list-tabs#subnav label {
  display: inline-block;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.members.buddypress #buddypress .item-list-tabs#subnav select {
  max-width: 175px;
  display: inline-block;
}
.members.buddypress #buddypress .item-avatar img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
}
.members.buddypress #buddypress .item-title a {
  font-weight: 700;
}
.members.buddypress #buddypress #members-list li {
  margin-bottom: 13px;
}
.members.buddypress #buddypress #members-list li:last-child {
  margin-bottom: 0;
}
.archive.category .hentry,
.archive.tag .hentry,
.archive.author .hentry,
.archive.date .hentry,
.page-template-templatesblog-php .hentry {
  overflow: hidden;
  padding: 0 0 26px;
  margin: 0 0 52px;
  border-bottom: 2px solid #f4f6f7;
}
@media (min-width: 768px) {
  .archive.category .hentry.sticky,
  .archive.tag .hentry.sticky,
  .archive.author .hentry.sticky,
  .archive.date .hentry.sticky,
  .page-template-templatesblog-php .hentry.sticky {
    background: #fcfcfd;
    padding: 26px;
    margin-left: -26px;
    border-bottom: 5px solid #f4f6f7;
  }
}
.archive.category .entry-thumbnail,
.archive.tag .entry-thumbnail,
.archive.author .entry-thumbnail,
.archive.date .entry-thumbnail,
.page-template-templatesblog-php .entry-thumbnail {
  overflow: hidden;
  float: left;
  width: 208px;
  height: auto;
  margin-top: 8.66666667px;
}
.archive.category .entry-thumbnail img,
.archive.tag .entry-thumbnail img,
.archive.author .entry-thumbnail img,
.archive.date .entry-thumbnail img,
.page-template-templatesblog-php .entry-thumbnail img {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.archive.category .entry-thumbnail:hover + .entry-content .entry-header a,
.archive.tag .entry-thumbnail:hover + .entry-content .entry-header a,
.archive.author .entry-thumbnail:hover + .entry-content .entry-header a,
.archive.date .entry-thumbnail:hover + .entry-content .entry-header a,
.page-template-templatesblog-php .entry-thumbnail:hover + .entry-content .entry-header a {
  color: #217dbb;
}
@media (max-width: 767px) {
  .archive.category .entry-thumbnail,
  .archive.tag .entry-thumbnail,
  .archive.author .entry-thumbnail,
  .archive.date .entry-thumbnail,
  .page-template-templatesblog-php .entry-thumbnail {
    width: 100%;
    height: auto;
    float: none;
  }
  .archive.category .entry-thumbnail img,
  .archive.tag .entry-thumbnail img,
  .archive.author .entry-thumbnail img,
  .archive.date .entry-thumbnail img,
  .page-template-templatesblog-php .entry-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.archive.category .entry-header,
.archive.tag .entry-header,
.archive.author .entry-header,
.archive.date .entry-header,
.page-template-templatesblog-php .entry-header {
  margin-left: 208px;
  padding-left: 52px;
}
@media (max-width: 767px) {
  .archive.category .entry-header,
  .archive.tag .entry-header,
  .archive.author .entry-header,
  .archive.date .entry-header,
  .page-template-templatesblog-php .entry-header {
    margin-left: 0;
    padding-left: 0;
  }
}
.archive.category .entry-title,
.archive.tag .entry-title,
.archive.author .entry-title,
.archive.date .entry-title,
.page-template-templatesblog-php .entry-title {
  font-size: 32px;
  margin: 0 0 26px;
  font-weight: 700;
}
.archive.category .entry-title a,
.archive.tag .entry-title a,
.archive.author .entry-title a,
.archive.date .entry-title a,
.page-template-templatesblog-php .entry-title a {
  color: #3d4045;
}
.archive.category .entry-title a:hover,
.archive.tag .entry-title a:hover,
.archive.author .entry-title a:hover,
.archive.date .entry-title a:hover,
.page-template-templatesblog-php .entry-title a:hover,
.archive.category .entry-title a:active,
.archive.tag .entry-title a:active,
.archive.author .entry-title a:active,
.archive.date .entry-title a:active,
.page-template-templatesblog-php .entry-title a:active,
.archive.category .entry-title a:focus,
.archive.tag .entry-title a:focus,
.archive.author .entry-title a:focus,
.archive.date .entry-title a:focus,
.page-template-templatesblog-php .entry-title a:focus {
  color: #3498db;
}
@media (max-width: 767px) {
  .archive.category .entry-title,
  .archive.tag .entry-title,
  .archive.author .entry-title,
  .archive.date .entry-title,
  .page-template-templatesblog-php .entry-title {
    margin-top: 26px;
    font-size: 20px;
    line-height: 32.5px;
  }
}
.archive.category .entry-meta,
.archive.tag .entry-meta,
.archive.author .entry-meta,
.archive.date .entry-meta,
.page-template-templatesblog-php .entry-meta {
  color: #96a1a3;
  margin: 0 0 26px;
  line-height: 26px;
  font-size: 14px;
}
.archive.category .entry-meta > span,
.archive.tag .entry-meta > span,
.archive.author .entry-meta > span,
.archive.date .entry-meta > span,
.page-template-templatesblog-php .entry-meta > span {
  display: inline-block;
  margin: 0 0 0 13px;
}
.archive.category .entry-meta > span:first-child,
.archive.tag .entry-meta > span:first-child,
.archive.author .entry-meta > span:first-child,
.archive.date .entry-meta > span:first-child,
.page-template-templatesblog-php .entry-meta > span:first-child {
  margin-left: 0;
}
.archive.category .entry-meta a,
.archive.tag .entry-meta a,
.archive.author .entry-meta a,
.archive.date .entry-meta a,
.page-template-templatesblog-php .entry-meta a {
  color: #96a1a3;
  font-weight: normal !important;
}
.archive.category .entry-meta a:hover,
.archive.tag .entry-meta a:hover,
.archive.author .entry-meta a:hover,
.archive.date .entry-meta a:hover,
.page-template-templatesblog-php .entry-meta a:hover,
.archive.category .entry-meta a:active,
.archive.tag .entry-meta a:active,
.archive.author .entry-meta a:active,
.archive.date .entry-meta a:active,
.page-template-templatesblog-php .entry-meta a:active,
.archive.category .entry-meta a:focus,
.archive.tag .entry-meta a:focus,
.archive.author .entry-meta a:focus,
.archive.date .entry-meta a:focus,
.page-template-templatesblog-php .entry-meta a:focus {
  color: #3498db;
}
.archive.category .entry-meta .avatar,
.archive.tag .entry-meta .avatar,
.archive.author .entry-meta .avatar,
.archive.date .entry-meta .avatar,
.page-template-templatesblog-php .entry-meta .avatar,
.archive.category .entry-meta .fa,
.archive.tag .entry-meta .fa,
.archive.author .entry-meta .fa,
.archive.date .entry-meta .fa,
.page-template-templatesblog-php .entry-meta .fa {
  margin: 0 6.5px 0 0;
}
@media (max-width: 767px) {
  .archive.category .entry-meta .avatar,
  .archive.tag .entry-meta .avatar,
  .archive.author .entry-meta .avatar,
  .archive.date .entry-meta .avatar,
  .page-template-templatesblog-php .entry-meta .avatar,
  .archive.category .entry-meta .fa,
  .archive.tag .entry-meta .fa,
  .archive.author .entry-meta .fa,
  .archive.date .entry-meta .fa,
  .page-template-templatesblog-php .entry-meta .fa {
    margin-right: 5.2px;
  }
}
.archive.category .entry-meta .avatar,
.archive.tag .entry-meta .avatar,
.archive.author .entry-meta .avatar,
.archive.date .entry-meta .avatar,
.page-template-templatesblog-php .entry-meta .avatar {
  margin-top: -2px;
  border-radius: 50%;
  border: 1px solid #ecf0f1;
}
.archive.category .entry-content,
.archive.tag .entry-content,
.archive.author .entry-content,
.archive.date .entry-content,
.page-template-templatesblog-php .entry-content {
  margin-left: 208px;
  padding-left: 52px;
}
@media (max-width: 767px) {
  .archive.category .entry-content,
  .archive.tag .entry-content,
  .archive.author .entry-content,
  .archive.date .entry-content,
  .page-template-templatesblog-php .entry-content {
    margin-left: 0;
    margin-top: 26px;
    padding: 0;
  }
}
.archive.category .more-link,
.archive.tag .more-link,
.archive.author .more-link,
.archive.date .more-link,
.page-template-templatesblog-php .more-link {
  clear: both;
  display: none;
  margin: 26px 0 0;
  font-weight: bold;
}
.archive.category .more-link:hover,
.archive.tag .more-link:hover,
.archive.author .more-link:hover,
.archive.date .more-link:hover,
.page-template-templatesblog-php .more-link:hover,
.archive.category .more-link:active,
.archive.tag .more-link:active,
.archive.author .more-link:active,
.archive.date .more-link:active,
.page-template-templatesblog-php .more-link:active,
.archive.category .more-link:focus,
.archive.tag .more-link:focus,
.archive.author .more-link:focus,
.archive.date .more-link:focus,
.page-template-templatesblog-php .more-link:focus {
  color: #3498db;
}
.archive.category .post-nav a,
.archive.tag .post-nav a,
.archive.author .post-nav a,
.archive.date .post-nav a,
.page-template-templatesblog-php .post-nav a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .archive.category .post-nav,
  .archive.tag .post-nav,
  .archive.author .post-nav,
  .archive.date .post-nav,
  .page-template-templatesblog-php .post-nav {
    padding-bottom: 52px;
  }
  .archive.category .post-nav .container,
  .archive.tag .post-nav .container,
  .archive.author .post-nav .container,
  .archive.date .post-nav .container,
  .page-template-templatesblog-php .post-nav .container {
    padding: 0;
  }
}
.page-template-templatesblog-php .page-header,
.category .page-header {
  margin-bottom: 0;
  padding-bottom: 104px;
}
.ie .page-template-templatesblog-php .page-header,
.ie .category .page-header {
  margin-bottom: 0!important;
  padding-bottom: 104px !important;
}
.blog-nav {
  margin-top: -52px;
  margin-bottom: 78px;
  background: transparent;
  z-index: 2;
  position: relative;
}
.ie .blog-nav {
  margin-top: -53px;
}
@media (max-width: 480px) {
  .blog-nav {
    margin-bottom: 52px;
  }
}
.blog-nav .nav-tabs {
  border-bottom: 0;
  margin: 0;
}
.blog-nav .nav-tabs > li {
  margin: 0 10px 0 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .blog-nav .nav-tabs > li {
    margin: 0 2px 0 0;
  }
}
.blog-nav .nav-tabs > li:first-child {
  display: none !important;
  visibility: hidden !important;
}
.blog-nav .nav-tabs > li > a {
  display: block;
  font-weight: bold;
  padding: 0 26px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-color: #505656;
  border-color: rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  color: #fff;
  text-transform: none;
}
@media (max-width: 767px) {
  .blog-nav .nav-tabs > li > a {
    padding: 0 13px;
    font-size: 13px;
  }
}
.blog-nav .nav-tabs > li > a .fa {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-nav .nav-tabs > li > a .fa {
    display: none !important;
    visibility: hidden !important;
  }
}
.blog-nav .nav-tabs > li > a:hover,
.blog-nav .nav-tabs > li > a:focus,
.blog-nav .nav-tabs > li.active > a {
  background: #34495e;
  background: rgba(0, 0, 0, 0.2);
}
.blog-nav .nav-tabs > li.active > a,
.blog-nav .nav-tabs > li.active > a:hover,
.blog-nav .nav-tabs > li.active > a:focus {
  border-color: #fff;
  background: #fff;
  color: #27292e;
}
.magento-compability {
  padding: 0;
  list-style: none;
  max-height: 619px;
  overflow-x: hidden;
}
.magento-compability .theme-head {
  font-weight: 700;
}
.magento-compability span {
  background-color: #ecf0f1;
  border-right: 1px solid #fff;
  display: block;
  height: 30px;
  text-align: center;
}
.magento-compability span .yes {
  background: url("../img/check-list.png") no-repeat 50% 50%;
  display: block;
}
.magento-compability span:first-child {
  background-color: #3498db;
  color: #fff;
  font-weight: 700;
  text-align: left;
  opacity: .8;
  text-indent: 20px;
  font-size: 14px;
}
.magento-compability li {
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.magento-compability li.theme-header {
  color: #fff;
  font-weight: 700;
}
.magento-compability li.theme-header span {
  float: left;
  background-color: #3498db;
  opacity: 1;
}
.magento-compability li.theme-header span.magento-name,
.magento-compability li.theme-header span.magento-version {
  float: left;
  font-size: 100%;
}
.magento-compability li.theme-header span.magento-version {
  border-bottom: 1px solid #fff;
}
.magento-compability li.theme-header span.ver17,
.magento-compability li.theme-header span.ver18,
.magento-compability li.theme-header span.ver19 {
  opacity: .8;
  font-size: 14px;
}
.magento-compability li.theme-header {
  height: 61px;
  line-height: 30px;
}
.magento-compability li.theme-header .magento-name {
  height: 60px;
  line-height: 60px;
}
.magento-compability br {
  display: none;
}
.carousel-magento2-slider > .item > img {
  margin: auto;
}
.carousel-magento2-slider .carousel-caption {
  padding-bottom: 20px;
  background: #000;
}
@media (max-width: 768px) {
  .guide-search {
    margin-top: 52px;
  }
}
.guide-search .guide-search-form {
  width: 100%;
  text-align: left;
  position: relative;
  height: 100%;
  margin: 0 0 78px 0;
}
.guide-search .guide-search-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  padding: 12px 6px 12px 18px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05) inset;
  font-size: 20px;
  height: 55px;
  width: 100%;
  color: #3a3a3a;
  border: 1px solid #ccc;
  outline: 0;
  margin: 0;
}
.guide-search .guide-search-icon {
  position: absolute;
  right: 6px;
  top: 0;
  width: 40px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  color: #3a3a3a;
  border: 0;
  background-color: transparent;
}
.guide-content .row {
  margin-bottom: 52px;
}
.guide-content .row:last-child {
  margin-bottom: 0;
}
.guide-content .row [class*='col-'] {
  margin-bottom: 78px;
}
@media (max-width: 480px) {
  .guide-content .row [class*='col-']:last-child {
    margin-bottom: 0;
  }
}
.guide-content .guide-list {
  margin: 0;
  padding: 0;
  list-style: none!important;
  border-top: 1px solid #f4f6f7;
}
.guide-content .guide-list .entry-title {
  font-size: 16px !important;
}
.guide-content .guide-list li {
  border-bottom: 1px solid #f4f6f7;
  padding: 13px 0;
  overflow: hidden;
}
.guide-content .guide-list i {
  color: #96a1a3;
  margin-right: 13px;
}
.guide-content .guide-list img {
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .guide-content .col-sm-4:nth-child(2) {
    margin: 78px 0;
  }
}
.guide-content .guide .entry-thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.guide-content .guide .entry-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-right: 20px;
  font-weight: bold;
}
.guide-content .guide .entry-meta {
  margin: 0;
  font-size: 14px;
}
.docs-sidebar.affix ul,
.guide-nav.affix ul {
  top: 80px;
  width: 280px;
  position: fixed !important;
}
@media (max-width: 991px) {
  .docs-sidebar.affix ul,
  .guide-nav.affix ul {
    display: none;
  }
}
.guide-nav {
  position: relative;
}
@media (max-width: 768px) {
  .guide-nav {
    display: none !important;
    visibility: hidden !important;
  }
}
.guide-nav li {
  position: relative;
  background: #f3f3f3;
  margin: 0 0 2px;
  padding: 10px !important;
}
.guide-nav .docs-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.guide-nav li:before {
  position: relative;
  z-index: 1;
}
.guide-nav a {
  background: none !important;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  font-weight: 400 !important;
}
.single-guide .content h3:first-child {
  margin-top: 0;
}
.docs-sidebar {
  padding-left: 20px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .docs-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.docs-sidebar ul > li > ul {
  display: none;
}
.docs-sidebar ul > li.active > ul {
  display: block;
}
.docs-sidebar .nav-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.docs-sidebar .nav-list:before {
  display: block;
  content: "Doc Navigation";
  background: #3f4045;
  color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 1px;
}
@media (max-width: 991px) {
  .docs-sidebar .nav-list.affix {
    position: relative;
  }
}
.docs-sidebar .nav-list.affix-bottom {
  position: relative;
}
.docs-sidebar .nav-list ul {
  padding: 0 0 0 20px;
}
.docs-sidebar .nav-list li {
  position: relative;
  list-style: none outside none;
  white-space: nowrap;
}
.docs-sidebar .nav-list > li {
  margin-bottom: 1px;
  background: #f6f8fa;
}
.docs-sidebar .nav-list > li a {
  border: 0;
  border-left: 5px solid #dee4ec;
  color: #686a6f;
  background: none;
  display: block;
  padding: 10px 15px !important;
  position: relative;
}
.docs-sidebar .nav-list > li a:hover,
.docs-sidebar .nav-list > li a:active,
.docs-sidebar .nav-list > li a:focus {
  border-left-color: #3f4045;
}
.docs-sidebar .nav-list li.active > a {
  border-left-color: #29739d;
}
.docs-sidebar .nav-list .docs-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #dee4ec;
}
.docs-sidebar.affix-button {
  top: auto;
  bottom: 0px;
}
@media (min-width: 992px) {
  .docs-sidebar .nav-list.affix {
    top: 50px;
    width: 235px;
  }
}
@media (min-width: 1200px) {
  .docs-sidebar .nav-list.affix {
    width: 285px;
  }
}
.guide-content .widget-title {
  font-size: 24px;
}
.guide-content .guide .entry-title {
  padding-right: 0;
}
.guide-content .more-link-arrow .entry-title {
  font-weight: 400;
}
.guide-content .more-link-arrow a {
  -webkit-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  color: #96a1a3;
}
.guide-content .more-link-arrow a:hover {
  margin-left: 6.5px;
}
.guide-content .guide-content-group .guide-list {
  overflow: hidden;
}
.guide-content .guide-content-group .guide-list li {
  float: left;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .guide-content .guide-content-group .guide-list li {
    width: 100%;
    float: none;
  }
}
.guide-content .guide-content-group .widget-title {
  margin-top: 78px;
}
.guide-content .guide-content-group:first-child .widget-title {
  margin-top: 0;
}
.single-guide center {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
  line-height: 26px;
  padding: 12px 25px;
  background-color: #2980b9;
  border-color: #23809c;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.single-guide center h4 {
  margin-top: 0;
  color: inherit;
}
.single-guide center .alert-link {
  font-weight: bold;
}
.single-guide center > p,
.single-guide center > ul {
  margin-bottom: 0;
}
.single-guide center > p + p {
  margin-top: 5px;
}
.single-guide center a {
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.single-guide center a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-guide center i {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 6.5px;
}
.single-guide center hr {
  border-top-color: #1e6f87;
}
.single-guide center .alert-link {
  color: #e6e6e6;
}
.single-guide center > br:first-child {
  display: none !important;
  visibility: hidden !important;
}
.single-guide .modal-backdrop {
  background-color: #fff;
}
.single-guide .modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-guide .content a:not(.btn) {
  color: #217dbb;
}
.single-guide .content a:not(.btn):hover {
  color: #3498db;
}
.single-guide .content h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 32px;
}
.single-guide .content h3 {
  font-size: 24px;
}
.single-guide .content h4 {
  font-size: 16px;
}
.single-guide .content .well,
.single-guide .content #edd_checkout_form_wrap #edd-discount-code-wrap,
.single-guide .content #edd_checkout_login_register {
  text-align: center;
}
.single-guide #primary {
  width: 100%;
}
.single-guide #secondary {
  display: none !important;
  visibility: hidden !important;
}
.single-guide .guide-nav a {
  text-transform: capitalize;
}
.single-guide .docs-table {
  border: 1px solid #e6e6e6;
}
.single-guide .docs-table th,
.single-guide .docs-table td {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.contact-wrap > .row {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .contact-wrap > .row {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .contact-wrap > .row {
    padding: 0 20px;
  }
}
.contact-wrap [class*='col-'] {
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  .contact-wrap .row:hover [class*='col-'] {
    opacity: .3;
  }
  .contact-wrap .row:hover [class*='col-']:hover {
    opacity: 1;
  }
  .contact-wrap > .row:hover .well,
  .contact-wrap > .row:hover #edd_checkout_form_wrap #edd-discount-code-wrap,
  .contact-wrap > .row:hover #edd_checkout_login_register {
    opacity: 30;
    filter: alpha(opacity=3000);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.contact-wrap .btn,
.contact-wrap #edd_purchase_submit .edd-submit,
.contact-wrap #edd-next-submit-wrap .edd-submit {
  width: 100%;
}
.contact-wrap > .row .well,
.contact-wrap > .row #edd_checkout_form_wrap #edd-discount-code-wrap,
.contact-wrap > .row #edd_checkout_login_register {
  -webkit-backface-visibility: hidden;
}
.contact-wrap .well,
.contact-wrap #edd_checkout_form_wrap #edd-discount-code-wrap,
.contact-wrap #edd_checkout_login_register {
  text-align: center;
  padding: 11px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .contact-wrap .well,
  .contact-wrap #edd_checkout_form_wrap #edd-discount-code-wrap,
  .contact-wrap #edd_checkout_login_register {
    padding: 23px;
  }
}
.contact-wrap i {
  font-size: 48px;
  line-height: 52px;
  display: block;
  margin: 0 0 26px;
}
.contact-wrap h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .contact-wrap .second {
    margin: 0 -1px;
  }
}
.contact-wrap .second .well,
.contact-wrap .second #edd_checkout_form_wrap #edd-discount-code-wrap,
.contact-wrap .second #edd_checkout_login_register {
  background: #fff;
}
.contact-wrap .contact-form {
  text-align: left;
  margin: 26px 0;
}
.contact-wrap .contact-form form {
  margin: 0;
}
.contact-wrap .contact-form .control-group {
  margin-bottom: 0;
}
.contact-wrap .contact-form .control-group:last-child {
  margin-bottom: 13px;
}
.contact-wrap .contact-form .wpcf7-text,
.contact-wrap .contact-form .wpcf7-captchar,
.contact-wrap .contact-form .wpcf7-textarea {
  width: 100% !important;
}
.contact-wrap .contact-form .wpcf7-textarea {
  min-height: 120px;
  height: 120px;
}
.contact-wrap .contact-form .btn,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit {
  color: #3498db;
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 26px;
}
.contact-wrap .contact-form .btn:hover,
.contact-wrap .contact-form .btn:focus,
.contact-wrap .contact-form .btn:active,
.contact-wrap .contact-form .btn.active,
.open .dropdown-toggle.contact-wrap .contact-form .btn,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:hover,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:focus,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd_purchase_submit .edd-submit,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:hover,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:focus,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit {
  color: #3498db;
  background-color: #2383c4;
  border-color: #2077b2;
}
.contact-wrap .contact-form .btn:active,
.contact-wrap .contact-form .btn.active,
.open .dropdown-toggle.contact-wrap .contact-form .btn,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd_purchase_submit .edd-submit,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit {
  background-image: none;
}
.contact-wrap .contact-form .btn.disabled,
.contact-wrap .contact-form .btn[disabled],
fieldset[disabled] .contact-wrap .contact-form .btn,
.contact-wrap .contact-form .btn.disabled:hover,
.contact-wrap .contact-form .btn[disabled]:hover,
fieldset[disabled] .contact-wrap .contact-form .btn:hover,
.contact-wrap .contact-form .btn.disabled:focus,
.contact-wrap .contact-form .btn[disabled]:focus,
fieldset[disabled] .contact-wrap .contact-form .btn:focus,
.contact-wrap .contact-form .btn.disabled:active,
.contact-wrap .contact-form .btn[disabled]:active,
fieldset[disabled] .contact-wrap .contact-form .btn:active,
.contact-wrap .contact-form .btn.disabled.active,
.contact-wrap .contact-form .btn[disabled].active,
fieldset[disabled] .contact-wrap .contact-form .btn.active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.disabled,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit[disabled],
fieldset[disabled] .contact-wrap .contact-form #edd_purchase_submit .edd-submit,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.disabled:hover,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit[disabled]:hover,
fieldset[disabled] .contact-wrap .contact-form #edd_purchase_submit .edd-submit:hover,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.disabled:focus,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit[disabled]:focus,
fieldset[disabled] .contact-wrap .contact-form #edd_purchase_submit .edd-submit:focus,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.disabled:active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit[disabled]:active,
fieldset[disabled] .contact-wrap .contact-form #edd_purchase_submit .edd-submit:active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.disabled.active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit[disabled].active,
fieldset[disabled] .contact-wrap .contact-form #edd_purchase_submit .edd-submit.active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.disabled,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit[disabled],
fieldset[disabled] .contact-wrap .contact-form #edd-next-submit-wrap .edd-submit,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.disabled:hover,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit[disabled]:hover,
fieldset[disabled] .contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:hover,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.disabled:focus,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit[disabled]:focus,
fieldset[disabled] .contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:focus,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.disabled:active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit[disabled]:active,
fieldset[disabled] .contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.disabled.active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit[disabled].active,
fieldset[disabled] .contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.active {
  background-color: #3498db;
  border-color: #3498db;
}
.contact-wrap .contact-form .btn .badge,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit .badge,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit .badge {
  color: #3498db;
  background-color: #3498db;
}
.contact-wrap .contact-form .btn:hover,
.contact-wrap .contact-form .btn:focus,
.contact-wrap .contact-form .btn:active,
.contact-wrap .contact-form .btn.active,
.open .dropdown-toggle.contact-wrap .contact-form .btn,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:hover,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:focus,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:active,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd_purchase_submit .edd-submit,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:hover,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:focus,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:active,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit.active,
.open .dropdown-toggle.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit {
  color: #fff;
  background-color: #2383c4;
  border-color: #2383c4;
}
.contact-wrap .contact-form .btn:hover,
.contact-wrap .contact-form #edd_purchase_submit .edd-submit:hover,
.contact-wrap .contact-form #edd-next-submit-wrap .edd-submit:hover {
  color: #fff;
}
.contact-wrap .contact-form img.ajax-loader {
  display: none;
}
.custom-work-wrap .custom-work-info {
  padding: 14px 19px;
  margin: 40px 0 0 !important;
}
.custom-work-wrap .custom-work-btn {
  border-left: 1px solid #ecf0f1;
  margin-left: -2px;
  padding: 10px 10px 10px 29px;
  text-align: center;
}
.custom-work-wrap .custom-work-btn .btn,
.custom-work-wrap .custom-work-btn #edd_purchase_submit .edd-submit,
.custom-work-wrap .custom-work-btn #edd-next-submit-wrap .edd-submit {
  margin-bottom: 10px;
}
.custom-work-wrap .custom-work-btn .pricing {
  display: block;
  float: right;
  height: 32px;
  margin: -6px 0;
  width: 45px;
  line-height: 32px;
  border-left: 1px solid #ccc;
}
.custom-work-wrap .custom-work-form {
  margin-bottom: 0 !important;
  padding: 19px;
}
.custom-work-wrap .custom-work-form form {
  margin: 0;
}
.custom-work-wrap .custom-work-form .wpcf7-text,
.custom-work-wrap .custom-work-form .wpcf7-captchar,
.custom-work-wrap .custom-work-form .wpcf7-textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-work-wrap .custom-work-form .wpcf7-textarea {
  min-height: 120px;
  height: 120px;
}
.rocket-form h2 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
.rocket-form .wpcf7-text,
.rocket-form .wpcf7-captchar,
.rocket-form .wpcf7-textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rocket-form .wpcf7-textarea {
  min-height: 120px;
  height: 120px;
}
.rocket-form form {
  margin: 0;
}
