@import "../assets/font-awesome/css/font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Exo+2:400italic,200,300,400,600,700);
/*
// #Imports
// --------------------------------------------------
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

*/
/*
// Scaffolding
// --------------------------------------------------
*/
/* Body reset */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #656269;
  background-color: #f1f2f4;
}
.page-wrapper {
  overflow: hidden;
}
/* Links */
a {
  color: #ff7866;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fb3700;
  text-decoration: underline;
  outline: none;
}
.dotted-link1 {
  border-bottom: 1px dotted #ff7866;
}
.dotted-link1:hover {
  border-bottom-color: #ff7866;
  text-decoration: none;
}
.dotted-link2 {
  color: #656269;
}
.dotted-link2 > span {
  display: inline-block;
  margin: 0 6px;
  border-bottom: 1px dotted #656269;
}
.dotted-link2 .fa {
  color: #00d5d5;
  position: relative;
  top: 6px;
  font-size:32px;
  line-height:32px;
}
.dotted-link2:hover {
  color: #ff7866;
  text-decoration: none;
}
.dotted-link2:hover > span {
  border-bottom-color: #ff7866;
}
.dotted-link2.color-primary {
  color: #ff7866;
}
.dotted-link2.color-primary > span {
  border-bottom-color: #ff7866;
}
.dotted-link2.color-primary .fa {
  color: #ff7866;
}
.dotted-link2.color-primary:hover {
  color: #fb3700;
}
.dotted-link2.color-primary:hover .fa {
  color: #fb3700;
}
/* Images */
.img-thumbnail {
  padding: 0;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 1px solid #e3e5ea;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both;
}
.aligncenter.wp-caption {
  display: table;
  margin: 0 auto 20px auto;
}
.alignnone {
  margin: 0 0 20px 0;
  clear: both;
}
.thumbnail,
.wp-caption {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 3px solid #e3e5ea;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
a.thumbnail:hover,
a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.wp-caption.active {
  border-color: #ff7866;
}
.thumbnail .caption,
.wp-caption .caption,
.thumbnail .wp-caption-text,
.wp-caption .wp-caption-text {
  padding: 22px;
  color: #0b9fb2;
  margin: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.thumbnail-circle {
  border-radius: 50%;
}
.thumbnail-overlay {
  overflow: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.thumbnail-circle .thumbnail-overlay {
  border-radius: 50%;
}
a.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}
.thumbnail-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0b9fb2;
  opacity: 0.7;
  z-index: 1;
}
.thumbnail-overlay .fa {
  font-size: 24px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.thumbnail-overlay.thumbnail-single-link .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
/* Horizontal rules */
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border-top: 1px solid #d9d9d9;
}
hr.hr__dashed {
  border-top-style: dashed;
}
hr.hr__lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.hr__xlg {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hr-scroll {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  height: 116px;
}
.hr-scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 65px;
}
.hr-scroll:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll .icon {
  display: block;
}
.hr-scroll .icon > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8px;
}
.hr-scroll .icon:before,
.hr-scroll .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  width: 50%;
  left: 0;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}
