<!--- Codigo para la política de cookies-->
 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size:20px;
	clear:both;
        font-weight: strong;
color: #333;
bottom:-50px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 


a {
	color: #242e39;
}

a:hover {
	color: #2e3b49;
}

a:focus {
	color: #2e3b49;
}

a:active {
	color: #1a2129;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color: #242e39 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
	border-color: #242e39;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
	color: #45586d !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
	border-color: #45586d;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
	color: #ef4343 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
	border-color: #ef4343;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
	color: #182027 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
	border-color: #182027;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
	color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
	border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light {
	color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
	border-color: #ffffff;
}

html .background-color-primary {
	background-color: #242e39 !important;
}

html .background-color-secondary {
	background-color: #45586d !important;
}

html .background-color-tertiary {
	background-color: #ef4343 !important;
}

html .background-color-quaternary {
	background-color: #182027 !important;
}

html .background-color-dark {
	background-color: #2e353e !important;
}

html .background-color-light {
	background-color: #ffffff !important;
}

.alternative-font {
	color: #242e39;
}

html .blockquote-primary {
	border-color: #242e39 !important;
}

html .blockquote-secondary {
	border-color: #45586d !important;
}

html .blockquote-tertiary {
	border-color: #ef4343 !important;
}

html .blockquote-quaternary {
	border-color: #182027 !important;
}

html .blockquote-dark {
	border-color: #2e353e !important;
}

html .blockquote-light {
	border-color: #ffffff !important;
}

p.drop-caps:first-letter {
	color: #242e39;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #242e39;
}

ul.nav-pills > li.active > a {
	background-color: #242e39;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #242e39;
}

html ul.nav-pills-primary a {
	color: #242e39;
}

html ul.nav-pills-primary a:hover {
	color: #2e3b49;
}

html ul.nav-pills-primary a:focus {
	color: #2e3b49;
}

html ul.nav-pills-primary a:active {
	color: #1a2129;
}

html ul.nav-pills-primary > li.active > a {
	background-color: #242e39;
}

html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
	background-color: #242e39;
}

html ul.nav-pills-secondary a {
	color: #45586d;
}

html ul.nav-pills-secondary a:hover {
	color: #4f657d;
}

html ul.nav-pills-secondary a:focus {
	color: #4f657d;
}

html ul.nav-pills-secondary a:active {
	color: #3b4b5d;
}

html ul.nav-pills-secondary > li.active > a {
	background-color: #45586d;
}

html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
	background-color: #45586d;
}

html ul.nav-pills-tertiary a {
	color: #ef4343;
}

html ul.nav-pills-tertiary a:hover {
	color: #f15b5b;
}

html ul.nav-pills-tertiary a:focus {
	color: #f15b5b;
}

html ul.nav-pills-tertiary a:active {
	color: #ed2b2b;
}

html ul.nav-pills-tertiary > li.active > a {
	background-color: #ef4343;
}

html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
	background-color: #ef4343;
}

html ul.nav-pills-quaternary a {
	color: #182027;
}

html ul.nav-pills-quaternary a:hover {
	color: #222d37;
}

html ul.nav-pills-quaternary a:focus {
	color: #222d37;
}

html ul.nav-pills-quaternary a:active {
	color: #0e1317;
}

html ul.nav-pills-quaternary > li.active > a {
	background-color: #182027;
}

html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
	background-color: #182027;
}

html ul.nav-pills-dark a {
	color: #2e353e;
}

html ul.nav-pills-dark a:hover {
	color: #39424d;
}

html ul.nav-pills-dark a:focus {
	color: #39424d;
}

html ul.nav-pills-dark a:active {
	color: #23282f;
}

html ul.nav-pills-dark > li.active > a {
	background-color: #2e353e;
}

html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
	background-color: #2e353e;
}

html ul.nav-pills-light a {
	color: #ffffff;
}

html ul.nav-pills-light a:hover {
	color: #ffffff;
}

html ul.nav-pills-light a:focus {
	color: #ffffff;
}

html ul.nav-pills-light a:active {
	color: #f2f2f2;
}

html ul.nav-pills-light > li.active > a {
	background-color: #ffffff;
}

html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
	background-color: #ffffff;
}

.sort-source-wrapper .nav > li.active > a {
	color: #242e39;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #242e39;
}

.sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #242e39;
}

html .label-primary {
	background-color: #242e39;
}

html .label-secondary {
	background-color: #45586d;
}

html .label-tertiary {
	background-color: #ef4343;
}

html .label-quaternary {
	background-color: #182027;
}

html .label-dark {
	background-color: #2e353e;
}

html .label-light {
	background-color: #ffffff;
}

.btn-link {
	color: #242e39;
}

.btn-link:hover {
	color: #2e3b49;
}

.btn-link:active {
	color: #1a2129;
}

html .btn-primary {
	color: #ffffff;
	background-color: #242e39;
	border-color: #242e39 #242e39 #10151a;
}

html .btn-primary:hover {
	border-color: #2e3b49 #2e3b49 #1a2129;
	background-color: #2e3b49;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #1a2129 #1a2129 #1a2129;
	background-color: #1a2129;
}

html .btn-primary.dropdown-toggle {
	border-left-color: #1a2129;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
	border-color: #4b6078;
	background-color: #4b6078;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #ffffff;
}

html .btn-primary-scale-2 {
	color: #ffffff;
	background-color: #10151a;
	border-color: #10151a #10151a #000000;
}

html .btn-primary-scale-2:hover {
	border-color: #1a2129 #1a2129 #06080a;
	background-color: #1a2129;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
	border-color: #06080a #06080a #06080a;
	background-color: #06080a;
}

html .btn-primary-scale-2.dropdown-toggle {
	border-left-color: #06080a;
}

html .btn-primary-scale-2[disabled],
html .btn-primary-scale-2[disabled]:hover,
html .btn-primary-scale-2[disabled]:active,
html .btn-primary-scale-2[disabled]:focus {
	border-color: #384758;
	background-color: #384758;
}

html .btn-secondary {
	color: #ffffff;
	background-color: #45586d;
	border-color: #45586d #45586d #313f4e;
}

html .btn-secondary:hover {
	border-color: #4f657d #4f657d #3b4b5d;
	background-color: #4f657d;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #3b4b5d #3b4b5d #3b4b5d;
	background-color: #3b4b5d;
}

html .btn-secondary.dropdown-toggle {
	border-left-color: #3b4b5d;
}

html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled]:focus {
	border-color: #728ba6;
	background-color: #728ba6;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #ffffff;
}

html .btn-secondary-scale-2 {
	color: #ffffff;
	background-color: #313f4e;
	border-color: #313f4e #313f4e #1d262f;
}

html .btn-secondary-scale-2:hover {
	border-color: #3b4b5d #3b4b5d #27323e;
	background-color: #3b4b5d;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
	border-color: #27323e #27323e #27323e;
	background-color: #27323e;
}

html .btn-secondary-scale-2.dropdown-toggle {
	border-left-color: #27323e;
}

html .btn-secondary-scale-2[disabled],
html .btn-secondary-scale-2[disabled]:hover,
html .btn-secondary-scale-2[disabled]:active,
html .btn-secondary-scale-2[disabled]:focus {
	border-color: #59718c;
	background-color: #59718c;
}

html .btn-tertiary {
	color: #ffffff;
	background-color: #ef4343;
	border-color: #ef4343 #ef4343 #eb1414;
}

html .btn-tertiary:hover {
	border-color: #f15b5b #f15b5b #ed2b2b;
	background-color: #f15b5b;
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	border-color: #ed2b2b #ed2b2b #ed2b2b;
	background-color: #ed2b2b;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #ed2b2b;
}

html .btn-tertiary[disabled],
html .btn-tertiary[disabled]:hover,
html .btn-tertiary[disabled]:active,
html .btn-tertiary[disabled]:focus {
	border-color: #f7a1a1;
	background-color: #f7a1a1;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	color: #ffffff;
}

html .btn-tertiary-scale-2 {
	color: #ffffff;
	background-color: #eb1414;
	border-color: #eb1414 #eb1414 #bc1010;
}

html .btn-tertiary-scale-2:hover {
	border-color: #ed2c2c #ed2c2c #d41212;
	background-color: #ed2c2c;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
	border-color: #d41212 #d41212 #d41212;
	background-color: #d41212;
}

html .btn-tertiary-scale-2.dropdown-toggle {
	border-left-color: #d41212;
}

html .btn-tertiary-scale-2[disabled],
html .btn-tertiary-scale-2[disabled]:hover,
html .btn-tertiary-scale-2[disabled]:active,
html .btn-tertiary-scale-2[disabled]:focus {
	border-color: #f37272;
	background-color: #f37272;
}

html .btn-quaternary {
	color: #ffffff;
	background-color: #182027;
	border-color: #182027 #182027 #050607;
}

html .btn-quaternary:hover {
	border-color: #222d37 #222d37 #0e1317;
	background-color: #222d37;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	border-color: #0e1317 #0e1317 #0e1317;
	background-color: #0e1317;
}

html .btn-quaternary.dropdown-toggle {
	border-left-color: #0e1317;
}

html .btn-quaternary[disabled],
html .btn-quaternary[disabled]:hover,
html .btn-quaternary[disabled]:active,
html .btn-quaternary[disabled]:focus {
	border-color: #3f5466;
	background-color: #3f5466;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	color: #ffffff;
}

html .btn-quaternary-scale-2 {
	color: #ffffff;
	background-color: #050607;
	border-color: #050607 #050607 #000000;
}

html .btn-quaternary-scale-2:hover {
	border-color: #0e1317 #0e1317 #000000;
	background-color: #0e1317;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
	border-color: #000000 #000000 #000000;
	background-color: #000000;
}

html .btn-quaternary-scale-2.dropdown-toggle {
	border-left-color: #000000;
}

html .btn-quaternary-scale-2[disabled],
html .btn-quaternary-scale-2[disabled]:hover,
html .btn-quaternary-scale-2[disabled]:active,
html .btn-quaternary-scale-2[disabled]:focus {
	border-color: #2b3a47;
	background-color: #2b3a47;
}

