/*
Theme Name: Nano
Theme URI: http://themegravity.com
Author: ThemeGravity
Author URI: http://themegravity.com
Description: Parallax Responsive Multi-Purpose Theme
Version: 1.5
License: GNU General Public License
License URI: license.txt
Text Domain: nano
Tags: light, green, blue, white, custom-colors, theme-options, post-formats
*/
/**
 * Table of Contents:
 *
 * 1.0  - Reset
 * 2.0  - Base
 * 3.0  - Typography
 * 4.0  - Layout
 * 5.0  - Modules
 *   5.1  - Tables
 *   5.2  - Forms
 *   5.3  - Buttons
 *   5.4  - Components
 *   5.5  - FontAwesome
 *   5.6  - Navigation
 *   5.7  - Alerts
 *   5.8  - Tooltips
 *   5.9  - Panels
 * 6.0  - Header
 * 7.0  - Pages
 * 8.0  - Posts
 * 9.0  - Footer
 * 10.0 - Variants
 * 11.0 - Media Queries
 *   11.1  - Min Width: 480px
 *   11.2  - Min Width: 768px
 *   11.3  - Min Width: 992px
 *   11.4  - Min Width: 1200px
 * ----------------------------------------------------------------------------
 */
a:focus {
  outline: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.left {
  float: left;
}

/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 2.0 Base
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fafafa;
  color: #333333;
}

body,
input,
button,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #3ccbb2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #279380;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
}

.img-rounded {
  border-radius: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.wp-smiley {
  margin-bottom: 0 !important;
}

.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.wp-caption img {
  display: block;
  margin-bottom: 10px !important;
}

.wp-video-shortcode,
.wp-audio-shortcode {
  max-width: 100%;
  margin-bottom: 21px;
}

/**
 * 3.0 Typography
 * ----------------------------------------------------------------------------
 */
p {
  margin: 0 0 21px;
}

.lead {
  margin-bottom: 21px;
  font-size: 1.14285714em;
  font-weight: 200;
  line-height: 1.3125em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

.text-error {
  color: #c60f13;
}

.text-warning {
  color: #f0ad4e;
}

.text-info {
  color: #5bc0de;
}

.text-success {
  color: #5da423;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 21px;
  text-rendering: optimizelegibility;
}
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1 {
  font-size: 2.28571429em;
  line-height: 1.1875em;
  margin-bottom: 0.125em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.33333333em;
  margin-bottom: 0.33333333em;
}

h3, .h3 {
  font-size: 1.28571429em;
  line-height: 1.33333333em;
  margin-bottom: 0.38888889em;
}

h4, .h4 {
  font-size: 1.14285714em;
  line-height: 1.375em;
}

h5, .h5 {
  font-size: 1em;
  line-height: 1.5em;
}

h6, .h6 {
  font-size: 1.14285714em;
  line-height: 1.5em;
}

h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 600;
}

h2.light, h3.light, h4.light {
  font-weight: 300;
}

h1 small, .h1 small {
  font-size: 1.28571429em;
  line-height: 1.33333333em;
}

h2 small, .h2 small {
  font-size: 0.76190476em;
  line-height: 1.375em;
}

h3 small, .h3 small, h4 small, .h4 small {
  font-size: 1.28571429em;
  line-height: 1.16666667em;
}

.single-post .post h2 {
  font-size: 1.71428571em;
  line-height: 1.33333333em;
}
.single-post .post h3 {
  font-size: 1.5em;
  line-height: 1.33333333em;
}
.single-post .post h4 {
  font-size: 1.28571429em;
  line-height: 1.44444444em;
}
.single-post .post h5 {
  font-size: 1.28571429em;
  line-height: 1.44444444em;
}
.single-post .post h6 {
  font-size: 1.14285714em;
  line-height: 1.5em;
}
.single-post .post h3, .single-post .post h5, .single-post .post h6 {
  font-weight: 600;
}

.page-header {
  padding-bottom: 9.5px;
  border-bottom: 1px solid #eeeeee;
  margin: 42px 0 21px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 21px 18px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

li {
  line-height: 21px;
}

.list-unstyled,
.list-inline,
.list-circle,
.list-square,
.list-star,
.list-check,
.list-arrow,
.list-arrow2,
.list-diamond {
  margin-left: 0;
  list-style: none;
  overflow: hidden;
}

.list-circle li,
.list-square li,
.list-star li,
.list-check li,
.list-arrow li,
.list-arrow2 li,
.list-diamond li {
  position: relative;
  padding-left: 20px;
}
.list-circle li:before,
.list-square li:before,
.list-star li:before,
.list-check li:before,
.list-arrow li:before,
.list-arrow2 li:before,
.list-diamond li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(img/list-sprite.png) -20px center no-repeat;
}

.list-circle li:before {
  top: 7px;
}

.list-square li:before {
  top: 7px;
  background-position: 0 0;
}

.list-diamond li:before {
  top: 7px;
  background-position: -40px 0;
}

.list-check li:before {
  background-position: -60px 0;
}

.list-arrow li:before {
  background-position: -80px 0;
}

.list-arrow2 li:before {
  top: 7px;
  background-position: -100px 0;
}

.list-star li:before {
  background-position: -120px 0;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 21px;
}

dt, dd {
  line-height: 21px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10.5px;
}

.dl-horizontal:before, .dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 18px;
  border-left: 2px solid #3ccbb2;
  margin: 0 0 21px;
  font-weight: 300;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.14285714em;
  line-height: 1.5em;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right:before {
  content: '';
}
blockquote.pull-right:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  line-height: 20px;
  background-color: #f9f2f4;
  color: #c7254e;
  /*white-space: nowrap;*/
}

pre {
  display: block;
  padding: 10px 10px 11px;
  margin: 0 0 21px;
  font-size: 13px;
  line-height: 1.61538462em;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: whitesmoke;
  color: #333333;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 294px;
  overflow-y: scroll;
}

/**
 * 4.0 Layout
 * ----------------------------------------------------------------------------
 */
.container:before, .container:after,
.row:before,
.row:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}
.container:after,
.row:after,
.group:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.xsmall-1 {
  float: left;
  width: 8.33333333%;
}

.xsmall-2 {
  float: left;
  width: 16.66666667%;
}

.xsmall-3 {
  float: left;
  width: 25%;
}

.xsmall-4 {
  float: left;
  width: 33.33333333%;
}

.xsmall-5 {
  float: left;
  width: 41.66666667%;
}

.xsmall-6 {
  float: left;
  width: 50%;
}

.xsmall-7 {
  float: left;
  width: 58.33333333%;
}

.xsmall-8 {
  float: left;
  width: 66.66666667%;
}

.xsmall-9 {
  float: left;
  width: 75%;
}

.xsmall-10 {
  float: left;
  width: 83.33333333%;
}

.xsmall-11 {
  float: left;
  width: 91.66666667%;
}

.xsmall-12 {
  float: left;
  width: 100%;
}

/**
 * 5.0 Modules
 * ----------------------------------------------------------------------------
 */
/**
 * 5.1 Tables
 * ----------------------------------------------------------------------------
 */
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table,
.widget_calendar table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.widget_calendar table > thead > tr > th,
.widget_calendar table > thead > tr > td,
.widget_calendar table > tbody > tr > th,
.widget_calendar table > tbody > tr > td,
.widget_calendar table > tfoot > tr > th,
.widget_calendar table > tfoot > tr > td {
  padding: 8px;
  line-height: 21px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th,
.widget_calendar table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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,
.widget_calendar table > caption + thead > tr:first-child > th,
.widget_calendar table > caption + thead > tr:first-child > td,
.widget_calendar table > colgroup + thead > tr:first-child > th,
.widget_calendar table > colgroup + thead > tr:first-child > td,
.widget_calendar table > thead:first-child > tr:first-child > th,
.widget_calendar table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.widget_calendar table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table,
.widget_calendar table .table {
  background-color: #fafafa;
}

.widget_calendar table {
  margin-bottom: 0;
}

.widget_calendar tfoot #next {
  text-align: right;
}

footer .widget_calendar table > thead > tr > th,
footer .widget_calendar table > thead > tr > td,
footer .widget_calendar table > tbody > tr > th,
footer .widget_calendar table > tbody > tr > td,
footer .widget_calendar table > tfoot > tr > th,
footer .widget_calendar table > tfoot > tr > td {
  border-top-color: #666666;
}
footer .widget_calendar table > thead > tr > th {
  border-bottom-color: #666666;
}

.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col.column {
  float: none;
  display: table-column;
}

table td.column,
table th.column {
  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: whitesmoke;
}

.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: #b8e9a7;
  border-color: #b5e493;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #a8e493;
  border-color: #a7df7e;
}

.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: #e3625f;
  border-color: #df495f;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #df4d49;
  border-color: #db344c;
}

.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: #ffcc8a;
  border-color: #ffa970;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffc170;
  border-color: #ff9a57;
}

/**
 * 5.2 Forms
 * ----------------------------------------------------------------------------
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: inherit;
  color: #333333;
}

label,
.wpcf7-form > p {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

.wpcf7-form > p {
  display: block;
  position: relative;
  margin-bottom: 21px;
}

.wpcf7-form textarea {
  height: auto;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked,
.wpcf7-form .wpcf7-mail-sent-ok {
  padding: 9px 15px 10px;
  margin-bottom: 21px;
  margin-left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: -27px;
  left: 15px;
  background-color: transparent;
  border: none;
  color: #e3625f;
  font-weight: 400;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  vertical-align: middle;
}

.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control,
.wpcf7-form-control {
  display: block;
  width: 100%;
  height: 31px;
  background-color: white;
  background-image: none;
  padding: 5px 12px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  vertical-align: middle;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus,
.wpcf7-form-control:focus {
  border-color: rgba(60, 203, 178, 0.45);
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(60, 203, 178, 0.25);
  -moz-box-shadow: 0 0 4px rgba(60, 203, 178, 0.25);
  box-shadow: 0 0 4px rgba(60, 203, 178, 0.25);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.wpcf7-form-control[disabled],
.wpcf7-form-control[readonly], fieldset[disabled]
.wpcf7-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group,
.comment-form > p {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-small {
  height: 32px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
}

.input-large {
  height: 36px;
  padding: 9px 32px;
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
}

select.input-small {
  height: 32px;
  line-height: 32px;
}

select.input-large {
  height: 36px;
  line-height: 36px;
}

textarea.input-small,
textarea.input-large {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #7f5f36;
}
.has-warning .form-control {
  border-color: #7f5f36;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-warning .form-control:focus {
  border-color: #5b4427;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #bb9360;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #bb9360;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #bb9360;
}
.has-warning .input-group-addon {
  background-color: #ffcc8a;
  border-color: #7f5f36;
  color: #7f5f36;
}

.has-error .help-block,
.has-error .control-label {
  color: white;
}
.has-error .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white;
}
.has-error .input-group-addon {
  background-color: #e3625f;
  border-color: white;
  color: white;
}

.has-success .help-block,
.has-success .control-label {
  color: #435e3a;
}
.has-success .form-control {
  border-color: #435e3a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-success .form-control:focus {
  border-color: #2d3e27;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #709d61;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #709d61;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #709d61;
}
.has-success .input-group-addon {
  background-color: #b8e9a7;
  border-color: #435e3a;
  color: #435e3a;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}

/**
 * 5.3 Buttons
 * ----------------------------------------------------------------------------
 */
.btn,
#submit,
.wpcf7-submit {
  display: inline-block;
  padding: 6px 12px;
  background-image: none;
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #3ccbb2;
  -moz-box-shadow: 0 3px 0 #3ccbb2;
  box-shadow: 0 3px 0 #3ccbb2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
#submit:focus,
.wpcf7-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus,
#submit:hover,
#submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: white;
  text-decoration: none;
}
.btn:active, .btn.active,
#submit:active,
#submit.active,
.wpcf7-submit:active,
.wpcf7-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
#submit.disabled,
#submit[disabled], fieldset[disabled]
#submit,
.wpcf7-submit.disabled,
.wpcf7-submit[disabled], fieldset[disabled]
.wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .icon-after,
#submit .icon-after,
.wpcf7-submit .icon-after {
  top: -1px;
  padding-left: 13px;
}
.btn .icon-before,
#submit .icon-before,
.wpcf7-submit .icon-before {
  top: -1px;
  padding-right: 13px;
}

