/* LICENSE & DETAILS
==================================================
    Theme Name: Desdeinter
	Theme URI: https://demo1.imithemes.com/
	Version: 2.5
	Author: imithemes
	Author URI: www.imithemes.com
	Domain Path: /languages
	Requires at least: 5.0
	Tested up to: 6.1.1
	Requires PHP: 7.4


/*------------------------------------------------------------------
[Table of contents]
0. BOOTSTRAP REBOOT
1. BOOTSTRAP THEME
2. TYPOGRAPHY
3. MARGIN BOTTOM SETS
4. PADDING SETS
5. SPACER SETS
6. WP NATIVE STYLE
7. BASIC STYLE
8. SITE HEADER
9. PAGE HEADER
10. SEARCH CART MODULE
11. SOCIAL ICONS MODULE
12. WIDGETS
13. SHORTCODES
14. COMMENTS
15. PAGINATION
16. SITE FOOTER
17. PLUGINS COMPATIBILITY
18. RETINA DISPLAY
-------------------------------------------------------------------*/


/* ==================================================
   0. BOOTSTRAP REBOOT
================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #565872;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
	padding: 0
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
	cursor: pointer
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
	cursor: pointer
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/* ==================================================
   1. BOOTSTRAP THEME
================================================== */
a:focus, .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: -2px;
}
.btn-primary.disabled,
.btn-primary[disabled]{
	border:0!important;
}
.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
  box-shadow:none;
}
.btn-default:disabled,
.btn-default[disabled] {
	background-color:none;
}
.btn-primary {
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  border-color: transparent;
	color: #fff
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: transparent;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
}
.btn-secondary:hover{
	color: #fff
}
.btn-default,
.btn-primary,
.btn-secondary,
input[type="button"],
input[type="submit"],
button,
.vc_btn3,
.vc_general.vc_btn3,
.vc_btn3.vc_btn3-size-md,
.button,
.rev-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	padding: 14px 28px;
	border:1px solid transparent;
	text-decoration:none;
	-webkit-box-shadow: none;
		  box-shadow: none;
	text-transform:uppercase;
	line-height: 1.528571429;
	font-weight:700;
	color:#fff;
	position:relative;
	font-size:12px;
	-webkit-border-radius:999px;
	border-radius:999px;
	overflow:hidden;
	letter-spacing: 1px;
	display: inline-block;
	 -webkit-user-select:none;
	 -moz-user-select:none;
	 -ms-user-select:none;
	 user-select:none;
	 will-change:transform
}
.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 2px
}
body .woocommerce .button:before,
body .woocommerce .button.alt:before{
	display: none
}
.btn-default,
.btn-primary,
.btn-secondary,
input[type="button"],
input[type="submit"],
button,
.button{
	border:1px solid transparent
}
.vc_general.vc_btn3,.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom{
	padding: 14px 28px;
	letter-spacing: 1px
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline:hover{
	color: #fff!important
}
.btn-default:hover,
.btn-primary:hover,
.btn-secondary:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.vc_general.vc_btn3:not(.vc_btn3-style-outline):hover,
.vc_btn3.vc_btn3-size-md:not(.vc_btn3-style-outline):hover,
.button:hover,
.rev-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	border: 1px solid transparent;
	opacity: .9
}
input[type="button"]:hover,input[type="submit"]:hover,button:hover,.button:hover{
	color: #fff
}
.btn-default {
  text-shadow: none;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
  background-color:transparent;
  border:1px solid #ddd!important;
  color:#010119
}
.btn-default:hover,
.btn-default:focus {
  background-color: #eee;
  color:#010119;
}
.btn-default:active,
.btn-default.active {
  background-color: #ddd;
  color:#010119
}
.btn-default.btn-sm{
	font-size:12px;
}
.btn-xs{
	padding:3px 6px;
	font-size:11px;
}
.btn-lg {
  padding: 20px 30px!important;
}
.btn-sm {
  font-size:11px;
  padding: 6px 10px!important;
}
.btn-xs {
  	padding: 2px 5px!important;
	letter-spacing: 0
}
.btn-rounded{
	border-radius: 999px!important
}
.btn-block{
	display: block!important;
	width: 100%;
	text-align: center
}
.form-control{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.hidden-force,.visible-mobile{
	display:none!important;
}
.label{
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
/* ==================================================
   2. TYPOGRAPHY
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  color: #010119;
  font-weight: 700;
  line-height: 1.3em }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h2 small {
  display: block;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 45%; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
  margin-bottom: 5px; }

h1.long, h2.long, h3.long, h4.long, h5.long, h6.long, p.long {
  margin-bottom: 35px; }

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
  margin-top: 22px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #010119; }

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
  font-size: 11px;
  position: relative;
  top: -6px; }

p {
  margin-bottom: 15px;
  line-height: 1.6em; }

.huge {
  font-size: 10em; }
pre {
  padding: 20px;
  margin-bottom: 15px; }

blockquote {
  padding: 30px;
  margin: 30px 0;
  background: #f6f9fc;
  border-left: 4px solid transparent;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300!important }

blockquote p {
  margin-bottom: 0; }

blockquote cite {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  display: block; }

p.lead {
  font-size: 20px;
  line-height: 1.68421053em; }

p.md {
  font-size: 16px; }

p.lg {
  font-size: 30px; }

.lighter p {
  color: #ccc; }

p.small {
  font-size: 10px;
  line-height: 13px; }

.big {
  font-size: 200%;
  line-height: 1.5em; }

.thin {
  font-weight: 300; }

p.drop-caps:first-letter {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px;
  font-size: 75px;
  line-height: 60px; }

p.drop-caps.secondary:first-letter {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  color: white; }

hr.fw {
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #efefef; }

hr.sm {
  display: inline-block;
  margin: 15px 0;
  width: 40px;
  height: 1px;
  border: 0;
  background: #efefef; }

hr.thick {
  display: inline-block;
  margin: 15px 0;
  width: 80px;
  height: 2px;
  border: 0;
  background: #efefef; }

ul.icon {
  margin: 0;
  list-style-type: none; }

ul.checks, ul.angles, ul.carets, ul.chevrons, ul.icons {
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px; }

ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li, ul.icon > li {
  margin: 5px 0; }

ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i, ul.icon > li > i {
  margin-right: 2px; }

ul.inline {
  margin: 10px 0; }

ul.inline > li {
  display: inline-block;
  margin-right: 10px; }

ul.inline > li i.fa {
  margin-right: 2px; }

ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  color: #666666;
  text-decoration: none; }

ul.nav-list-primary > li a:hover {
  text-decoration: none; }

ul.checks li:before, ul.angles li:before, a.external:before, ul.chevrons li::before, ul.carets li:before, ul.inline li:before, .imi_flickr_widget ul li a:before, .widget_categories ul li a:before, .widget_archive ul li a:before, .widget_links ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_custom_category ul li a:before, .imi_flickr_widget ul li a:before,.widget.widget_nav_menu ul li a:before,.widget.widget_product_categories ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-right: 5px; }

ul.angles li:before, .widget_categories ul li a:before, .widget_archive ul li a:before, .widget_links ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_custom_category ul li a:before, .imi_flickr_widget ul li a:before,.widget.widget_product_categories ul li a:before {
  content: "\f0da"; }

ul.checks li:before {
  content: "\f00c"; }

ul.chevrons li:before {
  content: "\f054"; }

ul.carets li:before, ul.inline li:before {
  content: "\f0da"; }

a.external:before {
  content: "\f08e"; }
.widget.widget_nav_menu ul li a:before {
	content: "\f0da";
	margin-right: 7px
}
ul {
  margin: 0 0 20px 15px;
  list-style-type: disc; }

ol {
  margin: 0 0 20px 15px;
  list-style-type: decimal; }

ul ul, ol ul, ol ol {
  margin: 10px 0 10px 20px; }

ul ul {
  list-style-type: circle; }

dl {
  margin: 10px 0; }

dl dt {
  font-weight: 700; }

address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px; }

address.ico p {
  margin: 0;
  padding-bottom: 10px; }

address.ico span {
  display: inline-block;
  padding-left: 20px; }

.cursive {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0; }

label {
  display: inline-block;
  margin-bottom: 5px; }

.letter-spacing-2px {
  letter-spacing: 2px; }

textarea {
	line-height: 1.4em !important;
  resize: vertical; }

/* ==================================================
   3. MARGIN BOTTOM SETS
================================================== */
.margin-0 {
  margin-bottom: 0 !important; }

.margin-5 {
  margin-bottom: 5px !important; }

.margin-10 {
  margin-bottom: 10px !important; }

.margin-15 {
  margin-bottom: 15px !important; }

.margin-20 {
  margin-bottom: 20px !important; }

.margin-30 {
  margin-bottom: 30px !important; }

.margin-40 {
  margin-bottom: 40px !important; }

.margin-50 {
  margin-bottom: 50px !important; }

.margin-60 {
  margin-bottom: 60px !important; }

.margin-70 {
  margin-bottom: 70px !important; }

.margin-80 {
  margin-bottom: 80px !important; }

/* ==================================================
   4. PADDING SETS
================================================== */
.padding-b0 {
  padding-bottom: 0 !important; }

.padding-tb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px; }

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

.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px; }

/* ==================================================
   5. SPACER SETS
================================================== */
.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%; }

.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%; }

.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%; }

.spacer-40 {
  height: 40px;
  clear: both;
  width: 100%; }

.spacer-50 {
  height: 50px;
  clear: both;
  width: 100%; }

.spacer-60 {
  height: 60px;
  clear: both;
  width: 100%; }

.spacer-75 {
  height: 75px;
  clear: both;
  width: 100%; }

.spacer-100 {
  height: 100px;
  clear: both;
  width: 100%; }

/* ==================================================
   6. WP NATIVE STYLES
================================================== */
.alignnone {
  margin: 5px 20px 20px 0; }

.post.sticky {
  padding: 30px!important;
  border: 2px solid #eee;
  position: relative; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #eee;
  max-width: 100%;
  padding: 5px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0; }

article img {
  max-width: 100%;
  height: auto; }

/* reset screen-reader-text & bypostauthor classes */
.screen-reader-text, .bypostauthor {
  position: static !important; }

.screen-reader-text {
  display: none; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

#wp-calendar {
  border-collapse: collapse;
  border: 1px solid #eee;
  width: 100%;
  border-top: none; }

#wp-calendar td, #wp-calendar th {
  text-align: center; }

#wp-calendar td#today {
  background: #f8f8f8; }

#wp-calendar caption {
  padding: 0;
  line-height: 39px; }

#wp-calendar thead, #wp-calendar tfoot {
  line-height: 33px;
  background: #f8f8f8; }

#wp-calendar tbody {
  line-height: 33px; }

#wp-calendar #prev, #wp-calendar #next {
  padding: 0 10px;
  background: #f8f8f8; }

#wp-calendar #prev {
  text-align: left; }

#wp-calendar #next {
  text-align: right; }

