/*
  Theme Name: Slupy WordPress Theme
  Theme URI: http://slupytheme.com
  Author: ThemeSama (@theme_sama)
  Author URI: http://themesama.com
  Version: 1.1.2
  Tags: blue, orange, yellow, green, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
  Description: Slupy Multi-Purpose WordPress Theme
  Text Domain: slupy
*/
/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Columns Layout
 *   2.1 - Default Columns
 *   2.2 - Disable Responsive
 *   2.3 - Clear Elements
 * 3.0 - Basic Structure
 *   3.1 - Heading Sizes
 * 4.0 - Top-Bar
 * 5.0 - Header
 *   5.1 - Logo
 *   5.2 - Main Menu
 *   5.3 - Mega Menu
 *   5.4 - Sticky Header
 *   5.5 - Header Types
 * 6.0 - Menu Additional
 *   6.1 - Sticky Menu Additional
 *   6.2 - WPML Content
 *   6.3 - Social Content
 *   6.4 - Search Content
 *   6.5 - Shopping Cart
 * 7.0 - Page Header
 * 8.0 - Main
 * 9.0  - Boxed Layout
 *   9.1 - Top-Bar
 *   9.2 - Header
 *   9.3 - Content & Elements
 *   9.4 - Widgets
 *   9.5 - Footer
 * 10.0 - Blog
 *    10.1 - Article Header
 *    10.2 - Article Media
 *    10.3 - Article Content
 *    10.4 - Article Footer
 *    10.5 - Article Meta
 *    10.6 - Prev & Next Article Nav
 *    10.7 - Related Posts List
 *    10.8 - Single Post
 *       10.8.1 - Author Bio
 *       10.8.2 - Author Social Icons
 *    10.9 - Password Form
 *    10.10 - Blog Navigation
 *    10.11 - Comments Section
 *    10.12 - Comment Form
 *    10.13 - Masonry Config
 * 11.0 - Portfolio
 *    11.1 - Filter
 *    11.2 - Meta
 *    11.3 - Thumbnails & Models
 * 12.0 - Carousel Portfolio
 * 13.0 - Misc Classes
 * 14.0 - Custom Styles
 *    14.1 - Highlight
 *    14.2 - page404
 *    14.3 - Blank Page
 *    14.4 - Landing Page
 *    14.5 - Contact Form 7 & Slupy Contact Form Fields
 *    14.6 - Buttons
 *    14.7 - Select Box
 *    14.8 - Gallery Shortcode
 *    14.9 - Slupy Slider
 *    14.10 - Back Top Button
 * 15.0 - Widget Styles
 *    15.1 - General
 *    15.2 - Default Widgets Styles
 * 16.0 - Footer
 *    16.1 - Footer Widgets
 *    16.2 - Columns
 *    16.3 - Copyright Text
 * 17.0 - Font Awasome
 * 18.0 - Border Radius
 * 19.0 - Transitions
 * 20.0 - Slupy Blog Icons
 * -----------------------------------------------------------------------------
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize
-------------------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  max-width: 100%;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

address {
  margin-bottom: 20px;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 2px 20px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

blockquote {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6em;
  margin-left: 0;
  margin-bottom: 20px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bac3c8;
}

iframe {
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Columns Layout
-------------------------------------------------------------------------*/
.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-boxed #main {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.container-boxed .container {
  width: 100%;
}

/* Section Background */
.is-media-container,
.is-media-container > .column-container {
  position: relative;
  z-index: 3;
}

.section-cover,
.section-bgvideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.section-bgvideo {
  z-index: 1;
  overflow: hidden;
}

.section-bgvideo video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.section-bgvideo .mejs-controls,
.section-bgvideo .mejs-overlay-button {
  display: none !important;
}

[data-parallax="background"] {
  background-attachment: fixed !important;
  background-size: cover;
  background-position: 50% 0;
}

.is-mobile-background {
  background-attachment: scroll !important;
  background-size: cover;
  background-position: center center;
}

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

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

/*No Padding Columns*/
.no-padding [class^="col-xs-"],
.no-padding [class*=" col-xs-"],
.no-padding [class^="col-sm-"],
.no-padding [class*=" col-sm-"],
.no-padding [class^="col-md-"],
.no-padding [class*=" col-md-"],
.no-padding [class^="col-lg-"],
.no-padding [class*=" col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}

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

.disable-responsive #main {
  min-width: 1200px;
}
.disable-responsive.container-boxed #main {
  min-width: 1170px;
}
.disable-responsive .col-lg-1 {
  width: 8.33333333%;
  float: left;
}
.disable-responsive .col-lg-2 {
  width: 16.66666667%;
  float: left;
}
.disable-responsive .col-lg-3 {
  width: 25%;
  float: left;
}
.disable-responsive .col-lg-4 {
  width: 33.33333333%;
  float: left;
}
.disable-responsive .col-lg-5 {
  width: 41.66666667%;
  float: left;
}
.disable-responsive .col-lg-6 {
  width: 50%;
  float: left;
}
.disable-responsive .col-lg-7 {
  width: 58.33333333%;
  float: left;
}
.disable-responsive .col-lg-8 {
  width: 66.66666667%;
  float: left;
}
.disable-responsive .col-lg-9 {
  width: 75%;
  float: left;
}
.disable-responsive .col-lg-10 {
  width: 83.33333333%;
  float: left;
}
.disable-responsive .col-lg-11 {
  width: 91.66666667%;
  float: left;
}
.disable-responsive .col-xs-12,
.disable-responsive .col-sm-12,
.disable-responsive .col-md-12,
.disable-responsive .col-lg-12 {
  width: 100%;
  float: left;
}

.column-text:before,
.column-text:after,
.ts-photostream:before,
.ts-photostream:after,
.header-type:before,
.header-type:after,
.portfolio-filter-menu:before,
.portfolio-filter-menu:after,
.entry-meta:before,
.entry-meta:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.slupy-articles:before,
.slupy-articles:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.column-text:after,
.ts-photostream:after,
.header-type:after,
.portfolio-filter-menu:after,
.entry-meta:after,
.entry-header:after,
.entry-content:after,
.entry-footer:after,
.slupy-articles:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

/* Basic Structure
-------------------------------------------------------------------------*/
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 1.65em;
  color: #777;
  background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 20px;
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #777;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@font-face {
  font-family: 'slupyblog';
  src: url("css/fonts/slupyblog5e68.eot?-m1gh7j");
  src: url("css/fonts/slupyblogd41d.eot?#iefix-m1gh7j") format("embedded-opentype"), url("css/fonts/slupyblog5e68.woff?-m1gh7j") format("woff"), url("css/fonts/slupyblog5e68.ttf?-m1gh7j") format("truetype"), url("css/fonts/slupyblog5e68.svg?-m1gh7j#slupyblog") format("svg");
  font-weight: normal;
  font-style: normal;
}
#main {
  padding-left: 0;
  padding-right: 0;
}

/* Top-Bar
-------------------------------------------------------------------------*/
#top-bar {
  position: relative;
  z-index: 9998;
  border-top: 4px solid #fafbfb;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.top-bar-text {
  font-size: 12px;
  line-height: 40px;
}

.top-bar-menu {
  font-size: 12px;
  line-height: 1.6em;
}
.top-bar-menu ul.menu {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.top-bar-menu ul.menu ul {
  padding-left: 0;
  list-style: none;
}
.top-bar-menu ul.menu > li.menu-item-has-children {
  padding-right: 15px;
}
.top-bar-menu ul.menu > li {
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: left;
}
.top-bar-menu ul.menu > li.menu-item-has-children:after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1.6em;
  color: #c9c9c9;
}
.top-bar-menu ul.menu > li:hover > a {
  color: inherit;
}
.top-bar-menu ul.menu > li:hover > ul {
  display: inline;
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top-bar-menu ul.menu > li:hover.menu-item-has-children:after {
  content: '\f106';
}
.top-bar-menu ul.menu > li > a {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  display: block;
}
.top-bar-menu ul.menu > li > ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 300px;
  display: none;
  visibility: hidden;
  border-top: 4px solid #fff;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.top-bar-menu ul.menu > li > ul li a {
  text-indent: 0;
  background-color: #fff;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #f6f3f3;
  font-weight: normal;
}
.top-bar-menu ul.menu > li > ul li a:hover {
  color: #fff;
}
.top-bar-menu ul.menu > li > ul li ul li a {
  text-indent: 15px;
}
.top-bar-menu ul.menu > li > ul li:last-child a {
  border-bottom: 0;
}

/* Header
-------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 300;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header .header-type {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header #logo a, #header #logo .site-logo {
  display: inline-block;
}
#header #logo .logo-icon {
  margin-right: 15px;
}
#header #logo .site-light-logo,
#header #logo .sticky-logo {
  display: none;
}
#header #logo h1 {
  margin-bottom: 0;
  font-size: 26px;
}
#header #logo img {
  height: auto;
}
#header .main-menu-notice {
  line-height: 40px;
}
#header div.menu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#header ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#header ul.menu > li.menu-item {
  position: relative;
  float: left;
}
#header ul.menu > li.menu-item > a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
}
#header ul.menu > li.menu-item.active-menu-item > a, #header ul.menu > li.menu-item:hover > a {
  color: #fff !important;
}
#header ul.menu > li.menu-item.active-menu-item > a:after, #header ul.menu > li.menu-item:hover > a:after {
  color: #fff;
}
#header ul.menu > li.menu-item-has-children > a:after {
  content: '\f0d7';
  padding-left: 5px;
  opacity: .4;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
#header ul.menu ul.sub-menu {
  position: absolute;
  z-index: 13;
  top: 100%;
  display: none;
  padding-left: 0;
  min-width: 190px;
  list-style: none;
  border-top: 4px solid #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#header ul.menu ul.sub-menu > li.menu-item {
  position: relative;
}
#header ul.menu ul.sub-menu > li.menu-item > a {
  display: block;
  min-width: 120px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 36px;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
}
#header ul.menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -4px;
}
#header ul.menu ul.sub-menu ul.sub-menu.in-window {
  left: auto;
  right: 100%;
}
#header ul.menu ul.sub-menu.in-window {
  right: 0;
}
#header ul.menu .menu-content {
  display: none;
}
#header ul.menu > li.mega-menu {
  position: inherit;
}
#header ul.menu > li.mega-menu > ul.sub-menu {
  top: auto;
  left: auto;
  margin-left: 15px;
  right: 15px;
  width: auto;
  max-width: 100%;
  background-color: #fff;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item {
  position: relative;
  display: table-cell;
  border-right: 1px solid #f0f1f5;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item:last-child {
  border-right-width: 0;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item > a {
  font-size: 14px;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item > a:empty {
  display: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item .menu-content {
  padding: 10px;
  display: block;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu {
  position: relative;
  left: 0;
  top: 0;
  border-top: 0;
  min-width: 95px;
  display: block !important;
  opacity: 1 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu li.menu-item {
  float: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu li.menu-item a:empty {
  display: none;
}
#header ul.menu > li.mega-menu .mega-menu-heading {
  margin: -10px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #f6f3f3;
  background-color: #fafafa;
}
#header ul.menu > li.mega-menu .mega-menu-heading:last-child {
  margin-bottom: -10px;
}
#header ul.menu > li.mega-menu.full-width ul.sub-menu {
  left: 0 !important;
}
#header ul.menu .menu-icon {
  font-size: 16px;
  margin-right: 5px;
}
#header .landing-menu ul.menu > li.menu-item > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header .mega-menu .col-mm-1 {
  width: 95px;
}
#header .mega-menu .col-mm-2 {
  width: 190px;
}
#header .mega-menu .col-mm-3 {
  width: 285px;
}
#header .mega-menu .col-mm-4 {
  width: 380px;
}
#header .mega-menu .col-mm-5 {
  width: 475px;
}
#header .mega-menu .col-mm-6 {
  width: 570px;
}
#header .mega-menu .col-mm-7 {
  width: 665px;
}
#header .mega-menu .col-mm-8 {
  width: 760px;
}
#header .mega-menu .col-mm-9 {
  width: 855px;
}
#header .mega-menu .col-mm-10 {
  width: 950px;
}
#header .mega-menu .col-mm-11 {
  width: 1045px;
}
#header .mega-menu .col-mm-12 {
  width: 1140px;
}
#header .menu-additional > ul > li > a {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#header .menu-additional > ul > li .menu-content {
  top: 39px;
}
#header.sticky-header {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px !important;
  background-color: #fff;
  border-bottom-width: 0;
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
#header.sticky-header .header-type {
  padding-top: 0;
  padding-bottom: 0;
}
#header.sticky-header #logo {
  text-align: left;
  float: left;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#header.sticky-header #logo h1 {
  font-size: 16px;
  line-height: 40px;
}
#header.sticky-header #logo .sticky-logo {
  display: inline-block;
}
#header.sticky-header #logo .site-light-logo,
#header.sticky-header #logo .site-logo {
  display: none !important;
}
#header.sticky-header #logo .logo-icon {
  margin-right: 5px;
}
#header.sticky-header #logo img {
  margin: 4px 0;
  width: auto;
  height: 32px;
}
#header.sticky-header .nav-content {
  float: right;
}
#header.sticky-header nav {
  width: auto !important;
  float: right !important;
}
#header.sticky-header .menu-additional {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
#header.sticky-header .menu-additional ul li a {
  border-bottom: 0;
  border-top: 0;
}
#header.sticky-header #mobile-menu-button {
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}
#header .header-standard,
#header .header-big {
  display: table;
  width: 100%;
}
#header .header-standard #logo,
#header .header-big #logo {
  display: table-cell;
  margin-right: 15px;
  vertical-align: middle;
}
#header .header-standard .nav-content,
#header .header-big .nav-content {
  display: table-cell;
  vertical-align: middle;
}
#header .header-standard nav,
#header .header-big nav {
  float: right;
}
#header .header-big nav {
  float: right;
  width: 100%;
}
#header .header-big nav > div {
  float: right;
}
#header .header-big .menu-additional {
  margin-bottom: 10px;
}
#header .header-big ul.menu {
  float: right;
}
#header .header-center #logo {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
#header .header-center .nav-content {
  display: table;
  margin: auto;
}
#header .header-center nav {
  float: left;
}
#header .header-underlogo #logo {
  float: left;
  margin-bottom: 10px;
}
#header .header-underlogo nav {
  float: left;
  width: 100%;
  margin-left: -10px;
}
#header #mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f3f3;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
#header #mobile-menu-button:hover {
  color: #fff;
}

/* Transparent Header
-------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .slupy-transparent-header #header {
    background-color: transparent;
    border-bottom-width: 0;
  }
  .slupy-transparent-header #header #logo .site-light-logo {
    display: inline-block;
  }
  .slupy-transparent-header #header #logo .logo-icon,
  .slupy-transparent-header #header #logo .site-logo {
    color: #fff;
  }
  .slupy-transparent-header #header #logo .site-logo img {
    display: none;
  }
  .slupy-transparent-header #header .menu-additional-btn > a {
    color: #fff;
    border-width: 0;
  }
  .slupy-transparent-header #header .menu-additional-btn > a:hover {
    background-color: transparent;
  }
  .slupy-transparent-header #header .menu-additional-btn.active-menu-content > a {
    background-color: transparent;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item > a {
    color: #fff;
    background-color: transparent;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item.current-menu-ancestor > a,
  .slupy-transparent-header #header ul.menu > li.menu-item.current-menu-item > a {
    color: #fff;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item-has-children > a:after {
    content: '';
    padding-left: 0;
  }
  .slupy-transparent-header #header.sticky-header {
    background-color: #fff;
  }
  .slupy-transparent-header #header.sticky-header #logo .logo-icon {
    color: #333;
  }
  .slupy-transparent-header #header.sticky-header ul.menu > li.menu-item > a {
    color: #555;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li > a {
    border-left-width: 1px;
    color: #777;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li.active-menu-content > a, .slupy-transparent-header #header.sticky-header .menu-additional > ul > li:hover > a {
    color: #fff;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li:last-child > a {
    border-right-width: 1px;
  }
  .slupy-transparent-header #page-header {
    margin-top: -100px;
    padding-top: 100px;
  }
  .slupy-transparent-header #page-header .rev_slider_wrapper {
    margin-top: -100px;
  }
}
/* Menu Additional
-------------------------------------------------------------------------*/
.menu-additional {
  margin-left: 15px;
}
.menu-additional > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu-additional > ul > li {
  float: left;
  position: relative;
}
.menu-additional > ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #777;
  text-align: center;
  border: 1px solid #f6f3f3;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.menu-additional > ul > li.active-menu-content > a, .menu-additional > ul > li:hover > a {
  color: #fff;
}
.menu-additional > ul > li.active-menu-content .menu-content {
  display: block !important;
  -webkit-animation-name: fadeInDown !important;
  animation-name: fadeInDown !important;
}
.menu-additional > ul > li:last-child > a {
  border-right: 1px solid #f6f3f3;
}
.menu-additional > ul > li .wpml-lang {
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.menu-additional > ul > li .menu-content {
  display: none;
  position: absolute;
  z-index: 13;
  top: 40px;
  border-width: 4px 0 0 0;
  border-style: solid;
  background-color: #fff;
  animation-name: fadeOutDown;
  -webkit-animation-name: fadeOutDown;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.menu-additional > ul > li .menu-custom-content {
  padding: 15px;
  min-width: 270px;
  text-align: left;
}
.menu-additional.pull-right .menu-content {
  right: 0;
}
.menu-additional.pull-left {
  margin-left: 0;
  margin-right: 15px;
}
.menu-additional.pull-left .menu-content {
  left: 0;
}

.sticky-menu-additional {
  position: fixed;
  z-index: 9;
  top: 0;
  -webkit-transform: translateZ(0);
}
.sticky-menu-additional .menu-content {
  right: 0 !important;
  left: auto !important;
}
.sticky-menu-additional.pull-left {
  margin-right: 0;
}
.sticky-menu-additional > ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sticky-menu-additional > ul.floatleft .menu-content {
  left: auto;
  right: 0;
}
.sticky-menu-additional > ul.floatright .search-content .menu-content {
  right: 0;
}
.sticky-menu-additional .social-links-content,
.sticky-menu-additional .custom-content,
.sticky-menu-additional .language-change-content {
  display: none;
}
.sticky-menu-additional .search-content > a {
  border-right: 1px solid #f6f3f3;
}

.lang-content {
  max-width: 300px;
  min-width: 150px;
}
.lang-content ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.lang-content ul li {
  text-align: left;
}
.lang-content ul li a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  border-bottom: 1px solid #f6f3f3;
}
.lang-content ul li a:hover {
  color: #fff;
}
.lang-content ul li a img {
  margin-right: 10px;
  vertical-align: middle;
}
.lang-content ul li:last-child a {
  border-bottom-width: 0;
}

.social-content {
  max-width: 300px;
  display: table;
}
.social-content ul {
  padding-left: 0;
  list-style: none;
}
.social-content > ul > li {
  display: table-cell;
}
.social-content > ul > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #c2c2c2;
}
.social-content > ul > li a:hover {
  background-color: #f6f3f3;
  color: inherit;
}

.search-content {
  font-size: 12px;
  line-height: 1.6em;
}
.search-content input[type="search"] {
  padding: 15px;
  border: 0;
  width: 300px;
  -webkit-appearance: none;
}
.search-content button {
  display: none;
}
.search-content .search-results {
  border-top: 1px solid #f6f3f3;
  display: none;
}
.search-content .search-results ul {
  padding-left: 0;
  list-style: none;
}
.search-content .search-results ul li {
  text-align: left;
}
.search-content .search-results ul li a {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #f6f3f3;
  font-size: 12px;
  line-height: 1.6em;
}
.search-content .search-results ul li a:hover {
  color: #fff;
}
.search-content .search-results ul li.total-results {
  background-color: #f2f2f2;
}
.search-content .search-results ul li.total-results a {
  border-bottom: 0;
  color: #adaeb1;
  font-weight: normal;
}
.search-content .search-results ul li.total-results a span {
  float: right;
}
.search-content .search-results ul li.total-results a:hover {
  color: #fff;
}

.menu-content .widget_shopping_cart_content {
  min-width: 300px;
}

.widget_shopping_cart_content {
  background-color: #fff;
  text-align: left;
}
.widget_shopping_cart_content a.remove {
  display: none !important;
}
.widget_shopping_cart_content ul {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.widget_shopping_cart_content > ul li {
  position: relative;
  padding: 10px;
  padding-left: 15px !important;
  min-height: 50px;
  border-bottom: 1px solid #f6f3f3;
}
.widget_shopping_cart_content > ul li:hover {
  background-color: #f6f3f3;
}
.widget_shopping_cart_content > ul li.empty {
  background-color: #fff;
  min-height: 20px;
  cursor: auto;
  padding: 15px;
  min-height: 10px;
}
.widget_shopping_cart_content > ul li a {
  position: relative;
  display: block;
  padding: 6px 15px 32px 60px !important;
}
.widget_shopping_cart_content > ul li a img {
  max-width: 50px;
  height: auto;
  position: absolute;
  left: 0 !important;
}
.widget_shopping_cart_content > ul li .variation {
  display: none;
}
.widget_shopping_cart_content > ul li .quantity {
  position: absolute;
  left: 75px;
  bottom: 15px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}
.widget_shopping_cart_content > ul li .quantity .total-item {
  display: inline-block;
}
.widget_shopping_cart_content > ul li .quantity .total-item span {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 7px;
}
.widget_shopping_cart_content > ul li .quantity .amount {
  padding: 0 7px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: inline-block;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.widget_shopping_cart_content > ul li .quantity .amount:before {
  content: '';
  position: absolute;
  right: -10px;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent;
  border-left-color: #0089e0;
  -moz-border-radius: 2px 14px 14px 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 14px 14px 2px;
}
.widget_shopping_cart_content > ul li .quantity .amount:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -4px;
  top: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.widget_shopping_cart_content p {
  margin-bottom: 0;
}
.widget_shopping_cart_content .buttons {
  float: left;
  width: 70%;
  text-align: right;
}
.widget_shopping_cart_content .buttons a {
  color: #fff;
  display: inline-block;
  width: 50%;
  min-height: 40px;
  float: left;
  text-align: center;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_shopping_cart_content .total {
  width: 30%;
  float: left;
  font-size: 18px;
  min-height: 40px;
  line-height: 40px;
  text-indent: 15px;
  color: #555;
  background-color: #f8f8f8;
}
.widget_shopping_cart_content .total strong {
  display: none;
}

/* Page Header
-------------------------------------------------------------------------*/
#page-header {
  position: relative;
  margin-top: 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#page-header .page-header-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#page-header .breadcrumbs {
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.6em;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2px;
}
#page-header .breadcrumbs .trail-browse {
  margin-right: 5px;
  font-weight: bold;
}
#page-header .breadcrumbs .sep {
  margin: 0 3px;
  opacity: .7;
  font-size: 11px;
}
#page-header .with-desc .breadcrumbs {
  margin-top: 23px;
}
#page-header .center-items .breadcrumbs,
#page-header .center-items .page-header-desc {
  padding-top: 5px;
  text-align: center;
}
#page-header .center-items .page-header-title {
  padding-bottom: 5px;
  text-align: center;
}
#page-header .page-header-desc {
  padding-top: 6px;
  font-size: 16px;
}
#page-header .page-header-desc.author-bio {
  font-size: inherit;
}
#page-header .page-header-desc p:last-child {
  margin-bottom: 0;
}
#page-header iframe {
  vertical-align: middle;
}