.btn {
  margin-bottom: 21px;
}

.tp-caption .btn,
.tp-caption .btn:hover {
  color: #fff;
}

.btn .icon-after {
  top: 0;
  padding-left: 10px;
}

.btn .icon-before {
  top: 0;
  padding-right: 10px;
}

.btn-default {
  background-color: #3ccbb2;
  color: white;
  -webkit-box-shadow: 0 3px 0 #3a9989;
  -moz-box-shadow: 0 3px 0 #3a9989;
  box-shadow: 0 3px 0 #3a9989;
}
.btn-default.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-default.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-default.btn-secondary:hover {
  background-color: #3ccbb2;
  border-color: #3ccbb2;
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #2faf99;
  color: white;
  outline: 0;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #3ccbb2;
}

.open .dropdown-toggle.btn-default {
  background-color: #2faf99;
  color: white;
  background-image: none;
}

.btn-primary,
#submit,
.wpcf7-submit {
  background-color: #3ccbb2;
  color: white;
  -webkit-box-shadow: 0 3px 0 #3a9989;
  -moz-box-shadow: 0 3px 0 #3a9989;
  box-shadow: 0 3px 0 #3a9989;
}
.btn-primary.btn-secondary,
#submit.btn-secondary,
.wpcf7-submit.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-primary.btn-secondary.btn-light,
#submit.btn-secondary.btn-light,
.wpcf7-submit.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-primary.btn-secondary:hover,
#submit.btn-secondary:hover,
.wpcf7-submit.btn-secondary:hover {
  background-color: #3ccbb2;
  border-color: #3ccbb2;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
#submit:hover,
#submit:focus,
#submit:active,
#submit.active,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-color: #2faf99;
  color: white;
  outline: 0;
}
.btn-primary:active, .btn-primary.active,
#submit:active,
#submit.active,
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active,
#submit.disabled,
#submit.disabled:hover,
#submit.disabled:focus,
#submit.disabled:active,
#submit.disabled.active,
#submit[disabled],
#submit[disabled]:hover,
#submit[disabled]:focus,
#submit[disabled]:active,
#submit[disabled].active, fieldset[disabled]
#submit, fieldset[disabled]
#submit:hover, fieldset[disabled]
#submit:focus, fieldset[disabled]
#submit:active, fieldset[disabled]
#submit.active,
.wpcf7-submit.disabled,
.wpcf7-submit.disabled:hover,
.wpcf7-submit.disabled:focus,
.wpcf7-submit.disabled:active,
.wpcf7-submit.disabled.active,
.wpcf7-submit[disabled],
.wpcf7-submit[disabled]:hover,
.wpcf7-submit[disabled]:focus,
.wpcf7-submit[disabled]:active,
.wpcf7-submit[disabled].active, fieldset[disabled]
.wpcf7-submit, fieldset[disabled]
.wpcf7-submit:hover, fieldset[disabled]
.wpcf7-submit:focus, fieldset[disabled]
.wpcf7-submit:active, fieldset[disabled]
.wpcf7-submit.active {
  background-color: #3ccbb2;
}

.open .dropdown-toggle.btn-primary {
  background-color: #2faf99;
  color: white;
  background-image: none;
}

.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  border-color: #3ccbb2;
  color: #3ccbb2;
}
.btn-secondary:active, .btn-secondary.active {
  background-image: none;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
  background-color: #3ccbb2;
}

.open .dropdown-toggle.btn-secondary {
  background-color: #3ccbb2;
  color: #333333;
  background-image: none;
}

.btn-apricot {
  background-color: #e78875;
  color: white;
  -webkit-box-shadow: 0 3px 0 #b57467;
  -moz-box-shadow: 0 3px 0 #b57467;
  box-shadow: 0 3px 0 #b57467;
}
.btn-apricot.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-apricot.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-apricot.btn-secondary:hover {
  background-color: #e78875;
  border-color: #e78875;
  color: #fff;
}
.btn-apricot:hover, .btn-apricot:focus, .btn-apricot:active, .btn-apricot.active {
  background-color: #cf7563;
  color: white;
  outline: 0;
}
.btn-apricot:active, .btn-apricot.active {
  background-image: none;
}
.btn-apricot.disabled, .btn-apricot.disabled:hover, .btn-apricot.disabled:focus, .btn-apricot.disabled:active, .btn-apricot.disabled.active, .btn-apricot[disabled], .btn-apricot[disabled]:hover, .btn-apricot[disabled]:focus, .btn-apricot[disabled]:active, .btn-apricot[disabled].active, fieldset[disabled] .btn-apricot, fieldset[disabled] .btn-apricot:hover, fieldset[disabled] .btn-apricot:focus, fieldset[disabled] .btn-apricot:active, fieldset[disabled] .btn-apricot.active {
  background-color: #e78875;
}

.open .dropdown-toggle.btn-apricot {
  background-color: #e16a52;
  color: white;
  background-image: none;
}

.btn-light-blue {
  background-color: #32bfec;
  color: white;
  -webkit-box-shadow: 0 3px 0 #2e9bbf;
  -moz-box-shadow: 0 3px 0 #2e9bbf;
  box-shadow: 0 3px 0 #2e9bbf;
}
.btn-light-blue.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-light-blue.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-light-blue.btn-secondary:hover {
  background-color: #32bfec;
  border-color: #32bfec;
  color: #fff;
}
.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
  background-color: #2fb2de;
  color: white;
  outline: 0;
}
.btn-light-blue:active, .btn-light-blue.active {
  background-image: none;
}
.btn-light-blue.disabled, .btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled], .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
  background-color: #32bfec;
}

.open .dropdown-toggle.btn-light-blue {
  background-color: #15afe0;
  color: white;
  background-image: none;
}

.btn-purple {
  background-color: #a78dd6;
  color: white;
  -webkit-box-shadow: 0 3px 0 #8271a3;
  -moz-box-shadow: 0 3px 0 #8271a3;
  box-shadow: 0 3px 0 #8271a3;
}
.btn-purple.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-purple.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-purple.btn-secondary:hover {
  background-color: #a78dd6;
  border-color: #a78dd6;
  color: #fff;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
  background-color: #957ebf;
  color: white;
  outline: 0;
}
.btn-purple:active, .btn-purple.active {
  background-image: none;
}
.btn-purple.disabled, .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled], .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
  background-color: #a78dd6;
}

.open .dropdown-toggle.btn-purple {
  background-color: #906fcb;
  color: white;
  background-image: none;
}

.btn-orange {
  background-color: #f68235;
  color: white;
  -webkit-box-shadow: 0 3px 0 #c46627;
  -moz-box-shadow: 0 3px 0 #c46627;
  box-shadow: 0 3px 0 #c46627;
}
.btn-orange.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-orange.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-orange.btn-secondary:hover {
  background-color: #f68235;
  border-color: #f68235;
  color: #fff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-color: #e07731;
  color: white;
  outline: 0;
}
.btn-orange:active, .btn-orange.active {
  background-image: none;
}
.btn-orange.disabled, .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled], .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
  background-color: #f68235;
}

.open .dropdown-toggle.btn-orange {
  background-color: #f46a0e;
  color: white;
  background-image: none;
}

.btn-blue {
  background-color: #3c90cb;
  color: white;
  -webkit-box-shadow: 0 3px 0 #326e99;
  -moz-box-shadow: 0 3px 0 #326e99;
  box-shadow: 0 3px 0 #326e99;
}
.btn-blue.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-blue.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-blue.btn-secondary:hover {
  background-color: #3c90cb;
  border-color: #3c90cb;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
  background-color: #3782b8;
  color: white;
  outline: 0;
}
.btn-blue:active, .btn-blue.active {
  background-image: none;
}
.btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
  background-color: #3c90cb;
}

.open .dropdown-toggle.btn-blue {
  background-color: #2f7aaf;
  color: white;
  background-image: none;
}

.btn-orchid {
  background-color: #cf6fc5;
  color: white;
  -webkit-box-shadow: 0 3px 0 #9e5597;
  -moz-box-shadow: 0 3px 0 #9e5597;
  box-shadow: 0 3px 0 #9e5597;
}
.btn-orchid.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-orchid.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-orchid.btn-secondary:hover {
  background-color: #cf6fc5;
  border-color: #cf6fc5;
  color: #fff;
}
.btn-orchid:hover, .btn-orchid:focus, .btn-orchid:active, .btn-orchid.active {
  background-color: #ba65b2;
  color: white;
  outline: 0;
}
.btn-orchid:active, .btn-orchid.active {
  background-image: none;
}
.btn-orchid.disabled, .btn-orchid.disabled:hover, .btn-orchid.disabled:focus, .btn-orchid.disabled:active, .btn-orchid.disabled.active, .btn-orchid[disabled], .btn-orchid[disabled]:hover, .btn-orchid[disabled]:focus, .btn-orchid[disabled]:active, .btn-orchid[disabled].active, fieldset[disabled] .btn-orchid, fieldset[disabled] .btn-orchid:hover, fieldset[disabled] .btn-orchid:focus, fieldset[disabled] .btn-orchid:active, fieldset[disabled] .btn-orchid.active {
  background-color: #cf6fc5;
}

.open .dropdown-toggle.btn-orchid {
  background-color: #c550b9;
  color: white;
  background-image: none;
}

.btn-red {
  background-color: #e34744;
  color: white;
  -webkit-box-shadow: 0 3px 0 #b03937;
  -moz-box-shadow: 0 3px 0 #b03937;
  box-shadow: 0 3px 0 #b03937;
}
.btn-red.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-red.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-red.btn-secondary:hover {
  background-color: #e34744;
  border-color: #e34744;
  color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #cf403e;
  color: white;
  outline: 0;
}
.btn-red:active, .btn-red.active {
  background-image: none;
}
.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  background-color: #e34744;
}

.open .dropdown-toggle.btn-red {
  background-color: #dd2521;
  color: white;
  background-image: none;
}

.btn-yellow {
  background-color: #ffc609;
  color: white;
  -webkit-box-shadow: 0 3px 0 #cc9f0a;
  -moz-box-shadow: 0 3px 0 #cc9f0a;
  box-shadow: 0 3px 0 #cc9f0a;
}
.btn-yellow.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-yellow.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-yellow.btn-secondary:hover {
  background-color: #ffc609;
  border-color: #ffc609;
  color: #fff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
  background-color: #ebb505;
  color: white;
  outline: 0;
}
.btn-yellow:active, .btn-yellow.active {
  background-image: none;
}
.btn-yellow.disabled, .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled], .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
  background-color: #ffc609;
}

.open .dropdown-toggle.btn-yellow {
  background-color: #dfab00;
  color: white;
  background-image: none;
}

.btn-green {
  background-color: #8cd274;
  color: white;
  -webkit-box-shadow: 0 3px 0 #6ca35a;
  -moz-box-shadow: 0 3px 0 #6ca35a;
  box-shadow: 0 3px 0 #6ca35a;
}
.btn-green.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-green.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-green.btn-secondary:hover {
  background-color: #8cd274;
  border-color: #8cd274;
  color: #fff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #7bba66;
  color: white;
  outline: 0;
}
.btn-green:active, .btn-green.active {
  background-image: none;
}
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: #8cd274;
}

.open .dropdown-toggle.btn-green {
  background-color: #72c855;
  color: white;
  background-image: none;
}

.btn-sea {
  background-color: #87cacb;
  color: white;
  -webkit-box-shadow: 0 3px 0 #679b9c;
  -moz-box-shadow: 0 3px 0 #679b9c;
  box-shadow: 0 3px 0 #679b9c;
}
.btn-sea.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-sea.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-sea.btn-secondary:hover {
  background-color: #87cacb;
  border-color: #87cacb;
  color: #fff;
}
.btn-sea:hover, .btn-sea:focus, .btn-sea:active, .btn-sea.active {
  background-color: #77b4b5;
  color: white;
  outline: 0;
}
.btn-sea:active, .btn-sea.active {
  background-image: none;
}
.btn-sea.disabled, .btn-sea.disabled:hover, .btn-sea.disabled:focus, .btn-sea.disabled:active, .btn-sea.disabled.active, .btn-sea[disabled], .btn-sea[disabled]:hover, .btn-sea[disabled]:focus, .btn-sea[disabled]:active, .btn-sea[disabled].active, fieldset[disabled] .btn-sea, fieldset[disabled] .btn-sea:hover, fieldset[disabled] .btn-sea:focus, fieldset[disabled] .btn-sea:active, fieldset[disabled] .btn-sea.active {
  background-color: #87cacb;
}

