@media (min-width:1200px) {
	.container {
		max-width: 1240px;
	}
}
.carousel.slide {
	margin-top: 25px;
}
/* PADDING HORIZONTAL */
.ph1 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph2 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph3 {
  padding-left: 30px;
  padding-right: 30px;
}
.ph4 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph5 {
  padding-left: 50px;
  padding-right: 50px;
}
.ph6 {
  padding-left: 60px;
  padding-right: 60px;
}
.ph7 {
  padding-left: 70px;
  padding-right: 70px;
}
.ph8 {
  padding-left: 80px;
  padding-right: 80px;
}
.ph9 {
  padding-left: 90px;
  padding-right: 90px;
}
.ph10 {
  padding-left: 100px;
  padding-right: 100px;
}
.ph11 {
  padding-left: 110px;
  padding-right: 101px;
}
.ph12 {
  padding-left: 120px;
  padding-right: 120px;
}
.ph13 {
  padding-left: 130px;
  padding-right: 130px;
}
.ph14 {
  padding-left: 140px;
  padding-right: 140px;
}
.ph15 {
  padding-left: 150px;
  padding-right: 150px;
}
.ph16 {
  padding-left: 160px;
  padding-right: 160px;
}
.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}
.phl0 {
  padding-left: 0px;
}
.phr0 {
  padding-right: 0px;
}
/* PADDING VERTICAL */
.pv1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pv6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pv8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pv9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pv10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pv11 {
  padding-top: 110px;
  padding-bottom: 101px;
}
.pv12 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pv13 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.pv14 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pv15 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pv16 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pvt0 {
  padding-top: 0px;
}
.pvb0 {
  padding-bottom: 0px;
}
body {
  background-color: #f0f1f3;
  font-family: 'Lato';
  font-weight: normal;
  font-size: 15px;
  line-height: 2em;
  color: #777777;
}
a {
  color: #393939;
}
a:hover {
  color: #0088cc;
  text-decoration: none;
}
a:focus,
a:active {
  outline: 0;
}
p {
  margin: 0 0 30px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 150px;
}
div img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Lato';
  letter-spacing: 1px;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #fff;
}
blockquote {
  border-left: 2px solid #0088cc;
  margin-left: 50px;
  padding-left: 30px;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn,
button,
input[type="submit"] {
  font-size: 11px;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 15px 30px;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn.active,
button.active,
input[type="submit"].active {
  background-color: #0088cc;
  color: #fff;
}
.content-area {
  padding-top: 90px;
  padding-bottom: 190px;
  position: relative;
  overflow: hidden;
}
.content-area.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.modal-dialog {
  width: 800px;
}
.pagination {
  display: block;
  text-align: center;
  padding-top: 30px;
  clear: both;
}
.pagination li {
  display: inline-block;
  font-size: 15px;
  font-family: 'Lato';
  font-weight: normal;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
  border-radius: 0px;
}
.pagination li a,
.pagination li span {
  color: #777777;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination li a:hover,
.pagination li span,
.pagination li span:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.title-404 {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  color: #e72f38;
}
.image-404 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list-details {
  list-style-type: none;
  padding-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.list-details strong,
.list-details b {
  color: #333333;
}
.labels {
  padding-left: 15px;
}
.labels a {
  position: relative;
  background-color: #ebebeb;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
  margin-right: 24px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.labels a::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ebebeb;
  position: absolute;
  left: -15px;
  top: 0px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.labels a::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f0f1f3;
  top: 50%;
  left: -2px;
  position: absolute;
  margin-top: -2px;
}
.labels a:hover {
  background-color: #0088cc;
  color: #fff;
}
.labels a:hover::before {
  border-right-color: #0088cc;
}
[data-bg-image] {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.table-row {
  display: table;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.table-row > div {
  display: table-cell;
  float: none;
}
.table-row > div .inner-wrapper {
  padding: 40px 36px;
}
ul.check-list {
  list-style-type: none;
}
ul.check-list li {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 1px;
}
ul.check-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: -20px;
  margin-right: 12px;
  font-size: 11px;
}
ul.socials {
  list-style-type: none;
  display: block;
  padding-left: 0px;
  text-align: left;
}
ul.socials li {
  display: inline-block;
  margin-bottom: 8px;
}
ul.socials li a {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #0088cc;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
form .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
}
form .col-md-6:nth-child(2n) {
  padding-right: 0px;
}
form input:not([type="submit"]),
form textarea {
  border: 0px;
  width: 100%;
  font-family: 'Lato';
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
}
form input:not([type="submit"]):focus,
form textarea:focus {
  outline: none;
  color: #fff;
}
form textarea {
  min-height: 120px;
  margin-top: 20px;
}
address {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lato';
  font-weight: normal;
}
address i {
  margin-right: 15px;
}
address .address-icon {
  width: 12px;
}
address table {
  width: 100%;
}
address table td {
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px;
}
address table td:first-child {
  vertical-align: top;
}
/* Helper Classes
===================================================================== */
a.link {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
a.link i {
  margin-left: 5px;
}
.brand-color {
  color: #0088cc !important;
}
.brand-color a {
  color: #0088cc !important;
}
.section-even-columns .row > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div[class*="dark-overlay"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-overlay-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark-overlay-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.dark-overlay-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.dark-overlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.dark-overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.dark-overlay-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-overlay-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-overlay-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.dark-overlay-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.inner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}
.text-light {
  color: #fff;
}
.text-light.title-lg,
.text-light.title-md {
  color: #fff;
}
/* Helper Classes : Column vertical separator
===================================================================== */
.column-vertical-separator div[class^="col-"] + div:before,
.column-vertical-separator-1px div[class^="col-"] + div:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #dedede;
  width: 2px;
}
.column-vertical-separator-1px div[class^="col-"] + div:before {
  width: 1px;
}
/* Helper Classes : Column horizontal + vertical separator 
===================================================================== */
.column2-separator div[class^="col-"]:nth-child(2n - 1) + div:before,
.column2-separator-1px div[class^="col-"]:nth-child(2n - 1) + div:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #dedede;
  width: 2px;
}
.column2-separator div[class^="col-"] + div:after,
.column2-separator-1px div[class^="col-"] + div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dedede;
  height: 2px;
}
.column2-separator div[class^="col-"]:nth-child(1) + div:after,
.column2-separator-1px div[class^="col-"]:nth-child(1) + div:after {
  display: none;
}
.column2-separator-1px div[class^="col-"]:nth-child(2n - 1) + div:before {
  width: 1px;
}
.column2-separator-1px div[class^="col-"] + div:after {
  height: 1px;
}
/* Helper classes: Spacing & Padding classes
===================================================================== */
.fullwidth-section,
.fullscreen-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding1x {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding2x {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding3x {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding4x {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding5x {
  padding-top: 150px;
  padding-bottom: 150px;
}
.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-top-1x {
  padding-top: 30px;
}
.padding-top-2x {
  padding-top: 60px;
}
.padding-top-3x {
  padding-top: 90px;
}
.padding-top-4x {
  padding-top: 120px;
}
.padding-bottom-1x {
  padding-bottom: 30px;
}
.padding-bottom-2x {
  padding-bottom: 60px;
}
.padding-bottom-3x {
  padding-bottom: 90px;
}
.padding-bottom-4x {
  padding-bottom: 120px;
}
/* Helper classes: Margin classes
===================================================================== */
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin2x {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin3x {
  margin-top: 90px;
  margin-bottom: 90px;
}
.margin4x {
  margin-top: 120px;
  margin-bottom: 120px;
}
/* Helper classes: Image Alignments
===================================================================== */
.img-left-top,
.img-left-center,
.img-left-bottom,
.img-center-top,
.img-center-center,
.img-center-bottom,
.img-right-top,
.img-right-center,
.img-right-bottom {
  background-size: initial;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.img-left-top {
  background-position: left top;
}
.img-left-center {
  background-position: left center;
}
.img-left-bottom {
  background-position: left bottom;
}
.img-center-top {
  background-position: center top;
}
.img-center-center {
  background-position: center center;
}
.img-center-bottom {
  background-position: center bottom;
}
.img-right-top {
  background-position: right top;
}
.img-right-center {
  background-position: right center;
}
.img-right-bottom {
  background-position: right bottom;
}
@media only screen and (max-width: 1024px) {
  .img-left-top,
  .img-left-center,
  .img-left-bottom,
  .img-center-top,
  .img-center-center,
  .img-center-bottom,
  .img-right-top,
  .img-right-center,
  .img-right-bottom {
    background-size: contain;
  }
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.background-fixed {
  background-attachment: fixed !important;
}
.background-scroll {
  background-attachment: scroll !important;
}
/* Helper classes : Additional
===================================================================== */
.l-s-minus-1px {
  letter-spacing: -1px;
}
.l-s-minus-05px {
  letter-spacing: -0.5px;
}
.l-s-0px {
  letter-spacing: 0;
}
.l-s-05px {
  letter-spacing: 0.5px;
}
.l-s-1px {
  letter-spacing: 1px;
}
.l-s-2px {
  letter-spacing: 2px;
}
.l-s-3px {
  letter-spacing: 3px;
}
.l-s-4px {
  letter-spacing: 4px;
}
.weight-light {
  font-weight: 100;
}
.weight-regular {
  font-weight: 400;
}
.weight-regular {
  font-weight: 700;
}
.weight-regular {
  font-weight: 800;
}
.background-white {
  background-color: #fff;
}
.inner-shadow-top {
  -webkit-box-shadow: inset 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: inset 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  box-shadow: inset 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
}
.outher-shadow-bottom {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
/* Heading style
===================================================================== */
.heading-dash:after {
  border-bottom: 2px solid #0088cc;
  content: '';
  display: block;
  width: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.heading-dash.text-center:after {
  margin-right: auto;
  margin-left: auto;
}
.heading-dash.text-right {
  margin-bottom: 40px;
}
.heading-dash.text-right:after {
  position: absolute;
  right: 15px;
  left: auto;
}
.text-center .heading-dash:after {
  margin-right: auto;
  margin-left: auto;
}
.text-right .heading-dash {
  margin-bottom: 40px;
}
.text-right .heading-dash:after {
  position: absolute;
  right: 15px;
  left: auto;
}
.curved-shape {
  background-repeat: no-repeat;
  background-position: center bottom -1px;
  background-size: 325px 90px;
  height: 72px;
}
.has-slider #header {
  position: relative;
  margin-top: -72px;
}
.has-slider #header .curved-shape {
  background-position: center top -1px;
  overflow: hidden;
}
.has-slider #header .curved-shape svg {
  position: absolute;
  top: -1px;
  left: -65px;
  z-index: -1;
}
#header {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  height: 72px;
  /* Primary navigation
    ===================================================================== */
}

.curved-shape svg {
    position: absolute;
    bottom: -0.45px;
    left: -65px;
    z-index: -1;
}

#header .container {
  position: relative;
  z-index: 100;
}
#header .col-sm-5 {
  background-color: #ffffff;
  height: 72px;
  width: 41.66% !important;
}
#header nav {
  /* Sub navigation
        ===================================================================== */
}
#header nav > ul {
  list-style-type: none;
  padding: 0px;
  display: block;
}
#header nav > ul > li {
  display: inline-block;
  padding: 0 21px;
  font-family: 'Lato';
  font-size: 12px;
  line-height: 72px;
}
#header nav > ul > li:first-child {
  padding-left: 0;
}
#header nav > ul > li > a {
  color: #393939;
}
#header nav > ul > li > a:hover {
  color: #0088cc;
}
#header nav > ul > li > a.featured {
  color: #0088cc;
}
#header nav ul li {
  position: relative;
}
#header nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
#header nav ul li .dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition-duration: .35s;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
  background-color: #222222;
  color: #cccccc;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
