@charset "UTF-8";
/* Table of Content
*
* 01 Reset and dependencies
* 02 Core CSS
* 03 Breadcrumbs
* 04 Pagination
* 05 Pager
* 06 Responsive Embed
* 07 close
* 08 utilities
* 09 responsive-utilities
* 10 Common
* 11 Buttons
* 12 Forms
* 13 Pagination
* 14 Call to Action
* 15 Sidebar
* 16 Footer
* 17 Header
* 18 Sub Header
* 19 Slider
* 20 Home
* 21 Home 3
* 22 Home 4
* 23 Blog
* 24 Single
* 25 About Us
* 26 Services
* 27 Portfolio
* 28 Portfolio Single
* 29 Contact
* 30 404 page
* 31 Short-codes
* 31 Shop
*/
/* Bootstrap v3.3.7 (http://getbootstrap.com) */
/* 01 Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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;
}

/* 02 Core CSS */
* {
  -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: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  color: #777;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover, a:focus {
  color: #04befc;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #222;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11.5px;
}

.lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
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: 23px;
}

dt,
dd {
  line-height: 1.71429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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.71429;
  color: #777777;
}

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 #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.71429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.71429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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: 15px;
  padding-right: 15px;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.71429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  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;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.71429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 9px 22px;
  font-size: 14px;
  line-height: 1.71429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 37px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 13px 28px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}

@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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 22px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #777;
  text-decoration: none;
}

.btn:active, .btn.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 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #777;
  background-color: #fafafa;
  border-color: #d9d9d9;
}

.btn-default:focus, .btn-default.focus {
  color: #777;
  background-color: #e1e1e1;
  border-color: #999999;
}

.btn-default:hover {
  color: #777;
  background-color: #e1e1e1;
  border-color: #bababa;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #777;
  background-color: #e1e1e1;
  border-color: #bababa;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #777;
  background-color: #cfcfcf;
  border-color: #999999;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fafafa;
  border-color: #d9d9d9;
}

.btn-default .badge {
  color: #fafafa;
  background-color: #777;
}

.btn-primary {
  color: #fff;
  background-color: #04befc;
  border-color: #04befc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0299cb;
  border-color: #02607f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0299cb;
  border-color: #0291c0;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0299cb;
  border-color: #0291c0;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #027ea7;
  border-color: #02607f;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #04befc;
  border-color: #04befc;
}

.btn-primary .badge {
  color: #04befc;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #222;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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: #04befc;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 12px 28px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* 03 Breadcrumbs */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

/* 04 Pagination */
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 0;
}

.page-numbers > li {
  display: inline;
}

.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 9px 22px;
  line-height: 1.71429;
  text-decoration: none;
  color: #222;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-left: -1px;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.page-numbers > li > a:hover, .page-numbers > li > a:focus,
.page-numbers > li > span:hover,
.page-numbers > li > span:focus {
  z-index: 2;
  color: #04befc;
  background-color: #fff;
  border-color: #ebebeb;
}

.page-numbers > .active > a, .page-numbers > .active > a:hover, .page-numbers > .active > a:focus,
.page-numbers > .active > span,
.page-numbers > .active > span:hover,
.page-numbers > .active > span:focus {
  z-index: 3;
  color: #04befc;
  background-color: #fff;
  border-color: #ebebeb;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 28px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* 05 Pager */
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* 06 Responsive Embed */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* 07 close */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  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;
}

/* 08 utilities */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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;
}

.affix {
  position: fixed;
}

/* 09 responsive-utilities */
@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* 10 Common */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-bottom: 20px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 20px;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus,
:focus {
  outline: none;
}

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

blockquote a:hover {
  color: #fff;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.wp-caption {
  text-align: center;
  margin-bottom: 1.5rem;
}

.wp-caption-text {
  font-style: italic;
  border: 1px solid #d3d5d3;
  border-top: 0;
}

.bypostauthor {
  color: grey;
}

.lead {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #222;
}

.line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #04befc;
}

.line-two {
  position: relative;
  display: inline-block;
}

.line-two:before, .line-two:after {
  display: inline-block;
  content: "";
  width: 75px;
  height: 1px;
  vertical-align: middle;
  background-color: #04befc;
}

.line-two:before {
  width: 60px;
}

.line-two:after {
  width: 62px;
}

.line-two > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.line-two > span:before, .line-two > span:after {
  display: inline-block;
  content: "";
  height: 10px;
  width: 2px;
  margin: 0 2px;
  transform: skew(-35deg);
  background-color: #04befc;
}

.entry-content figure {
  max-width: 100%;
}

.entry-content table {
  width: 100%;
  margin-bottom: 2rem;
}

.entry-content table th, .entry-content table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid #ebebeb;
}

.entry-content dl {
  margin-bottom: 2.2rem;
}

.entry-content dl dt {
  margin-bottom: 0.5rem;
}

.entry-content dl dd {
  margin-bottom: 1.2rem;
}

.entry-content .post-password-form input[type=password] {
  border: 1px solid #ebebeb;
  margin-left: 1rem;
  padding: 5px 10px;
}

.entry-content .post-password-form input[type=password]:focus {
  border-color: #04befc;
  outline: none;
}

.entry-content .post-password-form input[type=submit] {
  padding: 7px 18px 6px;
}

.entry-content .wp-audio-shortcode {
  margin-bottom: 2.2rem;
}

.entry-content .gallery {
  margin-bottom: 1.2rem;
}

.entry-content .gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
}

.entry-content .gallery-item a img {
  display: block;
  width: 100%;
}

.entry-content .gallery-item a:hover img,
.entry-content .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.entry-content .gallery-item .gallery-caption {
  font-style: italic;
  padding: 0 0.5rem;
  text-align: center;
}

.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.entry-content .gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0;
}

.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.entry-content .gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0;
}

.entry-content .gallery-columns-4 .gallery-item {
  max-width: 23.5%;
}

.entry-content .gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 480px) {
  .entry-content .gallery-item {
    width: 49%;
    max-width: 49% !important;
  }
  .entry-content .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

@media (max-width: 480px) {
  .col-full-width {
    width: 100%;
  }
  .col-full-width + .col-full-width {
    margin-top: 30px;
  }
}

.heading-color-white .section-header .section-sub-title,
.heading-color-white .section-header .section-title {
  color: #fff;
}

.heading-color-white .line-two:before, .heading-color-white .line-two:after,
.heading-color-white .line-two > span:before,
.heading-color-white .line-two > span:after {
  background-color: #fff;
}

.main-container {
  padding-top: 60px;
  padding-bottom: 50px;
}

.main-container.fluid-page {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .main-container {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .main-container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

/* 11 Buttons */
.btn {
  font-size: 12px;
  letter-spacing: 1.7px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.btn-lg {
  font-size: 18px;
  padding-bottom: 10px;
}

.btn-sm {
  padding-bottom: 5px;
}

.btn-xs {
  padding-bottom: 4px;
}

.btn-default:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-wide {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-icon {
  position: relative;
  padding-right: 98px;
}

.btn-icon .fa {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  font-size: 21px;
  text-align: center;
  padding: 7px 5px;
  background-color: #0ba6d8;
  color: #f5fcfd;
}

.btn-outline {
  border-width: 2px;
  background-color: #fff;
  border-color: #04befc;
  color: #04befc;
}

.btn-outline:hover {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

.btn-black {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-black:hover {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

.btn-outline-black {
  border-width: 2px;
  background-color: #fff;
  border-color: #333;
  color: #333;
}

.btn-outline-black:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
  display: inline-block;
}

.btn-link .fa {
  font-size: 14px;
  margin-left: 1px;
}

.btn-small {
  padding: 10px 36px 8px;
}

.btn-medium {
  padding: 16px 72px 14px;
}

.btn-large {
  padding: 19px 103px 17px;
}

/* 12 Forms */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  padding: 10px 18px;
  min-height: 40px;
  border: 1px solid #ebebeb;
}

input[type="text"].error,
input[type="search"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="password"].error,
textarea.error {
  border-color: #ff0000;
}

label.error {
  margin: 0 0 10px;
  display: block;
  color: #ff0000;
}

label.error:last-child {
  margin-bottom: 0;
}

#progress-loader {
  display: none;
}

img#progress-loader {
  margin-left: 15px;
}

button,
input[type="submit"] {
  padding: 10px 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #04befc;
  background-color: #04befc;
  color: #fff;
}

button:hover,
input[type="submit"]:hover {
  background-color: #222;
  border-color: #222;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  height: 170px;
  resize: none;
}

.status {
  border: 1px solid #ebebeb;
  margin-top: 15px;
  padding: 15px;
  display: none;
}

.status.error {
  color: #ff0000;
}

.status.success {
  color: green;
}

/* 13 Pagination */
.navigation {
  text-align: center;
  margin: 40px 0 0;
}

.navigation.comment-navigation {
  margin: 0 auto 4rem;
}

.navigation .screen-reader-text {
  display: none;
}

.navigation .page-numbers {
  margin: 0;
}

.navigation .page-numbers .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.navigation .page-numbers .label {
  width: 85px;
}

.navigation .page-numbers .label span {
  display: inline-block;
  vertical-align: middle;
}

.navigation .page-numbers .label .fa-angle-left {
  margin-right: 5px;
}

.navigation .page-numbers .label .fa-angle-right {
  margin-left: 5px;
}

.navigation .page-numbers > li > a,
.navigation .page-numbers > li > span {
  padding: 9px 0;
  min-width: 43px;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
}

.navigation .page-numbers > li > a:hover, .navigation .page-numbers > li > a.current,
.navigation .page-numbers > li > span:hover,
.navigation .page-numbers > li > span.current {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

.navigation .page-numbers > li > span {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

/* 14 Call to Action */
.call-to-action {
  padding: 40px 0;
  text-align: center;
  background-color: #04befc;
  color: #fff;
}

.call-to-action p {
  margin-top: 4px;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}

.call-to-action .btn {
  padding-left: 53px;
  padding-right: 53px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .btn:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

@media (min-width: 992px) {
  .call-to-action {
    text-align: left;
  }
  .call-to-action p {
    margin-bottom: 0;
  }
  .call-to-action .btn {
    float: right;
  }
}

/* 15 Sidebar */
.sidebar {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget-title {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar .widget-title:after {
  content: '';
  display: block;
  width: 41px;
  height: 1px;
  margin-top: 27px;
  background-color: #04befc;
}

.widget {
  margin-bottom: 50px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget select {
  display: block;
  width: 100%;
  height: 35px;
  max-width: 20.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border-color: #d9d9d9;
}

.widget .wp-caption p {
  margin: 0;
}

.widget .wp-caption .wp-caption-text {
  padding: 0.5rem;
}

.widget_rss > ul > li {
  margin-bottom: 1.5rem;
}

.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
  position: relative;
  padding: 4px 0 4px 17px;
  text-transform: uppercase;
}

.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_nav_menu li:before,
.widget_meta li:before,
.widget_pages li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #04befc;
}

.widget_archive li ul,
.widget_recent_entries li ul,
.widget_categories li ul,
.widget_recent_comments li ul,
.widget_nav_menu li ul,
.widget_meta li ul,
.widget_pages li ul {
  margin-top: 5px;
  padding-left: 18px;
}

.widget_archive li li:last-child,
.widget_recent_entries li li:last-child,
.widget_categories li li:last-child,
.widget_recent_comments li li:last-child,
.widget_nav_menu li li:last-child,
.widget_meta li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

.widget_archive a,
.widget_recent_entries a,
.widget_categories a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  font-size: 12px;
  letter-spacing: 1px;
}

/* Calendar Widget */
/* calendar widget */
.widget_calendar #wp-calendar {
  width: 100%;
}

.widget_calendar #wp-calendar caption {
  text-align: right;
  font-style: italic;
  color: #aaa;
  font-size: 12px;
  margin: 0;
  padding: 0;
  caption-side: top;
  color: #fff;
  margin-bottom: 1rem;
}

.widget_calendar #wp-calendar thead {
  font-size: 10px;
}

.widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
}

.widget_calendar #wp-calendar tbody {
  color: #fff;
}

.widget_calendar #wp-calendar tbody td {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 8px;
  color: #777;
}

.widget_calendar #wp-calendar tbody td:hover {
  background: #fff;
  color: #000;
}

.widget_calendar #wp-calendar tbody td:hover a:hover {
  color: #04befc;
}

.widget_calendar #wp-calendar tbody .pad {
  background: none;
}

.widget_calendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* Tag cloud widget */
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  overflow: hidden;
  margin-left: -4px;
  margin-right: -4px;
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
  float: left;
  margin: 4px;
  padding: 7px 13px;
  font-size: 14px !important;
  border: 1px solid #ebebeb;
  font-weight: 500;
  background-color: #fff;
  color: #777;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
  background: #04befc;
  border-color: #04befc;
  color: #fff;
}

/* Search widget */
.widget_search input[type="search"] {
  width: 82%;
}

.widget_search input[type="search"],
.widget_search input[type="submit"] {
  float: left;
  height: 50px;
}

.widget_search input[type="submit"] {
  width: 18%;
  border-left: none;
  background: url("../img/search-lense.png") #fff no-repeat center 17px;
  background-size: 16px;
  border-color: #ebebeb;
}

.widget_search input[type="submit"]:hover {
  background-color: #ebebeb;
}

/* Featured & recent posts widgets */
.pearl_recent_posts_widget h4,
.pearl_featured_posts_widget h4 {
  font-size: 1.4rem;
  font-weight: normal;
}

.pearl_recent_posts_widget li,
.pearl_featured_posts_widget li {
  overflow: hidden;
}

.pearl_recent_posts_widget li:last-child,
.pearl_featured_posts_widget li:last-child {
  margin-bottom: 0;
}

.pearl_recent_posts_widget .post-thumb,
.pearl_featured_posts_widget .post-thumb {
  float: left;
  margin-right: 22px;
  background-color: #04befc;
}

.pearl_recent_posts_widget .post-thumb img,
.pearl_featured_posts_widget .post-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pearl_recent_posts_widget .post-thumb img:hover,
.pearl_featured_posts_widget .post-thumb img:hover {
  opacity: .15;
}

.pearl_recent_posts_widget .post-content,
.pearl_featured_posts_widget .post-content {
  display: table;
}

.pearl_recent_posts_widget .post-title,
.pearl_featured_posts_widget .post-title {
  font-weight: 600;
  line-height: 1.8;
}

.pearl_recent_posts_widget .post-date,
.pearl_featured_posts_widget .post-date {
  display: block;
  font-size: 12px;
  color: #545454;
}

.pearl_recent_posts_widget li {
  margin-bottom: 30px;
}