.open .dropdown-toggle.btn-sea {
  background-color: #6bbdbf;
  color: white;
  background-image: none;
}

.btn-steel {
  background-color: #5e89a6;
  color: white;
  -webkit-box-shadow: 0 3px 0 #466478;
  -moz-box-shadow: 0 3px 0 #466478;
  box-shadow: 0 3px 0 #466478;
}
.btn-steel.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-steel.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-steel.btn-secondary:hover {
  background-color: #5e89a6;
  border-color: #5e89a6;
  color: #fff;
}
.btn-steel:hover, .btn-steel:focus, .btn-steel:active, .btn-steel.active {
  background-color: #547a94;
  color: white;
  outline: 0;
}
.btn-steel:active, .btn-steel.active {
  background-image: none;
}
.btn-steel.disabled, .btn-steel.disabled:hover, .btn-steel.disabled:focus, .btn-steel.disabled:active, .btn-steel.disabled.active, .btn-steel[disabled], .btn-steel[disabled]:hover, .btn-steel[disabled]:focus, .btn-steel[disabled]:active, .btn-steel[disabled].active, fieldset[disabled] .btn-steel, fieldset[disabled] .btn-steel:hover, fieldset[disabled] .btn-steel:focus, fieldset[disabled] .btn-steel:active, fieldset[disabled] .btn-steel.active {
  background-color: #5e89a6;
}

.open .dropdown-toggle.btn-steel {
  background-color: #4e748d;
  color: white;
  background-image: none;
}

.btn-modern {
  background-color: #2fc4c4;
  color: white;
  -webkit-box-shadow: 0 3px 0 #239494;
  -moz-box-shadow: 0 3px 0 #239494;
  box-shadow: 0 3px 0 #239494;
}
.btn-modern.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.btn-modern.btn-secondary.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
.btn-modern.btn-secondary:hover {
  background-color: #2fc4c4;
  border-color: #2fc4c4;
  color: #fff;
}
.btn-modern:hover, .btn-modern:focus, .btn-modern:active, .btn-modern.active {
  background-color: #2ab0b0;
  color: white;
  outline: 0;
}
.btn-modern:active, .btn-modern.active {
  background-image: none;
}
.btn-modern.disabled, .btn-modern.disabled:hover, .btn-modern.disabled:focus, .btn-modern.disabled:active, .btn-modern.disabled.active, .btn-modern[disabled], .btn-modern[disabled]:hover, .btn-modern[disabled]:focus, .btn-modern[disabled]:active, .btn-modern[disabled].active, fieldset[disabled] .btn-modern, fieldset[disabled] .btn-modern:hover, fieldset[disabled] .btn-modern:focus, fieldset[disabled] .btn-modern:active, fieldset[disabled] .btn-modern.active {
  background-color: #2fc4c4;
}

.open .dropdown-toggle.btn-modern {
  background-color: #27a3a3;
  color: white;
  background-image: none;
}

.btn-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3ccbb2;
  font-weight: normal;
  cursor: pointer;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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 {
  background-color: transparent;
  color: #279380;
  text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-large {
  padding: 11px 32px 8px;
  font-size: 14px;
  line-height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-medium {
  padding: 11px 15px 8px;
  font-size: 13px;
  line-height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small,
.btn-xsmall,
#submit,
.wpcf7-submit {
  padding: 6px 12px 4px;
  font-size: 11px;
  line-height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}

.wpcf7-submit {
  width: auto;
}

.btn-xsmall {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/**
 * 5.4 Components
 * ----------------------------------------------------------------------------
 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  -moz-transition: height .35s;
  -ms-transition: height .35s;
  -o-transition: height .35s;
  transition: height .35s;
}
.collapse.in {
  height: auto;
}

#ascrail2000 {
  width: 12px !important;
  background-color: #a3a3a3;
  z-index: 10000 !important;
}

/**
 * 5.5 Fontawesome
 * ----------------------------------------------------------------------------
 */
/**
 * Font Awesome 3.2.1 by Dave Gandy
 * Licence: SIL OFL 1.1
 * 
 * @see http://fontawesome.io
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("css/fonts/fontawesome-webfont.eot");
  src: url("css/fonts/fontawesome-webfontd41d.eot?#iefix") format("embedded-opentype"), url("css/fonts/fontawesome-webfont.woff") format("woff"), url("css/fonts/fontawesome-webfont.ttf") format("truetype"), url("css/fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon + h1,
.icon + h2,
.icon + h3,
.icon + h4,
.icon + h5,
.icon + h6 {
  margin-top: 0;
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-behance:before {
  content: "\e601";
}

.icon-spotify:before {
  content: "\e600";
}

.icon-reddit:before {
  content: "\e602";
}

.icon-lastfm:before {
  content: "\e603";
}

.icon-yelp:before {
  content: "\e604";
}

.icon-stumbleupon:before {
  content: "\e605";
}

.icon-delicious:before {
  content: "\e606";
}

.icon-soundcloud:before {
  content: "\e607";
}

.icon-deviantart:before {
  content: "\e608";
}

.icon-vimeo:before {
  content: "\e609";
}

.icon-forrst:before {
  content: "\e60a";
}

.icon-picasa:before {
  content: "\e60b";
}

.icon-heart-beta:before {
  content: "\e60c";
}

.icon-cloud-beta:before {
  content: "\e60d";
}

.icon-star-beta:before {
  content: "\e60e";
}

.icon-tv:before {
  content: "\e60f";
}

.icon-sound:before {
  content: "\e610";
}

.icon-video:before {
  content: "\e611";
}

.icon-trash-beta:before {
  content: "\e612";
}

.icon-user-beta:before {
  content: "\e613";
}

.icon-key-beta:before {
  content: "\e614";
}

.icon-search-beta:before {
  content: "\e615";
}

.icon-settings:before {
  content: "\e616";
}

.icon-camera-beta:before {
  content: "\e617";
}

.icon-tag-beta:before {
  content: "\e618";
}

.icon-lock-beta:before {
  content: "\e619";
}

.icon-bulb:before {
  content: "\e61a";
}

.icon-pen-beta:before {
  content: "\e61b";
}

.icon-diamond:before {
  content: "\e61c";
}

.icon-display:before {
  content: "\e61d";
}

.icon-location:before {
  content: "\e61e";
}

.icon-eye-beta:before {
  content: "\e61f";
}

.icon-buble:before {
  content: "\e620";
}

.icon-stack:before {
  content: "\e621";
}

.icon-cup:before {
  content: "\e622";
}

.icon-phone-beta:before {
  content: "\e623";
}

.icon-news:before {
  content: "\e624";
}

.icon-mail-beta:before {
  content: "\e625";
}

.icon-like:before {
  content: "\e626";
}

.icon-photo:before {
  content: "\e627";
}

.icon-note-beta:before {
  content: "\e628";
}

.icon-clock:before {
  content: "\e629";
}

.icon-paperplane:before {
  content: "\e62a";
}

.icon-params:before {
  content: "\e62b";
}

.icon-banknote:before {
  content: "\e62c";
}

.icon-data:before {
  content: "\e62d";
}

.icon-music-beta:before {
  content: "\e62e";
}

.icon-megaphone:before {
  content: "\e62f";
}

.icon-study:before {
  content: "\e630";
}

.icon-lab:before {
  content: "\e631";
}

.icon-food-beta:before {
  content: "\e632";
}

.icon-t-shirt:before {
  content: "\e633";
}

.icon-fire-beta:before {
  content: "\e634";
}

.icon-clip-beta:before {
  content: "\e635";
}

.icon-shop-beta:before {
  content: "\e636";
}

.icon-calendar-beta:before {
  content: "\e637";
}

.icon-wallet:before {
  content: "\e638";
}

.icon-vynil:before {
  content: "\e639";
}

.icon-truck-beta:before {
  content: "\e63a";
}

.icon-world:before {
  content: "\e63b";
}

/**
 * 5.6 Navigation
 * ----------------------------------------------------------------------------
 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 9.5px 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: whitesmoke;
  text-decoration: none;
  color: #262626;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #3ccbb2;
  color: white;
  text-decoration: none;
  outline: 0;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 21px;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}

.nav li {
  position: relative;
  display: block;
}

.nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #ccc;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav li a:hover,
.nav li a:focus {
  background-color: #3ccbb2;
  color: #fff;
  text-decoration: none;
}

.nav li.disabled > a {
  color: #999999;
}
.nav li.disabled > a:hover, .nav li.disabled > a:focus {
  background-color: transparent;
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3ccbb2;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ebebeb;
  margin-left: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  background-color: whitesmoke;
  border: 1px solid transparent;
  margin-right: 2px;
  font-weight: 600;
  line-height: 21px;
  color: #3ccbb2;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.nav-tabs > li > a:hover {
  background-color: #3ccbb2;
  border-color: #3ccbb2 #3ccbb2 whitesmoke;
  color: white !important;
}
.nav-tabs > li > a:focus {
  outline: 0;
}
.nav-tabs > li.ui-tabs-active > a, .nav-tabs > li.ui-tabs-active > a:hover, .nav-tabs > li.ui-tabs-active > a:focus {
  background-color: #3ccbb2;
  color: #fff !important;
  border: 1px solid #3ccbb2;
  border-bottom-color: transparent;
  color: white;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  font-weight: 600;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #3ccbb2;
  color: white;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

.tabbable:before, .tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  padding: 20px 15px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.tab-content > .tab-pane > p:last-child,
.pill-content > .pill-pane > p:last-child {
  margin-bottom: 0;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}

.nav a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav a.active .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1px;
}

.navbar-header {
  padding: 9px 0;
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}

.navbar-brand {
  float: left;
  padding: 0 10px;
  margin-left: -10px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-text {
  font-size: 21px;
  line-height: 44px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggle .icon {
  font-size: 21px;
}

.navbar-collapse {
  margin-left: -30px;
  margin-right: -30px;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}

.navbar-collapse,
.navbar-collapse > ul ul {
  list-style: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.js .navbar-collapse, .js
.navbar-collapse > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #333;
}

.navbar-collapse > ul ul {
  margin-left: 0;
}

.navbar-collapse.active,
.js .navbar-collapse > ul ul.active {
  max-height: 200em;
}

.navbar-nav {
  margin-left: 0;
}
.navbar-nav li a {
  padding: 12px 45px;
}

.navbar-nav > li {
  border-bottom: 1px solid #3a3a3a;
}
.navbar-nav > li:last-child {
  border-bottom: none;
}

.navbar-nav > .current-menu-parent > ul > .current-menu-item > a,
.navbar-nav > .current-menu-ancestor > ul > .current-menu-parent > ul > .current-menu-item > a {
  background-color: #3ccbb2;
  color: #fff;
}

.mega-menu .hidden-header > a {
  display: none;
}

.navbar-nav > li > ul a {
  padding-left: 60px;
}

.navbar-nav > li > ul .dropdown-toggle.active {
  border-top: 1px solid #3a3a3a;
}

.navbar-nav > li > ul li:last-child {
  border-bottom: none;
}

.navbar-nav > li > ul > li > ul a {
  padding-left: 75px;
}

.navbar-nav > li > ul > li > ul > li > ul a {
  padding-left: 90px;
}

.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: transparent;
  color: #5e5e5e;
}
.navbar-default .navbar-toggle {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

.search-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-right: 27px;
}
.search-wrapper input[type="search"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  padding: 12px 70px 12px 45px;
  background-color: #333;
  border: none;
  color: #ccc;
}
.search-wrapper input[type="search"]:focus {
  outline: 0;
  background-color: #383838;
}
.search-wrapper .submit-btn {
  float: right;
  width: 70px;
  height: 45px;
}
.search-wrapper .submit-btn input[type="submit"] {
  position: absolute;
  width: 70px;
  height: 45px;
  background-color: transparent;
  border: none;
  color: transparent;
}
.search-wrapper .submit-btn .icon {
  top: 12px;
  left: 25px;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
.search-wrapper .submit-btn .icon-remove {
  display: none;
}
.search-wrapper .submit-btn .icon-search {
  display: inline-block;
}

/**
 * 5.7 Alerts
 * ----------------------------------------------------------------------------
 */
.alert {
  padding: 9px 15px 10px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success,
.wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #b8e9a7;
  border-color: #b5e493;
  color: #435e3a;
}
.alert-success hr,
.wpcf7-form .wpcf7-mail-sent-ok hr {
  border-top-color: #a7df7e;
}
.alert-success .alert-link,
.wpcf7-form .wpcf7-mail-sent-ok .alert-link {
  color: #2d3e27;
}

.alert-info {
  background-color: #b1e9fb;
  border-color: #99edfa;
  color: #2d505c;
}
.alert-info hr {
  border-top-color: #80e9f9;
}
.alert-info .alert-link {
  color: #1c323a;
}

.alert-warning {
  background-color: #ffcc8a;
  border-color: #ffa970;
  color: #7f5f36;
}
.alert-warning hr {
  border-top-color: #ff9a57;
}
.alert-warning .alert-link {
  color: #5b4427;
}

.alert-danger,
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked {
  background-color: #e3625f;
  border-color: #df495f;
  color: white;
}
.alert-danger hr,
.wpcf7-form .wpcf7-validation-errors hr,
.wpcf7-form .wpcf7-mail-sent-ng hr,
.wpcf7-form .wpcf7-spam-blocked hr {
  border-top-color: #db344c;
}
.alert-danger .alert-link,
.wpcf7-form .wpcf7-validation-errors .alert-link,
.wpcf7-form .wpcf7-mail-sent-ng .alert-link,
.wpcf7-form .wpcf7-spam-blocked .alert-link {
  color: #e6e6e6;
}

.alert-dark {
  background-color: #555555;
  border-color: #484848;
  color: white;
}
.alert-dark hr {
  border-top-color: #3b3b3b;
}
.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-light {
  background-color: #eeeeee;
  border-color: #e1e1e1;
  color: #666666;
}
.alert-light hr {
  border-top-color: #d4d4d4;
}
.alert-light .alert-link {
  color: #4d4d4d;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  opacity: 2/10;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/**
 * 5.8 Tooltips
 * ----------------------------------------------------------------------------
 */
.tooltip {
  position: relative;
  padding: 15px;
  color: #999 !important;
  font-size: 16px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.tooltip:hover {
  color: #3ccbb2 !important;
}
.tooltip span.tooltip-data {
  display: block;
  position: absolute;
  top: 45px;
  left: -15px;
  z-index: 1000;
  padding: 4px 6px;
  background-color: rgba(20, 20, 20, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  font-size: 12px;
  pointer-events: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.tooltip-top .tooltip span.tooltip-data {
  top: auto;
  bottom: 45px;
}
.tooltip span.tooltip-data:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 23px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid rgba(20, 20, 20, 0.9);
}
.tooltip-top .tooltip span.tooltip-data:before {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid rgba(20, 20, 20, 0.9);
}
.tooltip:hover span:last-child {
  top: 35px;
  opacity: 1;
}
.tooltip-top .tooltip:hover span:last-child {
  top: auto;
  bottom: 35px;
}

/**
 * 5.9 Panels
 * ----------------------------------------------------------------------------
 */
.panel-heading {
  position: relative;
  outline: 0;
}
.panel-heading h3 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1em;
}
.panel-heading a {
  display: block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e7e7e7;
  color: #3ccbb2;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.panel-heading a:hover, .panel-heading.ui-accordion-header-active a {
  background-color: #3ccbb2;
  border-color: #3ccbb2 #3ccbb2 whitesmoke;
  color: #fff !important;
}
.panel-heading .icon {
  position: absolute;
  top: 11px;
  right: 25px;
}
.panel-heading .icon-minus {
  display: none;
}
.panel-heading.ui-accordion-header-active .icon-plus {
  display: none;
}
.panel-heading.ui-accordion-header-active .icon-minus {
  display: block;
}

.panel-body {
  margin-top: -1px;
  padding: 21px 15px;
  border: 1px solid #f5f5f5;
  border-top-color: transparent;
}
.panel-body > p:last-child {
  margin-bottom: 0;
}

.panel {
  margin-bottom: 21px;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.ui-accordion,
.tab-wrapper {
  margin-bottom: 1.5em;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #3ccbb2;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #3ccbb2;
  border-color: #3ccbb2;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3ccbb2;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3ccbb2;
}

.panel-success {
  border-color: #b5e493;
}
.panel-success > .panel-heading {
  color: #435e3a;
  background-color: #b8e9a7;
  border-color: #b5e493;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b5e493;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b5e493;
}

.panel-warning {
  border-color: #ffa970;
}
.panel-warning > .panel-heading {
  color: #7f5f36;
  background-color: #ffcc8a;
  border-color: #ffa970;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffa970;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffa970;
}

.panel-danger {
  border-color: #df495f;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #e3625f;
  border-color: #df495f;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #df495f;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #df495f;
}

.panel-info {
  border-color: #99edfa;
}
.panel-info > .panel-heading {
  color: #2d505c;
  background-color: #b1e9fb;
  border-color: #99edfa;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #99edfa;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #99edfa;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #999 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #3ccbb2 !important;
}

.mejs-controls .mejs-button button:focus {
  outline: 1px solid transparent !important;
}

/**
 * 6.0 Header
 * ----------------------------------------------------------------------------
 */
#wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.header-inverse {
  background-color: #333;
  color: #fff;
}
.header-inverse .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-inverse .icon {
  color: #ccc;
}
.header-inverse .navbar-collapse {
  border-top: 1px solid #3a3a3a;
}

#header-top {
  background-color: #eee;
  padding-top: 0.84615385em;
  padding-bottom: 0.76923077em;
  font-size: 0.92857143em;
}
#header-top ul {
  margin-bottom: 0;
}

#header-top-social {
  display: none;
}

#header-top-info {
  color: #999;
}
#header-top-info p {
  margin-right: 30px;
  margin-bottom: 7px;
  text-align: center;
}

.social-icons-list {
  overflow: visible;
}
.social-icons-list li {
  padding-right: 0;
  padding-left: 0;
}

#secondary-nav > ul {
  text-align: center;
}
#secondary-nav li a {
  color: #999;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