html .btn-dark {
	color: #ffffff;
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-dark[disabled],
html .btn-dark[disabled]:hover,
html .btn-dark[disabled]:active,
html .btn-dark[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	color: #ffffff;
}

html .btn-dark-scale-2 {
	color: #ffffff;
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:hover {
	border-color: #23282f #23282f #0d0f12;
	background-color: #23282f;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
	border-color: #0d0f12 #0d0f12 #0d0f12;
	background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
	border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled],
html .btn-dark-scale-2[disabled]:hover,
html .btn-dark-scale-2[disabled]:active,
html .btn-dark-scale-2[disabled]:focus {
	border-color: #444e5b;
	background-color: #444e5b;
}

html .btn-light {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-light[disabled],
html .btn-light[disabled]:hover,
html .btn-light[disabled]:active,
html .btn-light[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	color: #777777;
}

html .btn-light-scale-2 {
	color: #ffffff;
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:hover {
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
	background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
	border-color: #d9d9d9 #d9d9d9 #d9d9d9;
	background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
	border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled],
html .btn-light-scale-2[disabled]:hover,
html .btn-light-scale-2[disabled]:active,
html .btn-light-scale-2[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #242e39;
	color: #242e39;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	background-color: #242e39;
	border-color: #242e39 #242e39 #10151a;
	border-color: #242e39 !important;
	color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #2e3b49 #2e3b49 #1a2129;
	background-color: #2e3b49;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
	border-color: #1a2129 #1a2129 #1a2129;
	background-color: #1a2129;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
	border-left-color: #1a2129;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled],
html .btn-borders.btn-primary:hover[disabled]:hover,
html .btn-borders.btn-primary:focus[disabled]:hover,
html .btn-borders.btn-primary:hover[disabled]:active,
html .btn-borders.btn-primary:focus[disabled]:active,
html .btn-borders.btn-primary:hover[disabled]:focus,
html .btn-borders.btn-primary:focus[disabled]:focus {
	border-color: #4b6078;
	background-color: #4b6078;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #45586d;
	color: #45586d;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	background-color: #45586d;
	border-color: #45586d #45586d #313f4e;
	border-color: #45586d !important;
	color: #ffffff;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	border-color: #4f657d #4f657d #3b4b5d;
	background-color: #4f657d;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	border-color: #3b4b5d #3b4b5d #3b4b5d;
	background-color: #3b4b5d;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
	border-left-color: #3b4b5d;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled],
html .btn-borders.btn-secondary:hover[disabled]:hover,
html .btn-borders.btn-secondary:focus[disabled]:hover,
html .btn-borders.btn-secondary:hover[disabled]:active,
html .btn-borders.btn-secondary:focus[disabled]:active,
html .btn-borders.btn-secondary:hover[disabled]:focus,
html .btn-borders.btn-secondary:focus[disabled]:focus {
	border-color: #728ba6;
	background-color: #728ba6;
}

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #ef4343;
	color: #ef4343;
	text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	background-color: #ef4343;
	border-color: #ef4343 #ef4343 #eb1414;
	border-color: #ef4343 !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #f15b5b #f15b5b #ed2b2b;
	background-color: #f15b5b;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
	border-color: #ed2b2b #ed2b2b #ed2b2b;
	background-color: #ed2b2b;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
	border-left-color: #ed2b2b;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled],
html .btn-borders.btn-tertiary:hover[disabled]:hover,
html .btn-borders.btn-tertiary:focus[disabled]:hover,
html .btn-borders.btn-tertiary:hover[disabled]:active,
html .btn-borders.btn-tertiary:focus[disabled]:active,
html .btn-borders.btn-tertiary:hover[disabled]:focus,
html .btn-borders.btn-tertiary:focus[disabled]:focus {
	border-color: #f7a1a1;
	background-color: #f7a1a1;
}

html .btn-borders.btn-quaternary {
	background: transparent;
	border-color: #182027;
	color: #182027;
	text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	background-color: #182027;
	border-color: #182027 #182027 #050607;
	border-color: #182027 !important;
	color: #ffffff;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #222d37 #222d37 #0e1317;
	background-color: #222d37;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
	border-color: #0e1317 #0e1317 #0e1317;
	background-color: #0e1317;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
	border-left-color: #0e1317;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled],
html .btn-borders.btn-quaternary:hover[disabled]:hover,
html .btn-borders.btn-quaternary:focus[disabled]:hover,
html .btn-borders.btn-quaternary:hover[disabled]:active,
html .btn-borders.btn-quaternary:focus[disabled]:active,
html .btn-borders.btn-quaternary:hover[disabled]:focus,
html .btn-borders.btn-quaternary:focus[disabled]:focus {
	border-color: #3f5466;
	background-color: #3f5466;
}

html .btn-borders.btn-dark {
	background: transparent;
	border-color: #2e353e;
	color: #2e353e;
	text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	border-color: #2e353e !important;
	color: #ffffff;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled],
html .btn-borders.btn-dark:hover[disabled]:hover,
html .btn-borders.btn-dark:focus[disabled]:hover,
html .btn-borders.btn-dark:hover[disabled]:active,
html .btn-borders.btn-dark:focus[disabled]:active,
html .btn-borders.btn-dark:hover[disabled]:focus,
html .btn-borders.btn-dark:focus[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-borders.btn-light {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
	text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
	border-color: #ffffff !important;
	color: #777777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled],
html .btn-borders.btn-light:hover[disabled]:hover,
html .btn-borders.btn-light:focus[disabled]:hover,
html .btn-borders.btn-light:hover[disabled]:active,
html .btn-borders.btn-light:focus[disabled]:active,
html .btn-borders.btn-light:hover[disabled]:focus,
html .btn-borders.btn-light:focus[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #242e39;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #242e39 !important;
	border-color: #242e39;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #242e39;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #242e39;
	border-color: #242e39;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	background-color: #242e39;
	border-color: #242e39 #242e39 #10151a;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #2e3b49 #2e3b49 #1a2129;
	background-color: #2e3b49;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
	border-color: #1a2129 #1a2129 #1a2129;
	background-color: #1a2129;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
	border-left-color: #1a2129;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
	border-color: #4b6078;
	background-color: #4b6078;
}

html .alert-primary {
	background-color: #242e39;
	border-color: #1e2630;
	color: #ffffff;
}

html .alert-primary .alert-link {
	color: #ffffff;
}

html .alert-secondary {
	background-color: #45586d;
	border-color: #3f5064;
	color: #ffffff;
}

html .alert-secondary .alert-link {
	color: #ffffff;
}

html .alert-tertiary {
	background-color: #ef4343;
	border-color: #ee3535;
	color: #ffffff;
}

html .alert-tertiary .alert-link {
	color: #ffffff;
}

html .alert-quaternary {
	background-color: #182027;
	border-color: #12181e;
	color: #ffffff;
}

html .alert-quaternary .alert-link {
	color: #ffffff;
}

html .alert-dark {
	background-color: #2e353e;
	border-color: #272d35;
	color: #ffffff;
}

html .alert-dark .alert-link {
	color: #ffffff;
}

html .alert-light {
	background-color: #ffffff;
	border-color: #f7f7f7;
	color: #777777;
}

html .alert-light .alert-link {
	color: #777777;
}

html .progress-bar-primary {
	background-color: #242e39;
}

html .progress-bar-secondary {
	background-color: #45586d;
}

html .progress-bar-tertiary {
	background-color: #ef4343;
}

html .progress-bar-quaternary {
	background-color: #182027;
}

html .progress-bar-dark {
	background-color: #2e353e;
}

html .progress-bar-light {
	background-color: #ffffff;
}

html section.section-primary {
	background-color: #242e39 !important;
	border-color: #1a2129 !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
	color: #ffffff;
}

html section.section-primary p {
	color: #e6e6e6;
}

html section.section-primary-scale-2 {
	background-color: #10151a !important;
	border-color: #06080a !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #10151a;
}

html section.section-secondary {
	background-color: #45586d !important;
	border-color: #3b4b5d !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
	color: #ffffff;
}

html section.section-secondary p {
	color: #e6e6e6;
}

html section.section-secondary-scale-2 {
	background-color: #313f4e !important;
	border-color: #27323e !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #313f4e;
}

html section.section-tertiary {
	background-color: #ef4343 !important;
	border-color: #ed2b2b !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
	color: #ffffff;
}

html section.section-tertiary p {
	color: #e6e6e6;
}

html section.section-tertiary-scale-2 {
	background-color: #eb1414 !important;
	border-color: #d31212 !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #eb1414;
}

html section.section-quaternary {
	background-color: #182027 !important;
	border-color: #0e1317 !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
	color: #ffffff;
}

html section.section-quaternary p {
	color: #e6e6e6;
}

html section.section-quaternary-scale-2 {
	background-color: #050607 !important;
	border-color: #000000 !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #050607;
}

html section.section-dark {
	background-color: #2e353e !important;
	border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #ffffff;
}

html section.section-dark p {
	color: #e6e6e6;
}

html section.section-dark-scale-2 {
	background-color: #181c21 !important;
	border-color: #0d0f12 !important;
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #181c21;
}

html section.section-light {
	background-color: #ffffff !important;
	border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
	color: #777777;
}

html section.section-light p {
	color: #5e5e5e;
}

html section.section-light-scale-2 {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important;
}

html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #e6e6e6;
}

html section.section-default-scale-1 {
	background-color: #dbdbdb !important;
	border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
	background-color: #c1c1c1 !important;
	border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
	background-color: #a8a8a8 !important;
	border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
	background-color: #8e8e8e !important;
	border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
	background-color: #757575 !important;
	border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
	background-color: #5b5b5b !important;
	border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
	background-color: #424242 !important;
	border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
	background-color: #282828 !important;
	border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
	background-color: #0f0f0f !important;
	border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
	background-color: #333a44 !important;
	border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
	background-color: #495362 !important;
	border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
	background-color: #5e6b7f !important;
	border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
	background-color: #77849a !important;
	border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
	background-color: #949faf !important;
	border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
	background-color: #b1b9c5 !important;
	border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
	background-color: #ced3db !important;
	border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
	background-color: #ebeef1 !important;
	border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
	background-color: #ffffff !important;
	border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
	border-bottom-color: #ffc356;
}

section.page-header.custom-product {
	background-color: #1a2129;
	border-top-color: #202933;
}

html .page-header-color.page-header-primary {
	background-color: #242e39;
	border-bottom-color: #242e39;
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-primary a {
	color: #ffffff;
}

html .page-header-color.page-header-primary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-secondary {
	background-color: #45586d;
	border-bottom-color: #45586d;
	color: #ffffff;
}

html .page-header-color.page-header-secondary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-secondary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-secondary a {
	color: #ffffff;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary {
	background-color: #ef4343;
	border-bottom-color: #ef4343;
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary a {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary {
	background-color: #182027;
	border-bottom-color: #182027;
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary a {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-dark {
	background-color: #2e353e;
	border-bottom-color: #2e353e;
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 {
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-dark a {
	color: #ffffff;
}

html .page-header-color.page-header-dark .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-light {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	color: #777777;
}

html .page-header-color.page-header-light h1 {
	color: #777777;
}

html .page-header-color.page-header-light h1 span {
	color: #777777;
}

html .page-header-color.page-header-light a {
	color: #777777;
}

html .page-header-color.page-header-light .breadcrumb > .active {
	color: #777777;
}

html .toggle-primary .toggle label {
	color: #242e39;
	border-left-color: #ffc356;
	border-right-color: #ffc356;
}

html .toggle-primary .toggle.active > label {
	background-color: #242e39;
	border-color: #242e39;
	color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #242e39;
}

html .toggle-secondary .toggle label {
	color: #45586d;
	border-left-color: #45586d;
	border-right-color: #45586d;
}

html .toggle-secondary .toggle.active > label {
	background-color: #45586d;
	border-color: #45586d;
	color: #ffffff;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #45586d;
}

html .toggle-tertiary .toggle label {
	color: #ef4343;
	border-left-color: #ef4343;
	border-right-color: #ef4343;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #ef4343;
	border-color: #ef4343;
	color: #ffffff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #ef4343;
}

html .toggle-quaternary .toggle label {
	color: #182027;
	border-left-color: #182027;
	border-right-color: #182027;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #182027;
	border-color: #182027;
	color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #182027;
}

html .toggle-dark .toggle label {
	color: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
	background-color: #2e353e;
	border-color: #2e353e;
	color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #2e353e;
}

html .toggle-light .toggle label {
	color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
	background-color: #ffffff;
}

.thumb-info .thumb-info-type {
	background-color: #242e39;
}

.thumb-info .thumb-info-action-icon {
	background-color: #242e39;
}

.thumb-info-social-icons a {
	background-color: #242e39;
}

.thumbnail .zoom {
	background-color: #242e39;
}

.img-thumbnail .zoom {
	background-color: #242e39;
}

html .thumb-info .thumb-info-action-icon-primary {
	background-color: #242e39;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #45586d;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #ef4343;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #182027;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light {
	background-color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light i {
	color: #777777;
}

.thumb-info-ribbon {
	background: #242e39;
}

.thumb-info-ribbon:before {
	border-right-color: #06080a;
	border-left-color: #06080a;
}

.inverted {
	background-color: #242e39;
}

html .inverted-primary {
	background-color: #242e39;
}

html .inverted-secondary {
	background-color: #45586d;
}

html .inverted-tertiary {
	background-color: #ef4343;
}

html .inverted-quaternary {
	background-color: #182027;
}

html .inverted-dark {
	background-color: #2e353e;
}

html .inverted-light {
	background-color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #181f26;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
	color: #242e39;
}

.owl-carousel .owl-nav [class*="owl-"] {
	color: #ffffff;
	background-color: #242e39;
	border-color: #242e39 #242e39 #10151a;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	border-color: #2e3b49 #2e3b49 #1a2129;
	background-color: #2e3b49;
}

.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
	border-color: #1a2129 #1a2129 #1a2129;
	background-color: #1a2129;
}

.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
	border-left-color: #1a2129;
}

.owl-carousel .owl-nav [class*="owl-"][disabled],
.owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
	border-color: #4b6078;
	background-color: #4b6078;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
	color: #242e39;
}

html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
	border-top-color: #242e39;
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
	border-top-color: #242e39;
	color: #242e39;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
	border-top-color: #242e39;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #242e39;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-left-color: #242e39;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: #242e39;
}

html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
	border-top-color: #242e39;
	color: #242e39;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #242e39;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #242e39;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #242e39;
	color: #242e39;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #242e39;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #242e39;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #242e39;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #242e39;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #242e39;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #242e39;
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	color: #45586d;
}

html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	border-top-color: #45586d;
}

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #45586d;
	color: #45586d;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #45586d;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #45586d;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #45586d;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #45586d;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #45586d;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #45586d;
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	color: #ef4343;
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	border-top-color: #ef4343;
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ef4343;
	color: #ef4343;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ef4343;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #ef4343;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ef4343;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ef4343;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ef4343;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ef4343;
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	color: #182027;
}

html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	border-top-color: #182027;
}

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #182027;
	color: #182027;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #182027;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #182027;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #182027;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #182027;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #182027;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #182027;
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	color: #2e353e;
}

html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #2e353e;
	color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
	border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	color: #ffffff;
}

html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	border-top-color: #ffffff;
}

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ffffff;
	color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ffffff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-right-color: #242e39;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: transparent;
	border-left-color: #242e39;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #242e39;
	border-color: #242e39;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #242e39;
}

.list.list-ordened li:before {
	color: #242e39;
	border-color: #242e39;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #242e39;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #242e39;
	border-color: #242e39;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #242e39;
	color: #ffffff;
}

html .list-primary.list-ordened li:before {
	color: #242e39;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #242e39;
	color: #ffffff;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
	color: #45586d;
	border-color: #45586d;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #45586d;
	color: #ffffff;
}

html .list-secondary.list-ordened li:before {
	color: #45586d;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #45586d;
	color: #ffffff;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #ef4343;
	border-color: #ef4343;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ef4343;
	color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
	color: #ef4343;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #ef4343;
	color: #ffffff;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #182027;
	border-color: #182027;
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #182027;
	color: #ffffff;
}

html .list-quaternary.list-ordened li:before {
	color: #182027;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #182027;
	color: #ffffff;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #2e353e;
	border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #2e353e;
	color: #ffffff;
}

html .list-dark.list-ordened li:before {
	color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #2e353e;
	color: #ffffff;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
	color: #ffffff;
	border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ffffff;
	color: #777777;
}

html .list-light.list-ordened li:before {
	color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #ffffff;
	color: #777777;
}

.parallax blockquote i.fa-quote-left {
	color: #242e39;
}

section.video blockquote i.fa-quote-left {
	color: #242e39;
}

.panel-group .panel-heading a {
	color: #242e39;
}

html .panel-group.panel-group-primary .panel-heading {
	background-color: #242e39 !important;
}

html .panel-group.panel-group-primary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-secondary .panel-heading {
	background-color: #45586d !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-tertiary .panel-heading {
	background-color: #ef4343 !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-quaternary .panel-heading {
	background-color: #182027 !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-dark .panel-heading {
	background-color: #2e353e !important;
}

html .panel-group.panel-group-dark .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-light .panel-heading {
	background-color: #ffffff !important;
}

html .panel-group.panel-group-light .panel-heading a {
	color: #777777;
}

html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
	color: #242e39;
}

html .divider.divider-primary.divider-small hr {
	background: #242e39;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
	color: #45586d;
}

html .divider.divider-secondary.divider-small hr {
	background: #45586d;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
	color: #ef4343;
}

html .divider.divider-tertiary.divider-small hr {
	background: #ef4343;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
	color: #182027;
}

html .divider.divider-quaternary.divider-small hr {
	background: #182027;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
	color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
	background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .icons {
	color: #ffffff;
}

html .divider.divider-light.divider-small hr {
	background: #ffffff;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
	background: #242e39;
	color: #ffffff;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
	background: #45586d;
	color: #ffffff;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
	background: #ef4343;
	color: #ffffff;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
	background: #182027;
	color: #ffffff;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
	background: #2e353e;
	color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
	background: #ffffff;
	color: #777777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
	border-color: #242e39;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
	border-color: #45586d;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
	border-color: #ef4343;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
	border-color: #182027;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
	border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
	border-color: #ffffff;
}

#header .tip {
	background: #242e39;
	color: #ffffff;
}

#header .tip:before {
	border-right-color: #242e39;
}

html #header .tip-primary {
	background: #242e39 !important;
	color: #ffffff !important;
}

html #header .tip-primary:before {
	border-right-color: #242e39 !important;
}

html #header .tip-secondary {
	background: #45586d !important;
	color: #ffffff !important;
}