#header nav ul li .dropdown-menu li {
  width: 270px;
  font-size: 12px;
}
#header nav ul li .dropdown-menu li a {
  padding: 15px 25px;
  line-height: 24px;
  border-bottom: 1px solid #414141;
  color: #cccccc;
}
#header nav ul li .dropdown-menu li a:hover,
#header nav ul li .dropdown-menu li a:focus,
#header nav ul li .dropdown-menu li a:after {
  background: none;
  color: #0088cc;
}
#header nav ul li .dropdown-menu li.active > a {
  background: none;
  color: #0088cc;
}
#header nav ul li .dropdown-menu li + li {
  border-top: 1px solid #1f1f1f;
}
#header nav ul li .dropdown-menu li:last-child > a {
  border-bottom: 0;
}
#header nav ul li .dropdown-menu li:hover {
  background-color: transparent;
}
#header nav ul li .dropdown-menu li.has-children > a:after {
  content: '\f3d3';
  font-family: "Ionicons";
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 13px;
  color: #414141;
}
#header nav ul li .dropdown-menu li.has-children:hover > a:after {
  color: #0088cc;
}
#header nav ul li .dropdown-menu.icon-menu {
  left: -40px;
}
#header nav ul li .dropdown-menu.icon-menu a {
  padding-left: 60px;
}
#header nav ul li .dropdown-menu.icon-menu a i {
  font-size: 20px;
  position: absolute;
  left: 25px;
  top: 15px;
}
#header nav ul li .dropdown-menu .dropdown-menu {
  left: 269px;
  top: 0;
}
#header nav ul li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
#header nav ul li:hover > a {
  background-color: transparent;
}
#header nav.text-right ul li:last-child {
  padding-right: 0;
}
#header::before,
#header::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  z-index: 90;
}
#header::after {
  left: auto;
  right: 0px;
}
/* Section Page Title
===================================================================== */
#page-title {
  padding-top: 172px;
  padding-bottom: 80px;
  background-image: url(../images/page-title-1.jpg);
  background-position: center center;
  background-attachment: fixed;
  font-family: "Lato";
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
#page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#page-title .container {
  position: relative;
}
#page-title h1 {
  margin: 0;
  padding: 0;
  font-family: Lato;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
}
#page-title .breadcrumb {
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
#page-title .breadcrumb > li {
  line-height: 37px;
  text-transform: uppercase;
}
#page-title .breadcrumb > li a {
  font-weight: 300;
  color: #d5d5d5;
  text-decoration: none;
}
#page-title .breadcrumb > li + li:before {
  color: #ffffff;
}
#page-title.single {
  background-image: url(../images/page-title-2.jpg);
}
#page-title.team-member {
  background-image: url(../images/page-title-3.jpg);
}
/* Testimonial slider
  -------------------------------------------------- */
