/*
Theme Name: Consultancy | Shared by VestaThemes.com
Theme URI: http://themeamber.com/
Author: ThemeAmber
Author URI: http://themeamber.com/
Description: Consultancy Theme For Wordpress
Version: 1.0
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses
Text Domain: consultancy-wp
Tags: theme-options, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-header, custom-background, custom-colors, custom-menu, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
Downloaded from: http://wpnull.org
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.618em; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1.313em;
  font-weight: 300; }

h1 {
  font-size: 3em;
  margin: 0 0 0.563em 0; }

h2 {
  font-size: 2.25em;
  margin: 0 0 0.625em 0; }

h3 {
  font-size: 1.5em;
  margin: 0 0 1.313em 0; }

h4 {
  font-size: 1.313em;
  margin: 0 0 1.313em 0; }

h5 {
  font-size: 1.125em;
  margin: 0 0 1.313em 0; }

h6 {
  font-size: 1em;
  margin: 0 0 0.75em 0; }

.widget-title {
  font-size: 1.313em; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/* text align */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.div48 {
  width: 48%;
  margin-bottom: 1.5em; }

/* bt */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* list */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden; }

a {
  color: #072643;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus, a:active {
    outline: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

blockquote {
  font-size: 1.25rem;
  background: #e7f3f8;
  border-left: 7px solid;
  padding: 30px;
  margin: 0 0 30px; }
  blockquote cite {
    margin-top: 10px;
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #222; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #e5e7ed;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

p {
  margin: 0 0 1.5em; }
  p:last-child {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.618em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #e5e7ed;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top; }

ul, ol {
  padding: 0;
  margin: 0 0 1.618em 1.618em; }
  ul .unstyled, ol .unstyled {
    margin: 0;
    padding: 0;
    list-style: none; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  border-color: #e5e7ed;
  margin: 0 0 1.5em;
  width: 100%; }
  table td, table th {
    border-color: #e5e7ed; }

.left {
  float: left; }

.right {
  float: right; }

.color-white {
  color: #fff; }

.opacity06:before {
  content: " ";
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block !important;
  background: #000; }

.hidden-nivo-control .nivo-controlNav {
  display: none; }

.text-white {
  color: #fff; }

.text-whitesmoke {
  color: #f2f2f2; }

.background-box .vc_column-inner {
  position: relative; }
  .background-box .vc_column-inner:before {
    content: " ";
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: inherit;
    display: block; }

.display_none {
  display: none; }

/* hexagon */
.polygon-clip-hexagon {
  float: left;
  margin-right: 28px;
  background-size: cover !important;
  width: 60px;
  height: 67px;
  background: #3a526a;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  color: #fff;
  padding: 8px 15px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #3a526a !important;
    background: #3a526a !important; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #3a526a !important;
    background: #3a526a !important;
    color: #fff; }

/* button */
.btn {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  display: inline-block;
  color: #072643;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 15.5px; }
  .btn .fa {
    padding-left: 10px; }

.btn-primary:hover, .btn-primary:focus {
  background-color: #3c3c3c; }

.btn-dark {
  background: #000000; }

.btn-light {
  background: #FFFFFF;
  border: 1px solid #e5e7ed;
  color: #666; }
  .btn-light:hover {
    background: #ffffff !important;
    color: #222222 !important; }

.btn-large {
  padding: 15px 22px;
  font-size: 15px; }

.btn-small {
  padding: 7px 12px;
  font-size: 12px; }

.rev_slider_wrapper .btn {
  opacity: 1 !important;
  color: #3c3c3c !important; }
  .rev_slider_wrapper .btn:hover {
    opacity: 1 !important;
    color: white !important; }
.rev_slider_wrapper .btn.btn-primary {
  padding: 15px 20px; }

.btn-outline-normal {
  color: #888;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  background: transparent; }
  .btn-outline-normal:hover, .btn-outline-normal:focus {
    border: 2px solid #ccc; }

.btn-outline-primary {
  color: #888;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid;
  background: transparent; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #fff; }

.btn-outline-white {
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  background: transparent; }
  .btn-outline-white:hover, .btn-outline-white:focus {
    background: #fff;
    color: #222; }

.btn-outline-blue {
  color: #114366;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #26bbff;
  background: transparent; }
  .btn-outline-blue:hover, .btn-outline-blue:focus {
    border-color: #3a526a !important;
    background: #3a526a;
    color: #fff; }

.btn-ocustom {
  color: #114366;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid;
  background: transparent; }
  .btn-ocustom:hover, .btn-ocustom:focus {
    border-color: #3a526a !important;
    background: #3a526a;
    color: #fff; }

.btn-custom {
  font-weight: bold;
  color: #fff;
  background: #00a8f1; }
  .btn-custom:hover, .btn-custom:focus {
    background: #3a526a !important;
    color: white !important; }

.btn.primary-background, .btn.secondary-background, .btn.tertiary-background {
  color: #fff; }
  .btn.primary-background:hover, .btn.primary-background:focus, .btn.secondary-background:hover, .btn.secondary-background:focus, .btn.tertiary-background:hover, .btn.tertiary-background:focus {
    background: #3a526a;
    color: #fff; }

.st-readmore.btn, .st-readmore .btn {
  border: 1px solid;
  background: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  color: #666666;
  border: 1px solid #e5e7ed; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    color: #111111;
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  padding: 7px 15px;
  outline: 0; }

input[type="submit"]:focus {
  outline: 0; }

textarea {
  width: 100%;
  max-width: 100%; }

select {
  border-color: #e5e7ed;
  padding: 7px 10px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      padding: 0;
      background: #fff;
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        border-bottom: 1px solid #ff693a; }
        .main-navigation ul ul li:last-child {
          border-bottom: none; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .main-navigation ul ul li.current-menu-item a, .main-navigation ul ul li.current-menu-ancestor a {
          color: #fff;
          background: #3a526a; }
      .main-navigation ul ul a {
        width: 200px;
        color: #fff;
        padding: 10px 30px;
        position: relative;
        text-transform: uppercase;
        font-size: 13px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a, .main-navigation ul ul.current-menu-item > a, .main-navigation ul ul.current-menu-ancestor > a {
        background: #3a526a; }
    .main-navigation ul.nav-menu > li {
      position: relative; }
      .main-navigation ul.nav-menu > li:after {
        content: "";
        width: 1px;
        height: 26px;
        background: #d9e6eb;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -13px; }
      .main-navigation ul.nav-menu > li:last-child:after {
        display: none; }
      .main-navigation ul.nav-menu > li.menu-item-has-children > a {
        position: relative;
        padding: 0 35px 0 25px; }
        .main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
          content: "\f0d7";
          font-family: FontAwesome;
          color: inherit;
          position: absolute;
          top: 50%;
          right: 18px;
          margin-top: -13px;
          line-height: 26px;
          font-size: 13px; }
      .main-navigation ul.nav-menu > li > a {
        text-transform: uppercase;
        line-height: 103px;
        color: #5b6a75; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 25px; } }
@media screen and (max-width: 991px) {
  .main-navigation .menu {
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 999; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li a {
      display: block;
      padding: 10px 15px;
      color: #666;
      border-bottom: 1px solid #fff; }
      .main-navigation ul li a:hover {
        color: #000; }

  #page #site-navigation > div > ul > li.current-menu-item > a, #page #site-navigation > div > ul > li.current-menu-ancestor > a, #page #site-navigation > div > ul > li:hover > a,
  #page #site-navigation .current_page_item > a {
    background: #eee;
    color: #000; }
  #page .main-navigation ul ul {
    background: #eee; }
    #page .main-navigation ul ul a {
      padding: 10px 30px; }
    #page .main-navigation ul ul ul a {
      padding: 10px 45px; } }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 70px;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  display: none; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  margin: 0 0 50px; }
.widget-area .widget-title {
  position: relative;
  font-family: Karla;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 13px; }
.widget-area a {
  color: #698591; }
.widget-area .tagcloud a {
  color: #666666; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  /* ab-recent-post-image */ }
  .widget select {
    max-width: 100%; }
  .widget ul:not(.product_list_widget) {
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget ul:not(.product_list_widget) li {
      margin-bottom: 10px; }
      .widget ul:not(.product_list_widget) li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
      .widget ul:not(.product_list_widget) li > a {
        position: relative;
        padding-right: 15px;
        display: inline-block; }
    .widget ul:not(.product_list_widget) ul {
      padding-left: 15px; }
      .widget ul:not(.product_list_widget) ul li:first-child {
        margin-top: 10px; }
  .widget .search-form {
    border-bottom: 1px solid #d5d8e3; }
    .widget .search-form .search-field {
      border: none;
      padding: 7px 0; }
    .widget .search-form .search-submit {
      background: url(images/bg_search.png) no-repeat center right;
      border: none;
      text-indent: -1000px;
      overflow: hidden; }
      .widget .search-form .search-submit:hover, .widget .search-form .search-submit:focus {
        background: url(images/bg_search.png) no-repeat center right !important; }
  .widget.widget_ab_recent_post .ab-recent-post-image {
    padding-right: 20px; }
    .widget.widget_ab_recent_post .ab-recent-post-image img {
      padding-top: 2px;
      width: 85px;
      height: 61px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
  .widget.widget_ab_recent_post .ab-recent-post-item-text {
    font-style: italic;
    line-height: 1.5; }
  .widget.widget_ab_recent_post ul li {
    padding-bottom: 25px !important;
    margin-bottom: 25px !important; }
  .widget .tagcloud a {
    font-size: 14px !important;
    color: #fff;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: capitalize; }
    .widget .tagcloud a:hover {
      color: white !important; }

.widget-area ul:not(.product_list_widget) li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e7ed; }
  .widget-area ul:not(.product_list_widget) li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

/* Search widget. */
.widget_search label {
  float: left;
  width: 70%; }
.widget_search .search-field {
  width: 100%; }
.widget_search .search-submit {
  width: 30%; }

@media screen and (max-width: 1100px) {
  .widget_search label {
    float: left;
    width: 60%; }
  .widget_search .search-field {
    width: 100%; }
  .widget_search .search-submit {
    width: 40%; } }
.brochure-button {
  display: block;
  border: 1px solid #e5e7ed;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #888; }
  .brochure-button i {
    margin-right: 10px; }
  .brochure-button:hover {
    background: #e5e7ed;
    color: #3c3c3c; }

/* Contact form 7 */
.wpcf7 .wpcf7-form-control {
  margin-top: 6px; }
.wpcf7 .col2 {
  width: 49%;
  margin-bottom: 10px; }
  .wpcf7 .col2 input {
    width: 100%; }

/* widget portfolio */
.widget-portfolio-wrap {
  margin: -5px; }
  .widget-portfolio-wrap .widget-portfolio-item {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 4px; }
    .widget-portfolio-wrap .widget-portfolio-item img {
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-portfolio-wrap .widget-portfolio-item a {
      display: block;
      overflow: hidden;
      border: 1px solid transparent; }
    .widget-portfolio-wrap .widget-portfolio-item:hover img {
      -webkit-transform: scale(1.2);
      -khtml-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

.ab-newsletter-email {
  display: table-cell;
  width: 80%; }
  .ab-newsletter-email input {
    width: 100%;
    min-height: 41px; }

.ab-newsletter-submit {
  display: table-cell; }

.newsletter-submit {
  padding: 8px 32px !important; }

/* revo slider */
body .zeus.tparrows {
  min-width: 48px;
  min-height: 48px; }
body .zeus.tparrows:before {
  line-height: 48px;
  font-size: 48px;
  font-family: "Simple-Line-Icons"; }
body .zeus.tparrows.tp-rightarrow:before {
  content: "\e079"; }
body .zeus.tparrows.tp-leftarrow:before {
  content: "\e07a"; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

@media (max-width: 1200px) {
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px; } }
#page {
  overflow-x: hidden; }

/* Layout boxed */
.layout-boxed #page {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto; }
  .layout-boxed #page .container {
    width: auto; }
.layout-boxed .site-header {
  max-width: 1000px; }

/* Header */
@media screen and (min-width: 992px) {
  .site-branding > a {
    line-height: 103px; }
    .site-branding > a img {
      max-height: 100px; } }
@media screen and (max-width: 991px) {
  .site-header .site-branding > a {
    line-height: 80px; }
    .site-header .site-branding > a img {
      max-height: 100px; }

  .site-header .form-search {
    top: 80px !important; } }
.site-header {
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .site-header .site-branding {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .site-header .site-branding h1 {
      margin: 0; }
      .site-header .site-branding h1 a {
        padding-top: 10px;
        display: inline-block; }
    .site-header .site-branding .site-description {
      margin: 0;
      font-size: 12px;
      color: #666;
      line-height: 14px; }
    .site-header .site-branding img {
      vertical-align: middle;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .site-header .form-search {
    background: #fff;
    width: 330px;
    display: none;
    position: absolute;
    z-index: 999;
    padding: 15px;
    right: 0;
    top: 103px;
    border: 1px solid #e5e7ed; }
    .site-header .form-search input {
      float: left; }
  .site-header .close-search {
    display: none; }
  .site-header .top-menu-social {
    background: #0076c0;
    color: #94a9bf;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px; }
    .site-header .top-menu-social a {
      color: #ffffff; }
      .site-header .top-menu-social a:hover {
        color: #fff; }
    .site-header .top-menu-social .header-social a {
      font-size: 16px;
      display: inline-block;
      padding: 0 6px; }
      .site-header .top-menu-social .header-social a:first-child {
        padding-left: 0; }
    .site-header .top-menu-social .top-menu .icons {
      font-size: 15px; }
    .site-header .top-menu-social ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right; }
      .site-header .top-menu-social ul li {
        float: left;
        border-left: 1px solid #455e77; }
        .site-header .top-menu-social ul li:first-child {
          border-left: none; }
        .site-header .top-menu-social ul li:last-child a {
          padding-right: 0; }
        .site-header .top-menu-social ul li a {
          display: block;
          padding: 0 16px; }

@media screen and (max-width: 767px) {
  .site-header .top-menu-social {
    font-size: 12px; } }
@media screen and (max-width: 600px) {
  .site-header .top-menu-social {
    line-height: 35px; }
    .site-header .top-menu-social .header-social, .site-header .top-menu-social .top-menu {
      width: 100%;
      text-align: center;
      font-size: 10px; }
      .site-header .top-menu-social .header-social i, .site-header .top-menu-social .top-menu i {
        font-size: 13px !important; }
    .site-header .top-menu-social .top-menu {
      border-top: 1px solid #455e77; }

  .contact-info .contact-detail {
    font-size: 20px !important;
    padding-left: 50px; } }
@media screen and (min-width: 991px) {
  body.header-sticky {
    padding-top: 103px; }

  .header-sticky .site-header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }

  .admin-bar.header-sticky .site-header {
    top: 32px; } }
.header-sticky .header-fixed .top-menu-social {
  line-height: 32px;
  font-size: 13px; }
  .header-sticky .header-fixed .top-menu-social .header-social a {
    font-size: 13px; }
  .header-sticky .header-fixed .top-menu-social .top-menu .icons {
    font-size: 13px; }
.header-sticky .header-fixed .site-branding {
  line-height: 60px; }
.header-sticky .header-fixed .main-navigation ul.nav-menu > li > a {
  line-height: 60px; }
.header-sticky .header-fixed #menu-search a {
  line-height: 60px; }

.header-transparent .top-menu-social {
  display: none; }

@media screen and (min-width: 992px) {
  .header-transparent .site-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .header-transparent .site-header.header-fixed {
      background: rgba(0, 0, 0, 0.8); }

  #menu-search a {
    line-height: 103px; }

  .header-transparent .site-header {
    color: #fff; }
    .header-transparent .site-header a {
      color: #fff; }
    .header-transparent .site-header .main-navigation ul.nav-menu > li > a {
      color: #fff; }
    .header-transparent .site-header .main-navigation ul.nav-menu > li:after {
      display: none; } }
@media screen and (max-width: 991px) {
  .header-transparent .site-header {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; } }
.admin-bar.header-transparent .site-header {
  top: 32px; }

.ab-header {
  position: relative; }

.header-fixed .site-branding > a {
  line-height: 52px; }
.header-fixed .site-branding img {
  max-height: 24px; }
.header-fixed .form-search {
  top: 60px; }

@media screen and (max-width: 991px) {
  .address-phone {
    display: none; } }
@media screen and (min-width: 992px) {
  #menu-search {
    position: relative;
    padding-left: 10px; }
    #menu-search a.close-search {
      display: none; }
    #menu-search i {
      width: 33px;
      height: 33px;
      line-height: 33px;
      text-align: center;
      color: #fff; }
      #menu-search i:hover {
        background: #3a526a;
        color: #94a9bf; }

  #menu-request a {
    line-height: 60px;
    text-transform: uppercase;
    display: inline-block;
    color: #3c3c3c;
    padding: 0 24px;
    font-weight: bold; } }
@media screen and (max-width: 991px) {
  #menu-search, .menu-toggle {
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    line-height: 80px; }
    #menu-search i, .menu-toggle i {
      width: 18px;
      color: #fff; }
      #menu-search i.secondary-background, .menu-toggle i.secondary-background {
        background: transparent; }
    #menu-search:hover, #menu-search:focus, .menu-toggle:hover, .menu-toggle:focus {
      background: #3a526a;
      color: #94a9bf; }

  #menu-search {
    background: #03a9f5;
    margin-right: -15px; }

  .menu-toggle {
    background: #fe5722; } }
/* breadcrumbs */
.breadcrumbs {
  margin-top: 30px;
  text-transform: uppercase;
  color: #fff; }
  .breadcrumbs span.pull-right {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .breadcrumbs span.pull-right:before {
      content: "";
      width: 1000px;
      height: 10px;
      position: absolute;
      left: -15px;
      z-index: -1;
      bottom: 2px;
      background: rgba(0, 0, 0, 0.7); }
  .breadcrumbs span {
    display: inline-block; }
    .breadcrumbs span:after {
      font-family: FontAwesome;
      content: "\f0da";
      padding: 0 15px;
      color: #fff; }
    .breadcrumbs span:last-child:after {
      display: none; }
  .breadcrumbs a {
    position: relative;
    color: #fff;
    font-weight: 600; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #fff; }

.search .breadcrumbs div > span:last-child:after {
  display: inline-block; }
.search .page-content, .search .entry-summary {
  overflow: hidden; }

.scroll-top {
  position: fixed;
  display: none;
  text-align: center;
  right: 30px;
  bottom: 30px;
  background: #455e76;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* Footer */
.footer-top-area {
  padding: 68px 0;
  z-index: 10;
  position: relative; }
  .footer-top-area .widget-title {
    text-transform: uppercase;
    font-family: Karla;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px; }
  .footer-top-area .footer-top {
    margin-top: -222px;
    margin-bottom: 65px;
    padding: 54px 0 70px;
    color: #fff;
    position: relative; }
    .footer-top-area .footer-top:before {
      background: url(images/pattern.jpg) repeat center center;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block !important; }
    .footer-top-area .footer-top .widget-title {
      text-transform: uppercase;
      font-family: Raleway;
      font-size: 25px;
      line-height: 20px;
      font-weight: bold;
      margin-bottom: 6px; }
    .footer-top-area .footer-top .widget {
      max-width: 560px;
      margin: 0 auto;
      text-align: center;
      z-index: 2;
      position: relative;
      padding: 0 15px; }
    .footer-top-area .footer-top .newsletter {
      padding-top: 27px; }
  .footer-top-area ul li {
    margin-bottom: 4px !important;
    width: 50%;
    float: left;
    padding-right: 3px; }
  .footer-top-area a.social-icons {
    color: #fff; }
  .footer-top-area .business-box li {
    border-top: 1px solid #494949;
    margin: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px; }
    .footer-top-area .business-box li:first-child {
      padding-top: 0;
      border: none; }
  .footer-top-area .business-box span {
    float: right;
    font-weight: bold; }

.footer-bottom-area {
  padding: 12px 0;
  text-align: center; }

@media screen and (max-width: 767px) {
  .portfolio-thumbnail img, .st-grid-media img {
    width: 100%; }

  .vc_cta3-actions .vc_btn3-container {
    margin: 22px 0 0; }

  .wpb_row .wpb_column {
    margin-bottom: 30px; }
    .wpb_row .wpb_column:last-child {
      margin-bottom: 0; } }
/* color 2 */
.header-transparent .footer-top-area .footer-top:before {
  background: url(images/pattern2.jpg) repeat center center; }

/*--------------------------------------------------------------
## VC custom
--------------------------------------------------------------*/
/* new vc 4.9 */
body .wpb_revslider_element {
  margin-bottom: 0; }
body .vc_col-has-fill > .vc_column-inner, body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.vc_row {
  z-index: 10; }

body .vc_message_box {
  border: none; }
body .vc_color-info.vc_message_box {
  color: #717b82;
  border-color: #d9edf6;
  background-color: #d9edf6; }
body .vc_color-warning.vc_message_box {
  color: #717b82;
  border-color: #fdf8e4;
  background-color: #fdf8e4; }
body .vc_color-success.vc_message_box {
  color: #717b82;
  border-color: #e0efd8;
  background-color: #e0efd8; }
body .vc_color-danger.vc_message_box {
  color: #717b82;
  border-color: #f2dedf;
  background-color: #f2dedf; }

/* readmore */
.st-readmore {
  padding-top: 13px;
  display: inline-block; }
  .st-readmore a {
    display: inline-block;
    background: url(images/arrow.png) no-repeat center right;
    padding-right: 22px; }

/* feature box */
.st-feature-box-layout1 .st-feature-box {
  padding-left: 96px;
  position: relative; }
  .st-feature-box-layout1 .st-feature-box .st-feature-box-icon {
    color: #114366;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .st-feature-box-layout1 .st-feature-box h3 {
    color: #072643;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-family: Karla;
    font-weight: normal; }

.st-feature-box-layout2.text-default .st-feature-box, .st-feature-box-layout2.text-left .st-feature-box {
  padding-left: 196px;
  position: relative; }
  .st-feature-box-layout2.text-default .st-feature-box .st-feature-box-icon, .st-feature-box-layout2.text-left .st-feature-box .st-feature-box-icon {
    color: #114366;
    display: block;
    position: absolute;
    width: 165px;
    height: 130px;
    line-height: 128px;
    border: 1px solid #e5e7ed;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .st-feature-box-layout2.text-default .st-feature-box .st-feature-box-icon img, .st-feature-box-layout2.text-left .st-feature-box .st-feature-box-icon img {
      vertical-align: middle;
      max-width: 55px; }
  .st-feature-box-layout2.text-default .st-feature-box h3, .st-feature-box-layout2.text-left .st-feature-box h3 {
    color: #072643;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
    font-family: Karla;
    font-weight: normal; }
  .st-feature-box-layout2.text-default .st-feature-box .st-readmore, .st-feature-box-layout2.text-left .st-feature-box .st-readmore {
    padding-top: 23px; }
.st-feature-box-layout2.text-right .st-feature-box {
  padding-right: 196px;
  position: relative; }
  .st-feature-box-layout2.text-right .st-feature-box .st-feature-box-icon {
    color: #114366;
    display: block;
    position: absolute;
    width: 165px;
    height: 130px;
    line-height: 128px;
    border: 1px solid #e5e7ed;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .st-feature-box-layout2.text-right .st-feature-box .st-feature-box-icon img {
      vertical-align: middle;
      max-width: 55px; }
  .st-feature-box-layout2.text-right .st-feature-box h3 {
    color: #072643;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
    font-family: Karla;
    font-weight: normal; }
  .st-feature-box-layout2.text-right .st-feature-box .st-readmore {
    padding-top: 23px; }

.st-feature-box-layout3 .st-feature-box .st-feature-box-icon {
  font-size: 28px;
  padding-bottom: 34px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .st-feature-box-layout3 .st-feature-box .st-feature-box-icon img {
    vertical-align: middle;
    max-width: 32px; }
.st-feature-box-layout3 .st-feature-box h3 {
  color: #114366;
  margin-bottom: 29px;
  font-size: 20px;
  line-height: 20px;
  font-family: Karla;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative; }
.st-feature-box-layout3 .st-feature-box .st-readmore {
  padding-top: 23px; }
.st-feature-box-layout3.text-default .st-feature-box h3:before, .st-feature-box-layout3.text-left .st-feature-box h3:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #114366;
  position: absolute;
  left: 0;
  bottom: 0; }
.st-feature-box-layout3.text-center .st-feature-box h3:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #114366;
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  bottom: 0; }
.st-feature-box-layout3.text-right .st-feature-box h3:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #114366;
  position: absolute;
  right: 0;
  bottom: 0; }

/* custom heading */
.st-heading-title {
  z-index: 5; }

.st-custom-heading-wraper {
  margin-bottom: 30px; }

.st-custom-heading-layout1 .st-heading-title {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px; }
  .st-custom-heading-layout1 .st-heading-title > span {
    display: inline-block;
    margin-bottom: 4px; }
.st-custom-heading-layout1 .heading-line {
  width: 26px;
  height: 1px;
  background: #114366;
  margin: 0; }
.st-custom-heading-layout1.text-center .heading-line {
  margin: 0 auto; }
.st-custom-heading-layout1.text-right .heading-line {
  float: right; }

/* custom heading layout2 */
.st-custom-heading-layout2.st-custom-heading-wraper {
  margin-bottom: 24px; }
.st-custom-heading-layout2 .st-heading-title {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px; }
  .st-custom-heading-layout2 .st-heading-title > span {
    display: block;
    margin-bottom: 11px; }
.st-custom-heading-layout2 .heading-line {
  width: 26px;
  height: 1px;
  background: #114366;
  margin: 0; }
.st-custom-heading-layout2.text-center .heading-line {
  margin: 0 auto; }
.st-custom-heading-layout2.text-right .heading-line {
  float: right; }

/* custom heading layout3 */
.st-custom-heading-layout3.st-custom-heading-wraper {
  margin-bottom: 24px; }
.st-custom-heading-layout3 .st-heading-title {
  position: relative;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 25px; }
  .st-custom-heading-layout3 .st-heading-title > span {
    display: inline-block;
    margin-bottom: 9px; }
.st-custom-heading-layout3 .heading-line {
  width: 26px;
  height: 1px;
  background: #114366;
  margin: 0; }
.st-custom-heading-layout3.text-center .heading-line {
  margin: 0 auto; }
.st-custom-heading-layout3.text-right .heading-line {
  float: right; }

/* custom heading layout4 */
.st-custom-heading-layout4 .st-heading-title {
  position: relative;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase; }
  .st-custom-heading-layout4 .st-heading-title > span {
    display: inline-block; }

/* carousel layout1 */
.st-carousel-layout1 .st-carousel-title, .st-carousel-pages .st-carousel-title {
  padding: 0;
  margin: 0;
  font-family: Karla;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px; }
  .st-carousel-layout1 .st-carousel-title a, .st-carousel-pages .st-carousel-title a {
    display: block;
    padding: 22px 29px 32px;
    position: relative;
    color: #072643; }
    .st-carousel-layout1 .st-carousel-title a:before, .st-carousel-pages .st-carousel-title a:before {
      content: " ";
      width: 16px;
      height: 7px;
      background: url(images/arrow.png);
      position: absolute;
      bottom: 20px;
      left: 29px; }
    .st-carousel-layout1 .st-carousel-title a:hover, .st-carousel-layout1 .st-carousel-title a:focus, .st-carousel-pages .st-carousel-title a:hover, .st-carousel-pages .st-carousel-title a:focus {
      color: #fff; }
      .st-carousel-layout1 .st-carousel-title a:hover:before, .st-carousel-layout1 .st-carousel-title a:focus:before, .st-carousel-pages .st-carousel-title a:hover:before, .st-carousel-pages .st-carousel-title a:focus:before {
        background: url(images/arrow_white.png); }
.st-carousel-layout1 .st-carousel-item, .st-carousel-pages .st-carousel-item {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .st-carousel-layout1 .st-carousel-item:hover a, .st-carousel-pages .st-carousel-item:hover a {
    color: #fff; }
    .st-carousel-layout1 .st-carousel-item:hover a:before, .st-carousel-pages .st-carousel-item:hover a:before {
      background: url(images/arrow_white.png); }
.st-carousel-layout1 .owl-nav, .st-carousel-pages .owl-nav {
  width: auto;
  position: absolute;
  right: 0;
  top: -64px; }
  .st-carousel-layout1 .owl-nav [class*="owl-"]:hover, .st-carousel-layout1 .owl-nav [class*="owl-"]:focus, .st-carousel-pages .owl-nav [class*="owl-"]:hover, .st-carousel-pages .owl-nav [class*="owl-"]:focus {
    color: #3c3c3c; }

/* carousel layout2 */
.st-carousel-layout2 .st-carousel-content-wrap {
  width: 52.4%;
  padding: 40px 0 30px; }
  .st-carousel-layout2 .st-carousel-content-wrap .st-carousel-content-inner {
    background: #fff;
    padding: 28px 28px 31px; }
.st-carousel-layout2 .st-carousel-image {
  width: 47.6%;
  position: relative; }
  .st-carousel-layout2 .st-carousel-image .date-time {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 69px;
    height: 69px;
    color: #fff;
    text-align: center; }
    .st-carousel-layout2 .st-carousel-image .date-time span {
      display: block;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 14px; }
      .st-carousel-layout2 .st-carousel-image .date-time span.date {
        padding-top: 18px; }
.st-carousel-layout2 .st-readmore {
  padding-top: 13px; }
.st-carousel-layout2 .st-carousel-title {
  font-family: Karla;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px; }
.st-carousel-layout2 .owl-nav {
  width: auto;
  position: absolute;
  right: 0;
  top: -64px; }
  .st-carousel-layout2 .owl-nav [class*="owl-"]:hover, .st-carousel-layout2 .owl-nav [class*="owl-"]:focus {
    color: #3c3c3c; }

.post-categories {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none; }
  .post-categories li {
    display: inline-block; }

/* carousel all layout1 */
.st-carousel-all-layout1 .owl-nav {
  width: auto;
  position: absolute;
  right: 0;
  top: -64px; }
.st-carousel-all-layout1 .vc_row {
  margin-bottom: 0; }
.st-carousel-all-layout1 .owl-dots {
  padding-top: 40px; }

/* st partner layout1 */
.st-partner-layout1 .st-partner-inner {
  padding: 15px;
  border: 1px solid #edeff5;
  text-align: center; }
  .st-partner-layout1 .st-partner-inner a {
    display: inline-block; }
  .st-partner-layout1 .st-partner-inner img {
    height: 85px;
    width: auto !important; }

/* team layout 1 */
.st-team-layout1 .st-team-meta {
  margin-top: 28px; }
  .st-team-layout1 .st-team-meta .st-team-name {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: Karla;
    line-height: 22px; }
  .st-team-layout1 .st-team-meta .st-team-position {
    color: #707b84;
    font-size: 16px; }
.st-team-layout1 .st-team-social {
  color: #848d94;
  padding-top: 10px; }
  .st-team-layout1 .st-team-social a {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px; }
    .st-team-layout1 .st-team-social a:first-child {
      padding-left: 0; }
.st-team-layout1 .st-team-desctiption {
  padding-top: 17px; }
.st-team-layout1 a {
  color: #848d94; }

/* team layout 2 */
.st-team-layout2 {
  text-align: center; }
  .st-team-layout2 .st-team-image img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 80%;
    max-width: 206px;
    margin: 0 auto; }
  .st-team-layout2 .st-team-meta {
    margin-top: 32px; }
    .st-team-layout2 .st-team-meta .st-team-name {
      margin-bottom: 0;
      font-weight: normal;
      font-size: 20px;
      font-family: Karla;
      line-height: 22px; }
    .st-team-layout2 .st-team-meta .st-team-position {
      color: #707b84; }
  .st-team-layout2 .st-team-social {
    color: #848d94;
    padding-top: 10px; }
    .st-team-layout2 .st-team-social a {
      display: inline-block;
      padding: 0 5px;
      font-size: 16px; }
      .st-team-layout2 .st-team-social a:first-child {
        padding-left: 0; }
  .st-team-layout2 .st-team-desctiption {
    padding-top: 20px; }
  .st-team-layout2 a {
    color: #848d94; }

/* grid */
.st-grid {
  position: relative;
  overflow: hidden; }
  .st-grid img {
    min-height: 185px; }

@media screen and (max-width: 705px) {
  .st-grid {
    width: 100%;
    margin: 0 !important; }

  .shuffle-item {
    padding: 0 !important;
    margin-bottom: 15px; } }
.shuffle_sizer {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.shuffle_sizer {
  height: 0; }

.st-grid-layout1 .st-grid-item-wrap {
  position: relative;
  overflow: hidden; }
  .st-grid-layout1 .st-grid-item-wrap .st-grid-title {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(123, 180, 33, 0.8);
    color: #fff;
    bottom: 0;
    left: 0;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
    position: absolute;
    z-index: 2; }
  .st-grid-layout1 .st-grid-item-wrap .st-grid-link {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(123, 180, 33, 0.8);
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    margin-top: -25px;
    text-align: center;
    top: 50%;
    left: -100px;
    width: 50px;
    z-index: 2;
    color: #fff; }
    .st-grid-layout1 .st-grid-item-wrap .st-grid-link:hover {
      background: #222; }
  .st-grid-layout1 .st-grid-item-wrap .gallery-popup {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(123, 180, 33, 0.8);
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    margin-top: -25px;
    top: 50%;
    right: -100px;
    width: 50px;
    z-index: 2;
    color: #fff; }
    .st-grid-layout1 .st-grid-item-wrap .gallery-popup:hover {
      background: #222; }
  .st-grid-layout1 .st-grid-item-wrap:hover .st-grid-link {
    left: 51%;
    top: 50%; }
  .st-grid-layout1 .st-grid-item-wrap:hover .gallery-popup {
    right: 51%;
    top: 50%; }

.st-grid-portfolio .st-grid-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 -15px; }
  .st-grid-portfolio .st-grid-filter li {
    padding: 0;
    float: left; }
    .st-grid-portfolio .st-grid-filter li a {
      position: relative;
      display: block;
      padding: 0 15px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }

/* counter */
.st-counter-layout1 .st-icon {
  position: relative;
  font-size: 56px;
  padding-right: 20px; }
.st-counter-layout1 .counter-fix {
  margin-top: 4px; }
  .st-counter-layout1 .counter-fix .counter {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold; }
  .st-counter-layout1 .counter-fix .st-counter-title {
    text-transform: uppercase; }

/* Call to action */
.call-to-action {
  padding: 31px 0; }
  .call-to-action .cta-heading {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px; }

@media screen and (max-width: 767px) {
  .call-to-action .call-to-action-button {
    text-align: center; }
  .call-to-action .call-to-action-text {
    margin-bottom: 15px;
    text-align: center; } }
.call-to-action-layout2 .call-to-action-text .cta-heading {
  font-family: Karla;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 4px; }

/* client */
.st-client-layout1 {
  text-align: center; }
  .st-client-layout1 i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 23px; }
  .st-client-layout1 .st-client-desctiption {
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
    max-width: 900px; }
  .st-client-layout1 .st-client-name-image {
    margin-top: 10px;
    position: relative; }
  .st-client-layout1 .st-client-image {
    width: 178px;
    margin: 0 auto; }
  .st-client-layout1 .st-client-meta {
    padding: 8px 0 26px;
    font-family: Raleway;
    font-size: 14px;
    color: #114366; }
    .st-client-layout1 .st-client-meta span {
      display: block; }
  .st-client-layout1 .st-client-name {
    font-weight: 700;
    text-transform: uppercase; }

/*client layout 2 */
.st-client-layout2 i {
  width: 68px;
  height: 61px;
  line-height: 64px;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px; }
.st-client-layout2 .st-client-desctiption {
  margin: 0 auto;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  max-width: 900px; }
.st-client-layout2 .st-client-name-image {
  margin-top: 50px;
  position: relative; }
.st-client-layout2 .st-client-image {
  width: 60px;
  margin-right: 25px; }
.st-client-layout2 .st-client-meta {
  padding: 5px 0;
  font-family: Raleway;
  font-size: 14px;
  color: #114366; }
  .st-client-layout2 .st-client-meta span {
    display: block;
    line-height: 1; }
.st-client-layout2 .st-client-name {
  font-weight: 700;
  text-transform: uppercase; }

/*client layout 3 */
.st-client-layout3 {
  margin-bottom: 80px; }
  .st-client-layout3:last-child {
    margin-bottom: 0; }
  .st-client-layout3 .st-client-desctiption {
    margin-top: -8px;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
    max-width: 900px; }
  .st-client-layout3 .st-client-name-image {
    float: left;
    width: 60px; }
    .st-client-layout3 .st-client-name-image .st-client-image {
      width: 60px;
      margin-top: -15px; }
  .st-client-layout3 .st-client-meta {
    padding: 4px 0;
    font-family: Raleway;
    font-size: 14px;
    color: #114366; }
    .st-client-layout3 .st-client-meta span {
      display: block;
      line-height: 1; }
  .st-client-layout3 .st-client-name {
    font-size: 18px; }
  .st-client-layout3 .st-client-position {
    color: #114366;
    line-height: 1; }
  .st-client-layout3 .st-client-right {
    padding-left: 100px; }

/* st news layout1 */
.st-news-layout1 {
  margin-bottom: 70px;
  min-height: 137px;
  position: relative; }
  .st-news-layout1:last-child {
    margin-bottom: 0; }
  .st-news-layout1 .st-news-icon {
    width: 162px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e5e7ed;
    padding: 27px 25px 17px 26px;
    overflow: hidden; }
    .st-news-layout1 .st-news-icon i {
      float: left;
      font-size: 30px;
      padding-right: 25px; }
    .st-news-layout1 .st-news-icon .news-date {
      float: left;
      margin-top: -3px; }
      .st-news-layout1 .st-news-icon .news-date span {
        display: block; }
        .st-news-layout1 .st-news-icon .news-date span.day {
          font-size: 36px;
          font-weight: bold;
          line-height: 36px;
          padding-top: 1px; }
        .st-news-layout1 .st-news-icon .news-date span.month {
          font-size: 30px;
          font-weight: bold;
          color: #072643;
          margin-left: -4px;
          padding-top: 2px; }
        .st-news-layout1 .st-news-icon .news-date span.year {
          font-size: 14px;
          color: #cfcfcf;
          margin-top: -3px;
          padding-left: 4px; }
  .st-news-layout1 .news-content {
    padding-left: 195px; }
    .st-news-layout1 .news-content h3 {
      font-family: Karla;
      font-size: 20px;
      line-height: 26px;
      font-weight: normal;
      margin-bottom: 10px; }

/* st news layout2 */
.st-news-layout2 {
  margin-bottom: 60px; }
  .st-news-layout2:last-child {
    margin-bottom: 0; }
  .st-news-layout2 h3 {
    font-family: Karla;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 0; }
  .st-news-layout2 .news-date {
    font-size: 14px;
    margin-bottom: 16px; }
  .st-news-layout2 .news-box-image {
    margin-bottom: 20px; }

.vc_general.vc_cta3.vc_cta3-style-custom {
  border: none !important; }

/* vc gallery */
body .flexslider {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none; }

body .theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

/* slider */
.tparrows.preview4 {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important; }

/* contact info */
.contact-info {
  color: #fff; }
  .contact-info .contact-phone, .contact-info .contact-email {
    padding: 30px; }
  .contact-info i {
    font-size: 36px;
    padding-right: 22px; }
  .contact-info .contact-title {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 1.2;
    padding-right: 30px; }
  .contact-info .contact-detail {
    font-size: 30px;
    letter-spacing: -0.25px;
    padding-top: 13px; }

@media screen and (min-width: 768px) {
  .contact-info .contact-phone {
    padding: 28px 55px 22px 40px;
    position: relative; }
    .contact-info .contact-phone:after {
      content: "";
      width: 1px;
      height: 24px;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      right: 0;
      bottom: 0; }
  .contact-info .contact-email {
    padding: 28px 40px 22px 55px; }
  .contact-info .contact-email {
    position: relative; }
    .contact-info .contact-email:after {
      content: "";
      width: 1px;
      height: 24px;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0; }
    .contact-info .contact-email:before {
      content: "OR";
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 50%;
      left: -22px;
      margin-top: -22px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; } }
/* tab */
body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0;
  border: 1px solid #e7e7e7;
  border-bottom: none !important;
  overflow: hidden; }
body .vc_tta-tab:before {
  display: none; }
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: none;
  border-color: #e7e7e7;
  border-top: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 35px 25px; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
  margin: 0; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    background: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-color: #e7e7e7;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: Karla;
    padding: 12px 30px;
    color: #4b4741; }
    body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
      background: none; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background: none;
    border-bottom: none; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child {
    position: relative; }
    body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child:after {
      content: "";
      position: absolute;
      left: 100%;
      bottom: 0;
      width: 1000px;
      height: 1px;
      background: #e7e7e7; }

/* accordion */
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  background: none;
  border-color: #e7e7e7; }
body .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body, body .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
  border-color: #e7e7e7;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #e7e7e7;
  background: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  border-color: #e7e7e7;
  background: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, body .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: Karla;
  padding: 17px 30px;
  line-height: 1.76;
  color: #4b4741; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i {
    right: 20px;
    left: auto; }
    body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i:before {
      color: inherit; }
body .vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 30px; }

/* pricing */
.st-pricing-layout1 .st-pricing-popular {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px; }
.st-pricing-layout1 .st-pricing-no-popular {
  height: 40px; }
.st-pricing-layout1 .st-pricing-inner {
  border: 1px solid #e5e7ed;
  padding: 40px 35px; }
  .st-pricing-layout1 .st-pricing-inner .st-pricing-title {
    text-transform: uppercase;
    color: #4b4741;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px; }
  .st-pricing-layout1 .st-pricing-inner .st-pricing {
    padding-bottom: 58px; }
  .st-pricing-layout1 .st-pricing-inner .st-pricing-price {
    font-weight: bold;
    font-size: 36px; }
  .st-pricing-layout1 .st-pricing-inner .st-pricing-date {
    font-weight: bold;
    font-size: 18px; }
  .st-pricing-layout1 .st-pricing-inner .st-pricing-button {
    padding-top: 60px; }
    .st-pricing-layout1 .st-pricing-inner .st-pricing-button .btn {
      text-transform: uppercase; }

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-navigation .portfolio-nav {
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0 15px; }

.st-portfolio .st-portfolio-media {
  margin-bottom: 30px; }
.st-portfolio .p-detail-wrap > div {
  margin-bottom: 5px; }
  .st-portfolio .p-detail-wrap > div:last-child {
    margin-bottom: 30px; }
.st-portfolio .p-detail-wrap strong {
  margin-right: 10px; }
.st-portfolio .p-gallery ul {
  margin: -5px;
  list-style: none; }
  .st-portfolio .p-gallery ul li {
    width: 25%;
    float: left;
    padding: 5px; }

/*--------------------------------------------------------------
## Woo
--------------------------------------------------------------*/
.woocommerce {
  /* detail page */
  /* table */ }
  .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 30px; }
  .woocommerce a.added_to_cart {
    padding: .5em .5em .3em; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px; }
  .woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #3c3c3c;
    padding: 3px 8px;
    margin: 0; }
  .woocommerce span.onsale {
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #3c3c3c;
    padding: 3px 8px;
    margin: 0; }
  .woocommerce ul.products li.product .price {
    color: #666666; }
    .woocommerce ul.products li.product .price del {
      display: inline-block; }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #666666; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .wc-proceed-to-checkout a:hover {
    background: #3c3c3c; }
  .woocommerce [itemprop='description'] {
    margin-bottom: 30px; }
  .woocommerce .product-type-simple .entry-summary {
    margin-top: 0; }
  .woocommerce .single_variation_wrap .single_variation {
    margin-bottom: 30px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #e5e7ed;
    background-color: #e5e7ed; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-color: #e5e7ed; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e5e7ed; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-color: #e5e7ed; }
  .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border-color: #e5e7ed; }
  .woocommerce div.product form.cart .button,
  .woocommerce ul.products li.product .button,
  .woocommerce .wc-proceed-to-checkout a.checkout-button {
    padding: 10px 15px;
    line-height: 17px;
    text-transform: uppercase; }
  .woocommerce table.shop_table,
  .woocommerce table.shop_table td {
    border-color: #e5e7ed; }
  .woocommerce ul.product_list_widget li {
    padding: 10px 0; }
  .woocommerce .cart_list.product_list_widget li {
    padding-bottom: 20px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-color: #e5e7ed; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-color: #e5e7ed; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 70px; }
  .hentry:last-child {
    margin: 0;
    border: none;
    padding-bottom: 0; }
  .hentry.sticky {
    padding: 30px;
    background-color: #FCFCFC; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.container-full .content-area {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: 0 auto; }

.content-area, .widget-area {
  padding-top: 100px;
  padding-bottom: 200px; }

.page-title-wrap {
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(images/bg_page_title.jpg);
  padding: 120px 0;
  background-size: cover;
  position: relative; }
  .page-title-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .page-title-wrap .page-title {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px; }
    .page-title-wrap .page-title span {
      position: relative;
      display: inline-block; }
      .page-title-wrap .page-title span:before {
        content: "";
        width: 30px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -10px;
        z-index: -1;
        background: #fff; }
  .page-title-wrap.text-center .page-title {
    color: #fff; }
    .page-title-wrap.text-center .page-title span:before {
      left: 50%;
      margin-left: -15px; }
  .page-title-wrap.text-right .page-title {
    color: #fff; }
    .page-title-wrap.text-right .page-title span:before {
      left: auto;
      right: 0; }
  .page-title-wrap .page-subtitle {
    z-index: 1;
    position: relative;
    color: #fff; }
  .page-title-wrap.parallax {
    background-size: cover; }

.single-portfolio .page-title span {
  max-width: 80%; }

/* blog post */
.content-area .post-image {
  margin-bottom: 42px;
  position: relative; }
  .content-area .post-image img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%; }
  .content-area .post-image .icon-post-type {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    width: 55px;
    height: 41px;
    font-size: 20px;
    line-height: 41px;
    text-align: center; }
.content-area ul {
  margin: 0;
  list-style: none;
  line-height: 36px; }
  .content-area ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 28px; }
  .content-area ul ul {
    padding-left: 20px; }
.content-area ol {
  line-height: 36px; }

.entry-header .entry-title, .entry-footer .entry-title {
  font-family: Karla;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 8px; }
.entry-header .entry-meta > span, .entry-footer .entry-meta > span {
  padding: 0 5px;
  text-transform: capitalize;
  color: #707b84; }
  .entry-header .entry-meta > span:before, .entry-footer .entry-meta > span:before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 13px;
    content: "|"; }
  .entry-header .entry-meta > span:first-child:before, .entry-footer .entry-meta > span:first-child:before {
    display: none; }
  .entry-header .entry-meta > span:first-child, .entry-footer .entry-meta > span:first-child {
    padding-left: 0; }
.entry-header .entry-meta .comments-link span, .entry-footer .entry-meta .comments-link span {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 5px;
  line-height: 1;
  color: #fff; }

.entry-footer {
  border-top: 1px solid #e5e7ed;
  border-bottom: 1px solid #e5e7ed;
  margin-top: 50px;
  padding: 10px 0; }
  .entry-footer a {
    color: #7c868e;
    font-size: 16px;
    display: inline-block;
    padding: 0 15px; }
  .entry-footer > span {
    display: inline-block;
    padding: 0 15px; }

.nav-links a, .nav-links span {
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #e5e7ed;
  text-align: center; }
  .nav-links a.next, .nav-links span.next {
    color: #fff; }
    .nav-links a.next:hover, .nav-links a.next:focus, .nav-links span.next:hover, .nav-links span.next:focus {
      background: #3a526a;
      border: 1px solid #3a526a; }

.more-link {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px; }

/* author */
.post-author {
  background: #f1f1f1;
  margin-bottom: 70px; }
  .post-author .author-avata {
    width: 20%; }
    .post-author .author-avata img {
      width: 100%; }
  .post-author .author-info {
    position: relative;
    padding: 30px 40px;
    width: 80%; }
  .post-author h5 {
    font-family: Karla;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 12px; }
  .post-author p {
    margin: 0; }

/* comment */
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Karla; }
.comments-area .comment-list {
  list-style: none;
  margin: 0; }
  .comments-area .comment-list .comment {
    border-bottom: 1px dashed #e5e7ed;
    position: relative; }
  .comments-area .comment-list .avatar-container {
    position: absolute;
    left: 0;
    top: 45px;
    width: 65px; }
    .comments-area .comment-list .avatar-container img {
      width: 100%; }
  .comments-area .comment-list .comment-content {
    padding-left: 96px; }
  .comments-area .comment-list li {
    padding: 45px 0; }
  .comments-area .comment-list ul {
    clear: both;
    margin-left: 10%; }
  .comments-area .comment-list .comment-content {
    position: relative; }
    .comments-area .comment-list .comment-content .comment-author {
      margin: 0;
      font-family: Karla;
      font-size: 17px;
      line-height: 22px;
      font-weight: normal; }
      .comments-area .comment-list .comment-content .comment-author a {
        display: block; }
      .comments-area .comment-list .comment-content .comment-author time {
        display: block;
        color: #698591;
        font-family: Karla;
        font-size: 14px; }
  .comments-area .comment-list .comment-text {
    clear: both;
    padding-top: 15px; }
.comments-area .comment-respond {
  margin: 100px 0 -226px;
  padding: 80px 0 240px;
  position: relative;
  background: #f1f1f1; }
  .comments-area .comment-respond:before {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit; }
  .comments-area .comment-respond:after {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: inherit; }

.post-image-inner .imgzoom {
  position: absolute;
  top: 50%;
  z-index: 999;
  color: #222;
  padding: 10px;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
  left: 50%; }
.post-image-inner .owl-nav {
  position: absolute;
  right: 0;
  top: 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
