@media only screen and (max-width: 990px) {
    #top-bar {
        background-color: #0b0b0b
    }

}

#top-social a {
    color: #f6ecec !important
}

#top-social li {
    border-left: 0px !important;
}

/* ----- | Story-Box | ----- */
.story-box {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
cursor: pointer;
}

.story-box .story-box-image {
width: 70%;
height: 500px;
z-index: 2;
overflow: hidden;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}

.story-box .story-box-image img {
display: block;
height: auto;
width: 100%;
opacity: 1;
transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
opacity: .9;
}

.story-box .story-box-info {
box-sizing: border-box;
width: 50%;
height: 430px;
padding: 60px;
margin: 35px 0 0 -20%;
background: #fff;
z-index: 4;
box-shadow: 0 10px 45px rgba(0,0,0,.1);
transition: all ease-in .3s;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}

.story-box.description-left .story-box-info {
-ms-flex-order: -1;
order: -1;
margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
font-family: 'Playfair Display';
font-size: 26px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 0;
color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 20px;
    font-weight: 300;
    color: #E9BBBC !important;
    line-height: 22px;
    /* text-align: center; */
    padding-top: 50px;
}

.story-box .story-box-info .story-box-content a {
font-size: 16px;
text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

.story-box .story-box-image {
    height: auto;
    width: 100%;
    height: 400px;
    -ms-flex-order: -1;
    order: -1;
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0;
}

.story-box.description-left .story-box-info { margin: -40px 5% 0; }

.story-box .story-box-info {
    max-width: 90%;
    height: auto;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin: -40px 5% 0;
}
}


@media (max-width: 767px) {

.story-box.description-left .story-box-info { margin: -100px 5% 0; }
.story-box .story-box-info {
    padding: 35px;
    text-align: center;
    margin: -100px 5% 0;
}
.customers-count { border-right: none }
}

@media (max-width: 479px) {

.story-box .story-box-info {
    width: 100%;
    padding: 15px;
    text-align: center;
    margin: -200px 5% 0;
}
.story-box.description-left .story-box-info { margin: -200px 5% 0; }

ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}


/* ----- Tab ----- */
ul.tab-nav:not(.tab-nav-lg) { border-bottom: none; }

ul.tab-nav:not(.tab-nav-lg) li {
float: left;
border: none;
height: auto;
text-align: center;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: none; }

ul.tab-nav:not(.tab-nav-lg) li a {
color: #1d2c4c;
height: auto;
line-height: 1;
background-color: transparent;
font-size: 15px;
font-weight: 400;
padding: 0 0 20px 0;
}

ul.tab-nav:not(.tab-nav-lg) li a i {
display: block;
font-size: 42px;
margin: 0 0 17px 0;
/*color: var(--themecolor);*/
color: #4b20a3;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { top: 0; }

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after {
content: '';
position: absolute;
width: 6px;
height: 6px;
bottom: 0;
left: 50%;
margin-left: -3px;
border-radius: 50%;
background: var(--themecolor);
display: none;
}

.tab-container { margin: 30px 0 0; }


/* ----- Tab Responsive ----- */
.acctitle {
line-height: 30px;
font-size: 16px;
font-weight: 500;
color: #444;
border-top: 1px dotted #DDD;
padding: 12px 0 12px 24px;
}
.acc_content { padding: 10px 0 25px; }
.acctitle i {
color: var(--themecolor);
font-size: 16px;
top: 3px;
}

.acctitle i.icon-ok-circle,
.acctitle i.icon-remove-circle { display: none; }


/* book-wraps */
.book-image {
display: block;
position: relative;
}

.book-image img {
width: 100%;
max-width: 100%;
display: block;
}

.book-image::after {
content: " ";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
transition: opacity .3s ease;
opacity: 0;
}

.book-card {
position: relative;
will-change: transform;
transition: box-shadow .3s ease;
box-shadow: 0 10px 40px transparent;
}

.book-card.hover-in {
transition: -webkit-transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.book-card.hover-out {
transition: -webkit-transform .2s ease-in;
transition: transform .2s ease-in;
transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

/*.book-wrap:hover .book-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.book-wrap:hover .book-image::after { opacity: 1; }

.book-wrap:hover .book-title,
.book-wrap:hover .book-category,
/* .book-wrap:hover .book-border, */
.book-wrap:hover .button {
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
opacity: 1;
}

.book-wrap .book-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.book-wrap .book-image::after { opacity: 1; }

.book-wrap .book-title,
.book-wrap .book-category
{
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
opacity: 1;
}

.book-wrap { transform-style: flat !important; }

.book-detail {
position: absolute;
left: 40px;
right: 40px;
top: 40px;
bottom: 40px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
pointer-events: none;
-webkit-transform: translateZ(40px);
transform: translateZ(40px);
}

.book-title {
margin: 0 0 10px;
font-size: 2rem;
font-weight: 700;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
transition: .4s ease;
opacity: 0;
-webkit-transform: translateY(40px) scale(0);
-ms-transform: translateY(40px) scale(0);
transform: translateY(40px) scale(0);
will-change: transform;
}

.book-title a { color: white; }

.book-category {
opacity: 0;
margin: 0 0 18px;
font-family: 'Lato';
transition: .4s ease;
transition-delay: .1s;
-webkit-transform: translateY(40px) scale(0);
-ms-transform: translateY(40px) scale(0);
transform: translateY(40px) scale(0);
will-change: transform;
}

.book-category a {
color: rgba(255, 255, 255, 0.8);
font-size: 1.3em;
}

.book-wrap .button {
opacity: 0;
margin: 0 auto;
transition: .4s ease !important;
transition-delay: .15s !important;
-webkit-transform: translateY(40px) scale(0);
-ms-transform: translateY(40px) scale(0);
transform: translateY(40px) scale(0);
will-change: transform;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


/* img-hover-wraps */
.img-hover-wrap {
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transform-style: flat !important;
	backface-visibility: hidden;
}

.img-hover-wrap:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2;
}

.img-hover-card > a::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.img-hover-wrap:hover .img-hover-card > a::after { background-color: rgba(0, 0, 0, 0.6); }

.img-hover-card {
	position: relative;
	display: block;
	will-change: transform;
	transition: all .3s ease;
	box-shadow: 0 10px 40px transparent;
}

.img-hover-card a {
	width: 100%;
	max-width: 100%;
	display: block;
	z-index: 99;
}

.img-hover-card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d { z-index: 2; }

.img-hover-card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.img-hover-wrap .img-hover-detail {
	position: absolute;
	top: auto;
	left: 40px;
	bottom: 40px;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-transform: scale(1) translateY(40px) translateZ(50px);
	-ms-transform: scale(1) translateY(30px) translateZ(50px);
	-o-transform: scale(1) translateY(30px) translateZ(50px);
	transform: scale(1) translateY(30px) translateZ(50px);
	-webkit-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
	opacity: 1;
	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
	transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
	margin: 0 0 6px 0;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 9;
}

.img-hover-wrap .img-link {
	opacity: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link { opacity: 1; }

.img-hover-detail a { color: #FFF; }

.filter-p-pricing {
    position: initial !important;
    background-color: #5F267C !important;
    color: #fff;
    text-align: center;
}

.eventImgClass {
    min-height: 147px !important
}

.portfolio-image img {
    width: auto !important;
}

article {
    margin: 20px 0px;
}