
body {
  border-top: 0px solid #f2f2f2;
}



hr {
  margin-top: 32px;
  margin-bottom: 32px;
}
hr.space {
  visibility: hidden;
}
small {
  color: #9faab6;
}
iframe {
  max-width: 100%;
}
div.myf {
  margin: 0;
  padding: 0;
}

div.myf-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.myf .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.myf-mail-sent-ok {
  border: 2px solid #398f14;
}

div.myf-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.myf-spam-blocked {
  border: 2px solid #ffa500;
}

div.myf-validation-errors {
  border: 2px solid #f7e700;
}

span.my-form-control-wrap {
  position: relative;
}

span.myf-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.myf-not-valid-tip { 
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.myf-list-item {
  margin-left: 0.5em;
}

.myf-display-none {
  display: none;
}

div.myf img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.myf div.ajax-error {
  display: none;
}

div.myf .placeheld {
  color: #888;
}
.quotation-mark {
  font-size: 48px;
  color: #2C2D34;
}
.container-center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class^="bicons-"]:before,
[class*=" bicons-"]:before {
  display: inline-block;
  -webkit-transform: translate(0, 14%);
  -ms-transform: translate(0, 14%);
  transform: translate(0, 14%);
}
.social-square {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  font-size: 17px;
  line-height: 32px;
  background-color: #2C2D34 !important;
  text-align: center;
  color: #f2f2f2;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.social-square:hover {
  color: #3eb9c6;
}
.margin-top-base {
  margin-top: 32px;
}
.margin-top-large {
  margin-top: 64px;
}
/* 
   ==========================================================================
   Buttons !buttons
   ========================================================================== */
