@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 992px) {
.col-md-2new{
	width:20%;
}
}
.over {
	overflow: hidden;
}
.bg-white {
	background: #fff;
}
.grey-light-bg {
	background: #eee;
}
.btn-rounded {
	border-radius: 50px;
}
.button.white {
	color: #000;
	background-color: rgba(255,255,255,1);
}
.button.white:hover {
	background-color: rgba(255,255,255,.7);
	color: #000;
	cursor: pointer;
}
/*  contact new    */
.cover-background {
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.background-overlay {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	background-color: #0c0c0c;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.cur-line-top {
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
}
.cur-line-bottom {
	width: 100%;
	z-index: 10;
	position: absolute;
	bottom: 0;
}
select {
	border: 0;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .3s ease 0s;
	-khtml-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-bottom: 1px solid #a6a7a9;
	border-radius: 2px;
	background: transparent;
	color: #4b4e53;
	padding: 8px 20px 8px 0;
}
.select-custom {
	position: relative;
}
.select-custom:before {
	content: '\f0d7';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #666;
	z-index: 99;
}
.homepage-text-cont {
	position: absolute;
	left: 24px;
	top: 20px;
	background: #fff;
	padding: 5px 10px 5px 10px;
	min-width: 160px;
	z-index: 5;
}
.homepage-text-cont h4 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
.homepage-text-cont {
	position: static;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
}
.footer_social {
	width: 30px;
	height: 30px;
	border-radius: 250px;
	line-height: 35px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
/*
.instagram {
	background: #ea4452;
}
.facebook {
	background: #2D5F9A !important;
}
.reddit {
	background: #ff4500;
}
.typehype {
	background: #000;
}
.discord {
	background: #a9aef1;
}
.geekhack {
	padding-top: 15px;
	background: #000000;
}
*/

.artkey-login-form, .artkey-register-form{
	position: relative;
	padding: 20px;
	color: #ffffff;
}
.artkey-login-form:after, .artkey-register-form:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #363a40;
}
/*form.login, form.register {*/
	/*border: 1px solid #efefef;*/
	/*padding: 20px;*/
	/*-webkit-border-radius: 2px;*/
	/*-moz-border-radius: 2px;*/
	/*border-radius: 2px;*/
/*}*/
.entry-des {
	color: #696969;
	float: left;
	overflow: hidden;
}
#event-port {
}
#event-port .item {
	overflow: hidden;
	margin: 0 0px 30px 0px;
}
#event-port .shop-price-cont {
	margin-bottom: 0px;
}
.entry-des span {
	color: #696969;
	font-size: 18px;
	padding: 0 5px;
	overflow: hidden;
}
.event-label-cont {
	position: absolute;
	left: 40px;
	top: 20px;
	background: #fff;
	padding: 5px 5px 5px 5px;
}
/*  user upload    */

#upload-photo {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.upload-avatar {
	width: 40px;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#image-detail {
}
#image-detail .close {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=70);
	opacity: .7;
}
#image-detail .modal-content {
	border-radius: 0 !important;
	background: #ffffff;
}
.image-detail-icon {
	margin-right: 20px;
	color: #7e8082;
	font-size: 20px;
}
/*  gallery fillter    */

.gallery-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 20px;
	text-transform: uppercase;
	/* text-align: center; */
	letter-spacing: 2px;
	color: #555;
	cursor: default;
}
.gallery-filter a {
	display: inline-block;
	margin: 0 21px;
	margin-bottom: 5px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
}
.gallery-filter a:hover {
	color: #101010;
	text-decoration: none;
}
.gallery-filter a.active {
	color: #101010;
	border-color: #101010;
	cursor: default;
}
.gallery-filter a.active:hover {
	color: #101010;
}
.gallery-link {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: static;
	z-index: 20;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.port-grid-3 .port-item {
	width: 100%;
}
}
/*  countdown    */