html #header .tip-secondary:before {
	border-right-color: #45586d !important;
}

html #header .tip-tertiary {
	background: #ef4343 !important;
	color: #ffffff !important;
}

html #header .tip-tertiary:before {
	border-right-color: #ef4343 !important;
}

html #header .tip-quaternary {
	background: #182027 !important;
	color: #ffffff !important;
}

html #header .tip-quaternary:before {
	border-right-color: #182027 !important;
}

html #header .tip-dark {
	background: #2e353e !important;
	color: #ffffff !important;
}

html #header .tip-dark:before {
	border-right-color: #2e353e !important;
}

html #header .tip-light {
	background: #ffffff !important;
	color: #777777 !important;
}

html #header .tip-light:before {
	border-right-color: #ffffff !important;
}

html[dir="rtl"] #header .tip.skin:before {
	border-left-color: #242e39;
}

#header .header-btn-collapse-nav {
	background: #242e39;
}



@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #242e39;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #242e39;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #242e39;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
		border-top-color: #242e39;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #242e39 transparent;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #242e39;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #242e39;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
		color: #242e39;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background-color: #242e39;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a {
		color: #242e39;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a:before,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
		background: #242e39;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a.dropdown-toggle:after,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
		color: #242e39;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a.dropdown-toggle:after,
	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #242e39;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #242e39;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
	html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #242e39;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent #242e39 transparent transparent;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
	html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent #ffffff transparent transparent;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #242e39;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		background: #242e39;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
		border-color: #242e39 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #242e39;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		border-top-color: #242e39;
		background-color: #242e39;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #2e3b49;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #2e3b49;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #45586d transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #45586d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		background: #45586d;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
		border-color: #45586d transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #45586d;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		border-top-color: #45586d;
		background-color: #45586d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #4f657d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #4f657d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #ef4343 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #ef4343;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		background: #ef4343;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
		border-color: #ef4343 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #ef4343;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		border-top-color: #ef4343;
		background-color: #ef4343;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #f15b5b;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #f15b5b;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #182027 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #182027;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		background: #182027;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
		border-color: #182027 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #182027;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		border-top-color: #182027;
		background-color: #182027;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #222d37;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #222d37;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		border-top-color: #2e353e;
		background-color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #ffffff transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
		border-color: #ffffff transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		border-top-color: #ffffff;
		background-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777777;
		border-bottom-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777777;
		opacity: 0.70;
	}

	html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #242e39 transparent transparent;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a,
	#header .header-nav-main nav > ul > li > a:focus,
	#header .header-nav-main nav > ul > li > a:hover {
		color: #242e39;
	}

	#header .header-nav-main nav > ul > li.active > a,
	#header .header-nav-main nav > ul > li.active > a:focus,
	#header .header-nav-main nav > ul > li.active > a:hover {
		background-color: #242e39;
	}
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #242e39;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
		background: #242e39;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #45586d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
		background: #45586d;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #ef4343;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
		background: #ef4343;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #182027;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
		background: #182027;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
		background: #ffffff;
		color: #777777;
	}
}

html #header .header-top.header-top-primary {
	background: #242e39;
	border-top-color: #1a2129;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #2e3b49;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #2e3b49;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #2e3b49;
	border-color: #2e3b49;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #384758 !important;
}

html #header .header-top.header-top-secondary {
	background: #45586d;
	border-top-color: #3b4b5d;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #4f657d;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #4f657d;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #4f657d;
	border-color: #4f657d;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #59718c !important;
}

html #header .header-top.header-top-tertiary {
	background: #ef4343;
	border-top-color: #ed2b2b;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #f15b5b;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #f15b5b;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #f15b5b;
	border-color: #f15b5b;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #f37272 !important;
}

html #header .header-top.header-top-quaternary {
	background: #182027;
	border-top-color: #0e1317;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #222d37;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #222d37;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #222d37;
	border-color: #222d37;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #2b3a47 !important;
}

html #header .header-top.header-top-dark {
	background: #2e353e;
	border-top-color: #23282f;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #39424d;
	border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #444e5b !important;
}

html #header .header-top.header-top-light {
	background: #ffffff;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #242e39 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-secondary {
		background: #45586d !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #ef4343 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #182027 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-dark {
		background: #2e353e !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-light {
		background: #ffffff !important;
		color: #777777 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #242e39;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		color: #242e39;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #242e39 transparent transparent transparent;
	}
}

.testimonial blockquote {
	background: #2e3b49;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #2e3b49;
}

html .testimonial-primary blockquote {
	background: #2e3b49;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #2e3b49;
}

html .testimonial-secondary blockquote {
	background: #4f657d;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #4f657d;
}