.btn {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.button-default {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 2;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
  background-image: none;
}
.button-default.disabled,
.button-default[disabled],
fieldset[disabled] .button-default,
.button-default.disabled:hover,
.button-default[disabled]:hover,
fieldset[disabled] .button-default:hover,
.button-default.disabled:focus,
.button-default[disabled]:focus,
fieldset[disabled] .button-default:focus,
.button-default.disabled:active,
.button-default[disabled]:active,
fieldset[disabled] .button-default:active,
.button-default.disabled.active,
.button-default[disabled].active,
fieldset[disabled] .button-default.active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.button-default .badge {
  color: #2f2f2f;
  background-color: #ffffff;
}
.button-default:focus,
.button-default:active:focus,
.button-default.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button-default:hover,
.button-default:focus {
  color: #ffffff;
  text-decoration: none;
}
.button-default:active,
.button-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button-default.disabled,
.button-default[disabled],
fieldset[disabled] .button-default {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-default-lg {
  padding: 12px 64px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
.button-default-sm {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-control-default {
  display: block;
  width: 100%;
  font-weight: normal;
  color: red;
  background-color: #f2f2f2;
  background-image: none;
  border: 2px solid #9faab6;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-default:focus {
  border-color: #2C2D34;
  outline: 0;
}
.form-control-default::-moz-placeholder {
  color: #9faab6;
  opacity: 1;
}
.form-control-default:-ms-input-placeholder {
  color: #9faab6;
}
.form-control-default::-webkit-input-placeholder {
  color: #9faab6;
}
.fullscr-map {
  margin-bottom: 32px;
}
/* 
  Colours !colors
   -------------------------------------------------------------------------- */
.bg-brandcolour {
  background-color: #3eb9c6;
}
.bg-darkcolour {
  background-color: #101010;
}
.bg-lightcolour {
  background-color: #ffffff;
}
.filter-colour {
 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.filter-colour.bg-brandcolour {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.filter-colour.bg-darkcolour {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.filter-colour.bg-lightcolour {
  opacity: 0.075;
  filter: alpha(opacity=7.5);
}
.color-brandcolour {
  color: #3eb9c6;
}
.color-darkcolour {
  color: #2C2D34;
}
.color-graylight {
  color: #9faab6;
}
.color-gray {
  color: #506378;
}
.color-darkblue {
  color: #506378;
}
.color-black {
  color: #2f2f2f;
}
.color-yellow {
  color: #2f2f2f;
}
.color-darkgreen {
  color: #2f2f2f;
}
.color-brown {
  color: #874a25;
}
.color-orange {
  color: #f97307;
}
.color-blue {
  color: #3eb9c6;
}
.color-purple {
  color: #8a6ced;
}
.color-pink {
  color: #f52a72;
}
.color-green {
  color: #23c262;
}
.color-red {
  color: #f53838;
}

.title-lines {
  margin-top: 80px;
  margin-bottom: 80px;
  font: 700 25px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2C2D34;
}
.title-line {
  display: block;
  margin-bottom: 64px;
}
.line-separator {
  height: 2px;
  width: 60px;
  margin: 80px auto;
  background-color: #ffffff;
}
.lines,
.one-line {
  position: relative;
}
.line-top-first,
.line-top-second,
.line-bottom-first,
.line-bottom-second {
  display: block;
  height: 1px;
  left: 48.5%;
  background-color: #3eb9c6;
  position: relative;
}
.line-bottom {
  display: block;
  height: 2px;
  width: 65px;
  background-color: #3eb9c6;
  position: absolute;
  left: 0;
  bottom: -32px;
}
.line-top-second {
  top: -7px !important;
  width: 40px !important;
  margin-left: 2px !important;
}
.line-bottom-second {

}
.line-top-first,
.line-top-second {
  top: -12px;
}
.line-bottom-first,
.line-bottom-second {
  bottom: -12px;
}
.line-top-first,
.line-bottom-first {
  width: 25px;
}
.line-top-second,
.line-bottom-second {
  width: 35px;
}
.line-top-first {
  margin-left: 10px;
}
.line-top-second {
  margin-left: 20px;
}
.line-bottom-first {
  margin-left: 10px;
}
.line-bottom-second {
    top: 5px !important;
    width: 40px !important;
    margin-left: 2px !important;
}
/* 
   Headings !headings
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f2f2f;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2f2f2f;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3eb9c6;
  text-decoration: none;
}
h1 .text-muted,
h2 .text-muted,
h3 .text-muted,
h4 .text-muted,
h5 .text-muted,
h6 .text-muted {
  color: #9faab6;
}
h1 {
  font-weight: 400;
}
h3 [class^="bicons"],
h3 [class*=" bicons-"] {
  font-size: 29.998800000000003px;
}
h3 [class^="bicons"]:before,
h3 [class*=" bicons-"]:before {
  -webkit-transform: translate(0, 28%);
  -ms-transform: translate(0, 28%);
  transform: translate(0, 28%);
}
.call-to {
  background-image:url(../img/sample-image-5.jpg);
}
.special {
  font: 300 48px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1180px) {
  .special {
    font: 300 40px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    
  }
  
}
@media only screen and (max-width: 700px) {
  .special {
    font: 300 30px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    
  }
}
@media only screen and (max-width: 500px) {
  .special {
    font: 300 25px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    
  }
}
.upper {
  margin-top: 0;
  margin-bottom: 64px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.title-below-center .upper {
  text-align: center;
}
span.h2-upper {
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 64px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.title-below-center span.h2-upper {
  text-align: center;
}
/* 
   Lists !lists
   -------------------------------------------------------------------------- */
ul {
  padding-left: 10px;
  list-style: none;
}
main ul li:before {
  margin-right: 5px;
  font: 14px "beauty-line-icons";
  content: "'";
  color: #3eb9c6;
  position: relative;
  top: 1px;
}
ul.separate li {
  padding-top: 12px;
  padding-bottom: 12px;
}
ul.separate li + li {
  border-top: 1px solid #d5d5d5;
}
/* 
   Content !content
   -------------------------------------------------------------------------- */
.main,
aside.sidebar {
  margin-top: 32px;
  margin-bottom: 32px;
}
.main > *:first-child,
aside.sidebar > *:first-child {
  margin-top: 0;
}
.main.above-content,
aside.sidebar.above-content {
  margin-bottom: 0;
}
.shortcode {
  margin-top: 32px;
  margin-bottom: 128px;
}
.shortcode-section-description {
  margin-bottom: 32px;
  padding-left: 10%;
  padding-right: 10%;
}
.main.main-top {
  padding-bottom: 0;
}
.main.main-top article {
  margin-bottom: 0;
}
.main.main-middle {
  padding-top: 64px;
}
.template-fullscr .main.main-middle {
  padding-top: 16px;
}
.main.main-middle article {
  margin-bottom: 0;
}
.main.main-bottom {
  padding-top: 0;
}
aside.sidebar.sidebar-bottom {
  padding-top: 64px;
}
.template-fullscr aside.sidebar {
  padding-top: 16px;
}
/* 
   Owl Carousel - slider  [http://www.owlcarousel.owlgraphic.com/] !owl
   -------------------------------------------------------------------------- */
.owl-theme {
  height: 100%;
}
.owl-theme .owl-stage-outer,
.owl-theme .owl-stage,
.owl-theme .owl-item,
.owl-theme .item {
  height: 83%;
}
.owl-theme .owl-nav [class*="owl-"] {
  cursor: pointer;
  outline: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-nav [class*="owl-"].owl-prev {
  background:none !important;
  left: 80px;
}
.owl-theme .owl-nav .owl-next {
  background-position: right top;
  right: 80px;
}
.owl-theme .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 27px;
}
.owl-theme .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dot span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  border-radius: 30px;
  background-color: #d5d5d5;
  -webkit-backface-visibility: visible;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.owl-theme .owl-dot.active span,
.owl-theme .owl-dot:hover span {
  background-color: #3eb9c6;
}
/* 
   ==========================================================================
   Pagination !pagination
   ========================================================================== */
.pagination {
  width: 100%;
  margin: 0;
  margin-top: 32px;
}
.pagination > li:before {
  content: none;
}
.pagination > li.pull-right a {
  margin-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 44px;
  margin-right: 12px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.pagination > li > span.current {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
}
.pagination > li > span.dots {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: transparent;
  color: #7f7f7f;
}
.page-nav {
  margin-top: 32px;
}
.page-nav > span,
.page-nav > span:hover {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
}
.icon-presentation {
  margin-top: 30px;
  margin-bottom: 45px;
  overflow: hidden;
  text-align: center;
}
.icon-presentation .row {
  position: relative;
  top: 1px;
  right: 1px;
}
.icon-presentation div[class^="col-"] {
  padding-top: 12px;
  padding-bottom: 10px;
  border: 1px solid #f2f2f2;
  border-width: 0 1px 1px 0;
}
.icon-presentation i {
  font-size: 30px;
}
.icon-presentation hr {
  margin: 2px 0 8px;
}
/* 
   ==========================================================================
   Fade hover - CSS3 effect !hover
   ========================================================================== */
.fade-hover-effect .hover-pattern {
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(233, 72, 34, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fade-hover-effect:hover .hover-pattern,
.fade-hover-effect .hover-pattern-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 
   ==========================================================================
   Grid elements hover - CSS3 effect
   ========================================================================== */
.cross-sign {
  width: 50px;
  height: 50px;
  background-color: #3eb9c6;
}
.cross-sign .vertical-line,
.cross-sign .horizontal-line {
  display: inline-block;
  position: absolute;
  background-color: #f2f2f2;
}
.cross-sign .vertical-line {
  width: 1px;
  left: 50%;
  top: 28%;
  bottom: 28%;
}
.cross-sign .horizontal-line {
  height: 1px;
  top: 50%;
  left: 28%;
  right: 28%;
}
.gridhover-effect {
  display: block;
  max-width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-perspective: 250px;
  -moz-perspective: 250px;
  perspective: 250px;
  -webkit-perspective-origin: 0 88%;
  -moz-perspective-origin: 0 88%;
  perspective-origin: 0 88%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gridhover-effect .my-post-image,
.gridhover-effect .caption {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gridhover-effect .caption {
  padding: 6px 12px;
  text-align: center;
  background-color: #2C2D34;
  color: #f2f2f2;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.gridhover-effect .caption h3 {
  font-weight: 400;
  text-transform: none;
}
.touch .gridhover-effect .caption {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(35, 62, 92, 0.3);
}
.gridhover-effect .hover-sign {
  width: 0px;
  height: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3eb9c6;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.no-touch .gridhover-effect:hover .caption {
  background-color: #2C2D34;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.no-touch .gridhover-effect:hover .hover-sign {
  width:42px;
  opacity: 1;
}
/* 
   ==========================================================================
   Alerts !alerts
   ========================================================================== */
.alert {
  padding-left: 50px;
  position: relative;
}
.media-body .alert {
  margin-top: 32px;
}
.alert:before {
  margin-top: 4px;
  font: 22px "beauty-line-icons";
  position: absolute;
  left: 15px;
}
.alert.alert-success:before {
  content: "K";
}
.alert.alert-info:before {
  content: "g";
}
.alert.alert-warning:before {
  content: "S";
}
.alert.alert-danger:before {
  content: "C";
}
/* 
   ==========================================================================
   Brand Logo in Navbar !brand
   ========================================================================== */
.navbar-brand {
  font-size: 30px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.label-logo {
  position: relative;
  top: -20px;
}
.navbar-brand img {
  position: relative;
}
.logo-header {
  top:-27px;
  
}
@media only screen and (max-width: 1300px) {
  .logo-header {
    height: 200%;
    
  }
  
}
@media only screen and (max-width: 1199px) {
  .logo-header {
    height: 150%;
    
  }
}
@media only screen and (max-width: 991px) {
  .logo-header {
    height: 130%;
    
  }
}
@media only screen and (max-width: 745px) {
  .logo-header {
    height: 100%;
    
  }
}
@media only screen and (max-width: 500px) {
  .logo-header {
    height: 140%;
    
  }
}
.logo-footer {
  margin-bottom:27px;
}



@media only screen and (max-width: 768px) {
.hide-on-mobile { display: inline; }
.hide-on-mobile { display: none; }
 


    
}

/* 
   ==========================================================================
   Top Bar !top
   ========================================================================== */
.topbar {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #2C2D34;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media (max-width: 892px) {
  .topbar {
    display: none;
  }
  
  
  
}
@media only screen and (max-width: 1200px) {
  .topbar{
    font-size: 12px;
    
  }
}
.topbar .container {
  position: relative;
}
.topbar a {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.topbar .comapany-data + .comapany-data {
  margin-left: 16px;
}
.topbar .topbar-welcometxt {
  margin-right: 16px;
  color: #bfbfbf;
}
@media (max-width: 992px) {
  .topbar .topbar-welcometxt {
    display: none;
  }
}
.topbar .btn-social {
  width: 140px;
  padding: 0;
  border: 0;
  color: #bfbfbf;
  font-size: 11px;
  line-height: 1.4px;
}


@media only screen and (max-width: 1200px) {
  .topbar .btn-social {
  width: 125px;
  padding: 0;
  border: 0;
  color: #bfbfbf;
  font-size: 10px;
  line-height: 1.4px;
  }  
  }
.topbar .btn-social:hover {
  color: #ffffff;
}
@media (max-width: 892px) {
  .topbar .btn-social {
    display: none;
  }
}
/* 
   ==========================================================================
   Navigation - Main Menu !nav
   ========================================================================== */
.navbar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.shadow {
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > a {
  -webkit-transition: padding 0.3s ease, color 0.15s ease;
  transition: padding 0.3s ease, color 0.15s ease;
}
nav[role="navigation"] {
  font-size: 15px;
  text-transform: uppercase;
  float: right;
}
nav a i[class^="bicons"],
.menu a i[class^="bicons"],
nav a i.fa,
.menu a i.fa {
  margin-left: 6px;
}
.nav li:before {
  content: none;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
}
.dropdown-menu > li + li {
  border-top: 1px solid #f2f2f2;
}
.dropdown-menu > li > a {
  line-height: 2.4;
  font-weight: inherit;
}
/* 
   Slide Push Menus / Right Mobile Menu
   -------------------------------------------------------------------------- */
.navbar-toggle {
  margin-top: 49.5px;
  margin-bottom: 49.5px;
  width: 20px;
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #2C2D34;
  border-radius: 3px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.navbar-toggle i {
  font-size: 17px;
  color: #ffffff;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
}
.navbar-toggle:hover i,
.navbar-toggle:focus i {
  color: #ffffff;
}
.cbp-spmenu {
  display: block;
  background-color: #ffffff;
  position: fixed;
}
.cbp-spmenu.cbp-spmenu-open {
  -webkit-box-shadow: 2px 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.cbp-spmenu .title {
  padding: 10px 28px;
  text-transform: uppercase;
  font-size: 16px;
}
.cbp-spmenu .navbar-nav {
  margin: 0;
}
.cbp-spmenu .navbar-nav li + li {
  border-top: 0;
}
.cbp-spmenu .navbar-nav a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #565656;
}
.cbp-spmenu .navbar-nav a:hover,
.cbp-spmenu .navbar-nav a:focus {
  color: #3eb9c6;
  background-color: transparent;
}
.cbp-spmenu .navbar-nav .open .dropdown-menu > li > a {
  padding-left: 36px;
}
.cbp-spmenu .navbar-nav .open a:hover,
.cbp-spmenu .navbar-nav .open a:focus,
.cbp-spmenu .navbar-nav .open a:link {
  background-color: transparent;
}
.cbp-spmenu .navbar-nav i {
  opacity: 0.8;
}
@media (min-width: 991px) {
  .cbp-spmenu {
    display: none;
  }
}
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}
body,
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toleft {
  left: -240px;
}
.cbp-spmenu-push-toleft.navbar-fixed-top {
  right: 240px;
}
.cbp-spmenu,
body,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 
   ==========================================================================
   Page Header (with Heading & Breadcrumb) !breadcrumb
   ========================================================================== */
.page-header {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
.page-header h1,
.page-header .breadcrumb {
  margin: 0;
  padding: 0;
}
.page-header h1 {
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 20px;
  font-weight: 700;
  color: #2C2D34;
  text-transform: uppercase;
}
.page-header .breadcrumb {
  padding-top: 61px;
  padding-bottom: 61px;
  background-color: #f2f2f2;
}
.page-header .breadcrumb > li + li:before {
  font-family: "beauty-line-icons";
  font-size: 11px;
  text-transform: none;
  content: "w";
  margin-left: 2px;
  margin-right: 4px;
}
.page-header h1::first-letter {
  color: #3eb9c6;
}
.page-header.page-header-custom {
  margin-bottom: 64px;
  padding: 32px 0;
  background-color: #3eb9c6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-header.page-header-custom .container {
  position: relative;
  z-index: 1000;
}
.page-header.page-header-custom h1 {
  padding: 0;
  color: #ffffff;
  font-size: 42px !important;
}
.page-header.page-header-custom h1::first-letter {
  color: #ffffff;
}
.page-header.page-header-custom .page-header-txt {
  margin-top: 16px;
  margin-bottom: 0;
  color: #2C2D34;
  font-size: 24px !important;
}
/* 
   ==========================================================================
   Posts !posts
   ========================================================================== */
.blog article,
.single article,
.archive article,
.author article,
.search-results article {
  margin-bottom: 64px;
}
.blog article.sticky,
.single article.sticky,
.archive article.sticky,
.author article.sticky,
.search-results article.sticky {
  background-color: #ffffff;
  padding: 12px 16px;
}
.blog article .entry-title,
.single article .entry-title,
.archive article .entry-title,
.author article .entry-title,
.search-results article .entry-title {
  margin-top: 0;
  font-size: 20px;
  word-break: break-all;
}
.blog article .entry-title a:hover,
.single article .entry-title a:hover,
.archive article .entry-title a:hover,
.author article .entry-title a:hover,
.search-results article .entry-title a:hover {
  text-decoration: none;
  color: #3eb9c6;
}
.blog article blockquote,
.single article blockquote,
.archive article blockquote,
.author article blockquote,
.search-results article blockquote {
  margin: 32px 0 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.blog article .entry-thumbnail,
.single article .entry-thumbnail,
.archive article .entry-thumbnail,
.author article .entry-thumbnail,
.search-results article .entry-thumbnail {
  margin: 32px 0 32px;
  border-radius: 4px;
  overflow: hidden;
}
.blog article .entry-thumbnail img,
.single article .entry-thumbnail img,
.archive article .entry-thumbnail img,
.author article .entry-thumbnail img,
.search-results article .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.blog article .entry-video,
.single article .entry-video,
.archive article .entry-video,
.author article .entry-video,
.search-results article .entry-video {
  text-align: center;
  position: relative;
}
.blog article .entry-video a i[class^="bicons"],
.single article .entry-video a i[class^="bicons"],
.archive article .entry-video a i[class^="bicons"],
.author article .entry-video a i[class^="bicons"],
.search-results article .entry-video a i[class^="bicons"],
.blog article .entry-video a i.fa,
.single article .entry-video a i.fa,
.archive article .entry-video a i.fa,
a.author article .entry-video a i.fa,
.search-results article .entry-video a i.fa {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 34px 0 0 7px;
  border: 2px solid #3eb9c6;
  color: #3eb9c6;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 28px;
}
.blog article .entry-video a .overlay,
.single article .entry-video a .overlay,
.archive article .entry-video a .overlay,
.author article .entry-video a .overlay,
.search-results article .entry-video a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #bfbfbf;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.blog article .entry-video a:hover i[class^="bicons"],
.single article .entry-video a:hover i[class^="bicons"],
.archive article .entry-video a:hover i[class^="bicons"],
.author article .entry-video a:hover i[class^="bicons"],
.search-results article .entry-video a:hover i[class^="bicons"],
.blog article .entry-video a:hover i.fa,
.single article .entry-video a:hover i.fa,
.archive article .entry-video a:hover i.fa,
.author article .entry-video a:hover i.fa,
.search-results article .entry-video a:hover i.fa {
  color: #2C2D34;
  border-color: #2C2D34;
}
.blog article .entry-video a:hover .overlay,
.single article .entry-video a:hover .overlay,
.archive article .entry-video a:hover .overlay,
.author article .entry-video a:hover .overlay,
.search-results article .entry-video a:hover .overlay {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.blog article .entry-video a iframe,
.single article .entry-video a iframe,
.archive article .entry-video a iframe,
.author article .entry-video a iframe,
.search-results article .entry-video a iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.blog article .entry-video .video-container,
.single article .entry-video .video-container,
.archive article .entry-video .video-container,
.author article .entry-video .video-container,
.search-results article .entry-video .video-container {
  display: block;
}
.blog article .entry-content,
.single article .entry-content,
.archive article .entry-content,
.author article .entry-content,
.search-results article .entry-content {
  margin-top: 32px;
}
.blog article .entry-tags,
.single article .entry-tags,
.archive article .entry-tags,
.author article .entry-tags,
.search-results article .entry-tags {
  margin-top: 32px;
}
.blog article .entry-tags .btn,
.single article .entry-tags .btn,
.archive article .entry-tags .btn,
.author article .entry-tags .btn,
.search-results article .entry-tags .btn {
  margin-left: 12px;
}
.blog article .entry-social,
.single article .entry-social,
.archive article .entry-social,
.author article .entry-social,
.search-results article .entry-social {
  position: relative;
}
.blog article .entry-social [class^="col-"] .btn,
.single article .entry-social [class^="col-"] .btn,
.archive article .entry-social [class^="col-"] .btn,
.author article .entry-social [class^="col-"] .btn,
.search-results article .entry-social [class^="col-"] .btn {
  width: 100%;
}
.blog article .entry-social ul,
.single article .entry-social ul,
.archive article .entry-social ul,
.author article .entry-social ul,
.search-results article .entry-social ul {
  margin-bottom: 0;
}
.blog article .entry-social .likeit,
.single article .entry-social .likeit,
.archive article .entry-social .likeit,
.author article .entry-social .likeit,
.search-results article .entry-social .likeit {
  color: #3eb9c6;
  text-align: right;
  float: right;
  font-size: 14px;
}
.blog article .entry-social .likeit > span,
.single article .entry-social .likeit > span,
.archive article .entry-social .likeit > span,
.author article .entry-social .likeit > span,
.search-results article .entry-social .likeit > span {
  cursor: pointer;
  position: relative;
}
.blog article .entry-social .likeit .txt,
.single article .entry-social .likeit .txt,
.archive article .entry-social .likeit .txt,
.author article .entry-social .likeit .txt,
.search-results article .entry-social .likeit .txt {
  margin-right: 10px;
  color: #2C2D34;
  text-transform: uppercase;
}
.blog article .entry-social .likeit i[class^="bicons"],
.single article .entry-social .likeit i[class^="bicons"],
.archive article .entry-social .likeit i[class^="bicons"],
.author article .entry-social .likeit i[class^="bicons"],
.search-results article .entry-social .likeit i[class^="bicons"] {
  margin-right: 10px;
  font-size: 125%;
  position: relative;
  top: 1px;
}
.blog article .entry-social .likeit .loading,
.single article .entry-social .likeit .loading,
.archive article .entry-social .likeit .loading,
.author article .entry-social .likeit .loading,
.search-results article .entry-social .likeit .loading {
  display: none;
}
.blog article .entry-meta + .entry-social,
.single article .entry-meta + .entry-social,
.archive article .entry-meta + .entry-social,
.author article .entry-meta + .entry-social,
.search-results article .entry-meta + .entry-social,
.blog article .entry-tags + .entry-social,
.single article .entry-tags + .entry-social,
.archive article .entry-tags + .entry-social,
.author article .entry-tags + .entry-social,
.search-results article .entry-tags + .entry-social {
  margin-top: 32px;
}
.blog article footer .entry-social,
.single article footer .entry-social,
.archive article footer .entry-social,
.author article footer .entry-social,
.search-results article footer .entry-social {
  margin-top: 32px;
  border-top: 1px solid #d5d5d5;
}
.blog article footer .entry-social li,
.single article footer .entry-social li,
.archive article footer .entry-social li,
.author article footer .entry-social li,
.search-results article footer .entry-social li {
  margin-top: 32px;
}
.blog article header .entry-social,
.single article header .entry-social,
.archive article header .entry-social,
.author article header .entry-social,
.search-results article header .entry-social {
  margin-bottom: 48px;
}
.blog article header .entry-social li,
.single article header .entry-social li,
.archive article header .entry-social li,
.author article header .entry-social li,
.search-results article header .entry-social li {
  margin-bottom: 16px;
}
.blog article .entry-author,
.single article .entry-author,
.archive article .entry-author,
.author article .entry-author,
.search-results article .entry-author {
  width: 100%;
  margin-top: 64px;
  color: #f2f2f2;
  border-collapse: separate;
}
.blog article .entry-author .image,
.single article .entry-author .image,
.archive article .entry-author .image,
.author article .entry-author .image,
.search-results article .entry-author .image,
.blog article .entry-author .txt,
.single article .entry-author .txt,
.archive article .entry-author .txt,
.author article .entry-author .txt,
.search-results article .entry-author .txt {
  border-radius: 4px;
}
.blog article .entry-author .image,
.single article .entry-author .image,
.archive article .entry-author .image,
.author article .entry-author .image,
.search-results article .entry-author .image {
  width: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog article .entry-author .separate,
.single article .entry-author .separate,
.archive article .entry-author .separate,
.author article .entry-author .separate,
.search-results article .entry-author .separate {
  width: 4%;
}
.blog article .entry-author .txt,
.single article .entry-author .txt,
.archive article .entry-author .txt,
.author article .entry-author .txt,
.search-results article .entry-author .txt {
  width: 76%;
  padding: 12px 16px;
  vertical-align: top;
  background-color: #3eb9c6;
}
.blog article .entry-author .txt-container,
.single article .entry-author .txt-container,
.archive article .entry-author .txt-container,
.author article .entry-author .txt-container,
.search-results article .entry-author .txt-container {
  position: relative;
}
.blog article .entry-author .name,
.single article .entry-author .name,
.archive article .entry-author .name,
.author article .entry-author .name,
.search-results article .entry-author .name {
  font-size: 20px;
}
.blog article .entry-author .name span,
.single article .entry-author .name span,
.archive article .entry-author .name span,
.author article .entry-author .name span,
.search-results article .entry-author .name span {
  margin-right: 12px;
  color: #2C2D34;
}
.blog article .entry-author .social-square,
.single article .entry-author .social-square,
.archive article .entry-author .social-square,
.author article .entry-author .social-square,
.search-results article .entry-author .social-square {
  position: absolute;
  top: 5px;
  right: 0;
}
.blog article .entry-author .social-square:nth-of-type(1),
.single article .entry-author .social-square:nth-of-type(1),
.archive article .entry-author .social-square:nth-of-type(1),
.author article .entry-author .social-square:nth-of-type(1),
.search-results article .entry-author .social-square:nth-of-type(1) {
  right: 0;
}
.blog article .entry-author .social-square:nth-of-type(2),
.single article .entry-author .social-square:nth-of-type(2),
.archive article .entry-author .social-square:nth-of-type(2),
.author article .entry-author .social-square:nth-of-type(2),
.search-results article .entry-author .social-square:nth-of-type(2) {
  right: 42px;
}
.blog article .entry-author .social-square:nth-of-type(3),
.single article .entry-author .social-square:nth-of-type(3),
.archive article .entry-author .social-square:nth-of-type(3),
.author article .entry-author .social-square:nth-of-type(3),
.search-results article .entry-author .social-square:nth-of-type(3) {
  right: 84px;
}
.blog article .entry-author .social-square:nth-of-type(4),
.single article .entry-author .social-square:nth-of-type(4),
.archive article .entry-author .social-square:nth-of-type(4),
.author article .entry-author .social-square:nth-of-type(4),
.search-results article .entry-author .social-square:nth-of-type(4) {
  right: 126px;
}
.blog article .entry-author .social-square:nth-of-type(5),
.single article .entry-author .social-square:nth-of-type(5),
.archive article .entry-author .social-square:nth-of-type(5),
.author article .entry-author .social-square:nth-of-type(5),
.search-results article .entry-author .social-square:nth-of-type(5) {
  right: 168px;
}
.blog article .entry-author .social-square:nth-of-type(6),
.single article .entry-author .social-square:nth-of-type(6),
.archive article .entry-author .social-square:nth-of-type(6),
.author article .entry-author .social-square:nth-of-type(6),
.search-results article .entry-author .social-square:nth-of-type(6) {
  right: 210px;
}
.blog article.type-post header .entry-social,
.single article.type-post header .entry-social,
.archive article.type-post header .entry-social,
.author article.type-post header .entry-social,
.search-results article.type-post header .entry-social {
  margin-bottom: 32px;
}
.blog article img,
.single article img,
.archive article img,
.author article img,
.search-results article img {
  max-width: 100%;
  height: auto;
}
.blog article .alignleft,
.single article .alignleft,
.archive article .alignleft,
.author article .alignleft,
.search-results article .alignleft {
  margin-right: 16px;
}
.blog article .alignright,
.single article .alignright,
.archive article .alignright,
.author article .alignright,
.search-results article .alignright {
  margin-left: 16px;
}
.blog .carousel,
.single .carousel,
.archive .carousel,
.author .carousel,
.search-results .carousel {
  margin: 32px 0 32px;
  border-radius: 4px;
  overflow: hidden;
}
.blog .carousel .owl-dots,
.single .carousel .owl-dots,
.archive .carousel .owl-dots,
.author .carousel .owl-dots,
.search-results .carousel .owl-dots {
  display: none !important;
}
.blog .carousel .slider-control,
.single .carousel .slider-control,
.archive .carousel .slider-control,
.author .carousel .slider-control,
.search-results .carousel .slider-control {
  position: absolute;
  outline: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
}
.blog .carousel .slider-control i[class^="bicons"],
.single .carousel .slider-control i[class^="bicons"],
.archive .carousel .slider-control i[class^="bicons"],
.author .carousel .slider-control i[class^="bicons"],
.search-results .carousel .slider-control i[class^="bicons"],
.blog .carousel .slider-control i.fa,
.single .carousel .slider-control i.fa,
.archive .carousel .slider-control i.fa,
.author .carousel .slider-control i.fa,
.search-results .carousel .slider-control i.fa {
  font-size: 20px;
  color: #565656;
  position: absolute;
  top: 10px;
}
.blog .carousel .slider-control.left,
.single .carousel .slider-control.left,
.archive .carousel .slider-control.left,
.author .carousel .slider-control.left,
.search-results .carousel .slider-control.left {
  left: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.blog .carousel .slider-control.left i[class^="bicons"],
.single .carousel .slider-control.left i[class^="bicons"],
.archive .carousel .slider-control.left i[class^="bicons"],
.author .carousel .slider-control.left i[class^="bicons"],
.search-results .carousel .slider-control.left i[class^="bicons"] {
  left: 19px;
}
.blog .carousel .slider-control.right,
.single .carousel .slider-control.right,
.archive .carousel .slider-control.right,
.author .carousel .slider-control.right,
.search-results .carousel .slider-control.right {
  right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.blog .carousel .slider-control.right i[class^="bicons"],
.single .carousel .slider-control.right i[class^="bicons"],
.archive .carousel .slider-control.right i[class^="bicons"],
.author .carousel .slider-control.right i[class^="bicons"],
.search-results .carousel .slider-control.right i[class^="bicons"] {
  right: 19px;
}
.blog .carousel .slider-control:hover i[class^="bicons"],
.single .carousel .slider-control:hover i[class^="bicons"],
.archive .carousel .slider-control:hover i[class^="bicons"],
.author .carousel .slider-control:hover i[class^="bicons"],
.search-results .carousel .slider-control:hover i[class^="bicons"],
.blog .carousel .slider-control:hover i.fa,
.single .carousel .slider-control:hover i.fa,
.archive .carousel .slider-control:hover i.fa,
.author .carousel .slider-control:hover i.fa,
.search-results .carousel .slider-control:hover i.fa {
  color: #3eb9c6;
}
.template-fullscr article header .entry-social {
  margin-bottom: 0;
}
.single-portfolio article .entry-thumbnail {
  margin-top: 0;
}
blockquote.post-quote {
  padding-top: 16px;
  padding-bottom: 32px;
  border: 0;
  background-color: #3eb9c6;
  border-radius: 4px;
  color: #f2f2f2;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
blockquote.post-quote cite {
  display: block;
  font-style: normal;
  text-align: right;
  color: #2C2D34;
}
.single article {
  margin-bottom: 0;
}
.single article [id^="more-"] {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.entry-meta {
  color: #9faab6;
}
.entry-meta a {
  text-decoration: none;
  color: #9faab6;
}
.entry-meta .separator {
  visibility: hidden;
  margin: 0 10px;
  color: #9faab6;
}
.entry-meta i[class^="bicons"],
.entry-meta i.fa {
  margin-right: 3px;
}
.entry-meta .comments,
.entry-meta .comments a {
  color: #3eb9c6;
}
/* 
   Shortcode - Latest Blogposts
   -------------------------------------------------------------------------- */
.blogposts.shortcode {
  margin-bottom: 32px;
}
.blogposts.shortcode a:hover,
.blogposts.shortcode a:focus {
  text-decoration: none;
}
.blogposts.shortcode .item {
  margin-top: 0;
  margin-bottom: 16px;
}
.blogposts.shortcode .my-post-image {
  width: 100%;
  border-radius: 4px;
}
.blogposts.shortcode .caption {
  border-radius: 4px;
}
.blogposts.shortcode .caption .fa,
.blogposts.shortcode .caption .bicons {
  font-size: 38px;
}
.blogposts.shortcode .excerpt {
  margin-bottom: 32px;
}
/* 
   ==========================================================================
   SocialCount  [https://github.com/filamentgroup/SocialCount]
   ========================================================================== */
.socialcount {
  padding-left: 0;
  padding:20px 0px;
  color: #f2f2f2;
  overflow: hidden;
}
.socialcount > li {
  display: inline-block;
  min-height: 30px;
  min-width: 80px;
  vertical-align: top;
  zoom: 1;
  white-space: nowrap;
  text-align: center;
  position: relative;
  margin:0 15px;
}
.socialcount > li > .btn {
  width:120px;
}
.socialcount > li:before {
  content: none;
}
.socialcount :link,
.socialcount :visited {
  color: inherit;
}
.socialcount.like .facebook iframe {
  width: 100%;
}
.socialcount .facebook iframe {
  height: 21px;
  width: 90px;
}
.socialcount .de_DE .facebook iframe {
  width: 83px;
}
.socialcount .button {
  display: none;
  width: 100%;
  left: 0;
  top: 6px;
  text-align: center;
  pointer-events: none;
  position: absolute;
}
.socialcount .button iframe {
  pointer-events: auto;
}
.socialcount .facebook .button {
  left: 22px;
  text-align: left;
}
.socialcount.grade-a.activate-on-hover > li.hover .count {
  visibility: hidden;
}
.socialcount.grade-a.activate-on-hover > li.hover .button {
  display: block;
}
.socialcount.grade-a.activate-on-hover > li.hover .button iframe {
  cursor: pointer;
}
.socialcount.grade-a.activate-on-hover > li.hover > a {
  cursor: default;
}
.socialcount.grade-a.activate-on-hover > li.hover.active .button {
  display: block;
}
.socialcount.grade-a.activate-on-click > li.hover.active .button {
  display: block;
}
.socialcount.grade-a.activate-on-click > li.hover.active .button iframe {
  cursor: pointer;
}
.socialcount.grade-a.activate-on-click > li.hover.active > a {
  cursor: default;
}
.socialcount .loading {
  background-color: rgba(242, 242, 242, 0.5);
}
.socialcount .btn-facebook:hover,
.socialcount .btn-facebook:focus,
.socialcount .btn-facebook:active {
  background-color: #628fd3;
  border-color: #4e81cd;
}
.socialcount .btn-twitter:hover,
.socialcount .btn-twitter:focus,
.socialcount .btn-twitter:active {
  background-color: #2fceeb;
  border-color: #18c9e9;
}
.socialcount .btn-googleplus:hover,
.socialcount .btn-googleplus:focus,
.socialcount .btn-googleplus:active {
  background-color: #f96f53;
  border-color: #f85a3a;
}
@media (max-width: 480px) {
  .socialcount {
    display: none;
  }
}
/* 
   ==========================================================================
   Easy pie chart  [http://rendro.github.io/easy-pie-chart/]
   ========================================================================== */
.piecharts.shortcode {
  margin-bottom: 32px;
}
.piecharts.shortcode .item {
  margin-bottom: 32px;
}
.piecharts.shortcode .chart {
  display: inline-block;
  width: 176px;
  height: 176px;
  margin-bottom: 24px;
  position: relative;
}
.piecharts.shortcode .chart .value {
  display: inline-block;
  font: 300 36px/176px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2;
}
.piecharts.shortcode .chart .value:after {
  content: '%';
  margin-left: 0.1em;
}
.piecharts.shortcode .piechart-track-color {
  color: #d5d5d5;
}
.piecharts.shortcode canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.piecharts.shortcode p {
  color: #2C2D34;
}
/* 
   ==========================================================================
   Comments
   ========================================================================== */
#comments {
  margin-top: 128px;
}
#comments h2 .hexagon {
  margin-left: 12px;
}
#comments ol > li.comment {
  margin-top: 32px;
  padding-bottom: 32px;
}
#comments ol > li.comment:first-child {
  padding-top: 32px;
}
#comments ol ul {
  margin-top: -32px;
}
#comments ol ul > li.comment {
  margin-top: 32px;
  padding-top: 32px;
}
#comments ol ul > li.comment:before {
  content: none;
}
#comments ol .bypostauthor .media-heading {
  font-weight: 700;
  text-transform: none;
}
#comments .avatar {
  border-radius: 4px;
}
#comments .media-heading {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 22px;
  color: #565656;
}
#comments .media-heading a {
  color: #3eb9c6;
}
#comments .media-body {
  position: relative;
}
#comments time,
#comments time a,
#comments time a:hover {
  text-decoration: none;
  color: #9faab6;
}
#comments .comment-edit-link {
  text-decoration: none;
}
#comments .comment-reply-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 2;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #9faab6;
  border-color: #9faab6;
  color: #2f2f2f;
  position: absolute;
  top: 0;
  right: 0;
}
#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus,
#comments .comment-reply-link:active,
#comments .comment-reply-link.active,
.open .dropdown-toggle#comments .comment-reply-link {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
#comments .comment-reply-link:active,
#comments .comment-reply-link.active,
.open .dropdown-toggle#comments .comment-reply-link {
  background-image: none;
}
#comments .comment-reply-link.disabled,
#comments .comment-reply-link[disabled],
fieldset[disabled] #comments .comment-reply-link,
#comments .comment-reply-link.disabled:hover,
#comments .comment-reply-link[disabled]:hover,
fieldset[disabled] #comments .comment-reply-link:hover,
#comments .comment-reply-link.disabled:focus,
#comments .comment-reply-link[disabled]:focus,
fieldset[disabled] #comments .comment-reply-link:focus,
#comments .comment-reply-link.disabled:active,
#comments .comment-reply-link[disabled]:active,
fieldset[disabled] #comments .comment-reply-link:active,
#comments .comment-reply-link.disabled.active,
#comments .comment-reply-link[disabled].active,
fieldset[disabled] #comments .comment-reply-link.active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
#comments .comment-reply-link .badge {
  color: #2f2f2f;
  background-color: #ffffff;
}
#comments .comment-reply-link:focus,
#comments .comment-reply-link:active:focus,
#comments .comment-reply-link.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
  color: #ffffff;
  text-decoration: none;
}
#comments .comment-reply-link:active,
#comments .comment-reply-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#comments .comment-reply-link.disabled,
#comments .comment-reply-link[disabled],
fieldset[disabled] #comments .comment-reply-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
  color: #ffffff;
}
#comments .comment-reply-link:before {
  margin-right: 12px;
  font: 14px "beauty-line-icons";
  content: "i";
}
#comment-respond {
  margin-top: 128px;
  margin-bottom: 32px;
}
#comment-respond form > [class^="form-"] {
  width: 80%;
  margin-left: 10%;
}
#comment-respond form .form-submit {
  text-align: right;
}
#comment-respond #submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 2;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#comment-respond #submit:hover,
#comment-respond #submit:focus,
#comment-respond #submit:active,
#comment-respond #submit.active,
.open .dropdown-toggle#comment-respond #submit {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
#comment-respond #submit:active,
#comment-respond #submit.active,
.open .dropdown-toggle#comment-respond #submit {
  background-image: none;
}
#comment-respond #submit.disabled,
#comment-respond #submit[disabled],
fieldset[disabled] #comment-respond #submit,
#comment-respond #submit.disabled:hover,
#comment-respond #submit[disabled]:hover,
fieldset[disabled] #comment-respond #submit:hover,
#comment-respond #submit.disabled:focus,
#comment-respond #submit[disabled]:focus,
fieldset[disabled] #comment-respond #submit:focus,
#comment-respond #submit.disabled:active,
#comment-respond #submit[disabled]:active,
fieldset[disabled] #comment-respond #submit:active,
#comment-respond #submit.disabled.active,
#comment-respond #submit[disabled].active,
fieldset[disabled] #comment-respond #submit.active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
#comment-respond #submit .badge {
  color: #2f2f2f;
  background-color: #ffffff;
}
#comment-respond #submit:focus,
#comment-respond #submit:active:focus,
#comment-respond #submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#comment-respond #submit:hover,
#comment-respond #submit:focus {
  color: #ffffff;
  text-decoration: none;
}
#comment-respond #submit:active,
#comment-respond #submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#comment-respond #submit.disabled,
#comment-respond #submit[disabled],
fieldset[disabled] #comment-respond #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#comments + #comment-respond {
  margin-top: 64px;
}
#comments #comment-respond {
  margin-top: 0;
  margin-bottom: 64px;
}
/* 
   ==========================================================================
   Slider - home page !slider
   ========================================================================== */