#secondary-nav li a:hover {
  color: #3ccbb2;
}

.header-inverse #header-top {
  background-color: #2b2b2b;
}
.header-inverse #header-top .icon {
  color: inherit;
}

/**
 * 7.0 Pages
 * ----------------------------------------------------------------------------
 */
.default-color {
  color: #3ccbb2;
}

.apricot-color {
  color: #e78875;
}

.light-blue-color {
  color: #32bfec;
}

.purple-color {
  color: #a78dd6;
}

.orange-color {
  color: #f68235;
}

.blue-color {
  color: #3c90cb;
}

.orchid-color {
  color: #cf6fc5;
}

.red-color {
  color: #e34744;
}

.yellow-color {
  color: #ffc609;
}

.green-color {
  color: #8cd274;
}

.sea-color {
  color: #87cacb;
}

.steel-color {
  color: #5e89a6;
}

.modern-color {
  color: #2fc4c4;
}

#page-header {
  padding-top: 3em;
  background-color: #f1f1f1;
  color: #666;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
}
#page-header .page-header-top {
  margin-bottom: 42px;
}
.page-template-page-portfolio-four-col-php #page-header .page-header-top, .page-template-page-portfolio-three-col-php #page-header .page-header-top
.page-template-page-portfolio-three-col-sidebar-php #page-header .page-header-top
.page-template-page-portfolio-two-col-sidebar-php #page-header .page-header-top {
  float: left;
}
#page-header h1 {
  font-size: 2.57142857em;
  line-height: 1.08333333em;
  margin-bottom: 0.11111111em;
  color: #666;
}
#page-header .subheader {
  display: block;
  font-weight: 300;
  font-size: 1.14285714em;
  line-height: 1.5em;
}
#page-header.light-text {
  color: #fff;
}
#page-header.light-text h1 {
  color: #fff;
}
#page-header.parallax-header {
  background-attachment: fixed;
}
#page-header.portfolio-page-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#breadcrumb {
  float: left;
  clear: both;
  padding-top: 10px;
  padding-bottom: 11px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#breadcrumb .icon {
  font-size: 16px;
}
#breadcrumb a {
  color: #333;
}
.light-text #breadcrumb a {
  color: #fff;
}
#breadcrumb span.current,
#breadcrumb a:hover,
#breadcrumb a:active {
  color: #999;
}
.light-text #breadcrumb span.current, .light-text
#breadcrumb a:hover, .light-text
#breadcrumb a:active {
  color: rgba(255, 255, 255, 0.6);
}

[role="main"] {
  margin-top: 3em;
}
.page-template-page-full-width-php [role="main"] {
  margin-top: 0;
}

#sidebar,
.portfolio-aside {
  font-size: 0.92857143em;
}

/* Section */
.full-width-section {
  position: relative;
  z-index: 0;
  padding: 4.5em 0 3em;
  background-color: #fafafa;
}

.project-full-width-section {
  padding-top: 42px;
}

.parallax-section {
  background-attachment: fixed;
}

.project-gallery {
  height: 600px;
}

.slider-wrapper div {
  -webkit-background-size: cover;
  background-size: cover;
}

.image-bg-section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.light-section {
  color: #333333;
}

.dark-section {
  color: #fff;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
  color: #fff;
}

.shadow-inner-section {
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.05), inset 0 -2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.05), inset 0 -2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.05), inset 0 -2px 7px rgba(0, 0, 0, 0.05);
}

.shadow-outer-section {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05), 0 -2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05), 0 -2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05), 0 -2px 7px rgba(0, 0, 0, 0.05);
}

.row > .section-title {
  margin-right: 15px;
  margin-left: 15px;
}
.row > .section-title.text-center {
  margin-left: auto;
}

.section-title h2,
.section-title h3 {
  padding-bottom: 12px;
  margin-bottom: 0;
}

.section-title-light h2,
.section-title-light h3 {
  padding-bottom: 24px;
  font-weight: 300;
}

.section-divider {
  width: 40px;
  border-bottom: 2px solid #333333;
  margin: 0 0 3em;
}
.text-center > .section-divider {
  margin-right: auto;
  margin-left: auto;
}
.section-title-light > .section-divider {
  width: 80px;
  border-bottom-width: 1px;
  margin-bottom: 31px;
}
.dark-section .section-divider {
  border-bottom-color: #fff;
}
#comments .section-divider, .related-projects .section-divider, .related-posts .section-divider {
  margin-bottom: 1.5em;
}

/* Divider */
.divider {
  margin: 42px 0;
  border-top: none;
}

.divider-bordered {
  border-bottom: 1px solid #e9e9e9;
}
.divider-bordered.divider-dashed {
  border-bottom-style: dashed;
}
.divider-bordered.divider-light {
  border-bottom-color: #666;
}

/* Animated Images */
img.animation-img,
.animation-icon {
  position: relative;
  opacity: 0;
}

body:not(.js) img.animation-img,
body:not(.js) .animation-icon {
  opacity: 1;
}

img.animation-img[data-animation="fade-from-right"],
.animation-icon[data-animation="fade-from-right"] {
  right: -60px;
}

img.animation-img[data-animation="fade-from-left"],
.animation-icon[data-animation="fade-from-left"] {
  left: -60px;
}

img.animation-img[data-animation="fade-from-top"],
.animation-icon[data-animation="fade-from-top"] {
  top: -60px;
}

img.animation-img[data-animation="fade-from-bottom"],
.animation-icon[data-animation="fade-from-bottom"] {
  bottom: -60px;
}