/* Main
-------------------------------------------------------------------------*/
#site-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-content .col-masonry-3 .type-post,
.left-content .col-masonry-4 .type-post,
.left-content .col-masonry-5 .type-post,
.right-content .col-masonry-3 .type-post,
.right-content .col-masonry-4 .type-post,
.right-content .col-masonry-5 .type-post {
  width: 50%;
}

.page-type-full-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-type-full-width .portfolio-container {
  margin-bottom: 0;
}

.portfolio-item-full-width {
  padding-left: 0;
  padding-right: 0;
}

.column-text p:last-child {
  margin-bottom: 0;
}

/* Boxed Layout
-------------------------------------------------------------------------*/
.container-boxed #top-bar {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional, .container-boxed #top-bar .menu-additional.pull-right {
  margin-right: -30px;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional .menu-additional-btn:last-child > a, .container-boxed #top-bar .menu-additional.pull-right .menu-additional-btn:last-child > a {
  border-right-width: 0;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional {
  margin-left: 0;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional .menu-content {
  right: 0 !important;
}
.container-boxed #top-bar .menu-additional.pull-left {
  margin-left: -30px;
}
.container-boxed #top-bar .menu-additional.pull-left .menu-additional-btn:first-child > a {
  border-left-width: 0;
}
.container-boxed #header {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #header .header-center #logo {
  padding-left: 0;
}
.container-boxed #header .header-center .nav-content {
  padding-right: 0;
}
.container-boxed #header .header-underlogo nav {
  padding-left: 15px;
  margin-left: -20px;
}
.container-boxed #header .header-underlogo .menu-additional {
  padding-right: 15px;
}
.container-boxed #header ul.menu > li.mega-menu > ul.sub-menu {
  margin-left: -15px;
  margin-right: -15px;
}
.container-boxed #header.sticky-header {
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}
.container-boxed #header.sticky-header #logo {
  padding-left: 0;
}
.container-boxed #header.sticky-header .nav-content {
  padding-right: 0;
}
.container-boxed #header.sticky-header .menu-additional {
  margin-right: -30px;
  margin-left: 0;
  padding-right: 0;
}
.container-boxed #header.sticky-header .menu-additional .menu-additional-btn:last-child > a {
  border-right-width: 0;
}
.container-boxed #page-header {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #site-content {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #site-content.page-type-full-width {
  padding-left: 0;
  padding-right: 0;
}
.container-boxed .nav-prev-next {
  border-top: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}
.container-boxed .comment-respond .comment-form,
.container-boxed .comment-respond .comment-reply-title {
  padding-left: 0;
  padding-right: 0;
}
.container-boxed .widget_product_search .widget-title,
.container-boxed .widget_search .widget-title {
  border-bottom-width: 0;
}
.container-boxed .widget_product_search form,
.container-boxed .widget_search form {
  padding: 0;
}
.container-boxed .widget_product_search form .search-submit,
.container-boxed .widget_search form .search-submit {
  right: 1px;
}
.container-boxed .slupy-widget .widget-title {
  padding: 0 0 10px 0;
}
.container-boxed .widget_polylang ul li a,
.container-boxed .widget_archive ul li a,
.container-boxed .widget_meta ul li a,
.container-boxed .widget_rss ul li a,
.container-boxed .widget_pages ul li a,
.container-boxed .widget_categories ul li a,
.container-boxed .widget_product_categories ul li a,
.container-boxed .widget_nav_menu ul li a {
  padding: 10px 20px 10px 0;
}
.container-boxed .widget_polylang ul li a:hover,
.container-boxed .widget_archive ul li a:hover,
.container-boxed .widget_meta ul li a:hover,
.container-boxed .widget_rss ul li a:hover,
.container-boxed .widget_pages ul li a:hover,
.container-boxed .widget_categories ul li a:hover,
.container-boxed .widget_product_categories ul li a:hover,
.container-boxed .widget_nav_menu ul li a:hover {
  padding-left: 5px;
}
.container-boxed .widget_layered_nav ul li,
.container-boxed .widget_recent_entries ul li {
  padding: 5px 0;
}
.container-boxed .widget_recent_comments ul li {
  padding: 15px 0 15px 30px;
}
.container-boxed .widget_recent_comments ul li:before {
  left: 0;
}
.container-boxed .slupy-widget .select-wrapper {
  border: 1px solid #f0f1f5;
  margin-top: -1px;
}
.container-boxed .slupy-widget .select-wrapper select {
  padding: 5px 30px 5px 10px;
}
.container-boxed .widget-count {
  right: 0;
}
.container-boxed .widget_rss .rssSummary {
  padding: 15px 0;
}
.container-boxed .widget_rss cite,
.container-boxed .widget_rss .rss-date {
  padding: 5px 0 5px 20px;
}
.container-boxed .widget_rss cite:before,
.container-boxed .widget_rss .rss-date:before {
  left: 0;
}
.container-boxed #calendar_wrap,
.container-boxed .slupy-widget .textwidget,
.container-boxed .slupy-widget .ts_shortcode_content,
.container-boxed .widget_product_tag_cloud .tagcloud,
.container-boxed .widget_layered_nav_filters ul,
.container-boxed .widget_price_filter .price_slider_wrapper,
.container-boxed .widget_tag_cloud .tagcloud {
  padding: 15px 0;
}
.container-boxed ul.cart_list li,
.container-boxed ul.product_list_widget li {
  padding: 0 0 10px 60px;
}
.container-boxed .widget_shopping_cart_content > ul li.empty {
  padding: 15px 0 !important;
}
.container-boxed .menu-additional .widget_shopping_cart_content > ul li.empty {
  padding: 15px !important;
}
.container-boxed #footer .footer-columns {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f7f7f7;
}
.container-boxed #footer .copyright-text {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content:empty {
  padding: 0;
  border-width: 0;
}

.ts-white-bg .slupy-articles .entry-media {
  margin-bottom: -1px;
}
.ts-white-bg .slupy-articles .entry-title {
  border: 1px solid #f0f1f5 !important;
  border-bottom-width: 0 !important;
}
.ts-white-bg .slupy-articles .entry-title .entry-icon {
  left: -1px;
}
.ts-white-bg .slupy-articles .entry-content {
  border: 1px solid #f0f1f5;
  padding: 20px;
  border-top-width: 0;
}
.ts-white-bg .slupy-articles .entry-meta-with-button {
  border-top: 0;
}
.ts-white-bg .slupy-articles .meta-pos-heading-after .entry-meta,
.ts-white-bg .slupy-articles .meta-pos-media-after .entry-meta {
  border-top: 1px solid #f0f1f5;
  border-bottom: 0;
}
.ts-white-bg .slupy-articles .entry-meta {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-top: 0;
}
.ts-white-bg .slupy-articles .meta-tags {
  padding-left: 0;
  border: 0 !important;
}
.ts-white-bg .entry-content {
  padding: 20px 0;
  border-top-width: 0;
}
.ts-white-bg .page-search-results .entry-title {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
}
.ts-white-bg .page-search-results .entry-content,
.ts-white-bg .page-search-results .entry-meta {
  padding: 5px 20px;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
}
.ts-white-bg .page-search-results .entry-content {
  padding: 20px;
}
.ts-white-bg.single ul.chat-format {
  margin: 0;
}
.ts-white-bg.single ul.chat-format li {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
}
.ts-white-bg.single ul.chat-format li:last-child {
  border-bottom-width: 1px;
}
.ts-white-bg .entry-header {
  background-color: #fafafa;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.ts-white-bg .entry-footer {
  border-width: 0;
}
.ts-white-bg .entry-meta {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #f0f1f5;
}
.ts-white-bg .meta-tags {
  border-bottom-width: 0;
  border-top-width: 0;
}
.ts-white-bg .related-posts {
  border-top: 0;
  padding: 20px 0;
}
.ts-white-bg .nav-prev-next {
  padding: 10px 0;
}
.ts-white-bg .author-bio .author-name {
  padding: 15px 0;
}
.ts-white-bg .author-bio > p {
  padding: 15px 0 0;
  min-height: 70px;
}
.ts-white-bg .author-bio .ts-social {
  padding: 0 0 20px;
}
.ts-white-bg .comments-title {
  padding: 15px 0;
}
.ts-white-bg .comment-list li {
  padding: 20px 0;
}
.ts-white-bg .comment-list li .comment-respond .comment-reply-title {
  padding-left: 20px;
  padding-right: 20px;
}
.ts-white-bg .select-wrapper {
  border: 1px solid #f0f1f5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-white-bg .owl-theme .owl-controls .owl-dot span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ts-white-bg .navigation.loadmore .slupy-loadmore-link {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .navigation.pagenumbers .page-numbers {
  border: 1px solid #f0f1f5;
  border-left-width: 0;
}
.ts-white-bg .navigation.pagenumbers .page-numbers:first-child {
  border-left-width: 1px !important;
}
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts span,
.ts-white-bg .navigation.oldernewer .posts-links .older-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .older-posts span {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts span {
  border-left-width: 0;
}
.ts-white-bg .portfolio-filter-menu a {
  border: 1px solid #f0f1f5;
  border-right-width: 0;
}
.ts-white-bg .portfolio-filter-menu ul li:last-child a {
  border-right: 1px solid #f0f1f5;
}
.ts-white-bg ul.products li.product h3 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f1f5;
}
.ts-white-bg .product-loop-details {
  background-color: #f7f7f7;
}
.ts-white-bg nav.woocommerce-pagination ul li a,
.ts-white-bg nav.woocommerce-pagination ul li span {
  border: 1px solid #f0f1f5;
  border-right-width: 0;
}
.ts-white-bg nav.woocommerce-pagination ul li:last-child a,
.ts-white-bg nav.woocommerce-pagination ul li:last-child span {
  border-right-width: 1px;
}
.ts-white-bg ul.products li.product > a,
.ts-white-bg .product-slider {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-white-bg .woocommerce-tabs ul.tabs li {
  background-color: #f8f8f8;
}
.ts-white-bg #order_review_heading,
.ts-white-bg .woocommerce-shipping-fields,
.ts-white-bg .woocommerce-billing-fields {
  border: 1px solid #f0f1f5;
}
.ts-white-bg #order_review_heading {
  border-bottom-width: 0;
}
.ts-white-bg h3.edit-address-heading,
.ts-white-bg h2.edit-account-details {
  padding: 0 0 15px;
  margin-left: 0;
  margin-right: 0;
}
.ts-white-bg .woocommerce-tabs .tab-container {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .woocommerce-message,
.ts-white-bg .woocommerce-error,
.ts-white-bg .woocommerce-info {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .woocommerce-message:before,
.ts-white-bg .woocommerce-error:before,
.ts-white-bg .woocommerce-info:before {
  top: -1px;
  left: -1px;
  bottom: -1px;
  height: auto;
}
.ts-white-bg #payment {
  border: 1px solid #f0f1f5;
}
.ts-white-bg table.shop_table,
.ts-white-bg table.cart {
  background-color: #e9eaed;
}
.ts-white-bg .checkout #order_review_heading {
  margin-left: 0;
  margin-right: 0;
}
.ts-white-bg form.login,
.ts-white-bg form.register,
.ts-white-bg .edit-account-form,
.ts-white-bg form.checkout_coupon,
.ts-white-bg form.edit-address-form,
.ts-white-bg form.lost_reset_password {
  padding: 0;
}
.ts-white-bg #reviews #comments h2 {
  padding: 15px 0;
}
.ts-white-bg .no-padding .ts-pricing-table {
  margin-left: -1px;
  margin-right: -1px;
}
.ts-white-bg .no-padding .ts-pricing-table .ts-price {
  border: 1px solid #f0f1f5;
  border-top-width: 0;
}