.kwicks {
  height: 576px;
}
.kwicks > li {
  position: relative;
  height: 576px;
  background-image: url(../images/background-testimonial.png);
}
.kwicks > li .testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 1170px;
  height: 576px;
  background-size: auto 576px;
  background-position: left top;
  background-image: url(images/testimonial-1.html);
  background-repeat: no-repeat;
}
.kwicks > li .testimonial blockquote {
  font-weight: 400;
  max-width: 35%;
  margin: 140px 15% 0 35%;
}
.kwicks > li .testimonial .testi-meta {
  text-align: center;
  max-width: 35%;
  margin: 120px 15% 0 35%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
.kwicks > li .testimonial .testi-meta .position {
  font-size: 10px;
  letter-spacing: 1px;
  color: #0088cc;
}
/* Price Table
  -------------------------------------------------- */
.subscribe-form input {
  width: 32% !important;
  border-radius: 4px !important;
  border: 0;
  color: #fff;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.subscribe-form input + input {
  margin-left: 1%;
}
.subscribe-form input:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.subscribe-form input.submit {
  background-color: #0088CC;
}
/* Price Table
  -------------------------------------------------- */
.price-table {
  background: url(../images/background-pricetable.png) no-repeat center bottom;
  padding-bottom: 130px;
}
.price-table .price-column {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 40px;
  width: 270px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.price-table .price-column.featured {
  margin-top: -15px;
}
.price-table .price-header {
  /*background-color: #393939;*/
  background-color: #fff;
  color: #fff;
  padding: 0 40px 45px;
}
.price-table .price-header .title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300px;
}
.price-table .price-header .title:before {
  content: '';
  display: block;
  border-top: 3px solid #0088cc;
}
.price-table .price {
  padding-top: 45px;
  font-size: 54px;
  font-weight: 100;
}
.price-table .price span {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
  line-height: 1em;
}
.price-table .price .sub-up {
  font-size: 60%;
}
.price-table .title + .price {
  padding-top: 35px;
}
.price-table .price-body {
  background-color: #fff;
  color: #6e6e6e;
  padding: 10px 20px;
}
.price-table .price-body ul {
  list-style-type: none;
  padding: 0;
}
.price-table .price-body ul li {
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.price-table .price-body ul li span {
  color: #bbb;
}
.price-table .price-body .link {
  color: #0088cc;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  line-height: 80px;
}
.price-table .featured.price-column {
  width: 300px;
}
.price-table .featured .price-header {
  background-color: #0088cc;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
}
.price-table .featured .price-header .price span {
  color: #fff;
}
.price-table .featured .price-header .title + .price {
  padding-top: 50px;
}
.price-table .featured .price-header .title:before {
  border-top-color: #01ABFF;
}
.price-table .featured .price-body {
  padding-bottom: 22px;
}
/* Progress bar
  -------------------------------------------------- */
.progress-container {
  position: relative;
  margin: 0 130px;
  padding: 13px 0;
  color: #fff;
}
.progress-container span {
  width: 105px;
  position: absolute;
  top: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.progress-container span.label-left {
  left: -130px;
  text-align: right;
}
.progress-container span.label-right {
  right: -130px;
}
.progress-container .progress {
  height: 4px;
}
.progress-container .progress-bar {
  background: none;
  background-color: #0088cc;
}
/* Video section
  -------------------------------------------------- */
.video-section {
  padding: 130px;
  text-align: center;
}
.video-section a {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  line-height: 84px;
  font-size: 55px;
}
.video-section a i {
  color: #fff;
  opacity: .5;
  margin-left: 8px;
}
.video-section a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.video-section a:hover i {
  opacity: .9;
}
.video-section .description {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #adadad;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Call To Action : CTA
  -------------------------------------------------- */
.cta-section h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.cta-section .btn {
  background-color: #393939;
  padding: 15px 30px;
  font-size: 10px;
  float: right;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
}
.cta-section .btn i {
  margin-left: 5px;
}
.cta-section .btn:hover {
  background-color: #494949;
}
/* Counter box
  -------------------------------------------------- */
.tt-counter {
  text-align: center;
}
.tt-counter i {
  font-size: 68px;
}
.tt-counter h3 {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 10px 0 0;
}
.tt-counter p {
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #ccc;
  text-transform: uppercase;
  margin: 0;
}
.text-light .tt-counter {
  color: #fff;
}
.text-light .tt-counter h3 {
  color: #fff;
}
/* Service box
  -------------------------------------------------- */
.service-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0 0 64px;
}
.service-box h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
  font-weight: bold;
}
.service-box h3.heading-dash:after {
  margin: 20px 0 20px;
}
.service-box h3 span {
  float: right;
  font-size: 10px;
  color: #0088cc;
}
.service-box p {
  font-size: 12px;
  line-height: 1.8em;
}
.service-box.large-desc p {
  font-size: 15px;
  line-height: 30px;
}
.service-box.filled .service-icon,
.service-box.transparent .service-icon {
  border-radius: 50%;
  background-color: #0088cc;
  padding: 16px;
  color: #fff;
}
.service-box.filled .service-icon a,
.service-box.transparent .service-icon a {
  color: #fff;
}
.service-box.filled .service-icon span,
.service-box.transparent .service-icon span {
  margin-right: 0;
}
.service-box.transparent .service-icon {
  background-color: rgba(0, 0, 0, 0.1);
}
.service-box .service-icon {
  position: absolute;
  width: 48px;
  text-align: center;
}
.service-box .service-icon a {
  text-decoration: none;
}
.service-box.small {
  padding: 0 0 0 48px;
  width: 36px;
}
.service-box.medium {
  padding: 0 0 0 64px;
}
.service-box.large {
  padding: 0 0 0 80px;
  width: 64px;
}
.service-box.extra-small {
  padding: 0 0 0 32px;
  width: 28px;
}
.service-box.filled,
.service-box.transparent {
  padding: 0 0 0 112px;
}
.service-box.filled.small,
.service-box.transparent.small {
  padding: 0 0 0 80px;
}
.service-box.filled.medium,
.service-box.transparent.medium {
  padding: 0 0 0 112px;
}
.service-box.filled.large,
.service-box.transparent.large {
  padding: 0 0 0 144px;
}
.service-box.filled.extra-small,
.service-box.transparent.extra-small {
  padding: 0 0 0 48px;
}
.service-box.style-right {
  padding: 0 64px 0 0;
  text-align: right;
}
.service-box.style-right .service-icon {
  right: 0;
  left: auto;
}
.service-box.style-right .service-icon span {
  margin-right: 0;
}
.service-box.style-right.small {
  padding: 0 48px 0 0;
}
.service-box.style-right.medium {
  padding: 0 64px 0 0;
}
.service-box.style-right.large {
  padding: 0 80px 0 0;
}
.service-box.style-right.extra-small {
  padding: 0 32px 0 0;
}
.service-box.style-right.filled,
.service-box.style-right.transparent {
  padding: 0 112px 0 0;
}
.service-box.style-right.filled.small,
.service-box.style-right.transparent.small {
  padding: 0 80px 0 0;
}
.service-box.style-right.filled.medium,
.service-box.style-right.transparent.medium {
  padding: 0 112px 0 0;
}
.service-box.style-right.filled.large,
.service-box.style-right.transparent.large {
  padding: 0 144px 0 0;
}
.service-box.style-right.filled.extra-small,
.service-box.style-right.transparent.extra-small {
  padding: 0 48px 0 0;
}
.service-box.style-inline {
  padding: 0;
}
.service-box.style-inline .service-icon {
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 0;
}
.service-box.style-inline h3 {
  margin-left: 32px;
}
.service-box.style-inline.style-right h3 {
  margin-left: 0;
  margin-right: 32px;
}
.service-box.style-center {
  text-align: center;
  padding: 0;
}
.service-box.style-center .service-icon {
  position: relative;
  margin-bottom: 20px;
}
.service-box.style-center h3:after {
  content: ' ';
  width: 30px;
  border-bottom: 2px solid #0088cc;
  margin: 20px auto;
  display: block;
}
.service-box.style-center.filled,
.service-box.style-center.transparent {
  padding: 0;
}
.service-box.style-center.filled .service-icon,
.service-box.style-center.transparent .service-icon {
  width: 96px;
  margin: 0 auto 30px;
}
.service-box.style-center.filled.small .service-icon,
.service-box.style-center.transparent.small .service-icon {
  width: 64px;
}
.service-box.style-center.filled.large .service-icon,
.service-box.style-center.transparent.large .service-icon {
  width: 128px;
}
.service-box.style-center.filled.extra-small .service-icon,
.service-box.style-center.transparent.extra-small .service-icon {
  width: 32px;
}
.service-box.style-boxed {
  text-align: center;
  padding: 30px 25px 40px;
  background-color: #0088cc;
  color: #fff;
}
.service-box.style-boxed .service-icon {
  position: relative;
  margin-bottom: 20px;
  background: none;
}
.service-box.style-boxed p:last-child {
  margin-bottom: 0;
}
.service-box.style-boxed.transparent {
  padding: 30px 25px 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.service-box .service-icon {
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.service-box.extra-small .service-icon {
  font-size: 16px;
}
.service-box.small {
  font-size: 100%;
}
.service-box.small .service-icon {
  font-size: 32px;
}
.service-box.medium .service-icon {
  font-size: 48px;
}
.service-box.large .service-icon {
  font-size: 64px;
}
.service-box.filled .service-icon,
.service-box.transparent .service-icon {
  padding: 24px;
}
.service-box.filled.extra-small .service-icon,
.service-box.transparent.extra-small .service-icon {
  padding: 8px;
}
.service-box.filled.small .service-icon,
.service-box.transparent.small .service-icon {
  padding: 16px;
}
.service-box.filled.medium .service-icon,
.service-box.transparent.medium .service-icon {
  padding: 24px;
}
.service-box.filled.large .service-icon,
.service-box.transparent.large .service-icon {
  padding: 32px;
}
.service-box.style-boxed .service-icon {
  padding: 0 !important;
}
/* Single
===================================================================== */
.sub-title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 40px;
  color: #393939;
  font-weight: 400;
  letter-spacing: 3px;
}
.single-meta {
  margin-bottom: 60px;
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
  letter-spacing: 1px;
}
.member-author {
  font-size: 16px;
  text-transform: uppercase;
  color: #393939;
  letter-spacing: 4px;
  padding: 30px 20px;
}
.member-author span {
  color: #d5d5d5;
}
.author-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
.author-box .avatar {
  padding: 30px 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.author-box .avatar img {
  border-radius: 50%;
}
.author-box .avatar *:last-child {
  margin-bottom: 0;
}
.author-box h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.author-box h5 {
  font-size: 10px;
}
.author-box .socials {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.author-box .socials li {
  width: 32.3%;
  margin: 0;
  text-align: center;
}
.author-box .socials li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.author-box a {
  text-decoration: none;
  font-size: 10px;
  color: #ccc;
  line-height: 44px;
  letter-spacing: 1.5px;
}
.author-box a:hover {
  color: #0088cc;
}
.fullwidth-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
blockquote {
  position: relative;
  margin: 30px 20%;
  border: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '\f347';
  font-family: "ionicons";
  opacity: 0.3;
  font-size: 32px;
  position: absolute;
  left: -30px;
  top: 0;
}
blockquote:after {
  left: auto;
  top: auto;
  right: -30px;
  bottom: 0;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
blockquote a {
  color: #0088cc;
}
blockquote .meta {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #393939;
}
.text-light blockquote {
  color: #fff;
}
.text-light blockquote:before,
.text-light blockquote:after {
  color: #fff;
}
.icon-link {
  position: relative;
}
.icon-link i {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-left: 5px;
}
.post-socials ul {
  margin: 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.post-socials ul li {
  padding: 20px;
}
.post-socials ul li a {
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ccc;
}
.post-socials ul li a:hover {
  color: #a6a6a6;
}
.post-socials ul li:first-child {
  float: left;
}
.post-socials ul li:last-child {
  float: right;
  padding-right: 40px;
}
/* Blog
===================================================================== */
article.post {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: left;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.1);
  position: relative;
  /* Horizontal layout */
  /* FEATURED POST LAYOUT */
}
article.post a {
  text-decoration: none;
}
article.post .post-media {
  position: relative;
  height: 342px;
  background-size: cover;
  background-position: center center;
}
article.post .post-media img {
  width: 100%;
}
article.post .post-media .ratio4x3 {
  display: none;
}
article.post .post-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}
article.post .post-media .overlay .center-holder {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition-duration: .75s;
  visibility: hidden;
  opacity: 0;
}
article.post .post-media:hover .overlay {
  display: table;
  visibility: visible;
  opacity: 1;
}
article.post .post-media:hover .overlay .center-holder {
  visibility: visible;
  opacity: 1;
}
article.post .post-content {
  padding: 30px 30px 0 30px;
  /*height: 250px;*/
  min-height: 210px;
  position: relative;
  font-family: "Clear sans";
}
article.post .post-title {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.6em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
article.post .post-title a {
  color: #393939;
}
article.post .post-meta {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}
article.post .post-meta ul {
  padding: 0;
  margin: 0;
}
article.post .post-meta li {
  padding: 0;
}
article.post .post-meta li:first-child {
  float: left;
}
article.post .post-meta li:last-child {
  float: right;
}
article.post .post-meta i {
  color: #0088cc;
  margin-right: 5px;
}
article.post.horizontal {
  text-align: left;
  height: 250px;
}
article.post.horizontal .post-content {
  padding: 30px 30px 0 0;
}
article.post.horizontal .post-meta {
  padding: 0 30px 20px 0;
}
article.post.featured {
  height: auto;
}
article.post.featured .post-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.post.featured .post-media .overlay {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
}
article.post.featured .post-title {
  font-weight: 100;
  font-size: 30px;
  line-height: 1.4em;
  text-transform: none;
}
article.post.featured .post-title a {
  color: #fff;
}
article.post.featured .post-content {
  padding: 30px;
  height: auto;
  color: #bfbfbf;
}
article.post.featured .post-meta {
  background-color: transparent;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
article.post.featured .read-more {
  margin: 0;
}
article.post.even {
  min-height: 500px;
}
.read-more {
  font-family: "Lato";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background:#fff;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 3px 25px;
  display: inline-block;
  margin: 10px 0 15px;
}
.read-more i {
	font-size: 26px;
  /*font-size: 12px;
  margin-left: 8px;*/
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  transform: translateX(-3px);
}
.read-more:hover,
.read-more:focus {
  color: #0088CC;
}
.read-more:hover i,
.read-more:focus i {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.pagination {
  text-transform: uppercase;
  padding: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination ul {
  padding: 0;
}
.pagination li {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: Lato;
  font-weight: 800;
  color: #cccccc;
}
.pagination li:first-child {
  float: left;
}
.pagination li:first-child a:before {
  content: '\f3d2';
  font-family: "ionicons";
  margin-right: 5px;
}
.pagination li:last-child {
  float: right;
}
.pagination li:last-child a:after {
  content: '\f3d3';
  font-family: "ionicons";
  margin-left: 5px;
}
.pagination li a {
  border: 0;
  background: none;
  padding: 0;
  color: #393939;
}
.pagination li a:hover {
  background: none;
  color: #0088cc;
}
/* Comments
===================================================================== */
.comments-container {
  background-color: #f5f5f5;
  padding: 60px 0;
  -webkit-box-shadow: inset 0px 0px 12px 1px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: inset 0px 0px 12px 1px rgba(1, 1, 1, 0.1);
  box-shadow: inset 0px 0px 12px 1px rgba(1, 1, 1, 0.1);
}
#comments > h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 50px;
  letter-spacing: 1px;
  text-align: center;
}
#comments > h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #0088cc;
  margin: 25px auto;
}
#comments .comment-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#comments .comment-list ol,
#comments .comment-list ul {
  list-style-type: none;
  margin-left: 60px;
}
#comments .comment-list ol article:before,
#comments .comment-list ul article:before {
  content: '\f30f';
  font-family: "Ionicons";
  font-size: 24px;
  color: #dedede;
  position: absolute;
  left: -70px;
  top: 23px;
}
#comments .comment-list > li:last-child > article {
  border: none;
}
#comments .comment-list article {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
#comments .comment-list article .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
}
#comments .comment-list article .comment-avatar {
  float: left;
}
#comments .comment-list article .comment-avatar .comment-reply {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#comments .comment-list article .comment-avatar .comment-reply a {
  color: #d9d9d9;
  font-size: 28px;
}
#comments .comment-list article .comment-body {
  margin-left: 115px;
}
#comments .comment-list article .comment-body .comment-author {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  display: block;
  text-decoration: none;
}
#comments .comment-list article .comment-body .comment-date {
  position: absolute;
  right: 50px;
  top: 0;
  font-weight: normal;
  font-size: 11px;
  color: #ccc;
  font-style: italic;
}
#comments .comment-list article .comment-body .comment-content {
  font-family: 'Lato';
  font-weight: normal;
  font-size: 14px;
  color: #777777;
  line-height: 28px;
}
#respond {
  margin-top: 80px;
}
#respond .comment-reply-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-align: center;
}
#respond .comment-form .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
}
#respond .comment-form .col-md-6:nth-child(2n) {
  padding-right: 0px;
}
#respond .comment-form input:not([type="submit"]),
#respond .comment-form textarea {
  border: 0px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  width: 100%;
  font-family: 'Lato';
  font-size: 13px;
  text-transform: uppercase;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#respond .comment-form input:not([type="submit"]):focus,
