/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote p {
  line-height: 1.5em;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-top: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
p:empty {
  display: none;
}
/*Useful classes*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.center {
  text-align: center;
}
.caret-right {
  border-top: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.nm {
  margin: 0 !important;
}
.np {
  padding: 0 !important;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* General Styles */
body {
  font: 13px/19px "Open Sans", Helvetica, Arial, sans-serif;
  color: #6a6767;
  overflow-x: hidden;
}
p,
ul,
ol,
figure.wp-caption {
  margin-bottom: 1.5em;
}
a,
p a,
span a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
a:hover,
p a:hover,
span a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #289dcc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", Arial, sans-serif;
  margin: 0.8em 0;
  text-shadow: 0 0 1px #fafafa;
  line-height: 1.5em;
}
h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0.8em 0;
}
hr {
  margin: 17px 0 18px;
  height: 0;
  clear: both;
  border: solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
h2 {
  font-size: 20px;
  font-weight: 300;
}
h3 {
  font-size: 18px;
  font-weight: 300;
}
h4 {
  font-size: 16px;
  font-weight: 300;
}
h5 {
  font-size: 15px;
  font-weight: 300;
}
h6 {
  font-size: 14px;
  font-weight: 300;
}
p:empty {
  margin: 0;
}
img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#boxed-layout {
  -webkit-box-shadow: 0px 6px 8px 0px #000000;
  box-shadow: 0px 6px 8px 0px #000000;
  margin: 0 auto;
}
.infinite-row {
  padding: 30px 0;
}
.infinite-row.slider-row {
  padding: 0;
}
.infinite-row.post-list .post-normal {
  margin-bottom: 30px;
}
.infinite-row .infinite-row:first-child {
  padding-top: 10px;
}
.col-md-9 .infinite-row {
  width: 100% !important;
}
.main-header .infinite-row {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header .infinite-row:last-child {
  border-bottom: none;
}
.post-content .infinite-row:last-child {
  padding-bottom: 0;
}
.infinite-row#main {
  padding-bottom: 30px !important;
}
#main .infinite-row.np:first-child {
  padding-top: 30px !important;
}
#main .infinite-row.np:last-child {
  padding-bottom: 30px !important;
}
#main textarea,
#main select,
#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"] {
  max-width: 340px;
  border-radius: 0;
  border: 1px solid #e5e1e1;
  padding: 5px;
  margin: 4px 0;
  width: 100%;
  color: #9e8f8f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