img.animation-img[data-animation="zoom-in"],
.animation-icon[data-animation="zoom-in"] {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

/* Chart */
.chart-wrapper {
  text-align: center;
}
.chart-wrapper h3 {
  font-weight: 300;
}
.chart-wrapper p {
  font-size: 13px;
}

.chart {
  position: relative;
  height: 120px;
  margin-bottom: 14px;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -23px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.dark-section .chart span {
  color: #fff;
}

/* Counter */
.counter-wrapper {
  text-align: center;
}
.counter-wrapper h3 {
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
}
.counter-wrapper h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

/* Carousel */
h3.nice-heading {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3.nice-heading:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ccc;
}

.caroufredsel_wrapper {
  margin: 0 !important;
}
.caroufredsel_wrapper .column {
  float: left;
}

.carousel.two-col > div,
.carousel.two-col > img {
  width: 50%;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel-header {
  position: relative;
}
.carousel-header h3 {
  float: left;
}
.carousel-header .carousel-next,
.carousel-header .carousel-prev {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.carousel-header .carousel-next .icon,
.carousel-header .carousel-prev .icon {
  top: -1px;
  left: 6px;
}
.carousel-header .carousel-next:hover,
.carousel-header .carousel-prev:hover {
  background-color: #3ccbb2;
  color: #fff;
}
.carousel-header .carousel-prev {
  margin-right: 15px;
}
.carousel-header .carousel-next .icon {
  left: 8px;
}

.carousel-controls {
  float: right;
}

.carousel-large {
  float: none;
  width: 100%;
}
.carousel-large .carousel-prev,
.carousel-large .carousel-next {
  position: absolute;
  top: 21px;
  z-index: 10;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.carousel-large .carousel-prev .icon,
.carousel-large .carousel-next .icon {
  top: 8px;
  left: 14px;
  color: inherit;
  font-size: 21px;
}
.carousel-large .carousel-next {
  right: 0;
}
.carousel-large .carousel-next .icon {
  left: 17px;
}

/* Progress Bar */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress-wrapper:last-of-type {
  margin-bottom: 3em;
}

.progress-wrapper h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.progress {
  overflow: hidden;
  line-height: 21px;
  margin-bottom: 21px;
  background-color: whitesmoke;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  position: relative;
  width: 0;
  height: 100%;
  background-color: #3ccbb2;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: white;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.progress-bar span {
  float: right;
  margin-right: 10px;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-animated .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5da423;
}

.progress-bar-danger {
  background-color: #c60f13;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar-default {
  background-color: #3ccbb2;
}

.progress-bar-apricot {
  background-color: #e78875;
}

.progress-bar-light-blue {
  background-color: #32bfec;
}

.progress-bar-purple {
  background-color: #a78dd6;
}

.progress-bar-orange {
  background-color: #f68235;
}

.progress-bar-blue {
  background-color: #3c90cb;
}

.progress-bar-orchid {
  background-color: #cf6fc5;
}

.progress-bar-red {
  background-color: #e34744;
}

.progress-bar-yellow {
  background-color: #ffc609;
}

.progress-bar-green {
  background-color: #8cd274;
}

.progress-bar-sea {
  background-color: #87cacb;
}

.progress-bar-steel {
  background-color: #5e89a6;
}

.progress-bar-modern {
  background-color: #2fc4c4;
}

/* Team */
.team-item .social-icons-list li {
  margin-bottom: 15px;
}

.team-circle .team-img img {
  -webkit-border-radius: 240px;
  -moz-border-radius: 240px;
  border-radius: 240px;
}

.team-item h4 {
  margin-bottom: 0;
  font-weight: 600;
}

.team-item h5 {
  font-weight: 300;
  font-style: italic;
}

.team-img {
  margin-bottom: 1em;
}

/* Promo Box */
.promo-box {
  overflow: hidden;
}
.promo-box h2 {
  font-weight: 600;
  margin-bottom: 0.66666667em;
}

.promo-box-content p {
  margin-bottom: 2.4375em;
  font-size: 1.14285714em;
  line-height: 1.5em;
  font-weight: 300;
}

.promo-box-center {
  text-align: center;
}
.promo-box-center .btn {
  margin-top: 12px;
  margin-left: 30px;
}

.promo-box-small {
  padding: 21px 20px 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 21px;
}
.promo-box-small h2 {
  font-size: 1.28571429em;
  line-height: 1.33333333em;
  margin-bottom: 0.38888889em;
}
.promo-box-small .promo-box-content p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.promo-box-small .btn {
  margin-left: 0;
}

.promo-box-dark {
  color: #fff;
}
.promo-box-dark h2 {
  color: #fff;
}
.promo-box-dark.promo-box-small {
  background-color: #333;
}

/* Pricing Table */
.pricing-table {
  text-align: center;
}
.pricing-table h3 {
  padding: 14px 15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
  background-color: #eee;
}
.pricing-table h4 {
  padding-top: 14px;
  margin-bottom: 0;
  font-size: 2.14285714em;
  line-height: 1.13333333em;
}
.pricing-table .pricing-column {
  position: relative;
  z-index: 1;
  margin: 20px 0 20px -1px;
  padding-bottom: 42px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.pricing-table .pricing-column:first-child {
  margin-left: 0;
}
.pricing-table .pricing-column-content {
  margin-right: -15px;
  margin-left: -15px;
}
.pricing-table .pricing-iterval {
  display: block;
  padding-bottom: 14px;
  font-size: 0.92857143em;
}
.pricing-table .pricing-column ul {
  margin-left: 0;
  list-style-type: none;
}
.pricing-table .pricing-column ul li {
  padding: 11px 15px 10px;
}
.pricing-table .pricing-column ul li:nth-child(odd) {
  background-color: #eee;
}
.pricing-table .pricing-featured {
  z-index: 10;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricing-table .pricing-featured h3 {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
}
.pricing-table .pricing-featured .pricing-action {
  padding-top: 21px;
}

.featured-default .pricing-featured h3 {
  background-color: #3ccbb2;
}

.featured-apricot .pricing-featured h3 {
  background-color: #e78875;
}

.featured-light-blue .pricing-featured h3 {
  background-color: #32bfec;
}

.featured-blue .pricing-featured h3 {
  background-color: #3c90cb;
}

.featured-red .pricing-featured h3 {
  background-color: #e34744;
}

.featured-green .pricing-featured h3 {
  background-color: #8cd274;
}

.featured-yellow .pricing-featured h3 {
  background-color: #ffc609;
}

.featured-orchid .pricing-featured h3 {
  background-color: #cf6fc5;
}

.featured-sea .pricing-featured h3 {
  background-color: #87cacb;
}

.featured-steel .pricing-featured h3 {
  background-color: #5e89a6;
}

.featured-modern .pricing-featured h3 {
  background-color: #2fc4c4;
}

.featured-orange .pricing-featured h3 {
  background-color: #f68235;
}

.featured-purple .pricing-featured h3 {
  background-color: #a78dd6;
}

/* Icons */
.icon-default {
  color: #3ccbb2;
}

.icon-apricot {
  color: #e78875;
}

.icon-light-blue {
  color: #32bfec;
}

.icon-purple {
  color: #a78dd6;
}

.icon-orange {
  color: #f68235;
}

.icon-blue {
  color: #3c90cb;
}

.icon-orchid {
  color: #cf6fc5;
}

.icon-red {
  color: #e34744;
}

.icon-yellow {
  color: #ffc609;
}

.icon-green {
  color: #8cd274;
}

.icon-sea {
  color: #87cacb;
}

.icon-steel {
  color: #5e89a6;
}

.icon-modern {
  color: #2fc4c4;
}

.icon-inverse.icon-default {
  background-color: #3ccbb2;
}
.icon-inverse.icon-apricot {
  background-color: #e78875;
}
.icon-inverse.icon-light-blue {
  background-color: #32bfec;
}
.icon-inverse.icon-purple {
  background-color: #a78dd6;
}
.icon-inverse.icon-orange {
  background-color: #f68235;
}
.icon-inverse.icon-blue {
  background-color: #3c90cb;
}
.icon-inverse.icon-orchid {
  background-color: #cf6fc5;
}
.icon-inverse.icon-red {
  background-color: #e34744;
}
.icon-inverse.icon-yellow {
  background-color: #ffc609;
}
.icon-inverse.icon-green {
  background-color: #8cd274;
}
.icon-inverse.icon-sea {
  background-color: #87cacb;
}
.icon-inverse.icon-steel {
  background-color: #5e89a6;
}
.icon-inverse.icon-modern {
  background-color: #2fc4c4;
}
.icon-inverse.icon {
  color: #fff;
}

.icon-tiny {
  font-size: 14px;
}

.icon-small {
  font-size: 21px;
}

.icon-medium {
  font-size: 36px;
}

.icon-large {
  font-size: 48px;
}

.icon-rounded {
  width: 90px;
  height: 90px;
  background-color: #eee;
  line-height: 90px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.icon-rounded.icon-rounded-large {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.icon-small.icon-rounded {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-rounded.icon-rounded-small {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.icon-before {
  padding-right: 10px;
}
.icon-before.icon-bordered {
  border-right: 1px solid #fff;
  margin-right: 6px;
}

.icon-after {
  padding-left: 10px;
}
.icon-after.icon-bordered {
  border-left: 1px solid #fff;
  margin-left: 6px;
}

.icon-inline {
  float: left;
  margin-right: 10px;
}

/* Content Box */
.content-box-center {
  text-align: center;
}
.content-box-center h2 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.content-box-left .icon {
  float: left;
}
.content-box-left .content-box-inner {
  padding-left: 60px;
}
.content-box-left .icon-small + .content-box-inner {
  padding-left: 40px;
}
.content-box-left .icon-large + .content-box-inner {
  padding-left: 80px;
}
.content-box-left .icon-rounded + .content-box-inner {
  padding-left: 120px;
}
.content-box-left .icon-small.icon-rounded + .content-box-inner {
  padding-left: 60px;
}

/* List Box */
.list-box {
  overflow: hidden;
  position: relative;
  z-index: 130;
  padding-bottom: 21px;
}
.list-box:before {
  position: absolute;
  z-index: 100;
  top: 1px;
  left: 30px;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ddd;
}
.list-box:last-child:before {
  height: 50%;
}
.list-box .icon {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.list-box:hover .icon-default {
  background-color: #3ccbb2;
  color: #fff;
}
.list-box:hover .icon-apricot {
  background-color: #e78875;
  color: #fff;
}
.list-box:hover .icon-blue {
  background-color: #3c90cb;
  color: #fff;
}
.list-box:hover .icon-purple {
  background-color: #a78dd6;
  color: #fff;
}
.list-box:hover .icon-light-blue {
  background-color: #32bfec;
  color: #fff;
}
.list-box:hover .icon-green {
  background-color: #8cd274;
  color: #fff;
}
.list-box:hover .icon-orange {
  background-color: #f68235;
  color: #fff;
}
.list-box:hover .icon-red {
  background-color: #e34744;
  color: #fff;
}
.list-box:hover .icon-yellow {
  background-color: #ffc609;
  color: #fff;
}
.list-box:hover .icon-orchid {
  background-color: #cf6fc5;
  color: #fff;
}
.list-box:hover .icon-steel {
  background-color: #5e89a6;
  color: #fff;
}
.list-box:hover .icon-sea {
  background-color: #87cacb;
  color: #fff;
}
.list-box:hover .icon-modern {
  background-color: #2fc4c4;
  color: #fff;
}

.list-box-content {
  margin-left: 90px;
}

.list-box-img {
  float: left;
  position: relative;
  z-index: 130;
  width: 60px;
}

/* Testimonial */
.testimonial {
  margin-bottom: 3em;
}
.caroufredsel_wrapper .testimonial {
  margin-bottom: 0;
}

.testimonial blockquote {
  padding-left: 0;
  border-left: none;
}

.testimonial img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.testimonial-author {
  font-size: 0.92857143em;
}
.testimonial-author strong {
  font-weight: 600;
}

.testimonial-large blockquote {
  padding: 0 60px;
  font-size: 1.28571429em;
  font-weight: 400;
  line-height: 1.44444444em;
  text-align: center;
}
.testimonial-large .testimonial-author {
  padding: 0 60px;
  text-align: center;
}
.testimonial-large .testimonial-author strong, .testimonial-large .testimonial-author span {
  font-size: 1.14285714em;
  font-weight: 300;
  line-height: 1.5em;
}
.testimonial-large .testimonial-author span {
  font-style: italic;
}
.testimonial-large img {
  float: none;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* Google Map */
.google-map-container img {
  max-width: inherit;
}

/* Latest Posts */
.post-no-thumb {
  width: 100%;
}

.post-icon .post-body,
.post-icon .post-body-widget {
  position: relative;
}
.post-icon .post-body:after,
.post-icon .post-body-widget:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f016";
  margin-top: -11px;
  margin-left: -11px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 24px;
}

.post-icon .post-body-widget:after {
  margin-top: -13px;
  margin-left: -11px;
}

.post-quote .post-body:after,
.post-quote .post-body-widget:after {
  content: "\f10e";
}

.post-aside .post-body:after,
.post-aside .post-body-widget:after {
  content: "\f040";
}

.post-link .post-body:after,
.post-link .post-body-widget:after {
  content: "\f0c1";
}

/* Scroll Top */
#scroll-top {
  display: none;
}

#scroll-top:hover {
  background: #3ccbb2;
  color: #fff;
}

#scroll-top .icon {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -5px;
}

/**
 * 8.0 Posts
 * ----------------------------------------------------------------------------
 */
.hentry {
  margin-bottom: 3em;
}
.related-projects .hentry {
  margin-bottom: 0;
}

.post,
.search .page {
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #ddd;
}

.sticky {
  position: relative;
}
.sticky:after {
  position: absolute;
  right: 15px;
  bottom: 21px;
  content: "\f005";
  color: #3ccbb2;
  font-family: "FontAwesome";
  font-size: 24px;
}

.entry-header {
  padding-top: 4px;
  margin-bottom: 1.5em;
  border-top: 2px solid #3ccbb2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header small {
  color: #a3a3a3;
  font-size: 1em;
}

.byline {
  font-style: italic;
}

.entry-thumbnail,
.portfolio-body {
  margin-bottom: 1.5em;
}

.portfolio-body,
.post-body {
  padding-top: 4px;
  border-top: 2px solid #3ccbb2;
}

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-content h2, .entry-content h4 {
  font-weight: 700;
}
.entry-content h3, .entry-content h5, .entry-content h6 {
  font-weight: 600;
}
.entry-content h2 {
  font-size: 1.71428571em;
  line-height: 1.33333333em;
  margin-bottom: 0.41666667em;
}
.entry-content h3 {
  font-size: 1.5em;
  line-height: 1.33333333em;
  margin-bottom: 0.66666667em;
}
.entry-content h4, .entry-content h5 {
  font-size: 1.28571429em;
  line-height: 1.44444444em;
  margin-bottom: 0.5em;
}
.entry-content h6 {
  font-size: 1.14285714em;
  line-height: 1.5em;
  margin-bottom: 0.5625em;
}

.format-link,
.format-quote,
.format-aside {
  padding-top: 4px;
  border-top: 2px solid #3ccbb2;
}

.entry-inner {
  position: relative;
  padding: 1.07142857em 15px 1.5em;
  margin-bottom: 1.5em;
  background-color: #3ccbb2;
  color: #fff;
}
.entry-inner a {
  color: #fff;
}
.entry-inner:after {
  position: absolute;
  right: 15px;
  bottom: 11px;
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 24px;
}
.format-quote .entry-inner:after {
  content: "\f10e";
}
.format-aside .entry-inner:after {
  content: "\f040";
}

.format-quote blockquote {
  padding-left: 0;
  border-left: none;
}

.format-link .entry-header {
  padding-top: 0;
  border-top: none;
}

iframe {
  border: none;
}

video {
  width: 100%;
  height: auto;
}

.video-wrapper {
  width: 100%;
}
.single-nano_portfolio .video-wrapper {
  margin-bottom: 1.5em;
}

.video-inner {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.video-inner div,
.video-inner object,
.video-inner embed,
.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-links {
  margin-bottom: 1.5em;
}

.author-info {
  padding: 1.5em 30px 0 30px;
  margin-top: -3em;
  margin-bottom: 1.5em;
  background-color: #eee;
  border-bottom: 1px dashed #ddd;
}
.author-info img {
  float: left;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.archive .author-info {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 3em;
  border-bottom: none;
  background-color: transparent;
}

.author-bio {
  padding-left: 75px;
}

#comments {
  margin-bottom: 3em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-list {
  margin-bottom: 3em;
}

.comment-list ul {
  margin-left: 0;
  list-style-type: none;
}

.comment > article {
  position: relative;
  padding: 11px 15px 10px;
  border-bottom: 1px dashed #ddd;
}
.comment.parent > article {
  padding: 11px 15px 10px;
  border-bottom: 1px dashed #ddd;
}
.comment.depth-2 > article {
  padding-left: 45px;
}
.comment.depth-3 > article {
  padding-left: 75px;
}
.comment.depth-4 > article {
  padding-left: 105px;
}
.comment.depth-5 > article {
  padding-left: 135px;
}
.comment.depth-6 > article {
  padding-left: 175px;
}
.comment.bypostauthor > article {
  background-color: #f7f7f7;
}

.comment-author img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.comment-author cite,
.comment-author .says {
  font-weight: 600;
}
.comment-author .says {
  color: #666;
  font-style: italic;
}
.comment-author cite,
.comment-author cite a,
.comment-author .says {
  vertical-align: top;
}
.comment-author cite {
  padding-left: 13px;
}

.comment-content {
  padding-left: 55px;
  margin-top: -17px;
}

.comment-meta {
  padding-left: 55px;
}

.comment-date {
  float: left;
  width: 50%;
}

.comment-actions {
  float: right;
  width: 50%;
  text-align: right;
}

.edit-link {
  float: right;
  padding-left: 15px;
}
.sticky .edit-link {
  padding-right: 35px;
}

.edit-link .icon,
.reply .icon {
  padding-right: 4px;
}

#respond {
  margin-top: 3em;
}

#reply-title small {
  float: right;
  font-size: 1em;
}

#reply-title {
  padding-bottom: 21px;
  margin-bottom: 0.33333333em;
  font-size: 1.5em;
  line-height: 1.33333333em;
}
#reply-title:after {
  display: block;
  position: relative;
  top: 14px;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #333;
}

.comment-notes {
  color: #666;
  font-size: 0.92857143em;
}

form label {
  font-weight: 700;
}

textarea {
  resize: vertical;
}

.required {
  color: #3ccbb2;
}

.form-allowed-tags,
.logged-in-as {
  color: #666;
  font-size: 0.92857143em;
}

.widget,
.portfolio-aside-section {
  margin-bottom: 3em;
}
.widget > ul:last-child,
.portfolio-aside-section > ul:last-child {
  margin-bottom: 0;
}
.widget > h3,
.portfolio-aside-section > h3 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget > h3:after,
.portfolio-aside-section > h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ccc;
}

.widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget > ul,
.widget .children,
.widget .menu {
  overflow: hidden;
  margin-left: 0;
  list-style-type: none;
}

.widget > ul > li,
.widget .menu > li {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.widget > ul > li a,
.widget .menu > li a {
  display: block;
  padding: 9px 0 10px;
}
#footer .widget > ul > li, #footer
.widget .menu > li {
  border-bottom-color: #707070;
}

.gravity_recent_posts > ul > li,
.gravity_contact_detail > ul > li,
.widget .recentcomments {
  padding: 9px 0 10px;
}
.gravity_recent_posts > ul > li a,
.gravity_contact_detail > ul > li a,
.widget .recentcomments a {
  padding: 0;
}

.gravity_recent_posts article > a {
  float: left;
  overflow: hidden;
  height: 100%;
}

.gravity_contact_detail > ul > li a {
  display: inline-block;
}

.widget .menu > li a {
  padding-left: 15px;
}

.widget .menu > .current_page_item a {
  background-color: rgba(0, 0, 0, 0.03);
}

.widget_categories > ul > li {
  display: block;
  padding: 9px 0 10px;
  border-bottom: 1px dashed #ddd;
}
.widget_categories > ul > li a {
  display: inline;
  padding-right: 5px;
}

.widget_pages > ul > li {
  padding: 0;
  border-bottom: none;
}
.widget_pages > ul > li a {
  display: block;
  padding: 9px 0 10px;
  border-bottom: 1px dashed #ddd;
}
.widget_pages > ul > li .children a {
  padding-left: 20px;
}
.widget_pages > ul > li .children .children a {
  padding-left: 40px;
}

.widget > ul.widget-list-link > li {
  padding-top: 0;
  padding-bottom: 0;
}
.widget > ul.widget-list-link > li > a {
  float: none;
  display: block;
  padding: 10px 0;
}

.widget > ul.widget-list-image > li {
  float: left;
  padding: 0;
  border-bottom: none;
  margin: 0 20px 21px 0;
}

.widget-content {
  float: left;
}
a + .widget-content {
  margin-left: 20px;
}
.widget-content h4 {
  font-size: 13px;
  line-height: 21px;
}
.widget-content h4 {
  margin-bottom: 0;
  font-weight: 600;
}

.icon-inline-block {
  display: block;
  clear: both;
  font-family: "Open Sans";
  font-weight: 400;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 21px;
}
.post .icon-inline-block > span {
  margin-right: 15px;
}
.icon-inline-block span {
  top: 1px;
  padding-right: 4px;
  font-size: 16px;
  color: #d7d7d7;
}
.gravity-twitter-widget .icon-inline-block span {
  color: inherit;
}
.icon-inline-block a {
  font-size: 13px;
}
#footer .icon-inline-block {
  color: #707070;
}
#footer .gravity-contact-detail .icon-inline-block {
  color: #ccc;
}
#footer .gravity-contact-detail .icon-inline-block span {
  padding-right: 7px;
  color: #ccc;
}

.widget .tagcloud a {
  float: left;
  padding: 1px 8px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 6px 6px 0;
  font-size: 13px !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
footer .widget .tagcloud a {
  border-color: #444;
}
.widget .tagcloud a:hover, .widget .tagcloud a:active {
  background-color: #3ccbb2;
  border-color: #3ccbb2;
  color: #fff;
}

.widget .twitter-time-stamp {
  display: block;
  clear: both;
  font-size: 1em;
  color: #707070;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3em;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 43px;
  background: none;
  border: none;
  color: #ccc;
  font-size: 18px;
}
.search-submit:hover {
  color: #3ccbb2;
}
.search-submit:after {
  position: relative;
  content: "\f002";
  font-family: "FontAwesome";
}

.widget .post-body-widget a {
  margin-bottom: 0;
}

.post-meta-widget {
  padding-left: 75px;
}
.post-meta-widget h4 {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 4px;
}
.widget .post-meta-widget h4 a {
  display: block;
  padding-bottom: 0;
}
.post-meta-widget .icon-inline-block {
  display: inline-block;
}

.gravity_recent_projects article,
.gravity_flickr .column {
  margin-bottom: 1.5em;
}

.gravity_recent_posts .wrapper-overlay img {
  width: 40px;
  height: 40px;
}
.gravity_recent_posts .post-meta-widget {
  padding-left: 55px;
}

.gravity_flickr .column {
  height: 100px;
  overflow: hidden;
}

.gravity_contact_detail .icon {
  padding-right: 10px;
}

.wrapper-overlay {
  display: block;
  position: relative;
}
.wrapper-overlay span {
  position: absolute;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.wrapper-overlay img {
  display: block;
  float: none;
}
.wrapper-overlay a {
  display: none;
}
.wrapper-overlay a:last-child {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.wrapper-overlay .icon {
  top: 90%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 150;
  opacity: 0;
  font-size: 21px;
  color: #fff;
}
.wrapper-overlay:hover .img-overlay {
  opacity: .9;
}
.wrapper-overlay:hover .icon {
  top: 50%;
  opacity: .9;
}
.wrapper-overlay:hover .icon-zoom-in {
  top: 48%;
}
.single .wrapper-overlay {
  margin-bottom: 1.5em;
}
.single .related-projects .wrapper-overlay, .single .related-posts .wrapper-overlay, .single .latest-projects .wrapper-overlay {
  margin-bottom: 0;
}

.img-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: #3ccbb2;
  opacity: 0;
}

.portfolio-filter {
  width: 100%;
  margin-top: 3em;
}
.portfolio-filter h3 {
  display: none;
}

#filters {
  margin-bottom: 0;
  text-align: center;
}
#filters a {
  display: block;
  padding: 5px;
  color: #333;
}
#filters a.selected, #filters a:hover {
  color: #3ccbb2;
}

.portfolio-wrapper,
.portfolio-item {
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.portfolio-wrapper {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.portfolio-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.js .portfolio-wrapper {
  opacity: 0;
}

.portfolio-body {
  margin-bottom: 3em;
}
.project-full-width .portfolio-body, .portfolio-wrapper .portfolio-body, .latest-projects .portfolio-body, .related-projects .portfolio-body {
  margin-bottom: 0;
}

.post-body {
  margin-bottom: 0;
}

.portfolio-meta,
.post-meta {
  clear: both;
  text-align: center;
}
.portfolio-meta h3,
.post-meta h3 {
  padding-top: 4px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}
.portfolio-meta p,
.post-meta p {
  color: #666;
  font-size: 0.92857143em;
  font-style: italic;
}

.portfolio-aside-section {
  margin-bottom: 1em;
}

#portfolio-detail {
  width: 100%;
  height: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#portfolio-detail.loading {
  background: transparent url(img/preloader.html) no-repeat center 0;
}

#portfolio-nav a,
.post-nav a {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 3em;
  border: 2px solid #d7d7d7;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
#portfolio-nav a:hover,
.post-nav a:hover {
  border-color: #3ccbb2;
}
#portfolio-nav .portfolio-list a,
.post-nav .portfolio-list a {
  margin: 0 auto;
}
#portfolio-nav .portfolio-next a,
.post-nav .portfolio-next a {
  float: right;
}
#portfolio-nav .icon,
.post-nav .icon {
  left: 14px;
  top: 10px;
}
#portfolio-nav .portfolio-next .icon,
#portfolio-nav .nav-next .icon,
.post-nav .portfolio-next .icon,
.post-nav .nav-next .icon {
  left: 15px;
}
#portfolio-nav .portfolio-list .icon,
.post-nav .portfolio-list .icon {
  left: 12px;
}

#page-header #portfolio-nav a {
  margin-bottom: 0;
}

#page-header.light-text #portfolio-nav a {
  border-color: #fff;
}
#page-header.light-text #portfolio-nav a:hover {
  border-color: #3ccbb2;
}

.post-nav .nav-previous {
  float: left;
}
.post-nav .nav-next {
  float: right;
}

.portfolio-social-meta {
  padding-top: 1.5em;
  border-top: 1px dashed #ddd;
}
.full-width-section .portfolio-social-meta {
  padding-top: 0;
  border-top: none;
}
.portfolio-social-meta ul {
  overflow: visible;
}
.portfolio-social-meta li {
  margin-bottom: 1.5em;
}
.portfolio-social-meta .icon {
  padding-right: 7px;
}
.portfolio-social-meta .count {
  font-size: 14px;
}
.portfolio-social-meta .tooltip-data {
  width: 80px;
  text-align: center;
}

.portfolio-social-meta .love-share a:hover {
  color: #ce0a31 !important;
}
.portfolio-social-meta .facebook-share a:hover {
  color: #3b5998 !important;
}
.portfolio-social-meta .twitter-share a:hover {
  color: #00aced !important;
}
.portfolio-social-meta .googleplus-share a:hover {
  color: #d34836 !important;
}
.portfolio-social-meta .pinterest-share a:hover {
  color: #cb2027 !important;
}

#portfolio-loader {
  display: block;
  width: 32px;
  height: 32px;
  margin: 200px auto;
  background: url(img/loader.html) no-repeat 50% 50%;
}

/**
 * 9.0 Footer
 * ----------------------------------------------------------------------------
 */
#footer-main {
  background-color: #333;
  padding-top: 3.23076923em;
  padding-bottom: 0;
  color: #ccc;
  font-size: 0.92857143em;
}
#footer-main .widget {
  margin-bottom: 3.23076923em;
}
#footer-main .widget h3 {
  color: #ddd;
}
#footer-main .widget h3:after {
  background-color: #666;
}