html .testimonial-tertiary blockquote {
	background: #f15b5b;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #f15b5b;
}

html .testimonial-quaternary blockquote {
	background: #222d37;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #222d37;
}

html .testimonial-dark blockquote {
	background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #39424d;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
	color: #242e39;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
	color: #242e39;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
	color: #45586d;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
	color: #ef4343;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
	color: #182027;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
	color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
	color: #ffffff;
}

.icon-featured {
	background-color: #242e39;
}

.featured-box-primary .icon-featured {
	background-color: #242e39;
}

.featured-box-primary .icon-featured:after {
	border-color: #242e39;
}

.featured-box-primary h4 {
	color: #242e39;
}

.featured-box-primary .box-content {
	border-top-color: #242e39;
}

html .featured-box-primary .icon-featured {
	background-color: #242e39;
}

html .featured-box-primary h4 {
	color: #242e39;
}

html .featured-box-primary .box-content {
	border-top-color: #242e39;
}

html .featured-box-secondary .icon-featured {
	background-color: #45586d;
}

html .featured-box-secondary h4 {
	color: #45586d;
}

html .featured-box-secondary .box-content {
	border-top-color: #45586d;
}

html .featured-box-tertiary .icon-featured {
	background-color: #ef4343;
}

html .featured-box-tertiary h4 {
	color: #ef4343;
}

html .featured-box-tertiary .box-content {
	border-top-color: #ef4343;
}

html .featured-box-quaternary .icon-featured {
	background-color: #182027;
}

html .featured-box-quaternary h4 {
	color: #182027;
}

html .featured-box-quaternary .box-content {
	border-top-color: #182027;
}

html .featured-box-dark .icon-featured {
	background-color: #2e353e;
}

html .featured-box-dark h4 {
	color: #2e353e;
}

html .featured-box-dark .box-content {
	border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
	background-color: #ffffff;
}

html .featured-box-light h4 {
	color: #ffffff;
}

html .featured-box-light .box-content {
	border-top-color: #ffffff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #242e39;
	color: #242e39;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #45586d;
	color: #45586d;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #ef4343;
	color: #ef4343;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #182027;
	color: #182027;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #242e39;
	color: #242e39;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #45586d;
	color: #45586d;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #ef4343;
	color: #ef4343;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #182027;
	color: #182027;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #242e39;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #45586d;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #ef4343;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #182027;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #242e39;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #45586d;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #ef4343;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #182027;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #242e39;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #45586d;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #ef4343;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #182027;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #242e39;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #45586d;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #ef4343;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #182027;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #ffffff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #242e39;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #242e39 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #45586d;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #45586d !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #ef4343;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #ef4343 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #182027;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #182027 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #ffffff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background: #ffffff !important;
}

.feature-box .feature-box-icon {
	background-color: #242e39;
}

html .feature-box-primary .feature-box-icon {
	background-color: #242e39;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #45586d;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #ef4343;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #182027;
}

html .feature-box-dark .feature-box-icon {
	background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
	background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
	color: #45586d;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
	color: #ef4343;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
	color: #182027;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #242e39;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #242e39;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #45586d;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
	color: #45586d;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #ef4343;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
	color: #ef4343;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #182027;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
	color: #182027;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #ffffff;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
	color: #242e39;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #45586d;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
	color: #ef4343;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
	color: #182027;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
	color: #242e39;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
	color: #242e39;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
	color: #45586d;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
	color: #ef4343;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
	color: #182027;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
	color: #ffffff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
	color: #242e39;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
	color: #45586d;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
	color: #ef4343;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
	color: #182027;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
	color: #ffffff;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
	background-color: #10151a;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
	background-color: #1a2129;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
	background-color: #242e39;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
	background-color: #2e3b49;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
	background-color: #384758;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
	background-color: #425468;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #242e39;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #45586d;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #ef4343;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #182027;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #2e353e;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #ffffff;
	color: #777777;
}

.pricing-table .most-popular {
	border-color: #242e39;
}

.pricing-table .most-popular h3 {
	background-color: #242e39 !important;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #242e39;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #242e39;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #242e39;
}

html .call-to-action.call-to-action-primary {
	background: #242e39;
}

html .call-to-action.with-full-borders-primary {
	border-color: #242e39;
}

html .call-to-action.call-to-action-primary {
	background: #242e39;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-secondary {
	border-top-color: #45586d;
}

html .call-to-action.call-to-action-secondary {
	background: #45586d;
}

html .call-to-action.with-full-borders-secondary {
	border-color: #45586d;
}

html .call-to-action.call-to-action-secondary {
	background: #45586d;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-tertiary {
	border-top-color: #ef4343;
}

html .call-to-action.call-to-action-tertiary {
	background: #ef4343;
}

html .call-to-action.with-full-borders-tertiary {
	border-color: #ef4343;
}

html .call-to-action.call-to-action-tertiary {
	background: #ef4343;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #182027;
}

html .call-to-action.call-to-action-quaternary {
	background: #182027;
}

html .call-to-action.with-full-borders-quaternary {
	border-color: #182027;
}

html .call-to-action.call-to-action-quaternary {
	background: #182027;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
	border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #ffffff;
}

html .call-to-action.featured.featured-light {
	border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.with-full-borders-light {
	border-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #242e39;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #242e39;
}

ul.history li .featured-box .box-content {
	border-top-color: #242e39;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #242e39;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #242e39;
}

.slider .tp-bannertimer {
	background-color: #242e39;
}

.home-concept strong {
	color: #242e39;
}

html .home-intro-primary {
	background: #242e39;
}

html .home-intro-secondary {
	background: #45586d;
}

html .home-intro-tertiary {
	background: #ef4343;
}

html .home-intro-quaternary {
	background: #182027;
}

html .home-intro-dark {
	background: #2e353e;
}

html .home-intro-light {
	background: #ffffff;
}

.home-intro p em {
	color: #384758;
}

html .slider-container .tp-caption-overlay-primary {
	background: #242e39;
}

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(36, 46, 57, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
	background: #45586d;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
	background: rgba(69, 88, 109, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
	background: #ef4343;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
	background: rgba(239, 67, 67, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
	background: #182027;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
	background: rgba(24, 32, 39, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
	background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
	background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
	background: #ffffff;
}

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	color: #ffffff;
	background-color: #242e39;
	border-color: #242e39 #242e39 #10151a;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
	border-color: #2e3b49 #2e3b49 #1a2129;
	background-color: #2e3b49;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow:active:hover,
.tparrows.tparrows-carousel.tp-rightarrow:active:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active:focus,
.tparrows.tparrows-carousel.tp-rightarrow:active:focus {
	border-color: #1a2129 #1a2129 #1a2129;
	background-color: #1a2129;
}

.tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
	border-left-color: #1a2129;
}

.tparrows.tparrows-carousel.tp-leftarrow[disabled],
.tparrows.tparrows-carousel.tp-rightarrow[disabled],
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
	border-color: #4b6078;
	background-color: #4b6078;
}

.shop ul.products li.product .onsale {
	background-color: #242e39;
	border-bottom-color: #141a20;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #242e39;
}

#footer .footer-ribbon {
	background: #242e39;
}

#footer .footer-ribbon:before {
	border-right-color: #06080a;
	border-left-color: #06080a;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #242e39;
}

#footer.color {
	background: #242e39;
	border-top-color: #242e39;
}

#footer.color .footer-ribbon {
	background: #10151a;
}

#footer.color .footer-ribbon:before {
	border-right-color: #000000;
}

#footer.color .footer-copyright {
	background: #1a2129;
	border-top-color: #1a2129;
}

html #footer.color-primary {
	background: #242e39;
	border-top-color: #242e39;
}

html #footer.color-primary .footer-ribbon {
	background: #10151a;
}

html #footer.color-primary .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-primary .footer-copyright {
	background: #1a2129;
	border-top-color: #1a2129;
}

html #footer.color-secondary {
	background: #45586d;
	border-top-color: #45586d;
}

html #footer.color-secondary .footer-ribbon {
	background: #313f4e;
}

html #footer.color-secondary .footer-ribbon:before {
	border-right-color: #14191f;
}

html #footer.color-secondary .footer-copyright {
	background: #3b4b5d;
	border-top-color: #3b4b5d;
}

html #footer.color-tertiary {
	background: #ef4343;
	border-top-color: #ef4343;
}

html #footer.color-tertiary .footer-ribbon {
	background: #eb1414;
}

html #footer.color-tertiary .footer-ribbon:before {
	border-right-color: #a50e0e;
}

html #footer.color-tertiary .footer-copyright {
	background: #ed2b2b;
	border-top-color: #ed2b2b;
}

html #footer.color-quaternary {
	background: #182027;
	border-top-color: #182027;
}

html #footer.color-quaternary .footer-ribbon {
	background: #050607;
}

html #footer.color-quaternary .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-quaternary .footer-copyright {
	background: #0e1317;
	border-top-color: #0e1317;
}

html #footer.color-dark {
	background: #2e353e;
	border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
	background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
	background: #23282f;
	border-top-color: #23282f;
}

html #footer.color-light {
	background: #ffffff;
	border-top-color: #ffffff;
}

html #footer.color-light .footer-ribbon {
	background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
	border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
	background: #f2f2f2;
	border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover {
	background-color: #242e39;
}

html.boxed .body {
	border-top-color: #242e39;
}

.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-radius: 0;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a,
	.nav-tabs-justified > li > a,
	.navbar {
		border-radius: 0;
	}
}

#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
	border-radius: 0;
}

@media (max-width: 479px) {
	.tabs .nav.nav-tabs.nav-justified li:first-child a,
	.tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0;
	}
}

@media (min-width: 992px) {
	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
	#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav ul.nav-main li a,
	html.boxed #header.flat-menu .header-top {
		border-radius: 0;
	}
}

.portfolio-grid-item .thumb-info .thumb-info-wrapper:after,
.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper:after,
.portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after,
.portfolio-item .thumb-info .thumb-info-wrapper:after {
	background: rgba(24, 32, 39, 0.5) !important;
}

.portfolio-parallax:not(.portfolio-parallax-demo-2):hover:before {
	background: rgba(24, 32, 39, 0.5) !important;
}

.custom-thumb-info-photographers .thumb-info-wrapper:before {
	box-shadow: 0 50px 190px 110px #182027;
}

.custom-thumb-info-photographers .thumb-info-wrapper:after {
	background: rgba(24, 32, 39, 0.5) !important;
}

.portfolio-detail-item .sub-item-description:before {
	box-shadow: 0 50px 130px 110px #182027;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before {
	box-shadow: 0 50px 190px 110px #182027;
}

.tparrows {
	background: rgba(24, 32, 39, 0.5) !important;
}

.tparrows:hover {
	background: #182027 !important;
}

.tparrows.arrows-transparent-header-photography-1 {
	background: transparent !important;
}

.tparrows.arrows-transparent-header-photography-1:hover {
	background: transparent !important;
}

#photographyLightbox .mfp-close {
	background: #182027 !important;
}

html.photography-demo-2.sticky-header-enabled.sticky-header-active #header .header-body {
	background: #242e39;
}

html.photography-demo-2 #header.solid-header .header-body {
	background: #242e39;
}