.pearl_recent_posts_widget .post-title {
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 7px;
}

/* Newsletter widget */
.newsletter_widget input[type="text"]:focus,
.newsletter_widget input[type="email"]:focus {
  border-color: #04befc;
}

.newsletter_widget input:not([type="submit"]) {
  padding: 12px 22px;
  margin-bottom: 10px;
}

.newsletter_widget input[type="submit"] {
  width: 100%;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 13px;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* Instargam widget */
.pearl_instagram_widget .pearl-instagram-pics {
  margin: 0 -4px;
  overflow: hidden;
}

.pearl-instagram-pics {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.pearl-instagram-pics .pearl-instagram-row {
  display: table-row;
}

.pearl-instagram-pics .pearl-instagram-row:first-child .pearl-instagram-item {
  padding-top: 0px;
}

.pearl-instagram-pics .pearl-instagram-row:last-child .pearl-instagram-item {
  padding-bottom: 0px;
}

.pearl-instagram-pics .pearl-instagram-follow {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 3px;
}

.pearl-instagram-item {
  display: table-cell;
  padding: 3px;
}

.pearl-instagram-item a {
  display: block;
  position: relative;
}

.pearl-instagram-item img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pearl-instagram-item img:hover {
  opacity: .85;
}

.pearl-instagram-item:first-child {
  padding-left: 0px;
}

.pearl-instagram-item:last-child {
  padding-right: 0px;
}

/* Twitter widget */
.pearl_twitter_widget li {
  margin-bottom: 30px;
}

.pearl_twitter_widget li:last-child {
  margin-bottom: 0;
}

.pearl_twitter_widget li .avatar_no {
  margin-left: 25px;
}

.pearl_twitter_widget .avatar_no:before {
  content: "\f099";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin: 5px 12px 0 -25px;
}

.pearl_twitter_widget p {
  display: table;
  line-height: 1.4;
}

.pearl_twitter_widget a {
  color: #04befc;
}

.pearl_twitter_widget a:hover {
  color: #fff;
}

.pearl_twitter_widget .tweet-time {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #545454;
  font-style: normal;
}

/* Ad widget */
.img-wrap {
  display: inline-block;
  background-color: #04befc;
}

.img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-wrap img:hover {
  outline: 1px solid #fff;
  outline-offset: -15px;
  opacity: .15;
}

/* 16 Footer */
.footer {
  background-color: #181819;
}

.footer-widgets {
  padding-top: 50px;
  color: #999;
}

@media (min-width: 768px) {
  .footer-widgets {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.footer-widgets .widget-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  .footer-widgets .widget-title {
    margin-bottom: 48px;
  }
}

.footer-widgets .widget_archive a,
.footer-widgets .widget_recent_entries a,
.footer-widgets .widget_categories a,
.footer-widgets .widget_recent_comments a,
.footer-widgets .widget_nav_menu a,
.footer-widgets .widget_pages a,
.footer-widgets .widget_meta a {
  color: #999;
}

.footer-widgets .widget_archive a:hover,
.footer-widgets .widget_recent_entries a:hover,
.footer-widgets .widget_categories a:hover,
.footer-widgets .widget_recent_comments a:hover,
.footer-widgets .widget_nav_menu a:hover,
.footer-widgets .widget_pages a:hover,
.footer-widgets .widget_meta a:hover {
  color: #fff;
}

.footer-widgets .widget_rss a,
.footer-widgets .widget_calendar a {
  color: #04befc;
}

.footer-widgets .widget_rss a:hover,
.footer-widgets .widget_calendar a:hover {
  color: #fff;
}

.footer-widgets .pearl_recent_posts_widget h4 {
  color: #fff;
}

.footer-widgets .pearl_recent_posts_widget li {
  margin-bottom: 26px;
}

.footer-widgets .pearl_recent_posts_widget .post-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-widgets .pearl_recent_posts_widget a {
  color: #fff;
}

.footer-widgets .pearl_recent_posts_widget a:hover {
  color: #04befc;
}

/* Logo widget */
.footer-logo-widget {
  text-align: center;
}

.footer-logo-widget p {
  margin: 14px 17% 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}

.sub-footer {
  padding-top: 28px;
  padding-bottom: 28px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #111;
}

.sub-footer p {
  margin-bottom: 0;
}

.sub-footer a {
  color: #fff;
}

.sub-footer a:hover {
  color: #04befc;
}

#scroll-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: -55px;
  bottom: 15px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #04befc;
  color: #fff;
}

#scroll-to-top.visible {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

#scroll-to-top:hover {
  background-color: #000;
}

/* 17 Header */
.header {
  position: relative;
}

@media (min-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .header .col-xs-6 {
    width: 100%;
  }
}

.header-full-width,
.header-full-width .container {
  width: 100%;
}

.header-sticky {
  background-color: #333;
}

@media (min-width: 992px) {
  .header-sticky {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
  }
}

.header.sticky {
  transition: all 0.3s ease;
}

.header.sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header-one.sticked, .header-three.sticked, .sticked.header-four, .sticked.header-one {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #222;
}

.header-two.sticked {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.header-four.sticked {
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #fff;
}

.header-four.sticked .header-menu-wrap {
  margin-top: 30px;
}

.header-three, .header-four, .header-one {
  border-top: 5px solid #04befc;
}

@media (min-width: 1200px) {
  .header-three, .header-four, .header-one {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.header-three .menu-primary > li > a, .header-four .menu-primary > li > a, .header-one .menu-primary > li > a {
  color: #fff;
}

.header-three .search-form-wrap, .header-four .search-form-wrap, .header-one .search-form-wrap {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .header-three .search-form-wrap, .header-four .search-form-wrap, .header-one .search-form-wrap {
    margin-left: 17px;
  }
}

.header-three .search-toggle, .header-four .search-toggle, .header-one .search-toggle {
  background-color: transparent;
  color: #fff;
}

.header-three .search-toggle:hover, .header-four .search-toggle:hover, .header-one .search-toggle:hover {
  background-color: transparent;
  color: #04befc;
}

.header-three .slicknav_menu .slicknav_icon-bar, .header-four .slicknav_menu .slicknav_icon-bar, .header-one .slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.header-four {
  border-top: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .header-four {
    padding-top: 25px;
  }
}

@media (min-width: 1200px) {
  .header-four {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .header-four .site-branding a,
  .header-four .site-branding img {
    margin: auto;
  }
}

.header-four .follow-us {
  display: block;
  margin-top: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-four .follow-us {
    margin-top: 0;
    text-align: right;
  }
}

.header-four .follow-us a {
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
  color: #2d2d2d;
}

.header-four .follow-us a + a {
  margin-left: 17px;
}

.header-four .follow-us a:hover {
  color: #04befc;
}

.tagline {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: .3px;
  color: #a5a5a5;
}

.header-menu-wrap {
  margin-top: 24px;
  background-color: #04befc;
}

@media (min-width: 1200px) {
  .header-menu-wrap {
    margin-top: 60px;
  }
}

.header-menu-wrap .navigation-top {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-menu-wrap .main-navigation {
  float: left;
}

.header-menu-wrap .menu-primary > li {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .header-menu-wrap .menu-primary > li {
    margin-right: 34px;
  }
}

.header-menu-wrap .menu-primary > li.current-menu-item > a,
.header-menu-wrap .menu-primary > li:hover > a {
  background-color: #fff;
}

.header-menu-wrap .search-form {
  position: relative;
  padding: 13px 25px;
  height: 72px;
  background-color: #04b2ed;
}

@media (min-width: 992px) {
  .header-menu-wrap .search-form {
    margin-left: 26px;
  }
}

.header-menu-wrap .search-form:hover .fa-search {
  color: #b4ecfe;
}

.header-menu-wrap .search-form input[type="text"] {
  width: 100%;
  padding-left: 0;
  padding-right: 45px;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}

.header-menu-wrap .search-form input[type="text"] ::-moz-placeholder {
  opacity: 1;
}

.header-menu-wrap .search-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.header-menu-wrap .search-form input[type="text"]::-moz-placeholder {
  color: #fff;
}

.header-menu-wrap .search-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.header-menu-wrap .search-form input[type="text"]:-moz-placeholder {
  color: #fff;
}

.header-menu-wrap .search-form input[type="submit"] {
  padding: 10px 20px;
  border-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 2;
}

.header-menu-wrap .search-form .fa-search {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 1;
  color: #fff;
}

.header-two {
  background-color: #fff;
}

.header-one {
  border-top: none;
}

.header-one .menu-primary > li {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .header-one .menu-primary > li {
    margin-right: 48px;
  }
}

.header-one .menu-primary > li > a {
  padding-left: 1px;
  padding-right: 1px;
}

.header-one .menu-primary > li.current-menu-item > a, .header-one .menu-primary > li:hover > a {
  color: #fff;
}

.header-one .menu-primary > li.current-menu-item:hover > a {
  border-bottom-color: transparent;
}

.header-one .menu-primary > li.current-menu-item > a, .header-one .menu-primary > li:hover:not(.menu-item-has-children) > a {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.pearl_header_5 {
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.logged-in #show-slide-header {
  top: 33px;
}

#show-slide-header {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1050;
  padding: 5px 12px;
  cursor: pointer;
  transition: all .2s ease;
  font-size: 18px;
  background-color: transparent;
  color: #000;
}

#show-slide-header .active, #show-slide-header:hover {
  background-color: #04befc;
  color: #fff;
}

.page-side-header {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1040;
  overflow-y: auto;
  width: 280px;
  padding: 50px 15px 15px;
  text-align: center;
  transform: translate(-100%, 0);
  transition: transform .3s ease;
  border-right: 1px solid #b7b7b7;
  background-color: #fff;
}

.page-side-header.show-slide-header {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .page-side-header {
    width: 320px;
  }
}

.page-side-header .site-branding {
  margin-bottom: 20px;
}

.page-side-header .navigation-top {
  margin-bottom: 20px;
}

.page-side-header .site-branding .wrap {
  display: block;
  height: auto;
  vertical-align: middle;
}

.page-side-header .site-branding a,
.page-side-header .site-branding img {
  margin: auto;
}

.page-side-header .main-navigation .menu-primary > li,
.page-side-header .main-navigation .menu-primary > ul > li {
  overflow: visible;
}

.page-side-header .menu-primary > li {
  display: block;
  float: none;
  margin-right: 0;
}

.page-side-header .menu-primary > li > a {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 12px;
}

.page-side-header .menu-primary a {
  font-weight: 700;
}

.page-side-header .menu-primary .sub-menu,
.page-side-header .menu-primary > ul .sub-menu {
  position: static;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-side-header .menu-primary .sub-menu a,
.page-side-header .menu-primary > ul .sub-menu a {
  padding-top: 13px;
  padding-bottom: 12px;
  border-top: none;
}

.page-side-header .main-navigation,
.page-side-header .search-form-wrap {
  float: none;
}

.page-side-header .search-form-wrap {
  margin-left: 0;
}

.page-side-header .search-toggle {
  margin-top: 0;
  background-color: #ffffff;
  display: inline-block;
}

.page-side-header .search-toggle:hover {
  background-color: #222;
  color: #fff;
}

.page-side-header .follow-us {
  margin-top: 24px;
  display: block;
  width: 100%;
}

.page-side-header .follow-us:before {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  margin: 0 auto 27px;
  background-color: #e5e5e5;
}

.page-side-header .follow-us a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background-color: #2d2d2d;
  color: #fff;
}

.page-side-header .follow-us a:hover {
  background-color: #04befc;
}

.page-wrapper {
  transition: transform .3s ease;
}

.page-wrapper.show-slide-header {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

@media (min-width: 1500px) {
  .page-wrapper.show-slide-header {
    width: calc(100% - 320px);
    transform: translate(320px, 0);
  }
  .page-wrapper.show-slide-header .container.fullwidth-page {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper.show-slide-header .vc_row[data-vc-full-width] {
    position: static !important;
    left: 0 !important;
    right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .page-wrapper.show-slide-header .fullwidth-page > .row,
  .page-wrapper.show-slide-header .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-wrapper.show-slide-header .our-portfolio-4 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-wrapper.show-slide-header .vc_column_container > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-wrapper.show-slide-header .fullwidth-page > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.overlay-form {
  display: none;
  padding: 10px 15px 15px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  background-color: rgba(255, 255, 255, 0.95);
}

.overlay-form .search-toggle {
  float: right;
  display: inline-block;
}

.overlay-form .header-overlay-form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
}

.overlay-form .fa-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 21px;
  width: 75px;
  text-align: center;
  padding: 26px 0;
  background: rgba(235, 235, 235, 0.4);
  border-right: 1px solid #ebebeb;
  color: #777;
}

.overlay-form .header-overlay-form {
  position: relative;
}

.overlay-form .header-overlay-form input[type="text"] {
  padding: 12px 30px 12px 95px;
  border: 1px solid #ebebeb;
  font-size: 21px;
  height: 73px;
  line-height: 73px;
}

.site-branding {
  padding-top: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .site-branding {
    padding-top: 0;
  }
  .site-branding .wrap {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
  }
  .site-branding a,
  .site-branding img {
    display: block;
  }
}

.site-branding img {
  max-width: 100%;
}

.site-title {
  margin-bottom: 0;
}

.site-description {
  margin-bottom: 0;
}

.navigation-top {
  position: relative;
  padding: 18px 0;
}

@media screen and (min-width: 992px) {
  .main-navigation {
    float: right;
  }
}

.main-navigation .menu-primary > li,
.main-navigation .menu-primary > ul > li {
  overflow: hidden;
}

.main-navigation:hover .menu-primary > li,
.main-navigation:hover .menu-primary > ul > li {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .menu-primary:not(.side-menu-primary),
  .menu-primary > ul:not(.side-menu-primary) {
    display: none !important;
  }
}

.menu-primary,
.menu-primary ul,
.menu-primary > ul,
.menu-primary > ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-primary > li,
.menu-primary > ul > li {
  float: left;
}

@media (min-width: 1200px) {
  .menu-primary > li,
  .menu-primary > ul > li {
    margin-right: 20px;
  }
  .menu-primary > li:last-child,
  .menu-primary > ul > li:last-child {
    margin-right: 0;
  }
}

.menu-primary > li > a,
.menu-primary > ul > li > a {
  padding: 12px 15px 10px;
}

.menu-primary li,
.menu-primary > ul li {
  position: relative;
}

.menu-primary li.current-menu-item > a, .menu-primary li:hover > a,
.menu-primary > ul li.current-menu-item > a,
.menu-primary > ul li:hover > a {
  color: #04befc;
}

.menu-primary li:hover > .sub-menu,
.menu-primary > ul li:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu-primary a,
.menu-primary > ul a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-primary .sub-menu,
.menu-primary > ul .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.menu-primary .sub-menu li:first-child a,
.menu-primary > ul .sub-menu li:first-child a {
  border-top: 0;
}

.menu-primary .sub-menu a,
.menu-primary > ul .sub-menu a {
  padding: 10px 15px;
  border-top: 1px solid #f7f7f7;
}

.menu-primary .sub-menu .sub-menu,
.menu-primary > ul .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.slicknav_menu {
  font-size: 14px;
  padding: 0;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .slicknav_menu {
    display: none !important;
  }
}

.slicknav_nav {
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row {
  padding: 8px 20px;
  margin: 0;
}

.slicknav_nav a {
  text-decoration: none;
  color: #222;
}

.slicknav_nav a:hover, .slicknav_nav a:focus {
  outline: none;
}

.slicknav_nav a:hover,
.slicknav_nav a:hover a,
.slicknav_nav .slicknav_row:hover {
  color: #fff;
}

.slicknav_nav a:hover,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: #04befc;
}

.slicknav_btn {
  margin: 5px 0 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  padding: 13px 10px 8px;
  background-color: transparent;
}

@media (max-width: 400px) {
  .slicknav_btn {
    float: left;
  }
}

.slicknav_menu .slicknav_icon:before,
.slicknav_menu .slicknav_icon-bar {
  width: 14px;
  height: 2px;
}

.slicknav_nav li {
  border-bottom: 1px solid #f7f7f7;
}

.slicknav_nav li:last-child {
  border-bottom: none;
}

.slicknav_nav li .sub-menu {
  margin: 0;
}

.slicknav_nav li .sub-menu a {
  padding-left: 40px;
}

.slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  background-color: #222;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 2px;
}

.slicknav_menu .slicknav_icon {
  width: 14px;
  height: 13px;
  margin: 0;
}

.list-and-cart {
  float: right;
  color: #fff;
}

.list-and-cart .cart-button {
  position: relative;
}

.list-and-cart .cart-button span {
  display: block;
  position: absolute;
  top: 11px;
  right: 0;
  border-radius: 50%;
  min-width: 14px;
  min-height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  background-color: #04befc;
}

.list-and-cart a {
  display: inline-block;
  padding: 12px 10px;
  color: inherit;
}

.search-form-wrap {
  position: relative;
  float: right;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .search-form-wrap {
    margin-left: 38px;
  }
}

.search-form-wrap form {
  display: none;
  position: absolute;
  top: 50px;
  width: 280px;
  right: -7px;
  z-index: 150;
}

.search-form-wrap form input[type="search"],
.search-form-wrap form input[type="text"] {
  padding-right: 65px;
  height: 46px;
}

.search-form-wrap form input[type="submit"] {
  padding: 12px 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.search-toggle {
  padding: 10px 11px;
  margin-top: 5px;
  cursor: pointer;
  transition: color .2s ease-in-out;
  background-color: #f6f6f6;
}

.search-toggle:hover {
  background-color: #222;
  color: #fff;
}

.search-toggle .fa {
  display: block;
}

/* 18 Sub Header */
.sub-header {
  position: relative;
  padding: 60px 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media (min-width: 991px) {
  .sub-header {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

@media (min-width: 1200px) {
  .sub-header {
    padding-top: 184px;
    padding-bottom: 184px;
  }
}

.sub-header.small {
  background: #172025;
}

@media (min-width: 1200px) {
  .sub-header.small {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

@media (min-width: 1366px) {
  .sub-header.large {
    padding-top: 333px;
    padding-bottom: 188px;
  }
}

.sub-header .title {
  font-size: 24px;
  letter-spacing: 7px;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: inherit;
}

@media (min-width: 768px) {
  .sub-header .title {
    font-size: 32px;
    font-weight: 900;
  }
}

@media (min-width: 1200px) {
  .sub-header .title {
    font-size: 72px;
  }
}

.sub-header .description {
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sub-header .description {
    font-weight: 700;
  }
}

.sub-header .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(23, 32, 37, 0.6);
}

.sub-header .bg-overlay.dark {
  background-color: rgba(23, 32, 37, 0.95);
}

.sub-header .bg-overlay + .container {
  position: relative;
  z-index: 2;
}

/* 19 Slider */
.flex-direction-nav a {
  line-height: 46px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.flex-direction-nav a:hover {
  border-color: #04befc;
  color: #04befc;
}

/* Drop Animation */
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 13px;
    opacity: 0;
  }
}

.mouse-icon {
  display: none;
  width: 18px;
  height: 30px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 9px);
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .mouse-icon {
    display: block;
  }
}

.mouse-icon:hover {
  background-color: #fff;
}

.mouse-icon:hover .wheel {
  background-color: #999;
}

.mouse-icon .wheel {
  position: relative;
  top: 4px;
  width: 4px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  animation: drop 1s linear infinite;
  animation-play-state: running;
}

.slide-caption-common, .slider-one, .slider-two, .slider-three, .slider-five, .slider-four {
  display: none;
}

@media (min-width: 320px) {
  .slide-caption-common, .slider-one, .slider-two, .slider-three, .slider-five, .slider-four {
    display: block;
  }
}

.slide-caption-common .slide-caption, .slider-one .slide-caption, .slider-two .slide-caption, .slider-three .slide-caption, .slider-five .slide-caption, .slider-four .slide-caption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 50;
  width: 80%;
  max-width: 1170px;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media (min-width: 1199px) {
  .slide-caption-common .slide-caption, .slider-one .slide-caption, .slider-two .slide-caption, .slider-three .slide-caption, .slider-five .slide-caption, .slider-four .slide-caption {
    width: 1170px;
  }
}

.slide-caption-common .slide-text, .slider-one .slide-text, .slider-two .slide-text, .slider-three .slide-text, .slider-five .slide-text, .slider-four .slide-text {
  text-align: center;
  color: #fff;
}

.slide-caption-common .slide-text h2, .slider-one .slide-text h2, .slider-two .slide-text h2, .slider-three .slide-text h2, .slider-five .slide-text h2, .slider-four .slide-text h2 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.18;
}

@media (min-width: 1200px) {
  .slide-caption-common .slide-text h2, .slider-one .slide-text h2, .slider-two .slide-text h2, .slider-three .slide-text h2, .slider-five .slide-text h2, .slider-four .slide-text h2 {
    font-size: 68px;
  }
}

.slide-caption-common .slide-text p, .slider-one .slide-text p, .slider-two .slide-text p, .slider-three .slide-text p, .slider-five .slide-text p, .slider-four .slide-text p {
  display: none;
}

.slide-caption-common .btn-default, .slider-one .btn-default, .slider-two .btn-default, .slider-three .btn-default, .slider-five .btn-default, .slider-four .btn-default {
  display: none;
  margin-right: 12px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

@media (min-width: 480px) {
  .slide-caption-common .btn-default, .slider-one .btn-default, .slider-two .btn-default, .slider-three .btn-default, .slider-five .btn-default, .slider-four .btn-default {
    display: inline-block;
  }
}

.slide-caption-common .btn-default:hover, .slider-one .btn-default:hover, .slider-two .btn-default:hover, .slider-three .btn-default:hover, .slider-five .btn-default:hover, .slider-four .btn-default:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.slide-caption-common .btn-primary, .slider-one .btn-primary, .slider-two .btn-primary, .slider-three .btn-primary, .slider-five .btn-primary, .slider-four .btn-primary {
  display: none;
}

@media (min-width: 480px) {
  .slide-caption-common .btn-primary, .slider-one .btn-primary, .slider-two .btn-primary, .slider-three .btn-primary, .slider-five .btn-primary, .slider-four .btn-primary {
    display: inline-block;
  }
}

.slide-caption-common .btn-primary:hover, .slider-one .btn-primary:hover, .slider-two .btn-primary:hover, .slider-three .btn-primary:hover, .slider-five .btn-primary:hover, .slider-four .btn-primary:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.slide-caption-common .flex-direction-nav, .slider-one .flex-direction-nav, .slider-two .flex-direction-nav, .slider-three .flex-direction-nav, .slider-five .flex-direction-nav, .slider-four .flex-direction-nav {
  display: none;
}

@media (min-width: 480px) {
  .slide-caption-common .flex-direction-nav, .slider-one .flex-direction-nav, .slider-two .flex-direction-nav, .slider-three .flex-direction-nav, .slider-five .flex-direction-nav, .slider-four .flex-direction-nav {
    display: block;
  }
}

@media (min-width: 1200px) {
  .slider-one .slide-caption {
    top: 54%;
  }
}

@media (min-width: 1200px) {
  .slider-one .slide-text {
    float: left;
    width: 43%;
    text-align: left;
  }
}

.slider-one .slide-text span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 14px;
  display: block;
}

@media (min-width: 992px) {
  .slider-one .slide-text span {
    font-size: 24px;
  }
}

.slider-one .slide-text h2 {
  margin-bottom: 22px;
  color: #fff;
}

.slider-one .slide-text h2 a {
  color: #fff;
}

.slider-one .slide-text h2 a:hover {
  color: #04befc;
}

.slider-one .slide-text p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 37px;
}

@media (min-width: 1366px) {
  .slider-one .slide-text p {
    display: block;
  }
}

.slider-two .slide-text span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 8px;
  display: block;
}

@media (min-width: 992px) {
  .slider-two .slide-text span {
    font-size: 24px;
  }
}

.slider-two .slide-text h2 {
  color: #fff;
  letter-spacing: 9px;
  margin-bottom: 15px;
}

.slider-two .slide-text h2 a {
  color: #fff;
}

.slider-two .slide-text h2 a:hover {
  color: #04befc;
}

.slider-two .slide-text p {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

@media (min-width: 1200px) {
  .slider-two .slide-text p {
    display: block;
  }
}

.slider-two .btn-primary {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.slider-two .flex-direction-nav a {
  line-height: 76px;
  border-radius: 0;
  height: 76px;
  margin-top: -28px;
  border: none;
  background-color: #1b2224;
  color: #fff;
}

.slider-two .flex-direction-nav a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.slider-two:hover .flex-direction-nav .flex-prev {
  left: 0;
}

.slider-two:hover .flex-direction-nav .flex-next {
  right: 0;
}

@media (min-width: 1200px) {
  .slider-three .slide-caption {
    top: 56.2%;
  }
}

.slider-three .slide-text span {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 4px;
  padding-bottom: 2px;
  border-bottom: .5px solid #fff;
}

.slider-three .slide-text h2 {
  color: #fff;
}

@media (min-width: 1200px) {
  .slider-three .slide-text h2 {
    margin-bottom: 28px;
  }
}

.slider-three .slide-text h2 a {
  color: #fff;
}

.slider-three .slide-text h2 a:hover {
  color: #04befc;
}

.slider-three .slide-text p {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  max-width: 560px;
  margin: 0 auto 37px;
}

@media (min-width: 992px) {
  .slider-three .slide-text p {
    display: block;
  }
}

.slider-three .flex-direction-nav a {
  font-size: 78px;
  border-radius: 0;
  border: none;
}

.slider-three .flex-direction-nav a .fa {
  line-height: 0;
}

.slider-four {
  border-bottom: none;
}

.slider-four .slide-caption {
  top: 49%;
}

@media (min-width: 1200px) {
  .slider-four .slide-text {
    max-width: 630px;
  }
}

.slider-four .slide-text h2 {
  letter-spacing: 4px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .slider-four .slide-text h2 {
    font-size: 50px;
  }
}

.slider-four .slide-text span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slider-four .slide-text p {
  font-size: 16px;
}

.slider-four .flex-direction-nav a {
  background-color: #d4d8db;
  border-color: #d4d8db;
}

.slider-five, .slider-four {
  border-bottom: 1px solid #e5e5e5;
}

.slider-five .slide-caption, .slider-four .slide-caption {
  top: 55%;
}

@media (min-width: 1200px) {
  .slider-five .slide-text, .slider-four .slide-text {
    max-width: 535px;
    text-align: left;
  }
}

.slider-five .slide-text span, .slider-four .slide-text span {
  font-size: 30px;
  color: #454545;
}

.slider-five .slide-text h2, .slider-four .slide-text h2 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

@media (min-width: 992px) {
  .slider-five .slide-text h2, .slider-four .slide-text h2 {
    font-size: 56px;
  }
}

.slider-five .slide-text h3, .slider-four .slide-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
  color: #454545;
}

@media (min-width: 992px) {
  .slider-five .slide-text h3, .slider-four .slide-text h3 {
    font-size: 30px;
  }
}

.slider-five .slide-text p, .slider-four .slide-text p {
  font-family: 'Roboto', sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .slider-five .slide-text p, .slider-four .slide-text p {
    display: block;
  }
}

.slider-five .btn-default, .slider-four .btn-default {
  color: #04befc;
  border-color: #04befc;
}

.slider-five .btn-default:hover, .slider-four .btn-default:hover {
  color: #fff;
  border-color: #222;
}

.slider-five:hover .flex-direction-nav .flex-next, .slider-four:hover .flex-direction-nav .flex-next {
  right: 38px;
}

.slider-five:hover .flex-direction-nav .flex-prev, .slider-four:hover .flex-direction-nav .flex-prev {
  left: 38px;
}

.slider-five .flex-direction-nav a, .slider-four .flex-direction-nav a {
  border-radius: 0;
  color: #222;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.slider-five .flex-direction-nav a:hover, .slider-four .flex-direction-nav a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.slider-five .mouse-icon, .slider-four .mouse-icon {
  border-color: #222;
}

.slider-five .mouse-icon:hover, .slider-four .mouse-icon:hover {
  background-color: #222;
}

.slider-five .mouse-icon:hover .wheel, .slider-four .mouse-icon:hover .wheel {
  background-color: #fff;
}

.slider-five .mouse-icon .wheel, .slider-four .mouse-icon .wheel {
  border-color: #222;
}

/* 20 Home */
.section .section-background {
  background-color: #f9f9f9;
}

.section .section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (min-width: 992px) {
  .section .section-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.section .section-padding .section-top {
  padding-top: 65px;
}

@media (min-width: 992px) {
  .section .section-padding .section-top {
    padding-top: 110px;
  }
}

.section .section-padding .section-bottom {
  padding-bottom: 65px;
}

@media (min-width: 992px) {
  .section .section-padding .section-bottom {
    padding-bottom: 110px;
  }
}

.section-header {
  position: relative;
  margin: 0 0 45px;
}

@media (min-width: 992px) {
  .section-header {
    margin-bottom: 70px;
  }
}

.section-header p:first-of-type {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  margin-top: 14px;
  line-height: 2;
  color: #999;
}

@media (min-width: 992px) {
  .section-header.text-center p:first-of-type {
    padding-left: 25%;
    padding-right: 25%;
  }
  .section-header.text-center p:not(:first-of-type) {
    padding-left: 13%;
    padding-right: 13%;
  }
}

.section-header .section-title {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-header .section-title.bold {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.section-header .section-sub-title {
  font-size: 12px;
  margin-bottom: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #04befc;
}

.section-header .section-sub-title.fade-style {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 4px;
  color: #777;
}

.about-me-1 {
  padding-top: 62px;
  background-color: #f5fafe;
}

.about-me-1 .feature-box {
  padding-top: 62px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .about-me-1 .feature-box {
    padding-top: 0;
  }
  .about-me-1 .feature-box .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-me-1 .feature-box p:first-of-type {
    font-size: 14px;
  }
  .about-me-1 .feature-box .btn {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .about-me-1 .img-responsive {
    margin-left: -25px;
  }
}

@media (min-width: 992px) {
  .about-me-2 {
    padding-top: 100px;
  }
}

.about-me-2 p {
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}

.about-me-2 p:first-of-type {
  margin-top: 7px;
}

.about-me-2 .progress-bars {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .about-me-2 .progress-bars {
    padding-top: 24px;
    margin-bottom: 0;
  }
}

.who-we-are {
  padding-top: 70px;
}

@media (min-width: 460px) {
  .who-we-are {
    padding-top: 150px;
  }
}

.who-we-are .section-header {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .who-we-are .section-header {
    margin-top: 0;
  }
}

.who-we-are .section-header p:first-of-type,
.who-we-are .section-header p:not(:first-of-type) {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
}

.who-we-are .section-header p:not(:first-of-type) {
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  color: #555;
}

.who-we-are .features-items {
  padding-bottom: 74px;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .who-we-are .features-items {
    padding-top: 74px;
  }
}

@media (max-width: 767px) {
  .who-we-are .col-sm-3 {
    margin-bottom: 74px;
  }
  .who-we-are .col-sm-3:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 460px) {
  .images-container {
    position: relative;
  }
  .images-container .img-one {
    position: relative;
    margin-top: 50px;
    border: 10px solid #fff;
    border-left: none;
    border-bottom: none;
  }
  .images-container .img-one:hover {
    z-index: 20;
    border-color: #fff;
  }
  .images-container .img-two {
    position: absolute;
    top: -58px;
    left: 202px;
    border: 10px solid #fff;
  }
}

.home-2 .our-team {
  background-color: #f5fafe;
}

.our-team {
  text-align: center;
}

.our-team .col-team-member {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .our-team .col-team-member {
    width: 100%;
  }
}

.our-team .team-member img {
  display: block;
  width: 100%;
  height: auto;
}

.our-team .team-member .title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.our-team .team-member p {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 2;
}

.our-team-1 .team-member {
  position: relative;
  overflow: hidden;
}

.our-team-1 .team-member:hover .overlay {
  transform: translateY(0);
}

.our-team-1 .team-member .title {
  margin-bottom: 10px;
  color: #fff;
}

.our-team-1 .team-member p {
  margin-bottom: 7px;
}

.our-team-1 .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 22px 15px 15px;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  background-color: #04befc;
  color: #fff;
}

.our-team-1 .overlay a {
  margin: 0 6px;
  color: inherit;
}

.our-team-1 .overlay a:hover {
  color: #000;
}

.our-team-2 .team-member .title {
  margin-bottom: 2px;
}

.our-team-2 .team-member p {
  margin-bottom: 13px;
}

.our-team-2 .overlay {
  padding: 36px 15px;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.our-team-2 .overlay a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  margin: 0 3px;
  font-size: 12px;
  color: inherit;
}

.our-team-2 .overlay a:hover {
  background-color: #04befc;
  color: #fff;
}

@media (max-width: 550px) {
  .our-portfolio .portfolio-post {
    width: 100%;
  }
}

.our-portfolio-1 {
  background-color: #f5fafe;
}

.our-portfolio-2 {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .our-portfolio-2 {
    padding-top: 118px;
  }
}

.our-portfolio-3 {
  position: relative;
}

.our-portfolio-3 .filtering {
  margin-bottom: 53px;
}

.our-portfolio-3 .filtering li {
  font-weight: 700;
  margin: 1px 15px 0;
  letter-spacing: .5px;
}

.our-portfolio-3 .filtering li a {
  cursor: pointer;
}

.our-portfolio-3 .filtering li a.is-checked, .our-portfolio-3 .filtering li a:hover {
  color: #04befc;
}

.our-portfolio-3 .portfolio-items-container .portfolio-post {
  margin-bottom: 30px;
}

.our-portfolio-3 .portfolio-content-wrapper {
  background-color: rgba(4, 190, 252, 0.8);
}

.our-portfolio-3 .portfolio-content .portfolio-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.our-portfolio-3 .portfolio-content .portfolio-title a {
  color: #fff;
}

.our-portfolio-3 .portfolio-content .portfolio-title a:hover {
  color: #000;
}

.our-portfolio-4 .portfolio-items-container .portfolio-post-item:hover .portfolio-content {
  top: auto;
}

.our-portfolio-4 .portfolio-content {
  top: auto;
  bottom: 27px;
  left: 30px;
  transform: translate(0, 0);
  text-align: left;
}

.portfolio-nav-wrapper {
  position: absolute;
  top: -130px;
  right: 0;
  font-size: 16px;
}

.portfolio-nav-wrapper .sep {
  display: inline-block;
  margin: 0 29px;
}

.counter {
  padding-top: 50px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

@media (min-width: 768px) {
  .counter {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.counter-digit {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: inherit;
}

.counter-desc {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 0;
}

@media (max-width: 300px) {
  .counter .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .counter .counter-content {
    margin-bottom: 30px;
  }
}

.counter-1-digit {
  margin-bottom: 28px;
}

.counter-2 .counter-digit {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .our-features .feature-box {
    padding-top: 40px;
  }
}

.our-features-1 .row + .row {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .our-features-1 .row + .row {
    padding-top: 100px;
  }
}

.our-features-2 {
  padding-top: 96px;
}

.our-features-2 .section-header {
  margin-bottom: 84px;
}

.our-features-2 .features-items {
  font-family: 'Roboto', sans-serif;
  padding-top: 65px;
  background-color: #f5fafe;
}

@media (min-width: 992px) {
  .our-features-2 .features-items {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.feature-item-1 {
  margin-bottom: 80px;
}

.feature-item-1:last-child {
  margin-bottom: 0;
}

.feature-item-1 .feature-img {
  float: left;
  width: 72px;
  padding-right: 15px;
  padding-top: 5px;
}

.feature-item-1 .feature-content {
  float: left;
  width: calc(100% - 72px);
}

.feature-item-1 .feature-content:hover .line {
  background-color: #04befc;
}

.feature-item-1 .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.feature-item-1 .line {
  background-color: #ddd;
}

.feature-item-1 p {
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 1.9;
}

.feature-item-2 {
  text-align: center;
  margin-bottom: 72px;
}

.feature-item-2 .feature-img {
  position: relative;
  width: 72px;
  height: 72px;
  line-height: 68px;
  margin: 0 auto 68px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #04befc;
}

.feature-item-2 .feature-img:after {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  margin: auto;
  background-color: #04befc;
}

.feature-item-2 .feature-img img {
  display: inline-block;
}

@media (min-width: 1200px) {
  .feature-item-2 .feature-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.feature-item-2 .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.feature-item-2 p {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.9;
  color: #5e5e5e;
}

.feature-item-3 {
  text-align: center;
}

.feature-item-3 .feature-img {
  min-height: 45px;
  margin-bottom: 15px;
  text-align: center;
}

.feature-item-3 .feature-img img {
  display: inline-block;
}

@media (min-width: 1200px) {
  .feature-item-3 .feature-content {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.feature-item-3 .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.feature-item-3 p {
  line-height: 1.9;
  margin-bottom: 11px;
  color: #5e5e5e;
}

.feature-item-3 .group span {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 2.4px;
  background: #04befc;
}

.features-list {
  margin: 40px -15px 0;
}

@media (min-width: 992px) {
  .features-list {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .features-list {
    margin-top: 90px;
    margin-left: -33px;
    margin-right: -33px;
  }
}

.features-list > li {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 480px) {
  .features-list > li + li {
    margin-top: 80px;
  }
}

@media (min-width: 480px) {
  .features-list > li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .features-list > li {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (min-width: 1400px) {
  .wide-image {
    margin-left: -37px;
  }
  .wide-image img {
    margin-left: 0;
  }
}

.feature-box {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .feature-box {
    margin-bottom: 0;
  }
}

.feature-box.text-center ::after {
  margin-left: auto;
  margin-right: auto;
}

.feature-box .section-sub-title {
  font-size: 12px;
  margin-bottom: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #04befc;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
}

.feature-box .section-sub-title.fade-style {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 4px;
  color: #777;
}

.feature-box .title {
  margin-bottom: 30px;
}

.feature-box p {
  line-height: 2;
  color: #555;
}

.feature-box .smart-description {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #999;
}

.feature-box .smart-description.dark {
  color: #444;
}

.feature-box .smart-description.italic {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  word-spacing: 2px;
  font-style: italic;
}

.feature-box div.dark p {
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}

.feature-box .btn {
  margin-top: 9px;
}

.feature-box .btn:hover {
  color: #fff;
  background-color: #0ba6d8;
  border-color: #0ba6d8;
}

.feature-box.two .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 22px;
  word-spacing: 2px;
  text-transform: inherit;
}

.feature-box.two .title:after {
  width: 32px;
  height: 4px;
}

.feature-box.two p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 34px;
}

.feature-box.two .smart-description {
  font-size: 18px;
  font-weight: 300;
}

.feature-box.three {
  color: #fff;
}

.feature-box.three .section-sub-title {
  font-size: 13px;
  margin-bottom: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}

.feature-box.three .title {
  font-size: 36px;
  letter-spacing: 2.6px;
  margin-bottom: 18px;
  font-weight: 900;
  text-transform: inherit;
  color: inherit;
}

.feature-box.three .title:after {
  width: 30px;
  height: 4px;
}

.feature-box.three p {
  font-family: 'Roboto', sans-serif;
  margin-top: 13px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 16px;
  color: #d5d5d5;
}

.title-underline {
  letter-spacing: 2px;
  word-spacing: 1px;
}

.title-underline:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #04befc;
}

.title-underline-black:after {
  background-color: #000;
}

.our-video-1 {
  text-align: center;
}

@media (min-width: 768px) {
  .our-video-1 {
    padding-top: 160px;
    padding-bottom: 153px;
  }
}

.our-video-1 .play-video {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 52px;
  border-radius: 50%;
  background: url(../img/play-btn.png) no-repeat 25px center;
  border: 2px solid #fff;
}

.our-video-1 .play-video:hover {
  background-color: #222;
  border-color: #222;
}

.our-video-1 .title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #fff;
}

.our-video-1 .author {
  display: block;
  font-size: 11px;
  margin-top: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.our-video-1 p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.our-video-2 {
  text-align: center;
}

.our-video-2 .video-popup {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .our-video-2 .video-popup {
    margin-top: 0;
  }
}

.our-video-2 .video-content {
  margin-top: 10px;
}

.our-video-2 .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 22px;
  word-spacing: 2px;
}

.our-video-2 .title-underline:after {
  width: 32px;
  height: 4px;
  margin: 23px auto 0;
}

.our-video-2 p {
  font-family: 'Roboto', sans-serif;
  color: #555;
}

.our-video-2 p:first-of-type {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 34px;
}

.our-video-2 p ~ p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 38px;
}

.video-popup {
  position: relative;
  display: block;
}

.video-popup img {
  width: 100%;
}

.video-popup .fa-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 22px;
  display: block;
  width: 64px;
  height: 64px;
  padding: 21px 0 0 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #101e36;
  color: #fff;
}

.video-popup .fa-play:hover {
  background-color: #04befc;
}

.our-blog .img-hover {
  display: block;
}

.our-blog .entry-header {
  padding: 3px 0 0 17px;
  margin-bottom: 20px;
  border-left: 2px solid #04befc;
}

.our-blog .post-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.our-blog p {
  line-height: 2;
}

.our-blog .entry-footer {
  padding: 14px 11px 0;
  margin-top: 0;
}

.our-blog .read-more {
  float: right;
}

.our-blog .read-more .fa {
  margin-top: 3px;
  font-size: 18px;
}

.our-blog .post-comments .fa {
  margin-right: 5px;
}

@media (max-width: 400px) {
  .our-blog .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .our-blog .col-xs-6 {
    margin-bottom: 30px;
  }
}

.our-blog-1 .post-feature-img {
  margin-bottom: 30px;
}

.our-blog-1 .post-title {
  margin-bottom: 7px;
}

.our-blog-1 .post-meta {
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  word-spacing: 1px;
}

.our-blog-1 p {
  color: #000;
}

.our-blog-1 p:last-child {
  margin-bottom: 14px;
}

.our-blog-1 .entry-footer {
  color: #999;
}

.our-blog-1 .entry-footer a {
  color: inherit;
}

.our-blog-1 .entry-footer a:hover {
  color: #04befc;
}

.our-blog-2 .post-feature-img {
  margin-bottom: 11px;
}

.our-blog-2 .post-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 18px;
  color: #b7b7b7;
}

.our-blog-2 .post-title {
  margin-bottom: 20px;
}

.our-blog-2 p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  color: #555;
}

@media (max-width: 767px) {
  .our-blog-2 p {
    margin-bottom: 0;
  }
}

.our-blog-2 .entry-footer {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #b7b7b7;
}

.our-blog-2 .entry-footer a {
  display: inline-block;
  margin-right: 30px;
  color: inherit;
  cursor: pointer;
}

.our-blog-2 .entry-footer .fa {
  font-size: 16px;
  margin-right: 12px;
  color: #555;
}

.our-blog-2 .entry-footer a {
  color: inherit;
}

.our-blog-2 .entry-footer a:hover {
  color: #04befc;
}

.our-blog-2 .post-author {
  float: none;
}

.our-blog-3 .post-feature-img {
  margin-bottom: 30px;
}

.our-blog-3 .post-title {
  margin-bottom: 20px;
}

.our-blog-3 p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  color: #555;
}

.subscribe {
  padding-top: 35px;
  padding-bottom: 65px;
  text-align: center;
}

@media (min-width: 992px) {
  .subscribe {
    padding-top: 65px;
    padding-bottom: 95px;
  }
}

@media (min-width: 1200px) {
  .subscribe {
    padding-top: 125px;
    padding-bottom: 160px;
  }
}

.subscribe .title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 45px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #fff;
}

.subscribe .subscribe-form {
  margin: 0 auto 15px;
  max-width: 820px;
}

@media (min-width: 1200px) {
  .subscribe .subscribe-form .col-lg-3 {
    width: 28.5%;
  }
  .subscribe .subscribe-form .col-lg-6 {
    width: 43%;
  }
}

.subscribe p {
  color: #fff;
  margin-bottom: 7px;
}

.subscribe p:last-child {
  margin-bottom: 0;
}

.subscribe .form-group .fa-user,
.subscribe .form-group .fa-envelope-o {
  padding-right: 10px;
  border-right: 2px solid #d3d3d3;
}

.subscribe .form-group input[type="text"],
.subscribe .form-group input[type="email"],
.subscribe .form-group input[type="url"] {
  padding-left: 50px;
  border-color: #fff;
  text-align: left;
}

.form-group {
  position: relative;
  width: 100%;
}

.form-group input[type="text"]:focus + .fa,
.form-group input[type="email"]:focus + .fa,
.form-group textarea:focus + .fa {
  color: #04befc;
}

.form-group:hover .fa-paper-plane-o,
.form-group:hover .fa-circle-o-notch {
  color: #fff;
}

.form-group .fa {
  position: absolute;
}

.form-group .fa-user,
.form-group .fa-envelope-o,
.form-group .fa-comments-o {
  top: 13px;
  left: 15px;
  color: #555;
}

.form-group .fa-paper-plane-o {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  font-size: 16px;
  text-align: center;
  padding: 11px 5px;
  background-color: #0ba6d8;
  color: #f5fcfd;
}

.form-group .fa-circle-o-notch {
  right: 10px;
  top: 10px;
  font-size: 21px;
  z-index: 25;
  color: #fff;
}

.form-group .fa-circle-o-notch:hover {
  color: #fff;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group textarea {
  padding: 7px 18px;
  padding-left: 50px;
  text-align: left;
}

.form-group input[type="submit"] {
  width: 100%;
  padding: 10px 83px 8px 46px;
  letter-spacing: 1.7px;
}

.form-group input[type="submit"]:hover {
  background-color: #0ba6d8;
  border-color: #0ba6d8;
}

.our-clients {
  text-align: center;
}

@media (min-width: 768px) {
  .our-clients.no-border .row + .row {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .our-clients.no-border [class^="col-"] + [class^="col-"] {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .our-clients .row + .row {
    border-top: 1px solid #f3f3f3;
  }
}

@media (min-width: 768px) {
  .our-clients [class^="col-"] + [class^="col-"] {
    border-left: 1px solid #f3f3f3;
  }
}

@media (max-width: 380px) {
  .our-clients .col-xs-6 {
    width: 100%;
  }
}

.our-clients .single-client {
  padding: 30px 20px 0;
  min-height: 105px;
}

.our-clients-2 {
  background-color: #eaeef2;
}

.our-clients-2 .section-header {
  text-align: left;
}

.our-clients-2 .section-header.text-center {
  text-align: center;
}

.our-clients-2 .row + .row {
  border-color: #dcdcdc;
}

.our-clients-2 [class^="col-"] + [class^="col-"] {
  border-color: #dcdcdc;
}

.our-clients-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.our-contact .form-group {
  margin-bottom: 30px;
}

.our-contact .form-group:last-of-type {
  margin-bottom: 0;
}

.our-contact .form-group input[type="text"],
.our-contact .form-group input[type="email"],
.our-contact .form-group input[type="url"],
.our-contact .form-group textarea {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 40px;
}

.our-contact .form-group .fa-user,
.our-contact .form-group .fa-envelope-o,
.our-contact .form-group .fa-comments-o {
  top: 14px;
  left: 20px;
}

.our-contact .submit-btn-group {
  max-width: 224px;
}

.our-contact input[type="submit"] {
  padding: 10px 80px 8px 32px;
}

.our-contact textarea {
  display: block;
  height: 162px;
}

.our-contact-1 {
  background-color: #f6f9fe;
}

.contact-details {
  margin-top: 50px;
  font-family: 'Roboto', sans-serif;
  padding-left: 32px;
}

@media (min-width: 768px) {
  .contact-details {
    margin-top: 0;
  }
}

.contact-details .title {
  letter-spacing: 2px;
  margin-bottom: 33px;
}

.contact-details-list {
  margin-bottom: 28px;
}

.contact-details li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}

.contact-details li .title {
  color: #5d5d5d;
}

.contact-details li > .fa {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 40px;
  font-size: 18px;
  transform: translateY(-50%);
  color: #222;
}

.contact-details li p {
  line-height: 1.9;
  margin-bottom: 10px;
}

.contact-details .follow-us a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #e1e2e2;
  color: #999896;
}

.contact-details .follow-us a:hover {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

.contact-details .follow-us a + a {
  margin-left: 8px;
}

.testimonial {
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  text-align: center;
}

.testimonial p:last-child {
  margin-bottom: 0;
}

.testimonial-1 {
  padding-top: 54px;
  padding-bottom: 60px;
}

.testimonial-1 blockquote {
  font-family: 'Roboto Slab', serif;
  border: none;
  margin-bottom: 0;
}

.testimonial-1 p {
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #fff;
}

.testimonial-1 .author {
  display: block;
  font-size: 11px;
  margin-top: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.testimonial-2 {
  padding-top: 35px;
  padding-bottom: 60px;
  color: #fff;
}

@media (min-width: 1200px) {
  .testimonial-2 .col-md-8 {
    padding: 0;
  }
}

.testimonial-2 .quote-icon {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto 38px;
  border-radius: 50%;
  border: 1px solid #626d80;
  background: url("../img/quote-icon.png") no-repeat center center;
}

.testimonial-2 p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}

.testimonial-2 .description p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-2 .author-info {
  margin-top: 45px;
}

.testimonial-2 .author-info h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.testimonial-2 .author-info h5 span {
  color: #04befc;
}

.testimonial-2 .author-info p {
  font-size: 12px;
  margin-top: 3px;
}

.testimonial-2 .author-info img {
  width: 82px !important;
  height: 82px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.testimonial-2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 26px;
}

.testimonial-2 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

.testimonial-2 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #04befc;
}

.our-services .row:last-child .services-item:last-child {
  margin-bottom: 0;
}

.our-services-carousel {
  text-align: center;
  margin-bottom: 70px;
}

.our-services-carousel .service-item {
  position: relative;
  padding: 47px 34px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-services-carousel .service-item:hover {
  border-color: #f7f7f7;
}

.our-services-carousel .title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.our-services-carousel p {
  line-height: 2;
  margin-bottom: 0;
  color: #555;
}

.our-services-carousel .btn {
  border-radius: 30px;
  padding: 7px 15px 5px;
  font-size: 10px;
  margin-bottom: -72px;
  color: #04befc;
  border-color: #04befc;
  background-color: #fff;
}

.our-services-carousel .btn:hover {
  color: #fff;
  background-color: #04befc;
}

.our-services-carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

.our-services-carousel.owl-carousel .owl-dots .owl-dot {
  vertical-align: middle;
}

.our-services-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ddd;
}

.our-services-carousel.owl-carousel .owl-dots .owl-dot.active span,
.our-services-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 2px solid #04befc;
}

.our-services-carousel.owl-carousel .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}

.our-services-2 {
  background: url("https://debtlasso.com/wp-content/themes/pearl-antarctica/img/home/services-two-bg.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}

.our-services-2 .section-header {
  margin-bottom: 120px;
}

.our-services-2 .section-sub-title,
.our-services-2 .section-title,
.our-services-2 .feature-item-1 .title {
  color: inherit;
}

.our-services-2 .line-two > span:before,
.our-services-2 .line-two > span:after,
.our-services-2 .line-two:before,
.our-services-2 .line-two:after {
  background-color: #fff;
}

@media (max-width: 559px) {
  .our-services-2 .right-side {
    margin-bottom: 80px;
  }
  .our-services-2 .col-xs-6 {
    width: 100%;
  }
  .our-services-2 .col-xs-6 .feature-item-1 .feature-content {
    float: right;
  }
}

@media (min-width: 560px) {
  .our-services-2 .right-side {
    text-align: right;
  }
  .our-services-2 .right-side .feature-item-1 .feature-img {
    float: right;
  }
  .our-services-2 .left-side .feature-item .feature-content {
    float: right;
  }
}

@media (min-width: 992px) {
  .our-services-2 .right-side {
    width: 36%;
  }
  .our-services-2 .image-column {
    width: 28%;
  }
  .our-services-2 .left-side {
    width: 36%;
  }
}

.our-services-2 .feature-item {
  margin-bottom: 88px;
}

.our-services-2 .feature-item:last-of-type {
  margin-bottom: 0;
}

.our-services-2 .feature-item-1 .feature-img {
  position: relative;
  width: 72px;
  height: 72px;
  line-height: 68px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.our-services-2 .feature-item-1 .feature-img img {
  display: inline-block;
}

.our-services-2 .feature-item .feature-content {
  width: calc(100% - 95px);
}

.our-services-2 .feature-item p {
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.9;
  font-size: 13px;
}

.services-item {
  overflow: hidden;
  margin-bottom: 92px;
}

.services-item.services-3 {
  margin-bottom: 64px;
}

.services-item:hover .line {
  background-color: #04befc;
}

.services-item .services-img {
  float: left;
  width: 72px;
  padding-right: 15px;
  padding-top: 5px;
}

.services-item .services-content {
  float: left;
  width: calc(100% - 72px);
}

.services-item .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-item .line {
  background-color: #ddd;
}

.services-item p {
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 1.9;
  color: #555;
}

@media (min-width: 1200px) {
  .intro-1 .section-header {
    margin-bottom: 30px;
    margin-top: 24px;
  }
}

.intro-1 .section-header p {
  padding-left: 0;
  padding-right: 0;
  margin-top: 18px;
}

.intro-1 .row + .row {
  margin-top: 65px;
}

@media (min-width: 1200px) {
  .intro-1 .row + .row {
    margin-top: 77px;
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .intro-1 .services-item-col {
    margin-bottom: 30px;
  }
  .intro-1 .services-item-col:last-child {
    margin-bottom: 0;
  }
}

.intro-2 {
  background-color: #fff;
}

.intro-2 .row {
  margin-left: 0;
  margin-right: 0;
}

.intro-features-wrap {
  padding: 50px 25px 30px;
}

@media (min-width: 1200px) {
  .intro-features-wrap {
    padding: 60px 70px 0 90px;
    width: 37%;
  }
}

.intro-features {
  margin-bottom: 15px;
}

@media (min-width: 1366px) {
  .intro-features {
    margin-bottom: 50px;
  }
}

.intro-features:last-child {
  margin-bottom: 0;
}

.intro-features .icon-wrap {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 24px;
  border-radius: 50%;
  font-size: 32px;
  background-color: #04befc;
  color: #fff;
}

.intro-features .content {
  display: table;
  padding: 11px 0;
}

.intro-features .content .title {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.intro-features .content p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  line-height: 1.9;
  letter-spacing: .5px;
  font-size: 16px;
}

.intro-header-wrap {
  padding: 65px 30px;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  background-image: url(https://debtlasso.com/wp-content/themes/pearl-antarctica/images/home/intro-bg-2.jpg);
  color: #fff;
}

@media (min-width: 1200px) {
  .intro-header-wrap {
    padding: 112px 100px 116px 137px;
    width: 63%;
  }
}

.intro-header-wrap .intro-sub-title {
  font-size: 13px;
  margin-bottom: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}

.intro-header-wrap .intro-title {
  font-size: 36px;
  letter-spacing: 2.6px;
  margin-bottom: 10px;
  font-weight: 900;
  color: inherit;
}

.intro-header-wrap .line {
  width: 30px;
  height: 4px;
}

.intro-header-wrap p {
  font-family: 'Roboto', sans-serif;
  margin-top: 13px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 16px;
  color: #d5d5d5;
}

.img-hover {
  position: relative;
  display: inline-block;
  background-color: #04befc;
}

.img-hover:before {
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f065";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  opacity: 0;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  background-color: #fff;
  color: #000;
}

.img-hover img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.img-hover:hover:before {
  transform: rotate(0deg);
  opacity: 1;
}

.img-hover:hover img {
  opacity: .15;
}

@media (min-width: 992px) {
  .our-skills {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.our-skills .feature-box p:not(:first-of-type) {
  font-family: 'Roboto', sans-serif;
  color: #555;
  margin-bottom: 28px;
}

.progress-bars {
  padding-top: 5px;
}

.progress {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 28px;
}

.progress:last-child {
  margin-bottom: 0;
}

.progress .title {
  font-weight: 500;
}

.progress-bar {
  position: relative;
  height: 3px;
  background-color: #e6edf3;
}

.progress-bar > span {
  display: block;
}

.progress .progressed {
  position: absolute;
  left: 0;
  top: -30px;
  transform: translateX(-100%);
  color: #04befc;
}

.progress .completed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 3px;
  background-color: #04befc;
}

.why-chose-us {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  .why-chose-us .accordion {
    margin-bottom: 0;
  }
}

/* 21 Home 3 */
.home-3 .section-title {
  margin-bottom: 12px;
}

.home-3 .section-header p:first-of-type {
  margin-top: 20px;
}

.home-3 .section-header {
  margin-bottom: 60px;
}

/* 22 Home 4 */
.home-4 .section-header {
  margin-bottom: 55px;
}

.home-4 .our-portfolio-3 {
  background-color: #f5f5f5;
}

.home-4 .our-clients [class^="col-"] + [class^="col-"] {
  border-color: transparent;
}

.home-4 .our-services-3 .section-header {
  margin-bottom: 67px;
}

/* 23 Blog */
.post-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}

.post-thumbnail {
  position: relative;
  margin-bottom: 32px;
}

.post-thumbnail img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.95;
}

span.sticky {
  float: left;
  padding: 0px 10px;
  background: #000;
  color: #fff;
  vertical-align: middle;
  margin-top: 8px;
  font-size: 1.8rem;
}

span.sticky i {
  transform: rotate(-26deg);
}

.post-cat {
  float: left;
  padding: 6px 16px 4px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #04befc;
}

.post-cat > a {
  color: #fff;
}

.post-cat > a:hover {
  color: #222;
}

.post-author {
  float: right;
}

.post-author .author-info-wrap {
  float: left;
}

.post-author .author-title {
  font-size: 14px;
  font-weight: 900;
  margin-top: 7px;
  margin-bottom: 0;
}

.post-author .author-image {
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  border-radius: 50%;
}

.posted-on {
  font-size: 13px;
}

.entry-meta {
  margin-bottom: 24px;
}

.entry-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  word-spacing: -3px;
}

@media (min-width: 768px) {
  .entry-title {
    font-size: 36px;
    font-weight: 900;
  }
}

.entry-summary {
  line-height: 2.1;
}

.single-post-link {
  margin: 0 17px 15px 0;
}

@media (min-width: 768px) {
  .single-post-link {
    margin-bottom: 0;
  }
}

.single-post-link .fa {
  margin-left: 6px;
}

.share-this-post {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
}

.share-this-post > a {
  margin-left: 15px;
  color: #777;
}

.share-this-post > a:hover {
  color: #04befc;
}

/* Post Formats */
.format-video .post-thumbnail a:before {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  z-index: 25;
  margin: -35px 0 0 -35px;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  padding: 25px 0 0 7px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.format-video .post-thumbnail a:hover:before {
  background: #000;
}

.format-quote blockquote {
  position: relative;
  font-size: 16px;
  border: none;
  padding: 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.6;
  background: url("../img/quote.png") #04befc no-repeat 99% 9px;
  color: #fff;
}

@media (min-width: 768px) {
  .format-quote blockquote {
    font-size: 26px;
    padding: 60px 85px 56px;
  }
}

/* 24 Single */
.single-post .post-item {
  padding-bottom: 35px;
}

.single-post .entry-meta {
  margin-bottom: 34px;
}

.entry-content blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 4px 20px 4px 70px;
  font-size: 16px;
  font-style: italic;
  word-spacing: 2px;
  background: url(../img/quote-small.png) no-repeat 27px 7px;
  border-left: none;
  color: #555;
}

@media (min-width: 768px) {
  .entry-content blockquote {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 18px;
  }
}

.single .entry-content {
  line-height: 2.2;
}

.entry-footer {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
}

.entry-footer span {
  color: #222;
}

@media (min-width: 1200px) {
  .entry-tags {
    float: left;
  }
}

.entry-tags span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  margin-right: 4px;
}

.entry-tags a {
  display: inline-block;
  padding: 7px 15px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 14px !important;
  border: 1px solid #ebebeb;
  font-weight: 600;
  background-color: #fff;
  color: #777;
}

.entry-tags a:hover {
  background: #04befc;
  border-color: #04befc;
  color: #fff;
}

.entry-share-this {
  display: block;
  vertical-align: middle;
  margin-top: 15px;
  font-size: 15px;
  color: #222;
}

@media (min-width: 1200px) {
  .entry-share-this {
    float: right;
  }
}

.entry-share-this a {
  margin-left: 17px;
  color: #777;
}

.entry-share-this a:hover {
  color: #04befc;
}

.about-bio-wrap {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

@media (min-width: 550px) {
  .about-bio-wrap {
    text-align: left;
  }
}

.about-bio-wrap .avatar {
  margin-bottom: 15px;
}

@media (min-width: 550px) {
  .about-bio-wrap .avatar {
    float: left;
    margin-bottom: 0;
    margin-right: 22px;
  }
}

.about-bio-wrap .author-bio {
  display: table;
}

.about-bio-wrap .author-name {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-bio-wrap p {
  line-height: 2;
  margin-bottom: 13px;
}

.about-bio-wrap .social-profiles {
  margin-top: 8px;
}

@media (min-width: 550px) {
  .about-bio-wrap .social-profiles {
    float: right;
  }
}

.about-bio-wrap .social-profiles a {
  margin-right: 14px;
}

.about-bio-wrap .social-profiles a:last-child {
  margin-right: 0;
}

.another-post {
  margin-bottom: 24px;
}

.another-post .img-hover {
  display: block;
}

@media (max-width: 500px) {
  .another-post .col-xs-6 {
    width: 100%;
  }
}

.another-post .post-feature-img {
  margin-bottom: 18px;
}

.another-post .post-feature-img img {
  width: 100%;
}

.another-post .post-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

@media (min-width: 1200px) {
  .another-post .post-title {
    text-align: center;
  }
}

.another-post .post-meta {
  font-size: 13px;
  font-style: italic;
  word-spacing: 1px;
  text-align: center;
}

/*--------------------------------------------------------------
/* Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

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

.comment-list {
  padding-top: 20px;
}

.comment-list .avatar {
  float: left;
  margin-right: 16px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
}

.comment-list .fn {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 9px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.comment-list .reply {
  float: right;
  margin-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.comment-author {
  float: left;
}

.comment-meta {
  overflow: hidden;
  margin-bottom: 15px;
}

.comment-metadata {
  font-size: 13px;
  color: #a8a8a8;
}

.comment-wrapper {
  display: table;
}

.comment-content {
  line-height: 2;
}

.comment-body {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .comment.depth-2 .comment-body {
    margin-left: 70px;
  }
  .comment.depth-3 .comment-body {
    margin-left: 140px;
  }
  .comment.depth-4 .comment-body {
    margin-left: 210px;
  }
  .comment.depth-5 .comment-body {
    margin-left: 280px;
  }
}

/*--------------------------------------------------------------
/* Comment Respond
--------------------------------------------------------------*/
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #04befc;
}

.comment-form input[type="submit"] {
  padding: 14px 55px;
}

.comment-form p {
  padding-bottom: 14px;
}

.comment-reply-title {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-top: 18px;
  margin-bottom: 28px;
}

.comment-reply-title a {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

/* 25 About Us */
.our-features-2 {
  padding-top: 115px;
}

.our-features-2 .section-header {
  margin-bottom: 55px;
}

.our-features-2 .features-items {
  padding-top: 96px;
  padding-bottom: 24px;
}

/* 26 Services */
/* 27 Portfolio */
@media (max-width: 480px) {
  .portfolio-page .col-xs-6 {
    width: 100%;
  }
}

.portfolio-page .filtering {
  padding: 21px 0;
  background-color: #131a1e;
}

.portfolio-page .filtering .filter-group > li {
  margin: 0 20px 0;
  letter-spacing: 2px;
}

.portfolio-page .filtering .filter-group a {
  color: #adbac1;
  cursor: pointer;
}

.portfolio-page .filtering .filter-group a.is-checked, .portfolio-page .filtering .filter-group a:hover {
  color: #fff;
}

.filtering {
  text-align: center;
}

.filtering .filter-group {
  display: inline;
  padding: 0;
  margin: 0;
}

.filtering .filter-group > li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.portfolio-items-container.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-items-container.no-padding .portfolio-post {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-items-container .portfolio-post-item {
  position: relative;
  overflow: hidden;
}

.portfolio-items-container .portfolio-post-item:hover .portfolio-content-wrapper {
  opacity: 1;
}

.portfolio-items-container .portfolio-post-item:hover .portfolio-content {
  opacity: 1;
  top: 50%;
}

.portfolio-items-container img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-content-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: rgba(47, 65, 75, 0.8);
}

.portfolio-content {
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transform: translate(-50%, -50%);
}

.portfolio-content .portfolio-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.portfolio-content .portfolio-title a {
  color: #fff;
}

.portfolio-content .portfolio-title a:hover {
  color: #04befc;
}

.portfolio-content .portfolio-cat {
  font-size: 13px;
  color: #fff;
}

/* 28 Portfolio Single */
.portfolio-single-post .post-thumbnail {
  margin-bottom: 44px;
}

.portfolio-single-post .portfolio-post-title {
  letter-spacing: 4px;
  word-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .portfolio-single-post .portfolio-post-title {
    font-size: 50px;
    font-weight: 900;
  }
}

.portfolio-single-post .entry-content p {
  margin-bottom: 30px;
}

.portfolio-single-post .project-meta {
  padding: 0;
  margin: 4px 0 34px;
  list-style: none;
  text-transform: uppercase;
}

.portfolio-single-post .project-meta .title {
  font-size: 12px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.portfolio-single-post .project-meta > li {
  margin-bottom: 11px;
}

.portfolio-single-post .project-meta > li span,
.portfolio-single-post .project-meta > li a {
  font-size: 10px;
  font-weight: 600;
  color: #04befc;
}

.portfolio-single-post .project-meta > li a:hover {
  color: #222;
}

.portfolio-single-post .btn {
  padding: 10px 35px 8px;
}

.project-slider {
  margin-bottom: 40px;
}

.project-slider .flex-direction-nav a {
  border-radius: 0;
  width: 44px;
  color: #222;
  background-color: #fff;
}

.project-slider .flex-direction-nav a:hover {
  background-color: #04befc;
  color: #fff;
}

.post-navigation {
  margin: 50px 0 0;
}

@media (min-width: 1200px) {
  .post-navigation {
    margin-top: 10px;
  }
}

.post-navigation a {
  padding: 7px 16px;
  border: 1px solid #ebebeb;
}

.post-navigation a:hover {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

.post-navigation .fa {
  font-size: 24px;
}

/* 29 Contact */
.contact-page {
  font-family: 'Roboto', sans-serif;
}

.contact-page .section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 36px;
}

.contact-page .section-description {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #222;
}

.contact-form {
  padding-top: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input[type="text"]:focus:not(.error),
.contact-form input[type="email"]:focus:not(.error),
.contact-form input[type="url"]:focus:not(.error),
.contact-form textarea:focus:not(.error) {
  border-color: #04befc;
}

.contact-form input[type="submit"] {
  padding: 15px 34px 13px;
}

.contact-form p {
  margin-bottom: 30px;
}

.contacts {
  margin-top: 28px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .contacts {
    margin-bottom: 0;
  }
}

.contacts li {
  overflow: hidden;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ededed;
}

.contacts li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.contacts .title {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 100%;
}

@media (min-width: 400px) {
  .contacts .title {
    width: 118px;
  }
}

.contacts span {
  color: #222;
}

.contacts .content {
  display: table;
}

.contacts a[href^="mailto"] {
  color: #04befc;
}

.contacts a[href^="mailto"]:hover {
  color: #222;
}

.contacts p,
.contacts address {
  margin-bottom: 0;
  line-height: 2.5;
}

.follow-us a {
  margin-top: 8px;
  display: inline-block;
}

.follow-us a + a {
  margin-left: 12px;
}

#google-map {
  height: 250px;
}

@media (min-width: 768px) {
  #google-map {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  #google-map {
    height: 500px;
  }
}

/* 30 404 Page */
.wrapper-404 {
  text-align: center;
}

.wrapper-404 > h1 {
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 900;
  margin-top: -3rem;
}

.wrapper-404 > h1 span {
  color: #04befc;
}

.wrapper-404 p {
  font-size: 16px;
  margin-bottom: 1rem;
}

.wrapper-404 p + p {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wrapper-404 > h1 {
    font-size: 230px;
  }
}

/* 31 Shortcodes */
/* Accordion */
.accordion {
  line-height: 1.71429;
}

.accordion .accordion-sections {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-bottom: 10px;
}

.accordion .accordion-sections:last-of-type {
  margin-bottom: 0;
}

.accordion .accordion-sections.opened .fa-caret {
  color: #04befc;
}

.accordion .accordion-sections.opened .fa-caret:before {
  content: "\f0d7";
}

.accordion .accordion-header {
  padding: 16px 18px 14px 30px;
  cursor: pointer;
}

.accordion .accordion-header:hover {
  background-color: #f7f7f7;
}

.accordion .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.accordion .fa + .title {
  margin-left: 27px;
}

.accordion .fa {
  display: inline-block;
  font-size: 18px;
  color: #222;
}

.accordion .fa-caret {
  float: right;
}

.accordion .accordion-content {
  font-family: 'Roboto', sans-serif;
  display: none;
  padding: 12px 30px 20px;
  color: #555;
}

.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-two .accordion-header, .accordion-three .accordion-header {
  padding: 8px 17px 6px 20px;
  background-color: #fafafa;
  color: #999;
}

.accordion-two .accordion-header .title, .accordion-three .accordion-header .title {
  color: inherit;
  letter-spacing: 1.45px;
}

.accordion-two .fa, .accordion-three .fa {
  margin-top: 2px;
}

.accordion-two .fa-caret-up:before, .accordion-three .fa-caret-up:before {
  content: "\f067";
  color: #999;
  font-size: 13px;
}

.accordion-two .accordion-sections.opened .accordion-header, .accordion-three .accordion-sections.opened .accordion-header {
  background-color: #fff;
  color: #222;
}

.accordion-two .accordion-sections.opened .fa-caret:before, .accordion-three .accordion-sections.opened .fa-caret:before {
  content: "\f068";
  color: #222;
}

.accordion-two .accordion-content, .accordion-three .accordion-content {
  color: #555;
  border-top: 1px solid #e8e8e8;
  padding: 16px 20px 20px;
  line-height: 2;
}

.accordion-three .accordion-sections {
  border: none;
  background-color: transparent;
}

.accordion-three .accordion-header {
  position: relative;
  padding: 13px 60px 11px 25px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.accordion-three .fa {
  padding-top: 14px;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  border-left: 1px solid #e7e7e7;
  text-align: center;
}

.accordion-three .accordion-sections.opened .accordion-header {
  color: #04befc;
}

.accordion-three .accordion-sections.opened .fa-caret:before {
  content: "\f00d";
  color: #04befc;
}

.accordion-three .accordion-content {
  border-top: none;
  padding: 10px 5px 20px;
}

/* Tabs */
.tabs-nav-list {
  margin: 0;
  padding: 0;
}

.tabs-nav-list li {
  border-top: 2px solid transparent;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 1%;
  display: table-cell;
  text-align: center;
  background-color: #f0f0f0;
}

.tabs-nav-list li.current {
  background-color: #f9f9f9;
  border-top-color: #04befc;
  color: #04befc;
}

.tabs-nav-list li.current + li {
  border-left-color: transparent;
}

.tabs-nav-list li + li {
  border-left: 1px solid #e4e4e4;
}

.tabs-nav-list.not-full li {
  display: block;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}

.tabs-content {
  background-color: #f9f9f9;
  color: #555;
}

.tabs-2 .tabs-nav-list li.current {
  background-color: #04befc;
  color: #fff;
}

.tabs-2 .tab-content {
  background-color: #04befc;
  color: #fff;
}

.tabs-3 .tabs-nav-list li {
  background-color: #111;
  color: #fff;
}

.tabs-3 .tabs-nav-list li + li {
  border-left-color: #222;
}

.tabs-3 .tabs-nav-list li.current {
  border-top-color: #222;
  background-color: #222;
  color: #fff;
}

.tabs-3 .tab-content {
  background-color: #222;
  color: #8b8b8b;
}

@media (min-width: 480px) {
  .tabs-4 .tabs-nav {
    float: left;
    width: 168px;
  }
}

.tabs-4 .tabs-content {
  display: table;
}

.tabs-4 .tabs-nav-list li {
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2px;
  border-top: none;
  border-left: 3px solid transparent;
  background-color: #f0f0f0;
  color: #222;
}

.tabs-4 .tabs-nav-list li.current {
  border-left-color: #04befc;
  background-color: #f9f9f9;
  color: #04befc;
}

.tabs-4 .tabs-content {
  background-color: transparent;
}

@media (min-width: 480px) {
  .tabs-4 .tab-content {
    padding: 15px 0 1px 32px;
  }
}

.tab-content {
  display: none;
  padding: 20px 22px 1px;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
}

.tab-content.current {
  display: inherit;
}

/* Pricing Tables */
.pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
}

.pricing-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-table .btn {
  padding-left: 29px;
  padding-right: 29px;
}

.pricing-table .currency {
  text-transform: capitalize;
}

.pricing-table-one {
  border: 4px solid #eee;
}

.pricing-table-one .pricing-table-header {
  padding: 31px 0 26px;
}

.pricing-table-one .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-table-one .sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #666;
}

.pricing-table-one .price-group {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 32px 0;
  background-color: #eee;
}

.pricing-table-one .currency {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: 13px;
}

.pricing-table-one .price {
  font-size: 36px;
}

.pricing-table-one .price,
.pricing-table-one .currency,
.pricing-table-one .prefix-text {
  color: #04befc;
}

.pricing-table-one .prefix-text {
  margin-left: 10px;
  font-size: 12px;
  word-spacing: 8px;
  text-transform: uppercase;
}

.pricing-table-one .prefix-text > span {
  margin-right: 13px;
}

.pricing-table-one .prefix-text > span:empty {
  display: none;
}

.pricing-table-one .pricing-table-body {
  padding: 40px 45px 50px;
  line-height: 2.1;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #eee;
  color: #555;
}

.pricing-table-one .pricing-table-body p:last-of-type {
  margin-bottom: 0;
}

.pricing-table-one.active, .pricing-table-one.current, .pricing-table-one.selected, .pricing-table-one.subscribed, .pricing-table-one.highlight, .pricing-table-one.recommended {
  border-color: #04befc;
}

.pricing-table-one.active .price-group, .pricing-table-one.current .price-group, .pricing-table-one.selected .price-group, .pricing-table-one.subscribed .price-group, .pricing-table-one.highlight .price-group, .pricing-table-one.recommended .price-group {
  background-color: #04befc;
}

.pricing-table-one.active .price,
.pricing-table-one.active .currency,
.pricing-table-one.active .prefix-text, .pricing-table-one.current .price,
.pricing-table-one.current .currency,
.pricing-table-one.current .prefix-text, .pricing-table-one.selected .price,
.pricing-table-one.selected .currency,
.pricing-table-one.selected .prefix-text, .pricing-table-one.subscribed .price,
.pricing-table-one.subscribed .currency,
.pricing-table-one.subscribed .prefix-text, .pricing-table-one.highlight .price,
.pricing-table-one.highlight .currency,
.pricing-table-one.highlight .prefix-text, .pricing-table-one.recommended .price,
.pricing-table-one.recommended .currency,
.pricing-table-one.recommended .prefix-text {
  color: #fff;
}

.pricing-table-two {
  border: 1px solid #eee;
  border-top-width: 4px;
}

.pricing-table-two .pricing-table-header {
  border-bottom: 1px solid #eee;
}

.pricing-table-two .title {
  font-size: 14px;
  text-transform: capitalize;
  padding: 22px 0;
  word-spacing: 1px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.pricing-table-two .price-group {
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
}

.pricing-table-two .currency {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: 18px;
}

.pricing-table-two .price {
  font-size: 36px;
  color: #04befc;
}

.pricing-table-two .currency,
.pricing-table-two .prefix-text {
  color: #222;
}

.pricing-table-two .prefix-text {
  display: block;
  font-size: 10px;
}

.pricing-table-two .prefix-text > span {
  margin-right: 2px;
}

.pricing-table-two .prefix-text > span:empty {
  display: none;
}

.pricing-table-two .pricing-table-body {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  font-family: 'Roboto', sans-serif;
}

.pricing-table-two ul > li {
  margin-bottom: 26px;
}

.pricing-table-two ul > li:last-child {
  margin-bottom: 0;
}

.pricing-table-two .pricing-table-footer {
  padding: 28px 0;
}

.pricing-table-two.active .btn, .pricing-table-two.current .btn, .pricing-table-two.selected .btn, .pricing-table-two.subscribed .btn, .pricing-table-two.highlight .btn, .pricing-table-two.recommended .btn {
  background-color: #333;
  border-color: #333;
}

.pricing-table-two.active .btn:hover, .pricing-table-two.current .btn:hover, .pricing-table-two.selected .btn:hover, .pricing-table-two.subscribed .btn:hover, .pricing-table-two.highlight .btn:hover, .pricing-table-two.recommended .btn:hover {
  background-color: #04befc;
  border-color: #04befc;
}

.pricing-table-three {
  border: 1px solid #eee;
}

.pricing-table-three .pricing-table-header {
  position: relative;
  padding: 38px 15px;
  border-bottom: 1px solid #eee;
}

.pricing-table-three .pricing-table-header:after, .pricing-table-three .pricing-table-header:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
}

.pricing-table-three .pricing-table-header:after {
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.pricing-table-three .pricing-table-header:before {
  border-bottom-color: #eee;
  border-width: 9px;
  margin-left: -9px;
}

.pricing-table-three .title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.pricing-table-three .line {
  height: 1px;
  background-color: #333;
}

.pricing-table-three .price-group {
  margin-top: 12px;
}

.pricing-table-three .currency,
.pricing-table-three .price {
  font-weight: 700;
  color: #04befc;
}

.pricing-table-three .prefix-text {
  margin-left: 4px;
  color: #555;
}

.pricing-table-three .pricing-table-body {
  padding: 39px 30px;
  border-bottom: 1px solid #eee;
}

.pricing-table-three .pricing-table-body h1,
.pricing-table-three .pricing-table-body h2,
.pricing-table-three .pricing-table-body h3,
.pricing-table-three .pricing-table-body h4,
.pricing-table-three .pricing-table-body h5 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.pricing-table-three .pricing-table-body h1:before,
.pricing-table-three .pricing-table-body h2:before,
.pricing-table-three .pricing-table-body h3:before,
.pricing-table-three .pricing-table-body h4:before,
.pricing-table-three .pricing-table-body h5:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
  color: #04befc;
}

.pricing-table-three ul {
  color: #555;
}

.pricing-table-three ul > li {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 35px;
  margin-bottom: 29px;
  border-bottom: 1px solid #eee;
}

.pricing-table-three ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pricing-table-three .pricing-table-footer {
  position: relative;
  padding: 34px 15px;
}

.pricing-table-three .pricing-table-footer:after, .pricing-table-three .pricing-table-footer:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
}

.pricing-table-three .pricing-table-footer:after {
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.pricing-table-three .pricing-table-footer:before {
  border-top-color: #eee;
  border-width: 9px;
  margin-left: -9px;
}

.pricing-table-three.active, .pricing-table-three.current, .pricing-table-three.selected, .pricing-table-three.subscribed, .pricing-table-three.highlight, .pricing-table-three.recommended {
  border-width: 2px;
  border-bottom-color: #04befc;
  box-shadow: 0 0 7px #eee;
}

.pricing-table-three.active .line, .pricing-table-three.current .line, .pricing-table-three.selected .line, .pricing-table-three.subscribed .line, .pricing-table-three.highlight .line, .pricing-table-three.recommended .line {
  background-color: #dadada;
}

.pricing-table-three.active .btn, .pricing-table-three.current .btn, .pricing-table-three.selected .btn, .pricing-table-three.subscribed .btn, .pricing-table-three.highlight .btn, .pricing-table-three.recommended .btn {
  background-color: #fff;
  border-color: #111;
  color: #111;
}

.pricing-table-three.active .btn:hover, .pricing-table-three.current .btn:hover, .pricing-table-three.selected .btn:hover, .pricing-table-three.subscribed .btn:hover, .pricing-table-three.highlight .btn:hover, .pricing-table-three.recommended .btn:hover {
  background-color: #04befc;
  border-color: #04befc;
  color: #fff;
}

/* 32 Shop Pages */
/********************************************************
* Product
********************************************************/
.woocommerce .main,
.woocommerce-page .main {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .pearl-shop-page {
    padding-top: 100px;
  }
}

@media (min-width: 769px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 25%;
  }
}

@media (min-width: 769px) {
  .woocommerce .wc-three-column ul.products,
  .woocommerce-page .wc-three-column ul.products {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce .wc-three-column ul.products li.product,
  .woocommerce-page .wc-three-column ul.products li.product {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 33.3333% !important;
  }
}

@media (min-width: 992px) {
  .wc-sidebar-left .col-md-9 {
    float: right;
  }
}

.woocommerce .woocommerce-ordering {
  width: 280px;
  margin-bottom: 45px;
}

@media (max-width: 500px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
}

.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
  height: 46px;
}

.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.woocommerce .woocommerce-ordering .select2-selection .select2-selection__arrow {
  height: 44px;
}

.woocommerce .woocommerce-result-count {
  margin: 13px 0 1em;
  font-weight: 500;
  color: #555;
}

@media (max-width: 500px) {
  .woocommerce .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
}

.product-thumbnail {
  position: relative;
  overflow: hidden;
}

.product-thumbnail img,
.product-thumbnail a img {
  margin-bottom: 0;
}

.product-thumbnail-overlay {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: top 0.3s ease 0.1s;
  background-color: rgba(0, 0, 0, 0.5);
}

.on-sale-wrap {
  position: absolute;
  top: 25px;
  left: -44px;
  width: 100px;
  height: 45px;
  text-align: center;
  transform: translateY(-50%) rotate(-60deg);
  background-color: #04befc;
  color: #fff;
}

.on-sale-wrap > .on-sale {
  display: block;
  position: relative;
  top: 18px;
  right: -9px;
  left: initial;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
}

.woocommerce .products ul li.product img,
.woocommerce .products ul li.product img,
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .woocommerce .products ul li.product,
  .woocommerce .products ul li.product,
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
  }
}

.woocommerce .products ul li.product .product-overlay-button-wrap,
.woocommerce .products ul li.product .product-overlay-button-wrap,
.woocommerce ul.products li.product .product-overlay-button-wrap,
.woocommerce ul.products li.product .product-overlay-button-wrap {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  transform: translate(-50%, -50%);
}

.woocommerce .products ul li.product .added_to_cart,
.woocommerce .products ul li.product .product-overlay-button,
.woocommerce .products ul li.product .added_to_cart,
.woocommerce .products ul li.product .product-overlay-button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .product-overlay-button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .product-overlay-button {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  padding: 0 16px;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
}

.woocommerce .products ul li.product .added_to_cart.button,
.woocommerce .products ul li.product .product-overlay-button.button,
.woocommerce .products ul li.product .added_to_cart.button,
.woocommerce .products ul li.product .product-overlay-button.button,
.woocommerce ul.products li.product .added_to_cart.button,
.woocommerce ul.products li.product .product-overlay-button.button,
.woocommerce ul.products li.product .added_to_cart.button,
.woocommerce ul.products li.product .product-overlay-button.button {
  border-radius: 0;
}

.woocommerce .products ul li.product .added_to_cart.button.added:after,
.woocommerce .products ul li.product .product-overlay-button.button.added:after,
.woocommerce .products ul li.product .added_to_cart.button.added:after,
.woocommerce .products ul li.product .product-overlay-button.button.added:after,
.woocommerce ul.products li.product .added_to_cart.button.added:after,
.woocommerce ul.products li.product .product-overlay-button.button.added:after,
.woocommerce ul.products li.product .added_to_cart.button.added:after,
.woocommerce ul.products li.product .product-overlay-button.button.added:after {
  margin-left: 0;
}

.woocommerce .products ul li.product .added_to_cart.button.added .fa,
.woocommerce .products ul li.product .product-overlay-button.button.added .fa,
.woocommerce .products ul li.product .added_to_cart.button.added .fa,
.woocommerce .products ul li.product .product-overlay-button.button.added .fa,
.woocommerce ul.products li.product .added_to_cart.button.added .fa,
.woocommerce ul.products li.product .product-overlay-button.button.added .fa,
.woocommerce ul.products li.product .added_to_cart.button.added .fa,
.woocommerce ul.products li.product .product-overlay-button.button.added .fa {
  display: none;
}

.woocommerce .products ul li.product .added_to_cart.loading,
.woocommerce .products ul li.product .product-overlay-button.loading,
.woocommerce .products ul li.product .added_to_cart.loading,
.woocommerce .products ul li.product .product-overlay-button.loading,
.woocommerce ul.products li.product .added_to_cart.loading,
.woocommerce ul.products li.product .product-overlay-button.loading,
.woocommerce ul.products li.product .added_to_cart.loading,
.woocommerce ul.products li.product .product-overlay-button.loading {
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  width: 48px;
}

.woocommerce .products ul li.product .added_to_cart.loading:after,
.woocommerce .products ul li.product .product-overlay-button.loading:after,
.woocommerce .products ul li.product .added_to_cart.loading:after,
.woocommerce .products ul li.product .product-overlay-button.loading:after,
.woocommerce ul.products li.product .added_to_cart.loading:after,
.woocommerce ul.products li.product .product-overlay-button.loading:after,
.woocommerce ul.products li.product .added_to_cart.loading:after,
.woocommerce ul.products li.product .product-overlay-button.loading:after {
  top: 0;
}

.woocommerce .products ul li.product .added_to_cart.loading .fa,
.woocommerce .products ul li.product .product-overlay-button.loading .fa,
.woocommerce .products ul li.product .added_to_cart.loading .fa,
.woocommerce .products ul li.product .product-overlay-button.loading .fa,
.woocommerce ul.products li.product .added_to_cart.loading .fa,
.woocommerce ul.products li.product .product-overlay-button.loading .fa,
.woocommerce ul.products li.product .added_to_cart.loading .fa,
.woocommerce ul.products li.product .product-overlay-button.loading .fa {
  display: none;
}

.woocommerce .products ul li.product .added_to_cart.loading, .woocommerce .products ul li.product .added_to_cart:hover,
.woocommerce .products ul li.product .product-overlay-button.loading,
.woocommerce .products ul li.product .product-overlay-button:hover,
.woocommerce .products ul li.product .added_to_cart.loading,
.woocommerce .products ul li.product .added_to_cart:hover,
.woocommerce .products ul li.product .product-overlay-button.loading,
.woocommerce .products ul li.product .product-overlay-button:hover,
.woocommerce ul.products li.product .added_to_cart.loading,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .product-overlay-button.loading,
.woocommerce ul.products li.product .product-overlay-button:hover,
.woocommerce ul.products li.product .added_to_cart.loading,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .product-overlay-button.loading,
.woocommerce ul.products li.product .product-overlay-button:hover {
  background-color: #04befc;
  color: #fff;
}

.woocommerce .products ul li.product .add_to_cart_button,
.woocommerce .products ul li.product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button {
  margin-right: 1px;
}

.woocommerce .products ul li.product .added_to_cart.wc-forward,
.woocommerce .products ul li.product .added_to_cart.wc-forward,
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  width: 102px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .products ul li.product .woocommerce-loop-product__link,
.woocommerce .products ul li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  margin-left: 1px;
}

.woocommerce .products ul li.product .product-content,
.woocommerce .products ul li.product .product-content,
.woocommerce ul.products li.product .product-content,
.woocommerce ul.products li.product .product-content {
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #ececec;
}

.woocommerce .products ul li.product:hover .product-thumbnail-overlay,
.woocommerce .products ul li.product:hover .product-thumbnail-overlay,
.woocommerce ul.products li.product:hover .product-thumbnail-overlay,
.woocommerce ul.products li.product:hover .product-thumbnail-overlay {
  top: 0;
}

.woocommerce .products ul li.product:hover .product-content,
.woocommerce .products ul li.product:hover .product-content,
.woocommerce ul.products li.product:hover .product-content,
.woocommerce ul.products li.product:hover .product-content {
  border-color: #04befc;
}

.woocommerce .products ul li.product .price,
.woocommerce .products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce .products ul li.product .price del,
.woocommerce .products ul li.product .price del,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
  display: inline-block;
  font-size: 12px;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
  text-decoration: line-through;
  color: #999;
}

.woocommerce .products ul li.product .price > .amount,
.woocommerce .products ul li.product .price ins,
.woocommerce .products ul li.product .price ins .amount,
.woocommerce .products ul li.product .price > .amount,
.woocommerce .products ul li.product .price ins,
.woocommerce .products ul li.product .price ins .amount,
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #04befc;
}

@media all and (-ms-high-contrast: none) {
  .widget_product_search input[type="text"],
  .widget_product_search input[type="search"],
  .widget_product_search input[type="email"],
  .widget_product_search input[type="url"],
  .widget_product_search input[type="submit"] {
    min-height: 53px;
  }
  *::-ms-backdrop input[type="text"],
  *::-ms-backdrop input[type="search"],
  *::-ms-backdrop input[type="email"],
  *::-ms-backdrop input[type="url"],
  *::-ms-backdrop input[type="submit"],
  .widget_product_search input[type="text"],
  .widget_product_search input[type="search"],
  .widget_product_search input[type="email"],
  .widget_product_search input[type="url"],
  .widget_product_search input[type="submit"] {
    min-height: 53px;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin-bottom: 8px;
}

.woocommerce .products .star-rating {
  width: 82px;
  letter-spacing: 4px;
  line-height: 13px;
  margin: 0 auto 11px;
}

.star-rating {
  color: #eba62a;
}

.star-rating:hover {
  color: #eba62a;
}

/********************************************************
* Pagination
********************************************************/
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font-family: 'Montserrat', sans-serif;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 15px 20px;
  margin: 0 4px;
  background-color: #ececec;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #04befc;
  color: #fff;
}

/********************************************************
* Buttons
********************************************************/
.woocommerce input.button.alt,
.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce #respond input#submit,
.woocommerce.widget a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-radius: 0;
  background-color: #04befc;
  color: #fff;
}

.woocommerce input.button.alt:hover,
.woocommerce-message .button:hover,
.woocommerce-message a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce.widget a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #333;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce input.button.alt {
  padding: 13px 25px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 12px 15px;
  border-radius: 0;
}

/********************************************************
* Alerts
********************************************************/
.woocommerce-info,
.woocommerce-message {
  border-top-color: #04befc;
}

.woocommerce-info:before,
.woocommerce-message:before {
  color: #04befc;
}

.woocommerce-error {
  border-top-color: #ff0000;
}

.woocommerce-error:before {
  color: #ff0000;
}

.sidebar .shop-widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
  padding-left: 19px;
  line-height: 1.3;
  position: relative;
}

.sidebar .shop-widget-title:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #04befc;
}

.sidebar .shop-widget-title:after {
  display: none;
}

.widget #respond input#submit,
.widget a.button,
.widget button.button,
.widget input.button {
  padding: 10px 15px 9px;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce a.remove,
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
  font-size: 28px;
  height: 21px;
  width: 21px;
  line-height: 18px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 2px;
}

.woocommerce a.remove {
  color: #000 !important;
}

.woocommerce a.remove:hover {
  color: red !important;
  background: transparent;
}

.woocommerce ul.cart_list li {
  padding: 15px 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #ebe9eb;
  padding: 10px 0 0;
  margin-top: 14px;
  color: #222;
}

.woocommerce ul.product_list_widget li {
  padding: 0 0 15px;
}

.woocommerce ul.product_list_widget li:last-child {
  padding-bottom: 0;
}

.woocommerce .widget_layered_nav_filters ul li {
  padding-right: 10px;
}

.woocommerce .widget_product_categories ul > li,
.woocommerce .widget_layered_nav ul > li {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}

.woocommerce .widget_product_categories ul > li:last-child,
.woocommerce .widget_layered_nav ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.woocommerce .widget_product_categories ul > li:before,
.woocommerce .widget_layered_nav ul > li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 9px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-left: 4px;
  width: 48px;
}

.woocommerce .widget_product_categories ul li .children,
.woocommerce .widget_layered_nav ul li .children {
  padding-left: 20px;
  padding-top: 14px;
  margin-top: 15px;
  border-top: 1px solid #ececec;
}

.widget select {
  padding: 0 6px;
}

.widget_product_search input[type="text"],
.widget_product_search input[type="search"],
.widget_product_search input[type="email"],
.widget_product_search input[type="url"] {
  float: left;
  width: 70%;
}

.widget_product_search button,
.widget_product_search input[type="submit"] {
  width: 30%;
  padding: 12px 0;
}

.select2-container--default .select2-selection--multiple {
  border-color: #ececec;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #04befc;
  border-color: #04befc;
  border-radius: 0;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 4px;
}

.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
  display: inline-block;
  margin-top: 7px;
  margin-right: 10px;
}