#footer-secondary {
  background-color: #2b2b2b;
  padding-top: 0.84615385em;
  padding-bottom: 0.76923077em;
  color: #999;
  font-size: 0.92857143em;
}
#footer-secondary ul {
  margin-bottom: 0;
}

#footer-nav {
  margin-bottom: 1.5em;
  text-align: center;
}

#footer-copy {
  text-align: center;
}

#footer .social-icons-list {
  text-align: center;
}

.ie7 #oldie {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  padding: 21px 20px 0;
  color: #a3a3a3;
  text-align: center;
}

#oldie {
  display: none;
}

#cookie-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 21px 0;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}
#cookie-wrapper .container {
  position: relative;
  padding-right: 45px;
}
#cookie-wrapper .container .icon {
  position: absolute;
  right: 15px;
  font-size: 21px;
  cursor: pointer;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
#cookie-wrapper .container .icon:hover {
  color: #3ccbb2;
}

/**
 * 10.0 Variants
 * ----------------------------------------------------------------------------
 */
/* THE CODE BELOW IS NOT AVAILABLE IN THE THEME, SINCE IT'S FOR THE THEME CUSTOMIZER */
#customizer {
  position: fixed;
  right: -230px;
  top: 28px;
  width: 240px;
  background-color: #f7f7f7;
  color: #333;
  z-index: 1300;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#customizer.active {
  right: 0;
}
#customizer .customizer-head {
  position: relative;
  left: -40px;
  background-color: #3ccbb2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  padding: 10px 30px 11px 40px;
  margin-right: -40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#customizer .customizer-head .icon {
  position: absolute;
  top: 12px;
  left: 11px;
  font-size: 18px;
}
#customizer .customizer-head .icon-remove {
  display: none;
}
#customizer .customizer-head:hover {
  background-color: #333;
  color: #ccc;
}
#customizer.active .customizer-head {
  background-color: #333;
  color: #ccc;
}
#customizer.active .customizer-head:hover {
  background-color: #3ccbb2;
  color: #fff;
}
#customizer.active .customizer-head .icon-remove {
  display: inline-block;
}
#customizer.active .customizer-head .icon-cog {
  display: none;
}
#customizer .customizer-body {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.16);
  border: 1px solid #ddd;
}
#customizer .panel-group .panel-heading:first-child {
  border-top-color: #e7e7e7;
}
#customizer .panel-heading a {
  background-color: #f0f0f0;
  border-bottom-color: #e7e7e7;
}
#customizer .panel-heading a:hover {
  background-color: #3ccbb2;
}
#customizer .panel-heading.ui-accordion-header-active a {
  background-color: #3ccbb2;
}
#customizer .panel-body {
  padding-right: 27px;
}
#customizer p {
  padding: 10px 15px 27px 11px;
  margin-bottom: 0;
  color: #666;
  font-size: 13px;
}
#customizer h4 {
  margin-bottom: 7px;
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
}
#customizer .form-control {
  margin-bottom: 21px;
  font-size: 13px;
}
#customizer label {
  color: #555;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
