/* 62px */
/* 52px */
/* 40px */
/* 29px */
/* 28px */
/* 24px */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
/*only fo flat-ui free*/
body {
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #1abc9c;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 62.006px /* 64px */;
}
h2,
.h2 {
  font-size: 51.996px /* 52px */;
}
h3,
.h3 {
  font-size: 39.998px /* 40px */;
}
h4,
.h4 {
  font-size: 28.994px /* 29px */;
}
h5,
.h5 {
  font-size: 28px /* 28px */;
}
h6,
.h6 {
  font-size: 23.996px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */
  line-height: 1.722169;
  /* 31px */
}
.lead {
  font-size: 28px;
  /* 28px */
  line-height: 1.4642745;
  /* 41px */
  font-weight: 300;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: none;
}
/* end only for flat-ui free*/
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.navbar .subnav {
  display: none;
}
@media (max-width: 979px) {
  .navbar .nav-collapse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -230px;
    width: 230px;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    height: auto!important;
    overflow: auto!important;
    background: #222527;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: none;
  }
  .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .navbar .nav-collapse .nav > li > a:hover,
  .navbar .nav-collapse .nav > li > a:focus,
  .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a:hover,
  .navbar .nav-collapse .nav > li.active > a:focus,
  .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .navbar .nav-collapse .subnav li > a:hover,
  .navbar .nav-collapse .subnav li > a:focus,
  .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .navbar-form,
  .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
  }
  .navbar .nav-collapse .navbar-form:focus,
  .navbar .nav-collapse .navbar-search:focus {
    outline: 0 none;
  }
  .has-header-dockbar {
    top: 66px !important;
  }
  body > header,
  body > section,
  body > div,
  body > footer {
    -webkit-backface-visibility: hidden;
    -webkit-transition: left 0.333s;
    -moz-transition: left 0.333s;
    -o-transition: left 0.333s;
    transition: left 0.333s;
    left: 0;
  }
  .navbar .nav-collapse {
    -webkit-backface-visibility: hidden;
    -webkit-transition: right 0.333s;
    -moz-transition: right 0.333s;
    -o-transition: right 0.333s;
    transition: right 0.333s;
  }
  .nav-visible body > header,
  .nav-visible body > section,
  .nav-visible body > div,
  .nav-visible body > footer {
    left: -230px;
  }
  .nav-visible .navbar .nav-collapse {
    right: 0!important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (max-width: 768px) {
  .background {
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
  }
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.nav-visible .navbar .nav-collapse .nav > li > a:hover,
.nav-visible .navbar .nav-collapse .nav > li > li a:focus {
  background-color: transparent;
}
.nav-visible .nav-collapse .navbar-form,
.nav-visible .nav-collapse .navbar-search {
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
  margin: 10px 0;
  padding: 10px 15px;
}
.nav-visible .nav-collapse .navbar-form a.btn,
.nav-visible .nav-collapse .navbar-search a.btn {
  border-color: white;
  color: white;
}
.nav-visible .nav-collapse .navbar-form a.btn:hover,
.nav-visible .nav-collapse .navbar-search a.btn:hover,
.nav-visible .nav-collapse .navbar-form a.btn:focus,
.nav-visible .nav-collapse .navbar-search a.btn:focus {
  color: #7f8c8d;
  background-color: white;
}
/**
 * Header 10 stylesheet  
 * */
.header-10 {
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  background: #233240;
  color: white;
}
.header-10 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}
.header-10 .navbar.navbar-fixed-top {
  position: fixed;
  margin: 0 auto;
  top: 0 !important;
}
.header-10 .navbar .navbar-form,
.header-10 .navbar .navbar-search {
  margin: 0;
  padding: 20px 0 19px 60px;
}
.header-10 .navbar .btn,
.header-10 .navbar .btn-group {
  margin-top: -1px;
}
.header-10 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
}
.header-10 .navbar .btn.btn-primary {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
.header-10 .navbar .navbar-inner {
  background: none;
}
.header-10 .navbar .brand {
  padding-left: 0;
  padding-top: 25px;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.header-10 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-10 .navbar .nav > li {
  margin-left: 30px;
}
.header-10 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-10 .navbar .nav > li > a {
  padding: 29px 0 27px;
  font-size: 17px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 600;
  color: #ffffff;
}
.header-10 .navbar .nav > li > a:hover,
.header-10 .navbar .nav > li > a:focus,
.header-10 .navbar .nav > li > a.active {
  color: #bdc3c7;
}
.header-10 .navbar .nav > li.active > a {
  color: #bdc3c7;
}
.header-10 .navbar .nav > li.active > a:hover,
.header-10 .navbar .nav > li.active > a:focus,
.header-10 .navbar .nav > li.active > a.active {
  color: #bdc3c7;
}
.header-10 .navbar .btn-navbar {
  margin: 36px 0 17px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none!important;
  color: white;
}
.header-10 .navbar .btn-navbar:hover,
.header-10 .navbar .btn-navbar:focus {
  color: #bdc3c7;
}
.header-10 .navbar .btn-navbar:active,
.header-10 .navbar .btn-navbar.active {
  color: #869198;
}
@media (max-width: 979px) {
  .header-10 .navbar .nav-collapse {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -230px;
    width: 230px;
    height: auto!important;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    overflow: auto!important;
    background: #222527;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .header-10 .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .header-10 .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .header-10 .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .header-10 .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .header-10 .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .header-10 .navbar .nav-collapse .nav > li > a:hover,
  .header-10 .navbar .nav-collapse .nav > li > a:focus,
  .header-10 .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .nav > li.active > a:hover,
  .header-10 .navbar .nav-collapse .nav > li.active > a:focus,
  .header-10 .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .header-10 .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .header-10 .navbar .nav-collapse .subnav li > a:hover,
  .header-10 .navbar .nav-collapse .subnav li > a:focus,
  .header-10 .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .header-10 .navbar .nav-collapse .navbar-form,
  .header-10 .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
  }
  .header-10 .navbar .btn-navbar:before {
    content: '';
    display: block;
    background-image: url("../../../common-files/icons/menu-icon.png");
    width: 17px;
    height: 12px;
  }
}
.header-10-sub {
  position: relative;
  z-index: 50;
  height: 800px;
  color: white;
  text-align: center;
}
.header-10-sub.v-center,
.header-10-sub .v-center {
  display: table;
  width: 100%;
}
.header-10-sub.v-center > div,
.header-10-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .header-10-sub.v-center.row:before,
  .header-10-sub .v-center.row:before,
  .header-10-sub.v-center.row:after,
  .header-10-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-10-sub.v-center,
  .header-10-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-10-sub.v-center.row,
  .header-10-sub .v-center.row {
    display: block;
    width: auto;
  }
  .header-10-sub.v-center.row:before,
  .header-10-sub .v-center.row:before,
  .header-10-sub.v-center.row:after,
  .header-10-sub .v-center.row:after {
    display: none;
  }
  .header-10-sub.v-center.row > *,
  .header-10-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.header-10-sub .hero-unit {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.header-10-sub .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.header-10-sub .hero-unit p {
  font-size: 25px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 37.5px;
}
@media (max-width: 480px) {
  .header-10-sub .hero-unit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
  .header-10-sub .hero-unit p {
    font-size: 22px;
    font-weight: normal;
    color: #bdc3c7;
    line-height: 35px;
    font-weight: 300;
  }
}
.header-10-sub .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 480px) {
  .header-10-sub .hero-unit.hero-unit-bordered h1 {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .header-10-sub.v-center > div {
    padding-top: 35px;
  }
}
.header-10-sub .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  background: #121518;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn.active {
  color: #ffffff;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn:active,
.header-10-sub .control-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .header-10-sub .control-btn {
    bottom: 30px;
  }
}
/**
 * Blog 5 stylesheet  
 * */
.blog-5 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.blog-5 .box-icon {
  margin: 0 auto 0;
  text-align: center;
  font-size: 16px;
}
.blog-5 .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.blog-5 .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 93px;
  margin: 0 50px;
  border: 6px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  line-height: 81px;
  color: #fff55b;
}
.blog-5 .page-transitions {
  background: #000;
  height: 380px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .blog-5 .page-transitions {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.blog-5 .page-transitions,
.blog-5 .page-transitions h1,
.blog-5 .page-transitions .h1,
.blog-5 .page-transitions h2,
.blog-5 .page-transitions .h2,
.blog-5 .page-transitions h3,
.blog-5 .page-transitions .h3,
.blog-5 .page-transitions h4,
.blog-5 .page-transitions .h4,
.blog-5 .page-transitions h5,
.blog-5 .page-transitions .h5,
.blog-5 .page-transitions h6,
.blog-5 .page-transitions .h6 {
  color: #fff;
}
.blog-5 .page-transitions a {
  color: #ffffff;
}
.blog-5 .page-transitions a:hover,
.blog-5 .page-transitions a:focus,
.blog-5 .page-transitions a.active {
  color: rgba(0, 0, 0, 0.4);
}
.blog-5 .page-transitions .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.blog-5 .page-transitions .hero-unit h1 {
  margin: 0 0 5px;
  font-size: 25px;
  line-height: normal;
}
.blog-5 .page-transitions .hero-unit p {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
.blog-5 .pt-page {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  .blog-5 .pt-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-5 [class*="pt-control-"] {
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff55b;
}
.blog-5 .pt-first .pt-control-prev,
.blog-5 .pt-last .pt-control-next {
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.blog-5 .title {
  margin-bottom: 90px;
  text-align: center;
}
.blog-5 .title h3 {
  font-size: 40px;
  margin: 0;
}
.blog-5 .title .submitted {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
  margin-top: 35px;
}
.blog-5 .title .submitted > * {
  margin: 0 15px;
  white-space: nowrap;
}
.blog-5 .title .submitted [class*="fui-"] {
  font-size: 16px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
@media (max-width: 480px) {
  .blog-5 .title .submitted {
    display: block;
    text-align: left;
  }
  .blog-5 .title .submitted > * {
    display: block;
  }
  .blog-5 .title .submitted > * + * {
    margin-top: 10px;
  }
}
.blog-5 p {
  margin: 0;
}
.blog-5 p + p {
  margin-top: 30px;
}
.blog-5 .lead {
  margin: 0;
  color: #34495e;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7;
}
.blog-5 .lead + p {
  margin-top: 65px;
}
.blog-5 .quote {
  position: relative;
  margin: 120px 0;
  padding: 80px 0 90px;
  color: #2c3e50;
  background: #f5f6f6;
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: -1px;
}
.blog-5 .quote:before {
  content: url('../../../common-files/icons/quote-down.png');
  display: block;
  margin: 0 auto 35px;
  text-align: center;
}
.blog-5 .quote .author {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #2980b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .blog-5 .quote {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-5 .boxes {
  *zoom: 1;
  margin: 115px 0 125px;
}
.blog-5 .boxes:before,
.blog-5 .boxes:after {
  display: table;
  content: "";
}
.blog-5 .boxes:after {
  clear: both;
}
.blog-5 .boxes:before,
.blog-5 .boxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-5 .boxes:after {
  clear: both;
}
.blog-5 .boxes [class*="box-"] {
  background-color: #ecf0f1;
}
.blog-5 .boxes .box-1 {
  *zoom: 1;
  height: 380px;
}
.blog-5 .boxes .box-1:before,
.blog-5 .boxes .box-1:after {
  display: table;
  content: "";
}
.blog-5 .boxes .box-1:after {
  clear: both;
}
.blog-5 .boxes .box-1:before,
.blog-5 .boxes .box-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-5 .boxes .box-1:after {
  clear: both;
}
.blog-5 .boxes .box-2,
.blog-5 .boxes .box-3,
.blog-5 .boxes .box-4 {
  margin-top: 8px;
  float: left;
  height: 190px;
  width: 308px;
}
.blog-5 .boxes .box-3,
.blog-5 .boxes .box-4 {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: 384.666px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: 236px;
  }
}
@media (max-width: 767px) {
  .blog-5 .boxes .box-2,
  .blog-5 .boxes .box-3,
  .blog-5 .boxes .box-4 {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
.blog-5 .tags {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  text-align: center;
  color: #bdc3c7;
}
.blog-5 .tags a {
  color: #bdc3c7;
}
.blog-5 .tags a:hover,
.blog-5 .tags a:focus,
.blog-5 .tags a.active {
  color: #979c9f;
}
.blog-5 .tags ul,
.blog-5 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
}
.blog-5 .tags li {
  display: inline-block;
  margin: 0 10px;
}
/**
 * Copntact 4 stylesheet  
 * */
.contacts-4 {
  background: #34495e url('../img/bridge2.jpg') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #bdc3c7;
  text-align: right;
  padding-top: 175px;
  padding-bottom: 180px;
}
.contacts-4 h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 300px;
}
.contacts-4 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-4 a {
  color: #1abc9c;
}
.contacts-4 a:hover,
.contacts-4 a:focus,
.contacts-4 a.active {
  color: #15967d;
}
.contacts-4 .content {
  margin: 0 80px;
}
@media (max-width: 767px) {
  .contacts-4 .content {
    margin: 0;
  }
}
.contacts-4 .social-btns {
  white-space: nowrap;
  margin-bottom: 15px;
}
.contacts-4 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 30px;
  width: 30px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  color: #1abc9c;
}
.contacts-4 .social-btns > *:first-child {
  margin-left: 0;
}
.contacts-4 .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.contacts-4 .social-btns > * > *:first-child {
  color: #fff;
}
.contacts-4 .social-btns > *:hover > * {
  top: -100%;
}
.contacts-4 .links {
  margin: 35px 0 0;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  word-break: break-all;
}
.contacts-4 .links a {
  padding-bottom: 0px;
  color: #14ddb3;
  border-bottom: 1px solid;
}
.contacts-4 .links a:hover,
.contacts-4 .links a:focus,
.contacts-4 .links a.active {
  color: #10b18f;
}
@media (max-width: 480px) {
  .contacts-4 .links a {
    font-size: 26px;
  }
}
.header-800 {
  padding: 0;
  height: 80px;
  z-index: 100;
  background: transparent;
  position: absolute;
  width: 100%;
}
.header-800 .navbar {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 30px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.header-800 .navbar .navbar-inner {
  background: none;
}
@media (min-width: 980px) {
  .header-800 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .header-800 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
}
.header-800 .navbar .nav > li > a {
  padding: 29px 40px 27px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
.header-800 .navbar .nav > li > a:hover,
.header-800 .navbar .nav > li > a:focus,
.header-800 .navbar .nav > li > a.active {
  color: #bdc3c7;
}
.header-800 .navbar .nav > li.active > a {
  color: #bdc3c7;
}
.header-800 .navbar .nav > li.active > a:hover,
.header-800 .navbar .nav > li.active > a:focus,
.header-800 .navbar .nav > li.active > a.active {
  color: #bdc3c7;
}
.header-800 .navbar .btn-navbar {
  float: right;
  margin: 28px 0 17px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none!important;
  color: #fff;
}
.header-800 .navbar .btn-navbar:hover,
.header-800 .navbar .btn-navbar:focus {
  color: #bdc3c7;
}
.header-800 .navbar .btn-navbar:active,
.header-800 .navbar .btn-navbar.active {
  color: #494b4c;
}
@media (max-width: 979px) {
  .header-800 .navbar .nav-collapse {
    padding-top: 48px;
  }
}
.header-800 .navbar {
  padding-left: 20px;
  padding-right: 20px;
}
.header-800-sub {
  background-color: #1b1b1b;
  height: 100%;
  color: white;
  text-align: center;
}
.header-800-sub.v-center,
.header-800-sub .v-center {
  display: table;
  width: 100%;
}
.header-800-sub.v-center > div,
.header-800-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .header-800-sub.v-center.row:before,
  .header-800-sub .v-center.row:before,
  .header-800-sub.v-center.row:after,
  .header-800-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-800-sub.v-center,
  .header-800-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-800-sub.v-center.row,
  .header-800-sub .v-center.row {
    display: block;
    width: auto;
  }
  .header-800-sub.v-center.row:before,
  .header-800-sub .v-center.row:before,
  .header-800-sub.v-center.row:after,
  .header-800-sub .v-center.row:after {
    display: none;
  }
  .header-800-sub.v-center.row > *,
  .header-800-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@media (max-width: 480px) {
  .header-800-sub {
    min-height: 0;
    padding-bottom: 20px;
  }
}
.header-800-sub > .container {
  height: 100%;
}
.header-800-sub .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  background: #121518;
  color: #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
}
.header-800-sub .control-btn:hover,
.header-800-sub .control-btn:focus,
.header-800-sub .control-btn.active {
  color: #ffffff;
}
.header-800-sub .control-btn:hover,
.header-800-sub .control-btn:focus,
.header-800-sub .control-btn:active,
.header-800-sub .control-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .header-800-sub .control-btn {
    bottom: 30px;
  }
}

.header-800-sub .background {
  background-image: url("../img/tom.jpg");
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.header-800-sub .hero-unit {
  padding: 60px 0;
  background: transparent;
}
.header-800-sub .hero-unit .headline {
  display: inline-block;
  margin: 0;
  line-height: 0;
  border: 7px solid white;
}
.header-800-sub .hero-unit .headline span:first-child {
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-right: 7px solid white;
  line-height: 48.00000000000001px;
  padding: 25px;
}
.header-800-sub .hero-unit .headline span {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
  padding: 25px 30px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .header-800-sub .hero-unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .projects-2 {
    padding: 0;
  }
  .header-800-sub .v-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 565px) {
  .header-800-sub .hero-unit {
    zoom: 1.5;
  }
  .header-800-sub .hero-unit .headline span:first-child {
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 10px;
    border-bottom: 7px solid white;
    border-right: 0 none;
  }
  .header-800-sub .hero-unit .headline span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    text-align: center;
  }
}