#main textarea:focus,
#main select:focus,
#main input[type="text"]:focus,
#main input[type="password"]:focus,
#main input[type="datetime"]:focus,
#main input[type="datetime-local"]:focus,
#main input[type="date"]:focus,
#main input[type="month"]:focus,
#main input[type="time"]:focus,
#main input[type="week"]:focus,
#main input[type="number"]:focus,
#main input[type="email"]:focus,
#main input[type="url"]:focus,
#main input[type="search"]:focus,
#main input[type="tel"]:focus,
#main input[type="color"]:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
#main textarea {
  height: 10em;
  margin-top: 0;
}
#main label {
  font-weight: bold;
}
/* HEADER */
.secondary-header {
  height: 38px;
  background: #f8f8f8;
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #e5e1e1;
  border-top: 4px solid #27ae5f;
}
.secondary-header.version3,
.secondary-header.version4 {
  background: #26ade5;
  border-top: none;
  /*border-bottom: none;*/
  color: #fff;
}
.secondary-header.version3 .social-icon-container .social-icon:hover,
.secondary-header.version4 .social-icon-container .social-icon:hover {
  color: #fff;
}
.secondary-header .social-icon-container {
  text-align: right;
}
.secondary-header .social-icon-container ul {
  float: none;
}
.secondary-header .callout-text {
  line-height: 38px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.secondary-header .social-icon-container .social-icon {
  font-size: 16px;
  color: #fff;
  margin: 3px 0 0 0;
  color: #808080;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.secondary-header.version4 .social-icon-container {
  text-align: left;
}
.main-header {
  z-index: 10000;
}
.main-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.fixed-header .main-header {
  /*position: fixed;*/
  /*width: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
}
.fixed-header .main-header {
  background-color: #fff;
}
.fixed-header .fixed-header-fix {
  height: 67px;
}
.dark.fixed-header .main-header,
.dark.main-header,
.dark.scrolled.main-header {
  background-color: #29292a;
  border-bottom: 1px solid #4e4e4f;
}
.dark {
  color: #a3a2a2;
}
.dark .fixed-header .main-header,
.dark .main-header,
.dark .scrolled.main-header {
  background-color: #29292a;
  border-bottom: 1px solid #4e4e4f;
}
.dark .secondary-header {
  border-color: #4e4e4f;
}
.dark .main-menu .nav .dropdown-menu,
.dark #menu-item-search .dropdown-menu,
.dark .cart-menu .cart-menu-dropdown {
  background-color: #404041;
  border: 1px solid #2f2f2f;
}
.dark .main-menu .nav .dropdown-menu li a,
.dark #menu-item-search .dropdown-menu li a,
.dark .cart-menu .cart-menu-dropdown li a {
  color: #e5e5e5;
}
.dark #menu-item-search .dropdown-menu {
  border-top-color: #2f2f2f !important;
}
.dark #menu-item-search form .arrow-up:before,
.dark .cart-menu-dropdown .arrow-up:before,
.dark #menu-item-search form .arrow-up:after,
.dark .cart-menu-dropdown .arrow-up:after {
  border-bottom-color: #404041 !important;
}
.dark .main-menu ul > li ul li {
  border-bottom-color: #2f2f2f;
}
.dark .main-menu .nav .dropdown-menu li a:hover,
.dark .main-menu .nav .dropdown-menu li a:focus,
.dark .main-menu .nav .dropdown-menu li.current-menu-item a,
.dark .main-menu .nav .dropdown-menu li.current-menu-ancestor > a {
  background-color: #303031;
  color: #fff;
}
.dark #title-container {
  border-bottom-color: #4e4e4f;
  background-color: #393939;
}
.dark #title-container h3 {
  color: #e5e5e5;
}
.dark #main {
  background-color: #29292a;
}
.dark a,
.dark p a,
.dark span a,
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark #related-posts .slides li .related-post-title,
.dark .portfolio-grid-alt-content h5,
.dark .pricing-table .price-item:hover h2,
.dark .pricing-table .price-item.featured h2,
.dark .normal .nav-tabs,
.dark .normal .nav-tabs > li.active {
  text-shadow: none;
  color: #e5e5e5;
}
.dark a.button:hover {
  color: #fff !important;
}
.dark a.tag {
  background: #6a6a6a;
}
.dark a.tag:hover {
  color: #fff;
}
.dark .alert a {
  color: #1a1a1a;
}
.dark .action-icon.normal {
  background-color: #29292a;
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.dark .action-icon.normal:hover {
  background-color: #e5e5e5 !important;
}
.dark .action-icon.normal:after {
  background-color: #e5e5e5 !important;
}
.dark .action,
.dark .post-content blockquote {
  background-color: #424243;
  -webkit-box-shadow: 0 8px 6px -5px rgba(83, 83, 84, 0.5);
  box-shadow: 0 8px 6px -5px rgba(83, 83, 84, 0.5);
}
.dark .tab-container {
  border-color: #343435;
}
.dark .tab-content {
  background-color: #424243;
}
.dark .panel.alt .panel-heading,
.dark .alt .nav-tabs,
.dark .tabs-left.alt .nav-tabs,
.dark .normal .nav-tabs {
  background: #343435;
  border-top: none;
  border-bottom: 1px solid #242425;
}
.dark .panel,
.dark .alt .nav-tabs li.active a,
.dark .tabs-left.alt .nav-tabs li.active a,
.dark .alt .nav-tabs li a:hover,
.dark .tabs-left.alt .nav-tabs li a:hover {
  background: #424243;
  color: #999898;
}
.dark .tabs-left.normal .nav-tabs > li,
.dark .normal .nav-tabs > li {
  border-color: #242425;
}
.dark .alt .nav-tabs li,
.dark .tabs-left.alt .nav-tabs li,
.dark .tabs-left.normal .nav-tabs > li,
.dark .normal .nav-tabs > li {
  border-left-color: #242425;
  box-shadow: 1px 0 0 0 #242425;
}
.dark .alt.panel-default {
  border-color: #242425;
}
.dark .alt.panel-default .panel-heading {
  border: none;
  line-height: 2em;
}
.dark .alt.panel-default .panel-heading a:hover {
  color: #999898;
}
.dark .alt.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #242425;
}
.dark .tabs-left.alt .nav-tabs,
.dark .tabs-left .nav-tabs {
  border-right-color: #242425;
}
.dark .tabs-left.alt .nav-tabs li,
.dark .tabs-left .nav-tabs li {
  border-bottom-color: #242425;
  box-shadow: none;
}
.dark .progress {
  background: #5d5d5d;
}
.dark .popover {
  background: #424243;
  border-color: #242425;
}
.dark .popover.top > .arrow {
  bottom: -10px;
}
.dark .popover.top > .arrow:after {
  border-top-color: #424243;
}
.dark .testimonial .popover {
  border: none;
}
.dark .testimonial .popover .popover-content {
  border-color: #242425;
}
.dark .post-grid,
.dark .recent-post {
  background-color: #373738;
  border-color: #4b4b4c;
}
.dark #woocommerce-container .products li .cart-actions,
.dark div.woocommerce .products li .cart-actions,
.dark .post-grid.post-grid-full .content-wrapper,
.dark .post-grid.post-grid-third .content-wrapper {
  border-color: #4b4b4c !important;
}
.dark #comments li,
.dark #woocommerce-container .commentlist {
  border-color: #5d5d5d;
}
.dark .product-sorting .currently-selected,
.dark .product-sorting .sort-param > li,
.dark .product-sorting .sort-param ul,
.dark .product-sorting .sort-param ul li {
  background-color: #424243;
  border-color: #242425;
}
.dark .product-sorting .sort-param ul li a {
  color: #e5e5e5;
}
.dark .product-sorting .sort-param ul li a:hover,
.dark .product-sorting .sort-param ul li a.current-param {
  background-color: #6e6e6f;
  color: #fff;
}
.dark .pp_woocommerce p.stars a,
.dark #review_form p.stars a {
  color: #a3a2a2;
  background: rgba(0, 0, 0, 0.25);
}
.dark .pp_woocommerce p.stars a.active,
.dark #review_form p.stars a.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark .tp-grid li {
  border-color: #5d5d5d;
}
.dark .tp-info,
.dark .tp-title {
  background: rgba(60, 60, 60, 0.8);
  color: #fff;
}
.dark .tp-title span:nth-child(2) {
  background-color: #29292a;
}
.dark .flexslider {
  background: transparent;
}
.dark .flexslider .flex-control-paging li a {
  background-color: #6d6d6d;
}
.dark .flexslider .flex-control-paging li a.flex-active {
  background-color: #b7b6b6;
}
.dark .pagination > li > a,
.dark .pagination > li > span {
  background-color: #4b4b4c;
  border-color: #373738;
  color: #999898;
}
.dark .pagination > .active > a,
.dark .pagination > .active > span,
.dark .pagination > .active > a:hover,
.dark .pagination > .active > span:hover,
.dark .pagination > .active > a:focus,
.dark .pagination > .active > span:focus,
.dark .pagination > li > a:hover {
  background-color: #626262;
  color: #b7b6b6;
}
.dark .pagination.post-pagination {
  border-color: #4b4b4c;
}
.dark .pagination.post-pagination a {
  color: #b7b6b6;
}
.dark #comments #reply-title,
.dark h2.section-head {
  border-color: #4b4b4c;
}
.dark .post-image a .fa-search {
  color: rgba(41, 41, 42, 0.7) !important;
}
.dark .post .post-meta,
.dark .post-half .post-meta,
.dark article.page .post-meta,
.dark article.post-normal .post-meta,
.dark .post-date {
  color: #a3a2a2;
}
.dark .cbp_tmtimeline:before {
  background-color: #4b4b4c;
}
.dark .cbp_tmtimeline > li .cbp_tmlabel {
  background-color: #373738;
  border-color: #4b4b4c;
  color: #a3a2a2;
}
.dark .cbp_tmtimeline > li .cbp_tmlabel:before {
  border-right-color: #4b4b4c;
}
.dark .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #373738;
}
.dark .cbp_tmtimeline > li .cbp_tmlabel h2 {
  border-color: #4b4b4c;
}
.dark .cbp_tmtimeline > li .cbp_tmtime,
.dark .cbp_tmtimeline > li .cbp_author,
.dark .cbp_tmtimeline > li .cbp_comments {
  color: #a3a2a2;
  background-color: #373738;
  -webkit-box-shadow: 0 0 0 8px #4b4b4c;
  box-shadow: 0 0 0 8px #4b4b4c;
}
.dark .back {
  background: #5d5d5d;
}
.dark .back:hover {
  background-color: #818181;
}
.dark .portfolio-grid-alt-bg,
.dark .pricing-table .price-item,
.dark .pricing-table .price h2,
.dark .pricing-table ul li,
.dark .data-table table,
.dark .data-table table tr td {
  border-color: #4b4b4c;
}
.dark #woocommerce-container .products li .cart-actions,
.dark .cart-menu .cart-menu-dropdown .total,
.dark .cart-menu .cart-menu-dropdown .buttons,
.dark #woocommerce-container .shopping-cart-table tr th,
.dark .main-sidebar .woocommerce .product_list_widget li {
  border-color: #5d5d5d;
}
.dark #menu-item-search form input,
.dark #comments .post-comments-form input[type=text],
.dark #comments #post-comments-form input[type=text],
.dark #comments .post-comments-form textarea,
.dark #comments #post-comments-form textarea,
.dark #main textarea,
.dark #main select,
.dark #main input[type="text"],
.dark #main input[type="password"],
.dark #main input[type="datetime"],
.dark #main input[type="datetime-local"],
.dark #main input[type="date"],
.dark #main input[type="month"],
.dark #main input[type="time"],
.dark #main input[type="week"],
.dark #main input[type="number"],
.dark #main input[type="email"],
.dark #main input[type="url"],
.dark #main input[type="search"],
.dark #main input[type="tel"],
.dark #main input[type="color"],
.dark #woocommerce-container .coupon #coupon_code,
.dark .form-row .chzn-container-single .chzn-search input,
.dark .pp_woocommerce #comment,
.dark .pp_woocommerce #author,
.dark .pp_woocommerce #email,
.dark .shipping-calculator-form .input-text,
.dark .shipping-calculator-form .country_to_state,
.dark .shipping-calculator-form select,
.dark .variations_form select,
.dark #woocommerce-container textarea,
.dark #woocommerce-container input[type="text"],
.dark #woocommerce-container input[type="password"],
.dark #woocommerce-container input[type="datetime"],
.dark #woocommerce-container input[type="datetime-local"],
.dark #woocommerce-container input[type="date"],
.dark #woocommerce-container input[type="month"],
.dark #woocommerce-container input[type="time"],
.dark #woocommerce-container input[type="week"],
.dark #woocommerce-container input[type="number"],
.dark #woocommerce-container input[type="email"],
.dark #woocommerce-container input[type="url"],
.dark #woocommerce-container input[type="search"],
.dark #woocommerce-container input[type="tel"],
.dark #woocommerce-container input[type="color"],
.dark .pp_woocommerce #comment,
.dark #review_form #comment,
.dark .chosen-container-active.chosen-with-drop .chosen-single,
.dark .chosen-container-single .chosen-single,
.dark .chosen-container .chosen-drop {
  border-color: #4b4b4c;
  background-color: #6e6e6f;
  background: #6e6e6f;
  color: #d8d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dark #comments .post-comments-form input[type=text]:focus,
.dark #comments #post-comments-form input[type=text]:focus,
.dark #comments .post-comments-form textarea:focus,
.dark #comments #post-comments-form textarea:focus,
.dark #woocommerce-container .woocomerce-product input.qty:hover,
.dark #woocommerce-container .woocomerce-product input.qty:focus,
.dark #woocommerce-container .shopping-cart-table input.qty:hover,
.dark #woocommerce-container .shopping-cart-table input.qty:focus,
.dark .pp_woocommerce #comment,
.dark #review_form #comment,
.dark #comments .post-comments-form input[type=text]:focus,
.dark #comments #post-comments-form input[type=text]:focus,
.dark #comments .post-comments-form textarea:focus,
.dark #comments #post-comments-form textarea:focus,
.dark #bbpress-forums select:focus,
.dark #bbpress-forums input[type=text]:focus,
.dark #bbpress-forums textarea:focus,
.dark #woocommerce-container .coupon #coupon_code:focus,
.dark .woocommerce .checkout .input-text:focus,
.dark .woocommerce .checkout .chzn-container-active .chzn-single-with-drop:focus,
.dark .woocommerce .checkout .chzn-container-single .chzn-single:focus,
.dark .woocommerce .checkout .form-row .chzn-container-single .chzn-search input:focus,
.dark .pp_woocommerce #comment:focus,
.dark .pp_woocommerce #author:focus,
.dark .pp_woocommerce #email:focus,
.dark .shipping-calculator-form .input-text:focus,
.dark .shipping-calculator-form .country_to_state:focus,
.dark .shipping-calculator-form select:focus,
.dark .variations_form select:focus,
.dark #woocommerce-container textarea:focus,
.dark #woocommerce-container input[type="text"]:focus,
.dark #woocommerce-container input[type="password"]:focus,
.dark #woocommerce-container input[type="datetime"]:focus,
.dark #woocommerce-container input[type="datetime-local"]:focus,
.dark #woocommerce-container input[type="date"]:focus,
.dark #woocommerce-container input[type="month"]:focus,
.dark #woocommerce-container input[type="time"]:focus,
.dark #woocommerce-container input[type="week"]:focus,
.dark #woocommerce-container input[type="number"]:focus,
.dark #woocommerce-container input[type="email"]:focus,
.dark #woocommerce-container input[type="url"]:focus,
.dark #woocommerce-container input[type="search"]:focus,
.dark #woocommerce-container input[type="tel"]:focus,
.dark #woocommerce-container input[type="color"]:focus {
  color: #d8d7d7;
  border-color: #4b4b4c;
  background-color: #6e6e6f;
  background: #6e6e6f;
}
.dark .woocommerce .checkout .shop_table thead th {
  background-color: #3c3c3c;
}
.dark .main-sidebar .search .fa-search {
  color: #bebdbd;
}
.dark .main-sidebar .search .fa-search:hover {
  color: #d1d0d0;
}
.dark .main-sidebar .widget_categories li,
.dark .main-sidebar .widget_archive li,
.dark .main-sidebar .widget_pages li,
.dark .main-sidebar .widget_nav_menu li,
.dark .main-sidebar .widget_meta li,
.dark .main-sidebar .widget_recent_comments li,
.dark .main-sidebar .widget_rss li,
.dark .main-sidebar .widget_recent_entries li {
  border-color: #4b4b4c;
}
.dark #woocommerce-container .woocomerce-product .woocommerce-main-image img,
.dark #woocommerce-container .woocomerce-product input.qty,
.dark #woocommerce-container .woocomerce-product input.plus,
.dark #woocommerce-container .woocomerce-product input.minus,
.dark #woocommerce-container .shopping-cart-table input.qty,
.dark #woocommerce-container .shipping .cart_totals table tr td,
.dark #woocommerce-container .shipping .cart_totals table tr th,
.dark .woocommerce .checkout .shop_table tr td,
.dark .woocommerce .checkout .shop_table tr th,
.dark .woocommerce .checkout #payment ul,
.dark .pp_woocommerce #comment,
.dark .pp_woocommerce #author,
.dark .pp_woocommerce #email,
.dark .cart-menu .cart-menu-dropdown li,
.dark #woocommerce-container .shopping-cart-table tr td,
.dark #woocommerce-container .shopping-cart-table tr th,
.dark #woocommerce-container .shipping,
.dark .woocommerce .checkout #payment ul li,
.dark .main-sidebar .woocommerce .cart_list,
.dark .main-sidebar .woocommerce p.total,
.dark .main-sidebar .woocommerce p.buttons {
  border-color: #4b4b4c;
}
.dark #woocommerce-container .woocomerce-product input.plus,
.dark #woocommerce-container .woocomerce-product input.minus,
.dark #woocommerce-container .shopping-cart-table input.plus,
.dark #woocommerce-container .shopping-cart-table input.minus {
  background-color: #373738;
  border-color: #4b4b4c;
  color: #a3a2a2;
  font-size: 18px;
}
.dark .main-footer {
  border-color: #3e3e3f;
}
/* MENU */
.main-menu {
  float: none;
  text-align: center;
  margin-bottom: -3px;
}
.main-menu ul > li ul {
  border: 1px solid #e5e5e5;
}
.main-menu .nav {
  float: right;
  height: 66px;
  line-height: 66px;
}
.main-menu .nav .sub-arrow {
  margin-top: 3px !important;
  margin-right: 8px;
}
.main-menu .nav .open > a,
.main-menu .nav .open > a:hover,
.main-menu .nav .open > a:focus {
  background-color: transparent;
}
.main-menu .nav .current-menu-item > a,
.main-menu .nav .current-menu-ancestor > a,
.main-menu .nav .current-menu-parent > a {
  margin-top: -4px;
}
.main-menu .nav #menu-item-search a,
.main-menu .nav .cart-menu-first.cart-menu {
  padding: 0 15px;
}
.main-menu .nav > li {
  line-height: inherit;
  border-top: 3px solid transparent;
}
.main-menu .nav > li > a {
  font-size: 14px;
  line-height: inherit;
  padding: 0 7.5px;
  margin-top: -4px;
}
.main-menu .nav > li > a:hover,
.main-menu .nav > li > a:focus {
  background-color: transparent;
}
.main-menu .nav .dropdown-menu {
  padding: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.main-menu .nav .dropdown-menu li a {
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 25px;
  font-size: 13px;
}
.main-menu .nav .dropdown-menu li a:hover,
.main-menu .nav .dropdown-menu li a:focus,
.main-menu .nav .dropdown-menu li.current-menu-item a,
.main-menu .nav .dropdown-menu li.current-menu-ancestor > a {
  background: #fff;
  background-image: none;
  border-top: none !important;
}
.main-menu .nav .dropdown-menu .sub-arrow {
  margin-top: 13px !important;
}
.main-menu .nav .dropdown-menu .dropdown-menu {
  top: 0 !important;
  margin-top: -3px !important;
}
.main-menu .navbar-toggle {
  float: none;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  position: relative;
  margin: 0;
  border-radius: 0;
}
.main-menu .navbar-toggle .fa {
  font-size: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.main-menu .cart-menu-dropdown {
  line-height: 1.5em !important;
}
.main-menu .cart-menu-dropdown ul {
  border: none !important;
}
.main-header.mobile .logo-container,
.main-header.mobile .menu-container {
  float: none !important;
  margin-bottom: 20px;
  width: 100%;
}
.main-header.mobile .logo-container .logo,
.main-header.mobile .menu-container .logo {
  text-align: center;
}
.main-header.mobile .menu-container {
  margin-bottom: 40px;
}
.main-header.mobile .main-menu .nav .current-menu-item > a,
.main-header.mobile .main-menu .nav .current-menu-ancestor > a,
.main-header.mobile .main-menu .nav .current-menu-parent > a {
  margin-top: 0;
}
.main-header.mobile .main-menu .nav {
  height: auto !important;
  line-height: 1.5em !important;
  margin: 7.5px -15px 0;
  text-align: left;
  display: block;
  float: none !important;
}
.main-header.mobile .main-menu .nav #menu-item-search,
.main-header.mobile .main-menu .nav .cart-menu-first.cart-menu {
  display: none;
}
.main-header.mobile .main-menu .nav li,
.main-header.mobile .main-menu .nav .current-menu-item,
.main-header.mobile .main-menu .nav .current-menu-ancestor,
.main-header.mobile .main-menu .nav .current-menu-parent,
.main-header.mobile .main-menu .nav > li:hover,
.main-header.mobile .main-menu .nav > li:focus {
  border-top: none !important;
}
.main-header.mobile .main-menu .nav a {
  padding: 10px !important;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.main-header.mobile .main-menu .nav li {
  text-align: left;
  float: none;
}
.main-header.mobile .main-menu .nav li:hover a {
  border-color: #e5e5e5 !important;
}
.main-header.mobile .main-menu .nav .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  position: static;
  border: none !important;
  float: none;
}
.main-header.mobile .main-menu .nav .dropdown-menu > li {
  border: none;
}
.main-header.mobile .main-menu .nav .dropdown-menu > li a {
  padding-left: 25px !important;
  height: auto;
  line-height: 1.5em;
}
.main-header.mobile .main-menu .nav .dropdown-menu > li a:hover,
.main-header.mobile .main-menu .nav .dropdown-menu > li a:focus {
  background: #f5f5f5;
}
.main-header.mobile .main-menu .nav .dropdown-menu > li a:before {
  content: '- ';
}
.main-header.mobile .main-menu .nav .dropdown-menu .sub-arrow {
  margin-top: 5px !important;
}
.main-header.mobile .main-menu .nav .dropdown-menu .dropdown-menu > li > a {
  padding-left: 35px !important;
}
.main-header.mobile .main-menu .nav .dropdown-menu .dropdown-menu > li > a:before {
  content: '-- ';
}
.main-header.mobile .main-menu .navbar-toggle {
  display: block !important;
}
.main-header.mobile .main-menu .navbar-collapse.collapse {
  border: 1px solid #e5e5e5;
  border-top: none;
  display: none !important;
  overflow-y: hidden !important;
}
.main-header.mobile .main-menu .navbar-collapse.collapse > ul {
  display: block !important;
}
.main-header.mobile .main-menu .navbar-collapse.collapse.in {
  display: block !important;
  overflow-y: visible !important;
}
.top-menu {
  height: 38px;
  float: right;
}
.top-menu ul {
  margin-bottom: 0;
}
.top-menu ul > li {
  position: relative;
}
.top-menu ul > li a {
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  border-right: 1px solid #fff;
}
.top-menu ul > li:first-child a {
  border-left: 1px solid #fff;
}
.top-menu .dropdown-menu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-menu .dropdown-menu li {
  display: block;
  float: none;
}
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus,
.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
  background: transparent;
}
.top-menu ul > li ul {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
}
.top-menu ul > li ul li {
  float: none;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.top-menu ul > li ul li a {
  color: #333333;
  line-height: 30px;
  border: none!important;
}
.top-menu ul > li ul li a:hover {
  background-color: #f5f5f5;
  background-image: none;
}
.top-menu .cart-menu-second {
  background: #f8f8f8;
}
.top-menu .cart-menu-second .cart-menu-link {
  font-size: 12px;
  color: #333333;
}
.top-menu .cart-menu-second .cart-menu-link .fa-shopping-cart {
  margin-right: 5px;
}
.top-menu .cart-menu-second .cart-menu-link .fa-angle-down {
  margin-left: 5px;
}
.top-menu .cart-menu-second.cart-menu .cart-menu-dropdown {
  right: 0;
  top: 45px;
  box-shadow: none;
  width: 200px;
  color: #333;
}
.top-menu .cart-menu-second.cart-menu .cart-menu-dropdown .cart_list {
  border: none;
}
.top-menu .cart-menu-second.cart-menu .cart-menu-dropdown a {
  border: none;
  color: #333;
  line-height: 1.5em;
  padding: 0;
}
.top-menu .cart-menu-second.cart-menu .cart-menu-dropdown .cart_list a {
  width: auto;
  display: block;
  line-height: 1.5em;
}
.top-menu .cart-menu-second.cart-menu .cart-menu-dropdown .cart_list a:hover {
  background: #fff;
}
.fixed-header .main-header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
}
#boxed-layout.fixed-header .main-header.scrolled {
  width: auto;
}
#sticky-header {
  display: none;
}
#sticky-header.mobile {
  display: none !important;
}
#sticky-header .main-menu .nav {
  height: 40px;
  line-height: 40px;
}
#sticky-header .main-menu .nav .dropdown-menu li a {
  font-size: 12px;
}
.scrolled .infinite-row {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.scrolled .main-menu {
  height: 40px;
}
.scrolled .main-menu ul > li a {
  font-size: 12px;
  line-height: 36px;
  height: 40px;
  padding: 0 1em;
}
.scrolled .main-menu ul > li ul {
  top: 38px;
}
.scrolled .main-menu ul > li ul li > ul {
  top: -3px;
}
.scrolled .main-menu ul > li ul li a {
  height: 28px;
  line-height: 28px;
}
.scrolled .col-md-3 h1.logo img {
  height: 40px;
}
#menu-item-search .dropdown-menu {
  right: 1px !important;
  left: auto !important;
  border-top: 1px solid #e5e5e5 !important;
  padding: 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu-item-search .dropdown-menu li {
  border-bottom: none !important;
}
#menu-item-search .sub-arrow {
  display: none !important;
}
#menu-item-search form {
  line-height: 1em;
}
#menu-item-search form .arrow-up:after {
  right: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  top: -20px;
}
#menu-item-search form .arrow-up:before {
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #e5e5e5;
  border-width: 11px;
  top: -23px;
}
#menu-item-search form input {
  border-radius: 0;
  width: 250px;
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9f9f9;
  margin-bottom: 0;
  line-height: 1.5em;
}
#menu-item-search form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#menu-item-search .fa-search {
  font-size: 16px;
}
.scrolled #menu-item-search .fa-search {
  font-size: 14px;
}
#menu-item-search a {
  border-color: transparent;
}
#menu-item-search a:hover {
  border-color: transparent;
}
#menu-item-search a.active-icon {
  background: #289dcc;
  color: #fff;
}
.scrolled #menu-item-search form {
  top: 44px;
  right: -7px;
}
.scrolled #menu-item-search a {
  /*margin-top: 4px;*/
}
.scrolled.main-header .infinite-row {
  background-color: rgba(255, 255, 255, 0.95);
}
.col-md-3 h1.logo {
  margin: 0;
  text-align: left;
  transition: all 0.2s ease;
}
.col-md-12.logo-container h1.logo {
  text-align: center;
}
.col-md-12.menu-container > .main-menu > div {
  text-align: center;
}
.col-md-12.menu-container > .main-menu > div > ul {
  display: inline-block;
  text-align: left;
  float: none !important;
}
#title-container {
  background: #f9f8f8;
  /*background-position: center center;*/
  /*background-size: cover;*/
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
#title-container h3 {
  margin: 0;
  color: #333333;
}
#title-container ul {
  float: right;
  margin: 0;
}
#title-container ul li {
  float: left;
  margin-right: 5px;
  font-size: 11px;
}
#title-container ul li:after {
  content: '/';
}
#title-container ul li:last-child:after {
  content: none;
}
#title-container ul li a {
  padding-right: 5px;
  font-size: 11px;
}
#main {
  background-color: #fff;
}
.slider {
  margin: 0 auto 2em auto;
}
.action,
.post-content blockquote {
  background-color: #f8f7f7;
  padding: 2em;
  margin-bottom: 3em;
  -webkit-box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
  border-left: 2px solid #289dcc;
}
.action p,
.post-content blockquote p {
  margin: 1em 0 0;
  font-size: 1em;
}
.action {
  margin-left: 1em;
  margin-right: 1em;
}
.action-icon,
a .action-icon {
  text-align: center;
  display: inline-block;
  background: #f8f7f7;
  border-radius: 100px;
  font-size: 1em;
  width: 21px;
  height: 21px;
  line-height: 21px;
  position: relative;
  color: #fff;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a .action-icon:hover {
  cursor: pointer;
}
.action-icon.normal {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
  color: #289dcc;
  border: 3px solid #289dcc;
  background: #fff;
  z-index: 1;
}
.action-icon.normal:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #289dcc;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.action-icon.normal:hover {
  color: #fff;
  background: #289dcc;
}
.action-icon.normal:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.action-icon.fa-2x {
  font-size: 2em;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
}
.action-icon.fa-3x {
  font-size: 3em;
  width: 63px;
  height: 63px;
  line-height: 63px;
  display: inline-block;
}
.action-icon.fa-4x {
  font-size: 4em;
  width: 84px;
  height: 84px;
  line-height: 84px;
  display: inline-block;
}
.action-icon.fa-5x {
  font-size: 5em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  display: inline-block;
}
.action-icon.fa-6x {
  font-size: 6em;
  width: 126px;
  height: 126px;
  line-height: 126px;
  display: inline-block;
}
.action-icon-container {
  text-align: center;
  margin: 5px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.post-preview h1 {
  text-align: left;
}
.main-footer {
  background-color: #242424;
  padding: 1em 0;
}
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  text-shadow: none;
}
.copyright {
  background-color: #181819;
  padding: 0 !important;
}
.copyright .col-md-6 p {
  margin-bottom: 0;
  line-height: 44px;
  font-size: 12px;
  color: #777777;
}
.read-more {
  margin: -10px 30px 0 0;
  text-align: right;
}
.read-more a {
  position: relative;
}
.read-more a .fa-angle-double-right {
  position: absolute;
  left: 108%;
  top: 3px;
  transition: all 0.25s ease-in-out;
}
.read-more a:hover > .fa-angle-double-right {
  left: 115%;
}
.flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-control-nav {
  bottom: 2px;
  z-index: 100;
}
#related-posts {
  margin-bottom: 40px;
}
#related-posts .flex-control-nav {
  bottom: -30px;
}
#latest-posts-header {
  margin-top: 3em;
}
#latest-posts-container {
  margin-bottom: 3em;
}
#latest-posts-container #latest-posts-slider {
  position: relative;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav {
  position: absolute;
  top: -20px;
  right: 30px;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-prev,
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-next {
  opacity: 0.8;
  left: 0;
  right: 0;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-prev {
  left: -50px;
}
#latest-posts-container .flex-viewport {
  margin-left: 20px;
}
#latest-posts-container li div {
  margin-right: 20px;
}
#latest-posts-container li img {
  width: 100%;
}
.arrow-container {
  float: right;
  margin-top: 10px;
}
.arrow-container .left-arrow-small,
.arrow-container .right-arrow-small {
  width: 25px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.arrow-container a {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bolder;
}
.arrow-container a:hover {
  color: #fff;
}
#main-slider,
.camera_slider.camera_wrap {
  margin: 0;
  margin-bottom: 54px;
  border-bottom: 1px solid #e5e5e5;
}
#main-slider .camera_commands,
.camera_slider.camera_wrap .camera_commands {
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 15px;
  background: none;
}
#main-slider .camera_pag .camera_pag_ul,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}
#main-slider .camera_pag .camera_pag_ul li,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li {
  background: none;
  border: 2px solid #434648;
  height: 10px;
  width: 10px;
}
#main-slider .camera_pag .camera_pag_ul li > span,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 10px;
  left: -2px;
  top: -2px;
  width: 10px;
}
#main-slider .camera_pag .camera_pag_ul li:hover > span,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #434648;
}
.tags.action {
  width: 80%;
  border-left: none;
  margin: 2em auto;
}
.tags.action i.fa-tags {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}
a.tag {
  cursor: pointer;
  display: inline-block;
  background: #504e4e;
  color: #fff;
  padding: 2px 8px;
  margin: 0 8px 8px 0;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.tag:hover {
  background: #289dcc;
  color: #fff;
}
.main-footer {
  border-bottom: solid 1px #333;
  border-top: 4px solid #4f4f4f;
}
.main-footer p,
.main-footer li {
  color: #918f8f;
  font-size: 12px;
}
.main-footer li {
  margin-bottom: 5px;
}
.main-footer a {
  color: #bebdbd;
}
.main-footer a:hover {
  color: #fff;
}
.main-footer h1 {
  font-size: 18px;
  text-align: left;
  color: #d6d3d3;
  margin: 15px 0;
}
.main-footer .col-md-3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.main-footer li {
  margin: 0;
  padding: 5px;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #333;
  -moz-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
.main-footer li ul {
  margin: 5px 0 5px 8px;
}
.main-footer li ul li:last-child {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
.main-footer li:last-child {
  -webkit-box-shadow: inset 0 1px 0 #333, 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333, 0 1px 0 #333;
  border-bottom: 1px solid #000;
}
.main-footer a.tag {
  background: #333333;
  color: #777777;
}
.main-footer a.tag:hover {
  background: #289dcc;
  color: #fff;
}
.contact-icon.fa-mobile-phone {
  font-size: 160%;
}
.contact-icon.fa-envelope-alt {
  font-size: 95%;
}
.contact-icon {
  font-size: 16px;
  margin-right: 5px;
}
/* POSTS */
article.page,
article.post-normal,
.post,
article.type-portfolio {
  padding: 0;
}
.post-half {
  margin: 30px 0;
}
.post h1,
.post-half h1,
article.page h1,
article.post-normal h1 {
  margin: 15px 0 20px;
  text-align: left;
}
.post h1.post-title,
.post-half h1.post-title,
article.page h1.post-title,
article.post-normal h1.post-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post .post-meta,
.post-half .post-meta,
article.page .post-meta,
article.post-normal .post-meta {
  color: #9d9a9a;
}
.post .post-meta .seperator,
.post-half .post-meta .seperator,
article.page .post-meta .seperator,
article.post-normal .post-meta .seperator {
  margin: 0 2px;
}
.post .post-image img,
.post-half .post-image img,
article.page .post-image img,
article.post-normal .post-image img {
  width: 100%;
}
.post .post-image-dummy,
.post-half .post-image-dummy,
article.page .post-image-dummy,
article.post-normal .post-image-dummy {
  background: #fff;
  width: 261px;
  height: 191px;
  border: 1px solid #e5e1e1;
}
.blog-normal img {
  border-radius: 5px;
}
.blog-normal a {
  transition: all 0.3s;
}
.blog-normal a:hover {
  opacity: 0.6;
}
.post-half .post-image {
  float: left;
  width: 45%;
  margin-right: 1em;
}
.post-half .post-content {
  margin: 10px 0;
  clear: none;
}
.post-image {
  width: 100%;
  position: relative;
  margin: 5px 0;
  border: none;
}
.post-image .empty-image {
  background: #e5e1e1;
}
.post-image a .more-icon {
  position: absolute;
  -webkit-transform: translateY(-10px);
  top: 42%;
  left: 46%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.post-image a:hover {
  color: #504e4e;
}
.post-image a:hover .more-icon {
  opacity: 0.9;
  -webkit-transform: translateY(0);
}
.single .post-image {
  margin-bottom: 20px;
}
.post-grid,
.recent-post {
  border: 1px solid #e5e5e5;
  width: 218px;
  background: #fcfcfc;
  padding: 0 0 15px;
  overflow: hidden;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px -2px;
}
.post-grid .post-image,
.recent-post .post-image {
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.post-grid .post-image a img,
.recent-post .post-image a img {
  -webkit-transition: all 0.5s;
}
.post-grid .post-image a:hover img,
.recent-post .post-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.post-grid .post-image a:hover .fa-search,
.recent-post .post-image a:hover .fa-search {
  opacity: 0.8;
  -webkit-transform: translateY(0);
}
.post-grid .post-image .grid-dummy-image,
.recent-post .post-image .grid-dummy-image {
  -webkit-transition: all 0.5s;
}
.post-grid .post-image .grid-dummy-image .fa-pencil,
.recent-post .post-image .grid-dummy-image .fa-pencil {
  -webkit-transition: all 0.5s;
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #b2b2b2;
  height: 48px;
  width: 48px;
  display: block;
  line-height: 44px;
  border-radius: 50px;
  top: 56.5px;
  left: 85px;
  color: white;
}
.post-grid .post-image .grid-dummy-image:hover,
.recent-post .post-image .grid-dummy-image:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1);
  opacity: 0.2;
}
.post-grid .post-image .grid-dummy-image:hover .fa-search,
.recent-post .post-image .grid-dummy-image:hover .fa-search {
  opacity: 1;
  -webkit-transform: translateY(0);
}
.post-grid .post-image .fa-search,
.recent-post .post-image .fa-search {
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #289dcc;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 50px;
  top: 56.5px;
  left: 85px;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-30px);
}
.post-grid .post-meta,
.recent-post .post-meta,
.post-grid .post-content,
.recent-post .post-content,
.post-grid h1,
.recent-post h1 {
  margin: 0 18px;
}
.post-grid h1,
.recent-post h1 {
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 20px;
}
.post-grid.post-grid-third {
  width: 31.1%;
  float: left;
  margin: 1.1%;
  border: none;
  padding-bottom: 0;
}
.post-grid.post-grid-third .content-wrapper {
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.post-grid.post-grid-full,
.col-md-12 .post-grid.post-grid-third {
  width: 23%;
  float: left;
  margin: 1%;
  border: none;
  padding-bottom: 0;
}
.post-grid.post-grid-full .content-wrapper,
.col-md-12 .post-grid.post-grid-third .content-wrapper {
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.recent-post {
  position: relative;
  padding-bottom: 0;
}
.recent-post .post-title {
  font-size: 15px;
  width: 100%;
  max-width: 150px;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  left: -170px;
  transition: all .5s;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  word-wrap: break-word;
}
.recent-post:hover .post-title {
  left: 0;
}
.recent-post:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.recent-post img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.recent-post .post-image {
  margin: 0;
}
.post-two-column .dummy-image {
  width: 570px;
  height: 250px;
  background: #e0e0e0;
  overflow: hidden;
  margin: 10px 0;
}
.post-two-column .fa-minus-sign,
.post-three-column .fa-minus-sign,
.post-four-column .fa-minus-sign,
.post-half .fa-minus-sign {
  -webkit-transition: all 0.3s;
}
.post-two-column .post-image .fa-search,
.post-three-column .post-image .fa-search,
.post-four-column .post-image .fa-search,
.post-half .post-image .fa-search {
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #289dcc;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 50px;
  top: 42%;
  left: 45%;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-30px);
}
.post-two-column .post-image a:hover img,
.post-three-column .post-image a:hover img,
.post-four-column .post-image a:hover img,
.post-half .post-image a:hover img {
  opacity: 0.4;
}
.post-two-column .post-image a:hover .fa-search,
.post-three-column .post-image a:hover .fa-search,
.post-four-column .post-image a:hover .fa-search,
.post-half .post-image a:hover .fa-search {
  opacity: 0.8;
  -webkit-transform: translateY(0);
}
.post-two-column .post-image a:hover .fa-minus-sign,
.post-three-column .post-image a:hover .fa-minus-sign,
.post-four-column .post-image a:hover .fa-minus-sign,
.post-half .post-image a:hover .fa-minus-sign {
  opacity: 0;
}
.post-image {
  position: relative;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.post-image .fa-minus-sign {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 48px;
}
.post-two-column .post-image .fa-minus-sign {
  top: 39%;
  left: 47%;
}
.post-three-column .post-image .fa-minus-sign {
  top: 35%;
  left: 45%;
  font-size: 36px;
}
.post-three-column .post-image .fa-search {
  top: 38%;
}
.post-four-column .post-image .fa-minus-sign {
  top: 32%;
  left: 43%;
  font-size: 30px;
}
.post-four-column .post-image .fa-search {
  top: 31%;
}
.post-normal .post-image,
.post-half .post-image {
  margin-bottom: 12px;
}
.post-normal h1,
.post-half h1 {
  margin: 5px 0;
}
#article-container {
  position: relative;
  margin-top: 1.5em;
}
.post-content {
  margin: 0;
}
.post-content blockquote {
  margin: 2em;
}
.post-content blockquote p {
  margin: 0;
}
.post-content blockquote p cite {
  display: block;
  font-style: italic;
}
.post-content strong {
  color: #289dcc;
}
.post-content .post-meta {
  margin-bottom: 5px;
}
.post-date {
  color: #9d9a9a;
  font-size: 11px;
  line-height: 11px;
}
.post-date i {
  margin-right: 5px;
}
.pagination a {
  color: #289dcc;
}
.pagination.post-pagination {
  text-align: left;
  padding: 2em 0 0;
  margin-bottom: 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  display: block;
}
.pagination.post-pagination h4 {
  margin-top: 5px;
}
.pagination.post-pagination a {
  border: none;
  font-size: 18px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  color: #333333;
}
.pagination.post-pagination a:hover {
  border: none;
  color: #289dcc;
}
.pagination.post-pagination a:hover .previous i {
  left: 0;
}
.pagination.post-pagination a:hover .next i {
  right: 0;
}
.pagination.post-pagination a .text {
  text-transform: uppercase;
  font-size: 13px;
}
.pagination.post-pagination a h4 {
  font-size: 18px;
}
.pagination.post-pagination .next {
  text-align: right;
}
.pagination.post-pagination .previous,
.pagination.post-pagination .next {
  position: relative;
}
.pagination.post-pagination .previous i,
.pagination.post-pagination .next i {
  position: absolute;
  font-size: 24px;
  top: 10px;
  left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination.post-pagination .previous .text,
.pagination.post-pagination .next .text,
.pagination.post-pagination .previous h4,
.pagination.post-pagination .next h4 {
  margin-left: 40px;
}
.pagination.post-pagination .next i {
  top: 10px;
  left: auto;
  right: 8px;
}
.pagination.post-pagination .next .text,
.pagination.post-pagination .next h4 {
  margin-left: 0;
  margin-right: 40px;
}
.post-share {
  width: 80%;
  margin: 2em auto;
  clear: both;
}
.post-share span {
  float: left;
  line-height: 24px;
  height: 24px;
}
.post-share ul .social-icon {
  margin-top: 0;
  border-radius: 2px;
}
.post-share.social-icon-container ul {
  float: left;
  margin: 0 0 0 2em;
  list-style-type: none;
}
.post-share.social-icon-container ul li {
  list-style-type: none;
}
.action.noborder {
  border: none;
}
#comments {
  margin-top: 2.5em;
}
#comments #reply-title {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 0.8em 0;
  font-size: 1.5em;
  margin-bottom: 0;
}
#comments .post-comments-heading h2 {
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
  padding-top: 0.8em;
}
#comments .comment {
  padding: 1.5em 0;
}
#comments .comment p {
  margin-bottom: 1em;
}
#comments .comment p:last-child {
  margin-bottom: 0;
}
#comments .comment .avatar {
  float: left;
  width: 80px;
}
#comments .comment .avatar img {
  border-radius: 70px;
  width: 70px;
}
#comments .comment .comment-date {
  margin-left: 5px;
  font-size: 12px;
  background-position: left 4px;
}
#comments .comment-content,
#comments .comment-meta {
  padding-left: 85px;
}
#comments .comment-content {
  margin-top: 5px;
}
#comments .comment .comment-reply {
  margin-left: 1em;
}
#comments .comment .comment-reply i {
  font-size: 11px;
}
#comments li:last-child {
  border-bottom: none;
}
#comments li {
  border-bottom: 1px dashed #e5e1e1;
  list-style-type: none !important;
}
#comments li li {
  border-top: 1px dashed #e5e1e1;
}
#comments .children {
  padding-left: 5em;
  margin: 0;
}
#comments .post-comments-form input,
#comments #post-comments-form input,
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  display: block;
  margin: 16px 0;
  transition: all 0.25s ease-in-out;
}
#comments .post-comments-form input[type=text],
#comments #post-comments-form input[type=text],
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  height: 2.5em;
  border: 1px solid #e5e1e1;
  padding: 5px;
  width: 100%;
  color: #9e8f8f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