/* Blog
-------------------------------------------------------------------------*/
.type-post,
.page-search-results article {
  margin-bottom: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog-without-borders .entry-header {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.blog-without-borders .entry-content {
  border-left-width: 0;
  border-right-width: 0;
}
.blog-without-borders .entry-footer {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.entry-header {
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-top: 1px solid #f0f1f5;
}
.entry-header .wp-post-image {
  height: auto;
  max-width: 100%;
}
.entry-header .entry-title {
  margin-bottom: 0;
  min-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
}
.entry-header .entry-title .entry-icon {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  width: 50px;
  height: 50px;
  text-align: center;
}
.entry-header .entry-title .entry-icon a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
}
.entry-header .entry-title .entry-icon a .fa-caret-right {
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -10px;
  font-size: 20px;
}
.entry-header .entry-title > a {
  display: table-cell;
  padding: 11px 16px;
  vertical-align: middle;
}
.entry-header .entry-title.no-featured-image .entry-icon {
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 0;
}

.single-post .entry-header .entry-title {
  font-size: 20px;
}

.sticky .entry-format-icon:before {
  content: '\f08d';
  font-family: FontAwesome;
}

.entry-media {
  background-color: #fff;
}
.entry-media .format-image-media {
  display: block;
}
.entry-media .format-image-media img {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-media .format-image-media:hover img {
  opacity: .7;
}
.entry-media iframe,
.entry-media video,
.entry-media .wp-video {
  max-width: 100%;
  vertical-align: top;
}
.entry-media .mejs-poster {
  background-size: cover;
}
.entry-media .gallery {
  margin: 0 auto;
}
.entry-media.fit-entry-media {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.entry-media.fit-entry-media .wp-video {
  margin-left: auto;
  margin-right: auto;
}
.entry-media.fit-entry-media .fluid-width-video-wrapper:nth-child(2) {
  display: none;
}
.entry-media .attachment-image {
  position: relative;
  text-align: center;
}
.entry-media .attachment-image img {
  max-width: 100%;
  height: auto;
}
.entry-media .attachment-image:hover .navigation {
  opacity: 1;
}
.entry-media .attachment-image .navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-media .attachment-image .navigation a {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: inline-block;
  font-size: 24px;
}
.entry-media .attachment-image .navigation a:first-child {
  left: 0;
}
.entry-media .attachment-image .navigation a:last-child {
  left: auto;
  right: 0;
}
.entry-media .attachment-image .navigation a span {
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f1f5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.entry-media .attachment-image .navigation a:hover span {
  color: #fff;
}
.entry-media .attachment-image .navigation .previous-image {
  position: absolute;
  top: 50%;
  left: 15px;
}
.entry-media .attachment-image .navigation .next-image {
  position: absolute;
  right: 15px;
  top: 50%;
}

.entry-content {
  padding: 20px;
  border-top: 1px solid #f0f1f5;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  background-color: #fff;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .widget_search {
  margin-bottom: 0;
}
.entry-content .widget_search form.search {
  padding: 0;
}
.entry-content > blockquote {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content .gallery {
  margin-bottom: 20px;
}

.page-links-title {
  float: left;
  line-height: 32px;
  margin-right: 10px;
}

.page-links > a:first-child,
.page-links > span:first-child {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.page-links > a:last-child,
.page-links > span:last-child {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  border-right-width: 1px;
}
.page-links > a,
.page-links > span {
  min-width: 32px;
  min-height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #f0f1f5;
  float: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links > a:hover,
.page-links > span {
  color: #fff;
}

.entry-footer {
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}

.entry-meta-with-button {
  position: relative;
  border-top: 1px solid #f0f1f5;
}
.entry-meta-with-button .entry-meta {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0;
}
.entry-meta-with-button.load-more-active .entry-meta {
  padding-right: 140px;
}
.entry-meta-with-button .slupy-readmore {
  position: absolute;
  min-width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 0;
}
.entry-meta-with-button .slupy-readmore .slupy-more-button {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.entry-meta-with-button .slupy-readmore .slupy-more-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.entry-meta-with-button .slupy-readmore .slupy-more-button span {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  padding: 0 4%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.entry-meta {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.6em;
  color: #afafaf;
  border-top: 1px solid #f0f1f5;
}
.entry-meta:empty {
  display: none;
}
.entry-meta > span {
  float: left;
}
.entry-meta > span:before {
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 3px;
  color: #cdcdcd;
  line-height: 1em;
  vertical-align: middle;
}
.entry-meta a {
  position: relative;
  margin-right: 10px;
  color: #afafaf;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 11px;
}
.entry-meta a:hover {
  color: #88949b;
}
.entry-meta i {
  padding-right: 7px;
  font-size: 14px;
  line-height: 18px;
}
.entry-meta .comments-link {
  margin-right: 15px;
}
.entry-meta .comments-link a {
  margin-right: 0;
}
.entry-meta .entry-categories a,
.entry-meta .entry-tags a {
  margin-right: 0;
}
.entry-meta .entry-categories a:last-child,
.entry-meta .entry-tags a:last-child {
  margin-right: 15px;
}
.entry-meta .tag-links {
  padding: 7px 0 0 0;
}
.entry-meta .tag-links a {
  float: left;
  color: #afafaf;
  background-color: #f2f2f2;
  padding: 0 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.entry-meta .tag-links a:hover {
  color: #88949b;
}

.sticky .entry-date {
  display: none;
}

.readmore-type-button .more-link {
  display: table;
  margin-top: 15px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  padding: 0 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.type-post[class*="tag-"] .slupy-readmore {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.meta-pos-read-more .more-link {
  display: none;
}

.meta-pos-media-after .entry-icon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.meta-pos-media-after .entry-header .entry-title {
  border-top: 1px solid #f0f1f5;
}

.nav-prev-next {
  padding: 10px 20px;
  border-top: 1px solid #f0f1f5;
  background-color: #fff;
}
.nav-prev-next .prev-btn,
.nav-prev-next .next-btn {
  width: 50%;
  display: inline-block;
}
.nav-prev-next .next-btn {
  text-align: right;
}
.nav-prev-next .nav-prev-post {
  position: relative;
}
.nav-prev-next .nav-prev-post:before {
  content: '\f104';
  font-size: 14px;
  padding-right: 5px;
  padding-top: 2px;
}
.nav-prev-next .nav-next-post {
  position: relative;
}
.nav-prev-next .nav-next-post:after {
  content: '\f105';
  font-size: 14px;
  padding-left: 5px;
  padding-top: 2px;
}
.nav-prev-next a:nth-child(2) {
  text-align: right;
}

.related-posts {
  border-top: 1px solid #f0f1f5;
  padding: 20px;
  background-color: #fff;
}

.related-post-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.related-post-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.related-post-list li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px;
}
.related-post-list li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '\f105';
}
.related-post-list li:last-child {
  padding-bottom: 0;
}
.related-post-list li time {
  font-size: 12px;
  color: #bac3c8;
}

.single-post .type-post {
  margin-bottom: 15px;
}

.single-post .format-image-media {
  position: relative;
}
.single-post .format-image-media:after {
  content: '\f065';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.single-post .format-image-media:hover:after {
  opacity: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.single-post .format-image-media:hover img {
  opacity: .5;
}

.single-post .entry-header {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.single-post .entry-content {
  border-left-width: 0;
  border-right-width: 0;
}
.single-post .entry-footer {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.author-bio {
  margin-bottom: 15px;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.author-bio .author-name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 0;
}
.author-bio .author-avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.author-bio .author-avatar .avatar {
  max-width: 60px;
  max-height: 60px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.author-bio > p {
  padding: 20px 20px 0 20px;
}
.author-bio .ts-social {
  padding: 0 20px 20px;
}

.author-description {
  background-color: transparent;
  min-height: 70px;
}

.ts-social-tooltip {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  background-color: #31353e;
  color: #fff;
  position: relative;
  display: inline-block;
  opacity: 0;
  float: left;
}

.ts-social-tooltip:after {
  position: absolute;
  content: '\f0d9';
  color: #31353e;
  left: -4px !important;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
}

.ts-social {
  display: inline-block;
}
.ts-social a,
.ts-social .fa {
  float: left;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #88949b;
  font-size: 16px;
}
.ts-social .fa-vk {
  background-color: #4d75a3;
}
.ts-social .fa-rss {
  background-color: #f65314;
}
.ts-social .fa-adn {
  background-color: #003571;
}
.ts-social .fa-css3 {
  background-color: #3399fe;
}
.ts-social .fa-xing {
  background-color: #005a5f;
}
.ts-social .fa-html5 {
  background-color: #f06529;
}
.ts-social .fa-linux {
  background-color: #5a87c5;
}
.ts-social .fa-weibo {
  background-color: #d52b2a;
}
.ts-social .fa-skype {
  background-color: #009fe3;
}
.ts-social .fa-gittip {
  background-color: #339966;
}
.ts-social .fa-flickr {
  background-color: #ff0084;
}
.ts-social .fa-github {
  background-color: #151013;
}
.ts-social .fa-tumblr {
  background-color: #37465d;
}
.ts-social .fa-maxcdn {
  background-color: #f37021;
}
.ts-social .fa-windows {
  background-color: #1580d0;
}
.ts-social .fa-twitter {
  background-color: #55acee;
}
.ts-social .fa-android {
  background-color: #a4c639;
}
.ts-social .fa-dropbox {
  background-color: #47525d;
}
.ts-social .fa-envelope {
  background-color: #e6413f;
}
.ts-social .fa-linkedin {
  background-color: #0976b4;
}
.ts-social .fa-dribbble {
  background-color: #ea4c89;
}
.ts-social .fa-facebook {
  background-color: #3664a2;
}
.ts-social .fa-pinterest {
  background-color: #cb2027;
}
.ts-social .fa-instagram {
  background-color: #9e6C53;
}
.ts-social .fa-bitbucket {
  background-color: #205081;
}
.ts-social .fa-foursquare {
  background-color: #0abadf;
}
.ts-social .fa-google-plus {
  background-color: #dd4b39;
}
.ts-social .fa-youtube-play {
  background-color: #e52d27;
}
.ts-social .fa-vimeo-square {
  background-color: #1ab7ea;
}
.ts-social.circle-icons .fa {
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ts-social.circle-icons a {
  margin-left: 10px;
}
.ts-social.circle-icons a:first-child {
  margin-left: 0;
}
.ts-social.circle-icons a,
.ts-social.circle-icons .fa {
  background-color: rgba(255, 255, 255, 0.01);
}
.ts-social.circle-icons .fa-vk:hover {
  background-color: #4d75a3;
  border-color: #4d75a3;
}
.ts-social.circle-icons .fa-rss:hover {
  background-color: #f65314;
  border-color: #f65314;
}
.ts-social.circle-icons .fa-adn:hover {
  background-color: #003571;
  border-color: #003571;
}
.ts-social.circle-icons .fa-css3:hover {
  background-color: #3399fe;
  border-color: #3399fe;
}
.ts-social.circle-icons .fa-xing:hover {
  background-color: #005a5f;
  border-color: #005a5f;
}
.ts-social.circle-icons .fa-html5:hover {
  background-color: #f06529;
  border-color: #f06529;
}
.ts-social.circle-icons .fa-linux:hover {
  background-color: #5a87c5;
  border-color: #5a87c5;
}
.ts-social.circle-icons .fa-weibo:hover {
  background-color: #d52b2a;
  border-color: #d52b2a;
}
.ts-social.circle-icons .fa-skype:hover {
  background-color: #009fe3;
  border-color: #009fe3;
}
.ts-social.circle-icons .fa-gittip:hover {
  background-color: #339966;
  border-color: #339966;
}
.ts-social.circle-icons .fa-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.ts-social.circle-icons .fa-github:hover {
  background-color: #151013;
  border-color: #151013;
}
.ts-social.circle-icons .fa-tumblr:hover {
  background-color: #37465d;
  border-color: #37465d;
}
.ts-social.circle-icons .fa-maxcdn:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.ts-social.circle-icons .fa-windows:hover {
  background-color: #1580d0;
  border-color: #1580d0;
}
.ts-social.circle-icons .fa-twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.ts-social.circle-icons .fa-android:hover {
  background-color: #a4c639;
  border-color: #a4c639;
}
.ts-social.circle-icons .fa-dropbox:hover {
  background-color: #47525d;
  border-color: #47525d;
}
.ts-social.circle-icons .fa-envelope:hover {
  background-color: #e6413f;
  border-color: #e6413f;
}
.ts-social.circle-icons .fa-linkedin:hover {
  background-color: #0976b4;
  border-color: #0976b4;
}
.ts-social.circle-icons .fa-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.ts-social.circle-icons .fa-facebook:hover {
  background-color: #3664a2;
  border-color: #3664a2;
}
.ts-social.circle-icons .fa-pinterest:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.ts-social.circle-icons .fa-instagram:hover {
  background-color: #9e6C53;
  border-color: #9e6C53;
}
.ts-social.circle-icons .fa-bitbucket:hover {
  background-color: #205081;
  border-color: #205081;
}
.ts-social.circle-icons .fa-foursquare:hover {
  background-color: #0abadf;
  border-color: #0abadf;
}
.ts-social.circle-icons .fa-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.ts-social.circle-icons .fa-youtube-play:hover {
  background-color: #e52d27;
  border-color: #e52d27;
}
.ts-social.circle-icons .fa-vimeo-square:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.ts-social.circle-icons .ts-social-tooltip {
  display: none !important;
}

.post-password-form input[type="password"] {
  width: 100%;
  max-width: 300px;
  border: 1px solid #e9eaed;
  padding: 10px;
  display: block;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.post-password-form input[type="password"]:focus {
  border-color: #c9c9c9;
}
.post-password-form input[type="submit"] {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 12px 20px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.format-link .entry-header .entry-title {
  border-top: 0;
}
.format-link .entry-icon {
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 0;
}

.chat-format {
  margin: -20px;
  padding-left: 0;
  list-style: none;
}
.chat-format li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 20px 20px 75px;
  min-height: 80px;
}
.chat-format li:last-child {
  border-bottom-width: 0;
}
.chat-format li > a:first-child,
.chat-format li > img:first-child {
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 40px;
  height: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.chat-format li:nth-child(2n) {
  padding-left: 20px;
  padding-right: 75px;
  background-color: #fcfcfc;
  text-align: right;
}
.chat-format li:nth-child(2n) > a:first-child,
.chat-format li:nth-child(2n) > img:first-child {
  left: auto;
  right: 20px;
}

.navigation {
  padding-top: 20px;
  margin-bottom: 20px;
}
.navigation.loadmore {
  clear: both;
  text-align: center;
}
.navigation.loadmore .slupy-loadmore-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.navigation.loadmore .slupy-loadmore-link:before, .navigation.loadmore .slupy-loadmore-link:after {
  content: '';
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.navigation.loadmore .slupy-loadmore-link:before {
  content: '\e603';
  color: inherit;
  background-color: transparent;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
.navigation.loadmore .slupy-loadmore-link.loadmore-active {
  padding-right: 55px;
}
.navigation.loadmore .slupy-loadmore-link.loadmore-active:before, .navigation.loadmore .slupy-loadmore-link.loadmore-active:after {
  right: 0;
}
.navigation.loadmore .slupy-loadmore-link:hover {
  color: #fff;
}
.navigation.loadmore .slupy-loadmore-link.disable-more {
  cursor: default;
  color: inherit;
  background-color: #fff !important;
}
.navigation.pagenumbers {
  float: right;
}
.navigation.pagenumbers .pagination .page-numbers:first-child {
  border-left-width: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.navigation.pagenumbers .pagination .page-numbers:last-child {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.navigation.pagenumbers .page-numbers {
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  display: block;
  float: left;
}
.navigation.pagenumbers .page-numbers.current {
  color: #fff;
}
.navigation.pagenumbers .page-numbers.prev, .navigation.pagenumbers .page-numbers.next {
  font-size: 18px;
}
.navigation.pagenumbers a.page-numbers {
  font-weight: normal;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation.pagenumbers a.page-numbers:hover {
  color: #fff;
}
.navigation.oldernewer {
  display: block;
  text-align: center;
  position: relative;
}
.navigation.oldernewer a,
.navigation.oldernewer span {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  background-color: #fff;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: normal;
  font-size: 14px;
}
.navigation.oldernewer span {
  color: #bac3c8;
}
.navigation.oldernewer .older-posts {
  display: inline-block;
}
.navigation.oldernewer .older-posts a,
.navigation.oldernewer .older-posts span {
  padding-right: 25px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #f0f1f5;
}
.navigation.oldernewer .newer-posts {
  display: inline-block;
}
.navigation.oldernewer .newer-posts a,
.navigation.oldernewer .newer-posts span {
  padding-left: 25px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.navigation.oldernewer a:hover {
  color: #fff;
}
.navigation.oldernewer .posts-links {
  display: inline-block;
}
.navigation.oldernewer .current-page {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #c6c6c8;
  margin: 15px -15px;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation.oldernewer .current-page:hover {
  background-color: #c6c6c8;
}

.full-width-navigation .navigation.loadmore {
  padding-top: 0;
  margin-bottom: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link {
  width: 100%;
  line-height: 60px !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link:before, .full-width-navigation .navigation.loadmore .slupy-loadmore-link:after {
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active {
  padding-right: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active:before, .full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active:after {
  right: 0;
}

.comments-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px 20px;
  float: left;
}

.comment-reply-title {
  font-weight: bold;
  text-transform: uppercase;
}

.comment-header,
.comment-footer {
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.comment-footer {
  padding: 10px 20px;
}
.comment-footer .navigation {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.comment-navigation {
  float: right;
  padding-right: 20px;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next,
.comment-navigation .nav-comment {
  float: left;
  margin-left: 20px;
}
.comment-navigation .nav-next:empty,
.comment-navigation .nav-comment:empty {
  margin-left: 0;
}
.comment-navigation a {
  color: #bac3c8;
  font-weight: normal;
}
.comment-navigation a:hover {
  color: inherit;
}

.comment-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
}
.comment-list li {
  padding: 20px;
  padding-top: 30px;
  position: relative;
}
.comment-list li > .children {
  position: relative;
  list-style: none;
  padding-left: 0;
}
.comment-list li > .children > li {
  padding-left: 75px;
  padding-right: 0;
  padding-top: 10px;
  background-image: url("images/comment-line.png");
  background-repeat: no-repeat;
  background-position: 30px -445px;
}
.comment-list li > .children > li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #f0f1f5;
  top: 60px;
  bottom: 0;
  left: 30px;
}
.comment-list li > .children > li li:last-child {
  padding-bottom: 0;
}
.comment-list li > .children > li:last-child:before {
  border-left: 0;
}
.comment-list li.parent > .comment-body {
  position: relative;
}
.comment-list li.parent > .comment-body:before {
  content: '';
  position: absolute;
  border-left: 1px solid #f0f1f5;
  top: 60px;
  bottom: 0;
  left: 30px;
}
.comment-list li .comment-respond {
  border: 1px solid #f0f1f5;
  margin-top: 0;
  padding-bottom: 20px;
}
.comment-list li .comment-respond .comment-reply-title {
  border-bottom: 0;
}
.comment-list li .comment-respond .comment-form {
  padding: 5px 20px;
}
.comment-list > li {
  border-bottom: 1px solid #f0f1f5;
  padding-top: 20px;
}
.comment-list > li.parent {
  padding-bottom: 0;
}
.comment-list .comment-meta {
  margin-bottom: 10px;
}
.comment-list .comment-meta .comment-metadata {
  padding-left: 30px;
}
.comment-list .comment-meta .comment-metadata > a {
  font-size: 12px;
  font-weight: normal;
  color: #bac3c8;
}
.comment-list .comment-meta .comment-metadata > a:hover {
  color: inherit;
}
.comment-list .comment-meta .reply {
  float: right;
}
.comment-list .comment-meta .reply a {
  color: #bac3c8;
  font-size: 12px;
  font-weight: normal;
}
.comment-list .comment-meta .reply a:hover {
  color: inherit;
}
.comment-list .comment-content {
  min-height: 60px;
  padding-left: 75px;
  position: relative;
}
.comment-list .comment-content .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 60px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.comment-list .comment-content li {
  padding: 5px 0;
}
.comment-list .comment-content .edit-link a {
  color: #bac3c8;
  font-size: 12px;
  font-weight: normal;
}
.comment-list .comment-content .edit-link a:hover {
  color: inherit;
}
.comment-list .pingback .comment-content {
  padding-left: 0;
}

p.no-comments {
  padding-top: 20px;
}

.comment-respond {
  margin-top: 15px;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.comment-respond .comment-reply-title {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f1f5;
}
.comment-respond .comment-form {
  padding: 20px;
}
.comment-respond .comment-form .comment-form-url {
  margin-right: 0;
}
.comment-respond .comment-form .comment-notes {
  color: #bac3c8;
  font-size: 12px;
}
.comment-respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}

.comment-form-comment {
  margin-bottom: 0;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comment-form-comment textarea:focus {
  border-color: #c9c9c9;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding-bottom: 8px;
}

.slupy-button .button-loading,
#submit-slupy .button-loading {
  padding-right: 55px;
}
.slupy-button .button-loading:after,
#submit-slupy .button-loading:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.slupy-button .button-loading:before,
#submit-slupy .button-loading:before {
  content: '\e603';
  position: absolute;
  right: 0;
  width: 40px;
  text-align: center;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1em;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

#cancel-comment-reply-link {
  float: right;
  color: #bac3c8;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: normal;
}
#cancel-comment-reply-link:hover {
  color: inherit;
}

#author,
#email,
#url {
  width: 100%;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#author:focus,
#email:focus,
#url:focus {
  border-color: #c9c9c9;
}

.masonry-active .type-post {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  opacity: 0;
}

.masonry-active {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.col-masonry-6 .portfolio-item,
.col-masonry-6 .type-post {
  width: 16.66666667%;
}

.col-masonry-5 .portfolio-item,
.col-masonry-5 .type-post {
  width: 20%;
}

.col-product-4 ul.products li.product,
.col-masonry-4 .portfolio-item,
.col-masonry-4 .type-post {
  width: 25%;
}

.col-product-3 ul.products li.product,
.col-masonry-3 .portfolio-item,
.col-masonry-3 .type-post {
  width: 33.33333333%;
}

.col-product-2 ul.products li.product,
.col-masonry-2 .portfolio-item,
.col-masonry-2 .type-post {
  width: 50%;
}

.fit-portfolio-grid.with-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fit-portfolio-grid.with-padding .portfolio-item {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fit-portfolio-grid.portfolio-model-1 .portfolio-image, .fit-portfolio-grid.portfolio-model-2 .portfolio-image {
  height: 100%;
  width: auto;
}
.fit-portfolio-grid .portfolio-url {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fit-portfolio-grid .portfolio-image {
  max-width: none !important;
  max-height: 110% !important;
}
.fit-portfolio-grid .portfolio-item {
  height: 0;
}

.col-masonry-6.fit-portfolio-grid .portfolio-item {
  padding-bottom: 16.66666667%;
}

.col-masonry-5.fit-portfolio-grid .portfolio-item {
  padding-bottom: 20%;
}

.col-masonry-4.fit-portfolio-grid .portfolio-item {
  padding-bottom: 25%;
}

.col-masonry-3.fit-portfolio-grid .portfolio-item {
  padding-bottom: 33.333%;
}

.col-masonry-2.fit-portfolio-grid .portfolio-item {
  padding-bottom: 50%;
}

/* Portfolio
-------------------------------------------------------------------------*/
.portfolio-items {
  position: relative;
  overflow: hidden;
  -moz-transition: height 0.4s ease, width 0.4s ease;
  -o-transition: height 0.4s ease, width 0.4s ease;
  -webkit-transition: height 0.4s ease, width 0.4s ease;
  transition: height 0.4s ease, width 0.4s ease;
  opacity: 0;
}

.portfolio-placeholder {
  position: relative;
  background-color: #fafafa;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  opacity: 1 !important;
}
.portfolio-placeholder:before {
  content: '\e60f';
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
}

.portfolio-list-fitrows .portfolio-placeholder {
  padding-bottom: 100%;
}

.portfolio-filter-menu {
  margin-bottom: 30px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.portfolio-filter-menu.filter-pos-right ul {
  float: right;
}
.portfolio-filter-menu.filter-pos-left ul {
  float: left;
}
.portfolio-filter-menu.filter-pos-center {
  text-align: center;
}
.portfolio-filter-menu.filter-pos-center ul {
  float: none !important;
  display: inline-block;
  padding: 0 15px;
}
.portfolio-filter-menu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.portfolio-filter-menu ul li {
  float: left;
}
.portfolio-filter-menu ul li:first-child a {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.portfolio-filter-menu ul li:last-child a {
  border-right: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.portfolio-filter-menu a {
  background-color: #fff;
  padding: 0 15px;
  line-height: 40px;
  font-weight: normal;
  display: inline-block;
  border-right: 1px solid #f6f3f3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter-menu a.activated-filter, .portfolio-filter-menu a:hover {
  color: #fff;
}
.portfolio-filter-menu select {
  min-width: 300px !important;
}

.full-width-filter .portfolio-filter-menu {
  margin-bottom: 0;
  max-width: 100%;
}
.full-width-filter .portfolio-filter-menu ul {
  width: 100%;
  display: table;
}
.full-width-filter .portfolio-filter-menu ul li {
  float: none;
  display: table-cell;
}
.full-width-filter .portfolio-filter-menu ul li:last-child a {
  border-right-width: 0;
}
.full-width-filter .portfolio-filter-menu .select-wrapper {
  margin: 15px;
}
.full-width-filter .portfolio-filter-menu a {
  display: block;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.full-width-filter .portfolio-filter-menu.filter-pos-center ul {
  padding: 0;
}

.portfolio-heading {
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
  text-transform: uppercase;
}

.portfolio-meta {
  font-size: 12px;
  color: #afafaf;
}
.portfolio-meta a {
  font-weight: normal;
  color: #afafaf;
}
.portfolio-meta > span:before {
  color: #cdcdcd;
  margin-right: 5px;
}
.portfolio-meta .portfolio-date {
  margin-right: 10px;
  float: left;
}
.portfolio-meta .portfolio-comments {
  float: left;
  margin-right: 10px;
}
.portfolio-meta .portfolio-categories {
  float: left;
}
.portfolio-meta .portfolio-categories:before {
  content: '\f0b1';
}

.portfolio-short-details {
  position: absolute;
  width: 100%;
  max-height: 300px;
  bottom: 0;
  padding: 10px 15px;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-url {
  display: block;
}

.portfolio-item {
  position: relative;
  float: left;
  overflow: hidden;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolio-item .portfolio-image {
  position: relative;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-latest-heading {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.portfolio-container {
  background-color: #fff;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.portfolio-prev-next {
  margin-top: 40px;
  padding: 10px 0 !important;
  border-top: 0;
}
.portfolio-prev-next .title-link {
  padding: 5px 0;
}

.portfolio-items.with-padding {
  margin-left: -2px;
  margin-right: -2px;
}

.portfolio-items.with-padding .portfolio-item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.portfolio-items.with-padding .portfolio-item .portfolio-short-details {
  width: auto;
  left: 2px;
  right: 2px;
}

.portfolio-model-2 .portfolio-short-details {
  z-index: 3;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.portfolio-model-2 .portfolio-item:hover .portfolio-image {
  bottom: 30px !important;
}
.portfolio-model-2 .portfolio-item:hover .portfolio-short-details {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-model-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-model-3 .portfolio-short-details {
  position: relative;
  background-color: transparent;
  padding: 10px 0;
}
.portfolio-model-3 .portfolio-comments,
.portfolio-model-3 .portfolio-categories {
  display: none;
}
.portfolio-model-3 .portfolio-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-model-3 .portfolio-url {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolio-model-3 .portfolio-image {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.portfolio-model-3 .portfolio-image:hover {
  opacity: .3;
}
.portfolio-model-3 .portfolio-item:hover .portfolio-image {
  bottom: 0 !important;
}

/* Carousel Portfolio
-------------------------------------------------------------------------*/
.owl-item .portfolio-item {
  float: none;
  height: 0;
  padding-bottom: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-item .portfolio-url {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 105%;
}

.portfolio-carousel {
  opacity: 0;
}
.portfolio-carousel.owl-carousel .owl-controls {
  opacity: 1;
  visibility: visible;
}
.portfolio-carousel .portfolio-placeholder {
  padding-bottom: 100%;
}
.portfolio-carousel .owl-dots {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  bottom: 0;
}
.portfolio-carousel .portfolio-image,
.portfolio-carousel .portfolio-short-details {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Woocommerce Product List
-------------------------------------------------------------------------*/
.woocommerce .slupy-product-list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .slupy-product-list ul.products li.product {
  margin: 0 0 30px 0;
  padding: 0 15px;
}

.ts-add-to-cart {
  position: relative;
  display: inline-block;
}
.ts-add-to-cart h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.ts-add-to-cart p.product.woocommerce {
  display: inline-block;
}
.ts-add-to-cart p.product.woocommerce .amount {
  color: #777 !important;
  background-color: #f2f2f2;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 2px;
}
.ts-add-to-cart p.product.woocommerce {
  margin-bottom: 0;
}
.ts-add-to-cart .button {
  font-size: 13px;
  line-height: 21px;
}

.add-to-cart-title {
  position: absolute;
  margin-bottom: 0 !important;
  padding: 8px 10px;
  background-color: #fff !important;
  display: inline-block;
  bottom: 100%;
  width: 100%;
  white-space: normal !important;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.add-to-cart-title h4 {
  margin-bottom: 0 !important;
}

.ts-cart-tooltip:before {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
}

.ts-cart-tooltip-left:before {
  content: '\f0d9';
  left: -6px;
  top: 50%;
  margin-top: -9px;
  color: #f2f2f2;
}

.ts-cart-tooltip-right:before {
  content: '\f0da';
  right: -6px;
  top: 50%;
  margin-top: -9px;
}

.ts-cart-tooltip-bottom-left:before {
  content: '\f0d7';
  bottom: -6px;
  left: 10px;
  color: #f2f2f2;
}

.ts-cart-tooltip-bottom-right:before {
  content: '\f0d7';
  bottom: -6px;
  right: 10px;
}

/* Misc Classes
-------------------------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  color: inherit;
}

video {
  max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.mejs-poster {
  background-size: cover !important;
}

.comment-content img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 9px 0;
}

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

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

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

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-white {
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}
.text-white.with-shadow {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.text-white.with-bg-color {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
}
.text-white.with-triangle:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -38px;
  top: 0;
  border-width: 19px;
  border-style: solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.space-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.space-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.space-90 .page-header-title {
  font-size: 32px !important;
}
.space-90 .with-desc .breadcrumbs {
  margin-top: 30px !important;
}

.space-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.space-120 .page-header-title {
  font-size: 50px !important;
}
.space-120 .with-desc .breadcrumbs {
  margin-top: 32px !important;
}

.space-bottom {
  padding-bottom: 0 !important;
}

.space-bottom-10 {
  padding-bottom: 10px;
}

.space-bottom-20 {
  padding-bottom: 20px;
}

.space-bottom-30 {
  padding-bottom: 30px;
}

.space-bottom-40 {
  padding-bottom: 40px;
}

.space-bottom-50 {
  padding-bottom: 50px;
}

.space-bottom-90 {
  padding-bottom: 90px;
}

.space-bottom-100 {
  padding-bottom: 100px;
}

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-size-16 {
  font-size: 16px;
  line-height: 24px;
}

.font-size-24 {
  font-size: 24px;
  line-height: 24px;
}

.font-size-30 {
  font-size: 30px;
  line-height: 30px;
}

.font-size-36 {
  font-size: 36px;
  line-height: 36px;
}

.font-size-48 {
  font-size: 48px;
  line-height: 48px;
}

.font-size-60 {
  font-size: 60px;
  line-height: 60px;
}

.font-size-72 {
  font-size: 72px;
  line-height: 72px;
}

.font-size-130 {
  font-size: 130px;
  line-height: 130px;
}

.scale-slider-item {
  white-space: nowrap;
  display: inline-block;
}

.section-dark-color {
  color: #858d91;
}

.small-gap {
  margin-bottom: 5px;
}

/* Custom Styles
-------------------------------------------------------------------------*/
.admin-bar .mobile-menu-content,
.admin-bar .sticky-header,
.admin-bar .sticky-menu-additional {
  top: 32px !important;
}

.wp-video {
  opacity: 0;
}

.wp-playlist {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-playlist .wp-playlist-tracks {
  border-top: 0;
  margin-top: 0;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item {
  padding: 5px 20px;
  border-color: #f0f1f5;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1em;
  right: 20px;
}

.mobile-menu-content {
  display: none;
}

.highlight-text {
  color: #fff;
  padding: 2px 5px;
  margin: 0 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.page404 {
  font-size: 500px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  color: #ddd;
  opacity: .3;
  text-shadow: 0 0 1px rgba(77, 77, 77, 0.4);
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.widget_search.page-404 {
  position: relative;
  z-index: 1;
}

.blank-page-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  float: none;
  margin: 0;
  left: 0;
  top: 0;
}
.blank-page-wrap .container {
  max-width: 1170px;
}
.blank-page-wrap .blank-page-container {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  float: none;
}

.admin-bar .blank-page-wrap {
  top: 32px;
}

.slupy-landing-page #google-map .ts-fitvids {
  margin-bottom: 0;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 10px;
  vertical-align: middle;
}

table th {
  font-weight: bold;
  font-size: 16px;
  border-width: 0 1px 1px 0;
}

table td {
  border-width: 0 1px 1px 0;
}

.slupy-contact-form label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.slupy-contact-form input,
.slupy-contact-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -webkit-appearance: none;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.slupy-contact-form input:focus,
.slupy-contact-form textarea:focus {
  border-color: #c9c9c9;
}
.slupy-contact-form .error-field {
  border-color: red;
}
.slupy-contact-form .contact-form-response {
  margin-left: 15px;
}

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

span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
span.wpcf7-form-control-wrap .select-wrapper {
  margin-bottom: 5px;
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
  background-color: #f00;
  margin-bottom: 10px;
}

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

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

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

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

div.wpcf7 .placeheld {
  color: #888;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 3px;
}

.wpcf7-form .fit-width {
  width: 100%;
}

div.wpcf7-response-output {
  position: relative;
  background-color: #fff;
  border: 0;
  margin: 10px 0;
  padding: 14px 10px 14px 65px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.wpcf7-response-output:before {
  content: '';
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
div.wpcf7-response-output:after {
  position: absolute;
  width: 50px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}

.wpcf7-mail-sent-ng:before,
.wpcf7-spam-blocked:before {
  background-color: #fc5513;
}
.wpcf7-mail-sent-ng:after,
.wpcf7-spam-blocked:after {
  content: '\f05e';
}

.wpcf7-validation-errors:before {
  background-color: #1ca2f1;
}
.wpcf7-validation-errors:after {
  content: '\f129';
}

.wpcf7-mail-sent-ok:before {
  background-color: #82bf06;
}
.wpcf7-mail-sent-ok:after {
  content: '\f00c';
}

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

.wpcf7-number,
.wpcf7-quiz,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-text {
  margin-bottom: 10px;
  padding: 10px;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.wpcf7-number:focus,
.wpcf7-quiz:focus,
.wpcf7-date:focus,
.wpcf7-textarea:focus,
.wpcf7-text:focus {
  border-color: #c9c9c9;
}

.wpcf7-textarea,
.wpcf7-text {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-number {
  max-width: 100px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.profile_pass-wrap input[type="password"],
.textarea-wrap textarea,
.number-wrap input[type="number"],
.spam-wrap input[type="text"],
.text-wrap input[type="text"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  line-height: 1em;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.profile_pass-wrap input[type="password"]:focus,
.textarea-wrap textarea:focus,
.number-wrap input[type="number"]:focus,
.spam-wrap input[type="text"]:focus,
.text-wrap input[type="text"]:focus {
  border-color: #c9c9c9;
}

.gform_wrapper textarea,
.textarea-wrap textarea {
  line-height: 1.6em;
}

.calc-wrap input[type="text"],
.tax-wrap input[type="text"] {
  background-color: #fff !important;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.indicator-hint {
  font-size: 12px;
  margin-top: 10px;
  float: left;
}

button,
a.button,
a.added_to_cart,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 9px 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

a.added_to_cart:hover,
a.button:hover {
  color: #fff;
}

button[disabled],
html input[disabled] {
  background-color: gray !important;
  cursor: not-allowed;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #fff;
  cursor: pointer;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.select-wrapper:after {
  position: absolute;
  content: "\f0d7";
  right: 10px;
  top: 50%;
  font-size: 10px;
  margin-top: -1px;
  opacity: .4;
}
.select-wrapper:before {
  position: absolute;
  content: "\f0d8";
  right: 10px;
  top: 50%;
  font-size: 10px;
  margin-top: -6px;
  opacity: .4;
}
.select-wrapper select {
  position: relative;
  z-index: 3;
  min-width: 160px;
  font-size: 13px;
  background-color: transparent;
  background-image: none;
  -moz-appearance: window;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  padding: 5px 30px 5px 10px;
  cursor: pointer;
}
.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #88949b;
}
.select-wrapper select::-ms-expand {
  display: none;
}

.slupy-widget .select-wrapper select {
  padding: 10px 30px 10px 15px;
}

.no-placeholder .select-wrapper select {
  width: 150%;
}

.gallery {
  text-align: center;
  overflow: hidden;
}
.gallery br:last-child {
  display: none;
}
.gallery.gallery-size-thumbnail .gallery-item img {
  max-width: 150px;
}
.gallery .gallery-item {
  position: relative;
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0;
  width: auto !important;
  min-width: 60px;
  vertical-align: middle;
  overflow: hidden;
}
.gallery .gallery-item .gallery-caption {
  position: absolute;
  width: 100%;
  max-height: 50%;
  top: auto;
  bottom: 0;
  opacity: 0;
  left: 0;
  margin: 0;
  padding: 6px 4px;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gallery .gallery-item img {
  position: relative;
  border: 0 !important;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.gallery .gallery-item.gallery-item-has-caption:hover img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.gallery .gallery-item:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.666% !important;
}

.gallery-columns-7 .gallery-item {
  width: 14.281714% !important;
}

.gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
  width: 11.111% !important;
}

.gallery-size-thumbnail.gallery-columns-1 {
  max-width: 150px;
}
.gallery-size-thumbnail.gallery-columns-2 {
  max-width: 300px;
}
.gallery-size-thumbnail.gallery-columns-3 {
  max-width: 450px;
}
.gallery-size-thumbnail.gallery-columns-4 {
  max-width: 600px;
}
.gallery-size-thumbnail.gallery-columns-5 {
  max-width: 750px;
}
.gallery-size-thumbnail.gallery-columns-6 {
  max-width: 900px;
}
.gallery-size-thumbnail.gallery-columns-7 {
  max-width: 1050px;
}

.slupy-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.slupy-slider .owl-stage-outer.owl-height {
  -moz-transition: height !important;
  -o-transition: height !important;
  -webkit-transition: height !important;
  transition: height !important;
}

.slupy-slider .slider-item {
  display: inline-block;
  width: 100%;
}

.slupy-slider .slider-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.twitter-tweet {
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 240px;
  margin: 0 !important;
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.slupy-sitetitle-content {
  padding: 20px 0;
  margin-bottom: 40px;
}

.post-title {
  float: left;
  line-height: 1em;
}

.back-site-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  background-color: #fff;
  display: block;
  /*fix inline problem*/
  display: none;
}
.back-site-top:before {
  content: '\f106';
}
.back-site-top:hover {
  color: #fff;
}

/* Widget Styles
-------------------------------------------------------------------------*/
.slupy-widget {
  margin-bottom: 15px;
}
.slupy-widget ul li {
  position: relative;
}
.slupy-widget .widget-title {
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f1f5;
}
.slupy-widget .widget-title:empty {
  display: none;
}
.slupy-widget .widget-title a {
  font-weight: 400;
}
.slupy-widget .widget-title a.rsswidget:first-child {
  padding-right: 7px;
}
.slupy-widget .widget-title a.rsswidget:first-child:before {
  content: "\f09e";
}
.slupy-widget .widget-title a.rsswidget:first-child img {
  display: none;
}
.slupy-widget .textwidget,
.slupy-widget .ts_shortcode_content {
  padding: 15px;
  background-color: #fff;
}
.slupy-widget .textwidget.ts_nowidget_margin,
.slupy-widget .ts_shortcode_content.ts_nowidget_margin {
  padding: 0;
}
.slupy-widget .textwidget .themesama_photostream,
.slupy-widget .ts_shortcode_content .themesama_photostream {
  float: none;
}
.slupy-widget .textwidget p:last-child,
.slupy-widget .ts_shortcode_content p:last-child {
  margin-bottom: 0;
}
.slupy-widget .textwidget .select-wrapper,
.slupy-widget .ts_shortcode_content .select-wrapper {
  border: 1px solid #f0f1f5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slupy-widget .children a,
.slupy-widget .sub-menu a {
  text-indent: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.slupy-widget .children .widget-count,
.slupy-widget .sub-menu .widget-count {
  top: 9px;
}
.slupy-widget .children .children a,
.slupy-widget .children .sub-menu a,
.slupy-widget .sub-menu .children a,
.slupy-widget .sub-menu .sub-menu a {
  text-indent: 30px;
}
.slupy-widget .select-wrapper {
  display: block;
}
.slupy-widget .select-wrapper select {
  opacity: 1;
}
.slupy-widget .select-wrapper:before {
  z-index: 4;
}
.slupy-widget select {
  border: 0;
  margin: 0;
  z-index: auto;
  color: inherit;
  font-size: inherit;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: block;
  opacity: 0;
  width: 100%;
  padding: 15px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}
.slupy-widget img {
  max-width: 100%;
  height: auto;
}

.widget-title-icon {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.widget-title-icon .title-arrow {
  content: '\f0da';
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}

.ts_shortcode_content {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ts_shortcode_content .themesama_list,
.ts_shortcode_content .themesama_blockquote,
.ts_shortcode_content .themesama_alertbox {
  margin-bottom: 0;
}

.widget_polylang ul,
.widget_archive ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_nav_menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget_polylang ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_nav_menu ul li a {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  display: block;
  font-weight: normal;
}
.widget_polylang ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_nav_menu ul li a:hover {
  padding-left: 20px;
}

.widget-count {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  background-color: #f8f8f8;
  cursor: pointer;
}

.widget_recent_comments ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.widget_recent_comments ul li {
  background-color: #fff;
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #f0f1f5;
  position: relative;
}
.widget_recent_comments ul li:before {
  left: 15px;
  font-size: 16px;
  position: absolute;
  content: "\f0e5";
  top: 50%;
  margin-top: -8px;
  color: #bac3c8;
}
.widget_recent_comments ul li a {
  font-weight: bold;
  border-bottom: 0;
}

.widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.widget_recent_entries ul li {
  background-color: #fff;
  padding: 5px 15px;
  border-bottom: 1px solid #f0f1f5;
  position: relative;
}
.widget_recent_entries ul li a {
  padding: 0;
  border-bottom: 0;
  font-weight: bold;
}
.widget_recent_entries ul li a:hover {
  padding: 0;
}
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #bac3c8;
}

.widget_rss .rss-date, .widget_rss cite {
  font-size: 12px;
  display: block;
  background-color: #fff;
  padding: 5px 15px 5px 35px;
  position: relative;
  color: #bac3c8;
  border-bottom: 1px solid #f0f1f5;
}
.widget_rss .rss-date:before, .widget_rss cite:before {
  left: 15px;
  position: absolute;
  content: "\f017";
  font-size: 16px;
  top: 50%;
  margin-top: -8px;
}
.widget_rss .rssSummary {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
}
.widget_rss cite:before {
  content: "\f040";
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  padding: 15px;
  background-color: #fff;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  background-color: #f0f1f5;
  padding: 3px 8px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}

.content-search.widget_search .search-submit {
  right: 3px;
}

.widget_product_search form,
.widget_search form {
  display: block;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.widget_product_search input[name="s"],
.widget_product_search .search-input,
.widget_search input[name="s"],
.widget_search .search-input {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #e9eaed;
  font-size: 12px;
  line-height: 1em;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.widget_product_search input[name="s"]:focus,
.widget_product_search .search-input:focus,
.widget_search input[name="s"]:focus,
.widget_search .search-input:focus {
  border-color: #c9c9c9;
}
.widget_product_search input[name="s"]::-webkit-input-placeholder,
.widget_product_search .search-input::-webkit-input-placeholder,
.widget_search input[name="s"]::-webkit-input-placeholder,
.widget_search .search-input::-webkit-input-placeholder {
  line-height: 1.6em;
}
.widget_product_search .search-submit,
.widget_search .search-submit {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  border: 0;
  background: #fff;
  text-indent: -1000em;
  cursor: pointer;
}
.widget_product_search .search-submit:before,
.widget_search .search-submit:before {
  position: absolute;
  content: '\f002';
  text-indent: 0;
  left: 0;
  top: 0;
  line-height: 24px !important;
  font-size: 16px;
  color: #88949b;
}

.widget_search,
.widget_text,
.widget_rss {
  overflow: hidden;
}

#calendar_wrap {
  padding: 15px;
  background-color: #fff;
}
#calendar_wrap table {
  width: 100%;
  border: 0;
}
#calendar_wrap table th,
#calendar_wrap table caption {
  border: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}
#calendar_wrap table td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  color: #bac3c8;
}
#calendar_wrap table td a {
  padding: 5px;
}

#prev {
  padding-top: 10px !important;
  text-align: left !important;
}

#next {
  padding-top: 10px !important;
  text-align: right !important;
}

#today,
#today a {
  color: #fff !important;
  padding: 0 !important;
}

.icl_languages_selector ul li {
  position: relative;
}
.icl_languages_selector ul li a.lang_sel_sel:before {
  position: absolute;
  right: 15px;
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
}
.icl_languages_selector ul li a {
  padding: 15px;
  display: block;
  position: relative;
  background-color: #fff;
}
.icl_languages_selector ul li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.icl_languages_selector ul li > ul li a {
  border-bottom: 1px solid #f6f3f3;
}
.icl_languages_selector ul li > ul li a:hover {
  background-color: #fafbfb;
}
.icl_languages_selector ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.widget_nav_menu .menu > li:last-child > .sub-menu > li:last-child > a,
.widget_nav_menu .menu > li:last-child > a,
.widget_categories > ul > li:last-child .children > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.widget_pages > ul > li:last-child .children > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_meta ul li:last-child a,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_archive ul li:last-child a {
  border-bottom: 0;
}

.widget_nav_menu .menu > li:last-child > .sub-menu,
.widget_pages > ul > li:last-child .children,
.widget_categories > ul > li:last-child .children {
  border-top: 1px solid #f0f1f5;
}

/* Footer
-------------------------------------------------------------------------*/
#footer .slupy-widget select {
  border: 1px solid #f0f1f5;
  padding: 7px 5px 7px 7px;
}
#footer .slupy-widget .widget-title {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 0;
  text-transform: uppercase;
}
#footer .slupy-widget .widget-title .rsswidget:first-child {
  display: none;
}
#footer .widget-count {
  right: 0;
}
#footer .widget_recent_comments ul li {
  padding: 10px 5px 10px 30px;
  background-color: transparent;
}
#footer .widget_recent_comments ul li:before {
  left: 0;
}
#footer .widget_recent_entries ul li {
  padding: 9px 0;
  background-color: transparent;
}
#footer .widget_recent_entries ul li:first-child {
  padding-top: 0;
}
#footer .widget_search .search-submit {
  right: 2px;
}
#footer .widget_search form.search {
  padding: 0;
}
#footer #calendar_wrap {
  padding: 0;
  border: 1px solid #f0f1f5;
  background-color: transparent;
}
#footer #calendar_wrap table caption {
  margin-top: 15px;
}
#footer .slupy-widget .textwidget,
#footer .slupy-widget .ts_shortcode_content,
#footer .widget_tag_cloud .tagcloud {
  background-color: transparent;
  padding: 0;
}
#footer .widget_rss .rss-date,
#footer .widget_rss cite {
  background-color: transparent;
}
#footer .widget_rss .rssSummary {
  background-color: transparent;
  padding: 15px 0;
}
#footer .widget_rss .rss-date,
#footer .widget_rss cite {
  padding-left: 20px;
}
#footer .widget_rss .rss-date:before,
#footer .widget_rss cite:before {
  left: 0;
}
#footer .widget_rss ul li a:first-child,
#footer .widget_pages ul li a,
#footer .widget_meta ul li a,
#footer .widget_nav_menu .menu li a,
#footer .widget_categories ul li a,
#footer .widget_archive ul li a {
  padding-left: 0;
  background-color: transparent;
}
#footer .widget_rss ul li a:first-child:hover,
#footer .widget_pages ul li a:hover,
#footer .widget_meta ul li a:hover,
#footer .widget_nav_menu .menu li a:hover,
#footer .widget_categories ul li a:hover,
#footer .widget_archive ul li a:hover {
  padding-left: 5px;
}
#footer.footer-dark strong,
#footer.footer-dark a {
  color: #ddd;
}
#footer.footer-dark .widget-title,
#footer.footer-dark a:hover {
  color: #fff;
}
#footer.footer-dark .footer-columns {
  background-color: #222;
  color: #999;
}
#footer.footer-dark .copyright-text {
  background-color: #1e1e1e;
  color: #999;
}
#footer.footer-dark .ts-twitter-name span,
#footer.footer-dark .widget_recent_entries ul li .post-date {
  color: #b7b7b7;
}
#footer.footer-dark .widget_recent_entries ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark .widget_product_tag_cloud .tagcloud a,
#footer.footer-dark .widget_tag_cloud .tagcloud a,
#footer.footer-dark .widget-count {
  background-color: rgba(17, 17, 17, 0.2);
}
#footer.footer-dark .widget_archive ul li a,
#footer.footer-dark .widget_meta ul li a,
#footer.footer-dark .widget_rss ul li a,
#footer.footer-dark .widget_pages ul li a,
#footer.footer-dark .widget_categories ul li a,
#footer.footer-dark .widget_product_categories ul li a,
#footer.footer-dark .widget_nav_menu ul li a {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark .widget_rss .rssSummary,
#footer.footer-dark .widget_rss .rss-date,
#footer.footer-dark .widget_rss cite,
#footer.footer-dark .widget_recent_comments ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark #calendar_wrap {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-columns {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.copyright-text {
  padding: 15px 0;
  font-size: 12px;
  background-color: #f7f7f7;
}

/* Font Awasome
-------------------------------------------------------------------------*/
#edd_download_pagination a.prev:before,
#edd_download_pagination a.next:before,
.back-site-content a:before,
.ts-cart-tooltip:before,
.ts-theme-config .ts-bg-picker li:before,
.ts-theme-config h4:after,
.ts-theme-config-back,
.related-post-list li:before,
.mfp-arrow-left:before,
.mfp-arrow-right:before,
.nav-prev-post:before,
.nav-next-post:after,
.back-site-top:before,
.wpcf7-response-output:after,
.ts-social-tooltip:after,
.select-wrapper:after,
.select-wrapper:before,
.portfolio-categories:before,
a.lang_sel_sel:before,
.widget_rss cite:before,
.widget_rss .rss-date:before,
.widget_search .search-submit:before,
.widget_product_search .search-submit:before,
.widget_shopping_cart_content span.quantity:after,
.widget-title a.rsswidget:first-child:before,
nav ul.menu li.menu-item-has-children a:after,
.owl-theme .owl-controls .owl-nav div:before,
.mobile-menu-content ul.menu li.menu-item.menu-item-has-children > a:after,
.top-bar-menu ul.menu > li.menu-item-has-children:after,
.widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Border Radius
-------------------------------------------------------------------------*/
nav ul.menu > li.menu-item-has-children > a,
.widget-title {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.menu-content,
a.lang_sel_sel,
.ts_shortcode_content,
.widget_text .textwidget,
.widget_search form.search,
.widget_tag_cloud .tagcloud,
.menu-content .total-results,
.menu-content .total-results a,
.widget_calendar #calendar_wrap,
.widget_recent_entries > ul li:last-child,
.widget_recent_comments > ul li:last-child,
.slupy-widget.widget_nav_menu ul li:last-child a,
.menu-additional > ul > li .menu-content .widget_shopping_cart_content > ul li.empty,
.slupy-widget > ul > li:last-child a {
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}

.widget_rss,
.widget_text,
.back-site-top,
.widget_search,
nav ul.menu > li > a,
.menu-content .widget_shopping_cart_content ul li a img,
.ts_without_widget_title {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tagcloud a,
#today,
.widget-count {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sticky-header nav ul.menu > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.widget_shopping_cart_content span.total-item,
.widget_shopping_cart_content span.total-item span {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}

.widget_shopping_cart_content p.total {
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 2px;
}

.widget_shopping_cart_content p.buttons,
.widget_shopping_cart_content p.buttons a:last-child {
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 0;
}

/* Transitions
-------------------------------------------------------------------------*/
.back-site-top,
.widget_shopping_cart_content ul li,
#header nav ul.menu > li > a,
nav ul.menu > li.menu-item-has-children > a:after {
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#mobile-menu-button,
.menu-additional ul li a,
.menu-additional .menu-content,
.icl_languages_selector ul li ul,
.top-bar-menu ul.menu > li > ul li a,
.slupy-widget.content-widget.widget_nav_menu ul.menu > li > ul {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slupy-widget ul li a {
  -moz-transition-property: padding-left, color;
  -o-transition-property: padding-left, color;
  -webkit-transition-property: padding-left, color;
  transition-property: padding-left, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header nav ul.menu ul,
.top-bar-menu ul.menu > li > ul,
.menu-additional .menu-content,
.mobile-menu-content ul.menu li.menu-item ul.sub-menu {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*Slupy Blog Icons*/
.button-loading:before,
.portfolio-placeholder:before,
.slupy-loadmore-link:before,
.portfolio-date:before,
.portfolio-comments:before,
.loading-anim:before,
.woocommerce-main-image.loading-image:before,
.woocommerce .loading:before,
.woocommerce-page .loading:before,
.entry-meta .entry-date:before,
.entry-meta .entry-tags:before,
.entry-meta .entry-author:before,
.entry-meta .comments-link:before,
.entry-meta .entry-categories:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'slupyblog';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-main-image.loading-image:before,
.woocommerce .loading:before,
.woocommerce-page .loading:before,
.loading-anim {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

.icon-play:before {
  content: "\e602";
}

.icon-stop:before {
  content: "\e601";
}

.icon-chat:before {
  content: "\e610";
}

.icon-link:before {
  content: "\e611";
}

.icon-play2:before {
  content: "\e614";
}

.icon-chat2:before {
  content: "\e613";
}

.icon-pause:before {
  content: "\e600";
}

.icon-file2:before {
  content: "\e615";
}

.icon-images:before {
  content: "\e618";
}

.icon-camera:before {
  content: "\e60f";
}

.icon-music2:before {
  content: "\e60d";
}

.icon-pencil:before {
  content: "\e60e";
}

.slupy-loadmore-link:before,
.loading-anim:before,
.woocommerce-main-image.loading-image:before,
.icon-spinner:before {
  content: "\e603";
}

.icon-gallery:before {
  content: "\e604";
}

.icon-volumehalf:before {
  content: "\e605";
}

.icon-left-quote:before {
  content: "\e612";
}

.icon-volumemute2:before {
  content: "\e606";
}

.entry-meta .entry-author:before,
.icon-user2:before {
  content: "\e616";
}

.entry-meta .entry-tags:before,
.icon-tag:before {
  content: "\e60a";
}

.entry-meta .entry-categories:before,
.icon-folder-open:before {
  content: "\e617";
}

.portfolio-date:before,
.entry-meta .entry-date:before,
.icon-clock:before {
  content: "\e608";
}

.portfolio-comments:before,
.entry-meta .comments-link:before,
.icon-bubble:before {
  content: "\e609";
}

/**
 * Table of Contents:
 *
 * 1.0 - Tabs
 * 2.0 - Accordions
 * 3.0 - Blockquote
 * 4.0 - Dropcap & Iconbox
 * 5.0 - Alertboxes
 * 6.0 - Highlight
 * 7.0 - List Styles
 * 8.0 - Social Set & Icon Sizes
 * 9.0 - Buttons Set
 * 10.0 - Button
 *    10.1 - General
 *    10.2 - Sizes
 *    10.3 - Effects
 * 11.0 - Border Type Button
 * 12.0 - Progress Bars
 *    12.1 - Standart
 *    12.2 - Thin
 * 13.0 - Pie Charts
 * 14.0 - Milestones
 * 15.0 - CountDown
 * 16.0 - Gap
 * 17.0 - Testimonials
 * 18.0 - Responsive Slider
 * 19.0 - Code
 * 20.0 - Table
 * 21.0 - Pricing Table
 * 22.0 - Twitter
 * 23.0 - Photo Stream
 * 24.0 - Our Clients
 * 25.0 - Feature Boxes
 * 26.0 - Team Member
 * 27.0 - Responsive Media
 * 28.0 - User Cart
 * 29.0 - BG & Colors
 *    29.1 - Dark Blue
 *    29.2 - Orange
 *    29.3 - Ocean Blue
 *    29.4 - Green
 *    29.5 - Yellow
 *    29.6 - White
 * 30.0 - Border Radius Types
 * 31.0 - Font Awesome
 * 32.0 - Arrows
 * 33.0 - Transitions
 * 34.0 - Shadow
 * 35.0 - Mobile mode
 *    35.1 - Tabs
 *    35.2 - Testimonials
 * -----------------------------------------------------------------------------*/

/*---------------------------------------------
  Colors

  text-color      #555555
  bg-color        #f8f8f8
  darkblue        #31353e
  darkblue-hover  #1d2026
  orange          #fc5513
  orange-hover    #e14c13
  green           #82bf06
  green-hover     #71ac00
  oceanblue       #1ca2f1
  oceanblue-hover #0094e0
  yellow          #ffbe05
  yellow-hover    #e9ac00
  white           #fbfafa
  white-hover     #dcdde0

---------------------------------------------*/

/*---------------------------------------------
  Tabs
---------------------------------------------*/
.ts-tabs .ts-tab-content{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.ts-tabs .ts-tab-content.visible-tab {
  visibility: visible;
  height: auto;
  margin-bottom: 30px;
  overflow: visible;
}

.ts-tab-content p:last-child{
  margin-bottom: 0;
}

.ts-tab-nav{
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.ts-tab-nav li{
  border-color: #f6f3f3;
  border-style: solid;
  border-width: 0;
}

.ts-tab-nav a{
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  color: #555555;
  background-color: #fff;
}

.ts-tab-nav a:hover,
.ts-tab-nav .ts-current-tab a{
  color: #fff;
}

.ts-tab-nav .ts-tab-icon{
  margin-right: 10px;
}

.direction-rtl .ts-tab-nav .ts-tab-icon{
  margin-left: 10px;
  margin-right: 0;
}

.ts-horizontal-tab .ts-tab-nav{
  margin-bottom: 30px;
}

.ts-horizontal-tab .ts-tab-nav li{
  float: left;
  margin-left: 0;
  border-right-width: 1px;
}

.direction-rtl .ts-horizontal-tab .ts-tab-nav li{
  float: right;
  margin-right: 0;
}

.ts-horizontal-tab .ts-tab-nav li:last-child{
  border-right-width: 0;
}

.ts-horizontal-tab .ts-tab-contents{
  clear: both;
}

.ts-vertical-tab{
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.ts-vertical-tab .ts-tab-nav{
  max-width: 300px;
}

.ts-vertical-tab.ts-left-nav .ts-tab-nav{
  margin-right: 30px;
  margin-bottom: 30px;
}

.ts-vertical-tab.ts-right-nav .ts-tab-nav{
  margin-left: 30px;
  margin-bottom: 30px;
}

.ts-vertical-tab .ts-tab-nav li{
  float: left;
  border-bottom-width: 1px;
  margin-left: 0;
  clear: both;
  width: 100%;
}

.ts-tabs.ts-left-nav .ts-tab-nav{
  float: left;
}

.ts-tabs.ts-right-nav .ts-tab-nav{
  float: right;
}

.direction-rtl .ts-vertical-tab.ts-left-nav .ts-current-tab a:after{
  right: -6px;
}

.direction-rtl .ts-vertical-tab.ts-right-nav .ts-current-tab a:after{
  left: -29px;
}

/*---------------------------------------------
  Accordions
---------------------------------------------*/
.ts-accordions{
  margin-bottom: 30px;
}

.ts-accordion{
  background-color: #fff;
  margin-bottom: 1px;
  width: 100%;
}

.ts-accordion-content{
  display: none;
  padding: 20px 15px;
}

.ts-accordion-content p:last-child{
  margin-bottom: 0;
}

.ts-accordion-button{
  position: relative;
  display: block;
  border-bottom: 4px solid #fff;
  margin-bottom: 0;
  padding: 10px 15px 4px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #555555;
  font-weight: 400;
  line-height: 1.5em;
  cursor: pointer;
}

.ts-accordion-button:hover{
  padding-left: 20px;
}

.ts-active-accordion .ts-accordion-button{
  padding: 10px 15px;
}

.ts-active-accordion .ts-accordion-button:after{
  left: 24px !important;
  bottom: -14px !important;
}

.direction-rtl .ts-active-accordion .ts-accordion-button:after{
  right: 24px !important;
  left: auto !important;
}

.ts-accordion-icon{
  margin-right: 10px;
}

.direction-rtl .ts-accordion-icon{
  margin-right: 0;
  margin-left: 10px;
}

.ts-toggle .ts-accordion-button:before{
  content: '\f067';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  line-height: 1em;
  margin-top: -4px;
  color: #c9c9c9;
}

.ts-toggle{
  margin-bottom: 0;
}

.ts-toggle .ts-accordion-button{
  padding-right: 35px !important;
}

.direction-rtl .ts-toggle .ts-accordion-button{
  padding-left: 35px !important;
  padding-right: 15px !important;
}

.ts-toggle:last-child{
  margin-bottom: 30px;
}

.ts-toggle .ts-active-accordion .ts-accordion-button:before{
  content: '\f068';
  margin-top: -6px;
}

.direction-rtl .ts-toggle .ts-accordion-button:before{
  left: 15px;
  right: auto;
}

/*---------------------------------------------
  Blockquote
---------------------------------------------*/
.ts-blockquote{
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin: 0 0 30px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6em;
  border-style: solid;
}

.ts-blockquote p:last-child{
  margin-bottom: 0;
}

.ts-info-box{
  font-family: inherit;
  font-style: normal;
  font-size: inherit;
  background-color: #fff;
}

.ts-info-box .ts-button{
  font-style: normal;
  margin-bottom: 0;
}

.ts-blockquote.ts-vertical-line{
  border-width: 0 0 0 4px;
}

.ts-blockquote.ts-vertical-line:after{
  left: -1px;
}

.ts-info-box.ts-vertical-line:after,
.ts-blockquote.ts-with-author.ts-vertical-line:after{
  left: -3px;
  font-size: 20px;
  line-height: 1em;
  top: 100% !important;
  margin-top: -50px !important;
}

.direction-rtl .ts-info-box.ts-vertical-line:after,
.direction-rtl .ts-blockquote.ts-with-author.ts-vertical-line:after{
  right: -3px;
  left: auto;
  content: '\f0d9'
}

.direction-rtl .ts-blockquote.ts-vertical-line{
  border-width: 0 4px 0 0;
  border-style: solid;
}

.direction-rtl .ts-blockquote.ts-horizontal-line:after{
  left: auto;
  right: 30px;
}

.direction-rtl .ts-blockquote.ts-quote-icon{
  padding-left: 30px;
  padding-right: 70px;
}

.direction-rtl .ts-blockquote.ts-quote-icon .quote-icon{
  left: auto;
  right: 20px;
}

.direction-rtl .ts-blockquote .quote-icon:before{
  content: '\f10e';
}

.ts-info-box.ts-vertical-line:after{
  margin-top: -57px !important;
}

.ts-blockquote.ts-horizontal-line{
  border-width: 0 0 4px 0;
}

.ts-blockquote.ts-horizontal-line:after{
  bottom: -9px !important;
}

.ts-blockquote.ts-quote-icon{
  padding-left: 70px;
}

.ts-blockquote.ts-quote-icon .quote-icon{
  position: absolute;
  font-size: 30px;
  top: 20px;
  left: 20px;
  color: #cfd1d9;
}

.ts-blockquote .ts-author{
  padding-top: 15px;
  font-size: 18px;
  font-style: normal;
}

/*---------------------------------------------
  Dropcap & Iconbox
---------------------------------------------*/
.ts-dropcap{
  font-weight: 400;
}

.left-dropcap{
  float: left;
  margin-right:15px;
  position: relative;
}

.right-dropcap{
  float: right;
  margin-left:15px;
}

.ts-dropcap-square,
.ts-dropcap-circle{
  width: 60px;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.ts-dropcap-circle{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.ts-dropcap-transparent{
  background-color: transparent !important;
  font-size: 60px;
  line-height: 60px;
}

.ts-dropcap-transparent .fa{
  width: 60px;
}

/*---------------------------------------------
  Alertboxes
---------------------------------------------*/
.ts-alertbox{
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}

.ts-alert-icon{
  position: absolute;
  height: 100%;
  width: 50px;
}

.ts-alertbox .ts-icon{
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 50px;
  text-align: center;
}

.ts-alert-icon:after{
  right: -27px !important;
}

.direction-rtl .ts-alert-icon:after{
  right: auto !important;
  left: -27px !important;
  content: '\f0d9' !important;
}

.ts-alert-content{
  padding: 15px;
  padding-left: 70px;
}

.direction-rtl .ts-alert-content{
  padding-left: 15px;
  padding-right: 70px;
}

.ts-alert-content p:empty,
.ts-alert-content p:last-child{
  margin-bottom: 0;
}

.ts-alertbox ul{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.ts-alert-content .ts-list{
  margin-bottom: 0;
}

.ts-alertbox-close{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 10px;
  color: #bac3c8;
  opacity: 0;
}

.direction-rtl .ts-alertbox-close{
  right: auto;
  left: 0;
}

.ts-alertbox-close:hover{
  color: #1d2026;
}

.ts-alertbox:hover .ts-alertbox-close{
  opacity: 1;
}

/*---------------------------------------------
  Highlight
---------------------------------------------*/
.ts-highlight{
  line-height: 2.1em;
  padding: 1px 6px;
  color: #fff;
}

ul .ts-highlight{
  line-height: 1.6em;
}

/*---------------------------------------------
  List Styles
---------------------------------------------*/
.ts-list-no-padding ul{
  padding-left: 22px !important;
}

.ts-list-no-padding ul li{
  margin-bottom: 3px;
}

.ts-list-no-style{
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.ts-list-no-style li{
  margin-bottom: 5px;
}

.ts-list-square ul li{
  list-style-type: square;
}

.ts-list-roman ul li{
  list-style-type: upper-roman;
}

.ts-list-latin ul li{
  list-style-type: upper-latin;
}

.ts-list-katakana ul li{
  list-style-type: katakana;
}

.ts-list-circle ul li{
  list-style-type: circle;
}

.ts-list-custom ul{
  padding-left: 40px;
  margin-left: 0;
}

.ts-heading-icon{
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
}

.ts-iconbox-content{
  margin-top: -10px;
}

.ts-content-padding-small{
  padding-left: 26px;
}

.ts-content-padding-medium{
  padding-left: 34px;
}

.ts-content-padding-large{
  padding-left: 42px;
}

.direction-rtl .ts-content-padding-small{
  padding-right: 26px;
  padding-left: 0;
}

.direction-rtl .ts-content-padding-medium{
  padding-right: 34px;
  padding-left: 0;
}

.direction-rtl .ts-content-padding-large{
  padding-right: 42px;
  padding-left: 0;
}

.direction-rtl .ts-heading-icon{
  margin-right: 0;
  margin-left: 10px;
}

.direction-rtl .fa-li{
  left: auto;
  right: -2.14285714em;
}

/*---------------------------------------------
  Social Set & Icon Sizes
---------------------------------------------*/
.ts-size-small{
  font-size: 16px;
  width: 16px;
}

.ts-size-medium{
  font-size: 24px;
  width: 24px;
}

.ts-size-large{
  font-size: 32px;
  width: 32px;
}

.ts-size-xlarge{
  font-size: 48px;
  width: 48px;
}

.ts-size-xxlarge{
  font-size: 64px;
  width: 64px;
}

.ts-size-xxxlarge{
  font-size: 128px;
  width: 128px;
}

/*---------------------------------------------
  Buttons Set
---------------------------------------------*/
.ts-buttons{
  position: relative;
  min-height: 50px;
  line-height: 50px;
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 10px 0;
  opacity: 0;
}

.ts-button-left,
.ts-button-right{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.ts-button-center{
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin: 0 -15px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.ts-button-left{
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  padding-right: 35px;
}

.direction-rtl .ts-button-left{
  border-right-width: 0;
  border-left-width: 1px;
}

.ts-button-right{
  padding-left: 35px;
}

.text-center .ts-buttons{
  margin-right: 0;
}

.ts-buttons-init{
  opacity: 1;
}

.ts-buttons-init .ts-buttons-btn{
  width: 50%;
}

/*---------------------------------------------
  Button
---------------------------------------------*/
.ts-button{
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.direction-rtl .ts-button,
.text-right .ts-button{
  margin-left: 10px;
  margin-right: 0;
}

.ts-button.ts-icon-bottom .ts-button-title,
.ts-button.ts-icon-bottom .ts-button-icon,
.ts-button.ts-icon-top .ts-button-title,
.ts-button.ts-icon-top .ts-button-icon{
  display: block;
}

.ts-button-icon{
  display: inline-block;
  height:100%;
  background-color: rgba(0,0,0,.1);
  vertical-align: top;
}

.ts-color-white .ts-button-icon{
  background-color: rgba(0,0,0,.03);
  color: inherit;
}

.ts-color-white .ts-button-title{
  color: inherit;
}

.ts-button-icon .ts-btn-icon{
  text-align: center;
  width: 100%;
}

.ts-button-title{
  text-align:center;
  font-weight: bold;
  height: 100%;
  margin: 0 15px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

/*Button Sizes*/
.ts-button-small,
.ts-button-small .ts-button-title{
  font-size: 13px;
  line-height: 30px;
}

.ts-button-small.ts-border-button .ts-button-title,
.ts-button-small.ts-border-button{
  line-height: 24px;
}

.ts-button-medium,
.ts-button-medium .ts-button-title{
  font-size: 13px;
  line-height: 36px;
}

.ts-button-medium.ts-border-button .ts-button-title,
.ts-button-medium.ts-border-button{
  line-height: 30px;
}

.ts-button-large,
.ts-button-large .ts-button-title{
  font-size: 15px;
  line-height: 42px;
}

.ts-button-large.ts-border-button .ts-button-title,
.ts-button-large.ts-border-button{
  line-height: 36px;
}

.ts-button-xlarge,
.ts-button-xlarge .ts-button-title{
  font-size:16px;
  line-height: 48px;
}

.ts-button-xlarge.ts-border-button .ts-button-title,
.ts-button-xlarge.ts-border-button{
  line-height: 42px;
}

/*Horizontal Margins*/
.ts-button-small .ts-button-title{
  margin: 0 13px;
}

.ts-button-small.ts-border-button .ts-button-title{
  margin: 0 10px;
}

.ts-button-medium .ts-button-title{
  margin: 0 15px;
}

.ts-button-medium.ts-border-button .ts-button-title{
  margin: 0 12px;
}

.ts-button-large .ts-button-title{
  margin: 0 20px;
}

.ts-button-large.ts-border-button .ts-button-title{
  margin: 0 17px;
}

.ts-button-xlarge .ts-button-title{
  margin: 0 25px;
}

.ts-button-xlarge.ts-border-button .ts-button-title{
  margin: 0 22px;
}

/*Small Size*/
.ts-button-small .ts-button-icon{
  padding: 0 8px;
}

.ts-button-small .ts-btn-icon{
  min-width: 14px;
}

.ts-button-small.ts-icon-top,
.ts-button-small.ts-icon-bottom{
  line-height: 30px;
}

.ts-button-small.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-left: -30px;
}

.ts-button-small.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: -30px;
}

.ts-button-small.ts-button-effect.ts-icon-top .ts-button-icon{
  margin-top: -30px;
}

.ts-button-small.ts-button-effect.ts-icon-bottom .ts-button-icon{
  margin-bottom: -30px;
}

.ts-button-small.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-small.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 30px;
}

.ts-button-small.ts-border-button.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-small.ts-border-button.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 27px;
}

.ts-button-small.ts-button-effect.ts-icon-top .ts-button-title,
.ts-button-small.ts-button-effect.ts-icon-bottom .ts-button-title{
  margin: 15px 0;
}

.direction-rtl .ts-button-small.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-right: -30px;
  margin-left: 0;
}

.direction-rtl .ts-button-small.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-left: -30px;
  margin-right: 0;
}

/*Medium Size*/
.ts-button-medium .ts-button-icon{
  font-size: 14px;
  padding: 0 11px;
}

.ts-button-medium .ts-btn-icon{
  min-width: 14px;
}

.ts-button-medium.ts-icon-top,
.ts-button-medium.ts-icon-bottom{
  line-height: 36px;
}

.ts-button-medium.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-left: -36px;
}

.ts-button-medium.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: -36px;
}

.ts-button-medium.ts-button-effect.ts-icon-top .ts-button-icon{
  margin-top: -36px;
}

.ts-button-medium.ts-button-effect.ts-icon-bottom .ts-button-icon{
  margin-bottom: -36px;
}

.ts-button-medium.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-medium.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 33px;
}

.ts-button-medium.ts-border-button.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-medium.ts-border-button.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 30px;
}

.ts-button-medium.ts-button-effect.ts-icon-top .ts-button-title,
.ts-button-medium.ts-button-effect.ts-icon-bottom .ts-button-title{
  margin: 18px 0;
}

.direction-rtl .ts-button-medium.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-left: 0;
  margin-right: -36px;
}

.direction-rtl .ts-button-medium.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: 0;
  margin-left: -36px;
}

/*Large Size*/
.ts-button-large .ts-button-icon{
  font-size: 14px;
  padding: 0 13px;
}

.ts-button-large .ts-btn-icon{
  min-width: 16px;
}

.ts-button-large.ts-icon-top,
.ts-button-large.ts-icon-bottom{
  line-height: 42px;
}

.ts-button-large.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-left: -42px;
}

.ts-button-large.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: -42px;
}

.ts-button-large.ts-button-effect.ts-icon-top .ts-button-icon{
  margin-top: -42px;
}

.ts-button-large.ts-button-effect.ts-icon-bottom .ts-button-icon{
  margin-bottom: -42px;
}

.ts-button-large.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-large.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 36px;
}

.ts-button-large.ts-border-button.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-large.ts-border-button.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 33px;
}

.ts-button-large.ts-button-effect.ts-icon-top .ts-button-title,
.ts-button-large.ts-button-effect.ts-icon-bottom .ts-button-title{
  margin: 21px 0;
}

.direction-rtl .ts-button-large.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-right: -42px;
  margin-left: 0;
}

.direction-rtl .ts-button-large.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-left: -42px;
  margin-right: 0;
}

/*XLarge Size*/
.ts-button-xlarge .ts-button-icon{
  font-size: 18px;
  padding: 0 15px;
}

.ts-button-xlarge .ts-btn-icon{
  min-width: 18px;
}

.ts-button-xlarge.ts-icon-top,
.ts-button-xlarge.ts-icon-bottom{
  line-height: 42px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-left: -48px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: -48px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-top .ts-button-icon{
  margin-top: -48px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-bottom .ts-button-icon{
  margin-bottom: -48px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-xlarge.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 39px;
}

.ts-button-xlarge.ts-border-button.ts-button-effect.ts-icon-left .ts-button-title,
.ts-button-xlarge.ts-border-button.ts-button-effect.ts-icon-right .ts-button-title{
  margin: 0 36px;
}

.ts-button-xlarge.ts-button-effect.ts-icon-top .ts-button-title,
.ts-button-xlarge.ts-button-effect.ts-icon-bottom .ts-button-title{
  margin: 24px 0;
}

.direction-rtl .ts-button-xlarge.ts-button-effect.ts-icon-left .ts-button-icon{
  margin-right: -48px;
  margin-left: 0;
}

.direction-rtl .ts-button-xlarge.ts-button-effect.ts-icon-right .ts-button-icon{
  margin-right: 0;
  margin-left: -48px;
}

/*Buttons Hover*/

.ts-icon-top .ts-button-icon,
.ts-icon-bottom .ts-button-icon{
  width: 100%;
}

.ts-button-effect.ts-icon-left:hover .ts-button-title,
.ts-button-effect.ts-icon-right:hover .ts-button-title{
  margin: 0 15px;
}

.ts-button-effect.ts-border-button.ts-icon-left:hover .ts-button-title,
.ts-button-effect.ts-border-button.ts-icon-right:hover .ts-button-title{
  margin: 0 12px;
}

.ts-button-effect.ts-icon-top:hover .ts-button-title,
.ts-button-effect.ts-icon-bottom:hover .ts-button-title{
  margin-top: 0;
  margin-bottom: 0;
}

.ts-icon-top .ts-button-title,
.ts-icon-bottom .ts-button-title{
  width: 100%;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 20px;
}

.ts-icon-top.ts-border-button .ts-button-title,
.ts-icon-bottom.ts-border-button .ts-button-title{
  padding: 0 17px;
}

.direction-rtl .ts-button-effect.ts-icon-right:hover .ts-button-icon,
.ts-button-effect.ts-icon-left:hover .ts-button-icon{
  margin-left: 0;
}

.direction-rtl .ts-button-effect.ts-icon-left:hover .ts-button-icon,
.ts-button-effect.ts-icon-right:hover .ts-button-icon{
  margin-right: 0;
}

.ts-button-effect.ts-icon-top:hover .ts-button-icon{
  margin-top: 0;
}

.ts-button-effect.ts-icon-bottom:hover .ts-button-icon{
  margin-bottom: 0;
}

.ts-align-left{
  float: left !important;
}

.ts-align-right{
  float: right !important;
  margin-right: 0;
  margin-left: 10px;
}

.ts-align-center{
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center .ts-button{
  margin-right: 0;
}

/*---------------------------------------------
  Border Type Button
---------------------------------------------*/
.ts-border-button.ts-button{
  font-weight: bold;
  border-style: solid;
  border-width: 3px;
  background-color: transparent;
}

.ts-border-button.ts-button.ts-color-darkblue,
.ts-border-button.ts-button.ts-color-blue,
.ts-border-button.ts-button.ts-color-orange,
.ts-border-button.ts-button.ts-color-green,
.ts-border-button.ts-button.ts-color-yellow,
.ts-border-button.ts-button.ts-color-white,
.ts-border-button.ts-button.ts-color-default{
  background-color: transparent;
}

.ts-border-button.ts-button .ts-button-icon{
  background-color: transparent;
}

.ts-border-button.ts-button:hover .ts-button-title{
  color: #fff;
}

.ts-border-button.ts-button:hover .ts-button-icon{
  color: #fff;
}


/*Buttons Set Border Style*/
.ts-border-button.ts-buttons{
  font-weight: bold;
  border-style: solid;
  border-width: 3px;
  background-color: transparent !important;
}

.ts-border-button.ts-buttons .ts-button-left,
.ts-border-button.ts-buttons .ts-button-right{
  background-color: transparent;
  font-weight: bold;
}

.ts-border-button.ts-buttons .ts-button-left:hover,
.ts-border-button.ts-buttons .ts-button-right:hover{
  color: #fff;
}

.ts-border-button.ts-buttons .ts-button-left{
  border-right-width: 0;
}

/*---------------------------------------------
  Progress Bars
---------------------------------------------*/
.ts-bars{
  position: relative;
  font-size: 18px;
}

.ts-bar{
  margin-bottom: 20px;
}

.ts-bar-icon{
  margin-right: 10px;
}

.direction-rtl .ts-bar-icon{
  margin-right: 0;
  margin-left: 10px;
}

.ts-bar-white-label .ts-bar-title:after{
  color: #fff;
}

.ts-bar-white-label .ts-bar-title{
  max-width: 140px;
  min-width: 140px;
  padding: 0 15px;
  position: absolute;
  line-height: 60px;
  height: 60px;
  background-color: #fff;
}

.direction-rtl .ts-bar-white-label .ts-bar-title:after{
  left: -29px;
  right: auto;
  content: '\f0d9' !important;
}

.ts-bar-white-label .ts-bar-title:hover{
  max-width: 300px;
}

.ts-bar-white-label .ts-bar-title div{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ts-bar-percentage{
  padding-left: 140px;
  height: 60px;
  line-height: 60px;
  background-color: #dcdde0;
  text-align: right;
}

.direction-rtl .ts-bar-percentage{
  padding-left: 0;
  padding-right: 140px;
  text-align: left;
}

.ts-bar-color{
  height: 100%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  text-overflow:ellipsis;
  padding-left: 5px;
}

.direction-rtl .ts-bar-color{
  float: right;
  padding-right: 5px;
}

.ts-bar-percentage-title{
  padding-right: 15px;
}

.direction-rtl .ts-bar-percentage-title{
  padding-left: 15px;
  padding-right: 0;
}

/*Standard Progress Bars*/
.ts-bar-standard .ts-bar-title{
  position: absolute;
  padding: 0 15px;
  line-height: 60px;
  height: 60px;
  color: #fff;
}

.ts-bar-standard .ts-bar-percentage{
  padding-left: 0;
}

.direction-rtl .ts-bar-standard .ts-bar-percentage{
  padding-right: 0;
}

/*Thin Progress Bars*/
.ts-bar-thin .ts-bar-title{
  line-height: 1.5em;
  margin-bottom: 10px;
}

.ts-bar-thin .ts-bar-percentage{
  padding-left: 0;
  height: 8px;
}

.direction-rtl .ts-bar-thin .ts-bar-percentage{
  padding-right: 0;
}

.ts-bar-thin .ts-bar-percentage-title{
  display: none;
}

/*---------------------------------------------
  Pie Charts
---------------------------------------------*/
span.ts-charts{
  display: inline-block;
  padding: 15px;
}

span.ts-charts .ts-chart{
  margin: 0;
}

.ts-chart{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 15px auto;
  min-width: 110px;
  min-height: 110px;
  opacity: 0;
}

.ts-chart canvas{
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ts-tooltip-charts .ts-chart{
  cursor: pointer;
}

.ts-skill-title{
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 30px;
  color: #fff;
  font-size: 12px;
}

.ts-skill-title span{
  position: relative;
  padding: 4px 12px;
  display: inline-block;
}

.ts-percentage-title{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: 1em;
}

.ts-tooltip-top .ts-skill-title{
  font-size: 14px;
  bottom: auto;
  top: -40px;
  display: none;
}

.ts-tooltip-bottom .ts-skill-title{
  font-size: 14px !important;
  bottom: -30px !important;
  display: none;
}

.ts-tooltip-bottom .ts-skill-title span:after{
  top: -12px;
  left: 50% !important;
  margin-left: -15px;
}

/*Sizes*/
.ts-charts-large .ts-percentage-title{
  font-size: 32px;
  line-height: 32px;
  margin-top: -16px;
}

.ts-charts-medium .ts-percentage-title{
  font-size: 24px;
  line-height: 24px;
  margin-top: -12px;
}

.ts-charts-small .ts-percentage-title{
  font-size: 18px;
  line-height: 18px;
  margin-top: -9px;
}

.ts-charts-large .ts-skill-title{
  font-size: 14px;
  bottom: 60px;
}

.ts-charts-medium .ts-skill-title{
  font-size: 14px;
  bottom: 40px;
}

.ts-charts-standard .ts-percentage-title{
  top: 45%;
}

.ts-without-skill .ts-percentage-title{
  top: 50%;
}

.ts-charts[data-trigger="click"]{
  cursor: pointer;
}

/*---------------------------------------------
  Milestones
---------------------------------------------*/
.ts-milestone{
  vertical-align: middle;
  margin-bottom: 20px;
}

.ts-milestone-subject{
  font-size: 16px;
  margin-top: 5px;
}

.ts-milestone-icon{
  font-size: 50px;
}

.ts-milestone-icon-top{
  display: block !important;
  margin-bottom: 10px;
}

.ts-milestone-icon-left{
  padding-right: 10px;
  float: left;
}

.direction-rtl .ts-milestone-icon-left{
  padding-right: 0;
  padding-left: 10px;
  float: right;
}

.ts-milestone-icon-right{
  padding-left: 10px;
  float: right;
}

.direction-rtl .ts-milestone-icon-right{
  padding-left: 0;
  padding-right: 10px;
  float: left;
}

.direction-rtl .ts-milestone.text-right{
  text-align: left;
}

.ts-milestone-before{
  padding-right: 3px;
}

.ts-milestone-after{
  padding-left: 3px;
}

/*Milestone Sizes*/
.ts-milestone-xxsmall .ts-milestone-text,
.ts-milestone-xsmall .ts-milestone-text,
.ts-milestone-small .ts-milestone-text{
  font-size: 20px;
}

.ts-milestone-medium .ts-milestone-text{
  font-size: 24px;
}

.ts-milestone-medium .ts-milestone-subject{
  margin-top: 7px;
}

.ts-milestone-large .ts-milestone-text{
  font-size: 30px;
}

.ts-milestone-large .ts-milestone-subject{
  margin-top: 10px;
}

.ts-milestone-large .ts-milestone-icon{
  font-size: 54px;
}

.ts-milestone-xlarge .ts-milestone-text{
  font-size: 36px;
}

.ts-milestone-xlarge .ts-milestone-icon{
  font-size: 56px;
}

.ts-milestone-xlarge .ts-milestone-subject{
  margin-top: 12px;
}

.ts-milestone-without-icon .ts-milestone-text{
  line-height: 1.2em;
}

.ts-milestone-without-icon.ts-milestone-xxsmall .ts-milestone-text{
  font-size: 16px;
}

.ts-milestone-without-icon.ts-milestone-xsmall .ts-milestone-text{
  font-size: 24px;
}

.ts-milestone-without-icon.ts-milestone-small .ts-milestone-text{
  font-size: 36px;
}

.ts-milestone-without-icon.ts-milestone-medium .ts-milestone-text{
  font-size: 48px;
}

.ts-milestone-without-icon.ts-milestone-large .ts-milestone-text{
  font-size: 56px;
}

.ts-milestone-without-icon.ts-milestone-xlarge .ts-milestone-text{
  font-size: 64px;
}

/*---------------------------------------------
  Countdown
---------------------------------------------*/
.ts-countdown{
  text-align: center;
}

.ts-countdown .countdown-section{
  display: inline-block;
  margin: 0 5px 20px;
  line-height: 1em;
}

.ts-countdown .countdown-amount{
  display: inline-block;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0;
  font-weight: bold;
}

.ts-countdown .countdown-period{
  display: block;
  font-size: 14px;
}

.ts-countdown-standard .countdown-amount{
  font-size: 24px;
  padding: 0 3px;
}

.ts-countdown-standard .countdown-period{
  display: inline-block;
}

.ts-countdown-square .countdown-section,
.ts-countdown-circle .countdown-section{
  margin: 0 10px 20px;
}

.ts-countdown-circle .countdown-amount{
  overflow: hidden;
  height: 80px;
  width: 80px;
  font-size: 32px;
  line-height: 80px;
  margin-bottom: 10px;
  border-width: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ts-countdown-square .countdown-amount{
  font-size: 32px;
  margin-bottom: 10px;
  border-width: 1px;
  padding: 25px 20px;
  min-width: 70px;
}

.ts-countdown-big.ts-countdown-standard .countdown-amount{
  font-size: 32px;
}

.ts-countdown-big.ts-countdown-circle .countdown-amount{
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 48px;
}

.ts-countdown-big.ts-countdown-square .countdown-amount{
  font-size: 48px;
  padding: 40px 30px;
  min-width: 110px;
}

.ts-countdown-white.ts-countdown{
  color: #fff;
}

.ts-countdown-white.ts-countdown .countdown-amount{
  border-color: #fff;
}

/*---------------------------------------------
  Gap
---------------------------------------------*/
.ts-gap-20{
  margin-top: 20px;
}

.ts-gap-30{
  margin-top: 30px;
}

.ts-gap-40{
  margin-top: 40px;
}

.ts-gap-60{
  margin-top: 60px;
}

.ts-gap-120{
  margin-top: 120px;
}

/*---------------------------------------------
  Testimonials
---------------------------------------------*/
.ts-testimonials{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.ts-testimonials .owl-dots{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.ts-testimonial{
  position: relative;
  margin: 0 80px;
  padding-top: 10px;
  display: inline-block;
  white-space: normal;
}

.ts-without-nav .ts-testimonial,
.ts-standard .ts-testimonial{
  margin: 0;
}

.ts-testimonial-img{
  position: absolute;
  max-width: 150px;
}

.ts-testimonial-small-img img{
  float: left;
  width: auto !important;
  max-height: 40px !important;
  margin-top: 12px;
  margin-right: 10px;
}

.ts-testimonial-desc{
  position: relative;
  margin-left: 30px;
  margin-right: 0;
  padding: 10px 20px 70px 20px;
}

.ts-testimonial-desc .ts-desc p:last-child{
  padding-bottom: 0;
}

.ts-testimonial-desc.ts-with-author{
  padding: 15px;
}

.ts-testimonial-desc.ts-with-image{
  position: relative;
  margin-left: 210px;
  margin-right: 0;
  padding: 15px 0 15px 15px;
  min-height: 150px;
}

.ts-testimonial-desc:before{
  font-family:'FontAwesome';
  content: "\f10d";
  position: absolute;
  font-size: 30px;
  top: 0;
  left: -30px;
  opacity: 0.5;
}

.ts-testimonial-desc .ts-author{
  padding-top: 18px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}

.ts-standard .ts-testimonial-desc{
  padding-right: 0;
}

.ts-standard .owl-controls,
.ts-big-testimonial .owl-controls{
  opacity: 1 !important;
  visibility: visible !important;
}

.ts-standard .owl-controls .owl-nav{
  width: 80px;
  right: -5px;
  top: auto;
  bottom: 54px;
  margin-top: 0;
}

.ts-standard .owl-controls .owl-nav .owl-prev{
  left: auto;
  right: 40px;
}

.ts-standard .owl-controls .owl-nav .owl-next{
  left: auto;
  right: 0;
}

.ts-testimonial-small-img{
  float: left;
  display: block;
}

.ts-big-testimonial .owl-nav{
  margin-top: -30px;
}

.ts-big-testimonial .owl-nav div{
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  background-color: transparent !important;
  font-size: 60px !important;
  color: #c9c9c9;
}

.ts-big-testimonial .owl-nav div:hover{
  color: inherit !important;
}

.ts-big-testimonial .owl-controls .owl-nav .owl-prev{
  left: 0;
  text-align: left;
}

.ts-big-testimonial .owl-controls .owl-nav .owl-next{
  right: 0;
  text-align: right;
}

/*---------------------------------------------
  Responsive Slider
---------------------------------------------*/
.ts-slider{
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.ts-slider .owl-controls{
  opacity: 0;
}

.ts-slider:hover .owl-controls{
  opacity: 1;
}

.ts-slider .owl-buttons{
  top: 50%;
  margin-top: -25px;
}

.ts-slider .owl-buttons .owl-prev{
  left: 17px;
}

.ts-slider .ts-slider-item img{
  width: 100%;
  display: block;
  height: auto;
}

.ts-slider .ts-slider-item{
  position: relative;
  display: inline-block;
  width: 100%;
}

.ts-slider-item .ts-slider-desc{
  position: absolute;
}

.ts-slider-desc.ts-left{
  left: 30px;
}

.ts-slider-desc.ts-right{
  right: 30px;
  text-align: right;
}

.ts-slider-desc.ts-center{
  width: 100%;
  text-align: center;
}

.ts-slider-desc.ts-top{
  top: 30px;
}

.ts-slider-desc.ts-bottom{
  bottom: 40px;
}

.ts-slider-desc .ts-slider-heading,
.ts-slider-desc .ts-slider-content{
  background-color: rgba(0,0,0,.7);
  padding: 8px;
  display: inline-block;
  color: #fff;
  clear: both;
  margin-bottom: 0;
}

.ts-slider-desc .ts-slider-content{
  margin-top: 3px;
  padding: 4px 8px;
}

/*---------------------------------------------
  Code
---------------------------------------------*/
code,
pre{
  background: url('../images/line.png') 0 16px;
  display: block;
  line-height: 32px;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
}

/*---------------------------------------------
  Table
---------------------------------------------*/
.ts-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border: 0;
  border-top: 6px solid #33ccff;
  margin-bottom: 30px;
}

table.ts-table th,
table.ts-table td{
  border: 0;
  padding: 15px 25px;
  background-color: #fff;
  vertical-align: middle;
}

table.ts-table th{
  font-weight: bold;
  background-color: #fff;
  font-size: 18px;
}

table.ts-table tr:nth-child(2n+1) td{
  background-color: #f6f6f6;
}

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

table.ts-table .ts-min{
  width: 20px;
}

.ts-table-list{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}

.ts-table-list td{
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #ddd;
}

.ts-table-list td a{
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}

.ts-table-list td a:hover{
  background-color: #fff;
}

.ts-table-list-icon{
  display: block !important;
  font-size: 28px;
  margin-bottom: 10px;
}

/*---------------------------------------------
  Pricing Table
---------------------------------------------*/
.ts-pricing-table{
  text-align: center;
  margin-bottom: 30px;
}

.ts-pricing-table .ts-table-title{
  margin-bottom: 0;
  background-color: #31353e;
  padding: 10px 0;
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.1);
}

.ts-pricing-table .ts-price{
  background-color: #f6f6f6;
  font-size: 60px;
  line-height: 1em;
  padding: 20px 0;
  font-weight: 400;
  margin-right: 1px;
}

.ts-pricing-table .ts-price sup{
  font-size: 24px;
  margin-right: 8px;
  top: -24px;
}

.ts-pricing-table .ts-price sub{
  font-size: 24px;
  margin-left: 6px;
  bottom: 0;
}

.ts-highlight-table .ts-table-title,
.ts-highlight-table .ts-price{
  color: #fff;
}

.ts-highlight-table .ts-price{
  margin-right: 0;
  position: relative;
}

.ts-pricing-table ul{
  padding: 0;
  margin: 0 1px 0 0;
  list-style: none;
}

.ts-pricing-table ul li{
  padding: 0 12px 12px 12px;
  background-color: #fff;
  margin: 0;
}

.ts-pricing-table ul li:first-child{
  padding-top: 30px;
}

.ts-pricing-table ul li:last-child{
  margin-top: 1px;
  padding: 20px 0;
}

.ts-pricing-table ul li:nth-last-child(2){
  padding-bottom: 30px;
}

.ts-pricing-table .ts-button{
  margin: 0;
}

/*---------------------------------------------
  Twitter List
---------------------------------------------*/
ul.ts-twitter{
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

ul.ts-twitter li{
  margin-left: 0;
  margin-right: 0;
}

.ts-twitter-avatar{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.direction-rtl .ts-twitter-avatar{
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.ts-twitter-avatar img{
  max-width: 48px !important;
  height: auto;
}

.ts-twitter-name span{
  font-size: 12px;
  color: #b9c3c9;
}

.ts-twitter-nav{
  margin-top: 5px;
  max-width: 300px;
}

.ts-twitter-nav a{
  margin-right: 4px;
  color: #bac0c4;
}

.direction-rtl .ts-twitter-nav a{
  margin-right: 0;
  margin-left: 4px;
}

.ts-twitter-nav span{
  float: right;
  font-size: 12px;
  font-weight: bold;
}

.direction-rtl .ts-twitter-nav span{
  float: left;
}

.ts-twitter-text{
  clear: both;
  padding-bottom: 20px !important;
}

/*---------------------------------------------
  Photo Stream
---------------------------------------------*/
.ts-photostream{
  float: left;
  width: 100%;
}

.direction-rtl .ts-photostream a,
.direction-rtl .ts-photostream{
  float: right;
}

.ts-photostream a{
  width: 33.333333333%;
  height: 0;
  padding-bottom: 33.333333333%;
  position: relative;
  float: left;
  overflow: hidden;
  opacity: 0;
}


.ts-photostream a img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 101%;
}

.ts-photostream a:hover img{
  opacity: .7;
}

.ts-photostream.ts-first-big a:first-child{
  width: 66.666666667%;
  padding-bottom: 66.666666667%;
}

/*---------------------------------------------
  Our Clients
---------------------------------------------*/
.ts-clients{
  position: relative;
  min-height: 200px;
  margin-left: -5px;
  margin-right: -5px;
  width: auto !important;
  margin-bottom: 45px;
}

.ts-clients .owl-item{
  padding-left: 5px;
  padding-right: 5px;
}

a.ts-client{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.ts-clients .ts-img-effect{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.ts-client:hover .ts-img-effect{
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.ts-client img{
  width: 90%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ts-clients-carousel{
  opacity: 0;
}

.ts-clients-carousel .owl-controls{
  opacity: 1 !important;
  visibility: visible !important;
}

.ts-clients-carousel .owl-dots{
  bottom: -30px;
}

.ts-clients.ts-grayscale a img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.ts-clients.ts-grayscale a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.ts-clients-classic .ts-client img{
  width: 90%;
  position: relative;
  margin: auto;
}

.ts-clients-classic a.ts-client{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  height: auto;
  padding-bottom: 0;
  background-color: transparent !important;
}

.ts-clients-classic .ts-img-effect{
  display: none !important;
}

.ts-clients-classic{
  min-height: 20px;
}

/*---------------------------------------------
  Feature Boxes
---------------------------------------------*/
.ts-feature-box{
  position: relative;
  text-align: center;
}

.show-feature-box{
  z-index: 9996;
  cursor: auto;
}

.ts-feature-box .ts-box-icon{
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  z-index: 2;
  color: #555;
  background-color: #fff;
}

.ts-box-title{
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-bottom: 0;
}

.ts-box-details{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  background-color: #fff;
  min-width: 360px;
  margin: auto;
}

.ts-box-detail-visible{
  display: block;
  visibility: visible;
}

.ts-box-slider{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.ts-box-slider .ts-slider{
  margin-bottom: 0;
  padding-bottom: 0;
}

.ts-feature-desc{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 0 30px 0;
  text-align: left;
  background-color: #fff;
}

.ts-feature-desc-inner{
  padding: 0 20px;
}

.ts-feature-desc-inner p:last-child{
  margin-bottom: 0;
}

.ts-white-bg .ts-feature-desc,
.ts-white-bg .ts-box-slider{
  left: -1px;
  right: -1px;
}

/*---------------------------------------------
  Team Member
---------------------------------------------*/
.ts-team-member{
  margin-bottom: 30px;
}

.ts-member-slider .fluid-image,
.ts-member-slider .ts-slider{
  margin-bottom: 20px;
}

.ts-member-name{
  line-height: 1.3em;
  margin-bottom: 10px;
}

.ts-member-name small{
  font-size: 65%;
}

.ts-team-member .ts-social{
  display: table;
  margin-top: 10px;
}

/*---------------------------------------------
  Responsive Media
---------------------------------------------*/
video {
  width: 100%;
  height: 100%;
}

.ts-fitvids iframe{
  border: 0;
}

.fluid-image{
  max-width: 100%;
  height: auto;
}

.ts-hide-controls .mejs-controls{
  visibility: hidden !important;
}

.ts-fitvids,
.ts-video{
  margin-bottom: 30px;
}

/*---------------------------------------------
  User Cart
---------------------------------------------*/
.ts-usercart{
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 2px;
}

.ts-usercart:before,
.ts-usercart:after,
.ts-cart-header:before,
.ts-cart-header:after{
  content: " ";
  display: table;
}

.ts-cart-header:after,
.ts-usercart:after {
  clear: both;
}

.ts-cart-header{
  padding: 0 15px;
}

.ts-usercart-content{
  padding: 0 15px 20px;
}

.ts-usercart .ts-banner-img{
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}

.ts-usercart .ts-user-img{
  position: relative;
  max-height: 120px;
  width: auto;
  border: 5px solid rgba(0,0,0,0.05);
  border-radius: 50%;
  margin-right: 15px;
}

.ts-cart-with-banner .ts-user-img{
  margin-top: -60px;
}

.ts-usercart-heading{
  font-size: 18px;
  margin: 10px 0;
  float: left;
}

.ts-usercart .ts-social-icon{
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  height: 40px;
  width: 100%;
  background-color: #333;

}

.ts-usercart .ts-social-icon:first-child{
  border-radius: 0 0 0 2px;
}

.ts-usercart .ts-social-icon:last-child{
  border-radius: 0 0 2px 0;
}

.ts-usercart .ts-social-icon:hover{
  background-color: #333 !important;
}

.ts-social-col-2 .ts-social-icon{
  width: 50%;
}

.ts-social-col-3 .ts-social-icon{
  width: 33.33333%;
}

.ts-social-col-4 .ts-social-icon{
  width: 25%;
}

.ts-social-col-5 .ts-social-icon{
  width: 20%;
}

.ts-social-col-6 .ts-social-icon{
  width: 16.666666667%;
}

/*---------------------------------------------
  Map
---------------------------------------------*/
.ts-map-iframe{
  background-color: #fff;
  padding: 4px;
  border: 0;
  margin-bottom: 30px;
}

.ts-white-bg .ts-map-iframe{
  background-color: #f7f7f7;
}

/*---------------------------------------------
  Heading Divider
---------------------------------------------*/
.ts-heading-divider{
  font-weight: 400;
}

.ts-heading-divider small{
  font-size: 60%;
  opacity: .9;
  margin-left: 5px;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
}

h4.ts-heading-divider small{
  font-size: 65%;
}

h5.ts-heading-divider small,
h6.ts-heading-divider small{
  font-size: 95%;
}

.ts-heading-divider small:before{
  content: ' / ';
}

/*---------------------------------------------
  BG & Text Colors Types
---------------------------------------------*/

/*Dark Blue BG*/
.ts-bg-darkblue,
.ts-white-bg .ts-color-darkblue .ts-current-tab a,
.ts-clients a.ts-color-darkblue,
.ts-color-darkblue.ts-pricing-table .ts-table-title,
.ts-color-darkblue.ts-highlight-table .ts-price,
.ts-color-darkblue.ts-dropcap,
.ts-color-darkblue.ts-highlight,
.ts-color-darkblue.ts-button,
.ts-color-darkblue.ts-button.ts-border-button:hover,
.ts-color-darkblue .ts-bar-color,
.ts-color-darkblue .ts-buttons-btn,
.ts-color-darkblue .ts-current-tab a,
.ts-color-darkblue .ts-skill-title span,
.ts-color-darkblue .ts-tab-nav li a:hover{
  background-color: #31353e;
}

.ts-color-darkblue .ts-button-center,
.ts-color-darkblue .ts-button-left:hover,
.ts-color-darkblue .ts-button-right:hover,
.ts-color-darkblue.ts-highlight-table .ts-table-title,
.ts-color-darkblue.ts-button:hover {
  background-color: #1d2026;
}

/*Dark Blue Color*/
.ts-text-darkblue,
.ts-color-darkblue.ts-milestone,
.ts-color-darkblue.ts-border-button,
.ts-color-darkblue.ts-border-button .ts-button-right,
.ts-color-darkblue.ts-border-button .ts-button-left,
.ts-color-darkblue.ts-border-button .ts-button-title,
.ts-color-darkblue.ts-border-button .ts-button-icon,
.ts-color-darkblue.ts-highlight-table .ts-price:after,
.ts-color-darkblue.ts-blockquote:after,
.ts-color-darkblue.ts-dropcap-transparent,
.ts-color-darkblue .ts-skill-title span:after,
.ts-color-darkblue .ts-current-tab a:after,
.ts-color-darkblue .ts-active-accordion .ts-accordion-button:after{
  color:#31353e;
}

/*Dark Blue Border*/
.ts-border-darkblue,
.ts-color-darkblue.ts-border-button,
.ts-color-darkblue.ts-table,
.ts-color-darkblue.ts-blockquote,
.ts-color-darkblue .ts-tab-nav li:hover,
.ts-color-darkblue .ts-current-tab,
.ts-color-darkblue .ts-active-accordion .ts-accordion-button{
  border-color: #31353e;
}

.ts-color-darkblue .ts-button-left{
  border-color: #1d2026;
}

/*Orange BG*/
.ts-bg-orange,
.ts-white-bg .ts-color-orange .ts-current-tab a,
.ts-alertbox.ts-error-alertbox .ts-alert-icon,
.ts-clients a.ts-color-orange,
.ts-color-orange.ts-buttons a,
.ts-color-orange.ts-pricing-table .ts-table-title,
.ts-color-orange.ts-highlight-table .ts-price,
.ts-color-orange.ts-dropcap,
.ts-color-orange.ts-highlight,
.ts-color-orange.ts-button,
.ts-color-orange.ts-button.ts-border-button:hover,
.ts-color-orange .ts-bar-color,
.ts-color-orange .ts-current-tab a,
.ts-color-orange .ts-skill-title span,
.ts-color-orange .ts-tab-nav a:hover{
  background-color: #fc5513;
}

.ts-color-orange .ts-button-center,
.ts-color-orange .ts-button-left:hover,
.ts-color-orange .ts-button-right:hover,
.ts-color-orange.ts-highlight-table .ts-table-title,
.ts-color-orange.ts-button:hover{
  background-color: #e14c13;
}

/*Orange Color*/
.ts-text-orange,
.ts-alertbox.ts-error-alertbox .ts-alert-icon:after,
.ts-color-orange.ts-milestone,
.ts-color-orange.ts-border-button,
.ts-color-orange.ts-border-button .ts-button-right,
.ts-color-orange.ts-border-button .ts-button-left,
.ts-color-orange.ts-border-button .ts-button-title,
.ts-color-orange.ts-border-button .ts-button-icon,
.ts-color-orange.ts-highlight-table .ts-price:after,
.ts-color-orange.ts-blockquote:after,
.ts-color-orange.ts-dropcap-transparent,
.ts-color-orange .ts-current-tab a:after,
.ts-color-orange .ts-skill-title span:after,
.ts-color-orange .ts-active-accordion .ts-accordion-button:after{
  color:#fc5513;
}

/*Orange Border*/
.ts-border-orange,
.ts-color-orange.ts-border-button,
.ts-color-orange.ts-table,
.ts-color-orange.ts-blockquote,
.ts-color-orange .ts-tab-nav li:hover,
.ts-color-orange .ts-current-tab,
.ts-color-orange .ts-active-accordion .ts-accordion-button{
  border-color: #fc5513;
}

.ts-color-orange .ts-button-left{
  border-color: #e14c13;
}

/*Ocean Blue BG*/
.ts-bg-blue,
.ts-white-bg .ts-color-blue .ts-current-tab a,
.ts-alertbox.ts-info-alertbox .ts-alert-icon,
.ts-clients a.ts-color-blue,
.ts-color-blue.ts-buttons a,
.ts-color-blue.ts-pricing-table .ts-table-title,
.ts-color-blue.ts-highlight-table .ts-price,
.ts-color-blue.ts-dropcap,
.ts-color-blue.ts-highlight,
.ts-color-blue.ts-button,
.ts-color-blue.ts-button.ts-border-button:hover,
.ts-color-blue .ts-bar-color,
.ts-color-blue .ts-current-tab a,
.ts-color-blue .ts-skill-title span,
.ts-color-blue .ts-tab-nav a:hover{
  background-color: #1ca2f1;
}

.ts-color-blue .ts-button-center,
.ts-color-blue .ts-button-left:hover,
.ts-color-blue .ts-button-right:hover,
.ts-color-blue.ts-highlight-table .ts-table-title,
.ts-color-blue.ts-button:hover{
  background-color: #0094e0;
}

/*Ocean Blue Color*/
.ts-text-blue,
.ts-alertbox.ts-info-alertbox .ts-alert-icon:after,
.ts-color-blue.ts-milestone,
.ts-color-blue.ts-border-button .ts-button-right,
.ts-color-blue.ts-border-button .ts-button-left,
.ts-color-blue.ts-border-button,
.ts-color-blue.ts-border-button .ts-button-title,
.ts-color-blue.ts-border-button .ts-button-icon,
.ts-color-blue.ts-highlight-table .ts-price:after,
.ts-color-blue.ts-blockquote:after,
.ts-color-blue.ts-dropcap-transparent,
.ts-color-blue .ts-current-tab a:after,
.ts-color-blue .ts-skill-title span:after,
.ts-color-blue .ts-active-accordion .ts-accordion-button:after{
  color:#1ca2f1;
}

/*Ocean Blue Border*/
.ts-border-blue,
.ts-color-blue.ts-border-button,
.ts-color-blue.ts-table,
.ts-color-blue.ts-blockquote,
.ts-color-blue .ts-tab-nav li:hover,
.ts-color-blue .ts-current-tab,
.ts-color-blue .ts-active-accordion .ts-accordion-button{
  border-color: #1ca2f1;
}

.ts-color-blue .ts-button-left{
  border-color: #0094e0;
}

/*Green BG*/
.ts-bg-green,
.ts-white-bg .ts-color-green .ts-current-tab a,
.ts-alertbox.ts-success-alertbox .ts-alert-icon,
.ts-clients a.ts-color-green,
.ts-color-green.ts-buttons a,
.ts-color-green.ts-pricing-table .ts-table-title,
.ts-color-green.ts-highlight-table .ts-price,
.ts-color-green.ts-dropcap,
.ts-color-green.ts-highlight,
.ts-color-green.ts-button,
.ts-color-green.ts-button.ts-border-button:hover,
.ts-color-green .ts-bar-color,
.ts-color-green .ts-current-tab a,
.ts-color-green .ts-skill-title span,
.ts-color-green .ts-tab-nav a:hover{
  background-color: #82bf06;
}

.ts-color-green .ts-button-center,
.ts-color-green .ts-button-left:hover,
.ts-color-green .ts-button-right:hover,
.ts-color-green.ts-highlight-table .ts-table-title,
.ts-color-green.ts-button:hover{
  background-color: #71ac00;
}

/*Green Color*/
.ts-text-green,
.ts-alertbox.ts-success-alertbox .ts-alert-icon:after,
.ts-color-green.ts-milestone,
.ts-color-green.ts-border-button .ts-button-right,
.ts-color-green.ts-border-button .ts-button-left,
.ts-color-green.ts-border-button,
.ts-color-green.ts-border-button .ts-button-title,
.ts-color-green.ts-border-button .ts-button-icon,
.ts-color-green.ts-highlight-table .ts-price:after,
.ts-color-green.ts-blockquote:after,
.ts-color-green.ts-dropcap-transparent,
.ts-color-green .ts-current-tab a:after,
.ts-color-green .ts-skill-title span:after,
.ts-color-green .ts-active-accordion .ts-accordion-button:after{
  color:#82bf06;
}

/*Green Border*/
.ts-border-green,
.ts-color-green.ts-border-button,
.ts-color-green.ts-table,
.ts-color-green.ts-blockquote,
.ts-color-green .ts-tab-nav li:hover,
.ts-color-green .ts-current-tab,
.ts-color-green .ts-active-accordion .ts-accordion-button{
  border-color: #82bf06;
}

.ts-color-green .ts-button-left{
  border-color: #71ac00;
}

/*Yellow BG*/
.ts-bg-yellow,
.ts-white-bg .ts-color-yellow .ts-current-tab a,
.ts-notice-alertbox .ts-alert-icon,
.ts-clients a.ts-color-yellow,
.ts-color-yellow .ts-current-tab a,
.ts-color-yellow .ts-tab-nav a:hover,
.ts-color-yellow .ts-bar-color,
.ts-color-yellow .ts-skill-title span,
.ts-color-yellow.ts-dropcap,
.ts-color-yellow.ts-button,
.ts-color-yellow.ts-button.ts-border-button:hover,
.ts-color-yellow.ts-buttons a,
.ts-color-yellow.ts-highlight,
.ts-color-yellow.ts-pricing-table .ts-table-title,
.ts-color-yellow.ts-highlight-table .ts-price{
  background-color: #ffbe05;
}

.ts-color-yellow .ts-button-center,
.ts-color-yellow .ts-button-left:hover,
.ts-color-yellow .ts-button-right:hover,
.ts-color-yellow.ts-highlight-table .ts-table-title,
.ts-color-yellow.ts-button:hover {
  background-color: #e9ac00;
}

/*Yellow Color*/
.ts-text-yellow,
.ts-notice-alertbox .ts-alert-icon:after,
.ts-color-yellow.ts-milestone,
.ts-color-yellow.ts-border-button .ts-button-right,
.ts-color-yellow.ts-border-button .ts-button-left,
.ts-color-yellow.ts-border-button,
.ts-color-yellow.ts-border-button .ts-button-title,
.ts-color-yellow.ts-border-button .ts-button-icon,
.ts-color-yellow.ts-highlight-table .ts-price:after,
.ts-color-yellow.ts-blockquote:after,
.ts-color-yellow.ts-dropcap-transparent,
.ts-color-yellow .ts-current-tab a:after,
.ts-color-yellow .ts-skill-title span:after,
.ts-color-yellow .ts-active-accordion .ts-accordion-button:after{
  color:#ffbe05;
}

/*Yellow Border*/
.ts-border-yellow,
.ts-color-yellow.ts-border-button,
.ts-color-yellow.ts-table,
.ts-color-yellow.ts-blockquote,
.ts-color-yellow .ts-tab-nav li:hover,
.ts-color-yellow .ts-current-tab,
.ts-color-yellow .ts-active-accordion .ts-accordion-button{
  border-color: #ffbe05;
}

.ts-color-yellow .ts-button-left{
  border-color: #e9ac00;
}

/*White*/
.ts-button,
.ts-button:hover,
.ts-button:visited,
.ts-button.ts-color-white:hover,
.ts-buttons-btn,
.ts-buttons-btn:hover,
.ts-color-white .ts-buttons-btn:hover,
.ts-buttons-btn:visited{
  color: #fff;
  font-weight: 400;
}

.ts-color-white.ts-buttons.ts-border-button{
  border-color: #fff !important;
}

.ts-color-white.ts-buttons.ts-border-button:hover .ts-button-center,
.ts-color-white.ts-buttons.ts-border-button .ts-buttons-btn:hover{
  background-color: #fff;
  color: #333;
}

.ts-color-white.ts-button.ts-border-button{
  border-color: #fff !important;
}

.ts-color-white.ts-button.ts-border-button:hover{
  background-color: #fff;
}

.ts-color-white.ts-button.ts-border-button:hover .ts-button-icon,
.ts-color-white.ts-button.ts-border-button:hover .ts-button-title{
  color: #444;
}

.ts-color-white.ts-border-button .ts-button-center,
.ts-color-white .ts-buttons-btn,
.ts-color-white.ts-dropcap,
.ts-color-white.ts-button{
  background-color: #fff;
  color: #444;
}

.ts-color-white.ts-milestone,
.ts-color-white.ts-border-button:hover .ts-button-center{
  color: #fff;
}

.ts-color-white.ts-border-button .ts-button-right,
.ts-color-white.ts-border-button .ts-button-left,
.ts-color-white.ts-border-button,
.ts-color-white.ts-border-button .ts-button-title,
.ts-color-white.ts-border-button .ts-button-icon,
.ts-color-white.ts-dropcap-transparent{
  color: #fff;
}

.ts-color-white.ts-border-button:hover .ts-button-left,
.ts-color-white.ts-border-button:hover .ts-button-right,
.ts-color-white.ts-border-button:hover{
  font-weight: bold;
}

.ts-color-white .ts-button-center{
  background-color: #c6c6c8;
  color: #fff;
}

.ts-color-white .ts-skill-title span{
  background-color: rgba(0,0,0,0.1);
}

.ts-social a:hover{
  color: #fff;
}

/*White BG Elements*/
.ts-white-bg .ts-tab-nav a,
.ts-white-bg .ts-table table th,
.ts-white-bg .ts-table table td,
.ts-white-bg .ts-bar-white-label .ts-bar-title,
.ts-white-bg .ts-dropcap.ts-color-white,
.ts-white-bg .ts-buttons.ts-color-white a,
.ts-white-bg .ts-button.ts-color-white{
  background-color: #f6f3f3;
}

.ts-white-bg .ts-border-button.ts-button.ts-color-white{
  background-color: transparent;
}

.ts-white-bg .ts-border-button.ts-button.ts-color-white:hover{
  background-color: #fff;
}

.ts-white-bg .ts-buttons.ts-color-white.ts-border-button a{
  background-color: transparent;
}

.ts-white-bg .ts-bars.ts-bar-white-label .ts-bar-title:after{
  color: #f3f3f3;
}

.ts-white-bg .ts-dropcap.ts-color-white.ts-dropcap-transparent{
  color: #eee;
}

.ts-white-bg .ts-clients span.ts-img-effect,
.ts-white-bg code,
.ts-white-bg .ts-box-icon,
.ts-white-bg pre{
  border: 1px solid #eaeaea;
}

.ts-white-bg .ts-box-icon{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ts-color-white .ts-button-left{
  border-color: #c6c6c8;
}

/* Info box & blockquote */
.ts-white-bg .ts-alertbox,
.ts-white-bg .ts-blockquote.ts-vertical-line{
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.direction-rtl.ts-white-bg .ts-alertbox,
.direction-rtl .ts-white-bg .ts-alertbox{
  border-right-width: 0;
  border-left: 1px solid #eaeaea;
}

.direction-rtl .ts-white-bg .ts-blockquote.ts-vertical-line,
.direction-rtl.ts-white-bg .ts-blockquote.ts-vertical-line{
  border-width: 1px 4px 1px 1px;
  border-left-color: #eaeaea;
}

.ts-white-bg .ts-accordion,
.ts-white-bg .ts-blockquote.ts-horizontal-line{
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.ts-white-bg .ts-feature-desc,
.ts-white-bg .ts-pricing-table ul{
  border-right: 1px solid #f0f1f5;
  border-left: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}

.ts-white-bg .ts-box-details{
  border-right: 1px solid #f0f1f5;
  border-left: 1px solid #f0f1f5;
}

.ts-white-bg .ts-accordions .ts-accordion:last-child{
  border-bottom: 1px solid #eaeaea;
}

.ts-white-bg .ts-active-accordion .ts-accordion-button{
  margin-left: -1px;
  margin-right: -1px;
}

.ts-white-bg .ts-alert-icon{
  height: auto;
  top: -1px;
  bottom: -1px;
}

.ts-white-bg .gallery .gallery-item figcaption{
  background-color: #f3f3f3;
}

/*---------------------------------------------
  Border Radius Types
---------------------------------------------*/
.ts-button-left,
.direction-rtl .ts-button-right,
.ts-bar .ts-bar-title,
.ts-standard .owl-controls .owl-buttons .owl-prev,
.ts-horizontal-tab .ts-tab-nav li:first-child a,
.ts-alertbox .ts-alert-icon{
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius:    2px 0 0 2px;
  border-radius:         2px 0 0 2px;
}

.ts-button-right,
.direction-rtl .ts-button-left,
.direction-rtl .ts-bar .ts-bar-title,
.ts-standard .owl-controls .owl-buttons .owl-next,
.ts-horizontal-tab .ts-tab-nav li:last-child a{
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius:    0 2px 2px 0;
  border-radius:         0 2px 2px 0;
}

.ts-box-slider,
.ts-vertical-tab .ts-tab-nav li:first-child a,
.ts-accordion:first-child{
  -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius:    2px 2px 0 0;
  border-radius:         2px 2px 0 0;
}

.ts-feature-box .ts-feature-desc,
.ts-vertical-tab .ts-tab-nav li:last-child a,
.ts-accordion:last-child,
.ts-accordion:last-child .ts-accordion-button{
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius:    0 0 2px 2px;
  border-radius:         0 0 2px 2px;
}

.ts-active-accordion.ts-accordion:last-child .ts-accordion-button,
.ts-border-button.ts-buttons .ts-button-left,
.ts-border-button.ts-buttons .ts-button-right,
.ts-border-button.ts-button,
.ts-border-button.ts-buttons{
  -webkit-border-radius: 0;
  -moz-border-radius:    0;
  border-radius:         0;
}

code,
pre,
.ts-white-bg .ts-testimonials.ts-standard .owl-controls .owl-buttons div,
.ts-toggle .ts-accordion,
.ts-table,
.ts-twitter-avatar img,
.ts-testimonial-small-img img,
.ts-testimonial-img img,
.ts-chart .ts-skill-title span,
.ts-bar .ts-bar-color,
.ts-bar .ts-bar-percentage,
.ts-accordions,
.ts-highlight,
.ts-blockquote,
.ts-dropcap.ts-dropcap-square,
.ts-alertbox,
.ts-buttons,
.ts-button{
  -webkit-border-radius: 2px;
  -moz-border-radius:    2px;
  border-radius:         2px;
}

.ts-table tr:last-child td:first-child{
  -webkit-border-bottom-left-radius:  2px;
  -moz-border-radius-bottomleft:      2px;
  border-bottom-left-radius:          2px;
}
.ts-table tr:last-child td:last-child{
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright:     2px;
  border-bottom-right-radius:         2px;
}

/*---------------------------------------------
  Font Awesome
---------------------------------------------*/
.ts-toggle .ts-accordion-button:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------
  Arrows
---------------------------------------------*/
.ts-bar-white-label .ts-bar-title:after,
.ts-vertical-tab.ts-left-nav .ts-current-tab a:after,
.ts-alertbox .ts-alert-icon:after,
.ts-blockquote.ts-vertical-line:after{
  font-family:'FontAwesome';
  content: "\f0da"; /*Left Arrow*/
  position: absolute;
  right: -29px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  font-style: normal;
  line-height: 1em;
  width: 30px;
}

.ts-social-tooltip:after,
.ts-vertical-tab.ts-right-nav .ts-current-tab a:after{
  font-family:'FontAwesome';
  content: "\f0d9"; /*Right Arrow*/
  position: absolute;
  left: -6px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  font-style: normal;
  line-height: 1em;
  width: 30px;
}

.ts-highlight-table .ts-price:after,
.ts-tooltip-top .ts-skill-title span:after,
.ts-horizontal-tab .ts-current-tab a:after,
.ts-active-accordion .ts-accordion-button:after{
  font-family:'FontAwesome';
  content: "\f0d7"; /*Down Arrow*/
  position: absolute;
  bottom: -12px;
  left: 50%;
  font-size: 20px;
  margin-left: -15px;
  font-style: normal;
  line-height: 1em;
  width: 30px;
  text-align: center;
}

.ts-tooltip-bottom .ts-chart .ts-skill-title span:after,
.ts-blockquote.ts-horizontal-line:after{
  font-family:'FontAwesome';
  content: "\f0d8"; /*Up Arrow*/
  position: absolute;
  bottom: -8px;
  left: 30px;
  font-size: 20px;
  font-style: normal;
  line-height: 1em;
  width: 30px;
}

/*---------------------------------------------
  Transitions
---------------------------------------------*/
.ts-table-list td a,
.ts-buttons-btn,
.ts-color-white .ts-button-center{
  -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
     -moz-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
      -ms-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
       -o-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
          transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.ts-accordion-button{
  -webkit-transition: padding-left .2s ease;
     -moz-transition: padding-left .2s ease;
      -ms-transition: padding-left .2s ease;
       -o-transition: padding-left .2s ease;
          transition: padding-left .2s ease;
}

.ts-photostream a img,
.ts-slider .owl-controls{
  -webkit-transition: opacity .2s ease;
     -moz-transition: opacity .2s ease;
      -ms-transition: opacity .2s ease;
       -o-transition: opacity .2s ease;
          transition: opacity .2s ease;
}

.ts-usercart .ts-social-icon,
.owl-dots .owl-dot{
  -webkit-transition: background-color .3s ease;
     -moz-transition: background-color .3s ease;
      -ms-transition: background-color .3s ease;
       -o-transition: background-color .3s ease;
          transition: background-color .3s ease;
}

.ts-photostream a span,
.ts-button-effect .ts-button-title,
.ts-button-effect .ts-button-icon{
  -webkit-transition: margin .3s ease;
     -moz-transition: margin .3s ease;
      -ms-transition: margin .3s ease;
       -o-transition: margin .3s ease;
          transition: margin .3s ease;  
}

.ts-bar-white-label .ts-bar-title{
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}

.ts-button,
.ts-border-button.ts-buttons,
.ts-border-button .ts-button-title,
.ts-border-button .ts-button-icon,
.ts-color-custom .ts-button-title,
.ts-alertbox-close,
.ts-clients span.ts-img-effect,
.ts-tab-nav li,
.ts-tab-nav a{
  -webkit-transition: all .3s ease !important;
     -moz-transition: all .3s ease !important;
      -ms-transition: all .3s ease !important;
       -o-transition: all .3s ease !important;
          transition: all .3s ease !important;
}

a,
.owl-buttons > div{
  -webkit-transition: color .4s ease;
     -moz-transition: color .4s ease;
      -ms-transition: color .4s ease;
       -o-transition: color .4s ease;
          transition: color .4s ease;
}

img.ts-grayscale{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/* Shadow
--------------------------------------------------------------------------*/
.ts-button,
.ts-buttons,
.ts-alertbox,
.ts-blockquote,
.ts-dropcap-square,
.ts-member-slider img,
.ts-twitter-avatar,
.ts-dropcap-circle{
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.05);
      box-shadow:   0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Mobile mode
--------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

  /*Tabs*/
  .ts-tab-nav{
    width: 100%;
    float: none;
  }

  .ts-tab-nav li{
    float: none;
    width: 100%;
    border-bottom-width: 1px;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }

  .ts-tab-nav li:last-child{
    border-bottom-width: 0;
  }
  
  .ts-current-tab a:after{
    content: '' !important;
  }

  .ts-vertical-tab .ts-tab-nav{
    max-width: 100%;
  }

  .ts-feature-box{
    margin-bottom: 40px;
  }

  /*Testimonials*/
  .ts-testimonial,
  .ts-testimonial-desc{
    margin: 0;
    padding-top: 0 !important;
  }

  .ts-big-testimonial .ts-testimonial-img img{
    margin-top: 5px;
    max-width: 32px;
  }

  .ts-big-testimonial .ts-with-image{
    margin-left: 30px;
    padding-top: 0;
    min-height: 60px;
  }

  .ts-testimonial .ts-testimonial-desc:before{
    content: '';
  }

  .ts-standard .ts-testimonial-desc.ts-with-author{
    padding: 15px 0 35px 0;
  }

  .ts-testimonials .owl-dots{
    display: block;
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }

  .ts-testimonials .owl-nav{
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .fluid-image{
    margin-bottom: 30px;
  }

  .mobile-text-left .ts-button{
    margin-left: 0;
    margin-right: 10px;
  }

  .mobile-text-right .ts-button{
    margin-left: 10px;
    margin-right: 0;
  }

  .ts-box-details{
    min-width: 200px;
  }

  /*Table*/
  table.ts-table th,
  table.ts-table td{
    padding: 10px;
  }

  table.ts-table th{
    font-size: 14px;
  }

  /*Border Radius*/
  .ts-tab-nav li:first-child a{
    -webkit-border-radius: 2px 2px 0 0 !important;
    -moz-border-radius: 2px 2px 0 0 !important;
    border-radius: 2px 2px 0 0 !important;
  }

  .ts-tab-nav li:last-child a{
    -webkit-border-radius: 0 0 2px 2px !important;
    -moz-border-radius: 0 0 2px 2px !important;
    border-radius: 0 0 2px 2px !important;
  }

}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.type-post.bounceIn,
.type-post.flipInX,
.type-post.flipInY,
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slupy-fadeindown,
.slupy-fadeinup,
.slupy-fadeinleft,
.slupy-fadeinright,
.slupy-fadein{
  visibility: hidden;
}

.no-js .slupy-fadeindown,
.no-js .slupy-fadeinup,
.no-js .slupy-fadeinleft,
.no-js .slupy-fadeinright,
.no-js .slupy-fadein{
  visibility: visible;
}

.slupy-animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.type-post.fadeIn,
.type-post.fadeInDown,
.type-post.fadeInUp {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.disable-animate{
  opacity: 1 !important;
   -webkit-animation-name: none !important;
  animation-name: none !important;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/**
 * Table of Contents:
 *
 * 1.0 - Layout (Columns)
 * 2.0 - Desktop Mode
 *   2.1 - Container
 *   2.2 - Mega Menu
 *   2.3 - Masonry
 *   2.4 - WooCommerce
 * 3.0 - Tablet & Mobile Mode
 *   3.1 - Header Types
 *   3.2 - Mobile Menu
 *   3.3 - WooCommerce
 *   3.4 - Comment List
 *   3.5 - Masonry
 * 4.0 - Tablet Mode
 * 5.0 - Mobile Mode
 * -----------------------------------------------------------------------------*/
/* Layout
--------------------------------------------------------------------------*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

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

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

  table.visible-sm {
    display: table;
  }

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

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

  table.visible-md {
    display: table;
  }

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

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

  table.visible-lg {
    display: table;
  }

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* Desktop mode
--------------------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }

  .container-boxed #main {
    width: 960px;
  }

  .container-boxed #header.sticky-header {
    width: 960px;
    margin-left: -480px;
  }

  /*Mega Menu*/
  #header .mega-menu .col-mm-1 {
    width: 78.333333333px;
  }
  #header .mega-menu .col-mm-2 {
    width: 156.666666667px;
  }
  #header .mega-menu .col-mm-3 {
    width: 235px;
  }
  #header .mega-menu .col-mm-4 {
    width: 313.333333333px;
  }
  #header .mega-menu .col-mm-5 {
    width: 391.666666667px;
  }
  #header .mega-menu .col-mm-6 {
    width: 470px;
  }
  #header .mega-menu .col-mm-7 {
    width: 548.333333333px;
  }
  #header .mega-menu .col-mm-8 {
    width: 626.666666667px;
  }
  #header .mega-menu .col-mm-9 {
    width: 705px;
  }
  #header .mega-menu .col-mm-10 {
    width: 783.333333333px;
  }
  #header .mega-menu .col-mm-11 {
    width: 861.666666667px;
  }
  #header .mega-menu .col-mm-12 {
    width: 940px;
  }

  .col-masonry-6 .portfolio-item,
  .col-masonry-6 .type-post {
    width: 20%;
  }

  .col-masonry-5 .portfolio-item,
  .col-masonry-5 .type-post {
    width: 25%;
  }

  .col-masonry-4 .portfolio-item,
  .col-masonry-4 .type-post {
    width: 33.333333%;
  }

  .col-masonry-6.fit-portfolio-grid .portfolio-item {
    padding-bottom: 20%;
  }

  .col-masonry-5.fit-portfolio-grid .portfolio-item {
    padding-bottom: 25%;
  }

  .col-masonry-4.fit-portfolio-grid .portfolio-item {
    padding-bottom: 33.333333%;
  }

  .products-max-col-4 .product:nth-child(4n+1) {
    clear: none;
  }

  .products-max-col-4 .product:nth-child(3n+1) {
    clear: both;
  }

  .left-content .products-max-col-3 .product,
  .left-content .products-max-col-4 .product,
  .right-content .products-max-col-3 .product,
  .right-content .products-max-col-4 .product {
    width: 50%;
  }
  .left-content .products-max-col-3 .product:nth-child(2n+1),
  .left-content .products-max-col-4 .product:nth-child(2n+1),
  .right-content .products-max-col-3 .product:nth-child(2n+1),
  .right-content .products-max-col-4 .product:nth-child(2n+1) {
    clear: both;
  }
  .left-content .products-max-col-3 .product:nth-child(3n+1),
  .left-content .products-max-col-4 .product:nth-child(3n+1),
  .right-content .products-max-col-3 .product:nth-child(3n+1),
  .right-content .products-max-col-4 .product:nth-child(3n+1) {
    clear: none;
  }

  .cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
  }

  .related ul.products li.product,
  .related ul li.product,
  .upsells.products ul.products li.product,
  .upsells.products ul li.product {
    width: 50%;
  }
  .related ul.products li:nth-child(2n+1),
  .related ul li:nth-child(2n+1),
  .upsells.products ul.products li:nth-child(2n+1),
  .upsells.products ul li:nth-child(2n+1) {
    clear: both;
  }
}
/* Tablet & mobile mode
--------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /* Mobile Menu Config */
  #mobile-menu-button {
    display: block !important;
  }

  #header {
    top: 0 !important;
  }
  #header nav {
    margin-right: 0 !important;
  }
  #header nav ul.menu {
    display: none;
  }
  #header .menu-additional {
    float: right;
    margin-left: 0;
  }
  #header .menu-additional > ul {
    float: right;
  }
  #header .menu-additional > ul li:first-child a {
    border-left: 0;
  }
  #header .header-big nav {
    width: 40px;
  }
  #header .header-big .menu-additional {
    margin-bottom: 0;
  }
  #header .header-underlogo nav {
    width: 40px;
    float: right;
  }
  #header .header-underlogo #logo {
    margin-bottom: 0;
  }

  .slupy-transparent-header #page-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .slupy-transparent-header #page-header .rev_slider_wrapper {
    margin-top: 0 !important;
  }

  #main {
    position: relative;
    left: 0;
    -moz-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
  }

  .mobile-site-content {
    overflow: hidden;
  }

  .mobile-site-content #main {
    position: relative;
    left: 300px;
    cursor: pointer;
    max-height: 100%;
    overflow: hidden;
  }

  #header.sticky-header {
    position: relative;
  }

  .menu-additional.sticky-menu-additional {
    position: relative;
  }

  .mobile-menu-content {
    z-index: 11;
    display: block;
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    width: 300px;
    -moz-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
    -moz-box-shadow: rgba(153, 153, 153, 0.1) 1px 0 1px;
    -webkit-box-shadow: rgba(153, 153, 153, 0.1) 1px 0 1px;
    box-shadow: rgba(153, 153, 153, 0.1) 1px 0 1px;
  }
  .mobile-menu-content.in-window {
    left: 0;
    -moz-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
  }
  .mobile-menu-content .back-site-content a {
    display: block;
    padding: 12px 15px;
    text-align: right;
    font-weight: normal;
    color: #fff;
    -moz-transition: padding 0.4s ease, background-color 0.4s ease;
    -o-transition: padding 0.4s ease, background-color 0.4s ease;
    -webkit-transition: padding 0.4s ease, background-color 0.4s ease;
    transition: padding 0.4s ease, background-color 0.4s ease;
  }
  .mobile-menu-content .back-site-content a:before {
    content: '\f104';
    font-size: 16px;
    padding-right: 5px;
  }
  .mobile-menu-content .back-site-content a:hover {
    padding-right: 25px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mobile-menu-content ul.menu {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobile-menu-content ul.menu li.menu-item {
    position: relative;
    border-bottom: 1px solid #f0f1f5;
  }
  .mobile-menu-content ul.menu li.menu-item.menu-item-has-children > a:after {
    position: absolute;
    content: '\f107';
    right: 15px;
    top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
  }
  .mobile-menu-content ul.menu li.menu-item.active-sub-menu {
    border-bottom: 0;
  }
  .mobile-menu-content ul.menu li.menu-item.active-sub-menu > a {
    border-bottom: 1px solid #f0f1f5;
  }
  .mobile-menu-content ul.menu li.menu-item.active-sub-menu > a:after {
    content: '\f106';
  }
  .mobile-menu-content ul.menu li.menu-item > a {
    padding: 12px 15px;
    display: block;
    position: relative;
    font-weight: 400;
  }
  .mobile-menu-content ul.menu li.menu-item > a .menu-icon {
    margin-right: 5px;
    font-size: 16px;
  }
  .mobile-menu-content ul.menu li.menu-item .menu-content {
    padding: 15px;
  }
  .mobile-menu-content ul.menu li.menu-item ul.sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobile-menu-content ul.menu li.menu-item ul.sub-menu li.menu-item > a {
    padding: 12px 30px;
    font-size: 13px;
  }
  .mobile-menu-content ul.menu li.menu-item ul.sub-menu li.menu-item li.menu-item > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu-content ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f0f1f5;
  }

  .container-boxed #header .header-underlogo nav {
    padding-left: 0;
  }
  .container-boxed #header .header-underlogo .menu-additional {
    padding-right: 0;
  }

  .nav-prev-next .next-btn,
  .nav-prev-next .prev-btn {
    width: 100%;
    float: none;
    text-align: left;
  }
  .nav-prev-next .next-btn:empty,
  .nav-prev-next .prev-btn:empty {
    display: none;
  }
  .nav-prev-next .next-btn {
    margin-top: 3px;
  }
  .nav-prev-next .prev-btn {
    margin-bottom: 3px;
  }

  #reviews #comments ol.commentlist li img.avatar {
    max-width: 40px;
  }

  #reviews #comments ol.commentlist li .comment-text .description {
    padding-left: 55px;
  }

  #reviews #comments ol.commentlist ul.children li {
    padding-left: 55px;
    background-image: none;
  }

  #reviews #comments ol.commentlist ul.children li img.avatar {
    left: 70px;
  }

  .woocommerce .comment-form-author,
  .woocommerce-page .comment-form-author {
    margin-right: 0 !important;
  }
  .woocommerce #shipping_country_field,
  .woocommerce #billing_country_field,
  .woocommerce-page #shipping_country_field,
  .woocommerce-page #billing_country_field {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce .form-row-first,
  .woocommerce .form-row-last,
  .woocommerce-page .form-row-first,
  .woocommerce-page .form-row-last {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .view-order-page .col-1,
  .view-order-page .col-2 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
  }

  .comment-list .comment-content {
    padding-left: 55px;
    min-height: 40px;
  }
  .comment-list .comment-content .avatar {
    max-width: 40px;
    max-height: 40px;
  }
  .comment-list li.parent > .comment-body:before {
    left: 20px;
  }
  .comment-list li > .children > li {
    padding-left: 40px;
    background-position: 20px -455px;
  }
  .comment-list li > .children > li:before {
    left: 20px;
  }
  .comment-list .comment-form .comment-notes {
    margin-top: 10px;
    display: block;
    padding-left: 0;
  }
  .comment-list .comment-form label {
    display: block;
    margin-bottom: 0;
  }
  .comment-list .comment-form .comment-form-comment label {
    display: block;
  }

  .page404 {
    font-size: 400px;
  }

  .blank-page-wrap {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .blank-page-wrap .blank-page-container {
    display: block;
    max-width: 100%;
  }

  .comments-title {
    float: none;
  }

  .comment-navigation {
    float: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .comment-header .comment-navigation {
    padding-left: 20px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    display: block;
    width: auto;
    float: none;
    margin-right: 0;
  }

  .slupy-product-list ul.products li.product,
  .portfolio-items .portfolio-item,
  .col-masonry-6 .type-post,
  .col-masonry-5 .type-post,
  .col-masonry-4 .type-post,
  .col-masonry-3 .type-post,
  .col-masonry-2 .type-post {
    width: 50%;
  }

  .portfolio-items.fit-portfolio-grid .portfolio-item {
    padding-bottom: 50%;
  }

  .left-content .portfolio-items .portfolio-item,
  .left-content .col-masonry-6 .type-post,
  .left-content .col-masonry-5 .type-post,
  .left-content .col-masonry-4 .type-post,
  .left-content .col-masonry-3 .type-post,
  .left-content .col-masonry-2 .type-post,
  .right-content .portfolio-items .portfolio-item,
  .right-content .col-masonry-6 .type-post,
  .right-content .col-masonry-5 .type-post,
  .right-content .col-masonry-4 .type-post,
  .right-content .col-masonry-3 .type-post,
  .right-content .col-masonry-2 .type-post {
    width: 100%;
  }
  .left-content .portfolio-items.fit-portfolio-grid .portfolio-item,
  .right-content .portfolio-items.fit-portfolio-grid .portfolio-item {
    padding-bottom: 100%;
  }

  .direction-rtl .menu-additional > ul > li > a {
    border-right-width: 1px;
    border-left-width: 0;
  }
  .direction-rtl #header .menu-additional.pull-right {
    margin-right: 0;
  }
  .direction-rtl .mobile-menu-content .back-site-content a {
    text-align: left;
    padding-left: 5px;
  }
  .direction-rtl .mobile-menu-content .back-site-content a:before {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
  }
  .direction-rtl .mobile-menu-content ul.menu li.menu-item.menu-item-has-children > a:after {
    right: auto;
    left: 15px;
  }
  .direction-rtl .mobile-menu-content ul.menu li.menu-item > a .menu-icon {
    margin-right: 0;
    margin-left: 5px;
  }
}
/* Tablet mode
--------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 738px;
  }

  .container-boxed #main {
    width: 738px;
  }

  .products-max-col-2 .product:nth-child(2n+1),
  .products-max-col-3 .product:nth-child(3n+1),
  .products-max-col-4 .product:nth-child(4n+1) {
    clear: none;
  }

  .products-max-col-2 .product:nth-child(2n+1),
  .products-max-col-3 .product:nth-child(2n+1),
  .products-max-col-4 .product:nth-child(2n+1) {
    clear: both;
  }

  .related ul.products li.product,
  .related ul li.product,
  .upsells.products ul.products li.product,
  .upsells.products ul li.product {
    width: 50%;
  }
  .related ul.products li:nth-child(2n+1),
  .related ul li:nth-child(2n+1),
  .upsells.products ul.products li:nth-child(2n+1),
  .upsells.products ul li:nth-child(2n+1) {
    clear: both;
  }

  .left-content .products-max-col-4 .product,
  .right-content .products-max-col-4 .product {
    width: 50%;
  }
  .left-content .products-max-col-4 .product:nth-child(2n+1),
  .right-content .products-max-col-4 .product:nth-child(2n+1) {
    clear: both;
  }
  .left-content .products-max-col-4 .product:nth-child(3n+1),
  .right-content .products-max-col-4 .product:nth-child(3n+1) {
    clear: none;
  }

  .scale-slider-item {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
/* Mobile mode
--------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .container-boxed .container,
  .page-type-full-width > .container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-boxed #main {
    width: 100%;
  }

  .navigation.pagenumbers {
    padding-top: 0;
  }

  .floatleft,
  .floatright {
    float: none !important;
  }

  .admin-bar .mobile-menu-content {
    top: 46px !important;
  }

  .column-text p:first-child {
    margin-bottom: 20px;
  }

  /*top-bar*/
  #top-bar .menu-additional {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #top-bar .menu-additional > ul > li a {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  #top-bar .menu-additional.pull-right {
    margin-right: 0 !important;
  }
  #top-bar .menu-additional.pull-left {
    margin-left: 0 !important;
  }
  #top-bar .menu-additional .menu-additional-btn:first-child > a {
    border-left-width: 1px !important;
  }
  #top-bar .menu-additional .menu-additional-btn:last-child > a {
    border-right-width: 1px !important;
  }
  #top-bar .top-bar-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-bar-text {
    margin-top: 10px;
  }

  #page-header .breadcrumbs {
    text-align: left;
  }
  #page-header .with-desc .breadcrumbs {
    margin-top: 6px;
  }

  .page404 {
    font-size: 180px;
  }

  .col-masonry-6 .type-post,
  .col-masonry-5 .type-post,
  .col-masonry-4 .type-post,
  .col-masonry-3 .type-post,
  .col-masonry-2 .type-post {
    width: 100%;
  }

  .related ul.products li.product,
  .related ul li.product,
  .upsells.products ul.products li.product,
  .upsells.products ul li.product {
    width: 100%;
  }

  .woocommerce table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table thead th,
  .woocommerce-page table.shop_table thead th {
    padding: 15px 6px;
  }
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 6px;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: none;
  }

  .left-content ul.products li.product,
  .right-content ul.products li.product {
    width: 100%;
  }

  .woocommerce-tabs.vertical-tab ul.tabs li.active:before {
    content: "";
  }

  .woocommerce-shipping-fields {
    margin-top: 30px;
  }

  form.checkout_coupon .input-text {
    max-width: 190px;
  }

  .cart-collaterals .pull-right {
    float: none !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .mobile-text-right {
    text-align: right !important;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .column-text p:last-child {
    margin-bottom: 20px;
  }

  .scale-slider-item {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  .direction-rtl #page-header .breadcrumbs {
    text-align: right;
  }

  .admin-bar .blank-page-wrap {
    top: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 479px) {
  /*Menu Additional*/
  #header .menu-additional > ul > li.custom-content, #header .menu-additional > ul > li.social-links-content {
    display: none;
  }
  #header .menu-additional > ul > li > a {
    border-left-width: 0;
    border-right-width: 1px;
  }

  .portfolio-items .portfolio-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-items.fit-portfolio-grid .portfolio-item {
    padding-bottom: 100%;
  }

  .portfolio-model-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-additional.pull-left .menu-content {
    right: auto !important;
    left: 15px;
  }
  .menu-additional .menu-content {
    position: fixed !important;
    top: auto !important;
    right: 15px !important;
    max-width: 90% !important;
  }
  .menu-additional .menu-content .lang-content {
    min-width: 320px !important;
  }

  .container-boxed .menu-additional.pull-left .menu-content {
    left: 15px;
    right: auto !important;
  }
  .container-boxed .menu-additional .menu-content {
    right: 15px !important;
  }

  .comment-list .comment-meta b.fn {
    display: block;
  }
  .comment-list .comment-meta .comment-metadata {
    padding-left: 0;
  }
  .comment-list .comment-content {
    padding-left: 55px;
    min-height: 60px;
  }
  .comment-list .comment-content .avatar {
    max-width: 40px;
    max-height: 40px;
  }
  .comment-list li.parent > .comment-body:before {
    border: 0;
  }
  .comment-list li > .children > li {
    padding-left: 5px;
    background: none;
  }
  .comment-list li > .children > li:before {
    border: 0;
  }

  .comment-navigation {
    padding-bottom: 0;
  }

  .comment-navigation > div {
    float: none !important;
    margin: 0 !important;
  }

  .related-post-list li time {
    display: block;
  }

  table.shop_table thead th {
    font-size: 14px;
  }
  table.shop_table .quantity .plus,
  table.shop_table .quantity .minus {
    display: none;
  }
  table.shop_table .quantity input.qty {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-ordering,
  .woocommerce-result-count {
    clear: both;
    float: none !important;
    margin-bottom: 10px !important;
    padding-bottom: 0;
  }
}