html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .fa:first-child,
html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
html.photography-demo-2 .list.list-icons.list-icons-style-2 li > .icons:first-child,
html.photography-demo-2 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	color: #242e39;
}

html.photography-demo-2 .portfolio-parallax-demo-2:before {
	background: transparent linear-gradient(to top, #182027 0px, transparent 100%) repeat scroll 0 0;
}

html.photography-demo-2 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:before,
html.photography-demo-2 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:before,
html.photography-demo-2 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:before,
html.photography-demo-2 .portfolio-grid-item .thumb-info .thumb-info-wrapper:before {
	box-shadow: 0 50px 190px 110px #182027;
}

html.photography-demo-3 #main:hover .portfolio-parallax:before {
	background: rgba(24, 32, 39, 0.5) !important;
}

html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child,
html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child,
html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	color: #242e39;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
.alternative-font {
	font-family: "PT Sans", sans-serif;
	font-size: inherit;
}

.default-font {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans", sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

.custom-font-size-1 {
	font-size: 1.8em;
	line-height: 1;
}

.custom-font-size-2 {
	font-size: 3em;
	line-height: 1;
}

.custom-border-radius {
	border-radius: 30px !important;
}

.custom-carousel-arrows-style .owl-nav .owl-prev, .custom-carousel-arrows-style .owl-nav .owl-next {
	height: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-carousel-arrows-style .owl-nav .owl-prev::before, .custom-carousel-arrows-style .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e605";
	top: 27px;
}
.custom-carousel-arrows-style .owl-nav .owl-next::before {
	content: "\e606";
}

.custom-carousel-dots-style {
	margin: 30px 0;
}
.custom-carousel-dots-style .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid #192830;
	opacity: 0.5;
}
.custom-carousel-dots-style .owl-dots .owl-dot.active span {
	opacity: 1;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside {
	position: relative;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
	border-radius: 100% !important;
}

.list.list-icons-style-2 li > .fa:first-child,
.list.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons-style-2 li > .icons:first-child,
.list.list-icons-style-2 li a:first-child > .icons:first-child {
	border-width: 2px !important;
}

.form .form-control {
	border: 1px solid #dde4e6;
	border-radius: 2px;
	height: 45px;
	padding: 10px 12px;
}
.form .form-control::-webkit-input-placeholder {
	text-transform: uppercase;
}
.form .form-control::-moz-placeholder {
	text-transform: uppercase;
}
.form .form-control:-ms-input-placeholder {
	text-transform: uppercase;
}
.form .form-control:-moz-placeholder {
	text-transform: uppercase;
}
.form textarea.form-control {
	height: auto;
}
.form input[type="submit"] {
	border-radius: 25px;
	padding: 11px 21px;
	border-width: 2px;
	font-size: 1em;
}

#header .header-body {
	border-top: 0;
}
#header .header-nav-main nav > ul > li:hover > a {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li.active > a {
	background: transparent;
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li a {
	background: none !important;
}
#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
	background-color: #182027;
	border-top: none !important;
	box-shadow: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a {
	border-bottom: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
	border-bottom: none;
	color: #777;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
	background: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
	float: right;
}
#header .header-btn-collapse-nav {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	padding: 0;
	margin-top: 14px;
}

html:not(.boxed) #header.header-full-width .header-container {
	padding-right: 27px;
	padding-left: 27px;
}

html.sticky-header-active #header .header-body {
	box-shadow: none;
}

@media (min-width: 991px) {
	#header .header-nav-main {
		margin-top: 7px;
	}
	#header .header-nav-main nav > ul > li > a {
		background: transparent !important;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	#header .header-nav-main nav > ul > li.active > a {
		background: transparent;
		color: #adb3c2 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		content: "\f105";
		font-family: FontAwesome;
		border: none;
		margin: 0;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
		padding: 7px 17px !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) {
		display: block;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
		padding: 10px 0px !important;
		border-bottom: 0 !important;
		color: #999 !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
		color: #FFF !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
		margin-top: 3px;
	}
	#header .header-social-icons {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	#header.header-narrow .header-logo img {
		height: auto !important;
		max-width: 160px;
	}
}
#main {
	min-height: calc( 100vh - 173px );
}

.slider-container {
	background: transparent !important;
}
.slider-container:hover .arrows-side-header-1.tp-leftarrow {
	left: -0px !important;
}
.slider-container:hover .arrows-side-header-1.tp-rightarrow {
	left: 100% !important;
}
.slider-container .hermes .tp-bullet {
	box-shadow: 0 0 0 2px #242E39 inset;
}
.slider-container .hermes .tp-bullet:after {
	background-color: #242E39;
	box-shadow: 0 0 1px #242E39;
}

.tp-caption-photo-label {
	color: #fff;
	font-family: "PT Sans", sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: -1px;
	padding-bottom: 10px;
	text-shadow: none;
}

.arrows-portfolio-detail-1 {
	width: 30px;
	height: 80px;
}
.arrows-portfolio-detail-1:before {
	line-height: 80px;
}

.arrows-transparent-header-photography-1 {
	width: 30px;
	height: 55px;
	background: transparent;
	opacity: 0.5;
}
.arrows-transparent-header-photography-1:before {
	line-height: 55px;
	font-weight: bold;
}
.arrows-transparent-header-photography-1:hover {
	background: transparent;
	opacity: 1;
}

.arrows-side-header-1 {
	width: 30px;
	height: 55px;
	background: rgba(255, 255, 255, 0.3);
}
.arrows-side-header-1:before {
	line-height: 55px;
	font-weight: bold;
}
.arrows-side-header-1:hover {
	background: #FFF;
}
.arrows-side-header-1:hover:before {
	color: #000;
}
.arrows-side-header-1.tp-leftarrow {
	left: -30px !important;
	-webkit-transition: ease left 300ms;
	-moz-transition: ease left 300ms;
	transition: ease left 300ms;
}
.arrows-side-header-1.tp-rightarrow {
	left: 103% !important;
	-webkit-transition: ease left 300ms;
	-moz-transition: ease left 300ms;
	transition: ease left 300ms;
}

.social-icons li {
	box-shadow: none;
}
.social-icons li a {
	border: 2px solid #333;
	width: 34px;
	height: 34px;
}

.portfolio-stripes .owl-item .portfolio-item {
	width: calc(100% + 2px);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info {
	border: none;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	background: none;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
	height: calc(100vh - 89px);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 190px 110px #182027;
	z-index: 1;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::after {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	background: none;
	bottom: 5.5%;
	left: 5%;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	text-shadow: none;
}

.thumb-info-icons.position-style-1 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 2;
}
.thumb-info-icons.position-style-2 {
	position: absolute;
	top: -15px;
	left: 50%;
	z-index: 3;
	-webkit-transform: translateX(-51%);
	-moz-transform: translateX(-51%);
	-ms-transform: translateX(-51%);
	-o-transform: translateX(-51%);
	transform: translateX(-51%);
}
.thumb-info-icons.position-style-3 {
	position: absolute;
	bottom: 7%;
	right: 2%;
}
.thumb-info-icons .thumb-info-icon {
	display: inline-block;
	padding: 5px 11px;
	border-radius: 20px;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.thumb-info-icons .thumb-info-icon.love {
	margin-left: 0.2em;
}
.thumb-info-icons .thumb-info-icon i {
	margin-left: 8px;
}

#portfolioDetailLoadMoreWrapper li {
	list-style: none;
	max-height: 318px;
	overflow: hidden;
}

.portfolioDetail-load-more-loader, .portfolioInfiniteScroll-load-more-loader {
	display: none;
	min-height: 132px;
}

.portfolio-detail-item {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 360px;
	width: 100%;
	height: 283px;
	min-height: 283px;
	margin: 35px 15px 15px 15px;
	cursor: pointer;
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3);
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.portfolio-detail-item:hover {
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.7);
}
.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon {
	background-color: #ef4545 !important;
}
.portfolio-detail-item a {
	text-decoration: none !important;
}
.portfolio-detail-item .owl-carousel {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	max-width: 360px;
	min-height: 283px;
}
.portfolio-detail-item .owl-carousel .item-image-wrapper {
	box-shadow: none;
}
.portfolio-detail-item .owl-carousel .item-image {
	margin-top: 0;
}
.portfolio-detail-item .owl-carousel .owl-item {
	width: 100%;
	max-width: 360px;
}
.portfolio-detail-item .owl-carousel .owl-item > div {
	position: relative;
	width: 100%;
	max-width: 360px;
	min-height: 283px;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-prev,
.portfolio-detail-item .owl-carousel .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 50px;
	line-height: 38px;
	margin-top: -4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-prev:before,
.portfolio-detail-item .owl-carousel .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -5px;
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -5px;
}
.portfolio-detail-item .sub-item-description {
	display: block;
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-detail-item .sub-item-description:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 130px 110px #182027;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-detail-item .sub-item-description h5 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #FFF;
	position: absolute;
	z-index: 2;
	bottom: -100%;
	width: 100%;
	text-align: center;
	left: 0;
	padding-bottom: 25px;
}
.portfolio-detail-item:hover .sub-item-description h5 {
	bottom: 0;
}
.portfolio-detail-item:hover .sub-item-description:before {
	opacity: 1;
}
.portfolio-detail-item .item-image-wrapper {
	background: #FFF;
	width: 100%;
	display: inline-block;
	border: none;
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.portfolio-detail-item .item-image-wrapper .fa-spin {
	background: transparent none repeat scroll 0 0;
	color: #ccc;
	font-size: 25px;
	left: 50%;
	margin: -13px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.portfolio-detail-item a:hover .item-image-wrapper {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.portfolio-detail-item .item-image {
	min-height: 283px;
	max-width: 360px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 2;
}
.portfolio-detail-item .item-description {
	display: block;
	padding: 15px 0;
}
.portfolio-detail-item h5 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.portfolio-detail-item p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

@media (max-width: 767px) {
	.portfolio-detail-item {
		margin-left: 0;
		margin-right: 0;
	}
}
#portfolioDetailLoadMore {
	margin: 50px 0px 30px 0px;
	padding: 13px 30px;
	outline: none;
}

#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet {
	box-shadow: 0 0 0 2px #FFF inset;
}
#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after {
	background-color: #FFF;
	box-shadow: 0 0 1px #FFF;
}

.portfolio-parallax {
	height: 40vh;
}
.portfolio-parallax:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(10, 12, 36, 0);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: ease all 300ms;
	-moz-transition: ease all 300ms;
	transition: ease all 300ms;
}
.portfolio-parallax:hover:before {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-parallax:hover .thumb-info-plus {
	opacity: 1;
	width: 8%;
}
.portfolio-parallax:hover .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-parallax.hidden-plus:before {
	content: none;
}
.portfolio-parallax.hidden-plus .thumb-info-plus {
	display: none;
}
.portfolio-parallax h2 {
	position: absolute;
	bottom: 7%;
	left: 1%;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	margin: 0;
}
.portfolio-parallax .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 2%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-parallax .thumb-info-plus::before, .portfolio-parallax .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-parallax .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

@media (max-width: 991px) {
	.portfolio-parallax {
		height: 30vh;
	}
	.portfolio-parallax:hover .thumb-info-plus {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.portfolio-parallax {
		height: 25vh;
	}
}
#portfolioGrid {
	margin: 0.5vw;
}
#portfolioGrid li {
	list-style: none;
}
#portfolioGrid.portfolioGridFullNoMargins {
	margin: 0;
}
#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item {
	padding: 0;
}