.home-slider {
  height: 650px;
  margin-bottom: 64px;
  background-color: #2C2D34;
  text-align: center;
  color: #ffffff;
}
.item.one {
  background-image:url(../img/slider-1.jpg);
}
.item.two {
  background-image:url(../img/slider-2.jpg);
}
.item.three {
  background-image:url(../img/slider-1.jpg);
}
.home-slider .container {
  position: relative;
  z-index: 1000;
}
.home-slider .container h1,
.home-slider .container h2,
.home-slider .container h3,
.home-slider .container h4,
.home-slider .container h5,
.home-slider .container h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.home-slider .container h3,
.home-slider .container h4 {
  margin-bottom: 16px;
}
.home-slider .container h3 {
  margin-top: 65px;
}
.home-slider .container h4 {
  color: #3eb9c6;
}
.home-slider .container .description {
  margin-left: 15%;
  margin-right: 15%;
}



.home-slider .container .description a:hover {
  color: #3eb9c6;
}
.home-slider .container .btn {
  margin-left: 16px;
  margin-right: 16px;
}
.home-slider .container i.fa-left {
  right: 12px;
}
.home-slider .container i.fa-right {
  left: 12px;
}
.home-slider .carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-slider .carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2C2D34;
  background-color: #f2f2f2;
  position: absolute;
  top: 372.5px;
  z-index: 1000;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.home-slider .carousel .owl-nav [class*="owl-"]:hover {
  background-color: #3eb9c6;
}
.home-slider .carousel .owl-nav [class*="owl-"].owl-prev {
  left: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.home-slider .carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.home-slider .carousel .owl-dots {
  margin-bottom: 32px;
}
.home-slider .carousel .owl-dot span {
  height: 3px;
  width: 66px;
  margin: 0 10px;
  background-color: #9faab6;
  border-radius: 0;
}
.home-slider .carousel .owl-dot.active span,
.home-slider .carousel .owl-dot:hover span {
  background-color: #3eb9c6;
}
/*
.home-slider {
    height:@slider_home_height; background-color:@brand-primary; text-align:center; color:@body-bg;
    .carousel, .carousel-inner, .carousel-inner > .item {height:100%; }
    .container {padding-top:@space-x-large-vertical; }
        h1, h2, h3, h4, h5, h6 {color:@body-bg; }
        h4 {font-size:34px; margin-bottom:@space-base-vertical; font-weight:400; }
        h3 {font-size:48px; margin-bottom:@space-base-vertical; font-weight:700; }
        .description {line-height:@content-line-height; 
            a {color:@body-bg; text-decoration:underline; }
        }
    .image {position:absolute; left:0; right:0; bottom:0;
        .csstransitions & {bottom:-518px; .transition-delay(2s); 
            &.active {bottom:0; .transition(bottom 1s ease); }
        }
    }
    .slider-control {display:block; width:@slider_home_control_width; height:@slider_home_control_height; background-image:url(../img/slider_arrow.png); cursor:pointer; outline:0; .opacity(0.5); position:absolute; top:((@slider_home_height - @slider_home_control_height)/2); z-index:@zindex-navbar;
        &:hover {.opacity(1); }
        &.left {background-position:left top; left:(@slider_home_control_width * 2); }
        &.right {background-position:right top; right:(@slider_home_control_width * 2); } 
    }
}
*/
/* 
   ==========================================================================
   Services: item List [shortcode] !services
   ========================================================================== */
.services.shortcode {
  margin-bottom: 32px;
}
.services.shortcode .item {
  margin-top: 0;
  margin-bottom: 32px;
}
.services.shortcode .icon {
  font-size: 80px;
  line-height: 1;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.services.shortcode .icon .bicons {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.services.shortcode .icon.icon-border {
  display: inline-block;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 64px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.services.shortcode .icon.icon-border .bicons {
  color: #9faab6;
}
.services.shortcode.services-position-top .bicons {
  color: #3eb9c6;
}
.services.shortcode.services-position-top a:hover .bicons {
  color: #2C2D34;
}
.services.shortcode.services-position-top .item:nth-child(even) .bicons {
  color: #2C2D34;
}
.services.shortcode.services-position-top .item:nth-child(even) a:hover .bicons {
  color: #3eb9c6;
}
.services.shortcode.services-position-left .icon {
  font-size: 64px;
}
.services.shortcode.services-position-left .bicons {
  color: #9faab6;
}
.services.shortcode.services-position-left a:hover .bicons {
  color: #3eb9c6;
}
.services.shortcode .title {
  color: #2C2D34;
  padding-top: 12px;
  padding-bottom: 6px;
}
.services.shortcode .description {
  color: #7f7f7f;
}
.services.shortcode.services-position-top .description {
  padding-left: 10%;
  padding-right: 10%;
}
.services.shortcode a:hover {
  text-decoration: none;
}
.services.shortcode a:hover .icon.icon-border {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
}
.services.shortcode a:hover .icon.icon-border .bicons {
  color: #f2f2f2;
}
.services.shortcode a:hover .description {
  color: #7f7f7f;
}
/* 
   ==========================================================================
   Portfolio !portfolio
   ========================================================================== */
/* 
   Projects List
   -------------------------------------------------------------------------- */
.project-list-fullscr {
  position: relative;
  top: -32px;
}
.project-list-inside-container {
  margin-top: 64px;
  margin-bottom: 32px;
}
.merge-items {
  margin-top: 64px;
}
.merge-items [class^="container"] {
  padding-left: 0;
  padding-right: 0;
}
.merge-items .row {
  margin-left: 0;
  margin-right: 0;
}
.merge-items [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.merge-items .item a,
.separate-items .item a {
  cursor: pointer;
}
.merge-items .item h1,
.separate-items .item h1,
.merge-items .item h2,
.separate-items .item h2,
.merge-items .item h3,
.separate-items .item h3,
.merge-items .item h4,
.separate-items .item h4,
.merge-items .item h5,
.separate-items .item h5,
.merge-items .item h6,
.separate-items .item h6 {
  margin-top: 0;
  color: #f2f2f2;
}
.merge-items .item p,
.separate-items .item p {
  margin-bottom: 0;
  font-size: 14px;
}
.merge-items .item i[class^="bicons"],
.separate-items .item i[class^="bicons"] {
  margin-right: 8px;
  font-size: 180%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 7px;
}
.merge-items .item .client,
.separate-items .item .client {
  color: #9faab6;
}
.merge-items .item .client,
.separate-items .item .client,
.merge-items .item .like,
.separate-items .item .like {
  white-space: nowrap;
}
.merge-items .item .client + .like,
.separate-items .item .client + .like {
  margin-right: 8px;
}
.separate-items {
  margin-top: 64px;
}
.separate-items .item a {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .separate-items .item {
    margin-top: 32px;
  }
}
.separate-items .item:first-child {
  margin-top: 0;
}
.filter {
  text-transform: uppercase;
}
.filter button {
  margin-left: 12px;
  text-transform: uppercase;
}
.related-items {
  margin-top: 112px;
}
/* 
   ==========================================================================
   Clients: Logos [shortcode] !clients
   ========================================================================== */
.clients.shortcode {
  overflow: hidden;
  margin-bottom: 64px;
}
.clients.shortcode .item {
  margin-top: 25px;
}
.clients.shortcode .container {
  overflow: hidden;
}
.clients.shortcode .row {
  position: relative;
  right: -1px;
  top: 1px;
}
.clients.shortcode .item {
  height: 116px;
  border: 1px solid #f2f2f2;
  border-width: 0 1px 1px 0;
  position: relative;
}
.clients.shortcode .item img {
  max-width: 100%;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.clients.shortcode .item:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 
   ==========================================================================
   Testimonials: Full screen slider [shortcode] !testimonials
   ========================================================================== */
.testimonial.shortcode {
  text-align: center;
  background: #3eb9c6 url('../img/testimonials_pattern.jpg');
  color: #f2f2f2;
  position: relative;
}
.testimonial.shortcode .owl-nav {
  display: none;
}
.testimonial.shortcode .owl-dots {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.testimonial.shortcode .owl-dot span {
  background-color: #f2f2f2;
}
.testimonial.shortcode .owl-dot.active span,
.testimonial.shortcode .owl-dot:hover span {
  background-color: #2C2D34;
}
.testimonial.shortcode blockquote {
  padding: 32px 10% 64px;
  border-left: 0;
  font-size: inherit;
}
.testimonial.shortcode blockquote p {
  margin-bottom: 32px;
  font-style: italic;
}
.testimonial.shortcode cite {
  font-size: 16px;
  color: #2C2D34;
  font-weight: 700;
}
.testimonial.shortcode cite span {
  margin: 0 5px;
  white-space: nowrap;
}
.testimonial.shortcode cite .author {
  color: #f2f2f2;
}
.testimonial.shortcode cite .job {
  font-weight: normal;
}
.testimonial.shortcode .slider-control {
  width: 100%;
  position: absolute;
  bottom: 64px;
}
.testimonial.shortcode .slider-control i {
  font-size: 20px;
}
.testimonial.shortcode .slider-control a,
.testimonial.shortcode .slider-control a:hover,
.testimonial.shortcode .slider-control a:focus {
  display: inline-block;
  padding: 8px 12px 7px;
  color: #f2f2f2;
  text-decoration: none;
  background-color: #05a7dc;
  border-radius: 3px;
  outline: 0;
}
.testimonial.shortcode .slider-control a:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.testimonial.shortcode .slider-control a:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.testimonial.shortcode .slider-control a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* 
   ==========================================================================
   Team [shortcode] !team
   ========================================================================== */
.team.shortcode {
  margin-bottom: 32px;
}
.team.shortcode .item {
  margin-bottom: 32px;
}
.team.shortcode .my-post-image,
.team.shortcode .caption {
  border-radius: 4px;
}
.team.shortcode .gridhover-effect {
  cursor: default;
}
.team.shortcode .gridhover-effect .caption {
  background-color: #3eb9c6;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
}
.team.shortcode .gridhover-effect .hover-sign {
  bottom: 10px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(1) {
  left: 10px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(2) {
  left: 52px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(3) {
  left: 94px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(4) {
  left: 136px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(5) {
  left: 178px;
}
.team.shortcode .gridhover-effect .hover-sign:nth-of-type(6) {
  left: 220px;
}
.no-touch .team.shortcode .gridhover-effect:hover .hover-sign:nth-of-type(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.no-touch .team.shortcode .gridhover-effect:hover .hover-sign:nth-of-type(3) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.no-touch .team.shortcode .gridhover-effect:hover .hover-sign:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.no-touch .team.shortcode .gridhover-effect:hover .hover-sign:nth-of-type(5) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.no-touch .team.shortcode .gridhover-effect:hover .hover-sign:nth-of-type(6) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.team.shortcode .name {
  padding-top: 16px;
  font-size: 18px;
  color: #2C2D34;
}
.team.shortcode .name a {
  color: #2C2D34;
}
.team.shortcode .name a:hover {
  color: #2C2D34;
}
.team.shortcode .job {
  padding-top: 5px;
  color: #3eb9c6;
  text-transform: uppercase;
  font-size: 14px;
}
.team.shortcode p {
  font-size: 14px;
}
/* 
   ==========================================================================
   Company Stats [shortcode]
   ========================================================================== */
.stats.shortcode {
  margin-bottom: 32px;
}
.stats.shortcode i[class^="bicons"],
.stats.shortcode i.fa {
  font-size: 70px;
  color: #3eb9c6;
}
.stats.shortcode .number {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1;
  color: #2C2D34;
  position: relative;
  bottom: 20px;
}
.stats.shortcode .name {
  font-size: 14px;
  color: #3eb9c6;
  text-transform: uppercase;
}
/* 
   ==========================================================================
   Colourfull Bar [shortcode]
   ========================================================================== */
.colourbar.shortcode {
  padding-top: 64px;
  padding-bottom: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.colourbar.shortcode .container {
  position: relative;
  z-index: 1000;
}
.colourbar.shortcode h3 {
  color: #ffffff;
}
.colourbar.shortcode.bg-brandcolour .line-top-first,
.colourbar.shortcode.bg-brandcolour .line-top-second,
.colourbar.shortcode.bg-brandcolour .line-bottom-first,
.colourbar.shortcode.bg-brandcolour .line-bottom-second {
  background-color: #2C2D34;
}
.colourbar.shortcode .description {
  margin-left: 15%;
  margin-right: 15%;
}
.colourbar.shortcode .description a:hover,
.colourbar.shortcode .description a:focus {
  color: #3eb9c6;
}
.colourbar.shortcode.bg-brandcolour .description a,
.colourbar.shortcode.bg-brandcolour .description a:hover,
.colourbar.shortcode.bg-brandcolour .description a:focus {
  color: #2C2D34;
}
.colourbar.shortcode .btn {
  margin-left: 16px;
  margin-right: 16px;
}
/* 
   ==========================================================================
   Forms !forms
   ========================================================================== */
form label {
  display: block;
  margin-bottom: 32px;
}
label .form-control {
  margin-top: 16px;
}
/* 
   Comments
   -------------------------------------------------------------------------- */
#commentform #submit {
  font-size: 16px;
  text-transform: uppercase;
}
/* 
   Contact Form 7
   -------------------------------------------------------------------------- */
.my-form {
  margin: 64px 0;
}
.my-form .my-form-control-wrap {
  width: 100%;
  position: static;
}
.my-form label {
  display: block;
  margin-bottom: 32px;
  position: relative;
}
.my-form label .myf-text,
.my-form label .myf-textarea {
  margin-top: 16px;
}
.my-form .myf-not-valid-tip {
  padding-left: 12px;
  padding-right: 12px;
  color: #f2f2f2;
  background-color: #f7504c;
  position: absolute;
  top: 0;
  right: 0;
}
.my-form .myf-validation-errors,
.my-form .myf-mail-sent-ok {
  padding: 15px;
  padding-left: 50px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 20px;
  line-height: 2;
  position: relative;
}
.my-form .myf-validation-errors:before,
.my-form .myf-mail-sent-ok:before {
  font: 22px "beauty-line-icons";
  position: absolute;
  left: 15px;
}
.my-form .myf-validation-errors {
  background-color: #f1d9d8;
  border-color: #f7504c;
  color: #f7504c;
}
.my-form .myf-validation-errors hr {
  border-top-color: #f63834;
}
.my-form .myf-validation-errors .alert-link {
  color: #f5201b;
}
.my-form .myf-validation-errors:before {
  content: "C";
}
.my-form .myf-mail-sent-ok {
  background-color: #dce9d6;
  border-color: #65be3e;
  color: #65be3e;
}
.my-form .myf-mail-sent-ok hr {
  border-top-color: #5bab38;
}
.my-form .myf-mail-sent-ok .alert-link {
  color: #519831;
}
.my-form .myf-mail-sent-ok:before {
  content: "K";
}
.myf-text,
.myf-textarea {
  display: block;
  height: 58px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
  width: 100%;
  font-weight: normal;
  color: #7f7f7f;
  background-color: #f2f2f2;
  background-image: none;
  border: 2px solid #9faab6;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.myf-text,
select.myf-textarea {
  height: 58px;
  line-height: 58px;
}
textarea.myf-text,
textarea.myf-textarea,
select[multiple].myf-text,
select[multiple].myf-textarea {
  height: auto;
}
.myf-text:focus,
.myf-textarea:focus {
  border-color: #2C2D34;
  outline: 0;
}
.myf-text::-moz-placeholder,
.myf-textarea::-moz-placeholder {
  color: #9faab6;
  opacity: 1;
}
.myf-text:-ms-input-placeholder,
.myf-textarea:-ms-input-placeholder {
  color: #9faab6;
}
.myf-text::-webkit-input-placeholder,
.myf-textarea::-webkit-input-placeholder {
  color: #9faab6;
}
.myf-text[disabled],
.myf-textarea[disabled],
.myf-text[readonly],
.myf-textarea[readonly],
fieldset[disabled] .myf-text,
fieldset[disabled] .myf-textarea {
  cursor: not-allowed;
  background-color: #9faab6;
  opacity: 1;
}
.myf-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 2;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.myf-submit:hover,
.myf-submit:focus,
.myf-submit:active,
.myf-submit.active,
.open .dropdown-toggle.myf-submit {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.myf-submit:active,
.myf-submit.active,
.open .dropdown-toggle.myf-submit {
  background-image: none;
}
.myf-submit.disabled,
.myf-submit[disabled],
fieldset[disabled] .myf-submit,
.myf-submit.disabled:hover,
.myf-submit[disabled]:hover,
fieldset[disabled] .myf-submit:hover,
.myf-submit.disabled:focus,
.myf-submit[disabled]:focus,
fieldset[disabled] .myf-submit:focus,
.myf-submit.disabled:active,
.myf-submit[disabled]:active,
fieldset[disabled] .myf-submit:active,
.myf-submit.disabled.active,
.myf-submit[disabled].active,
fieldset[disabled] .myf-submit.active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.myf-submit .badge {
  color: #2f2f2f;
  background-color: #ffffff;
}
.myf-submit:focus,
.myf-submit:active:focus,
.myf-submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.myf-submit:hover,
.myf-submit:focus {
  color: #ffffff;
  text-decoration: none;
}
.myf-submit:active,
.myf-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.myf-submit.disabled,
.myf-submit[disabled],
fieldset[disabled] .myf-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* 
   MailChimp shortcode [http://wordpress.org/plugins/mailchimp/]
   -------------------------------------------------------------------------- */
.mc_custom_border_hdr {
  margin-top: 80px;
  margin-bottom: 80px;
  font: 700 25px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2C2D34;
  text-transform: uppercase;
}
#mc_signup {
  margin-bottom: 64px;
}
#mc_signup br,
#mc_signup #mc-indicates-required,
#mc_signup p {
  display: none;
}
#mc_signup .mc_form_inside {
  margin-top: 64px;
}
#mc_signup .mc_merge_var,
#mc_signup .mc_signup_submit {
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
  vertical-align: middle;
}
#mc_signup .mc_signup_submit {
  width: 20%;
}
#mc_signup .mc_input {
  display: block;
  width: 100%;
  font-weight: normal;
  color: #7f7f7f;
  background-color: #f2f2f2;
  background-image: none;
  border: 2px solid #9faab6;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 46px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
#mc_signup .mc_input:focus {
  border-color: #2C2D34;
  outline: 0;
}
#mc_signup .mc_input::-moz-placeholder {
  color: #9faab6;
  opacity: 1;
}
#mc_signup .mc_input:-ms-input-placeholder {
  color: #9faab6;
}
#mc_signup .mc_input::-webkit-input-placeholder {
  color: #9faab6;
}
select#mc_signup .mc_input {
  height: 46px;
  line-height: 46px;
}
textarea#mc_signup .mc_input,
select[multiple]#mc_signup .mc_input {
  height: auto;
}
#mc_signup #mc_signup_submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff !important;
  background-color: #3eb9c6;
  border-color: #3eb9c6;
  margin-top: 0;
  text-transform: uppercase;
}
#mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit:focus,
#mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.active,
.open .dropdown-toggle#mc_signup #mc_signup_submit {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
#mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.active,
.open .dropdown-toggle#mc_signup #mc_signup_submit {
  background-image: none;
}
#mc_signup #mc_signup_submit.disabled,
#mc_signup #mc_signup_submit[disabled],
fieldset[disabled] #mc_signup #mc_signup_submit,
#mc_signup #mc_signup_submit.disabled:hover,
#mc_signup #mc_signup_submit[disabled]:hover,
fieldset[disabled] #mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit.disabled:focus,
#mc_signup #mc_signup_submit[disabled]:focus,
fieldset[disabled] #mc_signup #mc_signup_submit:focus,
#mc_signup #mc_signup_submit.disabled:active,
#mc_signup #mc_signup_submit[disabled]:active,
fieldset[disabled] #mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.disabled.active,
#mc_signup #mc_signup_submit[disabled].active,
fieldset[disabled] #mc_signup #mc_signup_submit.active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
#mc_signup #mc_signup_submit .badge {
  color: #2f2f2f;
  background-color: #ffffff;
}
#mc_signup #mc_signup_submit:focus,
#mc_signup #mc_signup_submit:active:focus,
#mc_signup #mc_signup_submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit:focus {
  color: #ffffff;
  text-decoration: none;
}
#mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#mc_signup #mc_signup_submit.disabled,
#mc_signup #mc_signup_submit[disabled],
fieldset[disabled] #mc_signup #mc_signup_submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit:focus,
#mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.active,
.open .dropdown-toggle#mc_signup #mc_signup_submit {
  color: #ffffff !important;
  background-color: #C34C31;
  border-color: #C34C31;
}
#mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.active,
.open .dropdown-toggle#mc_signup #mc_signup_submit {
  background-image: none;
}
#mc_signup #mc_signup_submit.disabled,
#mc_signup #mc_signup_submit[disabled],
fieldset[disabled] #mc_signup #mc_signup_submit,
#mc_signup #mc_signup_submit.disabled:hover,
#mc_signup #mc_signup_submit[disabled]:hover,
fieldset[disabled] #mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit.disabled:focus,
#mc_signup #mc_signup_submit[disabled]:focus,
fieldset[disabled] #mc_signup #mc_signup_submit:focus,
#mc_signup #mc_signup_submit.disabled:active,
#mc_signup #mc_signup_submit[disabled]:active,
fieldset[disabled] #mc_signup #mc_signup_submit:active,
#mc_signup #mc_signup_submit.disabled.active,
#mc_signup #mc_signup_submit[disabled].active,
fieldset[disabled] #mc_signup #mc_signup_submit.active {
  background-color: #3eb9c6;
  border-color: #3eb9c6;
}
#mc_signup #mc_signup_submit .badge {
  color: #3eb9c6;
  background-color: #ffffff;
}
#mc_signup #mc_display_rewards {
  margin-top: 32px;
  font-size: 14px;
}
#mc_signup #mc_message .mc_error_msg,
#mc_signup #mc_message .mc_success_msg {
  margin-bottom: 32px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#mc_signup #mc_message .mc_error_msg {
  background-color: #dce9d6;
  border-color: #65be3e;
  color: #65be3e;
}
#mc_signup #mc_message .mc_error_msg hr {
  border-top-color: #5bab38;
}
#mc_signup #mc_message .mc_error_msg .alert-link {
  color: #519831;
}
#mc_signup #mc_message .mc_success_msg {
  background-color: #f1d9d8;
  border-color: #f7504c;
  color: #f7504c;
}
#mc_signup #mc_message .mc_success_msg hr {
  border-top-color: #f63834;
}
#mc_signup #mc_message .mc_success_msg .alert-link {
  color: #f5201b;
}
/* 
   Search Form
   -------------------------------------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-submit {
  padding: 11px 16px;
  background-color: transparent;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.search-form .search-submit i {
  font-size: 24px;
  color: #9faab6;
}
.search-form .search-submit:hover i,
.search-form .search-submit:focus i {
  color: #2C2D34;
}
.search-form .search-submit:active i {
  color: #2C2D34;
}
/* 
   ==========================================================================
   Sidebar !sidebar
   ========================================================================== */