.widget_recent_reviews .reviewer,
.widget_top_rated_products .reviewer {
  font-weight: 700;
}

.woocommerce .widget_price_filter .price_label {
  font-weight: 700;
  color: #3e3e3e;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ffffff;
  border: 3px solid #3e3e3e;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #3e3e3e;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ececec;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
}

.woocommerce div.product div.images.woocommerce-product-gallery .on-sale-wrap {
  z-index: 250;
}

.woocommerce div.product div.images {
  margin-bottom: 40px;
}

.woocommerce div.product div.images figure {
  max-width: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 20px;
}

.woocommerce div.product .product_title {
  font-size: 24px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline-block;
  font-size: 18px;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
  text-decoration: line-through;
  color: #cacaca;
}

.woocommerce div.product p.price > .amount,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price ins .amount,
.woocommerce div.product span.price > .amount,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price ins .amount {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 24px;
  letter-spacing: 2px;
  text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product p.price > .amount,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price ins .amount,
.woocommerce div.product span.price,
.woocommerce div.product span.price > .amount,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price ins .amount {
  color: #04befc;
}

.woocommerce .quantity .qty {
  width: 120px;
  height: 48px;
  padding: 7.5px 10px;
  font-weight: 700;
  text-align: center;
}

.woocommerce div.product form.cart .button {
  padding: 17px 15px;
  width: 135px;
  transition: all 0.2s linear;
  background-color: #333333;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #04befc;
}

.variations .select2-container {
  width: 150px !important;
  margin-right: 15px;
}

@media (min-width: 480px) {
  .variations .select2-container {
    width: 192px !important;
  }
}

.woocommerce div.product .product_meta {
  margin-bottom: 12px;
  font-weight: 600;
}

.woocommerce-tabs {
  margin-top: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 25px;
  letter-spacing: 1.5px;
  border-radius: 0;
  margin: 0;
  z-index: 4;
  border: 2px solid #ececec;
  background-color: #ececec;
  color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  border-left: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #04befc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: #fff;
}

.woocommerce table.shop_attributes td {
  padding: 5px 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 2px solid #ececec;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 38px 30px 15px;
  border: 2px solid #ececec;
  border-top: none;
}

.woocommerce-Tabs-panel .woocommerce-Reviews-title,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel--description .woocommerce-Reviews-title,
.woocommerce-Tabs-panel--description h2 {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel p.stars a,
.woocommerce-Tabs-panel--description p.stars a {
  color: #eba62a;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: #ececec;
  border-radius: 0;
  padding: 1em 1em 0;
}

.woocommerce #respond input#submit {
  padding: 15px 30px;
}

.upsells.products,
.related.products {
  margin-top: 50px;
}

.upsells.products > h2,
.related.products > h2 {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.upsells.products ul.products,
.related.products ul.products {
  margin-bottom: 0;
}

.woocommerce-cart .entry-content table,
.woocommerce-cart .entry-content table th,
.woocommerce-cart .entry-content table td {
  border: none;
}

.woocommerce form .form-row label,
.woocommerce-checkout-review-order-table,
.woocommerce-cart .cart.woocommerce-cart-form__contents {
  color: #333;
}

.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table th,
.woocommerce-cart .cart.woocommerce-cart-form__contents {
  text-transform: uppercase;
}

.woocommerce-cart .entry-content table td,
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table th {
  font-weight: 700;
}

.woocommerce-cart .entry-content table td {
  border-bottom: 1px solid #ececec;
}

.woocommerce-cart .entry-content table td a {
  color: inherit;
}

.woocommerce-cart .entry-content table td a:hover {
  color: #04befc;
}

.woocommerce-cart-form .woocommerce-cart-form__contents th {
  background-color: #333;
  color: #fff;
}

.woocommerce-cart-form .woocommerce-cart-form__contents a.remove {
  background: none;
  color: #333 !important;
}

.woocommerce-cart-form .woocommerce-cart-form__contents a.remove:hover {
  color: #ff0000 !important;
}

.woocommerce table.shop_table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-cart table.cart img {
  width: 110px;
  border: 1px solid #d7d7d7;
}

.woocommerce table.shop_table th {
  padding: 15px 12px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 100%;
  margin-bottom: 8px;
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #555555;
}

#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
  border-color: #04befc;
  background-color: #fff;
}

@media (min-width: 767px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 156px;
    padding: 6px 15px 5px;
  }
}