.portfolio-grid-item {
	padding: 0.5vw;
}
.portfolio-grid-item .thumb-info {
	border: none;
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 50%, 0px);
	-moz-transform: translate3d(-50%, 50%, 0px);
	-ms-transform: translate3d(-50%, 50%, 0px);
	-o-transform: translate3d(-50%, 50%, 0px);
	transform: translate3d(-50%, 50%, 0px);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper {
	background-size: cover;
	width: 100%;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
	height: 33.5vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
	height: 16.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
	height: 12.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
	height: 19.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper:after {
	background: rgba(10, 12, 36, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	width: 90%;
	background: transparent;
	bottom: 50%;
	left: 50%;
	opacity: 0;
	text-transform: none;
	margin: 0;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 300 !important;
	text-shadow: none;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(-50%, 40%, 0px);
	-moz-transform: translate3d(-50%, 40%, 0px);
	-ms-transform: translate3d(-50%, 40%, 0px);
	-o-transform: translate3d(-50%, 40%, 0px);
	transform: translate3d(-50%, 40%, 0px);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span {
	display: block;
	opacity: 0;
	text-transform: none;
	font-size: 16px;
	-webkit-transform: translate3d(0, -40%, 0px);
	-moz-transform: translate3d(0, -40%, 0px);
	-ms-transform: translate3d(0, -40%, 0px);
	-o-transform: translate3d(0, -40%, 0px);
	transform: translate3d(0, -40%, 0px);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

@media (max-width: 991px) {
	#portfolioGrid {
		margin: 1.5vw;
	}

	.portfolio-grid-item {
		padding: 1.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
		height: 47.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
		height: 22.25vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
		height: 20.25vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
		height: 30.25vw;
	}
}
@media (max-width: 767px) {
	#portfolioGrid:not(.portfolioGridFullNoMargins) {
		margin: 0vw;
	}
	#portfolioGrid:not(.portfolioGridFullNoMargins) li:last-child .portfolio-grid-item {
		padding: 4.5vw 4.5vw 4.5vw 4.5vw;
	}

	.portfolio-grid-item {
		padding: 4.5vw 4.5vw 0vw 4.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
		height: 71.5vw;
	}
}
#portfolioVertical {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
#portfolioVertical li {
	list-style: none;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	#portfolioVertical {
		margin-top: 15px;
	}
	#portfolioVertical li {
		margin-bottom: 15px;
	}
}
.portfolio-vertical-item, .horizontal-scroll-item, .portfolio-detail-image-item {
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.portfolio-vertical-item:hover, .horizontal-scroll-item:hover, .portfolio-detail-image-item:hover {
	box-shadow: 0px 0px 59px -16px rgba(0, 0, 0, 0.4);
}
.portfolio-vertical-item .thumb-info, .horizontal-scroll-item .thumb-info, .portfolio-detail-image-item .thumb-info {
	border: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 50%, 0px);
	-moz-transform: translate3d(-50%, 50%, 0px);
	-ms-transform: translate3d(-50%, 50%, 0px);
	-o-transform: translate3d(-50%, 50%, 0px);
	transform: translate3d(-50%, 50%, 0px);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size {
	width: 21%;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper, .horizontal-scroll-item .thumb-info .thumb-info-wrapper, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	width: 90%;
	background: transparent;
	bottom: 50%;
	left: 50%;
	opacity: 0;
	text-transform: none;
	margin: 0;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 300 !important;
	text-shadow: none;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(-50%, 40%, 0);
	-moz-transform: translate3d(-50%, 40%, 0);
	-ms-transform: translate3d(-50%, 40%, 0);
	-o-transform: translate3d(-50%, 40%, 0);
	transform: translate3d(-50%, 40%, 0);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title span {
	display: block;
	opacity: 1;
	text-transform: none;
	font-size: 16px;
	-webkit-transform: translate3d(0, -40%, 0);
	-moz-transform: translate3d(0, -40%, 0);
	-ms-transform: translate3d(0, -40%, 0);
	-o-transform: translate3d(0, -40%, 0);
	transform: translate3d(0, -40%, 0);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

#horizontalScrollBox {
	position: relative;
	width: 100%;
	height: calc( 100vh - 183px );
	overflow-y: hidden;
	overflow-x: scroll;
}
#horizontalScrollBox::-webkit-scrollbar {
	height: 10px;
}
#horizontalScrollBox::-webkit-scrollbar-track {
	background: #e2e2e2;
	border-radius: 10px;
	margin: 18px;
}
#horizontalScrollBox::-webkit-scrollbar-thumb {
	background: #888888;
	border-radius: 10px;
}
#horizontalScrollBox .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#horizontalScrollBox .content li {
	display: inline-block;
	margin: 20px 0px 20px 20px;
}
#horizontalScrollBox .content li:first-child {
	margin: 20px 0px 20px 0px;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
	width: auto;
	height: calc( 100vh - 223px );
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
#horizontalScrollBox .custom-portfolio-navigation {
	position: fixed;
	width: 100vw;
	top: 47%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#horizontalScrollBox .custom-portfolio-navigation .prev, #horizontalScrollBox .custom-portfolio-navigation .next {
	position: absolute;
	width: 30px;
	height: 80px;
	top: -40px;
	left: 0;
	color: #FFF;
	background-color: #242E39;
	cursor: pointer;
}
#horizontalScrollBox .custom-portfolio-navigation .prev::before, #horizontalScrollBox .custom-portfolio-navigation .next::before {
	position: relative;
	content: "\e605";
	font-family: simple-line-icons;
	top: 27px;
	left: 5px;
}
#horizontalScrollBox .custom-portfolio-navigation .prev:hover, #horizontalScrollBox .custom-portfolio-navigation .next:hover {
	background-color: #252f3a;
}
#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button, #horizontalScrollBox .custom-portfolio-navigation .next.disable-button {
	opacity: 0.5;
}
#horizontalScrollBox .custom-portfolio-navigation .next {
	left: initial;
	right: 0;
}
#horizontalScrollBox .custom-portfolio-navigation .next::before {
	content: "\e606";
	left: 9px;
}

@media (max-width: 991px) {
	#horizontalScrollBox {
		height: initial !important;
		overflow: initial !important;
	}
	#horizontalScrollBox::-webkit-scrollbar {
		width: 0;
	}
	#horizontalScrollBox .content {
		position: initial;
		width: 100% !important;
	}
	#horizontalScrollBox .content li {
		margin: 20px 20px 0px 20px;
	}
	#horizontalScrollBox .content li:first-child {
		margin: 20px 20px 0px 20px;
	}
	#horizontalScrollBox .content li:last-child {
		margin: 20px;
	}
	#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
		width: 100%;
		height: auto;
	}
	#horizontalScrollBox .custom-portfolio-navigation {
		display: none;
	}
}
ul.portfolio-list .portfolio-item {
	margin-bottom: 25px;
}

.mfp-wrap.photography-portfolio-gallery {
	opacity: 0;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

#photographyLightbox {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .mfp-close {
	background-color: #242E39;
	color: #FFF;
	top: 0;
	right: 0;
	opacity: 1;
}
#photographyLightbox .mfp-close:hover {
	opacity: 0.7;
}
#photographyLightbox .thumb-gallery {
	position: absolute;
	width: 100vw;
	height: 95vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item > div {
	position: relative;
	height: 95vh;
}
#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item img {
	display: initial !important;
	width: auto;
	max-width: 95vw;
	max-height: 90vh;
	box-shadow: 0px 0px 40px -10px #000;
}
#photographyLightbox .owl-carousel .owl-nav .owl-prev,
#photographyLightbox .owl-carousel .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 80px;
	line-height: 68px;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#photographyLightbox .owl-carousel .owl-nav .owl-prev:before,
#photographyLightbox .owl-carousel .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
#photographyLightbox .owl-carousel .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
#photographyLightbox #thumbGalleryThumbs {
	width: 98%;
	height: 13vh;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail {
	height: 5.3vw;
	overflow: hidden;
	border: none;
	box-shadow: none;
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(-32%);
	-moz-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	-o-transform: translateY(-32%);
	transform: translateY(-32%);
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail {
	border: none;
	box-shadow: none;
	overflow: initial;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img {
	max-height: 20vh;
	box-shadow: none;
	height: auto;
	width: 100%;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: ease all 300ms;
	-moz-transition: ease all 300ms;
	transition: ease all 300ms;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage {
	margin: 0 auto;
}
#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail {
	height: 5.3vw;
	box-shadow: 0px 0px 50px -10px #000;
	overflow: hidden;
}
#photographyLightbox #thumbGalleryThumbs .owl-item img {
	width: 100%;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 991px) {
	#photographyLightbox .thumb-gallery {
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		-o-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	#photographyLightbox .owl-carousel .owl-item img {
		box-shadow: 0px 0px 20px #000;
		max-width: 89vw;
	}
	#photographyLightbox #thumbGalleryThumbs .owl-item img {
		box-shadow: none;
	}
	#photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
		display: none;
	}
}
@media (max-width: 767px) {
	#photographyLightbox .owl-carousel .owl-item img {
		max-width: 80vw;
	}
}
#portfolioSliderWithThumbs {
	margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail {
	height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav {
	margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-prev,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 80px;
	line-height: 68px;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-prev:before,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
	background-size: cover !important;
	width: 100%;
	height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs {
	height: 80px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
	background-size: cover !important;
	width: 100%;
	height: 80px;
}

@media (max-width: 1200px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 520px;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 520px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 75px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 75px;
	}
}
@media (max-width: 991px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 390px;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 390px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 65px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 65px;
	}
}
@media (max-width: 767px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 50vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 50vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 17vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 17vw;
	}
}
section.section-title {
	padding: 60px 0;
	margin: 0;
}

section.photographers {
	background: #ecf2f4;
	border-top: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
section.photographers .owl-carousel {
	padding: 0px;
	margin: 0;
}
section.photographers .owl-carousel .owl-nav {
	margin: 0;
}

.custom-thumb-info-photographers {
	background: #ecf2f4;
	border: none;
	position: relative;
}
.custom-thumb-info-photographers .thumb-info-wrapper {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	margin: 0 !important;
}
.custom-thumb-info-photographers .thumb-info-wrapper > a {
	display: block;
}
.custom-thumb-info-photographers .thumb-info-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 190px 110px #182027;
	opacity: 0;
	z-index: 1;
}
.custom-thumb-info-photographers .thumb-info-wrapper:after {
	background: rgba(24, 32, 39, 0.5) !important;
}
.custom-thumb-info-photographers .thumb-info-action {
	height: 100% !important;
	margin: 0 !important;
	top: 0 !important;
}
.custom-thumb-info-photographers .social-icons {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
	opacity: 0;
	text-align: center;
	z-index: 3;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}