.countdown-border {
	padding: 20px;
	border: 1px solid #fff;
}
.countdown-wrapper {
	box-sizing: border-box;
	width: 640px;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.countdown-time-container {
	display: inline-block;
	text-align: center;
	width: 21%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.countdown-timer {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 100px;
	line-height: 100px;
	display: inline-block;
	vertical-align: top;
	/*letter-spacing: 5px;*/
	text-align: center;
	padding: 15px;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
}
.countdown-dot {
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 100;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 5px;
	float: left;
}
.countdown-text {
	font-size: 13px;
}
/*.countdown-wrapper-small {*/
	/*width: 260px;!*margin: 0 auto;*!*/
/*}*/
.countdown-timer-small {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	/*letter-spacing: 5px;*/
	text-align: center;
	padding: 8px;
	/*background: rgba(0,0,0,.1);*/
	border-radius: 10px;
}
.countdown-dot-small {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 100;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 5px;
	float: left;
}

/* Shop list count down */
.countdown-time-container-shop {
	display: inline-block;
	text-align: center;
	width: 22%;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-right: 5px;
}
.countdown-wrapper-xsmall {
	/*width: 180px;*/
	/*margin: 0 auto;*/
	width: 95%;
	margin: auto;
}
.countdown-timer-xsmall {
	font-family: 'Quicksand';
	font-size: 28px;
	font-weight: bold;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	/*letter-spacing: 5px;*/
	text-align: center;
	/*padding: 8px;*/
	/*background: rgba(0,0,0,.1);*/
	border-radius: 10px;
}
.countdown-dot-xsmall {
	font-family: 'Roboto', sans-serif;
	/*font-size: 25px;*/
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 5px;
	float: right;
}
.countdown-text-xsmall {
	font-size: 10px;
	color: #e3e3e3;
	line-height: 10px;
}


@media only screen and (max-width: 768px) {
.countdown-wrapper {
	width: 100%;
}
.countdown-timer, .countdown-dot {
	font-size: 35px;
	line-height: 35px;
}
}

@media screen and (max-width: 568px) {
.countdown-amount, .countdown-dot {
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 0;
}
}

@media screen and (max-width: 384px) {
.countdown-timer, .countdown-dot {
	font-size: 55px;
	line-height: 55px;
}
}

@media screen and (max-width: 375px) {
.countdown-timer, .countdown-dot {
	font-size: 40px;
	line-height: 40px;
}
}
/*-- //Responsive-Code --*/

#owl-demo {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	/*background: #fff;*/
}
#owl-demo.items {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 20;
	visibility: inherit;
	opacity: 1;
}

#owl-demo .owl-item .item {
	margin: 0 !important;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: absolute;
	z-index: 1;
}



#owl-demo .homepage-text-cont {
	position: absolute;
	left: 24px;
	top: 120px;
	background: #fff;
	padding: 5px 10px 5px 10px;
	min-width: 160px;
	z-index: 5;
}

@media only screen and (max-width: 1366px) {
#owl-demo .homepage-text-cont {
	position: absolute;
	left: 24px;
	top: 120px;
}
}

@media only screen and (max-width: 1024px) {
#owl-demo .homepage-text-cont {
	position: absolute;
	left: 24px;
	top: 20px;
}
}


@media only screen and (max-width: 767px) {
#owl-demo .homepage-text-cont {
	position: static;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
}

/*-- //shopping card  --*/h