#comments .post-comments-form input[type=text]:focus,
#comments #post-comments-form input[type=text]:focus,
#comments .post-comments-form textarea:focus,
#comments #post-comments-form textarea:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  height: 10em;
  margin-top: 0;
  max-width: 100%;
}
#about-author {
  padding: 1em 0;
  margin: 2em 0;
  border-top: 1px solid #e5e1e1;
}
#about-author h2 {
  color: #000;
  font-size: 18px;
  padding: 0 0 1em 0;
}
#about-author .avatar {
  float: left;
}
#about-author .avatar img {
  border-radius: 70px;
}
#about-author .author-content {
  margin-left: 85px;
}
/* SIDEBAR */
.main-sidebar .sidebar-widget {
  margin: 2em 0;
  padding: 0 8px;
}
.main-sidebar .sidebar-widget h3 {
  text-align: left;
  margin-top: 0;
}
.main-sidebar .sidebar-widget ul {
  margin-bottom: 0;
}
.main-sidebar .sidebar-widget ul li {
  list-style-type: none;
}
.main-sidebar .search input {
  padding: 5px;
  width: 100%;
  max-width: none !important;
  color: #9e8f8f;
  border: 1px solid #e5e1e1;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
.main-sidebar .search input:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
.main-sidebar .search .text {
  position: relative;
}
.main-sidebar .search .fa-search {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: none;
  color: #888888;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  right: 0;
  top: 5px;
}
.main-sidebar .search .fa-search:hover {
  color: #555555;
}
.main-sidebar .search .fa-search:before {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.main-sidebar .widget_categories li,
.main-sidebar .widget_archive li,
.main-sidebar .widget_pages li,
.main-sidebar .widget_nav_menu li,
.main-sidebar .widget_meta li,
.main-sidebar .widget_recent_comments li,
.main-sidebar .widget_rss li,
.main-sidebar .widget_recent_entries li {
  border-bottom: 1px solid #e5e1e1;
  padding: 6px 12px 6px 0;
  /*margin-left: 8px;*/
}
.main-sidebar .widget_categories li:before,
.main-sidebar .widget_archive li:before,
.main-sidebar .widget_pages li:before,
.main-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_meta li:before,
.main-sidebar .widget_recent_comments li:before,
.main-sidebar .widget_rss li:before,
.main-sidebar .widget_recent_entries li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 8px;
  padding-right: 10px;
}
.main-sidebar .widget_categories li:last-child,
.main-sidebar .widget_archive li:last-child,
.main-sidebar .widget_pages li:last-child,
.main-sidebar .widget_nav_menu li:last-child,
.main-sidebar .widget_meta li:last-child,
.main-sidebar .widget_recent_comments li:last-child,
.main-sidebar .widget_rss li:last-child,
.main-sidebar .widget_recent_entries li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main-sidebar .widget_categories li ul.children,
.main-sidebar .widget_archive li ul.children,
.main-sidebar .widget_pages li ul.children,
.main-sidebar .widget_nav_menu li ul.children,
.main-sidebar .widget_meta li ul.children,
.main-sidebar .widget_recent_comments li ul.children,
.main-sidebar .widget_rss li ul.children,
.main-sidebar .widget_recent_entries li ul.children {
  border-top: 1px solid #e5e1e1;
  margin-top: 6px;
}
.main-sidebar .widget_nav_menu #menu-item-search {
  display: none;
}
.main-sidebar .sidebar-posts {
  margin: 8px 0;
}
.main-sidebar .sidebar-posts .sidebar-post-image {
  position: relative;
}
.main-sidebar .sidebar-posts .sidebar-post-image .fa-minus-sign {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
}
.main-sidebar .sidebar-posts .sidebar-post-image img {
  width: 50px;
  height: 50px;
}
.main-sidebar .sidebar-posts .post-title {
  padding-left: 60px;
}
.main-sidebar .sidebar-posts .post-date {
  padding-left: 60px;
}
.widget_calendar table {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table caption {
  text-align: left;
}
.widget_calendar table #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.infinite-recent-posts .sidebar-posts {
  margin: 8px 0;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image {
  width: 50px;
  position: relative;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image .fa-minus-sign {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image img {
  width: 50px;
  height: 50px;
}
.infinite-recent-posts .sidebar-posts .post-title {
  padding-left: 60px;
}
.infinite-recent-posts .sidebar-posts .post-date {
  padding-left: 60px;
}
article.error404 .search .text {
  position: relative;
}
article.error404 h2 {
  margin: 50px 0;
}
#main article.error404 .search input {
  border: 1px solid #e5e1e1;
  padding: 5px 10px;
  font-size: 1.2em;
  height: 30px;
  width: 100%;
  color: #9e8f8f;
  width: 97%;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
  max-width: 94%;
}
article.error404 .search input:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
article.error404 .search .fa-search {
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  color: #888888;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  right: 15px;
  top: 8px;
  font-size: 30px;
}
article.error404 .search .fa-search:hover {
  color: #555555;
}
h1.heading-404 {
  font-size: 120px;
  line-height: 150px;
  margin: 0;
  text-transform: uppercase;
  color: #999999;
}
/* General button style (reset) */
.button,
#submit,
.wpcf7-submit {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #cb4e4e;
  color: #fff;
  -webkit-box-shadow: 0 6px 0 0 #b23434;
  box-shadow: 0 6px 0 0 #b23434;
  border-radius: 5px;
}
.button,
.wpcf7-submit {
  margin: 5px 5px 5px 0;
  padding: 10px 16px;
}
.button.small {
  padding: 6px 12px;
}
.button.big {
  padding: 15px 20px;
  font-size: 1.1em;
}
.button:after,
#submit:after,
.wpcf7-submit:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
#submit:hover,
.wpcf7-submit:hover {
  -webkit-box-shadow: 0 4px #b23434;
  box-shadow: 0 4px #b23434;
  top: 2px;
  background: #c63e3e;
  color: #fff;
}
.button-:active,
#submit:active,
.wpcf7-submit:active {
  -webkit-box-shadow: 0 0 #b23434;
  box-shadow: 0 0 #b23434;
  top: 6px;
}
.button.alt {
  background: #e5e5e5;
  -webkit-box-shadow: 0 6px #cccccc;
  box-shadow: 0 6px #cccccc;
  color: #7f7f7f;
}
.button.alt:hover {
  background: #dbdbdb;
  -webkit-box-shadow: 0 4px #cccccc;
  box-shadow: 0 4px #cccccc;
  color: #7f7f7f;
}
.button.alt:active {
  -webkit-box-shadow: 0 0 #cccccc;
  box-shadow: 0 0 #cccccc;
  top: 6px;
  color: #7f7f7f;
}
.button.blue {
  background: #0e83cd;
  -webkit-box-shadow: 0 6px #0b649d;
  box-shadow: 0 6px #0b649d;
}
.button.blue:hover {
  background: #0d77ba;
  -webkit-box-shadow: 0 4px #0b649d;
  box-shadow: 0 4px #0b649d;
}
.button.blue:active {
  -webkit-box-shadow: 0 0 #0b649d;
  box-shadow: 0 0 #0b649d;
  top: 6px;
}
.button.light-blue {
  background: #00B4FF;
  -webkit-box-shadow: 0 6px #0090cc;
  box-shadow: 0 6px #0090cc;
}
.button.light-blue:hover {
  background: #00a6eb;
  -webkit-box-shadow: 0 4px #0090cc;
  box-shadow: 0 4px #0090cc;
}
.button.light-blue:active {
  -webkit-box-shadow: 0 0 #0090cc;
  box-shadow: 0 0 #0090cc;
  top: 6px;
}
.button.red {
  background: #cb4e4e;
  -webkit-box-shadow: 0 6px #b23434;
  box-shadow: 0 6px #b23434;
}
.button.red:hover {
  background: #c63e3e;
  -webkit-box-shadow: 0 4px #b23434;
  box-shadow: 0 4px #b23434;
}
.button.red:active {
  -webkit-box-shadow: 0 0 #b23434;
  box-shadow: 0 0 #b23434;
  top: 6px;
}
.button.yellow {
  background: #fcd04b;
  -webkit-box-shadow: 0 6px #fbc319;
  box-shadow: 0 6px #fbc319;
}
.button.yellow:hover {
  background: #fccb37;
  -webkit-box-shadow: 0 4px #fbc319;
  box-shadow: 0 4px #fbc319;
}
.button.yellow:active {
  -webkit-box-shadow: 0 0 #fbc319;
  box-shadow: 0 0 #fbc319;
  top: 6px;
}
.button.green {
  background: #2ecc71;
  -webkit-box-shadow: 0 6px #25a25a;
  box-shadow: 0 6px #25a25a;
}
.button.green:hover {
  background: #2abb68;
  -webkit-box-shadow: 0 4px #25a25a;
  box-shadow: 0 4px #25a25a;
}
.button.green:active {
  -webkit-box-shadow: 0 0 #25a25a;
  box-shadow: 0 0 #25a25a;
  top: 6px;
}
.button.light-green {
  background: #7AEE79;
  -webkit-box-shadow: 0 6px #4de84c;
  box-shadow: 0 6px #4de84c;
}
.button.light-green:hover {
  background: #68ec67;
  -webkit-box-shadow: 0 4px #4de84c;
  box-shadow: 0 4px #4de84c;
}
.button.light-green:active {
  -webkit-box-shadow: 0 0 #4de84c;
  box-shadow: 0 0 #4de84c;
  top: 6px;
}
.button.strawberry {
  background: #F23A65;
  -webkit-box-shadow: 0 6px #ea0f42;
  box-shadow: 0 6px #ea0f42;
}
.button.strawberry:hover {
  background: #f12756;
  -webkit-box-shadow: 0 4px #ea0f42;
  box-shadow: 0 4px #ea0f42;
}
.button.strawberry:active {
  -webkit-box-shadow: 0 0 #ea0f42;
  box-shadow: 0 0 #ea0f42;
  top: 6px;
}
.button.purple {
  background: #9e54bd;
  -webkit-box-shadow: 0 6px #833ea0;
  box-shadow: 0 6px #833ea0;
}
.button.purple:hover {
  background: #9546b6;
  -webkit-box-shadow: 0 4px #833ea0;
  box-shadow: 0 4px #833ea0;
}
.button.purple:active {
  -webkit-box-shadow: 0 0 #833ea0;
  box-shadow: 0 0 #833ea0;
  top: 6px;
}
.button.orange {
  background: #F27435;
  -webkit-box-shadow: 0 6px #e5560f;
  box-shadow: 0 6px #e5560f;
}
.button.orange:hover {
  background: #f16722;
  -webkit-box-shadow: 0 4px #e5560f;
  box-shadow: 0 4px #e5560f;
}
.button.orange:active {
  -webkit-box-shadow: 0 0 #e5560f;
  box-shadow: 0 0 #e5560f;
  top: 6px;
}
/* IMAGE CONTAINERS */
.img-container1 img {
  border: 5px solid #e5e1e1;
}
.img-container2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 12px;
}
.img-container3 img {
  border: 5px solid #e5e1e1;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
}
/* SOCIAL ICONS */
.social-icon-container ul {
  float: right;
  margin: 0;
}
.social-icon-container .social-icon {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #999;
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px 5px 0;
  transition: all 0.3s ease;
}
.social-icon-container .social-icon:hover {
  color: #fff;
  background: #289dcc;
}
.alignleft {
  float: left;
  display: block;
  margin-right: 1em;
}
.alignright {
  float: right;
  display: block;
  margin-left: 1em;
}
.wp-caption-text {
  text-align: center;
}
#related-posts {
  border: none;
}
#related-posts .slides li {
  margin-right: 1em;
  position: relative;
  overflow: hidden;
}
#related-posts .slides li a {
  height: 171px;
  width: 100%;
  display: block;
  background-color: #efefef;
}
#related-posts .slides li a:hover {
  color: #fff;
}
#related-posts .slides li a:hover .related-post-title {
  left: 0;
}
#related-posts .slides li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
#related-posts .slides li .fa-pencil {
  text-align: center;
  position: absolute;
  top: 65px;
  left: 85px;
  font-size: 28px;
  background: #b2b2b2;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
}
#related-posts .slides li img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
#related-posts .slides li .related-post-title {
  max-width: 120px;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: -140px;
  transition: all 0.5s;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