.hr-scroll .icon:before {
  left: -15px;
}
.hr-scroll .icon:after {
  left: 50%;
  margin-left: 15px;
}
.hr-scroll.border__dashed:before {
  border-left-style: dashed;
}
.hr-scroll.border__dashed .icon:before,
.hr-scroll.border__dashed .icon:after {
  border-top: 1px dashed #d9d9d9;
}
.hr-scroll-to {
  position: relative;
  text-align: center;
  padding-bottom: 156px;
  margin: 75px 0 0 0;
}
.hr-scroll-to:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 100px;
}
.hr-scroll-to:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #0b9fb2;
  color: #656269;
  margin-bottom: 23px;
}
.hr-scroll-to a:hover {
  color: #ff7866;
  text-decoration: none;
}
.hr-scroll-to .icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 37px;
  bottom: 119px;
  left: 50%;
  margin-left: -8px;
  background: url(../images/mouse.png) 0 0 no-repeat;
}
.hr-scroll-to__alt {
  position: relative;
  text-align: center;
  padding: 65px 0 85px 0;
  margin: 0;
}
.hr-scroll-to__alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 42px;
}
.hr-scroll-to__alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 63px;
}
.hr-scroll-to__alt a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #0b9fb2;
  color: #656269;
}
.hr-scroll-to__alt a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -2px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to__alt a:hover {
  color: #ff7866;
  text-decoration: none;
}
.hr-scroll-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 78px;
  margin: 0 0 20px 0;
}
.hr-scroll-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 52px;
}
.hr-scroll-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-bottom a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #0b9fb2;
  color: #656269;
}
.hr-scroll-bottom a:hover {
  color: #ff7866;
  text-decoration: none;
}
.hr-next {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.hr-next:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #d9d9d9;
}
.hr-next .btn {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  line-height: 50px;
}
.hr-next.border__dashed:before {
  border-top: 1px dashed #d9d9d9;
}
.hr-alt {
  height: 80px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  margin: 20px 0 50px 0;
}
.hr-alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  top: 5px;
  width: 1px;
  border-left: 1px dashed #d9d9d9;
}
.hr-alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  background: #d9d9d9;
}
.dots-divider {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.dots-divider > span {
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ff7866;
  margin: 0 4px;
  vertical-align: middle;
}
/*
// Typography
// --------------------------------------------------
*/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 2em;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.2;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
h1 {
  margin-bottom: .5em;
  font-style: 46px;
}
h2 {
  margin-bottom: .75em;
  font-size: 2.2em;
}
h3 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
h4 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}
form h4, form h3 {
  margin-top: 1.5em;
}
h5 {
  font-size: 1.2em;
  margin-bottom: 1.25em;
}
h6 {
  font-size: .8em;
}
h4,
h5,
h6 {
  font-weight: 400;
}
/* Body text */
p {
  margin: 0 0 1.5em 0;
}
.text-muted {
  color: #999999;
}
/* Titles */
.title-bordered {
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.title-bordered h1,
.title-bordered h2,
.title-bordered h3,
.title-bordered h4,
.title-bordered h5,
.title-bordered h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.title-bordered.border__solid {
  border-bottom-style: solid;
}
.title-bordered.border__dashed {
  border-bottom-style: dashed;
}
.title-bordered h4 {
  font-size: 1.6em;
  font-weight: 600;
}
.title-with-icon {
  position: relative;
  min-height: 70px;
  padding-right: 70px;
  background: url(../images/title-icon.png) 100% 0 no-repeat;
  margin-top: -7px;
  margin-bottom: 42px;
}
.title-with-icon h3 {
  padding: 15px 30px 0 0;
  min-height: 70px;
  position: relative;
}
.title-with-icon h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  background-image: -o-linear-gradient(left, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  background-image: linear-gradient(to right, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a746981', endColorstr='#ff746981', GradientType=1);
}
.hgroup {
  margin-bottom: 40px;
}
.hgroup > h1,
.hgroup > h2 {
  padding-top: 0;
  margin-bottom: .25em;
  line-height: 1em;
  font-weight: 700;
  color: #0b9fb2;
  font-size: 46px;
}
.hgroup > h5 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0b9fb2;
}
.hgroup.hgroup__lg {
  padding: 15px 0;
}
.hgroup.hgroup__lg > h1,
.hgroup.hgroup__lg > h2 {
  font-size: 46px;
  margin-bottom: .3em;
}
.title-center-bordered {
  text-align: center;
  margin-bottom: 35px;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered h3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  line-height: 1em;
}
.title-center-bordered h3:before,
.title-center-bordered h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
}
.title-center-bordered h3:before {
  left: -0.6em;
  margin: 0 0 0 -50%;
}
.title-center-bordered h3:after {
  left: .6em;
  margin: 0 -50% 0 0;
}
.title-center-bordered.border__solid h3:before,
.title-center-bordered.border__solid h3:after {
  border-top-style: solid;
}
.title-center-bordered.border__dashed h3:before,
.title-center-bordered.border__dashed h3:after {
  border-top-style: dashed;
}
.section-title-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 2em;
  margin-top: 4em;
}
@media (min-width: 768px) {
  .section-title-wrapper {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .section-title-wrapper {
    margin-bottom: 2em;
  }
}
.section-title-wrapper.section-title-wrapper__sm {
  margin-bottom: 3em;
}
.section-title-wrapper:before,
.section-title-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
.page-section__darkest .section-title-wrapper:before,
.page-section__darkest .section-title-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.section-title-wrapper:before {
  margin-left: -12px;
}
.section-title-wrapper:after {
  margin-left: 11px;
}
.section-title-inner {
  position: relative;
  padding-bottom: 12px;
}
.page-section__darkest .section-title-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -45px;
  width: 5px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  margin-left: -2px;
}
.section-title-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -38px;
  width: 5px;
  height: 22px;
  background: #ff7866;
  border-radius: 50%;
}
.section-title {
  text-align: center;
  color: #003040;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .section-title.section-title__lg {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .section-title.section-title__lg {
    font-size: 3em;
  }
}
.section-desc {
  display: block;
  padding-bottom: 30px;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.section-desc > a {
  text-decoration: underline;
}
.section-desc > a:hover {
  text-decoration: none;
}
/* Lists */
ul,
ol {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  padding: 0 0 11px 0;
}
ul li {
  list-style: none;
  position: relative;
}
.ondark-list ul { float:left; margin:0 0 0 35px; padding: 0 0 0 35px;}
ul.ondark-list li {
	font-size:16px
}
ul li:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f138";
  font-size: 10px;
  color: #022d3d;
  position: absolute;
  left: -28px;
  top: 8px;
}
.list-unstyled li:before {
  display: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dd {
  margin-bottom: 11px;
}
/* Blockquotes */
blockquote {
  padding: 0;
  border: none;
  /*font-size: 1em;*/
  font-style: italic;
  font-family: 'Exo 2', sans-serif;
}
blockquote p {
  margin-bottom: .25em;
}
blockquote p:before {
  content: "\0022";
  font-size:85px;
  line-height:55px;

}
blockquote cite {
  display: block;
  margin-top: -4px;
}
blockquote cite:before {
  content: "\2013";
  display: inline-block;
  margin-right: 3px;
}
blockquote.blockquote {
  border-left: 1px solid #d5d6d9;
  padding: 15px 0 15px 50px;
  margin: 0 0 20px 20px;
  font-size: 15px;
  position: relative;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}
blockquote.blockquote:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  display: block;
  position: absolute;
  left: -21px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f1f2f4;
  border: 1px solid #d5d6d9;
  color: #75559a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
blockquote.blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #d5d6d9;
  border-radius: 50%;
}
blockquote.blockquote.blockquote-reverse {
  border-right: 1px solid #d5d6d9;
  border-left: 0;
  padding-left: 0;
  padding-right: 50px;
  margin-left: 0;
  margin-right: 20px;
}
blockquote.blockquote.blockquote-reverse:before {
  left: auto;
  right: -21px;
}
blockquote.blockquote.blockquote-reverse:after {
  left: auto;
  right: -4px;
}
/* Emphasis & misc */
.text-primary {
  color: #ff7866;
}
a.text-primary:hover {
  color: #ff4916;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}

/*
// Buttons
// --------------------------------------------------
*/
/* Base styles */
.btn,
.tagcloud > a {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Exo 2', sans-serif;
  padding: 12px 35px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
}
.btn:hover,
.tagcloud > a:hover,
.btn:focus,
.tagcloud > a:focus,
.btn.focus,
.tagcloud > a.focus {
  color: #0b9fb2;
  text-decoration: none;
}
.btn:active,
.tagcloud > a:active,
.btn.active,
.tagcloud > a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.tagcloud > a.disabled,
.btn[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .tagcloud > a {
  color: #999999;
  border: none;
}
.btn.btn-has-icon,
.tagcloud > a.btn-has-icon {
  position: relative;
  padding-left: 85px;
}
.btn.btn-has-icon .fa,
.tagcloud > a.btn-has-icon .fa {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.04);
  width: 50px;
  text-align: center;
  padding: 17px 0;
  font-weight: 400;
}
.btn.btn-has-icon.icon-right,
.tagcloud > a.btn-has-icon.icon-right {
  padding-right: 85px;
  padding-left: 35px;
}
.btn.btn-has-icon.icon-right .fa,
.tagcloud > a.btn-has-icon.icon-right .fa {
  left: auto;
  right: -1px;
}
.btn.btn-has-icon.condensed,
.tagcloud > a.btn-has-icon.condensed {
  padding-left: 70px;
  padding-right: 20px;
}
.btn.btn-single-icon,
.tagcloud > a.btn-single-icon {
  padding-left: 18px;
  padding-right: 18px;
}
.btn-circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
.btn-circle .fa {
  line-height: 22px;
}
/* Alternate buttons */
.btn-default,
.tagcloud > a {
  color: #0b9fb2;
  background-color: #e6e8ec;
  border-color: #d2d2dd;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 300;
}
.btn-default:hover,
.tagcloud > a:hover,
.btn-default:focus,
.tagcloud > a:focus,
.btn-default.focus,
.tagcloud > a.focus,
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  color: #0b9fb2;
  background-color: #eff0f3;
  border-color: #dbdbe4;
}
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  background-image: none;
}
.btn-default.disabled,
.tagcloud > a.disabled,
.btn-default[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .tagcloud > a,
.btn-default.disabled:hover,
.tagcloud > a.disabled:hover,
.btn-default[disabled]:hover,
.tagcloud > a[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .tagcloud > a:hover,
.btn-default.disabled:focus,
.tagcloud > a.disabled:focus,
.btn-default[disabled]:focus,
.tagcloud > a[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .tagcloud > a:focus,
.btn-default.disabled.focus,
.tagcloud > a.disabled.focus,
.btn-default[disabled].focus,
.tagcloud > a[disabled].focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .tagcloud > a.focus,
.btn-default.disabled:active,
.tagcloud > a.disabled:active,
.btn-default[disabled]:active,
.tagcloud > a[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .tagcloud > a:active,
.btn-default.disabled.active,
.tagcloud > a.disabled.active,
.btn-default[disabled].active,
.tagcloud > a[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .tagcloud > a.active {
  background-color: #e6e8ec;
  border-color: #d2d2dd;
}
.btn-default .badge,
.tagcloud > a .badge {
  color: #e6e8ec;
  background-color: #0b9fb2;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff7866;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00d8d8;
  border-color: rgba(8, 8, 8, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff7866;
  border-color: transparent;
}
.btn-primary .badge {
  color: #ff7866;
  background-color: #ffffff;
}
.btn-primary.btn-has-icon .fa {
  background: rgba(255, 255, 255, 0.1);
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #67bd67;
  border-color: rgba(8, 8, 8, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #68c5e1;
  border-color: rgba(8, 8, 8, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffa76c;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffb07b;
  border-color: rgba(8, 8, 8, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffa76c;
  border-color: transparent;
}
.btn-warning .badge {
  color: #ffa76c;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d44546;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d75152;
  border-color: rgba(8, 8, 8, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d44546;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d44546;
  background-color: #ffffff;
}
/* 4.3. Link buttons */
.btn-link {
  color: #ff7866;
  font-weight: normal;
  border-radius: 0;
  color: #656269;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.btn-link span {
  border-bottom: 1px dotted #656269;
  display: inline-block;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  outline: none !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #fb3700;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #adadb2;
  text-decoration: none;
}
/* 4.4. Loading Button */
.loading-btn {
  position: relative;
  padding-top: 32px;
  margin-top: 15px;
}
.loading-btn .fa {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  color: #ff7866;
}
.loading-btn.loading-btn__top-divider {
  position: relative;
  margin-top: 67px;
}
.loading-btn.loading-btn__top-divider:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -57px;
  height: 40px;
  width: 1px;
  margin-left: -1px;
  border-left: 1px dashed #d2d2dd;
}
.loading-btn.loading-btn__top-divider:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -67px;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  background: #d2d2dd;
  border-radius: 50%;
}
/* 4.5. Button Sizes */
.btn-lg {
  padding: 18px 45px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-lg.btn-has-icon {
  padding-left: 95px;
}
.btn-lg.btn-has-icon .fa {
  width: 60px;
  padding: 22px 0;
}
.btn-lg.btn-has-icon.icon-right {
  padding-right: 95px;
  padding-left: 45px;
}
.btn-lg.btn-single-icon {
  padding-left: 23px;
  padding-right: 23px;
}
.btn-sm {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm.btn-has-icon {
  padding-left: 56px;
}
.btn-sm.btn-has-icon .fa {
  width: 36px;
  padding: 14px 0;
}
.btn-sm.btn-has-icon.icon-right {
  padding-right: 56px;
  padding-left: 20px;
}
.btn-sm.btn-single-icon {
  padding-left: 13px;
  padding-right: 13px;
}
.link-circle {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 36px;
 /* border: 1px solid #dcd5cf;*/
  text-align: center;
  color: #00d5d5;
  border-radius: 50%;
  font-size: 36px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link-circle:hover {
  background: #00d5d5;
  color: #fff;
/*  border-color: #ff7866;
*/}
.link-circle .fa-angle-left { margin-left:-2px;}
.link-circle .fa-angle-right { margin-left:2px;}
/*
// Tabs
// --------------------------------------------------
*/
/* Nav */
.nav > li > a {
  padding: 13px 30px;
}
/* 5.2. Nav Tabs */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2dd;
}
.nav-tabs > li {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d9d9d9 #d9d9d9 #d2d2dd;
}
.nav-tabs > li:before {
  display: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-bottom-color: transparent;
}
/* Nav Tabs Pills */
.nav-pills {
  margin: 0;
  padding: 0;
}
.nav-pills > li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-pills > li:before {
  display: none;
}
.nav-pills > li > a {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  background: #d44546;
  color: #ffffff;
}
.nav-pills > li > a:hover {
  background: #d75152;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff7866;
}
/* Tabs Content */
.tab-content {
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #d2d2dd;
}
.nav-tabs + .tab-content {
  border-top: none;
}
/*
// Sections
// --------------------------------------------------
*/
/* Page Section Default */
.page-section {
  padding: 30px 0;
  position: relative;
}
.page-section.page-section__no-top-padding {
  padding-top: 0;
}
.page-section.page-section__no-bottom-padding {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-section {
   /* padding: 60px 0;*/
  }
}
@media (min-width: 992px) {
  .page-section {
    /*padding: 70px 0;*/
  }
}
.content-wrapper .page-section:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-top-outside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -29px;
  right: 0;
}
/* Page Section Dark */
.page-section__dark {
  background: #e3e3e8;
}
.page-section__dark:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -1px;
  right: 0;
}
.page-section__dark:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-bottom-inside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom: -1px;
  right: 0;
}
.page-section__dark.bg-bottom-outside:after {
  bottom: -30px;
  background-image: url(../images/bg-section-dark-bottom-outside.svg);
}
/* Page Section Darkest */
.page-section__darkest {
  background-color: #ff7866;
  background-image: url(../images/bg-section-darkest.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  padding: 84px 0 100px 0;
  overflow: hidden;
  transform: translateZ(0);
}
.page-section__darkest:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -1px;
  right: 0;
}
.page-section__darkest:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-bottom-inside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom:  -1px;
  right: 0;
}
.page-section__darkest .section-title {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.page-section__darkest h3 {
  color: #783624;
  text-shadow: 0 1px 1px rgba(255,255,255,.6);
}
.page-section__darkest .section-desc {
  color: #fff;
   text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.page-section__darkest hr {
  border-top-color: rgba(255, 255, 255, 0.33);
}
/*
// Breadcrumb
// --------------------------------------------------
*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 5px;
  background: none;
  border-radius: 0;
  font-family: 'Exo 2', sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb > li {
  color: #746981;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\f054\00a0";
  padding: 0 8px;
  font-size: 10px;
  color: #d5d6d9;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li > a {
  color: #746981;
}
.breadcrumb > li > a:hover {
  color: #ff7866;
}
.breadcrumb > .active {
  color: rgba(105, 129, 129, 0.4);
}
/*
// Panels
// --------------------------------------------------
*/
/* Base class */
.panel {
  margin-bottom: 24px;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-collapse {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-body {
  padding: 30px;
  background: #E9E9E9;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.panel-title {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a {
  display: block;
  padding: 20px 27px;
}
.panel-title > a:hover {
  text-decoration: none;
}
/* Panels with Icons */
.panel-group__with-icons .panel-heading .panel-title > a {
  position: relative;
  margin-left: 58px;
  padding-right: 40px;
}
.panel-group__with-icons .panel-heading .panel-title > a .fa {
  background: #dbdbe4;
  display: block;
  width: 58px;
  height: 100%;
  position: absolute;
  left: -58px;
  top: 0;
  text-align: center;
  line-height: 58px;
  font-size: 21px;
  color: #0b9fb2;
}
.panel-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: -5px -22px 0 0;
  width: 50px;
  height: 50px;
  background:#f8f9f9;
  /*border: 2px solid #c8cbd0;*/
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-icon:before,
.panel-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #ff7866;
  content: '';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: transform 300ms ease, translate 300ms ease, rotate 300ms ease;
}
.panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
}
/* Panels color styling */
.panel-default {
  border-color: #d2d2dd;
}
.panel-default > .panel-heading {
  color: #746981;
  background-color: #f1f2f4;
  border-color: #d2d2dd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d2d2dd;
}
.panel-default > .panel-heading .badge {
  color: #f1f2f4;
  background-color: #746981;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2d2dd;
}
.panel-primary {
  border-color: #ff7866;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff7866;
  border-color: #ff7866;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff7866;
}
.panel-primary > .panel-heading .badge {
  color: #ff7866;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff7866;
}
.panel-success {
  border-color: #38a233;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #3fb539;
  border-color: #38a233;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #38a233;
}
.panel-success > .panel-heading .badge {
  color: #3fb539;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #38a233;
}
.panel-info {
  border-color: #ff5d2f;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #ff7866;
  border-color: #ff5d2f;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff5d2f;
}
.panel-info > .panel-heading .badge {
  color: #ff7866;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff5d2f;
}
.panel-warning {
  border-color: #ff9248;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa76c;
  border-color: #ff9248;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9248;
}
.panel-warning > .panel-heading .badge {
  color: #ffa76c;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9248;
}
.panel-danger {
  border-color: #cf3031;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d44546;
  border-color: #cf3031;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cf3031;
}
.panel-danger > .panel-heading .badge {
  color: #d44546;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cf3031;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:before {
  -webkit-animation: plusVertical 0.3s ease forwards;
  animation: plusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:after {
  -webkit-animation: plusHorizontal 0.3s ease forwards;
  animation: plusHorizontal 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-animation: minusVertical 0.3s ease forwards;
  animation: minusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-animation: minusHorizontal 0.3s ease forwards;
  animation: minusHorizontal 0.3s ease forwards;
}
@-webkit-keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@-webkit-keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@-webkit-keyframes minusVertical {
  to {
    height: 0px;
  }
}
@keyframes minusVertical {
  to {
    height: 0px;
  }
}
@-webkit-keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-225deg);
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(225deg);
}
/* 8.4. Accordion (features) */
.panel-group__features .panel {
  border: none;
}
.panel-group__features .panel .panel-heading {
  border-bottom: 1px dashed #d9d9d9;
}
.panel-group__features .panel .panel-heading .panel-title > a {
  padding: 50px 0;
  position: relative;
  display: block;
  cursor: pointer !important;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__number {
  font-size: 22px;
  line-height: 1.2em;
  padding-left: 15px;
  color: #c8cbd0;
  font-weight: 200;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__number {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.1em;
	padding-left: 25px
  }
}
@media (max-width: 767px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .v-center:before {
    display: none;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel {
    text-align: right;
    margin-bottom: 0;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
  padding: 0;
  margin: 0 0 .2em 0;
  color:#0b9fb2
}
@media (max-width: 767px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
    display: inline-block;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h5 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h5 {
    display: inline-block;
	font-weight:normal
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__desc {
  color: #0b9fb2;
  font-size: 14px;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__close {
  position: static;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__close {
    position: relative;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-icon {
  margin: 0;
  top: 33px;
  right: -5px;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-icon {
    top: 20px;
    right: 0;
    margin: 0 70px 0 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-group__features .panel .panel-heading .panel-title .circled-icon {
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 28px;
    margin-top: -14px;
  }
}
.panel-group__features .panel .panel-body {
  border: none !important;
}
/*
// Box
// --------------------------------------------------
*/
.box {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  padding: 30px;
}
/*
// 9. Circle Icon
// --------------------------------------------------
*/
.circled-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 132px;
  height: 132px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 126px;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.2);
}
.circled-icon.icon-color1 {
  background: #ff7866;
  opacity: .9;
}
.circled-icon.icon-color2 {
  background: #603a8c;
  opacity: .9;
}
.circled-icon.icon-color3 {
  background: #4574d4;
  opacity: .9;
}
.circled-icon.icon-color4 {
  background: #10a954;
  opacity: .9;
}
.circled-icon.icon-color5 {
  background: #ac1366;
  opacity: .9;
}
.circled-icon.icon-color6 {
  background: #079eb2;
  opacity: .9;
}
/*
// Testimonials & Intro
// --------------------------------------------------
*/
/* 10.1. Testimonial */
.testimonial .testimonial-thumb, .intro .intro-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
}
.testimonial .testimonial-thumb img, .intro .intro-thumb img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial .testimonial-thumb, .intro .intro-thumb {
    margin-right: 34px;
  }
  .testimonial .testimonial-thumb img, .intro .intro-thumb img {
    max-width: none;
  }
}
.testimonial .testimonial-body, .intro .intro-body {
  overflow: hidden;
  margin-bottom: -0.5em;
}
.testimonial .testimonial-body h5, .intro .intro-body h5 {
  padding-top: 0;
  margin-bottom: .75em;
}
/* person */
.person-info {
  background:#fff;
  border: 1px solid #d2d2dd;
  padding: 32px 20px 20px 32px;
  margin: 0 0 50px 0; /*0 0 15px 0*/
  position: relative;
  min-height: 180px;
}
@media (max-width: 767px) {
  .person-info {
    margin-top: 0;
    padding-right: 20px;
  }
}
.person-info .person-info-thumb {
  text-align: center;
  float: left;
  margin: 0 20px 0 0;
  width: 130px;
  height: 130px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb {
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb {
    margin-right: 30px;
    width: 180px;
    height: 180px;
  }
}
.person-info .person-info-thumb .person-info-link {
  display: block;
  margin: -65px auto 20px auto;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: -100px;
    margin-bottom: 14px;
    width: 170px;
    height: 170px;
  }
}
.person-info .person-info-thumb .person-info-link .person-info-img {
  margin: 0 auto;
}
.person-info .person-info-thumb .person-info-title {
  padding-top: 0;
  margin-bottom: .2em;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-title {
    font-size: 18px;
  }
}
.person-info .person-info-thumb .person-info-desc {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-desc {
    font-size: 12px;
  }
}
.person-info .person-info-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .person-info .person-info-content {
    padding-top: 50px;
  }
}
.person-info .person-info-footer {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
/*
// 11. Progress Bars
// --------------------------------------------------
*/
/* 11.1. Bar itself */
.progress {
  height: 58px;
  margin-bottom: 22px;
  background-color: #e6e8ec;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px #c8cbd0;
  box-shadow: inset 0 0 2px #c8cbd0;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 58px;
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  padding: 0 25px;
  background-color: #ff7866;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar .fa {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin: -19px 20px 0 -25px;
  position: relative;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-size: 80px 80px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* 11.2. Variations */
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-success + .progress-footer > h4 {
  color: #5cb85c !important;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-info + .progress-footer > h4 {
  color: #5bc0de !important;
}
.progress-bar-warning {
  background-color: #ffa76c;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-warning + .progress-footer > h4 {
  color: #ffa76c !important;
}
.progress-bar-danger {
  background-color: #d44546;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-danger + .progress-footer > h4 {
  color: #d44546 !important;
}
.progress-bar-primary-alt {
  background-color: #ea582f;
}
.progress-striped .progress-bar-primary-alt {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-primary-alt + .progress-footer > h4 {
  color: #ea582f !important;
}
/* 11.3. Orientations */
.progress__vertical {
  height: 540px;
  width: 100%;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress__vertical .progress-bar {
  width: 100%;
  padding: 0;
  line-height: 1.2em;
  float: none;
  position: absolute;
  bottom: 0;
}
.progress__vertical .progress-bar .fa {
  display: block;
  background: none;
  position: absolute;
  margin: 0;
  left: 50%;
  margin-left: -55px;
  bottom: 80px;
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  color: rgba(255, 255, 255, 0.11);
  font-size: 288px;
}
.progress__vertical .progress-bar .progress-label {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}
.progress__vertical .progress-footer {
  background: #e6e8ec;
  height: 62px;
  width: 100%;
  border-bottom: 1px dashed #d5d3d2;
  border-top: 1px solid #e6e8ec;
  position: absolute;
  bottom: 0;
  padding: 0 16px;
}
.progress__vertical .progress-footer > h4 {
  color: #c8cbd0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 25px;
}
.progress__vertical.current .progress-footer {
  background: #f9fafb;
}
.progress__vertical.current .progress-footer > h4 {
  color: #ff7866;
}
/* 11.4. Condensed */
.progress-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -57px;
}
.progress-holder:before {
  content: "%";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 666px;
  line-height: 1em;
  font-weight: 200;
  color: #e6e8ec;
}
.progress-inner {
  width: 100%;
  display: table;
}
.progress-inner .progress-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.progress-inner .progress {
  display: table-cell;
  width: 1%;
  padding-left: 1px;
}
/*
// Pricing Tables
// --------------------------------------------------
*/
.pricing-plan {
  background: #f8f9fa;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing-plan.pricing-plan__featured {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.pricing-plan-label {
  display: block;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #ff7866;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
}
.pricing-plan-info {
  position: relative;
  overflow: hidden;
  height: 150px;
  padding-top: 15px;
}
.pricing-plan-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /*background-color: #0b9fb2 #00d8d8;*/
  background-color:#ff7866 ;
  opacity: .9;
  z-index: 2;
}
.pricing-plan-info .meta {
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
}
.pricing-plan-info .number {
  display: block;
  position: relative;
  font-size: 56px;
  line-height: 1.2em;
  color: #fff;
  z-index: 2;
  font-weight: 400;
}
.pricing-plan-info .desc {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-family: "Expo 2", sans-serif
  font-size:18px;
  line-height:22px;
  padding: 7px 0;
  margin-top:10px;
  background: rgba(0, 230, 230, 0.7);
 
}
.pricing-plan-info .pricing-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 1;
}
.pricing-plan-info .series {
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  opacity: .2;
}
.pricing-plan-info .status {
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  z-index: 2;
  color: #ff7866;
}
.pricing-plan-info .status:hover {
  cursor: pointer;
}
.pricing-plan-info .status + .tooltip .tooltip-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 50px;
}
.pricing-plan-info .discount {
  display: block;
  position: absolute;
  right: 20px;
  top: 77px;
  z-index: 2;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background:#ff7866;
  border: 2px solid #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 36px;
}
.pricing-plan-title {
  font-size: 24px;
  color:#ff7866;
  margin: 0;
  text-align: center;
  padding: 20px;
  font-weight:600;
}
.pricing-plan-body > ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d2d2dd;
}
.pricing-plan-body > ul li:before {
  display: none;
}
.pricing-plan-body > ul > li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #d2d2dd;
  color: #0b9fb2;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.pricing-plan-body > ul > li:nth-child(odd) {
  background: #f1f2f4;
}
.pricing-plan-footer {
  padding: 20px;
}
/*
// Tootip
// --------------------------------------------------
*/
.tooltip {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top:20px;
}
.tooltip-inner {
  background-color: #ff7866;
  border-radius: 0;
  padding: 6px 20px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff7866;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #ff7866;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #ff7866;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff7866;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ff7866;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff7866;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ff7866;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ff7866;
}
/*
// Social Icons
// --------------------------------------------------
*/
.social-icons {
  padding: 0;
}
.social-icons li:before {
  display: none;
}
.social-icons > li {
  padding: 0;
  margin: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ff7866;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.social-icons > li > a:hover {
  background: #ff8562;
}
/*
// Form Elements
// --------------------------------------------------
*/
/* Legend */
legend,
.legend {
  margin-bottom: 28.799999999999997px;
  padding-bottom: 19.200000000000003px;
  font-size: 24px;
  color: #746981;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}
/* Form control */
.form-control {
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.6;
  color: #0b9fb2;
  background-color: transparent;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d2d2dd;
  -webkit-box-shadow: inset 0 0 0 3px #eff1f3;
  box-shadow: inset 0 0 0 3px #eff1f3;
}
.form-control::-moz-placeholder {
  color: #0b9fb2;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #0b9fb2;
}
.form-control::-webkit-input-placeholder {
  color: #0b9fb2;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d9d9d9;
}
.form-group {
  margin-bottom: 30px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-ms-clear {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Feedback states */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3fb539;
}
.has-success .form-control {
  border-color: #3fb539;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .form-control:focus {
  border-color: #328e2d;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon {
  color: #3fb539;
  border-color: #3fb539;
  background-color: rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon .fa {
  color: #3fb539;
}
.has-success .form-control-feedback {
  color: #3fb539;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 167, 108, 0.05);
}
.has-warning .input-group-addon .fa {
  color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d44546;
}
.has-error .form-control {
  border-color: #d44546;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .form-control:focus {
  border-color: #bb2b2c;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon {
  color: #d44546;
  border-color: #d44546;
  background-color: rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon .fa {
  color: #d44546;
}
.has-error .form-control-feedback {
  color: #d44546;
}
/* Text input groups */
.input-group-addon {
  padding: 12px 0;
  font-size: 15px;
  color: #0b9fb2;
  background-color: #e6e8ec;
  border: 1px solid #d2d2dd;
  border-right: none;
  vertical-align: top;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon .fa {
  width: 50px;
  line-height: 24px;
  color: #0b9fb2;
}
/* Custom Radio Buttons  */
.radio__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.radio__custom.inline {
  display: inline-block;
}
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7866;
  content: "";
}
/* Custom Checkboxes  */
.checkbox__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.checkbox__custom.inline {
  display: inline-block;
}
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #d2d2dd;
  background-color: #f9fafb;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ff7866;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Custom Select  */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
  background: none;
}
.bootstrap-select > .btn.btn-default:hover {
  background: #fff;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 0;
  width: 36px;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 44px;
  border: none;
  background: #e6e8ec;
  border-left: 1px solid #d2d2dd;
  vertical-align: middle;
}
.bootstrap-select.btn-group .btn .caret:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #0b9fb2;
  font-size: 14px;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link {
  background-color: transparent !important;
  border: none !important;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none !important;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .filter-option {
  width: auto;
  float: right !important;
  margin-right: 15px;
  border-bottom: 1px dotted #656269 !important;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .caret {
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: 50%;
  margin-top: -12px;
  background: none;
  border-radius: 50%;
  border: 2px solid #d5d6d9;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .caret:before {
  color: #ff7866;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
[data-style="btn-link"] + .bootstrap-select.form-control {
  background: none !important;
}
[data-style="btn-link"] + .bootstrap-select.form-control .filter-option {
  text-transform: none;
}
/* 15.8. Contact Form  */
.contact-form .form-group label.error,
.contact-form .form-group label.success {
  display: none !important;
}
.contact-form .form-group label.error {
  font-weight: 400;
  color: #d44546;
}
/*
// Dropdown menus
// --------------------------------------------------
*/
.dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li {
  padding-bottom: 0;
  border-top: 1px solid #d2d2dd;
}
.dropdown-menu > li:first-child {
  border-top: none;
}
.dropdown-menu > li > a {
  padding: 17px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #656269;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff7866;
  background-color: #f9fafb;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle .caret {
  background: #f9fafb;
}
/*
// Alerts
// --------------------------------------------------
*/
/* Basic */
.alert {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 24px;
  border: none;
  border-left: 6px solid transparent;
  border-radius: 0;
  font-size: 16px;
  min-height: 50px;
  font-family: 'Exo 2', sans-serif;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert h5 {
  padding-top: 0;
  margin-bottom: .5em;
}
.alert ul > li:before {
  color: inherit;
}
.alert.text-uppercase {
  text-transform: uppercase;
}
/* Dismissible alerts */
.alert-dismissible {
  padding-right: 62px;
  text-transform: uppercase;
}
.alert-dismissible .close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.alert-dismissible .close:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* Alternate styles */
.alert-success {
  background-color: #3fb539;
  border-color: #38a233;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #328e2d;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #ff7866;
  border-color: #ff5d2f;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #ff4916;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ffa76c;
  border-color: #ff9248;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #ff822f;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #d44546;
  border-color: #cf3031;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #bb2b2c;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
/*
// Feature Box
// --------------------------------------------------
*/
.feature-box {
  margin-bottom: 30px;
}
.feature-box h5 {
  margin-bottom: 1em;
}
.feature-box .feature-icon {
  margin-bottom: 20px;
}
.feature-icon__simple {
  font-size: 42px;
  line-height: 1em;
}
.feature-icon__simple.icon-color1 {
  color: #ff7866;
}
.feature-icon__simple.icon-color2 {
  color: #0b9fb2;
}
.feature-icon__simple.icon-color3 {
  color: #d44546;
}
.feature-icon__simple.icon-color4 {
  color: #ffa76c;
}
.feature-box__icon-left {
  position: relative;
}
.feature-box__icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 112px;
  height: 112px;
  line-height: 102px;
}
.feature-box__icon-left .feature-title {
  margin-left: 140px;
}
.feature-box__icon-left .feature-desc {
  margin-left: 140px;
}
.feature-box__icon-left h5 {
  margin-bottom: .6em;
}
.feature-box__sm-icon-left {
  position: relative;
}
.feature-box__sm-icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.feature-box__sm-icon-left .feature-title {
  margin-left: 70px;
}
.feature-box__sm-icon-left .feature-desc {
  margin-left: 70px;
}
/*
// Pager pagination
// --------------------------------------------------
*/
.pager-custom {
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.pager-custom li:before {
  display: none;
}
.pager-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #d2d2dd;
}
.pager-custom li {
  display: inline;
}
.pager-custom .next > .btn {
  float: right;
  margin-left: 2px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  width: 50px;
  overflow: hidden;
  font-weight: 300;
}
.pager-custom .next > .btn span {
  display: none;
}
@media (min-width: 768px) {
  .pager-custom .next > .btn span {
    display: block;
    padding: 0 30px 0 75px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .pager-custom .next > .btn .fa {
    position: static;
    float: left;
  }
  .pager-custom .next > .btn.icon-right span {
    padding: 0 75px 0 30px;
  }
  .pager-custom .next > .btn.icon-right .fa {
    float: right;
  }
  .pager-custom .next > .btn:hover {
    width: 192px;
  }
  .pager-custom .next > .btn:hover span {
    opacity: 1;
  }
}
.pager-custom .previous > a {
  float: left;
  margin-right: 2px;
}
/*
// Wells
// --------------------------------------------------
*/
/* Base class */
.well {
  min-height: 40px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f1f2f4;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well a {
  border-bottom: 1px dotted #ff7866;
}
.well a:hover {
  text-decoration: none;
}
/* Sizes */
.well-lg {
  padding: 40px;
  border-radius: 0;
}
.well-sm {
  padding: 15px;
  border-radius: 0;
}
/*
// Owl Carousel
// --------------------------------------------------
*/
/* Owl Base */
.owl-carousel {
  -webkit-transform: translate-z(0);
  -ms-transform: translate-z(0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling of Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../assets/owl-carousel/AjaxLoader.html) no-repeat center center;
}
/* One Slide */
.one-slide {
  margin-bottom: 40px;
}
.owl-theme.one-slide .item img {
  width: 100%;
  height: auto;
}
.one-slide .owl-controls {
  margin-top: 0;
}
.one-slide .owl-controls .owl-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.one-slide .owl-controls .owl-prev {
  left: 0;
}
.one-slide .owl-controls .owl-next {
  right: 0;
}
/* Owl Carousel holder */
@media (min-width: 992px) {
  .owl-holder {
    width: 970px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .owl-holder {
    width: 1170px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
.team-slider {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .team-slider .item {
    padding: 0 15px;
  }
}

/* Pricing Slider */
.pricing-slider .item {
  padding: 15px 15px 0 15px;
}
/* Testimonials Slider */
.testi-slider {
  margin-bottom: 24px;
}
.testi-slider .owl-controls {
  position: relative;
  height: 30px;
}
.testi-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 65%;
  right: 30px;
  border-top: 1px dashed #d5d3d2;
}
.testi-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.testi-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.testi-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
/* Vertical Slider */
.vertical-slider {
  margin-bottom: 30px;
}
.vertical-slider .item .thumbnail {
  margin: 0 1px 0 70px;
}
.vertical-slider .item .thumbnail img {
  width: 100%;
  height: auto;
}
.vertical-slider .item .indent {
  padding-left: 20px;
}
.vertical-slider .owl-controls {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 71px;
  overflow: hidden;
  margin: 0;
  background: #f1f2f4;
}
.vertical-slider .owl-controls .owl-dots {
  width: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-slider .owl-controls .owl-dots:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  background: #dcd5cf;
}
.vertical-slider .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 21px;
  margin: 0 auto 40px auto;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span {
  vertical-align: middle;
  line-height: 19px;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #dcd5cf;
  background: #f1f2f4;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span:hover {
background: #00d5d5;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-size:10px;
  line-height:14px;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  border-width: 1px;
  background:#fff;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span:before {
  background: #fff;
  color:#00d5d5;
  font-family: 'FontAwesome';
  content:"\f054";
  font-size:10px;
  padding-left:2px
}
.vertical-slider .owl-controls .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
/* Custom Controls */
.team-slider .owl-controls,
.pricing-slider .owl-controls {
  margin-top: 0;
  position: relative;
  width: 230px;
  height: 30px;
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .team-slider .owl-controls,
  .pricing-slider .owl-controls {
    margin-top: 80px;
  }
}
.team-slider .owl-controls:before,
.pricing-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 65%;
  right: 30px;
  border-top: 1px dashed #cbc8c9;
}
.team-slider .owl-controls .owl-dots,
.pricing-slider .owl-controls .owl-dots {
  background: #f1f2f4;
  border: 1px solid #cbc8c9;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
  padding: 0 1px;
  margin-top: 11px;
  position: relative;
}
.team-slider .owl-controls .owl-dot span,
.pricing-slider .owl-controls .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  background: #d9d9e0;
  border-radius: 50%;
  margin: 3px 4px;
}
.team-slider .owl-controls .owl-dot.active span,
.pricing-slider .owl-controls .owl-dot.active span,
.team-slider .owl-controls.clickable .owl-dot:hover span,
.pricing-slider .owl-controls.clickable .owl-dot:hover span {
  background: #ff7866;
}
.team-slider .owl-controls .owl-nav div,
.pricing-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.team-slider .owl-controls .owl-nav .owl-prev,
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.team-slider .owl-controls .owl-nav .owl-next,
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: -32px;
}
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: -32px;
}
/*
// 24. Portfolio Gallery
// --------------------------------------------------
*/
/* 24.1. Gallery Feed and Filter */
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-trigger-holder {
    float: left;
    padding-top: 11px;
    margin-top: -100px;
  }
}
.filter-btn-group .filter-clone-btn .btn {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-clone-btn {
    float: right;
    margin-top: -100px;
  }
}
.gallery-filter {
  margin: 0;
  padding: 0 0 5px 0;
}
.gallery-filter > li {
  padding-bottom: 0;
}
.gallery-filter > li + li {
  padding-top: 18px;
}
.gallery-filter > li .btn-primary {
  font-weight: 300 !important;
}
.gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-sidebar {
  width: 290px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.gallery-sidebar.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-content {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.gallery-content.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.gallery-feed {
  margin-bottom: 64px;
}
.gallery-item {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 1px;
  margin-bottom: 1px;
}
.gallery-item:hover .gallery-img > a:before {
  opacity: .5;
}
.gallery-item:hover .gallery-img img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.gallery-item:hover .gallery-details {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item .gallery-img {
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-img > a {
  display: block;
  position: relative;
  z-index: 3;
}
.gallery-item .gallery-img > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #00d8d8;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gallery-item .gallery-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-item .gallery-details {
  width: 100%;
  background: #ff7866;
  color: #fff;
  padding: 15px 130px 15px 27px;
  overflow: hidden;
  position: relative;
  min-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.gallery-item .gallery-details .gallery-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-item .gallery-details .btn {
  position: absolute;
  top: 15px;
  margin: 0;
}
.gallery-item .gallery-details .btn.btn-primary {
  background-color: #fff;
  color:#ff7866;
}
.gallery-item .gallery-details .btn.btn-primary:hover {
  background-color: #02d0cf;
  color:#fff;
}
.gallery-item .gallery-details .btn-gallery-plus {
  right: 75px;
}
.gallery-item .gallery-details .btn-gallery-link {
  right: 15px;
}
/* Single Gallery Project */
.gallery-single-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .gallery-single-thumbnail img {
    margin-bottom: 0;
  }
}
.gallery-list-info {
  padding: 0;
  margin: 0;
  border-top: 1px dashed #d2d2dd;
}
.gallery-list-info li:before {
  display: none;
}
.gallery-list-info > li {
  border-bottom: 1px dashed #d2d2dd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery-list-info > li .info-label {
  font-weight: bold;
  margin-right: 5px;
}
/*
// Magnific Popup
// --------------------------------------------------
*/
/* Custom styles for MP
// Default styles see here assets/magnific-popup/magnific-popup.css */
.mfp-bg {
  background: #111f1f;
/*  opacity: .9;*/
}
.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #ff7866;
  text-align: center;
  top: 36px;
  right: 0;
  opacity: 1;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: #ff7d58;
}
img.mfp-img {
  vertical-align: top;
  padding-top: 36px;
  padding-bottom: 36px;
}
.mfp-bottom-bar {
  background: #ff7866;
  padding: 32px 200px 32px 40px;
  color: #fff;
}
.mfp-bottom-bar .mfp-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mfp-bottom-bar .mfp-title .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 300;
  padding-right: 70px;
  padding-left: 25px;
}
.mfp-counter {
  display: none;
}

/*
// Pagination
// --------------------------------------------------
*/
.pagination__custom {
  text-align: center;
  padding-bottom: 10px;
}
.pagination__custom > li .btn {
  padding-left: 20px;
  padding-right: 20px;
}
/*
// Price Filter
// --------------------------------------------------
*/
.noui-holder {
  border-top: 1px dashed #d2d2dd;
  border-bottom: 1px dashed #d2d2dd;
  padding: 25px 0;
}
.noUi-target {
  border: 1px solid #dcd5cf;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 28px;
}
.noUi-horizontal {
  height: 7px;
}
.noUi-background {
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(-45deg, #e9e9e9 25%, transparent 25%, transparent 50%, #e9e9e9 50%, #e9e9e9 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #e9e9e9 25%, transparent 25%, transparent 50%, #e9e9e9 50%, #e9e9e9 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e9e9e9 25%, transparent 25%, transparent 50%, #e9e9e9 50%, #e9e9e9 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.noUi-connect {
  background: #ff7866;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-handle {
  width: 19px !important;
  height: 19px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #dcd5cf;
  background: #f1f2f4;
}
.noUi-handle:before {
  display: none;
}
.noUi-handle:after {
  width: 7px;
  height: 7px;
  background: #ff7866;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
/*
// Page Loader
// --------------------------------------------------
*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0fcb4a;
  z-index: 100000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: #ff6570;
  background: -moz-linear-gradient(left, #ff6570 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ff6570 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ff6570 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ff6570 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ff6570 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  -o-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ff6570;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
// Header
// --------------------------------------------------
*/
/* Top Wrapper */
.top-wrapper {
  background-color: #013040;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 90px 0 0 0;
}
@media (min-width: 768px) {
  .top-wrapper {
    padding-top: 160px;
  }
}
.top-wrapper.top-wrapper__bg1 {
  background-image: url(../images/top-bg1.png);
}
.top-wrapper.top-wrapper__bg2 {
  background-image: url(../images/top-bg2.jpg);
}
.header {
  z-index: 99;
  padding: 10px 0 0 0;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
}
@media (min-width: 768px) {
  .header {
    padding: 40px 0 0 0;
  }
}
.no-mobile .header.header__fixed,
.no-mobile .header.affix {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-mobile .header.affix {
  padding: 10px 0;
  background: rgba(15, 203, 74, 0.9);
  border-bottom: #0fcb4a 1px solid;
}
@media (max-width: 767px) {
  .no-mobile .header.affix {
    padding: 5px 0;
  }
}
/* Logo */
.header .logo {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .logo a { text-indent:-9999px; display:block; width:190px; height:48px; background:url(../images/logo-new.png) 0 0 no-repeat }
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 30px;
  }
}
.header .logo h1,
.header .logo h2 {
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
/* Navigation */
.fhmm {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  min-height: 0;
  /* Navigation Toggle Button */
}
.fhmm ul {
  margin: 0;
  padding: 0;
}
.fhmm ul li:before {
  display: none;
}
.fhmm ul li {
  padding: 0;
  margin: 0;
  width:auto;
  font-size: 1em;
  padding: 0 10px;
  text-align:center
}
.fhmm .navbar-toggle {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  /*background: #135872;*/
  /*background: none;*/
  text-align: center;
 /* border: 2px solid #fff;*/
}
.fhmm .navbar-toggle:hover,
.fhmm .navbar-toggle:active,
.fhmm .navbar-toggle:focus {
	background:#FFF;
  
}
.fhmm .navbar-toggle .fa {
  color: #135872;
  font-size: 18px;
  margin-right: 0;
}
.fhmm .navbar-toggle .touch-button {
  display: none;
}
@media (max-width: 767px) {
  .fhmm .navbar-toggle {
    width: 32px;
    height: 32px;
    top: -2px;
  }
}
.fhmm .container {
  position: relative;
}
.fhmm .navbar-collapse {
  margin: 0 -30px;
  border: none;
}
.fhmm .navbar-collapse.in {
  overflow: auto;
  max-height: 400px;
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.fhmm .navbar-collapse .navbar-nav {
  background: #01c4c4;
  margin: 0;
  padding: 0;
  opacity: .9;
  
}
@media all and (max-width: 991px) {
  .fhmm .navbar-collapse .navbar-nav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-weight: normal;
  }
  .fhmm .navbar-collapse .navbar-nav li a .label {
    margin-left: 4px;
    vertical-align: middle;
  }
  .fhmm .navbar-collapse .navbar-nav li a.thumb-link {
    padding: 0;
  }
  .fhmm .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #3f3f3f;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .fhmm .navbar-collapse .navbar-nav li.active > a,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus {
    background: #01bbbb !important;
    color: #013040;
  }
  .fhmm .navbar-collapse .navbar-nav li > a:hover { color: #013040;}
  .fhmm .navbar-collapse .navbar-nav li.active > a:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus:before {
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus:before {
    background: none;
  }
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse .navbar-nav {
    float: right;
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    padding: 11px 0 0 0;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .fhmm .navbar-collapse .navbar-nav > li + li {
    margin-left: 28px;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a {
	font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    float: left;
    background: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus {
    background: none;
    color: #fff;
    opacity: .7;
  }
  .fhmm .navbar-collapse .navbar-nav > li.active > a,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:focus {
    background: none;
    color: #003040;
    opacity: 1;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus {
    background: none;
    color: #fff;
  }
}
.fhmm .navbar-collapse .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d2d2dd;
  padding: 0 15px;
  left: auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu {
    padding: 0;
  }
}
.fhmm .dropdown-menu > li {
  border: none;
}
.fhmm .dropdown-menu > li > a {
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fhmm .dropdown-menu > li > a:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #fff;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li > a {
    color: #746981 !important;
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    padding: 14px 24px;
  }
  .fhmm .dropdown-menu > li > a:hover {
    color: #0b9fb2;
    text-decoration: none;
  }
  .fhmm .dropdown-menu > li > a .label {
    margin-left: 5px;
  }
}
.fhmm .dropdown-menu > li.active > a {
  background: #efefef;
}
.fhmm .dropdown-menu > li + li a {
  border-top: 1px solid #0b9fb2;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li + li a {
    border-top: 1px solid #d2d2dd;
  }
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
}
.fhmm .dropdown-menu .fhmm-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fhmm .dropdown-menu .product-item .product-info {
    padding-right: 0;
  }
  .fhmm .dropdown-menu .product-item .product-info .product-name {
    font-size: 15px;
    color: #fff;
  }
  .fhmm .dropdown-menu .product-item .product-info .product-brand {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
  .fhmm .dropdown-menu .product-item .product-info .btn-shopping-cart {
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .fhmm .dropdown-menu .product-item .product-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fhmm .dropdown-menu .product-item .product-footer .price ins {
    color: #fff;
  }
  .fhmm .dropdown-menu .product-item .product-footer .star-rating {
    padding-top: 7px;
  }
  .fhmm .dropdown-menu .product-item .product-footer .star-rating .fa {
    font-size: 14px;
  }
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.fhmm .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fhmm li > a > .fa {
  color: #bfbfbf;
  margin-right: 8px;
  font-size: 18px;
}
.fhmm video {
  max-width: 100%;
  height: auto;
}
.fhmm iframe,
.fhmm embed,
.fhmm object {
  max-width: 100%;
}
.fhmm .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.fhmm div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
.fhmm #googlemaps img {
  max-width: none;
}
.fhmm .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
  position: static;
}
.fhmm .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.fhmm .half-right {
  left: auto !important;
  right: 0 !important;
}
.fhmm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.fhmm .fhmm-content {
  padding: 0 10px;
}
@media all and (max-width: 991px) {
  .fhmm .fhmm-content {
    color: #fff;
  }
}
.fhmm .fhmm-content .fhmm-content-inner {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .fhmm .fhmm-content {
    padding: 0 15px;
  }
  .fhmm .fhmm-content ul li > a {
    display: block;
    font-size: 18px;
    padding: 14px 24px;
    margin: 0;
    color: #746981;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
  }
  .fhmm .fhmm-content ul li > a:hover {
    background: #f9fafb;
    text-decoration: none;
  }
  .fhmm .fhmm-content ul li.active > a {
    background: #f9fafb;
  }
  .fhmm .fhmm-content ul li + li > a {
    border-top: 1px solid #d2d2dd;
  }
  .fhmm .fhmm-content .product-item {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.fhmm hr {
  border-top-color: #3f3f3f;
}
@media all and (min-width: 992px) {
  .fhmm hr {
    border-top-color: #efefef;
  }
}
.fhmm .caret {
  color: #c1c1c1;
  position: relative;
  top: -2px;
}
.fhmm .label {
  margin-left: 8px;
}
.fhmm .title {
  border-bottom: 1px solid #836aa0;
}
@media all and (max-width: 991px) {
  .fhmm .title {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media all and (min-width: 992px) {
  .fhmm .title {
    padding: 15px 30px 19px 30px !important;
    margin: 0 -15px;
    border-bottom: 2px solid #836aa0;
    padding-top: 10px;
    color: #746981;
  }
}
@media (max-width: 991px) {
  .fhmm .media + .media {
    padding-top: 15px;
  }
}
.fhmm p:last-child {
  margin-bottom: 0;
}
.fhmm p:last-child a {
  display: inline !important;
  padding: 0 !important;
}
.dropdown-toggle__caret {
  display: inline-block;
  z-index: 10;
  position: relative;
  padding: 0 !important;
  background: none !important;
  width: 24px !important;
  height: 24px;
  text-align: center;
  float: right;
  border-radius: 50%;
  margin-top: -35px;
  border: 2px solid #836aa0 !important;
}
@media (min-width: 992px) {
  .dropdown-toggle__caret {
    margin-left: -20px;
    margin-top: 0;
  }
}
.dropdown-toggle__caret .caret {
  margin-left: 0;
  border-top-color: #ff7866;
}
.dropdown-toggle__caret:hover,
.dropdown-toggle__caret:focus {
  border-color: #836aa0;
}
.dropdown-toggle__caret:before {
  display: none !important;
}
.dropdown-toggle__caret-holder {
  padding-right: 30px !important;
}
.navbar-nav .dropdown .dropdown-toggle__caret:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 27px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 0;
}
.navbar-nav .dropdown.open .dropdown-toggle__caret:after {
  opacity: 1;
}
/* 30.4. Search Form */
@media all and (min-width: 992px) {
  .item-has-search {
    width: 44px;
    position: relative;
    z-index: 3;
    top: -11px;
  }
}
.form-search__nav {
  border: 2px solid #836aa0;
  border-radius: 50px;
  margin: 15px;
}
@media all and (min-width: 992px) {
  .form-search__nav {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.form-search__nav input[type="text"] {
  line-height: 40px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"] {
    line-height: 40px;
    width: 40px;
    padding: 0;
  }
}
.form-search__nav input[type="text"]:focus,
.form-search__nav input[type="text"].focus {
  outline: 0;
  background: #372850;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"]:focus,
  .form-search__nav input[type="text"].focus {
    width: 214px;
    padding: 0 20px;
  }
}
.form-search__nav .fa {
  font-size: 14px;
  color: #fff;
  background: none !important;
  border: none;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .form-search__nav .fa {
    top: 0;
    right: 0;
  }
}

/*
// 31. Revolution Slider (Custom styles)
// --------------------------------------------------
*/
.tp-banner-holder {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.tp-caption.nb_large_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #013040;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,.6);
  letter-spacing: 0;
  font-weight: 700;
  font-size: 60px;
  font-family: 'Expo 2', sans-serif;
  line-height: 60px;
}
.tp-caption.nb_verysmall_white_mw {
  font-weight: 400;
  font-size: 1.6em;
  color: #213939;
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0 1px 1px rgba(255,255,255,.6);
  letter-spacing: 0;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.nb_medium_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 46px;
  font-family: 'Open Sans', sans-serif;
  line-height: 46px;
}
.tp-caption.nb_or_txt {
  display: none;
  border-width: 2px;
  border-style: solid;
  border-color: #836aa0;
  background-color: transparent;
  color: #ff7866;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Exo 2', sans-serif;
  line-height: 46px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .tp-caption.nb_or_txt {
    display: block;
  }
}
.tp-caption.nb_border_line_dash {
  display: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  width: 25px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tp-caption.nb_border_line_dash {
    display: block;
  }
}
.tp-caption li:before {
  display: none;
}
@media (min-width: 992px) {
  .tp-caption li:before {
    display: block;
  }
}
/* Bullets (pagination) */
.tp-bullets {
  z-index: 98 !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}
.tp-bullets.simplebullets .bullet {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  cursor: pointer;
  background: #cbc8c9 !important;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ff7866 !important;
}
/* Arrows (prev/next) */
.tparrows.default.round {
  display: none;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  vertical-align: middle;
  background: none !important;
  z-index: 98 !important;
}
@media (min-width: 768px) {
  .tparrows.default.round {
    display: block;
  }
}
.tparrows.default.round .tp-arr-allwrapper {
  display: block;
  position: absolute !important;
  width: 35px;
  height: 1px;
  border-top: 1px dashed #fff;
  top: 50%;
}
.tparrows.default.round .tp-arr-iwrapper {
  display: block;
  position: absolute !important;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.tparrows.default.round:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.tparrows.default.round:hover {
  color: #fff;
}
.tp-leftarrow.default.round .tp-arr-allwrapper {
  left: 50%;
}
.tp-leftarrow.default.round .tp-arr-iwrapper {
  left: 100%;
  margin-left: 3px;
}
.tp-leftarrow.default.round:after {
  content: '\f053';
  font-size:36px;
  margin-top:3px;
}
.tp-rightarrow.default.round .tp-arr-allwrapper {
  right: 50%;
  margin-left: -3px;
}
.tp-rightarrow.default.round .tp-arr-iwrapper {
  left: 0;
  margin-left: -3px;
}
.tp-rightarrow.default.round:after {
  content: '\f054';
  font-size:36px;
  margin-top:3px;
}
.tparrows.tp-rightarrow.default.round:after {
  margin-left: 2px;
}
.tparrows.tp-leftarrow.default.round:after {
  margin-right: 2px;
}
.tparrows.default.round:hover:after {
  color: #013040;
}
/*
// Static Header
// --------------------------------------------------
*/
.static-header {
  position: relative;
  min-height: auto;
  padding: 0 0 30px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .static-header {
    padding: 0;
    min-height: 368px;
  }
}
@media (min-width: 992px) {
  .static-header {
    min-height: 481px;
  }
}
@media (min-width: 1200px) {
  .static-header {
    min-height: 583px;
  }
}
.static-header .container {
  position: relative;
}
@media (min-width: 768px) {
  .static-header__num1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 64%;
  }
}
@media (min-width: 992px) {
  .static-header__num1 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num1 {
    top: 90px;
  }
}
@media (min-width: 768px) {
  .static-header__num2 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 19%;
  }
}
@media (min-width: 992px) {
  .static-header__num2 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num2 {
    top: 44px;
  }
}
@media (min-width: 768px) {
  .static-header__num3 {
    position: absolute;
    right: 0;
    top: 200px;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .static-header__num3 {
    top: 285px;
  }
}
@media (min-width: 1200px) {
  .static-header__num3 {
    top: 323px;
  }
}
.static-header__rocket {
  display: none;
}
@media (min-width: 768px) {
  .static-header__rocket {
    display: block;
    position: absolute;
    right: 140px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .static-header__rocket {
    right: 160px;
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .static-header__rocket {
    right: 210px;
    top: 70px;
  }
}
.static-header__rocket img {
  max-width: 100%;
  height: auto;
}
.header-title-lg {
  display: block;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
}
.header-title-lg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:before {
    left: -13px;
    margin-left: 0;
  }
}
.header-title-lg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:after {
    left: -9px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-lg {
    text-align: left;
    font-size: 100px;
    padding-left: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-lg {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .header-title-lg {
    font-size: 164px;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.header-title-n {
  display: block;
  font-size: 42px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.header-title-n:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:before {
    right: -13px;
    left: auto;
    margin-left: 0;
  }
}
.header-title-n:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:after {
    right: -9px;
    left: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-n {
    text-align: right;
    font-size: 46px;
    padding-right: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-right: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-n {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .header-title-n {
    font-size: 64px;
    padding-bottom: 25px;
    margin-bottom: 8px;
  }
}
.header-title-sm {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .header-title-sm {
    font-size: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-title-sm {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .header-title-sm {
    font-size: 36px;
  }
}
.header-title-sm.text-left {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-left {
    text-align: left;
    padding-left: 20px;
  }
}
.header-title-sm.text-right {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-right {
    text-align: right;
    padding-right: 20px;
  }
}
/*
// Footer
// --------------------------------------------------
*/
.footer {
  background-color: #013040;
  background-image: url(../images/bg-footer.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 0;
}
.footer .footer-inner {
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner {
    padding-top: 130px;
  }
}
.footer .footer-inner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-footer-wave.svg) no-repeat 50% -1px;
  background-size: contain;
  width: 100%;
  height: 80px;
  top: 0;
  right: 0;
}
/* Footer Social Links */
.footer-social-links {
  padding-bottom: 24px;
}
.footer-social-links li:before {
  display: none;
}
@media (min-width: 768px) {
  .footer-social-links {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .footer-social-links {
    padding-bottom: 94px;
  }
}
@media (min-width: 768px) {
  .footer-social-links > li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li {
    padding: 0 15px;
  }
}
.footer-social-links > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
}
@media (min-width: 768px) {
  .footer-social-links > li > a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li > a {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
  }
}
.footer-social-links > li > a:hover {
  color: #ffffff;
  background-color: #ff7866;
  border-color: #ff7866;
}
.footer-social-links.footer-social-links__rounded > li > a {
  border-radius:0;
}
.footer-social-links.footer-social-links__rounded > li:first-child  > a{
  border-radius:50% 0 0 50%;
}
.footer-social-links.footer-social-links__rounded > li:last-child  > a{
  border-radius: 0 50% 50% 0;
}
/* Footer Text */
.footer-text {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-text a {
  color: #ffffff;

}
.footer-text div[class^="col-"] {
  position: relative;
  padding-top: 20px;
}
.footer-text div[class^="col-"]:last-child {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-text div[class^="col-"] {
    padding: 40px 0;
  }
  .footer-text div[class^="col-"]:last-child {
    padding: 40px 0;
  }
  .footer-text div[class^="col-"]:before,
  .footer-text div[class^="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
  }
  .footer-text div[class^="col-"]:before {
    background: rgba(255, 255, 255, 0.8);
    width: 14px;
    height: 14px;
    top: -8px;
    margin-left: -7px;
	border:#fff 1px solid;
  }
  .footer-text div[class^="col-"]:after {
    width: 1px;
    height: 30px;
    background: #fff;
    top: 6px;
    margin-left: -1px;
  }
}
/*
// Page 404
// --------------------------------------------------
*/
.page-404 {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-404 {
    padding: 240px 0;
  }
}
.page-404 .page-wrapper .container {
  position: relative;
}
.page-404-main {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-404-main {
    position: absolute;
    width: 100%;
    top: -40px;
    text-align: left;
    margin-bottom: 0;
  }
}
.page-404-main .page-404-num {
  display: block;
  font-size: 140px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.page-404-main .page-404-num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-main .page-404-num:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-main .page-404-num {
    font-size: 240px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .page-404-main .page-404-num {
    font-size: 300px;
    margin-right: 40px;
  }
}
.page-404-main .page-404-notice {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-404-main .page-404-notice {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-404-main .page-404-notice {
    font-size: 36px;
  }
}
.page-404-rocket {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-404-rocket img {
  display: none;
}
@media (min-width: 992px) {
  .page-404-rocket {
    position: absolute;
    left: 290px;
    top: 70px;
    text-align: left;
  }
  .page-404-rocket img {
    max-width: 100%;
    margin: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-404-rocket {
    left: 480px;
    top: 70px;
  }
}
.page-404-header {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 45px;
}
.page-404-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-header {
    text-align: left;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-404-header {
    padding-left: 95px;
  }
}
.page-404-desc {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-404-desc {
    padding-left: 95px;
  }
}
.page-404-footer-label {
  display: block;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-404-footer-label:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-footer-label:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7866;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-footer-label {
    padding-left: 245px;
  }
}
@media (min-width: 1200px) {
  .page-404-footer-label {
    padding-left: 385px;
  }
}
.page-404-social {
  margin: 0;
}
.page-404-social li:before {
  display: none;
}
@media (min-width: 992px) {
  .page-404-social {
    padding-left: 245px;
  }
}
@media (min-width: 1200px) {
  .page-404-social {
    padding-left: 385px;
  }
}
.page-404-social > li {
  padding: 0 0 0 16px;
}
.page-404-social > li a {
  color: #fff;
  display: inline-block;
}
.page-404-social > li a:hover {
  color: #ff7866;
}
.page-404-social > li a .fa {
  font-size: 24px;
}
.page-404-social > li:first-child {
  padding-left: 0;
}

/*
// Timeline
// --------------------------------------------------
*/
.timeline {
  position: relative;
}
.timeline li:before {
  display: none;
}
@media (min-width: 992px) {
  .timeline:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #fab9a7 0%, #fb8f71 100%);
    background-image: -o-linear-gradient(left, #fab9a7 0%, #fb8f71 100%);
    background-image: linear-gradient(to right, #fab9a7 0%, #fb8f71 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab9a7', endColorstr='#fffb8f71', GradientType=1);
  }
}
.timeline > div {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .timeline > div {
    margin-bottom: 0;
  }
}
.timeline > div > a {
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor:default;
}
.timeline > div > a h5 {
  font-size: 14px;
  color: #003040;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .timeline > div > a h5 {
    margin-bottom: 36px;
  }
}
.timeline > div > a .desc-holder {
  display: block;
  position: relative;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder {
    padding-top: 39px;
  }
}
.timeline > div > a .desc-holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 -6px;
  background: #253743;
  border: 2px solid #f7b9a8;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder:after {
    content: "\f00c";
    display: block;
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.timeline > div > a .desc-holder .desc {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color:#003040;
  opacity: 1;
}
.timeline > div > a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .timeline > div > a:hover h5 {
	color: #f9f6f3;
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -o-transform: translate(0, -14px);
    transform: translate(0, -14px);
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:before {
    -webkit-transform: scale(4, 4);
    -ms-transform: scale(4, 4);
    -o-transform: scale(4, 4);
    transform: scale(4, 4);
    background: rgba(0, 48, 64, 0.9);
    border-width: 0;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:after {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder .desc {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
	color:#fff;
    opacity: 1;
  }
}
/*
// Google Map
// --------------------------------------------------
*/
.gmap-holder {
  margin: 20px 0 70px 0;
  position: relative;
}
.googlemap-wrapper {
  position: relative;
}
.googlemap-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -1px;
  right: 0;
  z-index: 2;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 220px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 420px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #0b9fb2;
  content: '\f110';
  text-align: center;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// Back To Top
// --------------------------------------------------
*/
#back-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  #back-top {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  #back-top {
    bottom: 0;
    right: 0;
  }
}
#back-top .link-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #back-top .link-holder {
    width: 50px;
    height: 50px;
  }
}
#back-top a {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 4px solid #e5e2e0;
  text-align: center;
  text-decoration: none;
  color: #e5e2e0;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #back-top a {
    width: 30px;
    height: 30px;
    border-width: 0;
    font-size: 14px;
    background: #68c0cc;
  }
}
#back-top a:hover {
  width: 100px;
  height: 100px;
  background: #00d5d5;
  color: #fff;
}
@media (max-width: 767px) {
  #back-top a:hover {
    width: 50px;
    height: 50px;
  }
}
#back-top a:hover .fa {
  font-size: 28px;
}
@media (max-width: 767px) {
  #back-top a:hover .fa {
    font-size: 14px;
  }
}
#back-top a .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#back-top a.contacts-link + .tooltip {
  margin: 0 0 0 -30px;
}
@media (max-width: 767px) {
  #back-top a.contacts-link + .tooltip {
    display: none !important;
  }
}
/*
// Logos List
// --------------------------------------------------
*/
.logos-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: 0 -10px;
}
.logos-list li:before {
  display: none;
}
.logos-list > li {
  float: left;
  padding: 0 10px 14px 10px;
  width: 16.5%;
  text-align: center;
}
.logos-list > li a {
	text-decoration:none;
	color:#666;
	font-size:1em;
	cursor:default
}
.logos-list > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.logos-list > li > a:hover img {
  opacity: .70;
}
/*
// 41. Helpers
// --------------------------------------------------
*/
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.v-center {
  position: relative;
  padding: 0; /*0 15px*/
}
.v-center:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.v-center .v-center-inner {
  display: inline-block;
  vertical-align: middle;
}
.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gap-10 {
  height: 10px;
  overflow: hidden;
}
.gap-20 {
  height: 20px;
  overflow: hidden;
}
.gap-30 {
  height: 30px;
  overflow: hidden;
}
.gap-40 {
  height: 40px;
  overflow: hidden;
}
.gap-50 {
  height: 50px;
  overflow: hidden;
}
.gap-60 {
  height: 60px;
  overflow: hidden;
}
.gap-70 {
  height: 70px;
  overflow: hidden;
}
.gap-80 {
  height: 80px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-100 {
  height: 100px;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .pl-20 {
    padding-left: 20px;
  }
}
.pos-relative {
  position: relative;
}
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 20px;
}
.fontawesome-icon-list .fa {
  width: 32px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}

/* Portfolio Gallery Filter Triger */
.filter-trigger {
  padding: 0;
}
.filter-trigger span {
  display: inline-block;
  border-bottom: none;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #0b9fb2;
}
.filter-trigger .fa {
  font-size: 18px;
  margin-right: 14px;
  color: #0b9fb2;
}
.filter-trigger:hover,
.filter-trigger:active,
.filter-trigger:focus {
  color: #0b9fb2;
}