.shoping-buttons {
  position: absolute;
  display: inline-block;
  padding:0;
  top: 30px;
  right: 30px;
  z-index:28;
  transition: top .4s ease 0s; 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.affix .shoping-buttons {
  top: 13px;
  transition: top .4s ease 0s; 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 1024px) {
	.shoping-buttons{
		 top: 20px;
  right: 90px;
	}
}
.btn-cart {
	color: white;
	background-color: transparent !important;
}
.btn-cart:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.btn-cart:hover {
	color: rgba(255, 255, 255, 1) !important;
}


.widget_shopping_cart {
	padding: 10px;
    background: #4B4E53;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
   max-width: 360px !important;
	min-width: 360px !important;
   
	
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #4B4E53 !important;
}

@media (max-width: 1024px) {
.widget_shopping_cart {
	
   max-width: 260px !important;
	min-width: 260px !important;
   
	
}
	
}

.cart_product_list_widget{
list-style: none;
margin: 0;
padding: 0;
}
.cart_product_list_widget li{
padding: 4px 0;
margin: 0;
list-style: none;
}
.mini_cart_item {
	color: rgba(255, 255, 255, .7);
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 28px;
    position: relative;
}
.mini_cart_item a.tmb {
float: left;
padding-top: 10px;
}
.mini_cart_item .product-desc {
    overflow: hidden;
    padding-left: 20px;
}

.mini_cart_item .product-variation{
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding-left: 1em;
	border-left: 1px solid rgba(255, 255, 255, .7)
}
 .product-total {
    border-top: 1px solid rgba(255, 255, 255, .7);
	 color: rgba(255, 255, 255, .7);
    padding-top: 15px;
    float: none !important;
   
}

.mini_cart_item a.icon-close{
	color:#fff !important;
}

@media (max-width: 992px) {
.img-contact{
	max-width: 150px;
	margin: 0 auto;
}
}



/*-- //Responsive-Code --*/

.rollover {
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none!important;
}
.rollover img {
	border: 0;
	display: block;
}
.rollover .image {
	position: absolute;
}
div.rollover-info {
	color: white;
	left: 0;
	position: absolute;
	top: 0;
}
.rollover-info-wrapper {
	opacity: 0;
	 transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.rollover:hover .rollover-info-wrapper {
	opacity: 1;
	  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/*.rollover.active .rollover-info-wrapper {
	display: block;
}
*/

.rollover-background {
	background: rgba(0,0,0,0.85);
	  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	left: 0;
	position: absolute;
	top: 0;
}

.rollover-content {
	position: relative;
}


.person-thumb {
	
	height: auto;
	
}


.person-thumb div.rollover-info {
	width: 100%;
	height: 100%;
	 transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.person-thumb .rollover-avatar{
	margin-bottom: 10px;
	overflow: hidden;
}

.person-thumb .rollover-title{
  font-size:16px;
	color: #bebebe;
  font-weight:600;
text-transform: uppercase;	
}

 .person-thumb .rollover-description {
	font-family: "Open Sans";
font-size: 12px;
	 color: #bebebe;
text-transform: uppercase;
}

.person-thumb div.rollover-content {
	padding: 50px;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {

	.person-thumb .rollover-title{
	
	font-size:12px;
}

.person-thumb div.rollover-content {
	padding: 15px;
	
}

}


/* ===================================
    Icon
====================================== */

/* icon size */
.icon-very-small {font-size: 16px}
.icon-small {font-size: 24px}
.icon-medium {font-size: 35px}
.icon-extra-medium {font-size: 40px}
.icon-large {font-size: 50px}
.icon-round-small {border-radius: 100%; display: table-cell; height: 80px; margin: 0 auto; text-align: center; vertical-align: middle; width: 80px; font-size:32px}
.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}

/* social media icon */
.icon-social-very-small {font-size: 12px}
.icon-social-small {font-size: 14px}
.icon-social-medium {font-size: 16px}
.icon-social-large {font-size: 20px}
.icon-social-extra-large {font-size: 24px}
.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {margin: 0 8px; vertical-align: middle;}
.icon-social-large a i {margin: 0 4px; vertical-align: middle;}

/* social media icon style */
.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {list-style: none; padding: 0;}
.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {display: inline-block;}
footer .extra-small-icon li:first-child, footer .small-icon li:first-child, footer .medium-icon li:first-child, footer .large-icon li:first-child, footer .extra-large-icon li:first-child {margin-left: 0;}
footer .extra-small-icon li:last-child, footer .small-icon li:last-child, footer .medium-icon li:last-child, footer .large-icon li:last-child, footer .extra-large-icon li:last-child {margin-right: 0;}
.extra-small-icon li {margin: 0 2px}
.small-icon li {margin: 0 5px}
.medium-icon li {margin: 0 8px}
.large-icon li {margin: 0 10px}
.extra-large-icon li {margin: 0 12px}
.extra-small-icon a {font-size: 14px; width:30px; height:30px;line-height:29px;}
.small-icon a {font-size: 16px; width: 40px; height:40px;line-height: 38px;}
.medium-icon a {font-size: 20px; width: 50px; height:50px;line-height: 48px;}
.large-icon a {font-size: 24px; width: 60px; height: 60px;line-height: 61px;}
.extra-large-icon a {font-size: 30px; width: 70px; height: 70px;line-height: 68px;}


/* social icon style */

.social-icon-style-7 a.instagram:hover {border-color: #FE1F49; background-color: #FE1F49}
.social-icon-style-7 a.discord:hover {border-color: #7188d8; background-color: #7188d8}


/* icon hover effect style 7 */
.social-icon-style-7 a {text-align: center; display:inline-block; border-radius: 100%; color: #232323; background-color: #fff;}
.social-icon-style-7 a:hover { color: #fff; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2);}


/* Custom for inline list */
.inline-list {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	margin: 0 -5px;
}
.inline-list>.inline-list-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	width: 20%;
}
.inline-list>.inline-list-item:hover{
	cursor: pointer;
}
.inline-list>.inline-list-item-active {
	border: 1px;
}