.custom-thumb-info-photographers .social-icons li a {
	background: transparent;
	width: 40px;
	height: 40px;
	border-color: #fff;
	color: #fff !important;
	line-height: 36px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i {
	margin-left: -3px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i {
	margin-left: -1px;
}
.custom-thumb-info-photographers:hover .thumb-info-action {
	display: block !important;
}
.custom-thumb-info-photographers:hover .thumb-info-wrapper:before {
	opacity: 1;
}
.custom-thumb-info-photographers:hover .thumb-info-title {
	background: none;
}
.custom-thumb-info-photographers:hover .thumb-info-title > span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.custom-thumb-info-photographers:hover .social-icons {
	opacity: 1;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
.custom-thumb-info-photographers .thumb-info-title {
	background: none;
	text-transform: none;
	bottom: 50%;
	left: 5%;
	width: 90%;
	font-weight: 400;
	text-shadow: none;
	font-size: 24px;
	-webkit-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	-o-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
.custom-thumb-info-photographers .thumb-info-title > span {
	display: block;
	font-weight: 100;
	opacity: 0;
	font-size: 16px;
	padding-top: 2px;
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%);
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

section.our-services {
	background: #FFF;
	border: none;
	margin: 0;
	padding: 60px 0;
}
section.our-services .feature-box {
	padding: 20px 10px;
}
section.our-services .feature-box:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
section.our-services .feature-box.hidden-vertical-line:after {
	content: none;
}
section.our-services .feature-box .feature-box-icon {
	background: transparent;
	width: 100px;
	position: relative;
	height: 100px;
	border: 2px solid #000;
	border-radius: 100%;
	padding: 5px;
	margin-right: 20px;
	overflow: hidden;
	z-index: 1;
}
section.our-services .feature-box .feature-box-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #FFF;
	border-radius: 100%;
	z-index: 1;
}
section.our-services .feature-box .feature-box-icon img {
	position: absolute;
	width: 113%;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

section.why-choose-us {
	border: none;
	margin: 0;
}
section.why-choose-us .feature-box {
	padding: 20px 10px;
}
section.why-choose-us .feature-box .feature-box-icon {
	float: none;
	margin: 0;
}
section.why-choose-us .feature-box .feature-box-info {
	padding: 0;
}
section.why-choose-us .feature-box p {
	color: #b8b5b1;
}

section.our-clients {
	background: #FFF;
	border: 0;
	margin: 0;
	padding: 60px 0;
}
section.our-clients .content-grid .content-grid-item {
	padding: 0;
}
section.our-clients .content-grid .content-grid-item:before, section.our-clients .content-grid .content-grid-item:after {
	content: none;
}

.award-item {
	display: inline-table;
	margin: 0 15px;
}
.award-item img.border-rounded {
	border-radius: 100%;
}
.award-item p {
	max-width: 100%;
	margin: 15px auto 10px;
}

.blog-bg {
	background: #ecf2f4;
}

section.our-blog {
	padding: 60px 0;
	margin: 0;
}

#ourBlog {
	margin-top: 60px;
}
#ourBlog li {
	list-style: none;
}

.our-blog-item {
	position: relative;
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.our-blog-item:hover:not(.blog-post) {
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3);
}
.our-blog-item:hover:not(.blog-post) .image-wrapper img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.our-blog-item.blog-post .post-infos {
	padding: 75px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote {
	background: transparent;
	padding: 0px 0 10px 80px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:before {
	color: #333;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:after {
	content: none;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote p {
	font-family: "PT Sans", sans-serif;
	color: #777;
	font-style: normal;
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: 100;
}
.our-blog-item.blog-post .author-info {
	padding: 75px;
}
.our-blog-item.blog-post .author-info:after {
	content: '';
	display: block;
	clear: both;
}
.our-blog-item.blog-post .author-info img.border-rounded {
	border-radius: 100%;
}
.our-blog-item.blog-post .author-info .designation {
	color: #b1b6be;
}
.our-blog-item.blog-post .author-info p {
	color: #c3c7ce;
}
.our-blog-item .image-wrapper {
	display: block;
	overflow: hidden;
}
.our-blog-item .image-wrapper img {
	-webkit-transition: ease transform 300ms;
	-moz-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
.our-blog-item .category {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	padding: 5px 25px;
	border-radius: 20px;
}
.our-blog-item .post-infos {
	position: relative;
	background: #FFF;
	padding: 25px;
}
.our-blog-item .post-infos .share {
	position: absolute;
	bottom: calc(100% - 22px);
	right: 15px;
	border-radius: 50px;
	width: 43px;
	height: 43px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease height 300ms;
	-moz-transition: ease height 300ms;
	transition: ease height 300ms;
}
.our-blog-item .post-infos .share:hover {
	height: 176px;
}
.our-blog-item .post-infos .share .share-icons {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.our-blog-item .post-infos .share .share-icons i {
	display: block;
	color: #FFF;
	padding: 15px;
	opacity: 0.5;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.our-blog-item .post-infos .share .share-icons i.fa-share-alt {
	opacity: 1;
}
.our-blog-item .post-infos .share .share-icons i:hover {
	opacity: 1;
}
.our-blog-item .post-infos .post-date {
	color: #646974;
}
.our-blog-item .post-infos h1 {
	line-height: 1.2;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.our-blog-item.blog-post .author-info img {
		display: initial;
	}
}
@media (max-width: 767px) {
	.our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info {
		padding: 25px;
	}
}
.post-comments {
	margin: 45px 0;
}
.post-comments ul.comments li {
	padding: 15px 0 15px 115px;
	border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li:first-child {
	border-top: none;
}
.post-comments ul.comments li ul li:first-child {
	border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li .img-thumbnail {
	background: transparent;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	border-radius: 100%;
	overflow: hidden;
	z-index: 1;
}
.post-comments ul.comments li .img-thumbnail:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #FFF;
	border-radius: 100%;
	z-index: 1;
}
.post-comments ul.comments li .img-thumbnail img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.post-comments ul.comments li a {
	text-decoration: none;
	border-radius: 25px;
	padding: 3px 21px;
	border-width: 2px;
	font-weight: bold;
	font-size: 0.9em;
}
.post-comments ul.comments .comment-block {
	background: none;
}
.post-comments ul.comments .comment-block .comment-by {
	text-transform: uppercase;
	color: #313946;
}
.post-comments ul.comments .comment-block p {
	color: #262d3d;
}

@media (max-width: 479px) {
	.post-comments ul.comments li {
		padding: 0 0 0 10px;
	}
}
.leave-comment {
	padding: 60px 0;
}

@media (max-width: 991px) {
	.leave-comment input[type="email"] {
		margin-top: 15px;
	}
}
#photographyPagination {
	margin: 60px 0;
}
#photographyPagination ul {
	padding: 0;
	text-align: center;
}
#photographyPagination ul li {
	display: inline-block;
	list-style: none;
}
#photographyPagination ul li a {
	border-radius: 25px;
	padding: 8px 13px;
	border-width: 2px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 0.9em;
}
#photographyPagination ul li.prev a i {
	margin-right: 5px;
}
#photographyPagination ul li.next a i {
	margin-left: 5px;
}

@media (max-width: 767px) {
	#ourBlog .isotope-item {
		text-align: left;
	}
	#ourBlog .our-blog-item .post-infos .share {
		width: 42px;
	}
}
section.contact-details {
	border: none;
	margin: 0;
}
section.contact-details .feature-box {
	padding: 20px 10px;
	text-align: center;
}
section.contact-details .feature-box .feature-box-icon {
	float: none;
	margin: 0;
}
section.contact-details .feature-box .feature-box-icon .fa, section.contact-details .feature-box .feature-box-icon .icons {
	color: #FFF;
	opacity: 0.5;
}
section.contact-details .feature-box .feature-box-info {
	padding: 0;
}
section.contact-details .feature-box p, section.contact-details .feature-box a {
	color: #b8b5b1;
}

#footer.light.narrow {
	border: 0;
	padding: 0;
	margin: 0;
}
#footer.light.narrow .footer-copyright {
	border: 0;
	margin: 0;
	padding: 30px 0;
	background: #ffc356;
}
#footer.light.narrow .footer-copyright p {
	color: #777;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
}

/*
* Demo Photography 3
*/
html.photography-demo-3.side-header .main .container, html.photography-demo-3.side-header #footer .container {
	max-width: 1170px;
}
html.photography-demo-3 h1, html.photography-demo-3 h2, html.photography-demo-3 h3, html.photography-demo-3 h4, html.photography-demo-3 h5, html.photography-demo-3 h6, html.photography-demo-3 a, html.photography-demo-3 p, html.photography-demo-3 span {
	font-family: "PT Sans", sans-serif;
}
html.photography-demo-3 #header {
	min-height: 94px !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
