.left {
	float: left;
}

.right {
	float: right;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

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

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

.overflow {
	overflow: hidden;
}

.block {
	display: block;
}

.ib {
	display: inline-block;
}

.black {
	color: #4b4a4c;
}

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

.reset-input {
	border: 0 none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.clearfix {
	*zoom: 1;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

a {
	outline: none !important;
}

input::-moz-focus-inner {
	border: 0;
}

.disableSelection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* 1.0 - General */
body {
	color: #4B4A4C;
	font-weight: 400;
	line-height: 1.3;
	font-size: 18px;
	background: #fafafa;
	letter-spacing: 0.4px;
	overflow-x: hidden;
}
/* main font declarations */
body, .filter-select, .tab a {
	font-family: 'Abel', sans-serif;
}

body em {
	 font-family: 'Marvel', sans-serif;
	 font-weight: 400;
}
/* common elements */
a {
	color: #D84329;
	font-weight: 400;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4B4A4C;
	line-height: 1.2;
	padding-bottom: 0.5em;
}

h1 {
	font-size: 52px;
	text-transform: uppercase;
}

h1.display-lr {
	font-size: 30pt !important;
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
	text-transform: uppercase;
}

h2.list-section-title a {
	color: #4B4A4C !important;
	transition: all 0.3s ease-in 0s;
}
h2.list-section-title a:hover {
	color: #D84329 !important;
}
.exhibition-title {
	font-size: 24px !important;
	font-family: "d-din_condenseddinCnBd" !important;
	letter-spacing: 0.05em !important;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

iframe {
	max-width: 100%;
}

.main-content ul li,
.main-content ol li {
	padding-bottom: 12px;
	font-size: 18px;
}

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

.dark {
	color: #4b4a4c;
}

.section {
	margin-bottom: 100px;
}

.section:last-of-type {
	margin-bottom: 0;
}

.container {
	max-width: 1460px;
}

.container.smaller {
	max-width: 1100px;
}

.main-content {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.fadein {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.fluidbox__overlay {
	top: -110px;
	bottom: 0;
}

.google-map {
	height: 700px;
	width: 100%;
}
/* 2.0 - Transitions */
.preloader {
	position: fixed;
	height: 150%;
	width: 150%;
	left: -25%;
	top: -15%;
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	background: #4b4a4c;
	z-index: 1006;
}

.transition span {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 0;
	background: #fafafa;
	z-index: 1003;
}

.transition span:nth-child(2) {
	height: 0;
	width: 150%;
	left: -25%;
	top: -15%;
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	background: #4b4a4c;
	z-index: 1002;
}

@media (minx-width: 769px) {

	.preloader, .transition {
		display: none;
	}

}

@media (max-width: 768px) {
	.transition span {
		background: #CCCCCC !important;
	}

	.transition span:nth-child(2) {
		background: #CCCCCC !important;
	}
}
/* 3.0 - Headers */
.site-header {
	padding: 60px 120px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1005;
}

.site-header .container {
	position: relative;
}

.site-header .logo a svg {
	fill: #4b4a4c;
	transition: all 0.3s ease-in 0s;
}

.site-header .logo a svg:hover {
	fill: #D84329 !important;
}

.color-brand {
	color: #4b4a4c !important;
}

.color-success {
	color: #99DF6A !important;
}

#nav_logo_right {
	fill: #FFFFFF;
}

#main-logo {
	width: 300px;
}

svg.brand-color {
	fill: #4B4A4C;
}

@media (max-width: 1050px) {
	#main-logo {
		width: 200px;
		margin-top: 15px;
	}
}
@media (max-width: 920px) {
	#main-logo {
		width: 150px;
		margin-top: 20px;
	}
}

body.sm .site-header {
	margin: 20px 0;
	padding-bottom: 40px;
}

body.sm .logo a svg {
	width: 260px;
}

body.xs .site-header {
	margin: 40px 0;
	padding-bottom: 40px;
}

body.xs .logo a svg {
	width: 200px;
}

.site-header .logo img {
	max-height: 90px;
	display: inline-block;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.slider-moment {
	margin-bottom: 0;
	padding-bottom: 0;

}

.page-header {
	position: relative;
	padding: 120px 0 60px 0;
	margin-top: 110px;
}

.page-header h2 {
	line-height: 1.2;
}

.page-header p {
	font-size: 18px;
}

.page-header.bigger {
	padding: 180px 0;
}

.nav-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 0;
	background: #fafafa;
}

.nav-overlay.active {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.nav {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100vw;
	display: none;
	z-index: 1004;
}

.nav .right {
	position: absolute;
	left: 65%;
	right: 10%;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nav .right .social {
	margin-top: 25px;
}

.nav .right .social a {
	font-size: 20px;
	margin-right: 12px;
}

.nav .right .searchfield {
	max-width: 500px;
	position: relative;
}

.searchfield input {
	background: transparent;
	font-size: 13px;
	border: none;
	border-bottom: 2px solid #CCCCCC;
	width: 100%;
	height: 50px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	outline: none;
	letter-spacing: .7px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav .right .searchfield input {
	border-bottom: 2px solid #FFAA9D;
}

.searchfield input::placeholder {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	color: #666666;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav .right .searchfield input::placeholder {
	color: #FFAA9D;
}

.searchfield input:focus, .searchfield input:focus::placeholder {
	color: #222222;
}

.nav .right .searchfield input:focus, .nav .right .searchfield input:focus::placeholder {
	color: #FFFFFF;
}

.searchfield button {
	position: relative;
	float: right;
	line-height: 50px;
	top: -50px;
	background: transparent;
	border: none;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .8px;
	cursor: pointer;
	padding-right: 0;
	outline: none;
	color: #FFAA9D;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.nav .right .searchfield button {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
	background: transparent;
	border: none;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .8px;
	cursor: pointer;
	padding-right: 0;
	outline: none;
	color: #FFAA9D;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.searchfield button:hover {
	color: #D84329;
}

.nav .right .searchfield button:hover {
	color: #FFFFFF;
}

.nav .right h3, .right h4, .nav .right p {
	color: #FFFFFF;
}

.nav .menu {
	position: absolute;
	left: 10%;
	top: 150px;
	right: 45%;
/* 	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
}

.nav .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nav .menu ul li a {
	line-height: 1.3;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1.5px;
	text-transform: uppercase;
	color: #4b4a4c;
}
.nav .menu ul li a:hover {
	color: #D84329;
}

.nav .menu ul.submenu {
	display: none;
	padding: 20px 0;
}

.nav .menu ul.submenu li a {
	font-size: 18px;
	font-weight: 400;
	color: #404040;
	letter-spacing: -0.3px;
}

.nav .menu ul.submenu li a:hover {
	color: #D84329;
}

.menu-icon {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-right: -14px;
}

.menu-icon div {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 12px;
}

.menu-icon div span {
	position: absolute;
	display: block;
	width: 22px;
	height: 2px;
	background-color: #171717;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
}

.menu-icon.boxed div span {
	background-color: #FFFFFF;
}

.menu-icon div span:first-of-type {
	top: 0;
}

.menu-icon div span:last-of-type {
	bottom: 0;
}

.menu-icon.active div span:first-of-type {
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 5px;
}

.menu-icon.active div span:last-of-type {
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 5px;
}

.menu-icon:hover div span:first-of-type {
	width: 26px;
}

.menu-icon:hover div span:last-of-type {
	width: 12px;
}

.menu-icon:hover.active div span:first-of-type,
.menu-icon:hover.active div span:last-of-type {
	width: 22px;
}

.desktop-menu, .exhibition-menu {
	padding-top: 30px;
}

.desktop-menu li, .exhibition-menu li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-right: 15px;
}
.desktop-menu li a, .exhibition-menu li a {
	text-transform: uppercase;
	color: #4b4a4c;
	font-size: 1em;
	transition: all 0.3s ease-in 0s;
}
.desktop-menu li a:hover, .exhibition-menu li a:hover {
	color: #D84329;
}

.desktop-menu li a.active, .exhibition-menu li a.active {
	color: #D84329;
}

.topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #4b4a4c;
	height: 40px;
	z-index: 1010;
}

.topbar-social a {
	padding: 20px 10px 10px !important;
	transition: all 0.3s ease-in 0s;
	position: relative;
	top: 7px;
}

.topbar-social a:hover {
	color: #FFFFFF;
}

/* 4.0 - Portfolio */
.grid {
	position: relative;
	margin: -50px -70px;
	-ms-transition: height 1.2s ease;
	-moz-transition: height 1.2s ease;
	-o-transition: height 1.2s ease;
	-webkit-transition: height 1.2s ease;
}
.grid.three--columns {
	margin: -30px;
}

.grid.three--columns .item,
.grid.three--columns .sizer {
	width: 33.3333%;
}

.grid.three--columns .item {
	padding: 30px;
}

.grid.three--columns .item.artist-grid-item {
	padding: 30px 30px 0 30px;
}

.grid.four--columns {
	margin: -30px;
}

.grid.four--columns .item,
.grid.four--columns .sizer {
	width: 25%;
}

.grid.four--columns .item {
	padding: 30px;
}

.grid.four--columns .item.item.artist-grid-item {
	padding: 30px;
}

.grid.five--columns {
	margin: -30px;
}

.grid.five--columns .item,
.grid.five--columns .sizer {
	width: 20%;
}

.grid.five--columns .item {
	padding: 30px;
}

.grid.five--columns .item.item.artist-grid-item {
	padding: 30px 30px 0 30px;
}

.grid .item,
.grid .sizer {
	width: 50%;
}

.grid .item {
	padding: 50px;
	position: relative;
}

.grid .item.item.artist-grid-item {
	padding: 30px 30px 0 30px;
	position: relative;
}

.grid .item h4 {
	padding-top: 30px;
}

.grid .item h4.artist-grid-title {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
}

/* fix for isotope overlapping */
.grid .item:after {
  content: "";
  display: block;
  padding-bottom: 1%;
}

.grid .item a {
	position: relative;
	display: block;
}

.grid .item a img {
	width: 100%;
}

.grid .item a .circle {
	color: #ffffff;
	background: #4b4a4c;
	position: absolute;
	font-weight: 600;
	text-align: center;
	line-height: 75px;
	top: 40px;
	left: 40px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	z-index: 1;
}

.grid .item a .caption {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.grid .item a .caption .inner {
	position: absolute;
	bottom: 0;
	left: 40px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

/* .grid .item a .caption {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.grid .item a .caption .inner {
	position: absolute;
	bottom: 0px;
	left: 60px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
} */

.grid .item a .caption .inner h4 {
	font-size: 22px;
	margin-bottom: 3px;
	color: #FFFFFF;
	padding-right: 30px;
}
.grid .item a .caption .inner h5 {
	font-size: 18px;
	margin-bottom: 3px;
	color: #FFFFFF;
	padding-right: 30px;
}

.grid .item a .caption .inner p {
	color: #404040;
	margin: 0;
	color: #FFFFFF;
	padding: 0 30px 15px 0;
}

.grid .item a:hover .caption {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.grid .item a:hover .caption .inner {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	bottom: 30px;
}

/* .grid .item a:hover .caption .inner {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	bottom: -30px;
} */

.grid .item .product-order-area {
	height: 1px;
	width: 1px;
	position: relative;
	top: -80px;
	left: 40px;
	overflow: visible;
	z-index: 3;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: all 0.3s ease-in 0s;
}

.grid .item:hover .product-order-area  {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.hover--two .item a .caption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: transparent;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.tooltipster-follower .tooltipster-box {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.tooltipster-follower .tooltipster-box h4 {
	font-size: 22px;
	line-height: 1;
	margin: 0;
	background: #ffffff;
	padding: 10px 25px;
}

.tooltipster-follower .tooltipster-box p {
	color: #212121;
	padding: 5px 25px 10px;
	background: #ffffff;
	display: inline-block;
}

.portfolio-interactive-links {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.portfolio-interactive-links ul {
	z-index: 1;
	margin-top: 70vh;
	margin-left: 5vw;
	max-width: 50%;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.portfolio-interactive-links ul li {
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline-block;
}

.portfolio-interactive-links ul li h3 {
	display: inline-block;
	font-size: 52px;
	letter-spacing: -2px;
	line-height: 36px;
	position: relative;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.portfolio-interactive-links ul li h3:hover {
	color: #626262;
}

.portfolio-interactive-links ul li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.portfolio-interactive-links ul li div.active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.portfolio-showcase {
	position: relative;
}

.portfolio-showcase .section {
	height: 100vh;
	position: relative;
}

.portfolio-showcase .section .img {
	position: absolute;
	top: 170px;
	left: 120px;
	right: 120px;
	bottom: 170px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.portfolio-showcase .section .caption {
	position: absolute;
	text-align: center;
	bottom: 25px;
	left: 120px;
	right: 120px;
}

.portfolio-showcase .section .caption h3 {
	line-height: 1;
	font-size: 48px;
	letter-spacing: -2px;
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	margin-bottom: 12px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
}

.portfolio-showcase .section .caption p {
	position: relative;
	color: #404040;
	letter-spacing: 3px;
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.5s ease 1s;
	-moz-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
}

.portfolio-showcase .section .caption a {
	margin-top: 25px;
}

.portfolio-showcase .owl-item.active .section .img {
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.portfolio-showcase .owl-item.active .section .caption p,
.portfolio-showcase .owl-item.active .section .caption h3 {
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.portfolio-showcase .owl-nav {
	position: fixed;
	top: 50%;
	right: 30px;
	width: 50px;
	z-index: 999;
	text-align: center;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.portfolio-showcase .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	color: #4b4a4c !important;
}

.portfolio-showcase .owl-nav i {
	display: block;
	cursor: pointer;
	color: #4b4a4c;
	font-size: 26px;
	margin-bottom: 20px;
}

.portfolio-showcase .owl-nav i:last-child {
	margin-bottom: 0;
}

.portfolio-showcase .owl-nav i:hover {
	color: #bfbfbf;
}

.portfolio-showcase--two .item {
	height: 680px;
	position: relative;
	background: transparent;
}

.portfolio-showcase--two .item .caption {
	position: absolute;
	top: 50%;
	right: 16%;
	left: 16%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.portfolio-showcase--two .item .caption h3 {
	font-size: 3vw;
	letter-spacing: -2px;
	line-height: 1.2;
}

.portfolio-showcase--two .item .caption p {
	line-height: 1.8;
	color: #141414;
}

.portfolio-showcase--three {
	position: relative;
	padding: 35px;
}

.portfolio-showcase--three .item {
	height: calc(100vh - 70px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.portfolio-showcase--three .owl-nav {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.portfolio-showcase--three .owl-nav [class*="owl-"] {
	color: #ffffff !important;
	background: #4b4a4c !important;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 0;
	font-size: 16px !important;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.portfolio-showcase--three .owl-nav [class*="owl-"]:hover {
	background: #3b3b3b !important;
}

.gallery {
	margin: -15px;
}

.gallery .item {
	padding: 15px;
}

.photography-carousel {
	position: relative;
}

.photography-carousel .section {
	height: 100vh;
	position: relative;
}

.photography-carousel .section .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.photography-carousel .section h3 {
	background: #4b4a4c;
	color: #ffffff;
	padding: 14px 24px;
	position: absolute;
	bottom: 80px;
	left: 80px;
	line-height: 1;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 0;
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
}

.photography-carousel .owl-item.active .section .img {
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.photography-carousel .owl-item.active .section h3 {
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.photography-carousel .owl-nav {
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 999;
}

.photography-carousel .owl-nav button {
	margin: 0 20px;
}

.photography-carousel .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	color: #4b4a4c !important;
}

.photography-carousel .owl-nav [class*="owl-"] {
	margin: 0 18px !important;
}

.photography-carousel .owl-nav i {
	display: inline-block;
	cursor: pointer;
	color: #4b4a4c;
	font-size: 32px;
	margin-bottom: 20px;
}

.photography-carousel .owl-nav i:last-child {
	margin-bottom: 0;
}

.photography-carousel .owl-nav i:hover {
	color: #bfbfbf;
}
/* 5.0 - Blog */
.blog.two--columns {
	margin: -50px -30px;
}

.blog.two--columns .item,
.blog.two--columns .sizer {
	width: 50%;
}

.blog.two--columns .item {
	position: relative;
	padding: 50px 30px;
}

.meta {
	font-size: 13px;
}

.meta span {
	margin-right: 15px;
}

.tags a {
	background: #4b4a4c;
	color: #ffffff;
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
}

.tags a:hover {
	background: #3b3b3b;
}
/* 6.0 - Carousels */
.main-slideshow {
	position: relative;
	margin-top: 160px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.main-slideshow .item {
	width: 100vw;
	height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-slideshow .item .slider-caption {
	position: absolute;
	top: 20%;
	left: 10%;
	width: auto;
	padding: 30px;
	cursor: pointer;
}
.main-slideshow .item .slider-caption.slider-caption-first {
	position: absolute;
	top: 5%;
	left: 10%;
	width: auto;
	padding: 30px;
}
.main-slideshow .item .slider-caption.slider-caption-second {
	position: absolute;
	top: 35%;
	left: 10%;
	width: auto;
	padding: 30px;
}
.main-slideshow .item .slider-caption.slider-caption-third {
	position: absolute;
	top: 65%;
	left: 10%;
	width: auto;
	padding: 30px;
}

.main-slideshow .item .slider-caption.caption-overlay-dark {
	background-color: rgba(0,0,0,0.4);
}

.main-slideshow .item .slider-caption.caption-overlay-light {
	background-color: rgba(255,255,255,0.4);
}

.main-slideshow .item .slider-caption.right {
	left: auto;
	right: 15%;
	text-align: right;
}

.main-slideshow .item .slider-caption h3 {
	font-size: 4vw;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0;
	line-height: 1.1;
	margin-bottom: 15px;
	padding-bottom: 0;
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	-webkit-transition: all 1s ease 0.8s;
}
.main-slideshow .item .slider-caption h4 {
	font-size: 1.5vw;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #4B4A4C;
	margin-bottom: 0px;
	padding-bottom: 0;
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	-webkit-transition: all 1s ease 0.8s;
}

.main-slideshow .item .slider-caption p {
	color: #575757;
	margin-bottom: 10px;
	font-size: 15px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.8s ease 1.2s;
	-moz-transition: all 0.8s ease 1.2s;
	-o-transition: all 0.8s ease 1.2s;
	-webkit-transition: all 0.8s ease 1.2s;
}

.main-slideshow .item .slider-caption a {
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-transition: all 0.6s ease 1.2s;
	-moz-transition: all 0.6s ease 1.2s;
	-o-transition: all 0.6s ease 1.2s;
	-webkit-transition: all 0.6s ease 1.2s;
}

.main-slideshow .item .slider-caption .underline-btn {
	font-size: 17px;
}

.main-slideshow .active .item .slider-caption h3 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.main-slideshow .active .item .slider-caption h4 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.main-slideshow .active .item .slider-caption p {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.main-slideshow .active .item .slider-caption a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.main-slideshow .owl-dots {
	position: absolute;
	top: 50%;
	right: 40px;
	max-width: 16px;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.main-slideshow .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #4b4a4c;
}

.main-slideshow .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 8px;
	background: #4b4a4c;
	border: 2px solid #fafafa;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.main-slideshow .owl-dots .owl-dot:hover span {
	background: #4b4a4c;
}

.single-carousel .owl-nav {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.single-carousel .owl-nav [class*="owl-"] {
	color: #ffffff !important;
	background: #4b4a4c !important;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 0;
	margin: 0 5px;
	font-size: 16px !important;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.single-carousel .owl-nav [class*="owl-"]:hover {
	background: #3b3b3b !important;
}
/* 7.0 - Footer */
footer {
	margin: 80px 0 100px;
	text-align: center;
	clear: both !important;
}

footer img {
	margin-bottom: 30px;
}

footer a {
	padding: 0 7px;
	font-size: 19px;
	display: inline-block;
	color: #4b4a4c;
}

footer span {
	height: 2px;
	width: 28px;
	background: #4b4a4c;
	display: block;
	margin: 20px auto;
}

footer p {
	margin: 0;
}

footer.single-nav {
	margin: 0;
	text-align: left;
}

footer.single-nav .container {
	margin-top: 100px;
	background: #4b4a4c;
	padding: 150px 15px;
	display: block;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

footer.single-nav .row {
	padding: 0 160px;
}

footer.single-nav .next {
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
}

footer.single-nav .next:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 40px;
	background: #ffffff;
	right: -56px;
}

footer.single-nav h3 {
	line-height: 1.2;
	margin: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1px;
}

footer.single-nav i {
	color: #ffffff;
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 24px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid transparent;
	line-height: 58px;
	text-align: center;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

footer.single-nav a:hover {
	background: #000000;
}

footer.single-nav a:hover i {
	border-color: #ffffff;
}
/* 8.0 - Elements */
.img {
	position: relative;
}

.img .caption {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

.img .caption span {
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	background: #080808;
	color: #ffffff;
	padding: 10px 20px;
}

.pbox {
	background: #f2f2f2;
	padding: 100px;
}

.isection .row {
	margin: -30px;
}

.isection .item {
	padding: 30px;
}

.isection .item h4 {
	font-size: 17px;
	margin-bottom: 15px;
}

.isection .item .icon {
	display: block;
	font-size: 42px;
	color: #080808;
	margin-bottom: 15px;
}

.ftwitter .icon {
	display: block;
	color: #4099FF;
	margin-bottom: 10px;
	font-size: 19px;
}

.ftwitter .twitter-carousel {
	margin: 30px auto 0;
	max-width: 60%;
}

.ftwitter .twitter-carousel .time {
	display: block;
	margin-top: 15px;
	color: #242424;
	font-weight: 600;
	font-size: 13px;
}

.ftwitter .twitter-carousel .owl-nav {
	margin-top: 25px;
}

.ftwitter .twitter-carousel .owl-nav .icon {
	color: #080808;
	margin-bottom: 0;
}

.ftwitter .twitter-carousel .owl-nav [class*="owl-"] {
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
}

.ftwitter .twitter-carousel .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.fimg div {
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.fimg:hover div {
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
}

.fimg div:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.newsletter {
	max-width: 500px;
	position: relative;
}

.newsletter input {
	background: transparent;
	font-size: 13px;
	border: none;
	border-bottom: 2px solid #8a8a8a;
	width: 100%;
	height: 50px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	letter-spacing: .7px;
	outline: none;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.newsletter input::placeholder {
	color: #8a8a8a;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.newsletter input:focus {
	border-color: #292929;
	color: #495057;
	box-shadow: none;
}

.newsletter input:focus::placeholder {
	color: #292929;
}

.newsletter button {
	position: absolute;
	right: 0;
	line-height: 50px;
	background: transparent;
	border: none;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .8px;
	cursor: pointer;
	padding-right: 0;
	color: #8a8a8a;
	outline: none;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.newsletter button:hover {
	color: #171717;
}

.template-form .form-control {
	background: #f2f2f2;
	font-size: 13px;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	line-height: 40px;
	position: relative;
	font-weight: 400;
	letter-spacing: .7px;
	padding-left: 20px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.template-form .form-control::placeholder {
	color: #3d3d3d;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.template-form .form-control:focus {
	color: #495057;
	background: #ebebeb;
	box-shadow: none;
}

.template-form .form-control:focus::placeholder {
	color: #292929;
}

.template-form textarea {
	padding: 20px;
	height: 160px !important;
	line-height: 20px !important;
}

.social-media {
	z-index: 2;
	position: fixed;
	left: 30px;
	width: 50px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.social-media a {
	display: block;
	margin: 8px 0;
	font-size: 15px;
	font-weight: 400;
}

.theme-btn {
	color: #ffffff;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
	background: #4b4a4c;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
	border: 1px solid transparent;
}

.theme-btn.btn-danger {
	background: #D84329 !important;
}

.theme-btn.purchase-button {
	background: #222222 !important;
}

.btn-danger:hover {
	background: #D84329 !important;
}

.theme-btn-stockroom {
	background: #B19500 !important;
	font-size: 12px !important;
}

.theme-btn-stockroom:hover {
	background: #E7D70C !important;
}

.theme-btn-artist-exclude {
	background: #B12500 !important;
	font-size: 12px !important;
}

.theme-btn-artist-exclude:hover {
	background: #EE3624 !important;
}

.text-danger {
	color: #D84329 !important;
}
.fsz12 {
	font-size: 12px !important;
}
.fsz14 {
	font-size: 14px !important;
}

.input-group-btn .theme-btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.theme-btn-outline {
	color: #4b4a4c;
	background: #FFFFFF;
	border: 1px solid #4b4a4c;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
}

.theme-btn-transparent {
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
}

.theme-btn-info {
	color: #2B74AA;
	background: #D0E3EE;
	border: 1px solid #5C9EC2;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
}

.theme-btn-admin {
	color: #4b4a4c;
	background: #CCCCCC;
	border: 1px solid #666666;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
}

.theme-btn.smaller, .theme-btn-outline.smaller .theme-btn-info.smaller {
	padding: 4px 7px;
	font-size: 12px;
}

.theme-btn::before, .theme-btn-outline::before, .theme-btn-admin::before, .theme-btn-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.35);
	width: 100%;
	height: 100%;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-o-transform: translate(-105%, 0);
	-ms-transform: translate(-105%, 0);
	-moz-transform: translate(-105%, 0);
	-webkit-transform: translate(-105%, 0);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.theme-btn:hover {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #D84329;
}

.theme-btn-outline:hover, .theme-btn-admin:hover, a.theme-btn-outline:hover, {
	background: #4D4B4B;
	border: 1px solid #4b4a4c;
	color: #FFFFFF !important;
}

.theme-btn-info:hover {
	background: #2B74AA;
	border: 1px solid #5C9EC2;
	color: #FFFFFF !important;
}

.theme-btn:hover::before, .theme-btn-outline:hover::before, .theme-btn-admin:hover::before, .theme-btn-info::before {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.underline-btn {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding-bottom: 9px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: -0.2px;
	color: #4b4a4c;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.underline-btn:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #3d3d3d;
}

.underline-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	z-index: 1;
	background: #4b4a4c;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.underline-btn:hover {
	color: #4b4a4c;
}

.underline-btn:hover:before {
	width: 100%;
}

.underline-btn.big {
	font-size: 17px;
	margin-bottom: 30px;
	color: #8a8a8a;
	padding-bottom: 12px;
}

.underline-btn.big:after,
.underline-btn.big:before {
	height: 3px;
}

.underline-btn.big:hover {
	color: #242424;
}

.sbtn {
	position: fixed;
	right: 80px;
	cursor: pointer;
	height: 40px;
	width: 25px;
	z-index: 999;
	text-align: center;
	visibility: hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.sbtn .icon {
	color: #4b4a4c;
	font-size: 26px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: block;
}

.sbtn.share-btn .icon.ion-md-share {
	font-size: 22px;
}

.sbtn .text {
	position: absolute;
	right: 50px;
	top: 0;
	line-height: 50px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	color: #4b4a4c;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	font-style: normal;
	-o-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-webkit-transform: translateX(3px);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.sbtn .icon:hover .text {
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.sbtn.top-btn {
	bottom: 50px;
}

.sbtn.project-btn {
	bottom: 120px;
}

.sbtn.share-btn {
	bottom: 40px;
}

.sbtn.filter-btn {
	bottom: 120px;
}

.sbtn.share-btn,
.sbtn.filter-btn {
	left: 0px;
}

.sbtn.share-btn div,
.sbtn.filter-btn div {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 40px;
	line-height: 40px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.sbtn.share-btn div:last-child,
.sbtn.filter-btn div:last-child {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
}

.sbtn.share-btn.close div:first-child,
.sbtn.filter-btn.close div:first-child {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
}

.sbtn.share-btn.close div:last-child,
.sbtn.filter-btn.close div:last-child {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}

.share,
.filter {
	position: fixed;
	width: 120px;
	right: 60px;
	cursor: pointer;
	z-index: 999;
	text-align: center;
	visibility: hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.share {
	bottom: 100px;
}

.filter {
	bottom: 180px;
}

.share.active,
.filter.active {
	bottom: 220px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}

.share ul,
.filter ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.share ul li,
.filter ul li {
	text-align: right;
	display: block;
}

.share ul li a,
.filter ul li a {
	font-size: 13px;
	font-weight: 500;
	color: #4b4a4c;
	padding: 4px 4px 4px 0;
	display: block;
}

.share ul li a:hover,
.filter ul li a:hover {
	background-color: #D84329;
	color: #FFFFFF;
}

.filter-top {
	position: relative;
	top: -46px;
	display: inline-block;
	width: auto;
	left: 0px;
}

.filter-top-medium {
	position: relative;
	left: -45px !important;
}

/* .filter-top::before {
	font-family: "Ionicons";
	content: "\f2f7";
	position: relative;
	top: 23px;
} */

.filter-top-artist {
	float: left;
	position: relative;
	top: -46px;
}

@media (max-width: 767.98px) {
	.filter-top-artist {
		top: -20px;
		margin-top: -30px;
	}
}

.filter-top-artist::before {
	content: "";
}

.filter-top ul li {
	display: inline-block;
}

.filter-top ul li a {
	border: 1px solid #F8D9D3;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	padding: 4px 7px;
	margin-left: 5px;
	font-size: 14px;
}

.filter-top ul li a:hover {
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
}

.filter-selected {
	background-color: #D84329 !important;
	color: #FFFFFF !important;
}

/* 9.0 - Responsive */
@media (max-width: 1199.98px) {
	.page-header {
		padding: 90px 120px;
	}

	.page-header.bigger {
		padding: 90px 120px;
	}

	.page-header h2 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {

	.site-header {
		padding: 40px 15px 40px;
	}

	.page-header h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	.menu-icon.boxed div span {
		background-color: #171717 !important;
	}

	.portfolio-showcase .section .img {
		left: 15px;
		right: 60px;
	}

	.portfolio-showcase .section .caption {
		left: 15px;
		right: 15px;
	}

	.portfolio-showcase .section .caption h3 {
		font-size: 36px;
		letter-spacing: -1px;
	}

	.portfolio-showcase .owl-nav {
		right: 5px;
	}

	.portfolio-showcase--two {
		margin-top: 160px;
	}

	.portfolio-showcase--two .item {
		height: 500px;
	}

	.portfolio-showcase--two .item:nth-child(even) {
		text-align: left;
	}

	.portfolio-showcase--two .item .caption h3 {
		font-size: 24px;
		letter-spacing: -0.7px;
	}

	.portfolio-showcase--two .item .caption p {
		line-height: 1.4;
		font-size: 14px;
	}

	.social-media {
		display: none;
	}

	.main-slideshow .item .slider-caption {
		width: 75%;
	}

	.main-slideshow .item .slider-caption.right {
		text-align: left;
	}

	.main-slideshow .item .slider-caption h3 {
		font-size: 42px;
		opacity: 0;
		letter-spacing: -1px;
	}
	.main-slideshow .item .slider-caption h4 {
		font-size: 28px;
		opacity: 0;
		letter-spacing: -1px;
	}

	.pbox {
		padding: 70px 50px;
	}

	.grid.three--columns .item,
  .grid.three--columns .sizer {
		width: 50%;
	}

	.grid .item,
  .grid .sizer {
		width: 50%;
	}
}

@media (min-width: 767.98px) and (max-width: 870px) {

	.site-header {
		padding: 40px 15px 40px;
	}

	.main-slideshow .item .slider-caption h4 {
		font-size: 20px;
		opacity: 0;
		letter-spacing: -1px;
	}

	.desktop-menu li a {
		letter-spacing: 0;
	}

	.grid.three--columns .item,
  .grid.three--columns .sizer {
		width: 100%;
	}

	.grid .item,
  .grid .sizer {
		width: 100%;
	}

}

@media (max-width: 767.98px) {

	.main-slideshow .item .slider-caption h4 {
		font-size: 20px;
		opacity: 0;
		letter-spacing: -1px;
	}

	.site-header {
		padding: 40px 15px 20px;
	}

	.page-header {
		margin-top: 90px;
		padding: 60px 15px;
	}

	.page-header.bigger {
		padding: 60px 15px;
	}

	.page-header h2 {
		font-size: 24px;
		letter-spacing: 0px;
	}

	.grid {
		margin: -15px;
	}

	.grid.three--columns .item,
  .grid.three--columns .sizer {
		width: 100%;
	}

	.grid .item,
  .grid .sizer {
		width: 100%;
	}

	.grid .item {
		padding: 15px;
	}

	.sbtn {
		right: 40px;
	}

	.sbtn.top-btn {
		bottom: 30px;
	}

	.sbtn.project-btn {
		bottom: 100px;
	}

	.sbtn.share-btn,
  .sbtn.filter-btn {
		bottom: 40px;
	}

	.share,
  .filter {
		right: 40px;
	}

	.nav .right {
		display: none;
	}

	.nav .menu {
		margin-top: 35px;
		left: 20%;
		right: 20%;
	}

	.nav .menu ul.submenu li a {
		font-size: 24px;
		padding-left: 20px;
	}

	.portfolio-interactive-links ul {
		max-width: 80%;
		margin-top: 30vh;
	}

	.portfolio-interactive-links ul li {
		margin-bottom: 15px;
	}

	.portfolio-interactive-links ul li h3 {
		font-size: 36px;
		letter-spacing: -1px;
		line-height: 36px;
	}

	.photography-carousel .section h3 {
		bottom: 30px;
		left: 15px;
		font-size: 22px;
	}

	.photography-carousel .owl-nav {
		bottom: 30px;
		right: 15px;
	}

	.transition span {
		background: #ebebeb;
	}

	footer.single-nav {
		text-align: center;
	}

	footer.single-nav .container {
		position: relative;
	}

	footer.single-nav .row {
		padding: 0;
	}

	footer.single-nav h3 {
		font-size: 34px;
		letter-spacing: -0.7px;
	}

	footer.single-nav i {
		top: auto;
		left: 50%;
		bottom: -80px;
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	.isection .row {
		margin: -15px;
	}

	.isection .item {
		padding: 15px;
	}

	.single-carousel .owl-nav {
		right: 15px;
		bottom: 15px;
	}

	.img .caption {
		left: 15px;
		bottom: 15px;
	}

	.ftwitter .twitter-carousel {
		max-width: 100%;
	}

	.section {
		margin-bottom: 60px;
	}

	.blog.two--columns {
		margin: -15px;
	}

	.blog.two--columns .item,
  .blog.two--columns .sizer {
		width: 100%;
	}

	.blog.two--columns .item {
		padding: 15px;
	}
}

@media (max-width: 575.98px) {

	.main-slideshow .item .slider-caption h4 {
		font-size: 17px;
		opacity: 0;
		letter-spacing: -1px;
	}

	.site-header {
		padding: 25px 15px 0;
	}

	.page-header {
		margin-top: 75px;
	}

	.portfolio-showcase--two {
		margin-top: 120px;
	}

	.nav .menu ul li a {
		font-size: 36px;
		letter-spacing: -0.7px;
	}
}

.mute {
	font-weight: 300 !important;
	color: #CCCCCC !important;
}

figcaption.caption {
	text-align: center;
	font-style: italic;
}

.well { border: 1px solid #CCCCCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #F5F5F5; padding: 30px; }

.articleimage .caption {

	font-size: 90%;
	line-height: 1.3;
	padding: 10px 0;
}

ul.social-links {
	margin-bottom: 15px !important;
	text-align: right;
}
ul.social-links li {
	display: inline-block;
	padding-right: 10px;
}
ul.social-links li .share-icon {
	fill: #FF482C; position: relative; top: 3px;
}

.badge { font-weight: 300 !important; }

.badge-gold {
	background-color: #D8A734 !important;
	color: #FFFFFF;
}

.badge-purple {
	background-color: #5A559F !important;
	color: #FFFFFF;
}

.badge-black {
	background-color: #000000 !important;
	color: #FFFFFF;
}

.badge-brown {
	background-color: #913000 !important;
	color: #FFFFFF;
}

blockquote {
  margin: 1em auto 2em auto;
  padding: 1em;
  border-left: 5px solid #D84329;
}
blockquote:before {
  display: none;
}
blockquote:not(:first-of-type) {
  margin-top: .5em;
}
blockquote, blockquote p {
  color: #555;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.6	;
  font-family: 'Marvel', sans-serif;
  font-style: italic;
}
blockquote p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


.article-intro {
	font-size: 130%;
	margin-bottom: 20px;
}

.tsh .badge {
	text-shadow: none !important;
}

.subbox {
	background-color: #333433;
	padding: 0 20px;
}

.etabs { margin: 0; padding: 0 0 0 0; text-align: right; }

.tab { display: inline-block; zoom:1; *display:inline; }
.tab a { font-size: 1em; line-height: 2em; display: block; padding: 10px; outline: none; text-transform: uppercase; color: #4B4A4C; }
.tab a:hover { }
.tab.active { position: relative; }
.tab a.active { color: #D84329; }

.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

.picture-caption {
	font-size: 90%;
	letter-spacing: -0.03em;
	text-align: center;
	margin: -10px 0 20px 0;
}

a.picture-zoom {
	cursor: zoom-in !important;
}

.latest-posts ul li {
	list-style-type: none;
}

.item .overlay {
	position: absolute;
	display: flex;
	flex-direction:column;
	justify-content:flex-end;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s ease;
}

.item:hover .overlay {
  opacity: 1;
}

.item .overlay .inner {
	padding: 5px 25px 10px 25px;
	background-color: rgba(255,255,255,0.5);
}

.item .overlay .inner h5 {
	letter-spacing: 0;
	font-size: 2vw;
	line-height: 1.2;
	color: #222222;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 575.98px) { /* sm */
	.item .overlay .inner h5 {
		font-size: 1vw;
	}
}

@media screen and (max-width: 767.98px) { /* md */
	.item .overlay .inner h5 {
		font-size: 16px;
	}
}

@media screen and (max-width: 991.98px) { /* md */
	.item .overlay .inner h5 {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) { /* lg */
	.item .overlay .inner h5 {
		font-size: 14px;
	}
}

.filter-select {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #D84329;
    line-height: 1.3;
    padding: 4px 27px 4px 7px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #F8D9D3;
    /* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23D84329%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
      /* linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); */
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.filter-select::-ms-expand {
    display: none;
}
.filter-select:hover {
    border-color: #EEEEEE;
	background-color: #EEEEEE !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23D84329%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	  background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .65em auto, 100%;
}
.filter-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.filter-select option {
    font-weight:normal;
}
.filter-select-large {
	font-size: 18px !important;
}

.tippy-tooltip {
    color: #26323d !important;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15) !important;
    background-color: #fff !important;
}

.tippy-tooltip[x-placement^=top] .tippy-arrow {
    border-top: 8px solid #fff !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}

.tippy-tooltip[x-placement^=bottom] .tippy-arrow {
    border-bottom: 8px solid #fff !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}

.tippy-tooltip[x-placement^=left] .tippy-arrow {
    border-left: 8px solid #fff !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}

.tippy-tooltip[x-placement^=right] .tippy-arrow {
    border-right: 8px solid #fff !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}

.tippy-tooltip .tippy-backdrop {
    background-color: #fff !important;
}

.tippy-tooltip .tippy-roundarrow {
    fill: #fff !important;
}

.tippy-tooltip[data-animatefill] {
    background-color: initial !important;
}

.alert-strip {
	transition: all 1s ease-in 0s;
}

.latest-posts, .multi-artist-data-links {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}

.konda-pagination {
    text-align: center;
}
.konda-pagination li {
    display: inline-block;
    margin: 0 5px 0 0 !important;
}
.konda-pagination li:first-child {
	position: relative;
}
.konda-pagination li:last-child {
    margin-right: 0;
	position: relative;
}
.konda-pagination li a,
.konda-pagination li button,
.konda-pagination li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #EEEEEE;
    background-color: #FFFFFF;
    height: 36px;
    width: 36px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #A3A3A3;
    font-size: 1.143em;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}

.konda-pagination li span {
	background-color: #CCCCCC;
	border: 2px solid #F5F5F5;
	color: #FFFFFF;
}

.konda-pagination li a:hover,
.konda-pagination li button:hover {
    color: #FFFFFF;
    background-color: #D84329;
    box-shadow: var(--hover-shadow);
}
.konda-pagination li a[rel~="prev"],
.konda-pagination li a[rel~="next"] {

	position: relative;
	top: 4px !important;
}

.konda-pagination li button.prev {

	position: relative;
	top: 2px !important;
}

.konda-pagination li button.next {

	position: relative;
	top: 5px !important;
}

ul.tag-list li {
	display: inline-block !important;
	float: left !important;
	margin: 0 5px 10px 0 !important;
}


.scroller{
  position: sticky;
  top: 0px;
  padding-bottom: 40px;
}

.maintenance-message { color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333433+0,d84329+100 */
	background: #333433; /* Old browsers */
	background: -moz-linear-gradient(left,  #333433 0%, #d84329 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #333433 0%,#d84329 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #333433 0%,#d84329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333433', endColorstr='#d84329',GradientType=1 ); /* IE6-9 */

}
.maintenance-message a.maintenance-link {color:#fff; text-decoration: underline; position: relative; top: 0px; }

@media (max-width: 768px) {
	.maintenance-excerpt {
		display: none;
	}
}

@media (max-width: 576px) {
	.maintenance-message .topbar-social a.topbar-social-link {
		display: none !important;
	}
}

/* useful */

.img-responsive { width: 100% !important; }
.img-circle { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; }
.clrr { clear: right !important; }
.clrl { clear: left !important; }
.clrb { clear: both !important; }

.responsive-video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

.form-control:focus{
	border-color: #F28B00;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(242,139,0,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(242,139,0,0.6);
}

.exhead {
	font-size: 27px !important;
}

.exhead a {
	color: #4B4A4C;
	transition: all 0.3s ease-in 0s;
	cursor: text !important;
}

.exhead a:hover {
	color: #D84329;
}

span.req { color: #CC0000; }

.tt { text-transform: uppercase; }

.brandcolor { color: #D84329 !important; }
.white { color: #FFFFFF !important; }
.black { color: #000000 !important; }
.green { color: #82C82A !important; }

.fwn { font-weight: normal; }
.fwb { font-weight: bold; }

.bgw { background-color: #FFFFFF; }
.bgb { background-color: #000000; }

.w100 { width: 100% !important; }
.w90 { width: 90% !important; }
.w80 { width: 80% !important; }
.w70 { width: 70% !important; }
.w60 { width: 60% !important; }
.w50 { width: 50% !important; }
.w40 { width: 40% !important; }
.w30 { width: 30% !important; }
.w20 { width: 20% !important; }
.w10 { width: 10% !important; }

.img-pull-right { float: right; margin: 0 0 20px 20px; }
.img-pull-left { float: left; margin: 0 20px 20px 0; }

.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.fsz15 { font-size: 15px; }
.fsz20 { font-size: 20px; }
.fsz25 { font-size: 25px; }
.fsz30 { font-size: 30px; }
.fsz35 { font-size: 35px; }
.fsz40 { font-size: 40px; }
.fsz50 { font-size: 50px; }
.fsz60 { font-size: 60px; }
.fsz70 { font-size: 70px; }
.fsz80 { font-size: 80px; }
.fsz90 { font-size: 90px; }
.fsz100 { font-size: 100px; }

.tsh { text-shadow: 0 0 5px #000000; }

.group:before,
.group:after {
    content: "" !important;
    display: table !important;
}
.group:after {
    clear: both !important;
}
.group {
    zoom: 1 !important; /* For IE 6/7 (trigger hasLayout) */
}

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

.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }
.mt-5 { margin-top: -5px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-15 { margin-top: -15px !important; }
.mt-20 { margin-top: -20px !important; }
.mt-30 { margin-top: -30px !important; }
.mt-40 { margin-top: -40px !important; }
.mt-50 { margin-top: -50px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb-5 { margin-bottom: -5px !important; }
.mb-10 { margin-bottom: -10px !important; }
.mb-15 { margin-bottom: -15px !important; }
.mb-20 { margin-bottom: -20px !important; }
.mb-30 { margin-bottom: -30px !important; }
.mb-40 { margin-bottom: -40px !important; }
.mb-50 { margin-bottom: -50px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml-5 { margin-left: -5px !important; }
.ml-10 { margin-left: -10px !important; }
.ml-15 { margin-left: -15px !important; }
.ml-20 { margin-left: -20px !important; }
.ml-30 { margin-left: -30px !important; }
.ml-40 { margin-left: -40px !important; }
.ml-50 { margin-left: -50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr-5 { margin-right: -5px !important; }
.mr-10 { margin-right: -10px !important; }
.mr-15 { margin-right: -15px !important; }
.mr-20 { margin-right: -20px !important; }
.mr-30 { margin-right: -30px !important; }
.mr-40 { margin-right: -40px !important; }
.mr-50 { margin-right: -50px !important; }

.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }
.fw800 { font-weight: 800 !important; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  .responsive-invisibility();
}
.visible-xs {
  @media (max-width: @screen-tablet) {
    .responsive-visibility();
  }
}
.visible-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-visibility();
  }
}
.visible-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-visibility();
  }
}
.visible-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-visibility();
  }
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  .responsive-visibility();
}
.hidden-xs {
  @media (max-width: @screen-tablet) {
    .responsive-invisibility();
  }
}
.hidden-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-invisibility() !important;
  }
}
.hidden-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-invisibility();
  }
}
.hidden-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-invisibility();
  }
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  .responsive-invisibility();
}
.visible-xs {
  @media (max-width: @screen-tablet) {
    .responsive-visibility();
  }
}
.visible-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-visibility();
  }
}
.visible-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-visibility();
  }
}
.visible-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-visibility();
  }
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  .responsive-visibility();
}
.hidden-xs {
  @media (max-width: @screen-tablet) {
    .responsive-invisibility();
  }
}
.hidden-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-invisibility() !important;
  }
}
.hidden-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-invisibility();
  }
}
.hidden-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-invisibility();
  }
}

/* Slider */

.slick-loading .slick-list{background: #fff url('./ajax-loader.gif') center center no-repeat;}

/* Icons */

@font-face{font-family: 'Open Sans';font-weight: normal;font-style: normal;}

/* Arrows */

.slick-prev,.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;border: none;outline: none;background: transparent;}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: transparent;}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}

.slick-prev:before,.slick-next:before{font-family: 'slick';font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.slick-prev{left: -25px;}

[dir='rtl'] .slick-prev{right: -25px;left: auto;}

.slick-prev:before{content: 'â†';}

[dir='rtl'] .slick-prev:before{content: 'â†'';}

.slick-next{right: -25px;}

[dir='rtl'] .slick-next{right: auto;left: -25px;}

.slick-next:before{content: 'â†'';}

[dir='rtl'] .slick-next:before{content: 'â†';}

.slick-slide {padding: 0 10px;}

.article > hr {
	width: 100%;
	display: block !important;
	clear: both !important;
}

/* adminpanel */

.sidepanel {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color:#43474B;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
}
.adminpanel-header {
    flex: 0 1 auto;
    width: 350px;
}
.adminpanel-scrollable {
    flex: 1 1 auto;
    width: 350px;
    overflow-y:scroll;
    overflow-x: hidden;
}
.adminpanel-footer {
  flex: 0 1 40px;
  width: 350px;
}
.sidepanel h3 {
    color: #FFFFFF;
    font-weight: 200;
    padding-left: 30px;
    font-size: 24px;
}

.sidepanel a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 12px;
 color: #FFFFFF;
 display: block;
 transition: 0.3s;
}

a.adminpanel-article-title {
    padding-bottom: 0;
}

a.admin-links {
 margin-right: 35px;
 padding: 0 !important;
 text-decoration: none;
 font-size: 12px;
 color: #FFFFFF;
 display: inline-block;
 float: left;
 transition: 0.3s;
}

a.admin-links:first-of-type {
    margin-left: 30px;
}

.sidepanel a:hover {
 color: #f1f1f1;
}

.sidepanel .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 16px;
 margin-left: 50px;
}
.sidepanel .closebtn:hover {
 color: #f1f1f1 !important;
}

.openbtn {
 font-size: 14px;
 cursor: pointer;
 color: #222222;
 padding: 10px 15px;
 border: none;
 transition: all 0.3s ease-in 0s;
 position: fixed;
 top: 0px;
 right: 0px;
 z-index: 99998;
}

.openbtn:hover {
 background-color: #C14E0B;
 color: #FFFFFF;
}

.adminpanel-entry {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

ul.feature-list li, ul.question-list li {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 30px;
    list-style-type: none !important;
    text-indent: -30px;
}

ul.feature-list li:before {
    content: url('check.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-right: 5px;
}

ul.question-list li:before {
    content: "?";
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    color: #9796AA;
    font-size: 4rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 10px;
    top: 20px;
}