.post-content table{
	margin:20px 0;
	width:100%;
	border:1px solid #eee;
	border-collapse:separate;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.post-content table th,.post-content table td{
	padding:8px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	vertical-align:top;
	text-align:left;
	line-height:18px
}
.post-content table tr th:first-child,.post-content table tr td:first-child{
	border-left: 0
}
.post-content table thead:first-child tr:first-child th,.post-content table tbody:first-child tr:first-child th,.post-content table tbody:first-child tr:first-child td{
	border-top:0
}
.post-content table thead:first-child tr:first-child th:first-child,.post-content table tbody:first-child tr:first-child td:first-child{
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0
}
.post-content table thead:first-child tr:first-child th:last-child,.post-content table tbody:first-child tr:first-child td:last-child{
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0
}.post-content table thead:last-child tr:last-child th:first-child,.post-content table tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px
}
.post-content table thead:last-child tr:last-child th:last-child,.post-content table tbody:last-child tr:last-child td:last-child{
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0
}
.post-content .dark-table-style table {
    border-color: rgba(255,255,255,.2)
}
.post-content .dark-table-style table td {
    border-left-color: rgba(255,255,255,.2);
    border-top-color: rgba(255,255,255,.2)
}
.content .fc table{
	margin:0;
	border:0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	-moz-border-radius:0;
	border-radius:0
}
.content .fc table th{
	text-align:center;
}
.content .fc table th, .content .fc table td{
	padding:0;
	border:1px solid #eee;
	line-height:inherit;
	-moz-border-radius:0;
	border-radius:0
}
.content .fc-row .fc-content-skeleton td, .content .fc-row .fc-helper-skeleton td{
	border:0;
}
.content .fc-unthemed thead{
	border-color:transparent;
}
.content .fc-body .fc-row {
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.wp-caption {
  margin-bottom: 24px;
  position: relative; }

.wp-caption.alignleft {
  margin-bottom: 0; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption {
  color: #767676; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignnone {
  max-width: 100%; }

.post.sticky {
  padding: 20px;
  border: 2px solid #eee;
  position: relative; }

.page-links {
  margin: 20px 0; }

/* ==================================================
   7. BASIC STYLE
================================================== */
html, body {
  height: 100%; }

html, hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  color: #010119;
  text-decoration: none;
  cursor: pointer }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #010119; }

a img {
  border: none; }

a > img {
  vertical-align: middle; }

.gray-color {
  background: #bababa; }

.gray-color:hover {
  background-color: rgba(186, 186, 186, 0.8); }

.gray-color-text {
  color: #bababa; }

.lgray-color {
  background: #f8f8f8; }

.dgray-color {
  background: #333; }

.dgray-color h2, .dgray-color h4, dgray-color p, dgray-color a {
  color: #f8f8f8; }

img {
  max-width: 100%; }

img, object, embed, audio, video {
  max-width: 100%; }

img {
  height: auto; }

strong, .strong {
  font-weight: 700; }

i, em, .italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.align-left {
  float: left;
  margin: 5px 25px 20px 0px !important; }

.align-right {
  float: right;
  margin: 5px 0 20px 25px !important; }

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

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

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

.color-text, .color-text .meta-data {
  color: #fff; }

.through {
  text-decoration: line-through; }

.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #333; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  color: #333; }

iframe {
  border: 0;
max-width: 100%}

.push-top {
  margin-top: 35px; }

a:hover {
  color: #333; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], select, textarea {
	font-style: normal;
  	font-weight: 300;
  	font-size: 16px;
  	display: block;
  	width: 100%;
	border: 0;
  	border-bottom: 1px solid #d0d0d0;
  	background: #fff;
  	color: #010119;
  	line-height: 1;
  	padding: 10px;
  	min-height: 46.5px;
  	-webkit-transition: border .25s;
  	transition: border .25s }
select{
  	border: 1px solid #d0d0d0;
	min-height: 44px
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
  border-bottom-color: #666; }
/*.imi-select {
  	height: 44px;
  	background: #fff;
	position: relative
}
.imi-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
	content: '\f078';
  text-align: center;
  font-size: 20px;
	line-height: 44px;
  z-index: 0;
}*/
.input-rounded{
	border-radius: 999px!important;
	padding-left: 20px!important;
	padding-right: 20px!important
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 1000;
  bottom: -4px; }

input[type="radio"]:focus, input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

input[type="radio"]:hover, input[type="checkbox"]:hover {
  background: #d0d0d0; }

input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  height: 20px;
  width: 18px;
  position: absolute;
  content: '\f00c';
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 18px; }

input[type="radio"] {
  border-radius: 50%; }

input[type="radio"]:after {
  border-radius: 50%; }

.search-results .blog-post-details {
  margin: 20px 0; }

.search-results .blog-post-details .post-date {
  display: inline-block; }

.box-shadow-big,.box-shadow-big-in > div {
	-webkit-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-o-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1); }

.box-shadow-big-2x,.box-shadow-big-2x-in > div {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }

.box-shadow-big-up {
  -webkit-box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.1); }

.box-shadow-big-down {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1); }
.inside-white-box>div>div{
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee
}
.position-top-relative {
  position: relative;
  z-index: 1; }
.overflow-hidden{
	overflow: hidden!important
}
.overlay-black:before,.overlay-black-in > div:before {
  background: #010119 }
.overlay-black-light:before,.overlay-black-in-light > div:before {
  background: #333 }
.secondary-overlay, .accent-overlay,.overlay-black {
  position: relative; }

.secondary-overlay:before, .accent-overlay:before, .overlay-black:before,.secondary-overlay-in >div:before, .accent-overlay-in >div:before, .overlay-black-in >div:before {
  opacity: .8;
  position: absolute;
	mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  content: "" !important;
  left: 0;
  top: 0;
  z-index: 0;
  display: block !important; }

.overlay-lines {
  position: relative; }

.overlay-lines:before {
  background: url(assets/images/imi-lines-dark.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 0;
  display: block; }

.overlay-transparent {
  background: rgba(0, 0, 0, 0.7); }

.overlay-white {
  background: rgba(255, 255, 255, 0.99); }

.overlay-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9;
  z-index: 0; }

.overlap-row {
  position: relative;
  z-index: 1;
  bottom: -71px;
  margin-top: -71px; }

.meta-data {
  color: #999;
  font-size: 13px;
	line-height: 16px;
  display: block;
  font-weight: 400;
  text-transform: uppercase }

.meta-data a {
  color: #999 }

.meta-data a:hover {
  text-decoration: none; }

.meta-data > div {
  display: inline-block;
  margin-right: 2px; }

.meta-data i {
  margin-right: 3px; }

.meta-data > div:last-child {
  margin-right: 0; }

p.meta-data {
  font-size: 13px;
	line-height: 1.7em;
letter-spacing: 1px}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.shadow-border-style .post-item-content {
	-webkit-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-o-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
  	padding: 30px;
}

.shadow-border-style .post-list-item,.timeline > li > .timeline-panel {
	-webkit-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-o-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1)
}


.basic-border-style .post-item-content {
	-webkit-box-shadow: 0 0 1px rgba(2, 6, 32, 0.3);
	-moz-box-shadow: 0 0 1px rgba(2, 6, 32, 0.3);
	-ms-box-shadow: 0 0 1px rgba(2, 6, 32, 0.3);
	-o-box-shadow: 0 0 1px rgba(2, 6, 32, 0.3);
	box-shadow: 0 0 1px rgba(2, 6, 32, 0.3);
	padding: 30px
}
.primary-bg-style.basic-border-style .post-item-content, .secondary-bg-style.basic-border-style .post-item-content, .custom-bg-style.basic-border-style .post-item-content {
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	-ms-box-shadow: none;
  	-o-box-shadow: none;
  	box-shadow: none;
}

.dark-skin-style.no-bg-style.basic-border-style .post-item-content {
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.16);
	-ms-box-shadow: 0 0 1px rgba(255, 255, 255, 0.16);
	-o-box-shadow: 0 0 1px rgba(255, 255, 255, 0.16);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.16)
}

.white-bg-style .post-item-content {
  background: #fff; }

.no-border-style.no-bg-style .post-item-content {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0; }


.no-border-style.no-bg-style .service-grid-item .service-media, .no-border-style.no-bg-style .post-grid-item .post-media, .no-border-style.no-bg-style .team-grid-item .team-media, .no-border-style.no-bg-style .project-grid-item .project-media {
  margin-bottom: 20px; }

.no-border-style.no-bg-style .service-grid-item .service-media {
  margin-bottom: 25px; }

.white-bg-style .post-item-content, .primary-bg-style .post-item-content, .secondary-bg-style .post-item-content, .custom-bg-style .post-item-content {
  padding: 30px; }

.dark-skin-style, .dark-skin-style a, .dark-skin-style .team-item .social-icons-list a, .dark-skin-style h3, .dark-skin-style h4, .dark-skin-style h5, .dark-skin-style .testimonial-item cite strong, .dark-skin-style .testimonial-item cite,.dark-skin-style .post-item-content a:hover, .dark-skin-style .team-item .social-icons-list a:hover, .dark-skin-style .post .post-title a:hover, .dark-skin-style .meta-data i,.dark-skin-style .meta-data, .dark-skin-style .meta-data a, .dark-skin-style .basic-link, .dark-skin-style .owl-theme .project-info-static .project-categories a,.dark-skin-style .post-categories i,.dark-skin-style li i.fa {
  color: #fff !important; }

.dark-skin-style .post-item-content a:hover, .dark-skin-style .team-item .social-icons-list a:hover, .dark-skin-style .post .post-title a:hover,.dark-skin-style .meta-data, .dark-skin-style .basic-link, .dark-skin-style .owl-theme .project-info-static .project-categories a,.dark-skin-style .post-categories i {
  opacity: 0.7 }
.dark-skin-style .meta-data a{
	color: #fff !important;
	opacity: .9
}
.dark-skin-style .post-item-excerpt, .dark-skin-style .testimonial-item cite {
  opacity: 0.9; }


.dark-skin-style .blog-posts .post .blog-post-details a:hover, .dark-skin-style .meta-data a:hover, .dark-skin-style .basic-link:hover, .dark-skin-style .project-info-static .project-categories a:hover {
  opacity: 1 !important;
  color: #fff!important; }

.dark-skin-style a.btn.btn-primary {
  background: none !important;
border: 1px solid #fff!important;
color: #fff!important}

.dark-skin-style a.btn.btn-primary:hover {
  background: #fff !important;
	color: #010119!important;
  opacity: 1 !important; }

.secondary-bg-style .blog-post-details .post-date, .dark-skin-style.no-bg-style .blog-post-details .post-date {
  padding: 0;
  background: none !important; }

.dark-skin-style .owl-carousel .owl-dot span{
	border-color: #fff!important;
	background: rgba(255,255,255,.3)!important
}
.dark-skin-style .owl-carousel .owl-dot:hover span,.dark-skin-style .owl-carousel .owl-dot.active span{
	border-color: #fff!important;
	background: #fff!important
}
.non-spaced-items .grid-item {
  padding: 0; }

.non-spaced-items .isotope-grid .grid-item {
  margin-bottom: 0; }
.non-spaced-items .isotope-grid {
    margin-left: 0;
    margin-right: 0;
}
.non-spaced-items .imi-styled-row {
  margin-left: 0;
  margin-right: 0; }

.non-spaced-items .owl-carousel .item {
  margin-left: 0; }

.non-spaced-items .owl-carousel {
  margin-left: 0; }

.non-spaced-items .owl-carousel .owl-wrapper-outer {
  width: 100% !important; }

.non-spaced-items.shadow-border-style .owl-carousel .item {
  padding: 0 }

.non-spaced-items .post-list-item, .non-spaced-items .team-list-item, .non-spaced-items .service-list-item {
  margin-bottom: 0; }

.non-spaced-items.basic-border-style .post-list-item, .non-spaced-items.basic-border-style .team-list-item, .non-spaced-items.basic-border-style .service-list-item {
  margin-bottom: -1px; }

.non-spaced-items.shadow-border-style .post-list-item, .non-spaced-items.shadow-border-style .team-list-item, .non-spaced-items.shadow-border-style .service-list-item {
  padding-top: 50px;
  padding-bottom: 50px; }

.non-spaced-items.dark-skin-style .testimonial-item .post-item-content {
  border-radius: 0; }

.non-spaced-items .owl-theme .owl-controls {
  padding-left: 0; }
.imi-item-media{
	position: relative
}
.border-radius-1px .post-item-content,.border-radius-1px .imi-item-media img,.border-radius-1px .media-box:before,.border-radius-1px .project-overlay,.border-radius-1px .imi-item-media:before,.border-radius-1px .grid-item,.border-radius-1px .site-item,.border-radius-1px .grid-item-inner,.border-radius-1px.team-square-thumb .media-box:before,.border-radius-1px.team-square-thumb .imi-item-media:before{
	border-radius: 1px
}
.border-radius-2px .post-item-content,.border-radius-2px .imi-item-media img,.border-radius-2px .media-box:before,.border-radius-2px .project-overlay,.border-radius-2px .imi-item-media:before,.border-radius-2px .grid-item,.border-radius-2px .site-item,.border-radius-2px .grid-item-inner,.border-radius-2px.team-square-thumb .media-box:before,.border-radius-2px.team-square-thumb .imi-item-media:before{
	border-radius: 2px
}
.border-radius-3px .post-item-content,.border-radius-3px .imi-item-media img,.border-radius-3px .media-box:before,.border-radius-3px .project-overlay,.border-radius-3px .imi-item-media:before,.border-radius-3px .grid-item,.border-radius-3px .site-item,.border-radius-3px .grid-item-inner,.border-radius-3px.team-square-thumb .media-box:before,.border-radius-3px.team-square-thumb .imi-item-media:before{
	border-radius: 3px
}
.border-radius-4px .post-item-content,.border-radius-4px .imi-item-media img,.border-radius-4px .media-box:before,.border-radius-4px .project-overlay,.border-radius-4px .imi-item-media:before,.border-radius-4px .grid-item,.border-radius-4px .site-item,.border-radius-4px .grid-item-inner,.border-radius-4px.team-square-thumb .media-box:before,.border-radius-4px.team-square-thumb .imi-item-media:before{
	border-radius: 4px
}
.border-radius-5px .post-item-content,.border-radius-5px .imi-item-media img,.border-radius-5px .media-box:before,.border-radius-5px .project-overlay,.border-radius-5px .imi-item-media:before,.border-radius-5px .grid-item,.border-radius-5px .site-item,.border-radius-5px .grid-item-inner,.border-radius-5px.team-square-thumb .media-box:before,.border-radius-5px.team-square-thumb .imi-item-media:before{
	border-radius: 5px
}
.border-radius-10px .post-item-content,.border-radius-10px .imi-item-media img,.border-radius-10px .media-box:before,.border-radius-10px .project-overlay,.border-radius-10px .imi-item-media:before,.border-radius-10px .grid-item,.border-radius-10px .site-item,.border-radius-10px .grid-item-inner,.border-radius-10px.team-square-thumb .media-box:before,.border-radius-10px.team-square-thumb .imi-item-media:before{
	border-radius: 10px
}
.border-radius-15px .post-item-content,.border-radius-15px .imi-item-media img,.border-radius-15px .media-box:before,.border-radius-15px .project-overlay,.border-radius-15px .imi-item-media:before,.border-radius-15px .grid-item,.border-radius-15px .site-item,.border-radius-15px .grid-item-inner,.border-radius-15px.team-square-thumb .media-box:before,.border-radius-15px.team-square-thumb .imi-item-media:before{
	border-radius: 15px
}
.border-radius-20px .post-item-content,.border-radius-20px .imi-item-media img,.border-radius-20px .media-box:before,.border-radius-20px .project-overlay,.border-radius-20px .imi-item-media:before,.border-radius-20px .grid-item,.border-radius-20px .site-item,.border-radius-20px .grid-item-inner,.border-radius-20px.team-square-thumb .media-box:before,.border-radius-20px.team-square-thumb .imi-item-media:before{
	border-radius: 20px
}
.border-radius-25px .post-item-content,.border-radius-25px .imi-item-media img,.border-radius-25px .media-box:before,.border-radius-25px .project-overlay,.border-radius-25px .imi-item-media:before,.border-radius-25px .grid-item,.border-radius-25px .site-item,.border-radius-25px .grid-item-inner,.border-radius-25px.team-square-thumb .media-box:before,.border-radius-25px.team-square-thumb .imi-item-media:before{
	border-radius: 25px
}
.border-radius-30px .post-item-content,.border-radius-30px .imi-item-media img,.border-radius-30px .media-box:before,.border-radius-30px .project-overlay,.border-radius-30px .imi-item-media:before,.border-radius-30px .grid-item,.border-radius-30px .site-item,.border-radius-30px .grid-item-inner,.border-radius-30px.team-square-thumb .media-box:before,.border-radius-30px.team-square-thumb .imi-item-media:before{
	border-radius: 30px
}
.border-radius-35px .post-item-content,.border-radius-35px .imi-item-media img,.border-radius-35px .media-box:before,.border-radius-35px .project-overlay,.border-radius-35px .imi-item-media:before,.border-radius-35px .grid-item,.border-radius-35px .site-item,.border-radius-35px .grid-item-inner,.border-radius-35px.team-square-thumb .media-box:before,.border-radius-35px.team-square-thumb .imi-item-media:before{
	border-radius: 35px
}
.border-radius-items .project-info-static,.border-radius-items .thumbnail-service-media .post-item-content,.border-radius-items .item-hasmedia.post-item-content{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.border-radius-items .projects-grid-style2 .imi-item-media img,.border-radius-items .projects-grid-style2 .media-box:before,.border-radius-items .thumbnail-service-media:not(.service-list-item) .imi-item-media img,.border-radius-items .thumbnail-service-media:not(.service-list-item) .imi-item-media .media-box:before,.border-radius-items .thumbnail-service-media:not(.service-list-item) .imi-item-media:before,.border-radius-items .grid-style-classic .imi-item-media img,.border-radius-items .grid-style-classic .media-box:before,.border-radius-items .grid-style-classic .imi-item-media:before,.border-radius-items.team-grid-style1 .team-media img,.border-radius-items.team-square-thumb.team-grid-style1 .team-media:before,.border-radius-items.team-square-thumb.team-grid-style1 .team-media .media-box:before{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.border-radius-items:not(.team-square-thumb) .team-media img{
	border-radius: 100%!important
}
.border-radius-items.team-square-thumb.team-grid-style2 .media-box:before,.border-radius-items.team-square-thumb.team-grid-style2 .imi-item-media:before,.border-radius-items.team-square-thumb.team-grid-style2 .imi-item-media img{
	border-radius: 0
}
.style-overlay-primary-bg .media-box:before,.style-overlay-secondary-bg .media-box:before{
	background: none
}
.style-grayscale-images .imi-item-media img,.grayscale-overlay{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.style-no-grayscale-hover li:hover .imi-item-media img,.style-no-grayscale-hover.featured-block:hover .imi-item-media img{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}
.style-overlay-primary-bg .imi-item-media:before,.style-overlay-secondary-bg .imi-item-media:before{
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: multiply
}
.style-overlay-light-bg .imi-item-media:before,.overlay-black.overlay-black-light:before{
	opacity: .2
}
.style-overlay-normal-bg .imi-item-media:before,.overlay-black.overlay-black-normal:before,.overlay-black-in.overlay-black-normal > div:before,.accent-overlay-in.overlay-normal > div:before{
	opacity: .5
}
.style-overlay-dark-bg .imi-item-media:before,.overlay-black.overlay-black-dark:before{
	opacity: .8
}
.style-overlay-fdark-bg .imi-item-media:before,.overlay-black.overlay-black-fdark:before{
	opacity: 1
}
.team-item .imi-item-media:before,.testimonial-item .testimonial-img-block.full-border-radius .imi-item-media:before{
	border-radius: 100%
}

.style-no-overlay-hover .imi-item-media:hover:before{
	display: none
}
.style-no-overlay-hover .media-box:before,.style-no-overlay-hover .media-box:before{
  background-color: rgba(0, 0, 0, 0.4)
}
.owl-no-padding-class{
	overflow: hidden
}
.media-box {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.format-gallery .media-box {
  display: block; }

.media-box:before, .imi_flickr_widget ul li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
  left: 0;
  top: 0;
  margin: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
	mix-blend-mode: multiply;
  opacity: 0; }

.media-box:after, .imi_flickr_widget ul li a:after {
  opacity: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff !important;
  position: absolute;
  font-size: 1.5em;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  border-radius: 100% }

.format-standard .media-box:after{
	content:"\f067"
}
.format-image .media-box:after, .imi_flickr_widget ul li a:after{
	content:"\f03e"
}
.format-link .media-box:after{
	content:"\f0c1"
}
.format-video .media-box:after{
	content:"\f04b"
}
.format-gallery .media-box:after{
	content:"\f03e"
}
.format-audio .media-box:after{
	content:"\f025"
}
.format-zoom .media-box:after{
	content: "\f00e"
}

.media-box:hover:before, .imi_flickr_widget ul li a:hover:before {
  opacity: .8 }
.media-box:hover:after, .imi_flickr_widget ul li a:hover:after {
  opacity: 1 }

.img-thumbnail img:hover, .img-thumbnail:hover {
  opacity: 0.9; }

.social-share-bar {
  margin-top: 35px; }

.social-share-bar .share-title {
  margin-right: 12px; }


.site-item,.basic-link:after,#back-to-top,.featured-buttons .fbtn,.media-box:after, .imi_flickr_widget ul li a:after,.media-box:before, .imi_flickr_widget ul li a:before,.btn-default,.btn-primary,.btn-secondary,input[type="button"],input[type="submit"],button,.button,.rev-btn,a,.fblock-style1 .featured-block-cont,.team-grid-style1 .team-item .social-icons-list,.hero-slider.flexslider .flex-control-nav,.stats-box-border,.logo-carousel-item {
	-webkit-transition: all 0.2s ease-in-out 0s!important;
	-moz-transition: all 0.2s ease-in-out 0s!important;
	-ms-transition: all 0.2s ease-in-out 0s!important;
	-o-transition: all 0.2s ease-in-out 0s!important;
	transition: all 0.2s ease-in-out 0s!important
}
.si-animate-shadow:hover,.stats-box.active-stats-box{
	position: relative;
	z-index: 11;
	-webkit-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	-o-box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1);
	box-shadow: 0 10px 30px rgba(1, 1, 25, 0.1)
}
.shadow-border-style :not(.post-item-content).si-animate-shadow:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.si-animate-top:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.basic-link {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
	letter-spacing: 1px;
  position: relative; }

.basic-link:after {
	height: 8px;
	opacity: .15;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px }

.basic-link:hover:after {
	height: 80%
}

.title-style1{
	position: relative;
	display: inline-block
}
.title-style1:after{
	height: 8px;
	opacity: .15;
	content: '';
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	bottom: 2px
}


.grid-filter {
  margin: 0 0 50px 0; }

.grid-filter-lable {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase; }

.sort-destination {
  margin: 0;
  list-style-type: none; }

.action-icons {
  list-style-type: none;
  margin: 5px 0 0; }

.dgray-bg .icon-box-inline p {
  color: rgba(255, 255, 255, 0.4); }

.carousel-wrapper {
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage-outer{
	overflow: visible!important
}
.post-media .owl-carousel .owl-stage-outer{
	overflow: hidden!important
}
.light-title {
  color: #fff !important; }

.gallery-items {
  list-style-type: none;
  margin: 0; }

.gallery-item {
  position: relative; }

.position-relative {
  position: relative; }
.z-index-10{
	z-index: 10
}
#googleMap {
  height: 250px; }
.pull-left{
	float: left!important
}
.pull-right{
	float: right!important
}
.pull-top {
  position: relative;
  top: -100px;
  margin-bottom: -100px; }

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

body {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.65em;
  background-attachment: fixed;
  overflow-x: hidden; }

body.boxed {
  background-color: #666; }

body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

@media (min-width: 1200px) {
  body.boxed .site-header {
    width: 1200px;
    left: 50%;
    margin-left: -600px; }

  body.boxed .vc_row-no-padding {
    left: -30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
#back-to-top {
  position: fixed;
  right: -50px;
  bottom: 55px;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #666;
  line-height: 46px;
  overflow: hidden;
  font-size: 22px;
  display: block;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  border-radius: 100% }

#back-to-top:hover {
  bottom: 65px }

.isotope-grid {
  margin: 0;
  list-style-type: none; }

.grid-holder {
  margin: 0;
  list-style-type: none }
.grid-item{
	margin: 0 0 30px;
	padding: 0 15px
}
.owl-carousel .grid-item{
	margin-bottom: 0;
	padding: 0
}
.grid-columns-1,.grid-columns-2,.grid-columns-3,.grid-columns-4,.grid-columns-5,.grid-columns-6{
	margin-left: -15px;
	margin-right: -15px
}
.grid-columns-1 .grid-item{
	width: 100%
}
.grid-columns-2 .grid-item{
	width: 50%
}
.grid-columns-3 .grid-item{
	width: 33.3333333%
}
.grid-columns-4 .grid-item{
	width: 25%
}
.grid-columns-5 .grid-item{
	width: 20%
}
.grid-columns-6 .grid-item{
	width: 16.6666667%
}
.shadow-border-style .grid-holder {
  overflow: visible !important; }

.isotope .grid-item {
  margin-bottom: 40px; }
.grid-style-modern .grid-item-inner, .owl-carousel .grid-style-modern.grid-item{
	position: relative;
	padding: 0!important
}
.dark-skin-style .grid-style-modern .meta-data{
	opacity: 1!important
}
.grid-style-modern .grid-item-content{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-shadow: none;
	height: auto!important;
	background: none!important
}
.grid-style-modern .post-media:before{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.featured-row {
  padding: 20px 0 30px 0;
  text-align: center; }

.featured-row .btn {
  margin: 0 5px; }

.page-content .owl-carousel {
  margin-bottom: 40px; }
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8; }

.black-overlay {
  background-color: rgba(0, 0, 0, 0.7); }

.touch .parallax, .page-banner.parallax {
  background-attachment: scroll !important; }

.page-banner.parallax {
  background-position: center center !important; }


/* ==================================================
   8. SITE HEADER
================================================== */
.site-header .header_info_text {
  line-height: 1.3em; }

.header-equaler {
  position: relative;
  z-index: 1; }

.site-header .header-equaler, .site-header .header-equaler > div > div {
  height: 97px; }

.header-equaler > div {
  vertical-align: middle;
  display: table; }

.header-equaler > div > div {
  display: table-cell;
  vertical-align: middle; }

.header-left-blocks .dd-menu {
  margin-right: 0; }

.header-left-blocks .header-social-container, .header-left-blocks .search-module, .header-left-blocks .cart-module, .header-left-blocks .header-topper-opener, .header-left-blocks .hidden-menu-opener-cont, .header-left-blocks .featured-buttons {
  margin-right: 15px; }

.header-right-blocks {
  float: right; }

.header-right-blocks .dd-menu, .header-right-blocks .site-logo, .header-right-blocks .header-equaler {
  margin-left: 30px;
  margin-right: 0; }

.header-right-blocks .dd-menu {
  margin-left: 0; }

.header-right-blocks .header-social-container, .header-right-blocks .search-module, .header-right-blocks .cart-module, .header-right-blocks .header-topper-opener, .header-right-blocks .hidden-menu-opener-cont, .header-right-blocks .featured-buttons {
  margin-left: 15px; }

.header-right-blocks .header-social-container .imi-social-icons li {
  margin-right: 0;
  margin-left: 15px; }

.header-right-blocks .header-social-container .imi-social-icons li a {
  margin-right: 0; }

.header-style2 .site-header .header_info_text {
  color: #fff; }

.featured-buttons .fbtn {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase }

.featured-buttons .fbtn-rounded {
  border-radius: 5px; }

.featured-buttons .fbtn-round {
  border-radius: 25px / 24.5px;
  padding-left: 30px;
  padding-right: 30px; }

.featured-buttons .fbtn-xs {
  font-size: 11px;
  padding: 3px 10px 2px; }

.featured-buttons .fbtn-sm {
  font-size: 13px;
  padding: 6px 14px 4px; }

.featured-buttons .fbtn-lg {
  font-size: 16px;
  padding: 15px 30px 14px; }

.featured-buttons .fbtn-round.fbtn-lg {
  border-radius: 30px / 29.5px; }

.featured-buttons .fbtn-custom {
  padding: 0; }

#menu-toggle {
  float: right;
  font-size: 24px;
  line-height: 90px;
  color: #333;
  margin-left: 25px; }

.dd-menu, .header-equaler {
  float: left;
  margin-right: 30px; }

.header-style1 .header-right-blocks .site-logo {
  border-left: 1px solid #eee;
  padding-left: 30px; }

.megamenu-container .widget ul li {
  margin-bottom: 0; }

.header-stylehidden .site-header, .header-stylehidden .topbar {
  display: none; }

.relative-container {
  position: relative;
  z-index: 2 }

.site-logo {
  position: relative;
  line-height: 0;
  display: table;
  vertical-align: middle; }

.header-equaler-static {
  height: auto !important; }

.static-logo {
  color: #010119; }

.static-logo span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em; }

.static-logo span.site-tagline {
  font-size: 13px;
  font-weight: 400;
  display: block; }

.site-logo > div {
  display: table-cell;
  vertical-align: middle; }

.site-logo .default-retina-logo, .sticky-logo .default-retina-logo, .mobile-logo .default-retina-logo {
  display: none; }

.dd-menu {
  display: block;
  float: left;
  margin: 0;
  list-style-type: none; }

.dd-menu > li {
  position: relative;
  z-index: 999;
  float: left }

.header-left-blocks .dd-menu > li {
  margin-right: 30px; }

.header-right-blocks .dd-menu > li {
  margin-left: 30px; }

.dd-menu > li.menu-item-has-children a:after, .dd-menu > li.menu-item-has-children a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none; }

.dd-menu > li.menu-item-has-children > a:after {
  content: " \f107"; }

.dd-menu > li > ul > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after {
  content: " \f105"; }

.dd-menu > li > ul.right > li.menu-item-has-children > a:before, .dd-menu > li > ul > li > ul.right > li.menu-item-has-children > a:before, .dd-menu > li > ul > li > ul > li > ul.right > li.menu-item-has-children > a:before {
  content: "\f104\ "; }

.dd-menu > li > ul.right > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul.right > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul > li > ul.right > li.menu-item-has-children > a:after {
  content: ""; }

.dd-menu > li > a {
  display: block;
  line-height: 83px;
  color: #010119;
  font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
  position: relative; }


.dd-menu > li ul {
  position: absolute;
  margin: 0;
  list-style-type: none;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  min-width: 100%;
  background: #fff;
  margin-left: 0;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); }
.dd-style1.dd-menu > li ul{
	margin-left: -20px
}
.dd-menu > li ul.right {
  right: 0; }

.body .dd-menu > li ul.right {
  left: auto !important; }

.body .dd-menu > li.megamenu ul.right {
  left: 0 !important; }

.dd-menu > li > ul > li {
  position: relative; }

.dd-menu > li > ul > li > ul, .dd-menu > li > ul > li > ul > li > ul {
  left: 100% !important;
  margin-left: 5px;
  top: 0 !important; }

.dd-menu > li > ul > li > ul.right, .dd-menu > li > ul > li > ul > li > ul.right {
  left: auto !important;
  right: 100%;
  margin-left: 0;
  margin-right: 5px; }

.dd-menu > li:hover > ul {
  display: block }

.dd-menu > li > ul > li > a, .dd-menu > li > ul > li > ul > li > a, .dd-menu > li > ul > li > ul > li > ul > li > a, .dd-menu .megamenu-container ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #010119;
	font-size: 14px;
	font-weight: 700;
  white-space: nowrap; }

.dd-style1.dd-menu .megamenu-container {
  color: rgba(255, 255, 255, 0.8); }

.dd-menu .megamenu-container .widget_archive li, .dd-menu .megamenu-container .widget_categories li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.dd-menu .megamenu-container .widget_archive li a, .dd-menu .megamenu-container .widget_categories li a {
  border-bottom: 0;
  display: inline-block; }

.dd-menu .megamenu-container .widget_archive li a:before, .dd-menu .megamenu-container .widget_categories li a:before {
  display: none; }

.dd-menu .megamenu-container .widget_recent_comments .recentcomments {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.dd-menu .megamenu-container .widget_recent_comments .recentcomments a {
  border: 0 !important;
  display: inline-block !important;
  padding: 7px 0 !important; }

.dd-menu .megamenu-container .widget_recent_comments .recentcomments a:hover {
  background: none; }

.dd-menu > li > ul > li > a:hover, .dd-menu > li > ul > li > ul > li > a:hover, .dd-menu > li > ul > li > ul > li > ul > li > a:hover, .dd-menu .megamenu-container ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.08); }

.dd-menu > li > ul > li:last-child > a, .dd-menu > li > ul > li > ul > li:last-child > a, .dd-menu > li > ul > li > ul > li > ul > li:last-child > a {
  border-bottom: 0; }

.dd-menu > li.megamenu {
  position: inherit !important;
  left: 0; }

.dd-menu > li.megamenu > ul {
  left: 0 !important;
  margin-left: 0; }

.dd-menu .megamenu-container {
  padding: 0 35px 40px;
  font-weight: 400; }

.dd-menu .megamenu-container ul {
  display: block !important;
  position: static;
  margin-left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none; }

.dd-menu .megamenu-container .megamenu-sub-title {
  margin-top: 40px; }

.dd-menu .megamenu-container .megamenu-sub-title, .dd-menu .megamenu-container .widget .widgettitle, .dd-menu .megamenu-container .widget .widget-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.dd-style1.dd-menu .megamenu-container .megamenu-sub-title, .dd-style1.dd-menu .megamenu-container .widget .widgettitle, .dd-style1.dd-menu .megamenu-container .widget .widget-title {
  color: #fff; }

.dd-menu .megamenu-container .widget_product_categories ul ul.children, .dd-menu .megamenu-container .widget_categories ul ul.children, .dd-menu .megamenu-container .widget_pages ul ul.children, .dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu {
  padding-top: 0;
  margin-top: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.dd-menu .megamenu-container .widget_nav_menu ul {
  border: 0; }

.dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu, .dd-menu .megamenu-container .widget_pages ul ul.children {
  border-top: 0; }

.dd-menu .megamenu-container .widget_product_categories ul ul.children li:last-child, .dd-menu .megamenu-container .widget_categories ul ul.children li:last-child, .dd-menu .megamenu-container .widget_pages ul ul.children li:last-child, .dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu li:last-child,.widget_nav_menu ul li:last-child {
  border-bottom: 0; }

.dd-menu .megamenu-container .widget {
  margin-top: 40px;
  margin-bottom: 0; }

.dd-menu .megamenu-container .widget ul li {
  padding: 0;
  border-bottom: 0; }

.dd-menu .megamenu-container ul li a {
  padding: 7px 0;
  white-space: normal; }

.dd-menu .megamenu-container ul li a:hover {
  padding-left: 7px; }

.dd-menu .megamenu-sub-title-hide {
  display: none !important; }

.dd-menu li.megamenu ul ul {
  background: none; }

.dd-style2.dd-menu > li > a:before {
  display: none; }

.dd-style2.dd-menu > li > ul > li > a, .dd-style2.dd-menu > li > ul > li > ul > li > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li > a, .dd-style2.dd-menu .megamenu-container ul li a, .dd-style3.dd-menu > li > ul > li > a, .dd-style3.dd-menu > li > ul > li > ul > li > a, .dd-style3.dd-menu > li > ul > li > ul > li > ul > li > a, .dd-style3.dd-menu .megamenu-container ul li a {
  border-bottom-color: rgba(0, 0, 0, 0.08);
  color: #010119; }

.dd-style2.dd-menu > li > ul > li:first-child > a, .dd-style2.dd-menu > li > ul > li > ul > li:first-child > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li:first-child > a {
  border-radius: 4px 4px 0 0; }

.dd-style2.dd-menu > li > ul > li:last-child > a, .dd-style2.dd-menu > li > ul > li > ul > li:last-child > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li:last-child > a {
  border-radius: 0 0 4px 4px; }

.dd-style2.dd-menu .megamenu-container .widget_archive li, .dd-style2.dd-menu .megamenu-container .widget_categories li, .dd-style2.dd-menu .megamenu-container .widget_recent_comments .recentcomments, .dd-style3.dd-menu .megamenu-container .widget_archive li, .dd-style3.dd-menu .megamenu-container .widget_categories li, .dd-style3.dd-menu .megamenu-container .widget_recent_comments .recentcomments {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.dd-style2.dd-menu .megamenu-container ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.dd-style2.dd-menu .megamenu-container .widget_archive li a:hover, .dd-style2.dd-menu .megamenu-container .widget_categories li a:hover, .dd-menu .megamenu-container .widget_recent_comments .recentcomments a:hover {
  background: none;
  padding-left: 0; }

.dd-style2.dd-menu > li > ul > li > a:hover, .dd-style2.dd-menu > li > ul > li > ul > li > a:hover, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li > a:hover, .dd-style2.dd-menu .megamenu-container ul li a:hover, .dd-style3.dd-menu > li > ul > li > a:hover, .dd-style3.dd-menu > li > ul > li > ul > li > a:hover, .dd-style3.dd-menu > li > ul > li > ul > li > ul > li > a:hover, .dd-style3.dd-menu .megamenu-container ul li a:hover {
  color: #010119;
  background: rgba(0, 0, 0, 0.05); }

.dd-style2.dd-menu li ul, .dd-style3.dd-menu li ul {
  background: #fff; }

.dd-style2.dd-menu li ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }


.dd-style2.dd-menu li ul:before {
  position: absolute;
  top: auto;
  margin: -20px 0px 0px -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #fff;
  content: " ";
  pointer-events: none; }

.dd-style2.dd-menu li ul.right:before {
  margin-left: 0;
  right: 20px;
  left: auto; }

.dd-style2.dd-menu li ul li ul:before {
  display: none; }

.dd-style2.dd-menu > li.megamenu ul:before {
  display: none; }

.dd-style3.dd-menu > li {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.dd-style3.dd-menu > li > a {
  padding: 0 15px;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }

.dd-style3.dd-menu > li > a:before {
  display: none; }

.dd-style3.dd-menu > li:hover > a, .dd-style3.dd-menu > li.current-menu-item > a {
  color: #fff; }

.dd-style3.dd-menu > li > ul {
  left: 0 !important;
  margin-left: 0; }

.topper-opener:after {
  display: none; }

.topper-container {
  display: none;
  background: #fff;
  cursor: default; }

.topper-container .widget {
  margin-bottom: 0; }

.topper-container.widgets-at-right, .topper-container.widgets-at-left {
  width: 400px;
  overflow-x: hidden;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  display: block;
  z-index: 10000;
  cursor: default; }

.topper-opened .widgets-at-right, .topper-opened .widgets-at-left {
  box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1); }

.topper-opened .widgets-at-left {
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1); }

.topper-container.widgets-at-right .container, .topper-container.widgets-at-left .container {
  width: 100% !important; }

.topper-container.widgets-at-right .widget, .topper-container.widgets-at-left .widget {
  width: 100% !important;
  margin-bottom: 40px; }

.topper-container.widgets-at-right {
  right: -400px; }

.topper-container.widgets-at-left {
  left: -400px; }

.topbar {
  background: #333;
  position: relative;
  z-index: 1002; }

.topbar .tinynav {
  display: none; }

.topbar-blocks, .topbar .search-module, .topbar .cart-module {
  float: left; }

.topbar-left-blocks .topbar-blocks {
  margin-right: 20px; }

.topbar-left-blocks .search-module, .topbar-left-blocks .cart-module, .topbar-left-blocks .topbar-blocks.topbar-topper-opener {
  margin-right: 10px;
  margin-left: 0; }

.topbar-right-blocks {
  float: right; }

.topbar-right-blocks .topbar-blocks, .topbar-right-blocks .header-equaler {
  margin-left: 20px;
  margin-right: 0; }

.topbar-right-blocks .search-module, .topbar-right-blocks .cart-module, .topbar-right-blocks .topbar-blocks.topbar-topper-opener {
  margin-left: 10px;
  margin-right: 0; }

.topbar-left-blocks .header_info_text {
  margin-right: 25px; }

.topbar .topbar-blocks > div, .topbar .topbar-blocks > div > div {
  display: table;
  vertical-align: middle; }

.topbar .topbar-blocks > div > div {
  display: table-cell; }

.topbar .topbar-blocks, .topbar .topbar-blocks > div > div {
  height: 48px; }

.topbar .header-equaler, .topbar .header-equaler > div > div {
  height: 48px; }

.topbar .search-module-trigger, .topbar .cart-module-trigger, .topbar .topper-opener {
  color: #fff; }

.topbar .topper-opener {
  width: auto; }

.topbar .header_info_text {
  color: #eee;
  line-height: 1.3em;
  float: left;
  font-size: 13px; }

.secondary-menu > ul, .topbar-social ul {
  margin: 0;
  list-style-type: none; }

.secondary-menu > ul > li, .topbar-social ul li {
  float: left;
  position: relative; }

.topbar-additional-menu > ul > li > a {
  height: 48px; }

.secondary-menu > ul > li a {
  display: inline-block;
  overflow: hidden;
  padding: 0 12px;
  color: #eee;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle; }

.secondary-menu > ul > li a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.secondary-menu > ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none; }

.secondary-menu > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #111c24;
  min-width: 100%;
  margin: 0;
  list-style-type: none; }

.secondary-menu > ul > li:hover ul {
  display: block; }

.secondary-menu > ul > li ul li a {
  line-height: 1.3em;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.secondary-menu .dropdown-menu {
  z-index: 1200; }

.topbar-additional-menu > ul {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  float: left; }

.topbar-additional-menu > ul > li > a {
  border-left: 1px solid rgba(255, 255, 255, 0.18); }

.topbar-social ul li a {
  color: #eee; }

.theme-sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: -999px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  height: 75px;
	-webkit-transition: all 0.5s ease-in-out 0s!important;
	-moz-transition: all 0.5s ease-in-out 0s!important;
	-ms-transition: all 0.5s ease-in-out 0s!important;
	-o-transition: all 0.5s ease-in-out 0s!important;
	transition: all 0.5s ease-in-out 0s!important;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.05);
  box-shadow: 0 0 20px rgba(0,0,0,.05)
}

.logged-in.admin-bar .theme-sticky-header {
  top: 28px; }

.theme-sticky-header .site-logo {
  display: none; }
.theme-sticky-header .sticky-logo img{
	width: auto!important;
	margin: 15px 0
}
.sticky-header-left-blocks {
  float: left; }

.sticky-header-right-blocks {
  float: right; }

.sticky-header-left-blocks .header-equaler {
  margin-right: 25px;
  margin-left: 0; }

.sticky-header-left-blocks .header-equaler.cart-module, .sticky-header-left-blocks .header-equaler.search-module, .sticky-header-left-blocks .header-equaler.header-topper-opener {
  margin-right: 15px; }

.sticky-header-right-blocks .header-equaler {
  margin-left: 25px;
  margin-right: 0; }

.sticky-header-right-blocks .header-equaler.cart-module, .sticky-header-right-blocks .header-equaler.search-module, .sticky-header-right-blocks .header-equaler.header-topper-opener {
  margin-left: 15px; }

.theme-sticky-header .header-equaler, .theme-sticky-header .sticky-menu {
  float: left; }

.theme-sticky-header .container {
  position: relative; }

.theme-sticky-header .sticky-menu > ul > li > a {
  line-height: 75px; }

.sticky-header-left-blocks .sticky-menu > ul > li {
  margin-right: 25px; }

.sticky-header-right-blocks .sticky-menu > ul > li {
  margin-left: 25px; }

.sticky-header-left-blocks .search-module-opened, .sticky-header-left-blocks .cart-module-opened {
  right: auto;
  left: 0; }

.theme-mobile-header {
  display: none;
  position: relative;
	width: 100%;
  z-index: 999 }
.page-template-template-onepage .theme-mobile-header{
	position: fixed
}
.theme-mobile-header .header-equaler {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: auto !important;
  text-align: center;
  display: block; }

.theme-mobile-header .header-equaler, .theme-mobile-header .mobile-navbar, .theme-mobile-header .topbar-blocks {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 20px;
  display: block;
  width: 100%;
  float: none;
  text-align: center; }

.mobile-navbar {
  position: relative; }

.theme-mobile-header .mobile-logo {
  float: left; }

.theme-mobile-header .mobile-logo > div {
  display: table;
  vertical-align: middle; }

.theme-mobile-header .mobile-logo > div > div {
  display: table-cell;
  vertical-align: middle; }

.theme-mobile-header .mobile-logo img {
  max-height: 50px;
  width: auto !important; }

.mobile-search {
  display: none; }

.theme-mobile-header .mobile-search {
  display: inline-block; }

.theme-mobile-header .sitewide-search {
  display: none; }

.theme-mobile-header .search-module-trigger, .theme-mobile-header .cart-module-trigger {
  font-size: 24px;
  width: auto;
  height: auto;
  margin: 0; }

.theme-mobile-header .search-module-opened, .theme-mobile-header .cart-module-opened {
  top: 74px;
  text-align: left;
  margin-top: 0;
  max-width: none;
  width: auto;
  margin-left: 20px; }

.theme-mobile-header .mobile-navbar .header-equaler {
  padding: 0 !important;
  border: 0 !important;
  float: right;
  margin-left: 12px;
  border-top: 0;
  width: auto;
  position: static; }

.theme-mobile-header .header-equaler > div, .theme-mobile-header .header-equaler > div > div {
  width: 100%; }

.theme-mobile-header .mmenu-toggle {
  float: right;
  border: 0;
  padding: 0;
	color: #fff;
  background: none;
  font-size: 24px }

.theme-mobile-header .mmenu-toggle:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: "\f0c9"; }

.theme-mobile-header .mmenu-toggle.menu-opened:before {
  content: "\f00d"; }

.theme-mobile-header .mmenu-toggle-noicon:before {
  display: none; }

.theme-mobile-header .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 111;
  text-align: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.theme-mobile-header .mobile-menu ul {
  list-style-type: none;
  margin: 0; }

.theme-mobile-header .mobile-menu li {
  position: relative; }

.theme-mobile-header .mobile-menu li a {
  line-height: 20px;
  display: block;
  padding: 13px 20px;
  text-transform: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0; }

.theme-mobile-header .mobile-menu li a:before {
  content: "";
  width: 30px;
  height: 30px;
  float: right; }

.theme-mobile-header .mobile-menu li ul.sub-menu:not(.mm-sub-menu) {
  display: none; }

.theme-mobile-header .mobile-menu li.menu-item-has-children .mesnopener {
  width: 60px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer; }

.theme-mobile-header .mobile-menu li.menu-item-has-children .mesnopener:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: "\f107"; }

.theme-mobile-header .mobile-menu li.menu-item-has-children.mitem-clicked > .mesnopener:before {
  content: "\f106"; }

/* Header Style 1 */
.site-header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.site-header .sticky-logo {
  display: none; }

/* Header Style 2 */
.header-style2 .site-header {
  background: none;
  box-shadow: none;
  position: absolute;
  top: auto;
  z-index: 999;
  left: 0; }

.header-style2 .site-header .dd-menu > li > a, .header-style2 .site-header .search-module-trigger, .header-style2 .site-header .cart-module-trigger, .header-style2 .site-header .topper-opener, .header-style2 .site-header .imi-social-icons.imi-social-icons-plain li a, .header-style2 .site-header .dd-menu > li > a:hover, .header-style2 .site-header .search-module-trigger:hover, .header-style2 .site-header .cart-module-trigger:hover, .header-style2 .site-header .topper-opener:hover {
  color: #fff; }

.header-style2 .site-header .dd-menu > li > a:hover, .header-style2 .site-header .search-module-trigger:hover, .header-style2 .site-header .cart-module-trigger:hover, .header-style2 .site-header .topper-opener:hover {
  color: #eee; }

.header-style2 .theme-sticky-header .dd-menu > li > a {
  margin-top: 0; }

/* Header Style 3 */
.header-style3 .site-header {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999; }

.header-style3 .site-header .col-md-10 {
  position: static; }

.header-style3 .site-header .site-logo {
  margin-right: 0; }

.header-style3 .site-header .site-logo img {
  max-height: 126px; }

.header-style3 .header-top {
  height: 97px; }

.header-style3 .header-equaler, .header-style3 .header-equaler > div > div {
  height: 97px; }

.header-style3 .dd-menu > li > a {
  line-height: 97px; }

.header-style3 .search-module-opened, .header-style3 .cart-module-opened {
  top: 100%; }

/* Header Style 4 */
.full-width-menu {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -55px;
  height: 55px;
  width: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
  z-index: 1; }

.full-width-menu > div > ul {
  text-align: center; }

.full-width-menu > div > ul li {
  text-align: left; }

.header-style4 .site-header .dd-menu {
  float: none; }

.header-style4 .site-header .dd-menu > li {
  float: none;
  display: inline-block; }

.header-style4 .site-header .dd-style2.dd-menu > li, .header-style4 .site-header .dd-style1.dd-menu > li {
  margin-left: 15px;
  margin-right: 15px; }

.header-style4 .site-header .dd-menu > li > a {
  line-height: 55px !important; }

.header-style4 .site-header .dd-style2.dd-menu > li > ul {
  margin-top: 20px; }

/* Header Style 5 */
.header-style5 .full-width-menu {
  position: static;
  border-radius: 0;
  margin: 0;
  text-align: left;
  box-shadow: none;
  float: left;
  padding: 0; }

.header-style5 .fw-menu .cart-tquant {
  right: 5px; }

.header-style5 .fw-menu .header-equaler, .header-style5 .fw-menu .header-equaler > div > div {
  height: auto !important; }

.header-style5 .fw-menu .dd-menu > li {
  margin-left: 30px; }

.header-style5 .fw-menu .dd-menu > li > a, .header-style5 .fw-menu .search-module-trigger, .header-style5 .fw-menu .cart-module-trigger {
  line-height: 55px;
  color: #fff; }

.header-style5 .fw-menu .search-module, .header-style5 .fw-menu .cart-module {
  float: right;
  margin-right: 0;
  margin-left: 2px; }

.header-style5 .fw-menu .search-module-trigger, .header-style5 .fw-menu .cart-module-trigger, .header-style5 .site-header .fw-menu .topper-opener {
  display: block;
  width: 55px;
  height: 55px; }

.header-style5 .site-header .search-module-opened, .header-style5 .site-header .cart-module-opened {
  top: 100%;
  margin-top: -50%; }

.header-style5 .fw-menu .search-module-opened, .header-style5 .fw-menu .cart-module-opened {
  margin-top: 0; }

.header-style5 .site-header .cart-module, .header-style5 .site-header .search-module {
  z-index: 99; }

.header-style5 .fw-menu .cart-module, .header-style5 .fw-menu .search-module {
  z-index: 9; }

.header-style5 .fw-menu .open-search-form {
  float: right;
  margin-right: 20px;
  margin-top: 10px; }

/* Header Style 6 */
.header-style6 .full-width-menu {
  position: relative;
  background: #f7f7f7;
  bottom: -28px;
  left: auto;
  border-radius: 0;
  margin: -28px 0 0;
  text-align: left;
  box-shadow: none;
  float: left;
  padding: 0 30px; }

.header-style6 .fw-menu .search-module, .header-style6 .fw-menu .cart-module {
  float: right;
  margin-right: 0;
  margin-left: 15px; }

.header-style6 .fw-menu .header-equaler, .header-style6 .fw-menu .header-equaler > div > div {
  height: auto !important; }

.header-style6 .fw-menu .dd-menu > li > a, .header-style6 .fw-menu .search-module-trigger, .header-style6 .fw-menu .cart-module-trigger {
  line-height: 55px; }

.header-style6 .fw-menu .search-module-trigger, .header-style6 .fw-menu .cart-module-trigger {
  height: 55px;
  display: block; }

.header-style6 .fw-menu .dd-menu > li {
  margin-right: 30px; }

.header-style6 .fw-menu .search-module-opened, .header-style6 .fw-menu .cart-module-opened {
  top: 55px; }

.header-style6 .site-header .cart-module, .header-style6 .site-header .search-module {
  z-index: 99; }

.header-style6 .fw-menu .open-search-form {
  float: right;
  margin-right: 0;
  margin-top: 10px; }

/* Header Style 7 */
.header-style7 .site-header {
  position: absolute;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0.8); }

/* Header Style 8 */
.header-style8 .site-header {
  position: absolute;
  border-radius: 5px;
  margin-top: 20px; }

/* Header Style 9 */
.header-style9 .site-header {
  background: none;
  box-shadow: none;
  position: absolute;
  top: auto;
  z-index: 999;
  left: 0; }

.header-style9.fscreen-menu-open .site-header {
  z-index: 9999; }

.header-style9 .site-header .header_info_text {
  color: #fff;
  float: left; }

.header-style9 .site-header .hidden-menu-opener, .header-style9 .site-header .search-module-trigger, .header-style9 .site-header .cart-module-trigger, .header-style9 .site-header .topper-opener {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  float: right;
  margin-left: 0;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.header-style9 .site-header .hidden-menu-opener:hover, .header-style9 .site-header .search-module-trigger:hover, .header-style9 .site-header .cart-module-trigger:hover, .header-style9 .site-header .topper-opener:hover {
  color: #333;
  background: #fff; }

.header-style9 .overlay-wrapper .dd-menu > li > a:before, .header-style9 .dd-style2.dd-menu li ul:before {
  display: none; }

.header-style9 .overlay-wrapper .dd-menu {
  text-align: center;
  float: none; }

.header-style9 .overlay-wrapper .dd-menu > li {
  float: none; }

.header-style9 .overlay-wrapper .dd-menu > li > a {
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0;
  color: #fff;
  opacity: .8;
  margin-bottom: 1px; }

.header-style9 .overlay-wrapper .dd-menu > li ul {
  background: none !important;
  position: static;
  box-shadow: none; }

.header-style9 .overlay-wrapper .dd-menu > li ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 0;
  border-bottom: 0;
  opacity: 0.8; }

.header-style9 .overlay-wrapper .dd-menu > li.current-menu-item > a, .header-style9 .overlay-wrapper .dd-menu > li:hover > a, .header-style9 .overlay-wrapper .dd-menu > li ul li a:hover {
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1); }

.header-style9 .site-header .imi-social-icons.imi-social-icons-plain li a {
  color: #fff; }

.hidden-menu-opener {
  vertical-align: middle; }

.hidden-menu-opener:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* Header Style 10 */
.header-style10 .fw-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.header-style10 .fw-menu .dd-menu {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  float: left; }

.header-style10 .fw-menu .dd-menu > li {
  float: left; }

.header-style10 .fw-menu .dd-menu > li > a {
  line-height: 55px;
  height: 55px;
  padding: 0 20px;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.header-style10 .dd-style2.dd-menu li ul {
  margin-left: 20px; }

.header-style10 .dd-style2.dd-menu li.megamenu ul {
  margin-left: 0; }

.header-style10 .fw-menu .dd-menu > li ul {
  top: 55px; }

.header-style10 .fw-menu .dd-menu > li.megamenu ul {
  top: 100%; }

.header-style10 .fw-menu > .container {
  position: relative; }

.centered-logo {
  text-align: center;
  position: absolute;
  z-index: 0;
  width: 100%;
  margin-left: -15px; }

.centered-logo .header-equaler, .centered-logo .header-equaler > div, .centered-logo .header-equaler > div > div {
  display: inline-block;
  float: none;
  margin-right: 0;
  margin-left: 0; }

.centered-logo .site-logo {
  float: none;
  display: inline-block;
  margin-right: 0; }

/* Header Style 11 */
.header-style11 .container {
  width: 100%; }

.header-style11 .site-header {
  float: left;
  width: 300px;
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  overflow: auto; }

.header-style11 .site-header .container {
  padding-left: 0;
  padding-right: 0; }

.header-style11 .body {
  width: 100%;
  padding-left: 300px; }

.header-style11 #main-container > .content .container {
  padding-left: 30px;
  padding-right: 30px; }

.header-style11 .site-header .dd-menu, .header-style11 .site-header .header-equaler {
  float: none;
  margin-left: 0;
  margin-right: 0;
  height: auto !important; }

.header-style11 .site-header .header-equaler > div {
  display: block; }

.header-style11 .site-header .header-equaler > div > div {
  height: auto !important;
  display: block; }

.header-style11 .site-header .site-logo {
  display: inline-block; }

.header-style11 .site-header .dd-menu > li {
  float: none;
  text-align: left; }

.header-style11 .site-header .dd-menu > li > a {
  line-height: normal !important;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.header-style11 .site-header .dd-style3.dd-menu > li > a {
  padding: 15px; }

.header-style11 .site-header .dd-menu > li ul {
  position: static;
  box-shadow: none;
  background: none !important;
  margin-top: -1px;
  margin-left: 0; }

.header-style11 .site-header .dd-menu > li ul a {
  color: #010119;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400; }

.header-style11 .site-header .dd-style3.dd-menu > li ul a {
  padding: 10px; }

.header-style11 .site-header .dd-menu > li ul a:hover {
  background: none; }

.header-style11 .site-header .dd-menu > li:hover ul {
  display: none; }

.header-style11 .site-header .dd-menu > li.menu-item-has-children a:after {
  display: none; }

.header-style11 .site-header .dd-menu li.menu-item-has-children:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: " \f107";
  background: #f7f7f7;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.header-style11 .site-header .dd-menu li.menu-item-has-children.menu-toggle-status:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.header-style11 .site-header .dd-menu li.menu-item-has-children:hover:after {
  color: #fff; }

.header-style11 .header-bottom-blocks {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  left: 0;
  bottom: 0; }

.header-style11 .site-header .header-equaler, .header-style11 .site-header .dd-menu {
  margin-bottom: 30px; }

.header-style11 .site-header .open-search-form, .header-style11 .site-header .fbtn {
  width: 100%;
  max-width: none; }

.header-style11 .site-header .cart-module .cart-module-trigger {
  display: none; }

.header-style11 .site-header .cart-module .cart-module-opened {
  display: block !important;
  position: static;
  width: 100%;
  max-width: none;
  min-width: 0;
  text-align: left; }

.header-style11 .site-header .cart-module .cart-module-empty-cart {
  display: none !important; }

.header-style11 .site-header .header_info_text {
  width: 100% !important; }

/* ==================================================
   9. PAGE HEADER
================================================== */
.flexslider {
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.flexslider .slides {
  zoom: 1;
  margin: 0;
  list-style-type: none; }

.hero-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-image: url(assets/images/loader.gif) no-repeat center center; }

.hero-slider .flex-viewport {
  width: 100%; }

.hero-slider.flexslider > ul.slides {
  height: 100%; }

.hero-slider.flexslider ul.slides li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: scroll !important; }

.hero-slider.flexslider ul.slides li > a, .galleryflex.flexslider ul.slides li > a {
  display: block; }

.hero-slider.flexslider .flex-control-nav, .galleryflex.flexslider .flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 10px;
  padding: 0;
  margin: 0; }

.hero-slider.flexslider .flex-control-nav {
  bottom: -40px
}
.hero-slider.flexslider:hover .flex-control-nav {
  bottom: 10px }

.hero-slider.flexslider .flex-control-nav li, .galleryflex.flexslider .flex-control-nav li {
  display: inline; }

.hero-slider.flexslider .flex-control-nav a, .galleryflex.flexslider .flex-control-nav a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.3);
	border: 1px solid #fff;
  display: inline-block;
  margin: 0 6px;
  text-indent: -9999px;
  text-decoration: none; }

.hero-slider.flexslider .flex-control-nav a:hover, .galleryflex.flexslider .flex-control-nav a:hover,.hero-slider.flexslider .flex-control-nav a.flex-active, .galleryflex.flexslider .flex-control-nav a.flex-active{
	background: #fff
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next, .galleryflex.flexslider .flex-prev, .galleryflex.flexslider .flex-next {
  background: rgba(34, 34, 34, 0.7);
  color: #F9F9F9;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: none;
  text-align: center;
  margin-top: -13px;
  z-index: 11; }

.hero-slider.flexslider .flex-prev:hover, .hero-slider.flexslider .flex-next:hover, .galleryflex.flexslider .flex-prev:hover, .galleryflex.flexslider .flex-next:hover {
  background: #222; }

.hero-slider.flexslider .flex-prev, .galleryflex.flexslider .flex-prev {
  left: 10px;
  right: auto; }

.hero-slider.flexslider .flex-prev:before, .galleryflex.flexslider .flex-prev:before {
  content: "\f104"; }

.hero-slider.flexslider .flex-next:before, .galleryflex.flexslider .flex-next:before {
  content: "\f105"; }

.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
  width: 70px;
  height: 70px;
  right: -70px;
  margin-top: -35px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  font-size: 30px;
  line-height: 70px;
  display: block;
  text-align: center; }

.hero-slider.flexslider:hover .flex-prev, .hero-slider.flexslider:hover .flex-next, .galleryflex.flexslider:hover .flex-prev, .galleryflex.flexslider:hover .flex-next {
  display: block; }

.hero-slider.flexslider ul.slides li > a {
  display: block;
  height: 100%;
  width: 100%; }

.hero-slider.flexslider .flex-prev {
  left: -70px; }

.hero-slider.flexslider:hover .flex-prev {
  left: 10px;
  -webkit-transition: left .3s .2s;
  -moz-transition: left .3s .2s;
  -ms-transition: left .3s .2s;
  -o-transition: left .3s .2s;
  transition: left .3s .2s; }

.hero-slider.flexslider:hover .flex-next {
  right: 10px;
  -webkit-transition: right .3s .2s;
  -moz-transition: right .3s .2s;
  -ms-transition: right .3s .2s;
  -o-transition: right .3s .2s;
  transition: right .3s .2s; }

.hero-slider .flex-direction-nav, .galleryflex .flex-direction-nav {
  margin: 0;
  list-style-type: none; }

.hero-slider {
  background-color: #666; }

.flex-caption-table {
  width: 100%;
  display: table;
  vertical-align: middle; }

.flex-caption-cell {
  display: table-cell;
  vertical-align: middle; }

.flex-caption-text {
  display: block; }

.header-style2 .flex-caption-text, .header-style3 .flex-caption-text {
  padding-top: 0; }

.flex-caption-text h1, .flex-caption-text h2, .flex-caption-text h3, .flex-caption-text p {
  color: #fff;
  margin-bottom: 30px; }

.flex-caption-text h2 {
  font-size: 51px;
  line-height: 60px; }


.page-content {
  padding-bottom: 50px; }
.home.blog .hero-area {
    display: none;
}
.imi-page-header{
	position: relative
}
.page-banner {
  background-color: #303030;
	padding: 50px 0 150px;
  position: relative;
z-index: 2}
.page-banner-image{
	background-image: url(assets/images/ico-bg2.jpg);
}
.page-banner-image:before {
  position: absolute;
	mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  content: ""; }
.page-banner-title{
	padding: 22px 0;
	background: #f6f9fc;
	border-bottom: 1px solid #eee
}
.floated-page-titles .page-banner-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 11;
	background: none
}
.page-banner-title h1{
	font-size: 2rem;
	margin-bottom: 0
}
.breadcrumb-wrapper {
  position: absolute;
	bottom: 20px;
  z-index: 998;
width: 100%;
left: 0}

.breadcrumb{
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	color: #ddd
}
.breadcrumb a{
	color: #fff
}


/* ==================================================
   10. SEARCH CART MODULE
================================================== */
.imi-searchform,.woocommerce-product-search {
  position: relative; }

.imi-searchform .btn,.woocommerce-product-search button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 45px;
  width: 45px;
  font-size: 18px;
  line-height: 1;
  padding: 0 !important;
  background: #333; }
.woocommerce-product-search button{
	font-size: 0
}
.woocommerce-product-search button:before{
	content: "\f002";
	display:block;
	font:normal normal normal 14px/1 FontAwesome;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: #fff;
	font-size: 20px;
	text-align: center
}
.imi-searchform .btn:hover,.woocommerce-product-search button:hover {
  background: #111c24;
	-webkit-transform:scale(1)!important;
	transform:scale(1)!important }

.imi-searchform input[type="text"],.woocommerce-product-search input {
  width: 100%;
  padding-right: 55px;
  padding-left: 10px;
  border-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
	border: 0;
  height: 45px; }
#sidebar-col .imi-searchform input[type="text"]{
	background: #f6f9fc
}
.search-module, .cart-module {
  position: relative;
  z-index: 99;
  z-index: 1000 }

.search-module-trigger, .cart-module-trigger, .topper-opener {
  width: 30px;
  height: 30px;
	font-size: 21px;
  display: block;
  text-align: center;
  position: relative;
  vertical-align: middle; }

.search-module-trigger:before, .cart-module-trigger:before, .topper-opener:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top: 5px; }

.search-module-opened {
  border: 1px solid #ddd; }

.search-module-opened, .cart-module-opened {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100%;
  max-width: 250px;
  min-width: 250px;
  padding: 15px;
  background: #fff;
  border-top: 4px solid transparent; }

.search-module-opened .input-group .form-control {
  height: 38px; }

.header-left-blocks .search-module-opened, .header-left-blocks .cart-module-opened, .topbar-left-blocks .search-module-opened, .topbar-left-blocks .cart-module-opened {
  right: auto;
  left: 0; }

.cart-module-opened {
  padding: 0;
  min-width: 260px; }

.header-quickcart{
	border:1px solid #ddd
}
.header-quickcart .woocommerce-mini-cart{
	margin:0;
	list-style-type:none;
	padding-bottom:5px;
}
.header-quickcart .woocommerce-mini-cart__buttons{
	margin: 0 -1px -1px
}
.header-quickcart .woocommerce-mini-cart__buttons a{
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius: 0!important;
	margin: 0;
	width: 50%;
	float: left;
	font-size: 13px
}
.header-quickcart .woocommerce-mini-cart__buttons a.checkout{
	background: #333
}
.header-quickcart .woocommerce-mini-cart__buttons a.checkout:hover{
	background: #222
}
.header-quickcart .woocommerce-mini-cart > li{
	border-bottom:1px solid rgba(0,0,0,.1)!important;
	padding:15px!important;
	line-height: 1.2em
}
.header-quickcart .woocommerce-mini-cart li:last-child{
	border-bottom:0!important
}
.header-quickcart .woocommerce-mini-cart > li .quantity{
	font-size: 13px
}
.header-quickcart .woocommerce-mini-cart > li .remove_from_cart_button{
	float: right
}
.header-quickcart .woocommerce-mini-cart__total{
	margin-bottom: 0;
	padding: 15px;
	border-top:1px solid #ddd
}
.header-quickcart .woocommerce-mini-cart__empty-message{
	padding: 15px;
	margin-bottom: 0
}
.header-quickcart ul.cart_list li a, .header-quickcart ul.product_list_widget li a {
    display: block;
    font-weight: 700;
	color: #010119
}
.header-quickcart .woocommerce-mini-cart > li > a > img{
	width:50px;
	height:50px;
	float:left;
	margin-right:12px
}
.header-quickcart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}
.header-quickcart a.remove:hover {
    color: #fff !important;
    background: red
}
.cart-tquant{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	right: -7px;
	padding:2px 5px;
	color: #fff;
	background: red;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	border-radius: 100%;
}
.open-search-form .imi-searchform {
  background: #fff;
  border-radius: 999px;
  border: 1px solid #ddd; }

.open-search-form .imi-searchform input[type="text"] {
  border-radius: 999px;
  border: 0;
  box-shadow: none;
  background: none;
  line-height: normal !important;
  padding-left: 15px;
  margin-top: 0;
  font-size: 13px;
  height: 34px;
  width: 170px; }

.open-search-form input[type="text"]:focus {
  box-shadow: none;
  border: 0; }

.open-search-form .imi-searchform .btn {
  background: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #999;
  line-height: 1;
  padding: 0 !important;
  margin-right: 13px;
  font-size: 14px;
  top: -2px;
  width: auto;
  height: 34px; }

.open-search-form .imi-searchform .btn:hover {
  color: #111c24; }

body.overlay-wrapper-open {
  overflow: hidden; }

.overlay-search-form-wrapper .imi-searchform {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 999;
  width: 80%;
  margin: 0 auto; }

.overlay-search-form-wrapper .imi-searchform input[type="text"] {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  padding: 0;
  height: 60px; }

.overlay-search-form-wrapper .imi-searchform input[type="text"]:focus {
  border: 0;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none; }

.overlay-search-form-wrapper .imi-searchform .btn {
  padding-right: 0 !important;
  font-size: 28px;
  height: 60px;
  background: none !important;
  text-align: right;
  opacity: 0.8; }

.overlay-search-form-wrapper .imi-searchform .btn:hover {
  opacity: 1;
  background: none !important; }

.overlay-search-form-wrapper ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.overlay-search-form-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9); }

.overlay-search-form-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9); }

.overlay-search-form-wrapper :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.overlay-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999; }

.overlay-wrapper:before {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.88); }

.overlay-wrapper > div {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.overlay-wrapper > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.overlay-wrapper-close {
  position: fixed;
  display: block;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  color: #fff; }

.overlay-wrapper-close:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.overlay-wrapper-close:hover {
  opacity: .9;
  color: #fff; }

/* ==================================================
   11. SOCIAL ICONS MODULE
================================================== */
.imi-social-icons {
  margin: 0;
  list-style-type: none; }
.imi-social-icons-center{
	text-align: center
}
.imi-social-icons-right{
	text-align: right
}
.imi-social-icons li {
  display: inline-block;
  margin-right: 5px; }
.imi-social-icons-right li{
	margin-left: 5px;
	margin-right: 0
}
.imi-social-icons-plain li {
  margin-right: 0; }

.imi-social-icons li:last-child {
  margin-right: 0; }

.imi-social-icons-right li:first-child{
	margin-left: 0;
	margin-right: 0
}
.imi-social-icons li a {
  color: #010119;
  display: block;
  vertical-align: middle; }

.imi-social-icons li a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top: 3px; }

.imi-social-icons-small li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px; }

.imi-social-icons-small.imi-social-icons-plain li a {
  width: auto;
  margin-right: 12px;
  font-size: 16px; }

.imi-social-icons-medium.imi-social-icons-plain li a {
  width: auto;
  margin-right: 15px;
  font-size: 20px; }

.imi-social-icons-large.imi-social-icons-plain li a {
  width: auto;
  margin-right: 15px;
  font-size: 24px; }

.imi-social-icons-xlarge.imi-social-icons-plain li a {
  width: auto;
  margin-right: 18px;
  font-size: 30px; }

.imi-social-icons-medium li a {
  width: 32px;
  height: 32px;
  font-size: 16px; }

.imi-social-icons-large li a {
  width: 48px;
  height: 48px;
  font-size: 24px; }

.imi-social-icons-xlarge li a {
  width: 64px;
  height: 64px;
  font-size: 32px; }

.header-right-blocks .imi-social-icons li a {
  text-align: right; }

.imi-social-icons li a:hover {
  color: #333; }

.imi-social-icons-round li a, .imi-social-icons-rounded li a, .imi-social-icons-square li a {
  display: block;
  text-align: center !important;
  color: #fff; }

.imi-social-icons-round li a:hover, .imi-social-icons-rounded li a:hover, .imi-social-icons-square li a:hover {
  color: #fff; }

.imi-social-icons-round li a {
  border-radius: 100%; }

.imi-social-icons-rounded li a {
  border-radius: 5px; }

.imi-social-icons-bc li.facebook a, .imi-social-icons-hover-bc li.facebook a:hover {
  background-color: #3B5998; }

.imi-social-icons-bc li.twitter a, .imi-social-icons-hover-bc li.twitter a:hover {
  background-color: #00ACED; }

.imi-social-icons-bc li.behance a, .imi-social-icons-hover-bc li.behance a:hover {
  background-color: #1769FF; }

.imi-social-icons-bc li.delicious a, .imi-social-icons-hover-bc li.delicious a:hover {
  background-color: #3274D1; }

.imi-social-icons-bc li.deviantart a, .imi-social-icons-hover-bc li.deviantart a:hover {
  background-color: #4B5D50; }

.imi-social-icons-bc li.digg a, .imi-social-icons-hover-bc li.digg a:hover {
  background-color: #14589E; }

.imi-social-icons-bc li.dribbble a, .imi-social-icons-hover-bc li.dribbble a:hover {
  background-color: #EA4C89; }

.imi-social-icons-bc li.foursquare a, .imi-social-icons-hover-bc li.foursquare a:hover {
  background-color: #2398C9; }

.imi-social-icons-bc li.tumblr a, .imi-social-icons-hover-bc li.tumblr a:hover {
  background-color: #35465c; }

.imi-social-icons-bc li.github a, .imi-social-icons-hover-bc li.github a:hover {
  background-color: #4183C4; }

.imi-social-icons-bc li.google a, .imi-social-icons-hover-bc li.google a:hover {
  background-color: #245DC1; }

.imi-social-icons-bc li.google-plus a, .imi-social-icons-hover-bc li.google-plus a:hover {
  background-color: #D14836; }

.imi-social-icons-bc li.instagram a, .imi-social-icons-hover-bc li.instagram a:hover {
  background-color: #3F729B; }

.imi-social-icons-bc li.jsfiddle a, .imi-social-icons-hover-bc li.jsfiddle a:hover {
  background-color: #4679A4; }

.imi-social-icons-bc li.linkedin a, .imi-social-icons-hover-bc li.linkedin a:hover {
  background-color: #007FB1; }

.imi-social-icons-bc li.pinterest a, .imi-social-icons-hover-bc li.pinterest a:hover {
  background-color: #CB2027; }

.imi-social-icons-bc li.reddit a, .imi-social-icons-hover-bc li.reddit a:hover {
  background-color: #FF4500; }

.imi-social-icons-bc li.skype a, .imi-social-icons-hover-bc li.skype a:hover {
  background-color: #00AFF0; }

.imi-social-icons-bc li.vimeo a, .imi-social-icons-hover-bc li.vimeo a:hover {
  background-color: #44BBFF; }

.imi-social-icons-bc li.youtube a, .imi-social-icons-hover-bc li.youtube a:hover, .imi-social-icons-bc li.youtube-play a, .imi-social-icons-hover-bc li.youtube-play a:hover {
  background-color: #CD332D; }

.imi-social-icons-bc li.flickr a, .imi-social-icons-hover-bc li.flickr a:hover {
  background-color: #0063DB; }

.imi-social-icons-bc li.rss a, .imi-social-icons-hover-bc li.rss a:hover {
  background-color: #f26522; }

.imi-social-icons-bc li.dropbox a, .imi-social-icons-hover-bc li.dropbox a:hover {
  background-color: #007ee5; }

.imi-social-icons-bc li.bitbucket a, .imi-social-icons-hover-bc li.bitbucket a:hover {
  background-color: #205081; }

.imi-social-icons-bc li.gittip a, .imi-social-icons-hover-bc li.gittip a:hover {
  background-color: #339966; }

.imi-social-icons-bc li.pagelines a, .imi-social-icons-hover-bc li.pagelines a:hover {
  background-color: #135da7; }

.imi-social-icons-bc li.vk a, .imi-social-icons-hover-bc li.vk a:hover {
  background-color: #45668e; }

.imi-social-icons-bc li.whatsapp a, .imi-social-icons-hover-bc li.whatsapp a:hover {
  background-color: #25d366; }

.imi-social-icons-bc li.envelope a, .imi-social-icons-hover-bc li.envelope a:hover {
  background-color: #fbbc05; }

.imi-social-icons-bc li.tripadvisor a, .imi-social-icons-hover-bc li.tripadvisor a:hover {
  background-color: #589442; }

.imi-social-icons-bc li.facebook a, .imi-social-icons-hover-bc li.facebook a:hover {
  color: #3B5998; }

.imi-social-icons-bc li.twitter a, .imi-social-icons-hover-bc li.twitter a:hover {
  color: #00ACED; }

.imi-social-icons-bc li.behance a, .imi-social-icons-hover-bc li.behance a:hover {
  color: #1769FF; }

.imi-social-icons-bc li.delicious a, .imi-social-icons-hover-bc li.delicious a:hover {
  color: #3274D1; }

.imi-social-icons-bc li.deviantart a, .imi-social-icons-hover-bc li.deviantart a:hover {
  color: #4B5D50; }

.imi-social-icons-bc li.digg a, .imi-social-icons-hover-bc li.digg a:hover {
  color: #14589E; }

.imi-social-icons-bc li.dribbble a, .imi-social-icons-hover-bc li.dribbble a:hover {
  color: #EA4C89; }

.imi-social-icons-bc li.foursquare a, .imi-social-icons-hover-bc li.foursquare a:hover {
  color: #2398C9; }

.imi-social-icons-bc li.tumblr a, .imi-social-icons-hover-bc li.tumblr a:hover {
  color: #35465c; }

.imi-social-icons-bc li.github a, .imi-social-icons-hover-bc li.github a:hover {
  color: #4183C4; }

.imi-social-icons-bc li.google a, .imi-social-icons-hover-bc li.google a:hover {
  color: #245DC1; }

.imi-social-icons-bc li.google-plus a, .imi-social-icons-hover-bc li.google-plus a:hover {
  color: #D14836; }

.imi-social-icons-bc li.instagram a, .imi-social-icons-hover-bc li.instagram a:hover {
  color: #3F729B; }

.imi-social-icons-bc li.jsfiddle a, .imi-social-icons-hover-bc li.jsfiddle a:hover {
  color: #4679A4; }

.imi-social-icons-bc li.linkedin a, .imi-social-icons-hover-bc li.linkedin a:hover {
  color: #007FB1; }

.imi-social-icons-bc li.pinterest a, .imi-social-icons-hover-bc li.pinterest a:hover {
  color: #CB2027; }

.imi-social-icons-bc li.reddit a, .imi-social-icons-hover-bc li.reddit a:hover {
  color: #FF4500; }

.imi-social-icons-bcli.skype a, .imi-social-icons-hover-bc li.skype a:hover {
  color: #00AFF0; }

.imi-social-icons-bc li.vimeo a, .imi-social-icons-hover-bc li.vimeo a:hover {
  color: #44BBFF; }

.imi-social-icons-bc li.youtube a, .imi-social-icons-hover-bc li.youtube a:hover, .imi-social-icons-bc li.youtube-play a, .imi-social-icons-hover-bc li.youtube-play a:hover {
  color: #CD332D; }

.imi-social-icons-bc li.flickr a, .imi-social-icons-hover-bc li.flickr a:hover {
  color: #0063DB; }

.imi-social-icons-bc li.rss a, .imi-social-icons-hover-bc li.rss a:hover {
  color: #f26522; }

.imi-social-icons-bc li.dropbox a, .imi-social-icons-hover-bc li.dropbox a:hover {
  color: #007ee5; }

.imi-social-icons-bc li.bitbucket a, .imi-social-icons-hover-bc li.bitbucket a:hover {
  color: #205081; }

.imi-social-icons-bc li.gittip a, .imi-social-icons-hover-bc li.gittip a:hover {
  color: #339966; }

.imi-social-icons-bc li.pagelines a, .imi-social-icons-hover-bc li.pagelines a:hover {
  color: #135da7; }

.imi-social-icons-bc li.vk a, .imi-social-icons-hover-bc li.vk a:hover {
  color: #45668e; }

.imi-social-icons-bc li.whatsapp a, .imi-social-icons-hover-bc li.whatsapp a:hover {
  color: #25d366; }

.imi-social-icons-bc li.envelope a, .imi-social-icons-hover-bc li.envelope a:hover {
  color: #fbbc05; }

.imi-social-icons-bc li.tripadvisor a, .imi-social-icons-hover-bc li.tripadvisor a:hover {
  color: #589442; }

.imi-social-icons-plain li a {
  background: none !important; }

.imi-social-icons-gc li a, .imi-social-icons-hover-gc li a:hover {
  background: #999; }

.imi-social-icons-hover-gc li a:hover {
  color: #999 !important; }

.imi-social-icons-square li a, .imi-social-icons-round li a, .imi-social-icons-rounded li a, .imi-social-icons-round.imi-social-icons-gc li a, .imi-social-icons-rounded.imi-social-icons-gc li a, .imi-social-icons-square.imi-social-icons-gc li a, .imi-social-icons-square.imi-social-icons-gc li a:hover, .imi-social-icons-round.imi-social-icons-gc li a:hover, .imi-social-icons-rounded.imi-social-icons-gc li a:hover, .imi-social-icons-square li a:hover, .imi-social-icons-round li a:hover, .imi-social-icons-rounded li a:hover {
  color: #fff !important; }

/* ==================================================
   12. WIDGETS
================================================== */
.widget {
  margin-bottom: 40px; }
.widgettitle {
  position: relative;
	font-size: 21px;
  margin-bottom: 30px; }
#sidebar-col{
	position: relative;
	z-index: 1
}
.sidebar-col-in{
	padding: 0
}

#sidebar-col .widget:last-child {
  margin-bottom: 0; }
.widget li.list-group-item {
  margin-bottom: 0;
  border-bottom: 0; }
#sidebar-col .widget_categories, #sidebar-col .widget_archive, #sidebar-col .widget_recent_entries, #sidebar-col .widget_recent_comments, #sidebar-col .widget_links, #sidebar-col .widget_meta, #sidebar-col .widget_nav_menu, #sidebar-col .PI_SimpleTwitterTweets, #sidebar-col .widget_imi_recent_post, #sidebar-col .widget_product_categories, #sidebar-col .widget_pages , #sidebar-col .widget_rss, #sidebar-col .widget_custom_category, #sidebar-col .imi_flickr_widget, #sidebar-col .widget_search, #sidebar-col .widget_product_search, #sidebar-col .widget_tag_cloud,#sidebar-col .widget_price_filter{
	border: 1px solid #eee;
	padding: 30px
}
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .PI_SimpleTwitterTweets ul, .widget_imi_recent_post ul, .widget_product_categories ul, .widget_pages ul, .widget_rss ul, .widget_custom_category ul, .imi_flickr_widget ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0 !important; }

.widget_categories ul li, .widget_archive ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li, .PI_SimpleTwitterTweets ul li, .widget_imi_recent_post ul li, .widget_pages ul li, .widget_rss ul li, .widget_custom_category ul li, .widget_product_categories ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 14px;
  margin-bottom: 14px; }

.widget_categories ul li a, .widget_archive ul li a, .widget_recent_entries ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_links ul li a, .widget_meta ul li a, .widget_nav_menu ul li a, .PI_SimpleTwitterTweets ul li a, .widget_imi_recent_post ul li a, .widget_pages ul li a, .widget_imi_recent_post ul li h5 a, .widget_custom_category ul li a, .widget_product_categories ul li a {
  display: inline-block;
  position: relative;
  color: #010119; }

.footer_widget.widget_categories ul li, .footer_widget.widget_archive ul li, .footer_widget.widget_recent_entries ul li, .footer_widget.widget_recent_comments ul li, .footer_widget.widget_links ul li, .footer_widget.widget_meta ul li, .footer_widget .twitter-widget ul li, .footer_widget.widget_nav_menu ul li, .footer_widget.PI_SimpleTwitterTweets ul li, .footer_widget.widget_imi_recent_post ul li, .footer_widget.widget_pages ul li, .footer_widget.widget_rss ul li, .footer_widget.widget_custom_category ul li, .footer_widget.widget_imi_tabs_widget ul li, .footer_widget.widget_product_categories ul li {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0; }

.footer_widget.widget_imi_recent_post ul li {
  margin-bottom: 10px; }

.site-footer-top .footer_widget ul li:last-child {
  padding-bottom: 0; }

.widget_nav_menu ul li:before, .widget_nav_menu ul li:after, .PI_SimpleTwitterTweets ul li:before, .PI_SimpleTwitterTweets ul li:after, .widget_imi_recent_post ul li:before, .widget_imi_recent_post ul li:after, .widget_product_categories ul li:before, .widget_product_categories ul li:after, .widget_pages ul li:before, .widget_pages ul li:after, .widget_rss ul li:before, .widget_rss ul li:after, .widget_custom_category ul li:before, .widget_custom_category ul li:after, .imi_flickr_widget ul:before, .imi_flickr_widget ul:after, .counter-align-left:before, .counter-align-left:after,.site-header:before, .site-header:after,.team-grid-style2 .team-grid-item:before,.team-grid-style2 .team-grid-item:after,.carousel-wrapper:before,.carousel-wrapper:after,.featured-block-content:before, .featured-block-content:after,.opening-hours-table ul:before, .opening-hours-table ul:after, .opening-hours-table ul li:before, .opening-hours-table ul li:after,.service-list-item:before, .service-list-item:after,.testimonial-item .post-item-content:before, .testimonial-item .post-item-content:after,.tinfo-horizontal-style:before, .tinfo-horizontal-style:after,.stats-box:before, .stats-box:after,.comments li.comment:before, .comments li.comment:after,.pagination ul.page-numbers:before, .pagination ul.page-numbers:after,.vc_cta3-actions-right .vc_cta3_content-container:before, .vc_cta3-actions-right .vc_cta3_content-container:after,.post-content:before, .post-content:after,.topbar:before, .topbar:after,.relative-container:before,.relative-container:after,.theme-mobile-header:before, .theme-mobile-header:after, .mobile-navbar:before, .mobile-navbar:after,.imi-searchform:before, .imi-searchform:after,.widget:before, .widget:after,.social-share-bar:before, .social-share-bar:after,.imi-countdown-timer:before,.imi-countdown-timer:after,.popup-video-button:before,.popup-video-button:after {
  display: table;
  content: " "; }

.widget_recent_posts li:after, .widget_nav_menu ul li:after, .PI_SimpleTwitterTweets ul li:after, .widget_imi_recent_post ul li:after, .widget_product_categories ul li:after, .widget_pages ul li:after, .widget_rss ul li:after, .widget_custom_category ul li:after, .imi_flickr_widget ul:after, .counter-align-left:after,.site-header:after,.team-grid-style2 .team-grid-item:after,.carousel-wrapper:after,.featured-block-content:after, .opening-hours-table ul:after,.opening-hours-table ul li:after,.service-list-item:after, .testimonial-item .post-item-content:after,.tinfo-horizontal-style:after,.stats-box:after,.comments li.comment:after,.pagination ul.page-numbers:after,.vc_cta3-actions-right .vc_cta3_content-container:after,.post-content:after,.topbar:after,.relative-container:after,.theme-mobile-header:after, .mobile-navbar:after,.imi-searchform:after,.widget:after,.social-share-bar:after,.imi-countdown-timer:after,.popup-video-button:after {
  clear: both; }
t
.widget_categories ul ul.children, .widget_pages ul ul.children, .widget_nav_menu ul ul.sub-menu {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 20px; }

.widget_categories ul li:last-child,.widget_categories ul ul.children li:last-child,.widget_product_categories ul li:last-child,.widget_product_categories ul ul.children li:last-child, .widget_pages ul li:last-child, .widget_pages ul ul.children li:last-child, .widget_nav_menu ul ul.sub-menu li:last-child,.widget_nav_menu ul li:last-child, .widget_nav_menu ul ul.sub-menu li:last-child, .PI_SimpleTwitterTweets ul li:last-child, .widget_imi_recent_post ul li:last-child, .widget_custom_category ul li:last-child, .widget_meta ul li:last-child,.widget_links ul li:last-child,.widget_recent_entries ul li:last-child,.widget_recent_comments ul li:last-child,.widget_archive ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.widget ul ul.children, .widget ul ul.sub-menu{
	margin: 20px 0 0 20px
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0; }

.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  border: 0;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 20px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #747679;
  font-weight: 700;
  letter-spacing: 1px; }

.woocommerce-MyAccount-navigation > ul > li.is-active > a {
  background: #f8f8f8; }

.widget_product_search label.screen-reader-text, .widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
  display: none; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700; }

.widget .meta-data {
  margin-top: 5px;
  line-height: 20px; }

.widget_recent_entries li .post-date{
	display: block;
	color: #999;
	font-size: 13px
}
.widget_recent_entries li .post-date:before{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content: "\f017";
	margin-right: 6px
}
.tagcloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #666;
	background: #fff;
  font-size: 13px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.tagcloud a:hover {
  text-decoration: none;
color: #fff!important}

.tabbed_widgets {
  margin-bottom: 0; }

.tabbed_widgets .tab-content {
  padding-right: 0;
  padding-left: 0;
  background: none; }

.PI_SimpleTwitterTweets ul {
  margin: 0;
  list-style-type: none; }

.PI_SimpleTwitterTweets .stt-em {
  font-weight: 700; }

.widget_imi_recent_post ul li {
  padding: 0;
  margin-bottom: 22px;
  padding-bottom: 22px; }

.widget_imi_recent_post ul li .post-thumbnail {
  float: left; }

.widget_imi_recent_post ul li .post-thumbnail img {
  width: 70px;
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
border-radius: 100%}

.widget_imi_recent_post ul li h4 {
  display: block;
	margin-bottom: 0;
	font-size: 15px;
  padding-left: 90px;
	font-weight: 400 }
.widget_imi_recent_post ul li h4.padding-0{
	padding-left: 0
}
.widget_imi_recent_post ul li strong.padding-0, .widget_imi_recent_post ul li .meta-data.grid-item-meta.padding-0 {
  padding-left: 0; }

.widget_imi_recent_post ul li .meta-data.grid-item-meta {
  padding-left: 90px;
  margin-bottom: 0; }

.imi_flickr_widget ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3
}

.imi_flickr_widget ul li{
	margin-bottom: 20px
}
.imi_flickr_widget ul li a {
  display: block;
  position: relative; }

.widget select {
  max-width: 100%; }

/* ==================================================
   13. SHORTCODES
================================================== */
.imi-countdown-timer{
}
.imi-countdown-timer .imi-timer-col{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0
}
.imi-countdown-timer .imi-timer-col > span{
	display: inline-block;
	font-size: 35px;
	text-align: center;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	line-height: 60px;
	letter-spacing: 0;
	width: 80px
}
.imi-countdown-timer .imi-timer-col > strong{
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	width: 80px;
	font-weight: 400;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	position: relative;
	top: -2px;
	left: 0;
	margin-left: 0;
	padding-left: 0
}
.imi-countdown-compact.imi-countdown-timer .imi-timer-col > strong,.imi-countdown-compact.imi-countdown-timer .imi-timer-col > span{
	width: 60px
}
.imi-countdown-compact.imi-countdown-timer .imi-timer-col > span{
	letter-spacing: -2px
}
.imi-countdown-light.imi-countdown-timer .imi-timer-col > span{
	background: #fff;
	color: #010119
}
.imi-countdown-light.imi-countdown-timer .imi-timer-col > strong{
	background: #fff;
	opacity: .9;
	color: #666
}
.imi-countdown-light-text.imi-countdown-timer .imi-timer-col > span,.imi-countdown-light-text.imi-countdown-timer .imi-timer-col > strong{
	background: none;
	color: #fff;
	width: auto
}
.imi-countdown-light-text.imi-countdown-timer .imi-timer-col > strong{
	opacity: .8
}
.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col > span,.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col > strong{
	background: none;
	color: #010119;
	width: auto
}
.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col > strong{
	opacity: .8
}
.imi-countdown-light-text.imi-countdown-timer .imi-timer-col > span,.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col > span{
	display: block;
	position: relative
}
.imi-countdown-light-text.imi-countdown-timer .imi-timer-col > span:after,.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col > span:after{
	content: ":";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	opacity: .6
}
.imi-countdown-light-text.imi-countdown-timer .imi-timer-col:last-child > span:after,.imi-countdown-dark-text.imi-countdown-timer .imi-timer-col:last-child > span:after{
	display: none
}
.imi-countdown-dark.imi-countdown-timer .imi-timer-col > span{
	background: #010119;
	color: #fff
}
.imi-countdown-dark.imi-countdown-timer .imi-timer-col > strong{
	background: #010119;
	color: #fff;
	opacity: .8
}
.imi-countdown-tc.imi-countdown-timer .imi-timer-col > span{
	color: #fff
}
.imi-countdown-tc.imi-countdown-timer .imi-timer-col > strong{
	color: #fff
}
.fact-ico {
  display: inline-block;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  line-height: 1 !important; }

.counter-icon-plain {
  padding: 0;
  background: none !important; }

.counter-icon-round {
  border-radius: 100%; }

.counter-icon-rounded {
  border-radius: 7px
}
.imi-counter{
	width: 250px;
	height: 250px;
	padding: 90px 0;
	margin: 0 auto;
	border-radius: 100%
}
.cust-counter .fact-ico i {
  height: 20px; }

.cust-counter .fact {
  display: inline-block;
  color: #666;
  font-size: 15px;
  line-height: 120%; }

.cust-counter .timer {
  display: inline-block;
  font-weight: 700;
	color: #010119;
  font-size: 30px;
  line-height: 150%; }

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

.cust-counter .timer, .cust-counter .fact {
  display: block; }

.counter-align-center .fact-ico {
  margin-bottom: 5px; }

.counter-align-left .fact-ico {
  float: left;
  margin-right: 15px; }

.counter-align-right .fact-ico {
  float: right;
  margin-left: 15px; }

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

.circular-bar {
  text-align: center;
  position: relative; }

.circular-bar > div:first-child {
  display: inline-block !important; }

.circular-bar input.knob {
  visibility: hidden; }

.circular-bar strong {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px; }

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px; }

.circular-bar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block; }

.circular-bar-content > div {
  display: table;
  vertical-align: middle;
  height: 100%;
  position: relative;
  width: 100%; }

.circular-bar-content > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 20px; }

.featured-block{
	position: relative
}
.featured-block-image {
  background: #f6f9fc;
  position: relative; }

.featured-block-content {
  background: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
  padding: 30px;
margin-bottom: 15px;
	background: -moz-linear-gradient(top, rgba(1,1,25,0.45) 0%, rgba(1,1,25,0) 100%);
background: -webkit-linear-gradient(top, rgba(1,1,25,0.45) 0%,rgba(1,1,25,0) 100%);
background: linear-gradient(to bottom, rgba(1,1,25,0.45) 0%,rgba(1,1,25,0) 100%);
}

.featured-block-icon {
  color: #fff;
margin-bottom: 30px}

.featured-block-icon i {
  font-size: 50px}


.featured-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px; }


.featured-block-title {
  margin-bottom: 5px; }
.featured-block-title{
	margin-bottom: 20px
}
.featured-block-desc {
  margin-bottom: 0; }
.featured-block-cont{
	padding: 30px;
	border: 1px solid #eee;
	border-top: 5px solid transparent;
	width: 90%;
	left: 5%;
	top: -40px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	text-align: center
}
.fblock-style1:hover .featured-block-cont{
	top: -50px;
}
.fblock-style2 .btn-default{
	color: #fff;
	border-color: #fff!important;
	position: absolute;
	bottom: 37px
}
.fblock-style2:hover .btn-default{
	background: #fff;
	color: #010119
}
.fblock-style1:hover .btn-default{
	color: #fff
}
.fblock-style1 .featured-block-title, .fblock-style1 .featured-block-desc {
  position: relative;
  z-index: 1; }

.fblock-style2 .featured-block-title, .fblock-style2 .featured-block-desc {
  color: #fff; }

.featured-block-desc {
  margin-bottom: 20px; }

.icon-box {
  position: relative; }

.icon-box .ibox-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }

.icon-box.ibox-outline:not(.ibox-plain) .ibox-icon i {
  color: #fff !important; }

.icon-box.ibox-icon-16 {
  min-height: 32px; }

.icon-box.ibox-icon-16 .ibox-icon {
  width: 32px;
  height: 32px; }

.icon-box.ibox-icon-16.ibox-plain .ibox-icon {
  width: 26px; }

.icon-box .ibox-icon i:before {
  line-height: 1.8em; }

.icon-box.ibox-icon-16.ibox-outline .ibox-icon i:before {
  line-height: 1.6em; }

.icon-box.ibox-border .ibox-icon i:before {
  line-height: 1.9em; }

.icon-box.ibox-noborder .ibox-icon i:before {
  line-height: 2em; }

.icon-box.ibox-icon-16 .ibox-icon i:before {
  font-size: 16px !important; }

.icon-box.ibox-icon-16 h4, .icon-box.ibox-icon-16 p {
  padding-left: 48px; }

.icon-box.ibox-icon-16.ibox-plain h4, .icon-box.ibox-icon-16.ibox-plain p {
  padding-left: 36px; }

.icon-box.ibox-right.ibox-icon-16 h4, .icon-box.ibox-right.ibox-icon-16 p {
  padding-right: 48px;
padding-left: 0}

.icon-box.ibox-right.ibox-icon-16.ibox-plain h4, .icon-box.ibox-right.ibox-icon-16.ibox-plain p {
  padding-right: 36px;
padding-left: 0}

.icon-box.ibox-icon-32 {
  min-height: 64px; }

.icon-box.ibox-icon-32 .ibox-icon {
  width: 64px;
  height: 64px; }

.icon-box.ibox-icon-32.ibox-plain .ibox-icon {
  width: 42px; }

.icon-box.ibox-icon-32 .ibox-icon i:before {
  font-size: 32px !important; }

.icon-box.ibox-icon-32 h4, .icon-box.ibox-icon-32 p {
  padding-left: 80px; }

.icon-box.ibox-icon-32.ibox-plain h4, .icon-box.ibox-icon-32.ibox-plain p {
  padding-left: 52px; }

.icon-box.ibox-right.ibox-icon-32 h4, .icon-box.ibox-right.ibox-icon-32 p {
  padding-right: 80px;
padding-left: 0}

.icon-box.ibox-right.ibox-icon-32.ibox-plain h4, .icon-box.ibox-right.ibox-icon-32.ibox-plain p {
  padding-right: 52px;
padding-left: 0}

.icon-box.ibox-icon-48 {
  min-height: 96px; }

.icon-box.ibox-icon-48 .ibox-icon {
  width: 96px;
  height: 96px; }

.icon-box.ibox-icon-48.ibox-plain .ibox-icon {
  width: 58px; }

.icon-box.ibox-icon-48 .ibox-icon i:before {
  font-size: 48px !important; }

.icon-box.ibox-icon-48 h4, .icon-box.ibox-icon-48 p {
  padding-left: 112px; }

.icon-box.ibox-icon-48.ibox-plain h4, .icon-box.ibox-icon-48.ibox-plain p {
  padding-left: 68px; }

.icon-box.ibox-right.ibox-icon-48 h4, .icon-box.ibox-right.ibox-icon-48 p {
  padding-right: 112px;
padding-left: 0}

.icon-box.ibox-right.ibox-icon-48.ibox-plain h4, .icon-box.ibox-right.ibox-icon-48.ibox-plain p {
  padding-right: 68px;
padding-left: 0}

.icon-box.ibox-icon-64 {
  min-height: 128px; }

.icon-box.ibox-icon-64 .ibox-icon {
  width: 128px;
  height: 128px; }

.icon-box.ibox-icon-64.ibox-plain .ibox-icon {
  width: 74px; }

.icon-box.ibox-icon-64 .ibox-icon i:before {
  font-size: 64px !important; }

.icon-box.ibox-icon-64 h4, .icon-box.ibox-icon-64 p {
  padding-left: 144px; }

.icon-box.ibox-icon-64.ibox-plain h4, .icon-box.ibox-icon-64.ibox-plain p {
  padding-left: 84px; }

.icon-box.ibox-right.ibox-icon-64 h4, .icon-box.ibox-right.ibox-icon-64 p {
  padding-right: 144px;
padding-left: 0}

.icon-box.ibox-right.ibox-icon-64.ibox-plain h4, .icon-box.ibox-right.ibox-icon-64.ibox-plain p {
  padding-right: 84px;
padding-left: 0}

.icon-box.ibox-plain:not(.ibox-icon-16) .ibox-icon i:before {
  line-height: 1 !important; }

.icon-box .ibox-icon a, .icon-box .ibox-icon i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 100%; }

.icon-box.ibox-border .ibox-icon i {
  border-radius: 50%; }

.icon-box.ibox-outline .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 3px; }

.icon-box.ibox-rounded .ibox-icon, .icon-box.ibox-rounded .ibox-icon i {
  border-radius: 3px !important; }

.icon-box.ibox-border .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 0; }

.icon-box.ibox-border.ibox-square .ibox-icon,.icon-box.ibox-outline.ibox-square .ibox-icon,.icon-box.ibox-border.ibox-square .ibox-icon i,.icon-box.ibox-outline.ibox-square .ibox-icon i {
  border-radius: 0; }

.icon-box.ibox-border .ibox-icon i {
  border: none;
  background-color: transparent !important; }

.icon-box.ibox-plain .ibox-icon {
  border: none !important;
  height: auto !important; }

.icon-box.ibox-plain .ibox-icon i {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0; }

.icon-box.ibox-center {
  text-align: center;
  padding: 0; }

.icon-box.ibox-center .ibox-icon {
  position: relative;
  margin: 0 auto 30px }

.icon-box.ibox-center.ibox-plain .ibox-icon {
  margin-bottom: 20px; }

.icon-box.ibox-center h4, .icon-box.ibox-center p {
  padding-left: 0 !important; }
.icon-box.ibox-right h4, .icon-box.ibox-right p {
  text-align: right}
.icon-box.ibox-right .ibox-icon{
	right: 0;
	left: auto
}
.icon-box h4 + .ibox-icon {
  margin-top: 20px !important; }

.icon-box .ibox-icon i {
  z-index: 1;
  -webkit-transition: background-color .3s,color .3s;
  -o-transition: background-color .3s,color .3s;
  transition: background-color .3s,color .3s; }

.icon-box p {
  margin: 0; }

.ibox-rounded .ibox-icon i:after, .ibox-border.ibox-rounded .ibox-icon i:after {
  border-radius: 3px; }

.opening-hours-table ul {
  list-style-type: none;
  margin: 0; }

.opening-hours-table ul li {
  display: block;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 7px; }

.opening-hours-table ul li > strong {
  width: 50%;
  float: left; }

.opening-hours-table ul li > span {
  width: 50%;
  float: left;
  opacity: .8;
  text-align: right; }

.opening-hours-table ul li.opening-hours-sstyle-dark {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }

.opening-hours-table ul li.opening-hours-sstyle-light {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }

.opening-hours-table ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }
.popup-video-button > div{
	display: table;
	vertical-align: middle
}
.popup-video-button > div > div{
	display: table-cell;
	vertical-align: middle
}
.popup-video-button h4{
	display: inline-block;
	margin-bottom: 0;
	margin-left: 20px;
	position: relative;
	top: -4px;
	font-size: 16px
}
.popup-video-button.video-btn-align-center {
  text-align: center; }

.popup-video-button.video-btn-align-left {
  text-align: left; }

.popup-video-button.video-btn-align-right {
  text-align: right; }

.popup-video-button.video-btn-round .popup-video-link {
  border-radius: 100%; }

.popup-video-button.video-btn-rounded .popup-video-link {
  border-radius: 5px; }

.popup-video-button .popup-video-link {
  text-align: center;
  color: #010119;
  display: inline-block }

.popup-video-button .popup-video-link:hover {
  opacity: 0.8; }

.popup-video-button.video-btn-small .popup-video-link {
  width: 30px;
  height: 30px;
  font-size: 15px; }

.popup-video-button.video-btn-small .popup-video-link i {
  line-height: 30px; }

.popup-video-button.video-btn-medium .popup-video-link {
  width: 55px;
  height: 55px;
  font-size: 25px; }

.popup-video-button.video-btn-medium .popup-video-link i {
  line-height: 55px; }

.popup-video-button.video-btn-large .popup-video-link {
  width: 80px;
  height: 80px;
  font-size: 38px; }

.popup-video-button.video-btn-large .popup-video-link i {
  line-height: 80px; }

.popup-video-button.video-btn-xlarge .popup-video-link {
  width: 105px;
  height: 105px;
  font-size: 48px; }

.popup-video-button.video-btn-xlarge .popup-video-link i {
  line-height: 105px; }

.post-list-item, .team-list-item, .service-list-item {
  margin-bottom: 60px; }
.single-post .blog-posts .post {
  border-bottom: 0;
  padding-bottom: 20px; }

.blog-posts .post:last-child {
  margin-bottom: 0; }

.blog-posts.owl-carousel .post {
  margin-bottom: 0;
  padding-bottom: 10px; }

.blog-posts .post.single-post {
  margin-bottom: 20px; }

.post-media {
  text-align: center
}
.single-post .post-media {
  margin-bottom: 30px; }
.post-categories{
	margin-bottom: 22px
}
.post-categories a{
	color: #010119
}
.blog-post-details > div {
  display: inline-block }

.blog-post-details > div.post-date:after{
	content: "|";
	margin: 0 10px
}
.blog-post-details .comments-likes{
	float: right
}
.full-item-content .blog-post-details .comments-likes{
	float: none;
}
.full-item-content .blog-post-details > div.post-author:after{
	content: "|";
	margin: 0 10px
}
.blog-post-details .comments-likes i{
	font-size: 15px;
	position: relative;
	bottom: -1px
}
.blog-post-details a {
  color: #999; }

.blog-post-details > div:last-child:after{
	display: none
}
.blog-posts .post.format-audio .post-media iframe {
  margin-bottom: -6px; }

.blog-posts.blog-large-image a.btn {
  margin-bottom: 20px; }

.blog-posts .blog-full-item {
  text-align: center; }

.blog-posts .post-title {
	margin: 5px 0 15px
}

.blog-posts .blog-full-item .post-title {
  font-size: 24px;
  text-transform: none; }
.blog-posts .post-item-excerpt{
	margin-top: 20px
}
.blog-posts .blog-full-item .post-item-excerpt {
  margin-bottom: 45px;
  padding-left: 100px;
  padding-right: 100px; }


.no-border-style.no-bg-style .blog-full-item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  position: relative; }

.no-border-style.no-bg-style .blog-full-item:after {
  content: " ";
  width: 160px;
  height: 1px;
  background: #ddd;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px
}
.blog-posts .full-item-content{
	padding: 30px;
	padding-bottom: 0
}
.blog-masonry {
  width: 105%;
  margin-left: -3%;
  float: left; }

.blog-masonry .blog-masonry-item {
  margin-left: 3%;
  margin-bottom: 30px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.blog-masonry.col-2 .blog-masonry-item {
  width: 49%; }

.blog-masonry.col-3 .blog-masonry-item {
  width: 29.63%; }

.blog-masonry.col-4 .blog-masonry-item {
  width: 22%; }

.blog-posts .blog-masonry-item.post {
  border-bottom: 0;
  padding-bottom: 0; }

.blog-masonry .blog-masonry-item .post-content {
  padding: 0 25px 10px 25px; }

.blog-posts .blog-masonry-item.post h2 {
  font-size: 20px; }

.pricing-table {
  margin-top: 50px;
  margin-bottom: 50px; }

.pricing-table:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ""; }

.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
  border-left: 1px solid #eee !important; }

.pricing-column {
  float: left;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear; }

.pricing-column .features {
  padding: 0;
  margin: 0;
  background: none; }

.pricing-column .features a {
  color: #010119; }

.pricing-column .pricing-column-content {
  padding: 0px 0px 20px 0px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.pricing-column.highlight {
  margin: -20px 0 0 -1px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 10; }

.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3 {
  border: none; }

.pricing-column.highlight h3 .highlight-reason {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px; }

.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee; }

.pricing-table .popover {
  text-align: center; }

.pricing-column ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
  color: #666666 !important;
  list-style: none;
  line-height: 18px; }

.pricing-column ul li a {
  margin-left: 10px; }

.pricing-column ul li:first-child {
  border-top: 1px solid #eee; }

.pricing-column ul li:nth-child(2n+1) {
  background-color: #F9F8F5; }

.pricing-column.highlight h3 {
  margin-bottom: 0px !important;
  padding: 15px 0px;
  color: #ffffff !important; }

.toggle .pricing-column h3 {
  font-size: 26px !important; }

.pricing-column h3 {
  margin-bottom: 0px;
  padding: 18px 0;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 28px; }

.pricing-column h4 {
  margin-bottom: 0px;
  margin-left: -22px;
  padding: 20px 30px 6px 40px;
  color: #333333;
  font-weight: 700;
  font-size: 54px !important;
  line-height: 42px !important; }

.pricing-column h4 .dollar-sign {
  position: relative;
  top: -14px;
  right: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300; }

.pricing-column .interval {
  display: block;
  padding-bottom: 17px;
  min-height: 38px;
  color: #999999; }

.pricing-column ul {
  margin-left: 0px; }

.pricing-column .btn {
  margin-top: 25px; }

.pricing-column.highlight .btn {
  margin-bottom: 20px; }

.pricing-table.six-cols > div {
  width: 16.5%; }

.pricing-table.five-cols > div {
  width: 20%; }

.pricing-table.four-cols > div {
  width: 25%; }

.pricing-table.three-cols > div {
  width: 33.2%; }

.pricing-table.two-cols > div {
  width: 50%; }

.pricing-table.one-cols > div {
  width: 100%; }

.project-filter-nav {
	margin: 0 0 30px
}

.project-filter-nav > li {
  float: none;
  display: inline-block;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer}

.portfolio-wrap-2 .portfolio-item {
  width: 50%; }

.portfolio-wrap-3 .portfolio-item {
  width: 33.3111111%; }

.portfolio-wrap-4 .portfolio-item {
  width: 25%; }

.portfolio-wrap-5 .portfolio-item {
  width: 20%; }

.portfolio-item {
	position: relative
}

.portfolio-item .grid-item-inner {
	position: relative
}

.portfolio-item .project-media {
	position: relative;
	display: block;
	overflow: hidden
}


.portfolio-item .project-media img {
  width: 100%;
  height: auto }

.project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)
}

.project-overlay-info{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 25px
}
.open-project-link {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%; }

.project-info {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 20px;
  display: table;
  vertical-align: bottom; }

.project-info > div {
  display: table-cell;
  vertical-align: bottom;
  height: 100%; }

.project-info h4 {
  margin-bottom: 5px }

.project-name {
  margin-bottom: 0 }

.project-media .project-overlay-info,.project-media .project-overlay-info h4 {
	color: #fff
}
.project-media .project-overlay-info h4{
	margin-bottom: 10px
}
.project-media .project-overlay-info .post-item-excerpt{
	opacity: .8
}

.project-categories {
  display: block;
  font-size: 13px }

.project-overlay .project-categories span{
	padding: 5px 10px;
	background: rgba(0,0,0,.35);
  	color: #fff;
	border: 1px solid rgba(255,255,255,.8)
}
.portfolio-item:hover .project-overlay .project-categories span{
	border-color: #fff
}
.project-categories a:after, .project-categories span:after {
  content: ", "; }

.project-categories a:last-child:after, .project-categories span:last-child:after {
  content: ""; }

.portfolio-list li {
  margin-bottom: 30px; }

.project-info-static h4 {
  margin-bottom: 0; }

.project-info-static .project-categories a {
  color: #999; }

.services-list {
  list-style-type: none
}
.services-listing{
	margin: 0
}
.services-list li .service-icon {
  position: relative; }

.services-list li .service-icon i {
  font-size: 4em;
  position: relative;
  z-index: 2; }

.services-list li .service-icon img{
	width: 50%;
}
.dark-skin-style .services-list li .service-icon img{
	opacity: .5
}
.service-list-item .media-box, .service-list-item .service-icon, .service-list-item .service-imagen {
  margin-right: 40px;
  float: left; }

.service-list-item .media-box .service-icon, .service-list-item .media-box .service-imagen {
  float: none;
  margin-right: 0; }

.service-item-grid-content {
  display: block;
  width: 100%;
  padding: 30px; }

.service-media {
  width: 100%;
	margin-bottom: 25px;
  display: block; }
.thumbnail-service-media .service-media{
	margin-bottom: 0
}
.services-list .media-box {
  display: block; }

.service-grid-item .service-icon {
  display: inline-block; }
.service-grid-item h4{
	margin-bottom: 0
}
.service-grid-item .post-item-excerpt{
	margin-top: 18px
}
.project-grid-item .post-item-excerpt{
	margin-top: 10px
}
.icon-service-media .media-box:before, .icon-service-media .media-box:after {
  display: none; }
.team-item-contact-link{
	border-radius: 999px;
	padding: 3px 15px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	margin-top: 10px
}
.team-item-contact-link:hover{
	color: #fff;
	opacity: .8
}
.team-item .social-icons-list {
  width: 100%;
  display: block;
  padding: 20px 0 0
}
.team-item .social-icons-list a {
  margin-right: 20px;
  display: inline-block;
  font-size: 20px; }
.team-grid-style1.text-align-center .team-item .social-icons-list a{
	margin-right: 10px;
	margin-left: 10px
}
.team-item .social-icons-list a:hover {
  color: #fff; }

.team-item h3, .team-item h4 {
	margin-bottom: 7px
}
.team-item .meta-data{
	margin-top: 5px;
	text-transform: none;
}
.team-item-excerpt {
  margin-top: 20px; }

.team-item-excerpt p {
  margin-bottom: 0; }
.team-media{
	margin-bottom: 25px
}
.team-media img{
	border-radius: 100%
}
.team-grid-style1.team-square-thumb .team-media{
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px
}
.no-border-style.no-bg-style.team-square-thumb .team-media{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0
}
.team-square-thumb:not(.border-radius-items) .team-media img{
	border-radius: 0
}
.team-media .media-box:before{
	border-radius: 100%
}
.team-square-thumb:not(.border-radius-items) .team-item .imi-item-media:before,.team-square-thumb:not(.border-radius-items) .team-media .media-box:before{
	border-radius: 0
}
.team-grid-style2{
	text-align: left!important
}
.team-grid-style2 .team-media{
	margin-bottom: 0;
	float: left;
	margin-right: 25px
}
.team-grid-style2 .team-item-excerpt {
  margin-top: 10px; }

.team-grid-style2 .team-media img{
	width: 100px!important
}
.team-grid-style2 .team-item-cont{
	padding-left: 125px
}
.single-team-media {
  position: relative;
  min-height: 80px; }

.single-team-media .social-icons {
  position: absolute;
  bottom: 40px;
  padding: 10px 6px 15px;
  left: 0; }

.single-team-media .social-icons a {
  color: #fff;
  font-size: 14px;
  margin: 0 6px; }

.single-team-media .single-team-position {
  position: absolute;
  bottom: 20px;
  background: #fff;
  font-size: 13px;
  padding: 2px 10px; }

.tinfo-block {
  padding: 25px; }

.tinfo-block h3 {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px; }

.tinfo-block .icon-box p {
  color: #111c24; }

.team-single-info {
  border: 1px solid #eee; }

.tinfo-horizontal-style {
  border-right: 0; }

.tinfo-vertical-style {
  border-bottom: 0; }

.tinfo-horizontal-style .tinfo-block {
  width: 33.3333%;
  float: left;
  border-right: 1px solid #eee; }

.tinfo-vertical-style .tinfo-block {
  border-bottom: 1px solid #eee;
  height: auto !important; }

.tinfo-block .icon-box {
  min-height: auto !important; }

.tinfo-block .imi-social-icons {
  margin-top: 16px; }

.tinfo-block .imi-social-icons li a {
  line-height: 32px; }

.tinfo-block .imi-social-icons li a:before {
  display: none; }

.testimonial-item .testimonial-img-block {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 25px; }

.testimonials-style2{
	padding-top: 30px
}
.testimonials-style2 .testimonial-item .testimonial-img-block {
  float: none;
  margin-right: 0;
  display: inline-block;
  margin-bottom: -37px;
	width: 75px;
	height: 75px;
position: relative;
top: -57px}

.testimonials-style2 .testimonial-info {
  display: inline-block;
  text-align: center; }

.testimonial-info {
  margin-top: 15px; }

.testimonial-item .testimonial-img-block.full-border-radius img {
  -webkit-border-radius: 100%;
  border-radius: 100% }

.testimonial-item .testimonial-img-block.no-border-radius img,.testimonial-item .testimonial-img-block.no-border-radius .imi-item-media:before {
  -webkit-border-radius: 0;
  border-radius: 0 }

.testimonials-style1 .testimonial-item blockquote {
  font-size: 16px; }

.testimonial-item blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.testimonial-item cite {
  height: 50px;
	color: #8e8e8e;
  font-style: normal;
  line-height: 20px; }

.testimonial-item cite > span {
  display: table;
  vertical-align: middle; }

.testimonial-item cite > span > span {
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.testimonial-item cite strong {
  color: #010119;
  display: block }

.testimonials-style2 .testimonial-item {
  text-align: center; }

.testimonials-style3 .testimonial-item .post-item-content {
	display: flex;
flex-wrap: wrap;
flex-direction: row}
.testimonials-style3 .testimonial-item .testimonial-img-block{
	flex-basis: 50px;
	float: none;
	width: auto;
	height: auto;
	margin-right: 30px;
	flex-grow: 1;
	align-items: center;
	display: flex;
	justify-content: center
}
.testimonials-style3 .testimonial-item .testimonial-img-block img {
  width: 200px; }

.testimonials-style3 .testimonial-item blockquote {
  font-size: 24px }

.testimonials-style3 .testimonial-item .testimonial-floated-content {
flex-basis: 300px;
flex-grow: 2;
align-items: center;
display: inline-grid}
.testimonials-style3.testi3-pr .testimonial-item .post-item-content{
	flex-direction: row-reverse
}
.testimonials-style3.testi3-pr .testimonial-item .testimonial-floated-content {
  padding-right: 0;
  text-align: right; }

.testimonials-style3.testi3-pr .testimonial-item .testimonial-img-block{
	margin-right: 0;
	margin-left: 30px
}
.testimonials-style3 .testimonials-style3-no-image.testimonial-item .testimonial-floated-content {
  padding: 0;
	text-align: center;
  width: 100%; }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #ddd;
	left: 50%;
	margin-left: -1.5px
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 44%;
	float: left;
	border-radius: 5px;
	padding: 30px;
	position: relative;
	border: 1px solid #eee;
	background: #fff
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 29px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #eee;
	border-right: 0 solid #eee;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel p:first-child{
	display: none
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 30px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 70px;
	height: 70px;
	padding-top:22px;
	font-size: 12px;
	line-height:12px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	z-index: 100;
	border-radius: 50%;
	top: 10px;
	text-transform: uppercase
}
.timeline > li > .timeline-badge > div {
    content: "";
    position: absolute;
    z-index: -1;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    top: -5%;
    left: -5%;
    opacity: .4;
}
.timeline > li > .timeline-badge span{
	font-size:14px;
	display:block;
	line-height:16px;
}
.timeline > li:nth-child(even) > .timeline-panel {
	float: right;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li:nth-child(even) > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p:last-child,
.timeline-body > ul:last-child {
	margin-bottom:0;
}
.stats-box{
	padding:20px 30px;
	position: relative;
	-webkit-box-shadow: 0 0 1px rgba(2, 6, 32, 0.15);
	-moz-box-shadow: 0 0 1px rgba(2, 6, 32, 0.15);
	-ms-box-shadow: 0 0 1px rgba(2, 6, 32, 0.15);
	-o-box-shadow: 0 0 1px rgba(2, 6, 32, 0.15);
	box-shadow: 0 0 1px rgba(2, 6, 32, 0.15);
}
.stats-box-border{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 3px;
	content: ""
}
.stats-box:hover .stats-box-border,.stats-box.active-stats-box .stats-box-border{
	left: 0;
	width: 100%
}
.stats-box-cont{
	opacity: .7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}
.stats-box:hover .stats-box-cont,.stats-box.active-stats-box .stats-box-cont{
	opacity: 1;
  -webkit-transition: opacity .3s .2s;
  -moz-transition: opacity .3s .2s;
  -ms-transition: opacity .3s .2s;
  -o-transition: opacity .3s .2s;
  transition: opacity .3s .2s;
}
.stats-box-number{
	margin-right: 15px;
	float: left;
	font-size: 44px;
	line-height: 34px;
	position: relative
}
.stats-box-number sub{
	font-size: 50%;
	bottom: 0
}
.stats-box-content{
}
.stats-box-title{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
	min-height: 34px
}
.stats-box-desc{
	font-size: 11px;
	color: #999;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	display: block;
	float: left;
	margin-top: 15px;
	border-bottom: 1px dashed #999;
	width: auto
}
.logo-carousel-item{
	padding: 0 25px;
	height: 100%;
	display: block
}
.logo-carousel-item > div{
	display: table;
	vertical-align: middle;
	height: 100%
}
.logo-carousel-item > div > div{
	display: table-cell;
	vertical-align: middle
}
.logo-carousel-item.lc-opacity1{
	opacity: .1
}
.logo-carousel-item.lc-opacity2{
	opacity: .2
}
.logo-carousel-item.lc-opacity3{
	opacity: .3
}
.logo-carousel-item.lc-opacity4{
	opacity: .4
}
.logo-carousel-item.lc-opacity5{
	opacity: .5
}
.logo-carousel-item.lc-opacity6{
	opacity: .6
}
.logo-carousel-item.lc-opacity7{
	opacity: .7
}
.logo-carousel-item.lc-opacity8{
	opacity: .8
}
.logo-carousel-item.lc-opacity9{
	opacity: .9
}
.logo-carousel-item.lc-opacity10{
	opacity: 1
}
.logo-carousel-item:hover{
	opacity: 1
}

/* ==================================================
   14. COMMENTS
================================================== */
.single-post .post-comments {
padding: 30px;
	margin-top: 40px;
background: #f6f9fc}

.comments {
  margin: 0;
  list-style-type: none;
  padding-top: 25px;
padding-left: 0}

.comments li.comment, .comments li.pingback, .comments li.trackback {
  margin-bottom: 35px; }

.comments li.comment .comment-type {
  display: none; }

.comments li.comment:last-child {
  border-bottom: 0;
  margin-bottom: 0; }


.comments li.comment:last-child .post-comment-block {
  padding-bottom: 0; }

.comments li.comment .comment-text {
  padding-top: 15px; }

.comments li.comment:last-child .comment-text {
  padding-bottom: 22px; }

.comments li.comment:first-child .comment-text {
  padding-bottom: 0; }

.comments li .img-thumbnail {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  border: 0;
  padding: 0; }

.comments li .meta-data {
  margin-bottom: 12px; }

.comments em.moderation {
  color: red;
  font-size: 13px; }

.comments li h5.comment-author {
  margin-bottom: 5px;
  font-size: 16px; }

.comments li h5.comment-author span {
  color: #999;
  font-weight: 400;
  text-transform: none; }

.comments li.pingback h5.comment-author span, .comments li.trackback h5.comment-author span {
  display: none; }

.comments li h5 span.comment-type {
  text-transform: capitalize; }

.post-comment-content {
  padding-left: 100px; }

.comments li.trackback .post-comment-content, .comments li.pingback .post-comment-content {
  padding-left: 0; }

.comments li.trackback .comment-text, .comments li.pingback .comment-text {
  display: none; }

.comments li.comment ul.children {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0;
  margin-left: 50px;
  list-style-type: none; }

.comments li.comment ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

#respond {
  clear: both;
padding: 30px;
	margin-top: 40px;
background: #f6f9fc }

.post-comment-form .form-control {
  margin-bottom: 5px;
  margin-top: 15px; }

.post-comment-form .btn {
  margin-top: 15px; }

/* ==================================================
   15. PAGINATION
================================================== */
.np-links {
  	margin-top: 40px
}
.pn-link {
  	position: relative;
}

.pn-link a:before {
  color: #999;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: "\f104";
  position: absolute;
  left: 0;
  top: 30px }

.pn-link.next-post-link a:before {
  right: 0;
  left: auto;
  content: "\f105"; }

.pn-link a {
	padding: 30px;
	position: relative;
  display: block; }

.pn-link span {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  display: block; }

.prev-post-link a {
}

.next-post-link {}

.pn-link .pull-left, .pn-link .pull-right{
	float: none!important
}

.pagination-wrap {
  display: block;
margin-top: 20px}

.pagination-wrap .page-numbers {
  list-style-type: none;
  margin: 0; }
.pagination-wrap ul.page-numbers li,.eventer .eventer-pagination li {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
	background: #f6f9fc;
  cursor: default; }

.pagination-wrap ul.page-numbers li a, .pagination-wrap ul.page-numbers li .dots {
  display: block; }

.pagination-wrap ul.page-numbers li a {
  cursor: pointer; }

.pagination-wrap ul.page-numbers li a:hover,.eventer .eventer-pagination li a:hover {
  background: #666;
color: #fff}

.pagination-wrap ul.page-numbers li .current,.eventer .eventer-pagination li.active {
  background: #333;
  display: block;
  color: #fff }

/* ==================================================
   16. SITE FOOTER
================================================== */
.site-footer-top {
  padding: 50px 0;
  background: #010f3b; }

.footer-dark-skin .footer_widget {
  color: rgba(255,255,255,.5) }

.footer-light-skin.site-footer-top {
  background: #fafafa; }

.site-footer-top .footer_widget {
  font-size: 14px; }

.footer-dark-skin .footer_widget a {
  color: rgba(255,255,255,.5); }

.footer-dark-skin .footer_widget a:hover {
  color: #fff; }

.footer-dark-skin .footer_widget .tagcloud a {
  color: rgba(255,255,255,.5);
  border-color: rgba(255, 255, 255, 0.15);
	background: none}

.footer-dark-skin #wp-calendar {
  border-color: rgba(255, 255, 255, 0.15); }

.footer-dark-skin #wp-calendar thead, .footer-dark-skin #wp-calendar #wp-calendar tfoot {
  color: #fff; }

.footer_widget.widget_nav_menu ul, .footer_widget.widget_product_categories ul, .footer-custom-sidebar .widget_nav_menu ul, .footer_widget.widget_categories ul {
  border: 0; }

.footer_widget.widget_nav_menu ul li a, .footer_widget.widget_product_categories ul li a, .footer_widget.widget_categories ul li a {
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
	padding: 0;
	margin: 0 }

.site-footer-top .widget_nav_menu ul li, .site-footer-top .widget_categories ul li, .site-footer-top .widget_product_categories ul li, .footer-custom-sidebar .widget_product_categories ul li, .footer-custom-sidebar .widget_nav_menu ul li, .footer-custom-sidebar .widget_categories ul li {
	margin-bottom: 0;
	border-bottom: 0
}
.site-footer-top .widget_nav_menu ul li a, .site-footer-top .widget_categories ul li a, .footer-custom-sidebar .widget_product_categories ul li a, .footer-custom-sidebar .widget_nav_menu ul li a, .footer-custom-sidebar .widget_categories ul li a {
  	border-bottom: 0
}

.footer-dark-skin .widget_nav_menu ul li a, .footer-dark-skin .widget_product_categories ul li a, .footer-dark-skin .widget_categories ul li a {
  	color: #fff !important;
	opacity: .5
}
.footer-dark-skin .widget_nav_menu ul li a:hover, .footer-dark-skin .widget_product_categories ul li a:hover, .footer-dark-skin .widget_categories ul li a:hover {
  	color: #fff !important;
	opacity: 1
}
.menu-column-count2 .widget_nav_menu > div > ul,.menu-column-count2 .widget_product_categories > ul,.menu-column-count2 .widget_categories > ul{
	column-count: 2
}
.footer_widget.widget_nav_menu ul li:last-child a, .footer_widget.widget_product_categories ul li:last-child a, .footer_widget.widget_categories ul li:last-child a, .footer-custom-sidebar .widget_nav_menu ul li:last-child a, .footer-custom-sidebar .widget_product_categories ul li:last-child a, .footer-custom-sidebar .widget_categories ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.footer_widget .footer-widgettitle {
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 30px; }

.footer_widget.widget_media_image {
  margin-bottom: 20px; }

.footer-dark-skin .footer_widget .footer-widgettitle {
  color: #fff; }

.footer_widget.widget_imi_recent_post ul li strong {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 21px; }

.site-footer-bottom {
  padding: 25px 0;
  background: #010119;
  font-size: 13px; }

.footer-dark-skin.site-footer-bottom {
  color: rgba(255,255,255,.5) }

.footer-light-skin.site-footer-bottom {
  background: #eee; }
body .light-color-menu a{
	color: #7d7e85!important
}
.site-footer-bottom p {
  margin: 0;
  padding: 0; }

.footer-dark-skin.site-footer-bottom a {
  color: rgba(255,255,255,.5) }

.footer-dark-skin.site-footer-bottom a:hover {
  color: #fff; }

.footer-menu {
  list-style-type: none;
  margin: 0;
  float: right; }

.footer-menu li {
  float: left; }

.footer-menu li a {
  margin-left: 15px; }

.footer-social {
  float: right; }

/* ==================================================
   17. PLUGINS COMPATIBILITY
================================================== */
.ccpw-footer-ticker-fixedbar{
	background:#010119!important;
	border-top:0!important
}
.ccpw-ticker-cont .tickercontainer,.ccpw-footer-ticker-fixedbar{
	visibility: hidden
}
.pace-done .ccpw-ticker-cont .tickercontainer,.pace-done .ccpw-footer-ticker-fixedbar{
	visibility: visible
}
.eventer-overflow-hidden{
	overflow-y: visible
}
.eventer .eventer-filter-wrap{
	background: #f6f9fc
}
.eventer-event-date span.eventer-event-day,.eventer-event-date > span.eventer-event-year{
	font-weight: 700
}
.eventer .eventer-switcher-actions-view a{
	color: #fff!important
}
.eventer-minimal-list .eventer-event-title{
	font-size: 16px
}
.eventer-overflow-hidden #content {
    position: relative;
    z-index: 9999
}
.eventer-event-grid-item-bg-dark:after{
	background: rgba(0,0,0,.5)
}
.eventer .eventer-event-title, .eventer label:not(.eventer-checkbox):not(.eventer-radio), .eventer-twelve-months li, .eventer-event-date > span, .eventer-actions li, .eventer-ticket-type-name, .eventer-event-share > li:first-child, .eventer-event-save > span, .eventer-countdown .eventer-countdown-timer > .eventer-timer-col,.eventer-switcher-current-month,.eventer .eventer-switcher-actions-view a{
	font-family: "Lato",sans-serif
}
.eventer .eventer-btn, .eventer .eventer-btn:disabled, .eventer .eventer-btn:disabled:hover, .eventer #place_order{
	letter-spacing: 1px;
	padding: 14px 28px;
	border-radius: 999px
}
.eventer-single-event-details .eventer-event-venue, .eventer-single-event-details .eventer-event-date, .eventer-single-event-details .eventer-event-time, .eventer-single-event-details .eventer-event-phone,.eventer-event-share > li:first-child{
	color: inherit
}
.eventer .eventer-filter-trigger{
	letter-spacing: 0
}
.eventer-q-field input[type="button"]:hover {
    border: 0
}
.eventer-btn:not(.eventer-btn-basic):hover {
    border: 2px solid #333 !important;
	background-color: #333!important
}
.eventer-countdown{
	box-shadow: none
}
.imi-event-countdown .eventer-countdown{
	border: 0;
	background: none;
	margin-bottom: -1px
}
.imi-event-countdown .eventer-countdown .eventer-labeler, .imi-event-countdown .eventer-countdown label{
	display: none
}
.eventer-countdown h3{
	font-size: 19px;
	margin-bottom: 10px
}
.eventer-countdown .eventer-event-details{
	flex-basis: 250px
}
#sidebar-col .eventer-countdown .eventer-event-details{
	flex-basis: 200px
}
.eventer-countdown .eventer-countdown-timer{
}
.eventer-countdown-timer .eventer-timer-col{
	border-left: 0!important
}
.eventer{
	font-family: "Roboto",sans-serif
}
.eventer .eventer-event-title{
	color: #010119
}.eventer-event-date > span.eventer-event-year{
	letter-spacing: 1px
}
.eventer-event-date > span.eventer-event-month{
	letter-spacing: 0
}
.eventer-compact-list .eventer-event-list-item{
	margin-bottom: 20px;
	border-bottom: 1px solid #eee
}
.eventer .eventer-event-grid-item-bg .eventer-event-title {
    color: #fff
}
.eventer .eventer-event-grid-item-plain .eventer-event-grid-item-inside{
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.calendar td{
	border-bottom: 0!important
}
.calendar > div > div > table {
    border-bottom: 1px solid #ddd !important;
}
.fc button{
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.vc_toggle_title > h4,.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
	font-weight: 400;
	font-size: 15px
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover {
    color: #010119!important
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-theme_primary_pbar .vc_label,.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-theme_secondary_pbar .vc_label{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	color: #fff;
}
.vc_progress_bar .vc_single_bar .vc_label{
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1
}
.vcw.vcw-converter {
    width: 100% !important;
}
.vc_btn3.vc_btn3-shape-round{
	border-radius: 999px
}
.vcw.vcw-converter {
    display: inline-block !important;
    border: 0 solid transparent !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    margin: 0 10px 10px 0 !important;
    vertical-align: baseline !important;
    padding: 12px 14px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12) !important;
    font-family: inherit !important
}
.vcw.vcw-change-card, .vcw.vcw-change-label, .vcw.vcw-converter, .vcw.vcw-price-label {
    outline: 0 !important;
    text-transform: none !important;
    max-width: 100% !important
}
.imi-crypto-converter .vcw.vcw-converter {
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important
}
.vcw.vcw-converter > .vcw-input > .vcw-input-child > input,.vcw.vcw-converter .vcw-input .vcw-input-child select {
    width: 100% !important;
    -webkit-tap-highlight-color: rgba(255,255,255,0) !important;
    text-align: right !important;
    background: #fff !important;
	border: 0!important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    transition: box-shadow .1s ease,border-color .1s ease !important;
    max-width: 100% !important;
    line-height: 1 !important;
    padding: 10px !important;
    height: 45px !important;
	color: #010119;
 	-webkit-transition: border .25s;
  	transition: border .25s;
	font-style: normal;
  	font-weight: 300;
  	font-size: 16px;
	font-family: inherit !important;
}
body .vcw.vcw-converter .vcw-input .vcw-input-child select{
	-webkit-appearance: none!important;
  	-moz-appearance: none!important;
  	appearance: none!important;
	background: none!important;
	box-shadow: none!important;
	text-align: left!important;
  	height: 44px;
	position: relative;
	z-index: 1
}
.vc_separator h4 {
  font-size: 36px; }

.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: transparent !important; }

.vc_btn3-color-theme_secondary_btn, .vc_btn3-color-theme_primary_btn, .vc_btn3-color-theme_primary_btn.vc_btn3-style-outline:hover, .vc_btn3-color-theme_secondary_btn.vc_btn3-style-outline:hover {
  color: #fff !important; }

.vc_btn3-color-theme_primary_btn.vc_btn3-style-outline, .vc_btn3-color-theme_secondary_btn.vc_btn3-style-outline {
  background-color: transparent !important; }

body .gm-style .place-card {
  display: none !important; }

.vc_row-no-padding .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background: none; }

.box-shadow .vc_column-inner {
  padding-top: 0; }

.vc_general.vc_cta3 {
  padding: 0 !important; }

.vc_btn3-style-custom {
  background-image: none !important; }

.cta-fw h2 {
  margin-top: 11px !important;
  margin-bottom: 0; }

.vc_cta3-actions-right .vc_cta3-content {
  float: left; }

.vc_cta3-actions-right .vc_cta3-actions {
  float: right;
  margin-bottom: 35px; }

.vc_general.vc_btn3 {
  -webkit-transition: all 0.3s ease 0.2s !important;
  -moz-transition: all 0.3s ease 0.2s !important;
  -ms-transition: all 0.3s ease 0.2s !important;
  -o-transition: all 0.3s ease 0.2s !important;
  transition: all 0.3s ease 0.1s !important; }

.vc_general.vc_btn3 .vc_btn3-icon {
  vertical-align: inherit; }
.vc_general.vc_btn3.vc_btn3-style-outline{
	border-style: solid;
	border-width: 2px;
	background: none
}
.vc_btn3.vc_btn3-color-theme_secondary_btn.vc_btn3-style-outline, .vc_btn3.vc_btn3-color-theme_primary_btn.vc_btn3-style-outline{
	background: none!important
}
.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.vc_parallax.vc_row[data-vc-full-width] {
  overflow: hidden !important; }

.pif-has-gallery .onsale {
  z-index: 99 !important; }

.woocommerce ul.products li.product .onsale {
  margin: 10px 10px 0 0; }

.woocommerce-pagination {
  display: none; }

.woocommerce .woocommerce-ordering select {
  font-size: 14px; }

.woocommerce .entry-summary .product_title {
    display: none
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1rem;
  margin-top: 20px; }

.woocommerce form .form-row label.inline {
  display: block; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px;
  display: inline-block;
padding: 14px 28px;}
.widget_price_filter form{
	margin-top: 40px
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    border-bottom: 0 !important;
    border-left: 0 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #d0d0d0
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus{
	border-color: #010119
}
.woocommerce-billing-fields .imi-select {
    height: 0;
}
.woocommerce-billing-fields .imi-select:after {
	display: none
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
	background: #ccc!important
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #ddd
}.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size: 12px;
	padding: 9px 15px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: normal;
  padding: 8px 15px;
  height: 45px; }

.select2-container .select2-selection--single {
  height: 44px;
  border-color: #d0d0d0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 5px; }


.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 130px; }

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
  background: #F8F8F8 !important; }

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
  height: auto; }

.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
  border-color: #eee !important; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  margin-top: 20px;
  padding-top: 20px; }

.post-password-form input[type="submit"] {
  position: relative;
  top: 1px;
  height: 45px; }

.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
  height: 75px; }

.post-type-archive-product h1.page-title {
  display: none; }

.woocommerce ul.products li.product h3 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  margin-top: 20px; }

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  margin: auto;
  text-align: inherit;
  vertical-align: inherit; }

.woocommerce .woocommerce-ordering {
  margin-bottom: 42px; }

.woocommerce ul.products li.product .button.add_to_cart_button:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-right: 5px; }

.woocommerce ul.products li.product .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700; }

.single-product .woocommerce-Price-amount {
  font-size: 24px; }

.woocommerce ul.products li.product:hover .button {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity .3s .2s;
  -moz-transition: opacity .3s .2s;
  -ms-transition: opacity .3s .2s;
  -o-transition: opacity .3s .2s;
  transition: opacity .3s .2s; }

.woocommerce ul.products li.product .added_to_cart {
  position: absolute;
  top: 50px;
  text-align: center;
  padding: 15px;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #f6f9fc; }

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  font-size: .857em;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left; }

.woocommerce #payment, .woocommerce-page #payment {
  background: #F8F8F8 !important; }

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
  border-color: transparent transparent #fff; }

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  background: #fff !important; }

#ship-to-different-address .input-checkbox {
  float: left;
  margin-top: 14px; }

#ship-to-different-address label {
  display: inline-block;
  font-weight: 400;
  padding-left: 12px;
  margin-top: 0; }

.shipping_calculator, h3#order_review_heading {
  margin-top: 30px; }

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 5px; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  padding: 0 8px !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5cb85c;
  min-width: 0;
  min-height: 0;
  line-height: 18px !important;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 0; }

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0; }


.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%; }

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  text-transform: uppercase;
  font-size: 13.5px; }

.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {
  top: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
  border-color: #eee !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1.1em;
  height: 1.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0; }

.woocommerce .woocommerce-result-count {
  line-height: 42px; }

.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
  border: 0; }

.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
  padding: 5px 0; }

.variations .label {
  color: #666; }

.variations label {
  font-size: 13px;
  padding-top: 14px;
  text-transform: uppercase; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 1.1em; }

.woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border-color: #eee !important;
  background: #F8F8F8 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 -1px -1px 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border-color: #eee !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important; }

.post-type-archive-product .star-rating, .tax-product_cat .star-rating, .related.products ul.products .star-rating, .woocommerce ul.products li.product .star-rating {
  display: none !important; }

.single_variation {
  margin-bottom: 20px; }

.woocommerce p.myaccount_user, .woocommerce .addresses .address {
  border: 1px solid #ECEAE4 !important;
  background: #F8F8F8 !important;
  padding: 20px; }

#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff; }

.related.products > h2 {
  margin-bottom: 34px; }

.woocommerce .quantity .qty {
  width: 4.4em;
	border: 1px solid #d0d0d0;
  height: 44.7px; }
.single_add_to_cart_button{
	border-radius: 0
}
.woocommerce-Tabs-panel h2, .related.products h2 {
    font-size: 1.5em;
}
.widget .woocommerce-Price-amount {
  font-size: inherit !important; }

.woocommerce div.product form.cart .button {
  height: 44px; }

.woocommerce .products .star-rating {
  display: inline-block; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  color: #010119; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  -webkit-font-smoothing: auto; }


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  height: 45px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff;
  padding: 12px 20px; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  color: #fff; }

span.wpcf7-list-item {
  margin: 0 1em 0 0; }

div.wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  padding: 15px 35px 15px 15px;
  border: 1px solid #efefef;
  margin-left: 0;
  border-color: #ebccd1; }

div.wpcf7-mail-sent-ok {
  color: #468847;
  background-color: #dff0d8;
  padding: 15px 35px 15px 15px;
  border: 1px solid #efefef;
  margin-left: 0;
  border-color: #d6e9c6; }

.cryptonatorwidget table + div{
	display: none
}
.cryptonatorwidget table,.cryptonatorwidget table td{
	border: 0!important;
	margin: 0!important
}
.cryptocurrency-list-widget .cryptonatorwidget div:last-child{
	display: none
}

/* ==================================================
   18. RETINA DISPLAY 
================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-logo .default-retina-logo, .sticky-logo .default-retina-logo, .mobile-logo .default-retina-logo {
    display: block; }

  .default-logo {
    display: none; } }