#customizer #boxed-options {
  display: none;
}
#customizer #header-show-top-social-icons {
  margin-bottom: 21px;
}
#customizer .list-customizer a {
  display: block;
  width: 34px;
  height: 34px;
  background: url(img/customizer/customizer-sprite.html) 0 0 no-repeat;
  border: 2px solid #fff;
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
}
#customizer .list-customizer a:hover, #customizer .list-customizer a.active {
  border-color: #3ccbb2;
}
#customizer .accent-apricot a {
  background-position: -50px 0;
}
#customizer .accent-light-blue a {
  background-position: -100px 0;
}
#customizer .accent-purple a {
  background-position: -150px 0;
}
#customizer .accent-orange a {
  background-position: -200px 0;
}
#customizer .accent-blue a {
  background-position: 0 -50px;
}
#customizer .accent-orchid a {
  background-position: -50px -50px;
}
#customizer .accent-red a {
  background-position: -100px -50px;
}
#customizer .accent-yellow a {
  background-position: -150px -50px;
}
#customizer .accent-green a {
  background-position: -200px -50px;
}
#customizer .accent-sea a {
  background-position: 0 -100px;
}
#customizer .accent-steel a {
  background-position: -50px -100px;
}
#customizer .accent-modern a {
  background-position: -100px -100px;
}
#customizer .pattern1 a {
  background-position: 0 -150px;
}
#customizer .pattern2 a {
  background-position: -50px -150px;
}
#customizer .pattern3 a {
  background-position: -100px -150px;
}
#customizer .pattern4 a {
  background-position: -150px -150px;
}
#customizer .pattern5 a {
  background-position: -200px -150px;
}
#customizer .pattern6 a {
  background-position: 0 -200px;
}
#customizer .pattern7 a {
  background-position: -50px -200px;
}
#customizer .pattern8 a {
  background-position: -100px -200px;
}
#customizer .pattern9 a {
  background-position: -150px -200px;
}
#customizer .pattern10 a {
  background-position: -200px -200px;
}
#customizer .pattern11 a {
  background-position: 0 -250px;
}
#customizer .pattern12 a {
  background-position: -50px -250px;
}
#customizer .pattern13 a {
  background-position: -100px -250px;
}
#customizer .pattern14 a {
  background-position: -150px -250px;
}
#customizer .pattern15 a {
  background-position: -200px -250px;
}
#customizer .pattern16 a {
  background-position: 0 -300px;
}
#customizer .pattern17 a {
  background-position: -50px -300px;
}
#customizer .pattern18 a {
  background-position: -100px -300px;
}
#customizer .pattern19 a {
  background-position: -150px -300px;
}
#customizer .pattern20 a {
  background-position: -200px -300px;
}

/**
 * 11.0 Media Query
 * ----------------------------------------------------------------------------
 */