html.photography-demo-3 #header .header-logo img {
/*	margin: 15px 0 15px 15px;*/
}
html.photography-demo-3 #header .header-body {
	min-height: 0;
}
html.photography-demo-3 #header .wrapper-header-social-icons .header-social-icons {
	position: absolute;
	margin: 15px 0px 0 0px;
	top: 8px;
	right: 64px;
}
html.photography-demo-3 #header .wrapper-header-social-icons .header-social-icons li:hover a {
	background: transparent;
	color: #333 !important;
}
html.photography-demo-3 #header .wrapper-header-social-icons .header-social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 1.7;
	font-size: 22px;
	border: none;
}
@media (min-width: 992px) {
	html.photography-demo-3 body > .body {
		margin: 0 0 0 254px;
	}
	html.photography-demo-3 #header {
		overflow: hidden;
		left: 0;
	}
	html.photography-demo-3 #header .header-body {
		height: 100vh;
	}
	html.photography-demo-3 #header .header-body > div > div .header-column:nth-child(2) {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: 50vh;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	html.photography-demo-3 #header .header-nav-main nav ul {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: ease all 300ms;
		-moz-transition: ease all 300ms;
		transition: ease all 300ms;
	}
	html.photography-demo-3 #header .header-nav-main nav ul.next-menu {
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	html.photography-demo-3 #header .header-nav-main nav ul li {
		position: initial;
		text-align: center;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li:hover > a {
		-webkit-animation: sideMenuArrow 600ms ease;
		-moz-animation: sideMenuArrow 600ms ease;
		animation: sideMenuArrow 600ms ease;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	@-webkit-keyframes sideMenuArrow {
		0% {
			padding: 10px 22px;
		}
		50% {
			padding: 10px 25px;
		}
		100% {
			padding: 10px 22px;
		}
	}
	@-moz-keyframes sideMenuArrow {
		0% {
			padding: 10px 22px;
		}
		50% {
			padding: 10px 25px;
		}
		100% {
			padding: 10px 22px;
		}
	}
	@keyframes sideMenuArrow {
		0% {
			padding: 10px 22px;
		}
		50% {
			padding: 10px 25px;
		}
		100% {
			padding: 10px 22px;
		}
	}
	html.photography-demo-3 #header .header-nav-main nav ul li ul {
		visibility: hidden;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li ul.visible {
		visibility: visible;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li ul li a {
		line-height: 1.1 !important;
		padding: 10px 22px !important;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li a {
		display: inline-block;
		text-align: center;
		padding: 10px 22px;
		cursor: pointer;
		line-height: 1.1;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown > a:after, html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after, html.photography-demo-3 #header .header-nav-main nav ul li.back-button > a:after {
		position: absolute;
		font-family: simple-line-icons;
		content: "\e606" !important;
		font-size: 6px;
		top: 50%;
		right: 10px;
		margin: 0;
		width: initial;
		height: initial;
		border: none;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.back-button > a:after {
		content: "\e605" !important;
		left: 10px;
		right: initial;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu {
		width: 100%;
		top: 50%;
		left: 100%;
		padding: 0;
		margin: 0;
		opacity: 1;
		border-top: none;
		box-shadow: none;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu.next-menu {
		-webkit-transform: translate3d(-100%, -50%, 0) !important;
		-moz-transform: translate3d(-100%, -50%, 0) !important;
		-ms-transform: translate3d(-100%, -50%, 0) !important;
		-o-transform: translate3d(-100%, -50%, 0) !important;
		transform: translate3d(-100%, -50%, 0) !important;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li:hover > a {
		color: #adb3c2;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li.back-button a {
		color: #757575;
		font-weight: 100;
		font-size: 13px;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li a {
		border-bottom: none;
		color: initial;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
		-webkit-transition: ease color 300ms;
		-moz-transition: ease color 300ms;
		transition: ease color 300ms;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li.dropdown-submenu {
		position: initial;
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
		top: 50%;
		margin: 0;
		opacity: 1;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown:hover > .dropdown-menu {
		top: 50%;
		border-left: none;
		margin-left: 0;
		bottom: initial !important;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	html.photography-demo-3 #header .header-nav-main nav ul li.dropdown-submenu {
		position: initial;
	}
	html.photography-demo-3 #header .wrapper-header-social-icons .header-social-icons {
		position: absolute;
		margin: 0;
		bottom: 28px;
		top: initial;
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	html.photography-demo-3 #header .wrapper-header-social-icons .header-social-icons li a {
		width: 21px;
		height: 22px;
		line-height: 1;
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	html.photography-demo-3 #header .wrapper-header-social-icons {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		max-width: 750px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
		html.photography-demo-3 #header .header-logo img {
		max-height:114px;
		width:auto;
}
}
@media (max-width: 767px) {
	html.photography-demo-3 #header .wrapper-header-social-icons {
		max-width: 100%;
		
	}
	html.photography-demo-3 #header .header-logo img {
		max-height:40px;
		width:auto;
}
}
@media (max-height: 500px) {
	html.photography-demo-3 #header {
		display: block;
		overflow-y: auto;
	}
	html.photography-demo-3 #header::-webkit-scrollbar {
		width: 7px;
	}
	html.photography-demo-3 #header::-webkit-scrollbar-track {
		background: #e2e2e2;
		border-radius: 10px;
		margin: 18px;
	}
	html.photography-demo-3 #header::-webkit-scrollbar-thumb {
		background: #888888;
		border-radius: 10px;
	}
	html.photography-demo-3 #header .header-body {
		position: relative;
		height: 590px;
	}
	html.photography-demo-3 #header .header-body > div > div .header-column:nth-child(2) {
		top: 50%;
		margin-top: 250px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
html.photography-demo-3 #main {
	height: 100vh;
	min-height: 100vh;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
html.photography-demo-3 #main.no-height {
	height: initial;
}
html.photography-demo-3 #main.calc-height {
	height: calc(100vh - 84px);
	min-height: 0;
}
@media (max-width: 991px) {
	html.photography-demo-3 #main.calc-height {
		height: initial !important;
	}
}
html.photography-demo-3 .tp-caption-photo-label {
	font-size: 18px !important;
	text-transform: uppercase !important;
	padding-bottom: 0;
	text-shadow: none;
}
html.photography-demo-3 .tp-caption-main-custom {
	text-transform: uppercase !important;
	font-size: 3em !important;
}
html.photography-demo-3 .tp-caption-sub-custom {
	text-transform: uppercase !important;
	font-size: 22px !important;
	margin-top: -30px !important;
	opacity: 0.5 !important;
}
html.photography-demo-3 .tparrows:hover {
	background: #FFF !important;
}
html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .fa:first-child,
html.photography-demo-3 .list.list-icons.list-icons-style-2 li > .icons:first-child, html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
html.photography-demo-3 .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	border-color: transparent;
	background: transparent;
}
html.photography-demo-3 .owl-carousel .owl-nav .owl-prev, html.photography-demo-3 .owl-carousel .owl-nav .owl-next {
	height: 55px !important;
	line-height: 25px !important;
	opacity: 0.7;
}
html.photography-demo-3 .owl-carousel .owl-nav .owl-prev:before, html.photography-demo-3 .owl-carousel .owl-nav .owl-next:before {
	top: 12px !important;
	font-weight: bold;
}
html.photography-demo-3 .owl-carousel .owl-nav .owl-prev:hover, html.photography-demo-3 .owl-carousel .owl-nav .owl-next:hover {
	background-color: #FFF !important;
	color: #000 !important;
	opacity: 1;
}
html.photography-demo-3 .custom-portfolio-navigation .prev, html.photography-demo-3 .custom-portfolio-navigation .next {
	height: 55px !important;
	line-height: 25px !important;
	opacity: 0.7;
}
html.photography-demo-3 .custom-portfolio-navigation .prev:before, html.photography-demo-3 .custom-portfolio-navigation .next:before {
	top: 16px !important;
	font-weight: bold !important;
	font-size: 11px;
	left: 10px !important;
}
html.photography-demo-3 .custom-portfolio-navigation .prev:hover, html.photography-demo-3 .custom-portfolio-navigation .next:hover {
	background-color: #FFF !important;
	color: #000 !important;
	opacity: 1;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-stage:hover .thumb-info .thumb-info-wrapper:after {
	opacity: 1;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper:after {
	opacity: 0;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
	height: 100vh;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper:before {
	content: none;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	width: 100%;
	max-width: 100%;
	left: 0;
	background: #FFF;
	bottom: 0;
	font-size: 19px;
	padding: 20px;
	letter-spacing: 0;
	line-height: 1.3;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: ease transform 300ms;
	-moz-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
html.photography-demo-3 .portfolio-stripes.portfolio-stripes-style-3 .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-subtitle {
	display: block;
	text-transform: none;
	font-size: 13px;
	color: #9C9C9C;
}
html.photography-demo-3 .portfolio-vertical-item:hover, html.photography-demo-3 .horizontal-scroll-item:hover, html.photography-demo-3 .portfolio-detail-image-item:hover, html.photography-demo-3 .portfolio-grid-item:hover {
	box-shadow: none !important;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:after {
	opacity: 0 !important;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper:before, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper:before {
	bottom: -41px;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	bottom: 0;
	left: 0;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper:after {
	opacity: 0;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	display: none;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	font-size: 19px;
	color: #2e353e;
	background: #FFF;
	left: 0;
	bottom: -50%;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left !important;
	text-shadow: none;
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
	max-width: none;
	opacity: 1;
	font-weight: 700 !important;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
html.photography-demo-3 .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title, html.photography-demo-3 .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-sub-title {
	display: block;
	opacity: 1;
	color: #9C9C9C;
	font-size: 13px;
	text-transform: none;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
html.photography-demo-3 #portfolioVertical:hover li .thumb-info-wrapper:after, html.photography-demo-3 #horizontalScrollBox .content:hover li .thumb-info-wrapper:after, html.photography-demo-3 .portfolio-list:hover li .thumb-info-wrapper:after, html.photography-demo-3 #portfolioGrid:hover li .thumb-info-wrapper:after {
	opacity: 1;
}
html.photography-demo-3 .portfolio-detail-item {
	box-shadow: none !important;
}
html.photography-demo-3 .portfolio-detail-item:hover .item-image-wrapper:after {
	opacity: 0 !important;
}
html.photography-demo-3 .portfolio-detail-item .item-image-wrapper {
	position: relative;
	min-height: 283px;
	max-width: 360px;
	overflow: hidden;
	box-shadow: none;
}
html.photography-demo-3 .portfolio-detail-item .item-image-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(36, 46, 57, 0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
html.photography-demo-3 .portfolio-detail-item .sub-item-description {
	background: #fff none repeat scroll 0 0;
	bottom: -100%;
	height: auto;
	padding: 25px 0 0;
	text-align: left;
	top: auto;
}
html.photography-demo-3 .portfolio-detail-item .sub-item-description:before {
	content: none;
}
html.photography-demo-3 .portfolio-detail-item .sub-item-description h5 {
	bottom: 0;
	color: #2e353e;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0;
	position: relative;
}
html.photography-demo-3 .portfolio-detail-item:hover .sub-item-description {
	bottom: 0;
}
html.photography-demo-3 .thumb-info-icons.position-style-2 {
	z-index: 4;
}
html.photography-demo-3 #portfolioDetailLoadMoreWrapper:hover li .item-image-wrapper:after {
	opacity: 1;
}
html.photography-demo-3 .portfolio-parallax-demo-3 {
	overflow: hidden;
}
html.photography-demo-3 .portfolio-parallax-demo-3:hover:before {
	opacity: 0 !important;
}
html.photography-demo-3 .portfolio-parallax-demo-3:hover .thumb-info-title {
	bottom: 0;
	left: 0;
}
html.photography-demo-3 .portfolio-parallax-demo-3:before {
	opacity: 0;
	background: rgba(10, 12, 36, 0.5);
}
html.photography-demo-3 .portfolio-parallax-demo-3 .thumb-info-title {
	font-size: 19px;
	color: #2e353e;
	background: #FFF;
	left: 0;
	bottom: -80%;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left !important;
	text-shadow: none;
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
	max-width: none;
	opacity: 1;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	-webkit-transition: ease bottom 300ms;
	-moz-transition: ease bottom 300ms;
	transition: ease bottom 300ms;
}
html.photography-demo-3 .portfolio-parallax-demo-3 .thumb-info-title .thumb-info-sub-title {
	display: block;
	opacity: 1;
	color: #9C9C9C;
	font-size: 13px;
	text-transform: none;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
html.photography-demo-3 #main:hover .portfolio-parallax-demo-3:before {
	opacity: 1;
}
html.photography-demo-3 #horizontalScrollBox {
	height: calc(100vh - 100px);
}
html.photography-demo-3 #horizontalScrollBox .custom-portfolio-navigation {
	width: calc(100vw - 255px);
}
html.photography-demo-3 #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
	height: calc(100vh - 146px);
}
@media (max-width: 991px) {
	html.photography-demo-3 #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
		height: auto !important;
	}
}
html.photography-demo-3 .section-title h1 {
	text-transform: uppercase !important;
}
html.photography-demo-3 .form .form-control {
	font-size: 13px;
	height: 40px;
}
html.photography-demo-3 .form textarea.form-control {
	height: auto;
}
html.photography-demo-3 .form input[type="submit"] {
	border-radius: 25px;
	border-width: 0;
	font-size: 13px;
	padding: 10px 20px;
}
html.photography-demo-3 .blog-bg {
	background: #FFF;
}
html.photography-demo-3 .our-blog-item:hover:not(.blog-post) {
	box-shadow: none;
}