#related-posts .flex-direction-nav a {
  top: 68%;
}
#related-posts .section-head {
  padding-bottom: 0;
}
.flex-direction-nav li {
  list-style-type: none !important;
}
h2.section-head {
  border-top: 1px solid #e5e1e1;
  font-size: 20px;
  padding: 1em 0;
}
.onehalf,
.onethird,
.twothird,
.onefourth,
.twofourth,
.threefourth {
  float: left;
  padding: 0 20px 0 0;
}
.onehalf {
  width: 50%;
}
.onethird {
  width: 33.3%;
}
.twothird {
  width: 66.6%;
}
.onefourth {
  width: 25%;
}
.twofourth {
  width: 50%;
}
.threefourth {
  width: 68%;
}
.portfolio-info {
  padding-bottom: 12px;
}
.portfolio-info h4,
.portfolio h4 {
  margin: 1.2em 0 0.5em 0;
  font-size: 16px;
}
.portfolio-info h4 {
  margin-top: 0.5em;
}
.portfolio-terms {
  margin-left: 0.3em;
}
.portfolio-grid-alt {
  margin: 1.5em 0;
  padding: 0;
  width: 100%;
}
.portfolio-grid-alt-item {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.portfolio-grid-alt-item:hover .portfolio-grid-alt-content {
  left: 0;
}
.portfolio-grid-alt-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.portfolio-grid-alt-item img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.portfolio-grid-alt-content {
  max-width: 150px;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: -170px;
  transition: all 0.5s;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}
.portfolio-grid-alt-content h5 {
  margin: 0;
  text-shadow: 0px 0px 8px #000;
}
.portfolio-grid-alt-bg {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.four-column .portfolio-grid-alt-item {
  width: 24.95%;
}
.three-column .portfolio-grid-alt-item {
  width: 33.3%;
}
.two-column .portfolio-grid-alt-item {
  width: 50%;
}
/*BACK TO TOP*/
#back-to-top {
  display: none;
  width: 32px;
  height: 32px;
  position: fixed;
  background-color: rgba(36, 36, 36, 0.5);
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
}
#back-to-top:hover {
  background-color: rgba(36, 36, 36, 0.8);
}
#back-to-top #back-to-top-icon {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #e5e1e1;
}
#back-to-top #back-to-top-icon:hover {
  color: #fff;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#portfolio_filter {
  margin-top: 2em;
  text-align: center;
}
#portfolio_filter li {
  display: inline-block;
  margin: 0 10px;
}
#portfolio_filter li a {
  padding: 0.5em 1em;
  border-radius: 3px;
  border-right: none;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio_filter li a:hover {
  color: #fff;
  background: #289dcc;
}
#portfolio_filter li a.active {
  background: #289dcc;
  color: #fff;
}
.recent-portfolio {
  position: relative;
  color: #333333;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.recent-portfolio .fa-minus-sign {
  position: absolute;
  top: 45%;
  left: 45%;
}
.recent-portfolio img {
  width: 90px;
  height: 90px;
  transition: all 0.5s;
}
.recent-portfolio:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.post-content table,
#woocommerce-container .summary table,
#woocommerce-container .tab-content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
.post-content tbody,
#woocommerce-container .summary tbody,
#woocommerce-container .tab-content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.post-content tr,
#woocommerce-container .summary tr,
#woocommerce-container .tab-content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.post-content td,
.post-content th,
#woocommerce-container .summary td,
#woocommerce-container .tab-content td,
#woocommerce-container .summary th,
#woocommerce-container .tab-content th {
  display: table-cell;
  vertical-align: inherit;
}
.post-content th {
  font-weight: bold;
}
.post-content ul,
#woocommerce-container .summary ul,
#woocommerce-container .tab-content ul {
  list-style-position: inside;
  margin-bottom: 10px;
}
.post-content ul li,
#woocommerce-container .summary ul li,
#woocommerce-container .tab-content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.post-content ol,
#woocommerce-container .summary ol,
#woocommerce-container .tab-content ol {
  list-style-position: inside;
  margin-bottom: 0;
}
.post-content ol li,
#woocommerce-container .summary ol li,
#woocommerce-container .tab-content ol li {
  list-style-type: decimal;
}
.post-content ul ul,
.post-content ol ul,
#woocommerce-container .summary ul ul,
#woocommerce-container .tab-content ul ul,
#woocommerce-container .summary ol ul,
#woocommerce-container .tab-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1.5em;
}
.post-content ol ol,
.post-content ul ol,
#woocommerce-container .summary ol ol,
#woocommerce-container .tab-content ol ol #woocommerce-container .summary ul ol,
#woocommerce-container .tab-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1.5em;
}
.post-content ul ul li,
.post-content ol ul li,
#woocommerce-container .summary tr,
#woocommerce-container .tab-content tr,
#woocommerce-container .summary ul ul li,
#woocommerce-container .tab-content ul ul li {
  list-style-type: circle;
}
.post-content ol ol ul li,
.post-content ol ul ul li,
.post-content ul ol ul li,
.post-content ul ul ul li,
#woocommerce-container .summary ol ol ul li,
#woocommerce-container .tab-content ol ol ul li,
#woocommerce-container .summary ol ul ul li,
#woocommerce-container .tab-content ol ul ul li,
#woocommerce-container .summary ul ol ul li,
#woocommerce-container .tab-content ul ol ul li,
#woocommerce-container .summary ul ul ul li,
#woocommerce-container .tab-content ul ul ul li {
  list-style-type: square;
}
#comments.contactus {
  margin-top: 0;
}
#comments.contactus h1 {
  margin-bottom: 1em;
}
#comments.contactus h3 {
  margin-top: 1.5em;
}
.message {
  background-color: #ffffe0;
  border: 1px solid #e6db55;
  margin: 5px 0 15px;
  padding: .6em;
  width: 60%;
  border-radius: 2px;
}
.one-col {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
.two-col {
  float: left;
  margin-left: 1.8%;
  margin-right: 1.8%;
  width: 46%;
}
.three-col {
  float: left;
  margin-left: 2%;
  margin-right: 1%;
  width: 30%;
}
.four-col {
  float: left;
  margin-left: 1.7%;
  margin-right: 1%;
  width: 22%;
}
.five-col {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 17.5%;
}
.six-col {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 14%;
}
.pricing-table {
  margin: 4em 0 3em;
  text-align: center;
}
.pricing-table .price-item {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.pricing-table .price-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  cursor: pointer;
}
.pricing-table .price-item:hover h2 {
  text-shadow: #e5e1e0 0px -1px 0px;
}
.pricing-table .price-item.featured {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.pricing-table .price-item.featured h2 {
  text-shadow: #e5e1e0 0px -1px 0px;
}
.pricing-table ul li {
  list-style-type: none;
  margin: 18px 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pricing-table .header h2 {
  margin: 0;
  padding: 0.8em 0;
  background: #289dcc;
  color: #fff;
}
.pricing-table .price h2 {
  font-size: 2.5em;
  margin: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
}
.data-table table {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 3em 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-spacing: 0;
  text-align: center;
}
.data-table table tr th {
  padding: 10px;
  background: #289dcc;
  color: #fff;
  text-align: center;
}
.data-table table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  border-collapse: collapse;
}
.data-table table tr:last-child td {
  border-bottom: none;
}
.dropcap {
  color: #289dcc;
  font-size: 48px;
  float: left;
  padding: 3px;
  padding-left: 0;
  margin-top: 4px;
}
/* PAGE SECTIONS */
.bg-section {
  padding: 2em 0;
  overflow: hidden;
  background-color: #1e1f21;
  box-shadow: inset 0 0 22px -10px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-attachment: fixed;
}
.bg-section h1,
.bg-section h2,
.bg-section h3,
.bg-section h4,
.bg-section h5,
.bg-section h6 {
  text-shadow: none;
}
/* TABS & TOGGLES*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: none;
}
.tab-container {
  border: 1px solid #e5e5e5;
  margin-bottom: 3em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.tab-container ul li {
  margin-bottom: -1px;
}
.tab-container.tabs-left .nav-tabs {
  margin-bottom: 0;
}
.normal .nav-tabs {
  position: relative;
  border-bottom: none;
  text-shadow: 0 1px 0 #fff;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  margin-bottom: 0;
}
.normal {
  position: relative;
}
.normal .tab-content:before {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  top: 37px;
  left: 0;
  background: #289dcc;
}
.normal.tabs-left .tab-content:before {
  display: none;
}
.normal .nav-tabs > li {
  list-style-type: none;
  border-left: 1px solid #e8e8e8;
  -webkit-box-shadow: -1px 0 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #ffffff;
}
.normal .nav-tabs > li a {
  border: none;
  border-radius: 0;
  color: #908d8d;
}
.normal .nav-tabs > li a:hover {
  background: transparent;
  color: #656262;
}
.normal .nav-tabs > li.active {
  border: none;
  box-shadow: none;
  background: #289dcc;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.normal .nav-tabs > li.active > a {
  border: none;
  background: none;
  color: #fff;
}
.tabs-left.normal .nav-tabs:after {
  width: 2px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  right: -3px;
  left: auto;
  top: 0;
  background: #289dcc;
}
.tabs-left.normal .nav-tabs > li {
  list-style-type: none;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.tabs-left.normal .nav-tabs > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-left.normal .nav-tabs > li a {
  margin-bottom: 0;
}
.tabs-left.normal .nav-tabs > li.active:last-child {
  border-bottom: #289dcc;
}
.tab-content {
  padding: 1em;
}
.alt .nav-tabs,
.tabs-left.alt .nav-tabs {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top: 1px solid #fff;
}
.alt .nav-tabs li,
.tabs-left.alt .nav-tabs li {
  border-left: 1px solid #e8e8e8;
  -webkit-box-shadow: -1px 0 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #ffffff;
  list-style-type: none;
}
.alt .nav-tabs li:first-child,
.tabs-left.alt .nav-tabs li:first-child {
  border-left: none;
  box-shadow: none;
}
.alt .nav-tabs li a,
.tabs-left.alt .nav-tabs li a {
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  margin-right: 0;
  color: #908d8d;
}
.alt .nav-tabs li a:hover,
.tabs-left.alt .nav-tabs li a:hover {
  background: transparent;
  color: #656262;
}
.alt .nav-tabs li.active a,
.tabs-left.alt .nav-tabs li.active a {
  color: #656262;
  background: #fff;
  border-bottom: none;
  margin-right: 0;
}
.tabs-left.alt .nav-tabs li {
  margin-right: -1px;
  margin-bottom: 0;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.tabs-left.alt .nav-tabs li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-left.alt .nav-tabs li a {
  margin-bottom: 0;
}
.normal .nav-tabs.nav-tabs-mob > li {
  list-style-type: none;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.normal .nav-tabs.nav-tabs-mob > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.normal .nav-tabs.nav-tabs-mob > li a {
  margin-bottom: 0;
}
.normal .nav-tabs.nav-tabs-mob > li.active:last-child {
  border-bottom: #289dcc;
}
.alt .nav-tabs.nav-tabs-mob li {
  margin-right: -1px;
  margin-bottom: 0;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.alt .nav-tabs.nav-tabs-mob li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alt .nav-tabs.nav-tabs-mob li a {
  margin-bottom: 0;
}
.alt .nav-tabs.nav-tabs-mob li.active a {
  border-bottom: 1px solid #f4f4f4;
}
.tab-pane-mob {
  padding: 16px 20px;
  background: #fff;
}
.tabs-left .nav-tabs.nav-tabs-mob,
.tab-container .nav-tabs.nav-tabs-mob {
  float: none;
  margin-right: 0;
}
.tabs-left .nav-tabs.nav-tabs-mob:after,
.tab-container .nav-tabs.nav-tabs-mob:after {
  border-right: none;
  border-bottom: none;
  background: none;
  height: 0;
}
.tabs-left .nav-tabs.nav-tabs-mob li,
.tab-container .nav-tabs.nav-tabs-mob li {
  float: none;
}
.tabs-left.alt .nav-tabs.nav-tabs-mob li.active a {
  color: #3b3a3a;
}
.panel {
  margin-bottom: 3em;
}
.panel-group .panel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  border-radius: 0;
}
.panel .panel-heading {
  font-size: 15px;
  position: relative;
  padding: 0;
}
.panel .panel-heading a.collapsed .fa-chevron-right,
.panel .panel-heading a.collapsed .fa-plus {
  visibility: visible;
}
.panel .panel-heading a .fa-chevron-right,
.panel .panel-heading a .fa-plus {
  visibility: hidden;
}
.panel .panel-heading a.collapsed .fa-chevron-down,
.panel .panel-heading a.collapsed .fa-minus {
  visibility: hidden;
}
.panel .panel-heading a .fa-chevron-down,
.panel .panel-heading a .fa-minus {
  visibility: visible;
}
.panel .panel-heading .fa-chevron-right,
.panel .panel-heading .fa-chevron-down,
.panel .panel-heading .fa-minus,
.panel .panel-heading .fa-plus {
  position: absolute;
  right: 12px;
  font-size: 12px;
  top: 11px;
  visibility: hidden;
  width: 14px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  border-radius: 2px;
}
.panel.alt .panel-heading {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.panel.alt .panel-heading a {
  border: none;
  border-radius: 0;
  color: #908d8d;
  padding: 8px 15px;
  display: block;
}
.panel.alt .panel-heading a .fa {
  display: inline-block;
  margin-right: 5px;
}
.panel.alt .panel-heading a:hover {
  background: transparent;
  color: #656262;
}
#portfolio_accordion {
  margin-top: 2em;
  margin-bottom: 2em;
}
/*PROGRESS BARS*/
.progress {
  position: relative;
  height: 30px;
}
.progress .progressbar-title {
  position: absolute;
  left: 10px;
  top: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
}
.progress .bar {
  border-radius: 4px;
}
/*TESTIMONIALS*/
.testimonial .popover {
  position: relative;
  display: block;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 0;
}
.testimonial .popover .arrow {
  left: 64px;
}
.testimonial .popover .popover-content {
  border: 1px solid #fff;
  padding: 10px 15px;
  line-height: 16px;
  font-style: italic;
}
.testimonial .popover .popover-content p {
  margin-bottom: 0;
  font-style: italic;
}
.testimonial .popover.top {
  margin-top: 5px;
}
.testimonial .avatar {
  margin-top: 15px;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  float: left;
}
.testimonial .avatar img {
  border-radius: 50px;
  margin-top: 0;
}
.testimonial .user-info {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
}
.testimonial .user-info h5 {
  margin-bottom: 2px;
  margin-top: 5px;
}
/*CAROUSEL*/
.carousel.carousel-fade .item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.carousel.carousel-fade .active.item {
  opacity: 1;
  height: auto;
}
/*ALERT*/
.post-content .alert strong {
  color: #c09853;
}
.post-content .alert-success strong {
  color: #468847;
}
.post-content .alert-info strong {
  color: #3a87ad;
}
.post-content .alert-danger strong {
  color: #b94a48;
}
.post-content .alert {
  margin-bottom: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 25px;
}
.post-content .alert p {
  margin-bottom: 0;
}
.post-content .alert .close {
  padding-right: 5px;
}
/* TWITTER WIDGET */
.infinite-twitter li {
  position: relative;
  padding: 8px 5px 8px 50px;
  min-height: 60px;
}
.infinite-twitter li .twitter-avatar {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 8px;
}
.infinite-twitter li .twitter-avatar img {
  border-radius: 4px;
}
.infinite-twitter li .tweet-content {
  overflow: hidden;
}
.infinite-twitter li .twitter-username {
  font-weight: bold;
  margin-right: 3px;
}
.infinite-twitter li .twitter-screenname,
.infinite-twitter li .tweet-time {
  color: #848080;
  font-size: 12px;
}
.infinite-twitter li .twitter-screenname:hover,
.infinite-twitter li .tweet-time:hover {
  color: #848080;
}
.infinite-twitter li .profile-link:hover .twitter-screenname {
  color: #848080;
}
.infinite-twitter li .tweet-actions {
  position: absolute;
  right: 12px;
}
.infinite-twitter li .tweet-actions .twitter-reply,
.infinite-twitter li .tweet-actions .twitter-retweet,
.infinite-twitter li .tweet-actions .twitter-favorite {
  color: #848080;
  margin-right: 3px;
}
.infinite-twitter li .tweet-actions .twitter-reply:hover,
.infinite-twitter li .tweet-actions .twitter-retweet:hover,
.infinite-twitter li .tweet-actions .twitter-favorite:hover {
  color: #289dcc;
}
/*FLICR WIDGET*/
.widget_infinite-flickr-widget .infinite-flickr-item {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0 3px 3px;
  width: 70px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
.main-footer .widget_infinite-flickr-widget .infinite-flickr-item {
  border: none;
  box-shadow: none;
}
.main-footer .widget_infinite-flickr-widget li.infinite-flickr-item:last-child {
  border: none;
  box-shadow: none;
}
/*GALLERY*/
.gallery-container .gallery-item {
  display: inline-block;
  margin: 5px 5px 5px 0;
  border: 1px solid #e5e5e5;
}
.tp-grid {
  list-style-type: none;
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.tp-grid li {
  position: absolute;
  cursor: pointer;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-js .tp-grid li {
  position: relative;
  display: inline-block;
}
.tp-grid li a {
  display: block;
  outline: none;
}
.tp-grid li img {
  display: block;
  border: none;
}
.tp-info,
.tp-title {
  position: absolute;
  background: #fff;
  line-height: 20px;
  color: #333;
  top: 40%;
  width: 75%;
  padding: 10px;
  font-weight: 700;
  text-align: right;
  left: -100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(0, 0, 0, 0.04);
}
.touch .tp-info {
  left: 0px;
}
.no-touch .tp-info {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .tp-grid li:hover .tp-info {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
}
.no-touch .tp-open li:hover .tp-info {
  left: 0px;
}
.tp-title {
  padding: 10px 35px 10px 10px;
  left: 0px;
}
.tp-title span:nth-child(2) {
  color: #289dcc;
  padding: 0 5px;
  background: #F7F7F7;
  right: 0px;
  height: 100%;
  line-height: 40px;
  top: 0px;
  position: absolute;
  display: block;
}
.topbar {
  position: relative;
  padding: 15px 0;
  margin: 0 0 10px;
}
.back {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background: #bfbfbf;
  cursor: pointer;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s background ease;
  -moz-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  -ms-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
.no-touch .back:hover {
  background: #289dcc;
}
.topbar h2,
.topbar h3 {
  display: inline-block;
  width: 49%;
  min-width: 320px;
}
.topbar h2 {
  padding-right: 20px;
}
.topbar h3 {
  padding-left: 20px;
  color: #aaa;
}
/* Loader */
.loader {
  left: 50%;
  position: absolute;
  margin-left: -120px;
}
.loader i {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-animation: loading 1s linear infinite forwards;
  -moz-animation: loading 1s linear infinite forwards;
  -o-animation: loading 1s linear infinite forwards;
  -ms-animation: loading 1s linear infinite forwards;
  animation: loading 1s linear infinite forwards;
}
.cssanimations .loader span {
  display: none;
}
.no-cssanimations .loader i {
  display: none;
}
.loader i:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader i:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader i:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader i:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader i:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-o-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-ms-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@media screen and (max-width: 680px) {
  .topbar h2,
  .topbar h3 {
    text-align: left;
    padding: 0;
    display: block;
  }
  .back {
    left: auto;
    right: 0px;
    margin-left: 0px;
  }
}
.cbp_tmtimeline {
  margin: 30px 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline li {
  position: relative;
}
/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #efefef;
  left: 10%;
  margin-left: -10px;
  border-radius: 5px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime,
.cbp_tmtimeline > li .cbp_author,
.cbp_tmtimeline > li .cbp_comments {
  display: block;
  transition: all 0.5s;
  width: 80px;
  height: 80px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #6a6767;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #efefef;
  box-shadow: 0 0 0 8px #efefef;
  text-align: center;
  left: 10%;
  top: 8px;
  margin: 0 0 0 -45px;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  margin-top: 15px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_month {
  text-transform: uppercase;
  font-size: 14px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_date {
  font-size: 22px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_year {
  font-size: 11px;
}
.cbp_tmtimeline > li .cbp_author,
.cbp_tmtimeline > li .cbp_comments {
  top: 130px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 -30px;
}
.cbp_tmtimeline > li .cbp_author img,
.cbp_tmtimeline > li .cbp_comments img {
  border-radius: 60px;
}
.cbp_tmtimeline > li .cbp_comments {
  top: 220px;
  line-height: 50px;
  font-size: 20px;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 30px 20%;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  color: #504e4e;
  padding: 2em;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  overflow: hidden;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a .fa-search {
  position: absolute;
  text-align: center;
  font-size: 32px;
  background: #289dcc;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-50px);
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a img {
  -webkit-transition: all 0.5s;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a:hover .fa-search {
  opacity: 1;
  -webkit-transform: translateY(0);
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #e5e5e5;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #f7f7f7;
  border-width: 15px;
  top: 29px;
}
.cbp_tmtimeline > li .cbp_tmlabel:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #e5e5e5;
  border-width: 16px;
  top: 28px;
}
hr.style-two {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.ias_trigger,
.ias_loader {
  text-align: center;
}
body .animated,
.no-js .fadeIn,
.no-js .fromLeft,
.no-js .fromRight,
.no-js .fromTop,
.no-js .fromBottom,
.no-js .scaleUp {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -moz-transform: translateY(0) translateX(0) scale(1);
  -o-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
}
.fadeIn {
  -webkit-animation: fadeIn 1s forwards;
  -moz-animation: fadeIn 1s forwards;
  -ms-animation: fadeIn 1s forwards;
  -o-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fromLeft {
  -webkit-animation: fromLeft 1s forwards;
  -moz-animation: fromLeft 1s forwards;
  -ms-animation: fromLeft 1s forwards;
  -o-animation: fromLeft 1s forwards;
  animation: fromLeft 1s forwards;
}
@-webkit-keyframes fromLeft {
  from {
    -webkit-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fromLeft {
  from {
    -moz-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fromLeft {
  from {
    -o-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromLeft {
  from {
    transform: translateX(-150px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fromRight {
  -webkit-animation: fromRight 1s forwards;
  -moz-animation: fromRight 1s forwards;
  -ms-animation: fromRight 1s forwards;
  -o-animation: fromRight 1s forwards;
  animation: fromRight 1s forwards;
}
@-webkit-keyframes fromRight {
  from {
    -webkit-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fromRight {
  from {
    -moz-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fromRight {
  from {
    -o-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    transform: translateX(150px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fromTop {
  -webkit-animation: fromTop 1s forwards;
  -moz-animation: fromTop 1s forwards;
  -ms-animation: fromTop 1s forwards;
  -o-animation: fromTop 1s forwards;
  animation: fromTop 1s forwards;
}
@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fromTop {
  from {
    -moz-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fromTop {
  from {
    -o-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromTop {
  from {
    transform: translateY(-150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fromBottom {
  -webkit-animation: fromBottom 1s forwards;
  -moz-animation: fromBottom 1s forwards;
  -ms-animation: fromBottom 1s forwards;
  -o-animation: fromBottom 1s forwards;
  animation: fromBottom 1s forwards;
}
@-webkit-keyframes fromBottom {
  from {
    -webkit-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fromBottom {
  from {
    -moz-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fromBottom {
  from {
    -o-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromBottom {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scaleUp {
  -webkit-animation: scaleUp 1s forwards;
  -moz-animation: scaleUp 1s forwards;
  -ms-animation: scaleUp 1s forwards;
  -o-animation: scaleUp 1s forwards;
  animation: scaleUp 1s forwards;
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scaleUp {
  from {
    -moz-transform: scale(0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes scaleUp {
  from {
    -o-transform: scale(0);
    opacity: 0;
  }
  to {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
*[data-animate="scaleUp"] {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
*[data-animate="fadeIn"] {
  opacity: 0;
}
*[data-animate="fromLeft"] {
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  opacity: 0;
}
*[data-animate="fromRight"] {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -o-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 0;
}
*[data-animate="fromTop"] {
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  opacity: 0;
}
*[data-animate="fromBottom"] {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -o-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}
span.scaleUp,
span.fadeIn,
span.fromLeft,
span.fromRight,
span.fromTop,
span.fromBottom {
  display: inline-block;
}
#dl-menu {
  display: none;
}
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-top: none;
  margin-bottom: 20px;
  /*display: none;*/
}
.dl-menuwrapper > ul.dl-menu {
  margin-bottom: 0;
}
.dl-menuwrapper #menu-item-search {
  display: none;
}
.dl-menuwrapper .menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.dl-menuwrapper .menu-item:last-child {
  border-bottom: none;
}
.dl-menuwrapper .menu-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.dl-menuwrapper .menu-item a {
  display: block;
  padding: 8px;
}
.dl-menuwrapper .menu-item a:hover {
  background: #f5f5f5;
  color: #6a6767;
}
.dl-menuwrapper .menu-item .dl-submenu a:before {
  content: " - ";
}
.dl-menuwrapper .menu-item .dl-submenu .dl-submenu a:before {
  content: "  -- ";
}
.dl-open-trigger {
  height: 35px;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.dl-open-trigger .fa-reorder {
  float: right;
  display: block;
  font-size: 18px;
  line-height: 35px;
  margin-right: 10px;
}
#dl-menu > ul.dl-menu {
  display: none;
}
#dl-menu > ul.dl-menu > .menu-item:first-child {
  border-top: none;
}
#dl-menu .dl-open-trigger {
  text-align: center;
}
#dl-menu .dl-menu-text {
  line-height: 35px;
  font-size: 18px;
  text-align: center;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/* Effect 2: Move Up */
.post-grid.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.box {
  width: 70%;
  height: 200px;
  background: #FFF;
  margin: 40px auto;
}
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px 0 #777777;
  box-shadow: 0 15px 10px 0 #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.call-to-action {
  background: #f8f7f7;
  padding: 2em 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {
  display: inline-block;
}
/*SITE SETTINGS*/
#site-settings {
  width: 240px;
  position: fixed;
  top: 100px;
  left: -240px;
  background-color: #fff;
  color: #fff;
  border-radius: 0 0 5px 0;
  z-index: 10000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
#site-settings #site-settings-heading {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top-right-radius: 5px;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding: 5px 20px;
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
}
#site-settings #site-settings-heading #settings-icon {
  background-color: #f2f2f2;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  font-size: 24px;
  line-height: 42px;
  color: #4d4d4d;
  position: absolute;
  right: -40px;
  top: 42px;
  width: 30px;
  height: 42px;
  text-align: right;
  border-radius: 0 4px 4px 0;
  padding-right: 8px;
  -webkit-box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.4);
  border: 1px solid #e5e5e5;
}
#site-settings hr.fancy {
  margin: 10px 0;
}
#site-settings #bg_patterns img,
#site-settings #skin_colors img,
#site-settings #bg_images img {
  width: 25px;
  height: 25px;
  border: 1px solid #e5e5e5;
  margin-right: 3.5px;
  margin-bottom: 3.5px;
}
#site-settings #site-settings-main {
  padding: 10px 20px 20px;
}
#site-settings #site-settings-main label {
  display: block;
  margin: 10px 0 5px;
  color: #6a6767;
  text-transform: uppercase;
  text-align: center;
}
#site-settings #site-settings-main select {
  padding: 5px;
  width: 100%;
}
#site-settings #site-settings-main .color-scheme.selected img {
  border: 3px solid white;
  margin: 2px;
}
#site-settings #site-settings-main .color-scheme img {
  margin: 5px;
}
hr.fancy {
  border: 0;
  height: 1px;
  background: #e5e5e5;
  background-image: -webkit-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -moz-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -o-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -ms-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: linear-gradient(left, #efefef, #e5e5e5, #efefef);
}
.alert .close,
.pagination .fa-angle-double-left,
.pagination .fa-angle-double-right {
  font-size: 12px;
}
h1 .fa-1x,
h2 .fa-1x,
h3 .fa-1x,
h4 .fa-1x,
h5 .fa-1x,
h6 .fa-1x,
h1 .fa-2x,
h2 .fa-2x,
h3 .fa-2x,
h4 .fa-2x,
h5 .fa-2x,
h6 .fa-2x,
h1 .fa-3x,
h2 .fa-3x,
h3 .fa-3x,
h4 .fa-3x,
h5 .fa-3x,
h6 .fa-3x,
h1 .fa-4x,
h2 .fa-4x,
h3 .fa-4x,
h4 .fa-4x,
h5 .fa-4x,
h6 .fa-4x,
h1 .fa-5x,
h2 .fa-5x,
h3 .fa-5x,
h4 .fa-5x,
h5 .fa-5x,
h6 .fa-5x,
h1 .fa-6x,
h2 .fa-6x,
h3 .fa-6x,
h4 .fa-6x,
h5 .fa-6x,
h6 .fa-6x {
  font-size: 1em;
  display: inline-block;
  margin-right: 10px;
}
#cboxClose {
  border: none !important;
}
/*RESPONSIVE*/
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .main-menu ul > li a {
    padding: 0 0.6em;
  }
  #fluid-layout .infinite-row {
    width: 100%;
  }
  #boxed-layout {
    width: 764px;
  }
  .post-grid.post-grid-full {
    width: 30%;
    float: left;
    margin: 1.5%;
  }
  .post-grid.post-grid-third,
  .post-grid.post-grid-full,
  .col-md-12 .post-grid.post-grid-third {
    width: 31.1%;
    float: left;
    margin: 1.1%;
  }
}
@media (max-width: 767px) {
  .post-grid.post-grid-third,
  .post-grid.post-grid-full,
  .col-md-12 .post-grid.post-grid-third {
    width: 46%;
    float: left;
    margin: 2%;
  }
  .bg-section,
  #boxed-layout .bg-section {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  .one-col,
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col {
    float: none;
    margin: 1em;
    width: 100%;
  }
  .pricing-table .price-item {
    margin: 3em 0;
  }
  .onehalf,
  .onethird,
  .twothird,
  .onefourth,
  .twofourth,
  .threefourth {
    float: none;
    margin: 1em;
    width: 100%;
  }
  .post-image .fa-minus-sign {
    top: 37%;
    left: 45%;
  }
  #boxed-layout {
    width: auto;
    padding: 0;
  }
  #fluid-layout .infinite-row {
    width: 100%;
  }
  #site-settings {
    display: none;
  }
  [class*="span"] {
    margin-bottom: 1em;
  }
  #latest-posts-container .flex-viewport {
    margin-left: 0px;
  }
  #latest-posts-container li div {
    margin-right: 0px;
  }
  #latest-posts-container #latest-posts-slider .flex-direction-nav {
    top: -28px;
  }
  .copyright .col-md-6.social-icon-container {
    margin-bottom: 1em;
  }
  .copyright .col-md-6.social-icon-container ul {
    float: none;
  }
  .copyright .col-md-6 {
    margin-bottom: 5px;
  }
  .copyright .col-md-6 p {
    line-height: 21px;
    margin-top: 10px;
  }
  #dl-menu {
    display: block;
  }
  .fixed-header #fixed-header-fix {
    padding-top: 0px;
  }
  #title-container ul {
    float: none;
  }
  .logo-container {
    padding-bottom: 0 !important;
  }
  .main-menu .nav {
    float: none;
    height: auto !important;
    line-height: 1.5em !important;
    margin-bottom: 0;
    text-align: left;
  }
  .main-menu .nav #menu-item-search,
  .main-menu .nav .cart-menu-first.cart-menu {
    display: none;
  }
  .main-menu .nav li,
  .main-menu .nav .current-menu-item,
  .main-menu .nav .current-menu-ancestor,
  .main-menu .nav .current-menu-parent,
  .main-menu .nav > li:hover,
  .main-menu .nav > li:focus {
    border-top: none !important;
  }
  .main-menu .nav a {
    padding: 10px !important;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-menu .nav li {
    text-align: left;
  }
  .main-menu .nav li:hover a {
    border-color: #e5e5e5 !important;
  }
  .main-menu .nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
  }
  .main-menu .nav .dropdown-menu > li {
    border: none;
  }
  .main-menu .nav .dropdown-menu > li a {
    padding: 8px 8px 8px 25px !important;
    height: auto;
    line-height: 1.5em;
  }
  .main-menu .nav .dropdown-menu > li a:hover,
  .main-menu .nav .dropdown-menu > li a:focus {
    background: #f5f5f5;
  }
  .main-menu .nav .dropdown-menu > li a:before {
    content: '- ';
  }
  .main-menu .nav .dropdown-menu .sub-arrow {
    margin-top: 5px !important;
  }
  .main-menu .nav .dropdown-menu .dropdown-menu > li > a {
    padding-left: 35px !important;
  }
  .main-menu .nav .dropdown-menu .dropdown-menu > li > a:before {
    content: '-- ';
  }
  .main-menu > .navbar-collapse {
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .main-menu > .navbar-collapse > ul {
    display: block !important;
  }
  .top-menu {
    height: auto;
    float: none;
  }
  .top-menu .navbar-toggle {
    float: none;
    text-align: center;
  }
  .top-menu .cart-menu-second.cart-menu {
    display: none;
  }
  .top-menu ul > li:first-child a,
  .top-menu ul > li a {
    border: none !important;
  }
  .top-menu .navbar-nav {
    margin-top: 0;
  }
  .top-menu .navbar-toggle,
  .top-menu .navbar-collapse {
    border-color: #e5e5e5;
    background: #fff;
    color: #333;
    border-radius: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .top-menu .navbar-toggle {
    margin-bottom: 0;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
  }
  .top-menu .navbar-toggle .fa {
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: 9px;
  }
  .top-menu .navbar-collapse {
    border-top: none;
  }
  .top-menu .navbar-collapse li {
    border-bottom: 1px solid #e5e5e5;
  }
  .top-menu .navbar-collapse li a {
    color: #1a1a1a;
  }
  .top-menu .navbar-collapse li a:hover {
    background: #f5f5f5;
  }
  #sticky-header {
    display: none !important;
  }
  .secondary-header {
    height: auto;
  }
  .social-icon-container {
    margin: 0 !important;
  }
  .secondary-header.version4 .social-icon-container {
    text-align: center;
  }
  .secondary-header .dl-open-trigger {
    border-color: #e5e5e5;
    background: #fff;
    color: #333;
  }
  .secondary-header .main-menu-sma.dl-menuwrapper {
    background: #fff;
    width: 60%;
    margin-left: 20%;
  }
  .secondary-header .social-icon-container {
    text-align: center;
  }
  .secondary-header .callout-text {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .main-header .infinite-row:first-child {
    border-bottom: none !important;
  }
  .logo-container {
    padding-left: 0;
    margin-bottom: 0;
  }
  .col-md-3 h1.logo {
    text-align: center;
    padding: 0;
  }
  .fixed-header .main-header .infinite-row {
    background-color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #boxed-layout {
    box-shadow: none;
  }
  .infinite-row {
    padding: 0;
  }
  .infinite-row .container {
    padding: 0 20px;
  }
  .fixed-header .main-header {
    position: relative;
    top: auto;
  }
  .fixed-header-fix {
    height: auto;
  }
  .fixed-header .main-header .infinite-row {
    box-shadow: none;
  }
  .alignleft {
    float: none;
    margin: 1em auto;
  }
  .alignright {
    float: none;
    margin: 1em auto;
  }
}
@media (min-width: 400px) {
  #latest-posts-container li div {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .main-header .infinite-row {
    border-bottom: none;
  }
  .col-md-3 h1.logo {
    text-align: center;
    padding: 0;
  }
  .post-image .fa-minus-sign {
    top: 35%;
    left: 42%;
  }
}
@media (max-width: 400px) {
  .post-grid.post-grid-third,
  .post-grid.post-grid-full,
  .post-grid.post-grid-third,
  .post-grid.post-grid-full,
  .col-md-12 .post-grid.post-grid-third {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .post-grid .post-image .grid-dummy-image .fa-pencil,
  .post-grid .post-image .fa-search,
  .recent-post .post-image .grid-dummy-image .fa-pencil,
  .recent-post .post-image .fa-search {
    top: 34%;
    left: 40%;
  }
  .col-md-9 .post-grid .post-image .grid-dummy-image .fa-pencil,
  .col-md-9 .post-grid .post-image .fa-search,
  .col-md-9 .recent-post .post-image .grid-dummy-image .fa-pencil,
  .col-md-9 .recent-post .post-image .fa-search {
    top: 32%;
    left: 36%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel .post-image a .fa-search {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
  .sidebar-posts .post-title h5 {
    margin-top: 2px;
  }
  .secondary-header {
    height: auto;
  }
  .col-md-1,
  .col-lg-1,
  .col-md-2,
  .col-lg-2,
  .col-md-3,
  .col-lg-3,
  .col-md-4,
  .col-lg-4,
  .col-md-5,
  .col-lg-5,
  .col-md-6,
  .col-lg-6,
  .col-md-7,
  .col-lg-7,
  .col-md-8,
  .col-lg-8,
  .col-md-9,
  .col-lg-9,
  .col-md-10,
  .col-lg-10,
  .col-md-11,
  .col-lg-11,
  .col-md-12,
  .col-lg-12 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .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 {
    margin-bottom: 30px;
  }
  .post-grid .post-image .grid-dummy-image,
  .recent-post .post-image .grid-dummy-image {
    width: 100%;
  }
  .post-share.social-icon-container ul {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
  .post-share span {
    float: none;
  }
  .main-sidebar .search input {
    width: 98%;
  }
  .fixed-header .fixed-header-fix {
    height: 0;
  }
  .pagination.post-pagination i {
    display: none;
  }
  .pagination.post-pagination .next,
  .pagination.post-pagination .previous {
    text-align: center;
  }
  .pagination.post-pagination .next .text,
  .pagination.post-pagination .previous .text,
  .pagination.post-pagination .next h4,
  .pagination.post-pagination .previous h4 {
    margin-left: 0;
    margin-right: 0;
  }
  .pagination.post-pagination .previous {
    border-bottom: 1px dotted #e5e5e5;
  }
  .post-grid .post-image .grid-dummy-image .fa-pencil,
  .post-grid .post-image .fa-search.dummy,
  .recent-post .post-image .grid-dummy-image .fa-pencil,
  .recent-post .post-image .fa-search.dummy {
    top: 36%;
    left: 42%;
  }
  .post-grid .post-image .fa-search,
  .recent-post .post-image .fa-search {
    top: 36%;
    left: 42%;
  }
  .four-column .portfolio-grid-alt-item,
  .three-column .portfolio-grid-alt-item,
  .two-column .portfolio-grid-alt-item {
    width: 100%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel .post-image a .fa-search {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
  #dl-menu {
    display: block;
  }
  .cbp_tmtimeline {
    margin-right: 0;
  }
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 40px;
    margin-left: 0;
    left: 30px;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    margin-top: 0px;
    padding-top: 10px;
  }
  .cbp_tmtimeline > li .cbp_tmtime .cbp_month {
    font-size: 14px;
  }
  .cbp_tmtimeline > li .cbp_tmtime .cbp_date {
    font-size: 20px;
  }
  .cbp_tmtimeline > li .cbp_tmtime .cbp_year {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 40px 0;
    padding: 1em;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 40px;
    border-right-color: transparent;
    border-bottom-color: #f7f7f7;
    top: -30px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:before {
    right: auto;
    left: 39px;
    border-right-color: transparent;
    border-bottom-color: #e5e5e5;
    top: -32px;
  }
  .cbp_tmtimeline > li .cbp_author,
  .cbp_tmtimeline > li .cbp_comments {
    display: none;
  }
}
/* MEDIA QUERIES FOR infinite*/
@media (min-width: 1200px) {
  #latest-posts-container .flex-viewport {
    margin-left: 30px;
  }
  #latest-posts-container li div {
    margin-right: 30px;
  }
  #fluid-layout .infinite-row {
    width: 100%;
  }
  #boxed-layout {
    width: 1200px;
  }
  .post-grid .post-image .grid-dummy-image .fa-pencil,
  .post-grid .post-image .fa-search,
  .recent-post .post-image .grid-dummy-image .fa-pencil,
  .recent-post .post-image .fa-search {
    top: 76px;
    left: 111px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel .post-image a .fa-search {
    font-size: 36px;
    height: 72px;
    width: 72px;
    line-height: 72px;
    margin-left: -36px;
    margin-top: -36px;
  }
  .recent-portfolio {
    width: 115px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .recent-portfolio .fa-minus-sign {
    position: absolute;
    top: 35px;
    left: 35px;
  }
  .recent-portfolio img {
    width: 115px;
    height: 115px;
  }
}