@media (max-width: 767px) {
  #add_payment_method table.cart td.actions .coupon input.button,
  .woocommerce-cart table.cart td.actions .coupon input.button,
  .woocommerce-checkout table.cart td.actions .coupon input.button {
    width: 100%;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  padding: 0;
  vertical-align: inherit;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  min-width: 100px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce table.shop_table {
  border-radius: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
#add_payment_method .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce table.shop_table .cart-subtotal,
.woocommerce table.shop_table .order-total {
  letter-spacing: 2px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button .cart-discount,
#add_payment_method .wc-proceed-to-checkout a.checkout-button .shipping,
#add_payment_method .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .cart-discount,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .shipping,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .cart-discount,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .shipping,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .cart-subtotal,
.woocommerce table.shop_table .cart-discount,
.woocommerce table.shop_table .shipping,
.woocommerce table.shop_table .cart-subtotal {
  font-size: 12px;
  color: #333;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .order-total,
.woocommerce table.shop_table .order-total {
  font-size: 17px;
  color: #04befc !important;
}

.cart_totals,
.cart_totals.calculated_shipping {
  margin-top: 40px;
}

.cart_totals h2,
.cart_totals.calculated_shipping h2 {
  margin-bottom: 4px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  letter-spacing: 2px;
  word-spacing: 2px;
  padding-bottom: 30px;
}

.cross-sells {
  margin-top: 40px;
}

.cross-sells h2 {
  margin-bottom: 4px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  letter-spacing: 2px;
  word-spacing: 2px;
  padding-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-bottom: none;
}

.woocommerce form .form-row textarea {
  height: 220px;
  padding: 20px;
}

.woocommerce-billing-fields h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

#ship-to-different-address,
.woocommerce-billing-fields h3 {
  margin-bottom: 20px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 2px;
}

#ship-to-different-address .checkbox input[type="checkbox"] {
  position: static;
  margin-left: 0;
}

.woocommerce form .form-row label.checkbox,
.woocommerce form .form-row input[type="checkbox"],
.woocommerce-page form .form-row label.checkbox {
  position: static;
}

.woocommerce form .form-row .input-checkbox {
  margin: -3px 8px 0 0;
}

#order_review_heading {
  margin: 30px 0 15px;
  font-size: 18px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 5px;
}

#add_payment_method #payment ul.payment_methods li input:focus,
.woocommerce-cart #payment ul.payment_methods li input:focus,
.woocommerce-checkout #payment ul.payment_methods li input:focus {
  outline: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f9f9f9;
  border-radius: 0;
}

#add_payment_method #payment label,
.woocommerce-cart #payment label,
.woocommerce-checkout #payment label {
  text-transform: uppercase;
  color: #333;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 13px;
  border-radius: 0;
  background-color: #04befc;
  color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #04befc;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #ebebeb;
  border-radius: 0;
}

.woocommerce-form-login label.inline {
  vertical-align: middle;
}

.woocommerce-form-login input[type="checkbox"] {
  margin: -2px 4px 0 8px;
  vertical-align: middle;
}

.woocommerce-store-notice, p.demo_store {
  background-color: #04befc;
}

.woocommerce ul.order_details {
  padding: 19px;
  border: 1px dashed #ebebeb;
}

.woocommerce ul.order_details li strong {
  color: #333;
  margin-top: 5px;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
  font-weight: 700;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-top: -3px;
  vertical-align: middle;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border-color: #ececec;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  padding-right: 35px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  height: 39px;
  width: 35px;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ececec;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 32px;
}

.select2-container--default .select2-results > .select2-results__options {
  font-weight: 500;
}

.select2-container--default .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  transition: all 0.1s linear;
  background-color: #04befc;
  color: #fff;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px 12px;
  width: 100%;
  box-sizing: border-box;
}

.select2-dropdown {
  border-radius: 0;
  border-color: #ececec;
}