aside.sidebar .widget > *:first-child {
  margin-top: 0;
}
aside.sidebar .widget > ul {
  margin-top: -16px;
}
aside.sidebar .widget > ul.separate {
  margin-top: -32px;
}
aside.sidebar h3 {
  border-bottom-color: #2f2f2f;
}
aside.sidebar a {
  color: inherit;
}
aside.sidebar a:hover {
  color: #2C2D34;
  text-decoration: none;
}
/* 
   Widgets
   -------------------------------------------------------------------------- */
.widget {
  margin-bottom: 64px;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.widget ul.children {
  margin-left: 16px;
}
.widget li {
  padding: 6px 0;
}
.widget_categories li a:first-child,
.widget_archive li a:first-child,
.widget_pages li a:first-child {
  margin-left: 0px;
  -webkit-transition: margin 0.25s ease;
  transition: margin 0.25s ease;
}
.widget_categories li a:first-child .bicons-page-arrow-right,
.widget_archive li a:first-child .bicons-page-arrow-right,
.widget_pages li a:first-child .bicons-page-arrow-right {
  display: inline-block;
  width: 24px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  font-size: 14px;
  position: relative;
  top: -1px;
}
@media (min-width: 992px) {
  .widget_categories li a:first-child:hover,
  .widget_archive li a:first-child:hover,
  .widget_pages li a:first-child:hover {
    margin-left: 10px;
  }
  .widget_categories li a:first-child:hover .bicons-page-arrow-right,
  .widget_archive li a:first-child:hover .bicons-page-arrow-right,
  .widget_pages li a:first-child:hover .bicons-page-arrow-right {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s ease 0.15s;
    transition: opacity 0.25s ease 0.15s;
  }
}
.widget_categories li,
.widget_archive li {
  text-align: right;
  color: #3eb9c6;
}
.widget_categories li:before,
.widget_archive li:before,
.widget_categories li:after,
.widget_archive li:after {
  content: " ";
  display: table;
}
.widget_categories li:after,
.widget_archive li:after {
  clear: both;
}
.widget_categories li a,
.widget_archive li a {
  color: #7f7f7f;
  float: left;
}
.widget_tag_cloud .tagcloud {
  margin-top: -16px;
}
.widget_tag_cloud .btn {
  margin-top: 16px;
  margin-right: 10px;
  text-transform: none;
}
.widget_nav_menu ul {
  overflow: visible;
}
.widget_nav_menu a:link {
  text-decoration: none;
}
.widget_nav_menu .dropdown-menu {
  background-color: #f2f2f2;
  border-color: #9faab6;
}
.widget_nav_menu .dropdown-menu > li + li {
  border-top-color: #9faab6;
}
.widget_nav_menu .dropdown-menu > li > a:hover,
.widget_nav_menu .dropdown-menu > li > a:focus {
  background-color: #f2f2f2;
}
.widget_calendar #calendar_wrap {
  margin-top: -16px;
}
.widget_calendar table#wp-calendar {
  width: 100%;
  table-layout: fixed;
}
.widget_calendar table#wp-calendar caption,
.widget_calendar table#wp-calendar th,
.widget_calendar table#wp-calendar td {
  padding: 10px 5px;
  border: 1px solid #f2f2f2;
}
.widget_calendar table#wp-calendar thead th {
  background-color: #d5d5d5;
  text-align: center;
}
.widget_calendar table#wp-calendar tbody td {
  background-color: #f2f2f2;
  text-align: right;
}
.widget_calendar table#wp-calendar tbody td#today {
  font-weight: 700;
}
.widget_calendar table#wp-calendar tbody td.pad {
  background-color: #f2f2f2;
}
.widget_calendar table#wp-calendar tbody td a {
  color: #2C2D34;
}
.widget_calendar table#wp-calendar tfoot td#prev {
  text-align: left;
}
.widget_calendar table#wp-calendar tfoot td#next {
  text-align: right;
}
.widget_calendar table#wp-calendar tfoot td a {
  color: #3eb9c6;
}
.widget_rss .rss-date {
  color: #9faab6;
}
.widget_rss cite {
  font-style: italic;
}
.latest-tweets .tweet-text {
  margin-bottom: 0;
}
.latest-tweets .tweet-text a {
  color: #2C2D34;
}
.latest-tweets .tweet-details a {
  color: #7f7f7f;
}
.latest-tweets .tweet-details a:hover {
  text-decoration: none;
}
.latest-tweets ul {
  padding-left: 0;
  list-style: none;
}
.latest-tweets li {
  padding: 0 0 0 48px;
  background: url('../img/social-icon/twitter.png') left top no-repeat;
}
.widget_flickr {
  overflow: hidden;
}
.widget_flickr .flickr-badge-wrapper {
  margin-right: -20px;
  margin-bottom: -5px;
}
.widget_flickr .flickr_badge_image img {
  margin-right: 0;
  margin-bottom: 0;
  float: none;
  border-radius: 4px;
}
.widget_flickr .flickr_badge_image a {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.widget_flickr a {
  position: relative;
  text-align: center;
}
.widget_flickr a .hover-pattern {
  border-radius: 4px;
}
.widget_flickr a i {
  font-size: 22px;
  color: #f2f2f2;
  position: absolute;
}
.widget_fastflickrwidget:before,
.widget_fastflickrwidget:after {
  content: " ";
  display: table;
}
.widget_fastflickrwidget:after {
  clear: both;
}
.widget_fastflickrwidget img {
  margin: 0;
  border-radius: 4px;
}
.widget_fastflickrwidget a {
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  text-align: center;
}
.widget_fastflickrwidget a .hover-pattern {
  border-radius: 4px;
}
.widget_fastflickrwidget a i {
  font-size: 22px;
  color: #f2f2f2;
  position: absolute;
}
.custom-recent-posts {
  line-height: 1.8;
}
.custom-recent-posts li {
  padding-top: 0;
}
.custom-recent-posts li + li {
  margin-top: 16px;
}
.custom-recent-posts strong {
  color: #565656;
}
footer .custom-recent-posts strong {
  color: #bfbfbf;
}
.custom-recent-posts a {
  color: #9faab6;
}
.custom-recent-posts a:hover,
.custom-recent-posts a:focus {
  color: #3eb9c6;
}
.custom-recent-posts a:hover strong,
.custom-recent-posts a:focus strong {
  color: #2C2D34;
}
footer .custom-recent-posts a:hover strong,
footer .custom-recent-posts a:focus strong {
  color: #3eb9c6;
}
.custom-recent-posts .col-img {
  padding-right: 0;
  margin-top: 7px;
}
.custom-recent-posts .col-img i[class^="bicons"],
.custom-recent-posts .col-img i.fa {
  color: #f2f2f2;
}
.custom-recent-posts .my-post-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.custom-recent-posts .hover-pattern {
  left: 15px;
  border-radius: 4px;
}
.custom-recent-posts .hover-pattern.hover-pattern-quote {
  display: block;
  height: 60px;
  position: relative;
  left: 0;
}
.custom-recent-posts .container-center {
  position: absolute;
}
.widget_social {
  margin-bottom: 32px;
}
.widget_social img {
  margin-bottom: 32px;
}
.widget_portfolio_project_features li {
  position: relative;
}
.widget_portfolio_project_features i[class^="bicons"] {
  margin-right: 5px;
  color: #3eb9c6;
}
.widget-features b,
.widget-features strong {
  color: #2f2f2f;
}
/* 
   ==========================================================================
   Footer !footer
   ========================================================================== */
/* 
   Tweetie (Twitter Plugin)  [https://github.com/sonnyt/Tweetie]
   -------------------------------------------------------------------------- */
.twitter-bar {
  padding: 16px 16px;
  background-color: #3eb9c6;
  color: #f2f2f2;
  position: relative;
}
.twitter-bar .container {
  padding-left: 63px;
  padding-right: 71px;
  position: relative;
}
.twitter-bar .container .social-square,
.twitter-bar .container .social-square:hover,
.twitter-bar .container .social-square:focus {
  margin-left: 15px;
  background-color: #AF3519 !important;
  color: #f2f2f2;
  position: absolute;
  left: 0;
}
.twitter-bar .post-text {
  margin-right: 16px;
}
.twitter-bar .post-text a {
  color: #ffffff;
}
.twitter-bar .date {
  white-space: nowrap;
  opacity: 0.65;
}
.twitter-bar .owl-dots {
  display: none !important;
}
.twitter-bar .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.twitter-bar .owl-nav .owl-prev,
.twitter-bar .owl-nav .owl-next {
  display: inline-block;
  margin-left: 12px;
}
.twitter-bar .owl-nav .owl-prev:hover,
.twitter-bar .owl-nav .owl-next:hover {
  color: #2C2D34;
}
/* 
   Widgets
   -------------------------------------------------------------------------- */
footer.content-info {
  background-color: #2C2D34;
  /*! padding-top: 64px; */
  color: #9faab6;
}
footer.content-info h3 {
  color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
footer.content-info a:hover,
footer.content-info a:focus {
  color: #3eb9c6;
}
/* 
   Copyright
   -------------------------------------------------------------------------- */
footer.content-info .copyright {
  padding: 16px 0;
  position: relative;
}
footer.content-info .copyright .container {
  position: relative;
  z-index: 1000;
}
footer.content-info .copyright a,
footer.content-info .copyright a:hover,
footer.content-info .copyright a:focus {
  color: #ffffff;
}
footer.content-info .copyright .btn-social {
  width: 40px;
  padding: 0;
  border: 0;
  color: #bfbfbf;
  font-size: 19px;
  line-height: 1.4px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
footer.content-info .copyright .btn-social:hover {
  color: #ffffff;
}

.search-field {
  padding-right:55px !important;
}