#respond .comment-form textarea:focus {
  outline: none;
  border-bottom-color: #0088cc;
  color: #0088cc;
}
#respond .comment-form textarea {
  min-height: 120px;
  margin-top: 20px;
}
#respond .form-submit {
  text-align: center;
}
.author-box.portfolio .avatar {
  text-align: center;
}
.author-box.portfolio .avatar img {
  max-width: 95%;
  border-radius: 0;
}
.author-box.portfolio .socials li {
  width: 49%;
}
.author-box.portfolio .socials li a {
  display: inline;
  font-size: 10px;
  color: #393939;
}
.author-box.portfolio .socials li a i {
  color: #0088cc;
  font-size: 14px;
}
.icon-detail {
  text-align: center;
  /*padding: 30px 0;*/
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}
.icon-detail i {
  color: #616161;
}
/* Portfolio styling
======================================================= */
.portfolio-posts .folio-filter {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio-posts .folio-filter a {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 15px;
  color: #a6a6a6;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
.portfolio-posts .folio-filter a.active {
  color: #393939;
}
.portfolio-posts .folio-filter a + a {
  margin-left: 25px;
}
.portfolio-posts .folio-item {
  padding: 10px;
}
.portfolio-posts .folio-item .img-block {
  width: 100%;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:10px;
}
.portfolio-posts .col-md-2 {
	width: 16.6%;
}
.portfolio-posts .folio-item .entry-item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.portfolio-posts .folio-item .entry-item .entry-hover {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-posts .folio-item .entry-item .entry-hover h3 {
  color: #fff;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-posts .folio-item .entry-item .entry-hover .category {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Lato';
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
.portfolio-posts .folio-item .entry-item .entry-hover .read-more {
  transition-duration: 0.5s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.portfolio-posts .folio-item .entry-item:hover .entry-hover {
  visibility: visible;
  opacity: 1;
}
.portfolio-posts .folio-item .entry-item:hover .entry-hover .read-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.portfolio-masonry .folio-image {
  width: 100%;
}
.portfolio-links {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  padding-top: 30px;
}
.portfolio-links a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: 'Lato';
  font-weight: bold;
  text-transform: uppercase;
  background-color: #333333;
  line-height: 40px;
}
.portfolio-links .link-next {
  background-color: #0088cc;
}
/* Our team */
.portfolio-posts.team h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio-posts.team h5 {
  position: absolute;
  top: 30px;
  left: 10px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0088cc;
}
.widget {
  margin-bottom: 45px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.widget .widget-title {
  font-family: 'Lato';
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  /*margin: 0 0 25px;*/
  padding-bottom:15px;
}
.widget ul,
.widget ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.widget ul li,
.widget ol li {
  margin-bottom: 20px;
}
.widget ul li a,
.widget ol li a {
  color: rgba(119, 119, 119, 0.8);
}
.widget ul li .count,
.widget ol li .count {
  font-size: 10px;
  color: #fff;
  background-color: rgba(119, 119, 119, 0.5);
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
}
.widget ul li:hover a,
.widget ol li:hover a {
  text-decoration: none;
  color: #4ac3bf;
}
.widget ul li:hover .count,
.widget ol li:hover .count {
  background-color: #4ac3bf;
}
.widget .widget-tags {
  font-size: 13px;
}
.widget .widget-tags a {
  display: inline-block;
  background-color: rgba(119, 119, 119, 0.5);
  color: #fff;
  padding: 4px 12px;
  margin-right: 6px;
  margin-bottom: 8px;
}
.widget .widget-tags a:hover {
  background-color: #4ac3bf;
  text-decoration: none;
}
.search-form {
  position: relative;
}
.search-form input {
  border: 1px solid rgba(119, 119, 119, 0.2);
  font-family: 'Lato';
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  padding: 15px 20px;
  padding-right: 40px;
  width: 100%;
}
.search-form input:focus {
  outline: none;
}
.search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  line-height: 100%;
  padding: 0px 15px;
  color: #777777;
}
/* NEW WIDGETS */
.widget img:not(.zon) {
  margin-bottom: 20px;
}
.widget .footZON {
  	margin-bottom: 20px;
  	-webkit-filter: grayscale(1) !important;
	-moz-filter: grayscale(1) !important;
	-ms-filter: grayscale(1) !important;
	filter: grayscale(1) !important;
}
.widget abbr {
  display: block;
  margin: 15px 0 15px;
}
.widget ul li i {
  float: left;
  width: 20px;
  margin-right: 5px;
}
.widget.recent-posts ul li {
  position: relative;
  width: 170px;
  height: 48px;
  padding-bottom: 0;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
}
.widget.recent-posts ul li .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.widget.recent-posts ul li .cover:hover {
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 4px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 4px 0px rgba(255, 255, 255, 0.4);
}
.widget.recent-posts ul li img {
  margin: 0;
}
.widget.recent-posts ul li span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0px;
  visibility: visible;
  opacity: 1;
}
.widget.recent-posts ul li span.child {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
.widget.recent-posts ul li a {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  transition-duration: .65s;
}
.widget.recent-posts ul li a i {
  float: none;
}
.widget.recent-posts ul li:hover a {
  visibility: visible;
  opacity: 1;
}
.widget.recent-posts ul li:hover span {
  visibility: hidden;
  opacity: 0;
}
#footer .widget ul li a i {
  color: #fff;
}
#footer .widget ul li a:hover i {
  color: #0088cc;
}
#footer-top {
  position: relative;
  background-color: transparent;
  margin-top: -100px;
  background-repeat: no-repeat;
  background-position: center top -1px;
  height: 60px;
  display:none;
}
#footer-top div[class^="col-"] {
  height: 60px;
  overflow: hidden;
}
#footer-top div[class^="col-"]:first-child,
#footer-top div[class^="col-"]:last-child {
  background-color: #2c2c2c;
}
#footer-top svg {
  position: absolute;
  top: -1px;
  left: -68px;
}
#footer-top:before,
#footer-top:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #2c2c2c;
  z-index: 90;
}
#footer-top:after {
  left: auto;
  right: 0;
}
#footer-top .back-to-top {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #ccc;
  letter-spacing: 2px;
  margin-left: -40px;
}
#footer-top .back-to-top:hover {
  color: #0088cc;
  cursor: pointer;
}
#footer {
  background-color: #2c2c2c;
  font-size: 14px;
  line-height: 1.7em;
  font-family: 'Lato';
  color: #adadad;
  padding-top: 50px;
 /* padding-bottom: 100px;*/
  position: relative;
}
#footer .container {
  background-image: url('../images/footer-map.png');
  background-repeat: no-repeat;
  background-position: 50px top;
}
#footer p {
  margin: 0px;
}
#footer a {
  color: #adadad;
  text-decoration: none;
}
#footer a:hover {
  color: #0088cc;
}
.sub-footer {
  background-color: #343434;
  color: #727272;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
}
.sub-footer a {
  color: #b2b2b2;
  text-decoration: none;
}
.sub-footer p {
  margin: 0;
}
.back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url('images/footer-curve.html') no-repeat center center;
}
.site-logo {
  display: none;
}
.has-slider .site-logo {
  display: block;
  position: absolute;
  top: 50px;
  z-index: 99;
}
.has-slider .site-logo img {
  /*width: 130px;*/
      /*height: 35px;*/
    margin-top: -5px;
    margin-right: 3px;
}
.site-logo .logoText {
	color:#fff;
	font-size:16px;
	letter-spacing: 1px;
    font-family: 'Lato';
}
.has-slider .mouse-icon {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 399;
}
/* Slider styles
======================================================== */
.master-slider {
  max-height: 790px;
  color: #b2b2b2;
}
.master-slider .slide-pattern,
.master-slider .slide-overlay {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.3);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.master-slider .slide-overlay {
  background-color: rgba(0, 136, 204, 0.5);
}
.master-slider .slide-title {
  font-size: 24px;
  line-height: 2em;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.master-slider .slide-title strong {
  letter-spacing: 4px;
}
.master-slider .elem-small {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  max-width: 480px;
}
.master-slider .slide-link {
  color: #b2b2b2;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid;
  border-color: #017EBD;
  padding-bottom: 3px;
}
.master-slider .slide-link:hover {
  color: #fff;
  border-color: #0088cc;
}
.master-slider .slide-link + .slide-link {
  margin-left: 20px;
}
.master-slider .slide-link2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 700;
}
.master-slider .slide-link2 i {
  position: relative;
  font-size: 24px;
  top: 4px;
  margin-left: 7px;
}
.master-slider .ms-nav-next,
.master-slider .ms-nav-prev {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.35);
  height: 80px;
  width: 30px;
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.master-slider .ms-nav-next:after,
.master-slider .ms-nav-prev:after {
  content: '\f3d3';
  font-family: "Ionicons";
  color: #fff;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  display: block;
}
.master-slider .ms-nav-prev {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  left: 0;
}
.master-slider .ms-nav-prev:after {
  content: '\f3d2';
}
.master-slider .full-width {
  width: 100%;
}
.master-slider .vertical-middle {
  top: 38% !important;
}
.font-vollkorn {
  font-family: 'Vollkorn', serif;
  font-style: italic;
}
/* Large Devices - Desktops */
/* Medium Devices - Desktops */
/* Small Devices - Tablets */
/* Extra Small Devices - Phones */



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #0088CC;
  font-size: 32px;
}
div.bhoechie-tab-menu h4 {
	margin-top: 5px;
    margin-bottom: 0;
}
div.bhoechie-tab-menu .list-group-item {
	padding: 5px 10px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: #0088CC;
  background-image: #0088CC;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0088CC;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	text-shadow: 0 -1px 0 #286090;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-color: #0088CC;
}
.brand-color{
	color:#0088CC;
}