/**
 * 11.1 Min Width: 480px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  .small-1 {
    float: left;
    width: 8.33333333%;
  }

  .small-2 {
    float: left;
    width: 16.66666667%;
  }

  .small-3 {
    float: left;
    width: 25%;
  }

  .small-4 {
    float: left;
    width: 33.33333333%;
  }

  .small-5 {
    float: left;
    width: 41.66666667%;
  }

  .small-6 {
    float: left;
    width: 50%;
  }

  .small-7 {
    float: left;
    width: 58.33333333%;
  }

  .small-8 {
    float: left;
    width: 66.66666667%;
  }

  .small-9 {
    float: left;
    width: 75%;
  }

  .small-10 {
    float: left;
    width: 83.33333333%;
  }

  .small-11 {
    float: left;
    width: 91.66666667%;
  }

  .small-12 {
    float: left;
    width: 100%;
  }
}
/**
 * 11.2 Min Width: 768px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .medium-1 {
    float: left;
    width: 8.33333333%;
  }

  .medium-2 {
    float: left;
    width: 16.66666667%;
  }

  .medium-3 {
    float: left;
    width: 25%;
  }

  .medium-4 {
    float: left;
    width: 33.33333333%;
  }

  .medium-5 {
    float: left;
    width: 41.66666667%;
  }

  .medium-6 {
    float: left;
    width: 50%;
  }

  .medium-7 {
    float: left;
    width: 58.33333333%;
  }

  .medium-8 {
    float: left;
    width: 66.66666667%;
  }

  .medium-9 {
    float: left;
    width: 75%;
  }

  .medium-10 {
    float: left;
    width: 83.33333333%;
  }

  .medium-11 {
    float: left;
    width: 91.66666667%;
  }

  .medium-12 {
    float: left;
    width: 100%;
  }

  .push-1 {
    left: 8.33333333%;
  }

  .push-2 {
    left: 16.66666667%;
  }

  .push-3 {
    left: 25%;
  }

  .push-4 {
    left: 33.33333333%;
  }

  .push-5 {
    left: 41.66666667%;
  }

  .push-6 {
    left: 50%;
  }

  .push-7 {
    left: 58.33333333%;
  }

  .push-8 {
    left: 66.66666667%;
  }

  .push-9 {
    left: 75%;
  }

  .push-10 {
    left: 83.33333333%;
  }

  .push-11 {
    left: 91.66666667%;
  }

  .push-12 {
    left: 100%;
  }

  .pull-1 {
    right: 8.33333333%;
  }

  .pull-2 {
    right: 16.66666667%;
  }

  .pull-3 {
    right: 25%;
  }

  .pull-4 {
    right: 33.33333333%;
  }

  .pull-5 {
    right: 41.66666667%;
  }

  .pull-6 {
    right: 50%;
  }

  .pull-7 {
    right: 58.33333333%;
  }

  .pull-8 {
    right: 66.66666667%;
  }

  .pull-9 {
    right: 75%;
  }

  .pull-10 {
    right: 83.33333333%;
  }

  .pull-11 {
    right: 91.66666667%;
  }

  .pull-12 {
    right: 100%;
  }

  .offset-1 {
    margin-left: 8.33333333%;
  }

  .offset-2 {
    margin-left: 16.66666667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.33333333%;
  }

  .offset-5 {
    margin-left: 41.66666667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.33333333%;
  }

  .offset-8 {
    margin-left: 66.66666667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.33333333%;
  }

  .offset-11 {
    margin-left: 91.66666667%;
  }

  .offset-12 {
    margin-left: 100%;
  }

  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }

  .widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {
    padding: 4px;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
  }

  .nav-justified > li {
    width: 1%;
    display: table-cell;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fafafa;
  }

  .navbar-nav > .current-menu-parent > a,
  .primary-nav .navbar-nav > .current-menu-ancestor > a {
    color: #3ccbb2;
  }

  .left-sidebar #main {
    float: right;
  }
  .left-sidebar #sidebar {
    float: left;
  }

  #main-header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
  }
  #main-header.navbar-inverse {
    background-color: #333;
  }
  #main-header > .container {
    position: relative;
  }

  .navbar-header {
    float: left;
  }

  .nav a.active .caret {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navbar-toggle {
    display: none;
  }

  .js .navbar-collapse,
  .js .navbar-collapse > ul ul {
    display: block;
    height: auto;
    max-height: none;
    overflow: visible;
    background: none;
  }

  .js .navbar-collapse > ul ul {
    display: none;
    z-index: 100;
    background-color: #333;
  }

  .js .navbar-collapse > ul li:hover > ul {
    display: block;
  }

  .navbar-collapse {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-collapse > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 190px;
    background-color: #333;
    border-top: 1px solid #3ccbb2;
    margin-left: 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .navbar-collapse > ul .mega-menu ul {
    min-width: 170px;
  }
  .navbar-collapse > ul > li.menu-left > ul {
    right: 0;
    left: auto;
  }
  .navbar-collapse > ul > li > ul ul {
    top: -1px;
    left: 100%;
  }
  .navbar-collapse li a {
    padding-right: 15px;
    padding-left: 15px !important;
  }

  .navbar-nav {
    float: left;
    margin-right: 15px;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav > li {
    border-bottom: none;
  }
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
    color: #333;
  }
  .navbar-nav > li > a .caret {
    border-top-color: #333;
    border-bottom-color: #333;
  }
  .navbar-nav > li > a:hover .caret {
    border-top-color: #3ccbb2;
    border-bottom-color: #3ccbb2;
  }

  .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #3ccbb2;
  }

  .navbar-nav > li > ul li {
    border-bottom: 1px solid #3a3a3a;
  }

  .navbar-nav > li > ul a {
    font-size: 13px;
  }

  .navbar-nav > li > ul a .caret {
    position: absolute;
    top: 42%;
    right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: 0 dotted transparent;
  }

  .navbar-nav > li > ul a:hover {
    background-color: #3ccbb2;
    color: #fff;
  }

  .navbar-nav > li > ul a:hover .caret {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
  }

  .sub-nav > li > a {
    white-space: nowrap;
  }

  .navbar-right {
    float: right;
  }

  .navbar-left {
    float: left;
  }

  .navbar-light ul {
    background-color: #fff !important;
  }
  .navbar-light li {
    border-bottom-color: #eee !important;
  }
  .navbar-light a {
    color: #333 !important;
  }
  .navbar-light > li > ul a:hover {
    color: #fff !important;
  }
  .navbar-light > li > ul a .caret {
    border-left-color: #333;
  }

  .nav li.mega-menu {
    position: static;
  }

  .mega-menu > ul {
    width: 100% !important;
    padding-bottom: 1.5em;
  }
  .mega-menu > ul > li {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: none !important;
  }
  .mega-menu > ul > li.col-2 {
    width: 50%;
  }
  .mega-menu > ul > li.col-3 {
    width: 33.33%;
  }
  .mega-menu > ul > li.col-4 {
    width: 25%;
  }
  .mega-menu > ul > li ul {
    display: block !important;
    position: static;
    width: 100%;
    border-top-color: #666;
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .mega-menu > ul .header,
  .mega-menu > ul > li > a {
    color: #999 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .mega-menu > ul .header:hover,
  .mega-menu > ul > li > a:hover {
    background-color: transparent !important;
    cursor: default;
  }
  .mega-menu > ul .header .caret,
  .mega-menu > ul > li > a .caret {
    display: none;
  }
  .mega-menu > ul li .caret {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  li.mega-menu > ul > li ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .navbar-light .mega-menu .header,
  .navbar-light .mega-menu > ul > li > a {
    color: #999 !important;
  }
  .navbar-light .mega-menu .header:hover,
  .navbar-light .mega-menu > ul > li > a:hover {
    color: inherit;
  }

  .search-item {
    display: none !important;
    position: static !important;
  }
  .js .search-item {
    display: block !important;
  }

  .search-wrapper {
    position: static;
    left: 0;
    margin-right: 0;
  }
  .search-wrapper input[type="search"] {
    height: 100%;
    right: 0;
    width: 0;
    padding: 21px 0;
    background-color: #fff;
  }
  .search-wrapper input[type="search"]:focus {
    background-color: #fff;
  }
  .search-wrapper .submit-btn {
    position: relative;
    width: 45px;
    height: 63px;
    border-left: 1px solid #eee;
  }
  .search-wrapper .submit-btn:hover {
    cursor: pointer;
  }
  .search-wrapper .submit-btn:hover .icon {
    color: #3ccbb2;
  }
  .search-wrapper .submit-btn input[type="submit"] {
    display: none;
  }
  .search-wrapper .submit-btn .icon {
    top: 40%;
    left: 15px;
    color: #ccc;
  }
  .search-wrapper .submit-btn .icon-remove {
    display: none;
  }
  .search-wrapper .submit-btn .icon-search {
    display: inline-block;
  }
  .search-wrapper.active input[type="search"] {
    padding-right: 65px;
    padding-left: 15px;
    border-left: 1px solid #eee;
    color: #333;
  }
  .search-wrapper.active .submit-btn {
    border: none;
  }
  .search-wrapper.active .submit-btn .icon-remove {
    display: inline-block;
  }
  .search-wrapper.active .submit-btn .icon-search {
    display: none;
  }

  .header-inverse .submit-btn {
    border-left-color: #404040;
  }
  .header-inverse .search-wrapper.active input[type="text"] {
    background-color: #333;
    border-left-color: #404040;
    color: #ccc;
  }

  .tooltip {
    padding: 7px;
  }

  #wrapper {
    max-width: 780px;
  }
  #wrapper .container {
    max-width: 780px;
  }
  #wrapper #header-top > .container,
  #wrapper #main-header > .container,
  #wrapper #page-header > .container,
  #wrapper [role="main"],
  #wrapper #footer-main > .container,
  #wrapper #footer-secondary > .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-template-page-full-width-php #wrapper [role="main"] {
    padding-right: 0;
    padding-left: 0;
  }

  .page-template-page-full-width-php #wrapper .full-width-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .header-fixed + #page-header {
    padding-top: 148px;
  }

  .header-inverse .nav > li > a {
    color: #ccc;
  }
  .header-inverse .nav > li > a .caret {
    border-top-color: #ccc !important;
    border-bottom-color: #ccc !important;
  }
  .header-inverse .nav > li > a:hover {
    color: #3ccbb2 !important;
  }
  .header-inverse .nav > li > a:hover .caret {
    border-top-color: #3ccbb2 !important;
    border-bottom-color: #3ccbb2 !important;
  }
  .header-inverse #main-header {
    background-color: #333;
  }

  #header-top-info p {
    float: left;
    margin-bottom: 0;
    text-align: left;
  }

  #secondary-nav > ul {
    float: right;
    text-align: left;
  }

  .portfolio-filter h3 {
    display: block;
    float: left;
    padding-top: 2px;
  }

  #filters {
    float: right;
  }

  .four-col .pricing-column {
    float: left;
    width: 50%;
  }

  .three-col .pricing-column {
    float: left;
    width: 50%;
  }

  .two-col .pricing-column {
    float: left;
    width: 50%;
  }

  .wrapper-overlay a {
    display: block;
  }
  .wrapper-overlay a:last-child {
    position: static;
  }
  .wrapper-overlay a .icon {
    font-size: 24px;
  }
  .wrapper-overlay .icon-zoom-in {
    left: 43%;
  }
  .single .wrapper-overlay .icon {
    left: 50%;
  }
  .wrapper-overlay a .icon-external-link {
    top: auto;
    bottom: 90%;
    left: 58%;
  }

  #scroll-top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 42px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  #footer-copy {
    float: left;
    margin-right: 30px;
    text-align: left;
  }

  #footer-nav {
    text-align: left;
  }

  #footer .social-icons-list {
    text-align: right;
  }

  .portfolio-filter {
    float: right;
    clear: none;
  }
}
/**
 * 11.3 Min Width: 992px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .large-1 {
    float: left;
    width: 8.33333333%;
  }

  .large-2 {
    float: left;
    width: 16.66666667%;
  }

  .large-3 {
    float: left;
    width: 25%;
  }

  .large-4 {
    float: left;
    width: 33.33333333%;
  }

  .large-5 {
    float: left;
    width: 41.66666667%;
  }

  .large-6 {
    float: left;
    width: 50%;
  }

  .large-7 {
    float: left;
    width: 58.33333333%;
  }

  .large-8 {
    float: left;
    width: 66.66666667%;
  }

  .large-9 {
    float: left;
    width: 75%;
  }

  .large-10 {
    float: left;
    width: 83.33333333%;
  }

  .large-11 {
    float: left;
    width: 91.66666667%;
  }

  .large-12 {
    float: left;
    width: 100%;
  }

  .widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {
    padding: 8px;
  }

  .nav-horizontal {
    float: left;
    width: 180px;
    border-bottom: none;
  }
  .nav-horizontal > li {
    float: none;
    margin-right: -1px;
    margin-bottom: 1px;
  }
  .nav-horizontal > li > a {
    margin-right: 0;
  }
  .nav-horizontal + .tab-content {
    margin-left: 180px;
  }
  .nav-horizontal + .tab-content > .tab-pane {
    padding: 10px 15px 20px;
    border-top: 1px solid #ebebeb;
  }

  #wrapper {
    max-width: 1000px;
  }
  #wrapper .container {
    max-width: 1000px;
  }

  #header-top-social {
    display: block;
  }

  .four-col .pricing-column {
    float: left;
    width: 25%;
  }

  .three-col .pricing-column {
    float: left;
    width: 33.33333333%;
  }
}
/**
 * 11.4 Min Width: 1200px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .large-1 {
    float: left;
    width: 8.33333333%;
  }

  .large-2 {
    float: left;
    width: 16.66666667%;
  }

  .large-3 {
    float: left;
    width: 25%;
  }

  .large-4 {
    float: left;
    width: 33.33333333%;
  }

  .large-5 {
    float: left;
    width: 41.66666667%;
  }

  .large-6 {
    float: left;
    width: 50%;
  }

  .large-7 {
    float: left;
    width: 58.33333333%;
  }

  .large-8 {
    float: left;
    width: 66.66666667%;
  }

  .large-9 {
    float: left;
    width: 75%;
  }

  .large-10 {
    float: left;
    width: 83.33333333%;
  }

  .large-11 {
    float: left;
    width: 91.66666667%;
  }

  .large-12 {
    float: left;
    width: 100%;
  }

  #wrapper {
    max-width: 1200px;
  }
  #wrapper .container {
    max-width: 1200px;
  }
}
