
@charset "UTF-8";

/* -------------------------------------------------------------- */
/* Commom Styles
----------------------------------------------------------------- */
@import url('../vendor/css/bootstrap-grid.css');  /* Default Reset, Responsive Grid*/
@import url('icons.css'); 
@import url('https://fonts.googleapis.com/css?family=Inter:300,400,600,700,800&subset=latin-ext');

body {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
}

body.gray { background-color: #fbfbfb; }
body p { }

/* Home */
.border-radius-50{
	border-radius: 50px!important;
}

.bg-home-hero{
	background: url(/assets/img/home/hero2.png) no-repeat center; 
	background-size: cover;
}

.main-search{
	border-bottom-left-radius:999px!important;
	border-top-left-radius:999px!important;
}
.main-search-button{
	border-bottom-right-radius:999px!important;
	border-top-right-radius:999px!important;
}

/* Login and Registration pages */
img.swwwap-logo{
	max-width:120px;
}

/* Section Headline */
.section-headline {
	display: block;
	position: relative;
	padding-right: 20%;
}

.section-headline.centered {
	text-align: center;
	padding: 0;
}

.section-headline span {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #888;
	margin-top: 0;
	display: block;
}

.section-headline h1,
.section-headline h2,
.section-headline h3,
.section-headline h4 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #333;
}

.section-headline h4 {
	font-size: 22px;
	line-height: 34px;
}

.section-headline.border-top { border-top: 1px solid #e0e0e0; }

h1.in-a-box,
h2.in-a-box,
h2.in-a-box,
h3.in-a-box,
h5.in-a-box {
	display: inline-block;
	font-size: 18px;
	background-color: #333;
	color: #fff;
	border-radius: 0px;
	padding: 8px 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.section-headline h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
	
/* Headline Link */
a:hover{
	text-decoration:none!important;
}
a.headline-link {
	position: absolute;
	right: 0;
	bottom: 0;
}

a.headline-link.bottom-icon:after {
	content: "\e957";
	top: 3px;
}

a.headline-link:after {
	content: "\e995";
	font-family: "Material-Icons";
	font-size: 21px;
	line-height: 0;
	position: relative;
	top: 4px;
	margin-left: 5px;
}

@media (max-width: 768px) { 
	a.headline-link {
		position: relative;
		margin-top: 10px;
		display: inline-block;
	}
}

/* Classes for disabling things on mobile devices */
@media (max-width: 992px) { .hide-under-992px { display: none; } }
@media (max-width: 768px) { .hide-under-768px { display: none; } }
@media (max-width: 480px) { .hide-under-480px { display: none; } }


/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
	display: block;
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.glyph.fs1 {
	position: relative;
	font-size: 20px;
	margin: 10px 15px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border-radius: 0px;
	flex: 1 1 calc(25% - 30px);
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 15px 15px;
	transition: 0.3s;
	color: #666;
}

.glyph.fs1:hover {
	transform: translateY(-5px);
	background-color: #333;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.glyph.fs1:hover span:not([class*="mls"]) {
	background-color: #fff;
	color: #333;
}

.glyph.fs1 .fs0,
.glyph.fs1 fieldset { display: none; }

.glyph.fs1 span:not([class*="mls"]) {
	vertical-align: middle;
	top: -4px;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.04);
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	font-size: 24px;
	transition: 0.3s;
	position: relative;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.glyph.fs1 .mls:not([class*="icon-"]) {
	max-width: 80%;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	top: 0;	
	vertical-align: middle;
	padding-left: 55px;
}


/* ---------------------------------- */
/* Offsets
------------------------------------- */

/* Content & Sidebar Offsets */
.content-left-offset { padding-left: 30px; }
.content-right-offset { padding-right: 30px; }

@media (max-width: 992px) {
	.content-left-offset { padding-left: 15px; }
	.content-right-offset { padding-right: 15px; }
}

/* Margin Top */
.margin-top-0   { margin-top: 0px  !important; }
.margin-top-1   { margin-top: 1px  !important; }
.margin-top-2   { margin-top: 2px  !important; }
.margin-top-3   { margin-top: 3px  !important; }
.margin-top-4   { margin-top: 4px  !important; }
.margin-top-5   { margin-top: 5px  !important; }
.margin-top-6   { margin-top: 6px  !important; }
.margin-top-7   { margin-top: 7px  !important; }
.margin-top-8   { margin-top: 8px  !important; }
.margin-top-9   { margin-top: 9px  !important; }
.margin-top-10  { margin-top: 10px !important; }
.margin-top-11  { margin-top: 11px !important; }
.margin-top-12  { margin-top: 12px !important; }
.margin-top-13  { margin-top: 13px !important; }
.margin-top-14  { margin-top: 14px !important; }
.margin-top-15  { margin-top: 15px !important; }
.margin-top-16  { margin-top: 16px !important; }
.margin-top-17  { margin-top: 17px !important; }
.margin-top-18  { margin-top: 18px !important; }
.margin-top-19  { margin-top: 19px !important; }
.margin-top-20  { margin-top: 20px !important; }
.margin-top-21  { margin-top: 21px !important; }
.margin-top-22  { margin-top: 22px !important; }
.margin-top-23  { margin-top: 23px !important; }
.margin-top-24  { margin-top: 24px !important; }
.margin-top-25  { margin-top: 25px !important; }
.margin-top-26  { margin-top: 26px !important; }
.margin-top-27  { margin-top: 27px !important; }
.margin-top-28  { margin-top: 28px !important; }
.margin-top-29  { margin-top: 29px !important; }
.margin-top-30  { margin-top: 30px !important; }
.margin-top-31  { margin-top: 31px !important; }
.margin-top-32  { margin-top: 32px !important; }
.margin-top-33  { margin-top: 33px !important; }
.margin-top-34  { margin-top: 34px !important; }
.margin-top-35  { margin-top: 35px !important; }
.margin-top-36  { margin-top: 36px !important; }
.margin-top-37  { margin-top: 37px !important; }
.margin-top-38  { margin-top: 38px !important; }
.margin-top-39  { margin-top: 39px !important; }
.margin-top-40  { margin-top: 40px !important; }
.margin-top-41  { margin-top: 41px !important; }
.margin-top-42  { margin-top: 42px !important; }
.margin-top-43  { margin-top: 43px !important; }
.margin-top-44  { margin-top: 44px !important; }
.margin-top-45  { margin-top: 45px !important; }
.margin-top-46  { margin-top: 46px !important; }
.margin-top-47  { margin-top: 47px !important; }
.margin-top-48  { margin-top: 48px !important; }
.margin-top-49  { margin-top: 49px !important; }
.margin-top-50  { margin-top: 50px !important; }
.margin-top-51  { margin-top: 51px !important; }
.margin-top-52  { margin-top: 52px !important; }
.margin-top-53  { margin-top: 53px !important; }
.margin-top-54  { margin-top: 54px !important; }
.margin-top-55  { margin-top: 55px !important; }
.margin-top-56  { margin-top: 56px !important; }
.margin-top-57  { margin-top: 57px !important; }
.margin-top-58  { margin-top: 58px !important; }
.margin-top-59  { margin-top: 59px !important; }
.margin-top-60  { margin-top: 60px !important; }
.margin-top-61  { margin-top: 61px !important; }
.margin-top-62  { margin-top: 62px !important; }
.margin-top-63  { margin-top: 63px !important; }
.margin-top-64  { margin-top: 64px !important; }
.margin-top-65  { margin-top: 65px !important; }
.margin-top-66  { margin-top: 66px !important; }
.margin-top-67  { margin-top: 67px !important; }
.margin-top-68  { margin-top: 68px !important; }
.margin-top-69  { margin-top: 69px !important; }
.margin-top-70  { margin-top: 70px !important; }
.margin-top-71  { margin-top: 71px !important; }
.margin-top-72  { margin-top: 72px !important; }
.margin-top-73  { margin-top: 73px !important; }
.margin-top-74  { margin-top: 74px !important; }
.margin-top-75  { margin-top: 75px !important; }
.margin-top-76  { margin-top: 76px !important; }
.margin-top-77  { margin-top: 77px !important; }
.margin-top-78  { margin-top: 78px !important; }
.margin-top-79  { margin-top: 79px !important; }
.margin-top-80  { margin-top: 80px !important; }
.margin-top-81  { margin-top: 81px !important; }
.margin-top-82  { margin-top: 82px !important; }
.margin-top-83  { margin-top: 83px !important; }
.margin-top-84  { margin-top: 84px !important; }
.margin-top-85  { margin-top: 85px !important; }
.margin-top-86  { margin-top: 86px !important; }
.margin-top-87  { margin-top: 87px !important; }
.margin-top-88  { margin-top: 88px !important; }
.margin-top-89  { margin-top: 89px !important; }
.margin-top-90  { margin-top: 90px !important; }
.margin-top-91  { margin-top: 91px !important; }
.margin-top-92  { margin-top: 92px !important; }
.margin-top-93  { margin-top: 93px !important; }
.margin-top-94  { margin-top: 94px !important; }
.margin-top-95  { margin-top: 95px !important; }
.margin-top-96  { margin-top: 96px !important; }
.margin-top-97  { margin-top: 97px !important; }
.margin-top-98  { margin-top: 98px !important; }
.margin-top-99  { margin-top: 99px !important; }
.margin-top-100 { margin-top: 100px !important; }

/* Margin Bottom */
.margin-bottom-0   { margin-bottom: 0px  !important; }
.margin-bottom-1   { margin-bottom: 1px  !important; }
.margin-bottom-2   { margin-bottom: 2px  !important; }
.margin-bottom-3   { margin-bottom: 3px  !important; }
.margin-bottom-4   { margin-bottom: 4px  !important; }
.margin-bottom-5   { margin-bottom: 5px  !important; }
.margin-bottom-6   { margin-bottom: 6px  !important; }
.margin-bottom-7   { margin-bottom: 7px  !important; }
.margin-bottom-8   { margin-bottom: 8px  !important; }
.margin-bottom-9   { margin-bottom: 9px  !important; }
.margin-bottom-10  { margin-bottom: 10px !important; }
.margin-bottom-11  { margin-bottom: 11px !important; }
.margin-bottom-12  { margin-bottom: 12px !important; }
.margin-bottom-13  { margin-bottom: 13px !important; }
.margin-bottom-14  { margin-bottom: 14px !important; }
.margin-bottom-15  { margin-bottom: 15px !important; }
.margin-bottom-16  { margin-bottom: 16px !important; }
.margin-bottom-17  { margin-bottom: 17px !important; }
.margin-bottom-18  { margin-bottom: 18px !important; }
.margin-bottom-19  { margin-bottom: 19px !important; }
.margin-bottom-20  { margin-bottom: 20px !important; }
.margin-bottom-21  { margin-bottom: 21px !important; }
.margin-bottom-22  { margin-bottom: 22px !important; }
.margin-bottom-23  { margin-bottom: 23px !important; }
.margin-bottom-24  { margin-bottom: 24px !important; }
.margin-bottom-25  { margin-bottom: 25px !important; }
.margin-bottom-26  { margin-bottom: 26px !important; }
.margin-bottom-27  { margin-bottom: 27px !important; }
.margin-bottom-28  { margin-bottom: 28px !important; }
.margin-bottom-29  { margin-bottom: 29px !important; }
.margin-bottom-30  { margin-bottom: 30px !important; }
.margin-bottom-31  { margin-bottom: 31px !important; }
.margin-bottom-32  { margin-bottom: 32px !important; }
.margin-bottom-33  { margin-bottom: 33px !important; }
.margin-bottom-34  { margin-bottom: 34px !important; }
.margin-bottom-35  { margin-bottom: 35px !important; }
.margin-bottom-36  { margin-bottom: 36px !important; }
.margin-bottom-37  { margin-bottom: 37px !important; }
.margin-bottom-38  { margin-bottom: 38px !important; }
.margin-bottom-39  { margin-bottom: 39px !important; }
.margin-bottom-40  { margin-bottom: 40px !important; }
.margin-bottom-41  { margin-bottom: 41px !important; }
.margin-bottom-42  { margin-bottom: 42px !important; }
.margin-bottom-43  { margin-bottom: 43px !important; }
.margin-bottom-44  { margin-bottom: 44px !important; }
.margin-bottom-45  { margin-bottom: 45px !important; }
.margin-bottom-46  { margin-bottom: 46px !important; }
.margin-bottom-47  { margin-bottom: 47px !important; }
.margin-bottom-48  { margin-bottom: 48px !important; }
.margin-bottom-49  { margin-bottom: 49px !important; }
.margin-bottom-50  { margin-bottom: 50px !important; }
.margin-bottom-51  { margin-bottom: 51px !important; }
.margin-bottom-52  { margin-bottom: 52px !important; }
.margin-bottom-53  { margin-bottom: 53px !important; }
.margin-bottom-54  { margin-bottom: 54px !important; }
.margin-bottom-55  { margin-bottom: 55px !important; }
.margin-bottom-56  { margin-bottom: 56px !important; }
.margin-bottom-57  { margin-bottom: 57px !important; }
.margin-bottom-58  { margin-bottom: 58px !important; }
.margin-bottom-59  { margin-bottom: 59px !important; }
.margin-bottom-60  { margin-bottom: 60px !important; }
.margin-bottom-61  { margin-bottom: 61px !important; }
.margin-bottom-62  { margin-bottom: 62px !important; }
.margin-bottom-63  { margin-bottom: 63px !important; }
.margin-bottom-64  { margin-bottom: 64px !important; }
.margin-bottom-65  { margin-bottom: 65px !important; }
.margin-bottom-66  { margin-bottom: 66px !important; }
.margin-bottom-67  { margin-bottom: 67px !important; }
.margin-bottom-68  { margin-bottom: 68px !important; }
.margin-bottom-69  { margin-bottom: 69px !important; }
.margin-bottom-70  { margin-bottom: 70px !important; }
.margin-bottom-71  { margin-bottom: 71px !important; }
.margin-bottom-72  { margin-bottom: 72px !important; }
.margin-bottom-73  { margin-bottom: 73px !important; }
.margin-bottom-74  { margin-bottom: 74px !important; }
.margin-bottom-75  { margin-bottom: 75px !important; }
.margin-bottom-76  { margin-bottom: 76px !important; }
.margin-bottom-77  { margin-bottom: 77px !important; }
.margin-bottom-78  { margin-bottom: 78px !important; }
.margin-bottom-79  { margin-bottom: 79px !important; }
.margin-bottom-80  { margin-bottom: 80px !important; }
.margin-bottom-81  { margin-bottom: 81px !important; }
.margin-bottom-82  { margin-bottom: 82px !important; }
.margin-bottom-83  { margin-bottom: 83px !important; }
.margin-bottom-84  { margin-bottom: 84px !important; }
.margin-bottom-85  { margin-bottom: 85px !important; }
.margin-bottom-86  { margin-bottom: 86px !important; }
.margin-bottom-87  { margin-bottom: 87px !important; }
.margin-bottom-88  { margin-bottom: 88px !important; }
.margin-bottom-89  { margin-bottom: 89px !important; }
.margin-bottom-90  { margin-bottom: 90px !important; }
.margin-bottom-91  { margin-bottom: 91px !important; }
.margin-bottom-92  { margin-bottom: 92px !important; }
.margin-bottom-93  { margin-bottom: 93px !important; }
.margin-bottom-94  { margin-bottom: 94px !important; }
.margin-bottom-95  { margin-bottom: 95px !important; }
.margin-bottom-96  { margin-bottom: 96px !important; }
.margin-bottom-97  { margin-bottom: 97px !important; }
.margin-bottom-98  { margin-bottom: 98px !important; }
.margin-bottom-99  { margin-bottom: 99px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }

/* Margin Left */
.margin-left-0  { margin-left: 0 !important; }
.margin-left-1  { margin-left: 1px !important; }
.margin-left-2  { margin-left: 2px !important; }
.margin-left-3  { margin-left: 3px !important; }
.margin-left-4  { margin-left: 4px !important; }
.margin-left-5  { margin-left: 5px !important; }
.margin-left-6  { margin-left: 6px !important; }
.margin-left-7  { margin-left: 7px !important; }
.margin-left-8  { margin-left: 8px !important; }
.margin-left-9  { margin-left: 9px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-35 { margin-left: 35px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-45 { margin-left: 45px !important; }
.margin-left-50 { margin-left: 50px !important; }
.margin-left-55 { margin-left: 55px !important; }
.margin-left-60 { margin-left: 60px !important; }
.margin-left-65 { margin-left: 65px !important; }
.margin-left-70 { margin-left: 70px !important; }
.margin-left-75 { margin-left: 75px !important; }
.margin-left-80 { margin-left: 80px !important; }
.margin-left-85 { margin-left: 85px !important; }
.margin-left-90 { margin-left: 90px !important; }
.margin-left-95 { margin-left: 95px !important; }
.margin-left-100 { margin-left: 100px !important; }

/* Margin Right */
.margin-right-0  { margin-right: 0 !important; }
.margin-right-1  { margin-right: 1px !important; }
.margin-right-2  { margin-right: 2px !important; }
.margin-right-3  { margin-right: 3px !important; }
.margin-right-4  { margin-right: 4px !important; }
.margin-right-5  { margin-right: 5px !important; }
.margin-right-6  { margin-right: 6px !important; }
.margin-right-7  { margin-right: 7px !important; }
.margin-right-8  { margin-right: 8px !important; }
.margin-right-9  { margin-right: 9px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-35 { margin-right: 35px !important; }
.margin-right-40 { margin-right: 40px !important; }
.margin-right-45 { margin-right: 45px !important; }
.margin-right-50 { margin-right: 50px !important; }
.margin-right-55 { margin-right: 55px !important; }
.margin-right-60 { margin-right: 60px !important; }
.margin-right-65 { margin-right: 65px !important; }
.margin-right-70 { margin-right: 70px !important; }
.margin-right-75 { margin-right: 75px !important; }
.margin-right-80 { margin-right: 80px !important; }
.margin-right-85 { margin-right: 85px !important; }
.margin-right-90 { margin-right: 90px !important; }
.margin-right-95 { margin-right: 95px !important; }
.margin-right-100 { margin-right: 100px !important; }


/* Padding Top */
.padding-top-0   { padding-top: 0px  !important; }
.padding-top-1   { padding-top: 1px  !important; }
.padding-top-2   { padding-top: 2px  !important; }
.padding-top-3   { padding-top: 3px  !important; }
.padding-top-4   { padding-top: 4px  !important; }
.padding-top-5   { padding-top: 5px  !important; }
.padding-top-6   { padding-top: 6px  !important; }
.padding-top-7   { padding-top: 7px  !important; }
.padding-top-8   { padding-top: 8px  !important; }
.padding-top-9   { padding-top: 9px  !important; }
.padding-top-10  { padding-top: 10px !important; }
.padding-top-11  { padding-top: 11px !important; }
.padding-top-12  { padding-top: 12px !important; }
.padding-top-13  { padding-top: 13px !important; }
.padding-top-14  { padding-top: 14px !important; }
.padding-top-15  { padding-top: 15px !important; }
.padding-top-16  { padding-top: 16px !important; }
.padding-top-17  { padding-top: 17px !important; }
.padding-top-18  { padding-top: 18px !important; }
.padding-top-19  { padding-top: 19px !important; }
.padding-top-20  { padding-top: 20px !important; }
.padding-top-21  { padding-top: 21px !important; }
.padding-top-22  { padding-top: 22px !important; }
.padding-top-23  { padding-top: 23px !important; }
.padding-top-24  { padding-top: 24px !important; }
.padding-top-25  { padding-top: 25px !important; }
.padding-top-26  { padding-top: 26px !important; }
.padding-top-27  { padding-top: 27px !important; }
.padding-top-28  { padding-top: 28px !important; }
.padding-top-29  { padding-top: 29px !important; }
.padding-top-30  { padding-top: 30px !important; }
.padding-top-31  { padding-top: 31px !important; }
.padding-top-32  { padding-top: 32px !important; }
.padding-top-33  { padding-top: 33px !important; }
.padding-top-34  { padding-top: 34px !important; }
.padding-top-35  { padding-top: 35px !important; }
.padding-top-36  { padding-top: 36px !important; }
.padding-top-37  { padding-top: 37px !important; }
.padding-top-38  { padding-top: 38px !important; }
.padding-top-39  { padding-top: 39px !important; }
.padding-top-40  { padding-top: 40px !important; }
.padding-top-41  { padding-top: 41px !important; }
.padding-top-42  { padding-top: 42px !important; }
.padding-top-43  { padding-top: 43px !important; }
.padding-top-44  { padding-top: 44px !important; }
.padding-top-45  { padding-top: 45px !important; }
.padding-top-46  { padding-top: 46px !important; }
.padding-top-47  { padding-top: 47px !important; }
.padding-top-48  { padding-top: 48px !important; }
.padding-top-49  { padding-top: 49px !important; }
.padding-top-50  { padding-top: 50px !important; }
.padding-top-51  { padding-top: 51px !important; }
.padding-top-52  { padding-top: 52px !important; }
.padding-top-53  { padding-top: 53px !important; }
.padding-top-54  { padding-top: 54px !important; }
.padding-top-55  { padding-top: 55px !important; }
.padding-top-56  { padding-top: 56px !important; }
.padding-top-57  { padding-top: 57px !important; }
.padding-top-58  { padding-top: 58px !important; }
.padding-top-59  { padding-top: 59px !important; }
.padding-top-60  { padding-top: 60px !important; }
.padding-top-61  { padding-top: 61px !important; }
.padding-top-62  { padding-top: 62px !important; }
.padding-top-63  { padding-top: 63px !important; }
.padding-top-64  { padding-top: 64px !important; }
.padding-top-65  { padding-top: 65px !important; }
.padding-top-66  { padding-top: 66px !important; }
.padding-top-67  { padding-top: 67px !important; }
.padding-top-68  { padding-top: 68px !important; }
.padding-top-69  { padding-top: 69px !important; }
.padding-top-70  { padding-top: 70px !important; }
.padding-top-71  { padding-top: 71px !important; }
.padding-top-72  { padding-top: 72px !important; }
.padding-top-73  { padding-top: 73px !important; }
.padding-top-74  { padding-top: 74px !important; }
.padding-top-75  { padding-top: 75px !important; }
.padding-top-76  { padding-top: 76px !important; }
.padding-top-77  { padding-top: 77px !important; }
.padding-top-78  { padding-top: 78px !important; }
.padding-top-79  { padding-top: 79px !important; }
.padding-top-80  { padding-top: 80px !important; }
.padding-top-81  { padding-top: 81px !important; }
.padding-top-82  { padding-top: 82px !important; }
.padding-top-83  { padding-top: 83px !important; }
.padding-top-84  { padding-top: 84px !important; }
.padding-top-85  { padding-top: 85px !important; }
.padding-top-86  { padding-top: 86px !important; }
.padding-top-87  { padding-top: 87px !important; }
.padding-top-88  { padding-top: 88px !important; }
.padding-top-89  { padding-top: 89px !important; }
.padding-top-90  { padding-top: 90px !important; }
.padding-top-91  { padding-top: 91px !important; }
.padding-top-92  { padding-top: 92px !important; }
.padding-top-93  { padding-top: 93px !important; }
.padding-top-94  { padding-top: 94px !important; }
.padding-top-95  { padding-top: 95px !important; }
.padding-top-96  { padding-top: 96px !important; }
.padding-top-97  { padding-top: 97px !important; }
.padding-top-98  { padding-top: 98px !important; }
.padding-top-99  { padding-top: 99px !important; }
.padding-top-100 { padding-top: 100px !important; }

/* Padding Bottom */
.padding-bottom-0   { padding-bottom: 0px  !important; }
.padding-bottom-1   { padding-bottom: 1px  !important; }
.padding-bottom-2   { padding-bottom: 2px  !important; }
.padding-bottom-3   { padding-bottom: 3px  !important; }
.padding-bottom-4   { padding-bottom: 4px  !important; }
.padding-bottom-5   { padding-bottom: 5px  !important; }
.padding-bottom-6   { padding-bottom: 6px  !important; }
.padding-bottom-7   { padding-bottom: 7px  !important; }
.padding-bottom-8   { padding-bottom: 8px  !important; }
.padding-bottom-9   { padding-bottom: 9px  !important; }
.padding-bottom-10  { padding-bottom: 10px !important; }
.padding-bottom-11  { padding-bottom: 11px !important; }
.padding-bottom-12  { padding-bottom: 12px !important; }
.padding-bottom-13  { padding-bottom: 13px !important; }
.padding-bottom-14  { padding-bottom: 14px !important; }
.padding-bottom-15  { padding-bottom: 15px !important; }
.padding-bottom-16  { padding-bottom: 16px !important; }
.padding-bottom-17  { padding-bottom: 17px !important; }
.padding-bottom-18  { padding-bottom: 18px !important; }
.padding-bottom-19  { padding-bottom: 19px !important; }
.padding-bottom-20  { padding-bottom: 20px !important; }
.padding-bottom-21  { padding-bottom: 21px !important; }
.padding-bottom-22  { padding-bottom: 22px !important; }
.padding-bottom-23  { padding-bottom: 23px !important; }
.padding-bottom-24  { padding-bottom: 24px !important; }
.padding-bottom-25  { padding-bottom: 25px !important; }
.padding-bottom-26  { padding-bottom: 26px !important; }
.padding-bottom-27  { padding-bottom: 27px !important; }
.padding-bottom-28  { padding-bottom: 28px !important; }
.padding-bottom-29  { padding-bottom: 29px !important; }
.padding-bottom-30  { padding-bottom: 30px !important; }
.padding-bottom-31  { padding-bottom: 31px !important; }
.padding-bottom-32  { padding-bottom: 32px !important; }
.padding-bottom-33  { padding-bottom: 33px !important; }
.padding-bottom-34  { padding-bottom: 34px !important; }
.padding-bottom-35  { padding-bottom: 35px !important; }
.padding-bottom-36  { padding-bottom: 36px !important; }
.padding-bottom-37  { padding-bottom: 37px !important; }
.padding-bottom-38  { padding-bottom: 38px !important; }
.padding-bottom-39  { padding-bottom: 39px !important; }
.padding-bottom-40  { padding-bottom: 40px !important; }
.padding-bottom-41  { padding-bottom: 41px !important; }
.padding-bottom-42  { padding-bottom: 42px !important; }
.padding-bottom-43  { padding-bottom: 43px !important; }
.padding-bottom-44  { padding-bottom: 44px !important; }
.padding-bottom-45  { padding-bottom: 45px !important; }
.padding-bottom-46  { padding-bottom: 46px !important; }
.padding-bottom-47  { padding-bottom: 47px !important; }
.padding-bottom-48  { padding-bottom: 48px !important; }
.padding-bottom-49  { padding-bottom: 49px !important; }
.padding-bottom-50  { padding-bottom: 50px !important; }
.padding-bottom-51  { padding-bottom: 51px !important; }
.padding-bottom-52  { padding-bottom: 52px !important; }
.padding-bottom-53  { padding-bottom: 53px !important; }
.padding-bottom-54  { padding-bottom: 54px !important; }
.padding-bottom-55  { padding-bottom: 55px !important; }
.padding-bottom-56  { padding-bottom: 56px !important; }
.padding-bottom-57  { padding-bottom: 57px !important; }
.padding-bottom-58  { padding-bottom: 58px !important; }
.padding-bottom-59  { padding-bottom: 59px !important; }
.padding-bottom-60  { padding-bottom: 60px !important; }
.padding-bottom-61  { padding-bottom: 61px !important; }
.padding-bottom-62  { padding-bottom: 62px !important; }
.padding-bottom-63  { padding-bottom: 63px !important; }
.padding-bottom-64  { padding-bottom: 64px !important; }
.padding-bottom-65  { padding-bottom: 65px !important; }
.padding-bottom-66  { padding-bottom: 66px !important; }
.padding-bottom-67  { padding-bottom: 67px !important; }
.padding-bottom-68  { padding-bottom: 68px !important; }
.padding-bottom-69  { padding-bottom: 69px !important; }
.padding-bottom-70  { padding-bottom: 70px !important; }
.padding-bottom-71  { padding-bottom: 71px !important; }
.padding-bottom-72  { padding-bottom: 72px !important; }
.padding-bottom-73  { padding-bottom: 73px !important; }
.padding-bottom-74  { padding-bottom: 74px !important; }
.padding-bottom-75  { padding-bottom: 75px !important; }
.padding-bottom-76  { padding-bottom: 76px !important; }
.padding-bottom-77  { padding-bottom: 77px !important; }
.padding-bottom-78  { padding-bottom: 78px !important; }
.padding-bottom-79  { padding-bottom: 79px !important; }
.padding-bottom-80  { padding-bottom: 80px !important; }
.padding-bottom-81  { padding-bottom: 81px !important; }
.padding-bottom-82  { padding-bottom: 82px !important; }
.padding-bottom-83  { padding-bottom: 83px !important; }
.padding-bottom-84  { padding-bottom: 84px !important; }
.padding-bottom-85  { padding-bottom: 85px !important; }
.padding-bottom-86  { padding-bottom: 86px !important; }
.padding-bottom-87  { padding-bottom: 87px !important; }
.padding-bottom-88  { padding-bottom: 88px !important; }
.padding-bottom-89  { padding-bottom: 89px !important; }
.padding-bottom-90  { padding-bottom: 90px !important; }
.padding-bottom-91  { padding-bottom: 91px !important; }
.padding-bottom-92  { padding-bottom: 92px !important; }
.padding-bottom-93  { padding-bottom: 93px !important; }
.padding-bottom-94  { padding-bottom: 94px !important; }
.padding-bottom-95  { padding-bottom: 95px !important; }
.padding-bottom-96  { padding-bottom: 96px !important; }
.padding-bottom-97  { padding-bottom: 97px !important; }
.padding-bottom-98  { padding-bottom: 98px !important; }
.padding-bottom-99  { padding-bottom: 99px !important; }
.padding-bottom-100 { padding-bottom: 100px !important; }

/* Padding Right */
.padding-right-0  { padding-right: 0 !important; }
.padding-right-5  { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-right-15 { padding-right: 15px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-right-25 { padding-right: 25px !important; }
.padding-right-30 { padding-right: 30px !important; }
.padding-right-35 { padding-right: 35px !important; }
.padding-right-40 { padding-right: 40px !important; }
.padding-right-45 { padding-right: 45px !important; }
.padding-right-50 { padding-right: 50px !important; }
.padding-right-55 { padding-right: 55px !important; }
.padding-right-55 { padding-right: 55px !important; }
.padding-right-55 { padding-right: 55px !important; }
.padding-right-55 { padding-right: 55px !important; }
.padding-right-60 { padding-right: 60px !important; }
.padding-right-65 { padding-right: 65px !important; }
.padding-right-70 { padding-right: 70px !important; }
.padding-right-75 { padding-right: 75px !important; }
.padding-right-80 { padding-right: 80px !important; }
.padding-right-85 { padding-right: 85px !important; }
.padding-right-90 { padding-right: 90px !important; }
.padding-right-95 { padding-right: 95px !important; }
.padding-right-100 { padding-right: 100px !important; }

/* Padding Left */
.padding-left-0  { padding-left: 0 !important; }
.padding-left-5  { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-left-25 { padding-left: 25px !important; }
.padding-left-30 { padding-left: 30px !important; }
.padding-left-35 { padding-left: 35px !important; }
.padding-left-40 { padding-left: 40px !important; }
.padding-left-45 { padding-left: 45px !important; }
.padding-left-50 { padding-left: 50px !important; }
.padding-left-55 { padding-left: 55px !important; }
.padding-left-55 { padding-left: 55px !important; }
.padding-left-55 { padding-left: 55px !important; }
.padding-left-55 { padding-left: 55px !important; }
.padding-left-60 { padding-left: 60px !important; }
.padding-left-65 { padding-left: 65px !important; }
.padding-left-70 { padding-left: 70px !important; }
.padding-left-75 { padding-left: 75px !important; }
.padding-left-80 { padding-left: 80px !important; }
.padding-left-85 { padding-left: 85px !important; }
.padding-left-90 { padding-left: 90px !important; }
.padding-left-95 { padding-left: 95px !important; }
.padding-left-100 { padding-left: 100px !important; }

/* ---------------------------------- */
/* Buttons
------------------------------------- */
.btn-lg{
	padding:14px 36px;
	font-size:20px;
}

/* ---------------------------------- */
/* Header
------------------------------------- */
.search-nav-input {
	height:auto;	
}

.swwwap-site-header.swwwap-sticky-active .navbar-toggler-icon
{
    background: #fff;
}

.site-header.swwwap-sticky-active .swwwap-one-page-menu.homepage2.whitenav ul > li.nav-item > a.nav-link
{
    color: #8b8b8b;
}

.top-header
{
    background: transparent;
}

.top-header .container
{
    padding: 10px 0; 

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.top-header .container .row
{
   width: 100%;
}

.top-message
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.top-message li
{
    font-size: 14px;

    display: inline-block;

    color: #333;
}
.top-message li i
{
    font-size: 16px;

    padding-right: 3px; 

    color: #fff;
}
.top-message li a
{
    display: block;

    color: #fff;
}
.top-message li a i
{
    color: #fff;
}

.top-social
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.top-social li
{
    position: relative; 

    display: inline-block;

    padding-right: 10px;
}
.top-social li:last-child
{
    padding-right: 0;
}
.top-social li a
{
    font-size: 14px;

    display: block;

    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out; 
    text-align: center;

    color: #fff;
}
.top-social li a:hover
{
	color:#2e3d62 !important;
    /*color: #ff6d00 !important;*/
}
.top-social li a:hover i
{
	color:#2e3d62 !important;
    /*color: #ff6d00 !important;*/
}
.top-social li a span img
{
    margin-right: 5px;
}
.top-social li a i
{
    padding-right: 5px;
}

.top-social .down-arrow.dropdown-toggle
{
    position: relative;

    margin-right: 15px;
}
.top-social .down-arrow.dropdown-toggle:after
{
    font-family: 'FontAwesome';
    font-size: 18px;

    position: absolute;
    top: 50%;
    right: -18px;

    content: '\f107';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    border: none;
}

.top-social .select-arrwo
{
    position: absolute;
    right: 10px;

    color: #fff;
}
.swwwap-site-header,
.main-header
{
    position: relative;
}
a.navbar-brand{
	max-width:110px;
}
.swwwap-site-header.swwwap-fixed-top,
.main-header.swwwap-fixed-top
{
    position: absolute;
    z-index: 150; 
    top: 0;
    left: 0;

    width: 100%;
}
.swwwap-site-header.swwwap-sticky.swwwap-sticky-active,
.main-header.swwwap-sticky.swwwap-sticky-active
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background:         linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.main-header.swwwap-sticky.swwwap-sticky-active img
{
	max-width: 100%;
    max-height: 100%;
    display: block; 
}

.main-header.swwwap-sticky img
{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.main-header.swwwap-sticky .brand-logo
{
    width: 200px;        
    display: block;
}

.swwwap-site-header.swwwap-sticky.swwwap-sticky-active .sticky-logo,
.main-header.swwwap-sticky.swwwap-sticky-active .sticky-logo
{
	width: 200px;        
    display: block;
}

.swwwap-site-header.swwwap-sticky.swwwap-sticky-active .brand-logo,
.main-header.swwwap-sticky.swwwap-sticky-active .brand-logo
{
    display: none;
}

.swwwap-site-header .sticky-logo,
.main-header .sticky-logo
{
    display: none;
}
.swwwap-site-header .main-header,
.main-header .main-header
{
    padding: 10px 0;

    background-color: transparent;
}

.search-nav-input{
	border-top-left-radius:0px!important;
    border-bottom-left-radius: 0px!important;
}

/*Menu Css*/
.main-menu ul
{
    margin: 0;
    margin-right: -13px; 
    padding: 0;

    list-style: outside none none;

    text-align: center;
}
.main-menu ul li
{
    position: relative; 

    display: inline-block;
}
.main-menu ul li a
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;

    display: block;

    padding: 0 13px;

    -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out; 
    text-transform: capitalize;

    color: #333;
}
@media (max-width: 1199.98px)
{
    .main-menu ul li a
    {
        padding: 0 5px;
    }
}
.main-menu ul li a:hover
{
    text-decoration: none;
}

.main-menu a:foucs
{
    text-decoration: none; 

    outline: none;
}

.main-menu > ul > li.current-menu-item > a
{
    color: #ff6d00;
}

/*change hover color*/
.main-menu > ul > li:hover > a
{
    color: #2e3d62;
}

/*li dot hover change*/
/*men item carve icon*/
.main-menu > ul > li.menu-item-has-children > a:after
{
    font-family: 'FontAwesome'; 

    margin-left: 4px;

    content: '\f107';
}

/*sub menu*/
.main-menu > ul > li.menu-item-has-children > ul.sub-menu
{
    position: absolute;
    z-index: 999;
    top: 120%;
    left: 0;

    visibility: hidden; 

    min-width: 200px;

    -webkit-transition: all .42s ease-in-out;
            transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}

.main-menu > ul > li.menu-item-has-children:hover > ul.sub-menu
{
    top: 100%; 

    visibility: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li,
.main-menu ul ul li
{
    display: block;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
.main-menu ul ul li a
{
    font-weight: 400;

    position: relative;
    z-index: 1; 

    display: block;

    padding: 8px 15px;

    text-transform: capitalize;

    color: #2e3d62;
    border-bottom: 1px solid #eee;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:last-child > a,
.main-menu ul ul li:last-child > a
{
    border-bottom: 1px solid transparent !important;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
.main-menu ul ul > li:hover > a
{
    padding-left: 23px;

    color: #fff;
    background: #2e3d62;
}

/* */
.main-menu ul ul li.menu-item-has-children > a:after
{
    font-family: 'FontAwesome';

    position: absolute;
    right: 10px; 

    content: '\f107';
}

.main-menu ul ul li.menu-item-has-children.change-icon > a:after
{
    content: '\f0da';
}

.main-menu ul ul
{
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 202px;

    visibility: hidden; 

    min-width: 200px;

    -webkit-transition: all .42s ease-in-out;
            transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    color: #333;
    border: none;
    border-radius: 3px;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu,
.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu
{
    top: 0;

    visibility: visible; 

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.mobile-menu
{
    display: none;
}

.menu-click
{
    position: static;
    z-index: 9999;
    top: -60px;
    right: 10px;

    display: inline-block;

    margin-left: 15px; 
    padding: 8px 7px 4px;

    cursor: pointer;
    -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
            transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);

    border: 1px solid #ff6d00;
    background: #ff6d00;
}

.menu-click span
{
    display: block; 

    width: 30px;
    height: 2px;
    margin-bottom: 4px;

    -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
            transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);

    background: #fff;
}

.mobile-menu
{
    display: none;
}

@media (min-width: 992px)
{
    .white-menu .main-menu > ul > li > a
    {
        color: #fff;
    }
    .white-menu .main-menu > ul > li > a:hover
    {
        color: #2e3d62;
    }
    .white-menu .main-menu > ul > li.current-menu-item > a
    {
        color: #2e3d62;
    }
    .white-menu .main-menu > ul > li.current-menu-item > a:hover
    {
        color: #2e3d62;
    }
    .white-menu.home-one .main-menu ul ul > li:hover > a,
    .white-menu.home-one .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a
    {
        background: #2e3d62;
    }
    .white-menu.home-two .main-menu > ul > li > a:hover
    {
        color: #2e3d62;
    }
    .white-menu.home-two .main-menu > ul > li.current-menu-item > a
    {
        color: #fff;
    }
    .white-menu.home-two .main-menu > ul > li.current-menu-item > a:hover
    {
        color: #2e3d62;
    }
    .white-menu.home-two .main-menu ul ul > li:hover > a,
    .white-menu.home-two .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a
    {
        background: #2e3d62;
    }
}

.swwwap-one-page-menu ul > li.nav-item > a.nav-link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600; 

    position: relative;

    margin-right: 15px;
    margin-left: 15px;
    padding: 0;

    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;
    text-transform: capitalize;

    color: #fff;
}

.swwwap-one-page-menu ul > li.nav-item > a.nav-link:focus
{
    outline: none;
}

.swwwap-one-page-menu .dropdown-menu
{
    display: block;
    visibility: hidden;

    min-width: 200px; 
    margin-top: 0;
    padding: 0;

    -webkit-transition: all .15s;
            transition: all .15s;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);

    opacity: 0;
    border: none !important;
    border-radius: 5px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
            box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
}

.swwwap-one-page-menu .dropdown:hover .dropdown-menu,
.swwwap-one-page-menu.dropdown.show .dropdown-menu
{
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); 

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.swwwap-one-page-menu .dropdown-toggle:after
{
    border: none;
}

.hero-wrap{
	padding: 80px 0px;

}
@media (max-width: 768px) {
  .hero-wrap {
    padding: 20px 0px;
  }
}
.hero-text{
	color:#ffffffd6;
	font-size:18px;
}
.home-nav-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  color:#fff;
}

.home-nav-btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.swwwap-hidden-search
{
    position: fixed;
    z-index: 999;
    top: 0;
    top: 50%;
    left: 0;
    left: 50%;

    visibility: hidden; 
    overflow: hidden;

    width: 60px;
    height: 60px;

    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    opacity: 0;
    background-color: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
.swwwap-hidden-search .btn
{
    font-size: 20px; 

    color: #fff;
    background-color: #f30070;
}
.swwwap-hidden-search .form-control
{
    font-size: 16px; 

    height: 52px;
    padding-left: 28px;

    border-color: #f30070;
    background: transparent;
}
.swwwap-hidden-search .form-control::-webkit-input-placeholder
{
    font-size: 16px; 

    color: #333;
}
.swwwap-hidden-search .form-control::-moz-placeholder
{
    font-size: 16px; 

    color: #333;
}
.swwwap-hidden-search .form-control::-ms-input-placeholder
{
    font-size: 16px; 

    color: #333;
}
.swwwap-hidden-search .form-control::placeholder
{
    font-size: 16px; 

    color: #333;
}
.swwwap-hidden-search .form-control:focus,
.swwwap-hidden-search .form-control:hover
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.swwwap-hidden-search .swwwap-search-close
{
    font-size: 20px;

    position: absolute;
    top: 30px;
    right: 30px;

    cursor: pointer; 

    color: #f30070;
}
.swwwap-hidden-search.swwwap-search-active
{
    top: 0;
    left: 0;

    visibility: visible;

    width: 100%;
    height: 100%;

    -webkit-animation: scale-up-bottom;
            animation: scale-up-bottom; 

    opacity: 1;
    border-radius: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.search-height
{
    height: 100vh;
}

.open-offcanvasmenu
{
    cursor: pointer;
}
.open-offcanvasmenu span
{
    display: block;

    width: 30px;
    height: 2px;
    margin-bottom: 5px;

    -webkit-transition: all .12s ease-in-out;
            transition: all .12s ease-in-out; 

    background: #999;
}
.open-offcanvasmenu:hover span
{
    background: #f30070;
}
.open-offcanvasmenu:hover span:nth-child(1)
{
    margin-bottom: 8px;
}
.open-offcanvasmenu:hover span:nth-child(2)
{
    position: relative;

    width: 20px;
    margin-left: 5px;
}
.open-offcanvasmenu:hover span:nth-child(3)
{
    margin-top: 8px;
}

.swwwap-sidnav
{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;

    width: 385px;
    height: 100%;
    padding: 30px;

    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    -webkit-transform: translateX(385px);
        -ms-transform: translateX(385px);
            transform: translateX(385px); 

    background-color: #fff;
    -webkit-box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);
            box-shadow: 0 24px 35px 0 rgba(153, 153, 153, .15);
}
@media (max-width: 320px)
{
    .swwwap-sidnav
    {
        width: 300px !important;
    }
}
.swwwap-sidnav.active
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: slideInRight 400ms ease-in-out;
            animation: slideInRight 400ms ease-in-out;
}
.swwwap-sidnav .sidenav-close
{
    font-size: 30px; 

    cursor: pointer;

    color: #f30070;
}

.swwwap-overlay
{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out; 

    opacity: 0;
    background: rgba(0, 0, 0, .4);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
.swwwap-overlay.active
{
    z-index: 9;

    visibility: visible; 

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.swwwap-nav-tolls
{
    position: relative; 

    margin-left: 30px;
}
.swwwap-nav-tolls .swwwap-search-open,
.swwwap-nav-tolls .open-cart-opt
{
    cursor: pointer;
}
.swwwap-nav-tolls span
{
    position: relative;
    z-index: 1;
}
.swwwap-nav-tolls span a
{
    -webkit-transition: all .245s ease-in-out;
            transition: all .245s ease-in-out; 

    color: #fff;
}
.swwwap-nav-tolls span a:hover
{
    color: #2e3d62;
}


/* ---------------------------------- */
/* Footer
------------------------------------- */
#footer {
	/*background-color: #303030;*/
	background-color: #303030;
	color: #c0c0c0;
}

#footer p { line-height: 26px; }

.footer-top-section {
	border-bottom: 1px solid #484848;
}

.footer-top-section .footer-logo img { max-height: 46px; }

.footer-rows-container { 
	display: block;
	height: 96px;
	position: relative;
	z-index: 100;
}

.footer-row {
	display: inline-block;
	padding: 0 40px;
	border-right: 1px solid #484848;
	border-left: 1px solid #484848;
	float: left;
	height: 100%;
}

.footer-row-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer-row-inner.footer-logo {
	position: relative;
	top: auto;
	transform: translateY(0);
	top: 50%;
	position: relative;
	height: 46px;
 }

.footer-row-inner.footer-logo img {
	position: relative;
	top: 50%;
 }

.footer-row:first-child { padding-left: 0; border-left: none; }
.footer-row:last-child { padding-right: 0; border: none; }

.footer-rows-right .footer-row:first-child {
	padding-left: 40px;
	border-left:  1px solid #484848;
}

.footer-rows-right {
	float: right;
	height: 100%;
}

/* Currency Switcher */
.currency-switcher.bootstrap-select.btn-group .dropdown-menu.inner {
	width: 100%;
}

.currency-switcher.bootstrap-select:before { display: none; }

.currency-switcher.bootstrap-select .dropdown-menu {
    padding-top: 15px;
    top: calc(100% + 15px);
    width: 160px;
    left: auto;
    right: 0;
}

.currency-switcher.bootstrap-select .dropdown-menu:before {
	position: absolute;
	top: -5px;
	content: "";
	right: 20px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

.currency-switcher.bootstrap-select.btn-group button {
	height: 44px;
	padding-right: 35px;
	padding-left: 18px;
	color: #fff;
	background-color: #444;
	transition: 0.3s;
	box-shadow: none;
}

.currency-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	height: 44px;
	line-height: 44px;
}

.currency-switcher.bootstrap-select.btn-group button:hover {
	background-color: #fff;
	color: #333;
}

.currency-switcher.bootstrap-select.btn-group.open button,
.currency-switcher.bootstrap-select.btn-group button:hover {
	background-color: #66676b;
	color: #fff;
}

.currency-switcher.bootstrap-select.btn-group button .caret { transition: 0.3s; }

.currency-switcher.bootstrap-select.btn-group.open button .caret,
.currency-switcher.bootstrap-select.btn-group button:hover .caret {
	border-top-color: #fff;
}

.currency-switcher.bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 18px;
}

/* Social Icons */
.footer-social-links {
	list-style: none;
	margin: 0 -10px;
	margin-top: 3px;
	padding: 0;
}

.footer-social-links li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}

.footer-social-links li a {
	font-size: 20px;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
	opacity: 0.5;
	transform: translate3d(0,-0.5px,0);
}

.footer-social-links li a:hover {
	opacity: 1;
}

/* Middle Section */
.footer-middle-section {
	padding: 60px 0;
	position: relative;
	z-index: 10;
}

#footer h3,
#footer h2,
.footer-links h3 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	display: block
}

#footer h3 i {
	position: relative;
	margin-right: 5px;
	top: 2px;
	font-size: 20px;
	font-weight: 400 !important;
}
.footer-links ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	margin-bottom: 0;
	display: block;
}

.footer-links ul li:first-child a { padding-top: 0; }
.footer-links ul li:last-child a { padding-bottom: 0; }

.footer-links ul li a {
	color: #c0c0c0;
	display: block;
	line-height: 25px;
	position: relative;
	z-index: 100;
	padding: 4px 0;
}

.footer-links ul li a span {
	display: inline-block;
	position: relative;
}

.footer-links ul li a:hover {
	color: #fff;
}

.footer-links ul li a span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #66676b;
	height: 2px;
	display: block;
	transition: all 0.25s, opacity 0.2s;
	z-index: -1;
	border-radius: 3px;
	opacity: 0.5;
	width: 0;
}

.footer-links ul li a:hover span:before {
	width: 100%;
	opacity: 1;
}

/* Newsletter */
.newsletter {
	display: flex;
	margin-top: 20px;
}

.newsletter input,
.newsletter button {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newsletter input {
	background: #262626;
	box-shadow: none;
	margin-bottom: 0;
}

.newsletter input:focus {
	box-shadow: none;
}

.newsletter button {
	background-color: #66676b;
	border-radius: 0px;
	height: 48px;
	min-width: 48px;
	max-width: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	transition: 0.3s;
}

.newsletter button:hover {
	background-color: #fff;
	color: #333;
}

.newsletter button i {
	width: 100%;
	line-height: 24px;
}


/* Copyrights */
.footer-bottom-section {
	padding: 25px 0;
	border-top: 1px solid #484848;
	text-align: center;
}

.footer-bottom-section strong {
	color: #fff;
	font-weight: 500;
}


/* Footer Media Queries*/
@media (max-width: 992px) {
	#footer h3 { margin-top: 45px; }
	.footer-middle-section { padding-top: 0; padding-bottom: 45px }
}

@media (max-width: 768px) {
	.content-left-offset { padding-left: 15px; }
	.content-right-offset { padding-left: 15px; }

	.footer-rows-container {
		height: auto;
		padding: 20px 0 40px 0;
	}

	.footer-rows-left,
	.footer-rows-right {
	    float: none;
	    height: auto;
	}

	.footer-row-inner.footer-logo img { top: 0; }

	.footer-row-inner {
	    position: relative;
	    top: 0;
	    transform: translateY(0);
	}

	.footer-row-inner.footer-logo {
	    top: 0;
	    position: relative;
	    height: 46px;
	}

	#footer .footer-row {
		padding: 0;
		float: none;
		padding: 20px 0 0 0;
		display: block;
		width: 100%;
		border: none;
	}

	.footer-rows-container .footer-rows-left,
	.footer-rows-container .footer-rows-right{ display: block }

}


/* ---------------------------------- */
/* Sidebar Styles
------------------------------------- */
.sidebar-container { margin-bottom: 40px; }
.full-page-container .sidebar-container { margin-bottom: 0px; }

.sidebar-widget input { margin-bottom: 0; }

.sidebar-widget {
	margin-bottom: 50px;
	display: block;
}

.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

/* ---------------------------------- */
/* Buttons
------------------------------------- */

button { vertical-align: middle; }

span.button,
button.button,
input[type="button"],
input[type="submit"],
a.button {
	

}

/* Icons Aligment*/
.button i[class^="icon-material"],
button.button i[class^="icon-material"],
input[type="button"] i[class^="icon-material"],
input[type="submit"] i[class^="icon-material"],
a.button i[class^="icon-material"] {
	font-size: 18px;
	height: 0;
	width: 18px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

.button i[class^="icon-feather"],
button.button i[class^="icon-feather"],
input[type="button"] i[class^="icon-feather"],
input[type="submit"] i[class^="icon-feather"],
a.button i[class^="icon-feather"] {
	font-size: 16px;
	height: 0;
	width: 16px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

/* Dark Style */
button.button.dark,
input[type="button"].dark,
input[type="submit"].dark,
a.button.dark {
	background-color: #333;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Dark Style */
button.button.gray,
input[type="button"].gray,
input[type="submit"].gray,
a.button.gray {
	background-color: #eaeaea;
	color: #666;
	box-shadow: none;
}

button.button.gray:hover,
input[type="button"].gray:hover,
input[type="submit"].gray:hover,
a.button.gray:hover {
	background-color: #e0e0e0;
}


body .button i.icon-material-outline-arrow-right-alt {
	font-size: 22px;
	top: 4px;
}

.button.full-width {
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: block;
}

.button.big {

}

body .button.big i {
	font-size: 22px;
	top: 3px;
	position: relative;
	
}

/* Slide Out Button */
.button.button-slide-out span {
	transform: translateY(0px);
	opacity: 1;
	transition: 0.3s;
}

.button.button-slide-out:hover span {
	transform: translateY(-10px);
	opacity: 0;
	display: inline-block;
	transition: 0.3s;
}

.button.button-slide-out i {
	transform: translateY(calc(-50% + 10px));
	opacity: 0;
	display: inline-block;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	top: 50%;
	height: 20px;
}

.button.button-slide-out:hover i {
	transform: translateY(calc(-50% + 0px));
	opacity: 1;
}


/* Move on Hover */
.move-on-hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
	transform: translateY(0);
	transition: 0.3s;
}

.move-on-hover:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
	transform: translateY(-2px)
}

/* Centered Button */
.centered-button {
	text-align: center;
	display: block
}

.centered-button .button {
	margin: 0 auto;
}


/* Bookmark Button */
span.bookmark-icon {
	font-size: 20px;
	position: absolute;
	z-index: 101;
	right: 35px;
	top: 35px;
	cursor: pointer;
	background-color: #eee;
	color: #c0c0c0;
	display: block;
	height: 39px;
	width: 39px;
	border-radius: 50%;
	transition: all 0.4s;
	line-height: 27px;
}

.bookmark-icon.bookmarked { animation: bookmarked-shadow 0.3s; }

@keyframes bookmarked-shadow {
  0% { box-shadow: 0 0 0 0 rgba(254,179,66,0.8); }
  100% { box-shadow: 0 0 0 10px rgba(0,0,0,0); }
}


.bookmark-icon:before {
	transition: transform 0.4s cubic-bezier(.8,-.41,.19,2.5);
	font-family: "Material-Icons";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 6px;
	content: "\e988";
}

.bookmark-icon:hover {
	background-color: #333;
	color: #fff;
}

.bookmark-icon.bookmarked {
	background-color: #feb342;
	color: #fff;
}

.bookmark-icon.bookmarked:before {
	animation: bookmark-icon 0.5s;
}

@keyframes bookmark-icon {
  0% {
	 -webkit-transform: scale(0.8);
				transform: scale(0.8);
  }
  50% {
	 -webkit-transform: scale(1.2);
				transform: scale(1.2);
  }
  100% {
	 -webkit-transform: scale(1);
				transform: scale(1);
  }
}

/* Submit Listing Forms */

.note-toolbar.card-header{
display:none;	
}
.note-editable.card-block{
border: var(--gk-border-width) solid var(--gk-input-border);
border-radius: var(--gk-border-radius);
}

/* Bookmark Button */
.bookmark-button {
	background-color: #404040;
	display: inline-block;
	padding: 0;
	position: relative;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 15px;
	padding-left: 59px;
	border-radius: 0px;
	transition: 0.4s;
	cursor: pointer;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.bookmark-button .bookmark-icon,
.bookmark-button:hover .bookmark-icon { background-color: rgba(255,255,255,0.05) }

.bookmark-button .bookmark-icon {
	border-radius: 0px;
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	height: 44px;
	width: 44px;
	border-radius: 4px 0 0 4px;
	pointer-events: none;
	transition: 0.4s;
	animation: none;
}

.bookmark-button .bookmark-icon:before {
	top: 8px;
	color: #fff;
	transition: 0.4s;
	font-size: 18px;
}

.bookmark-button.bookmarked {
	background-color: #feb342;
    color: #fff;
	box-shadow: 0 3px 12px rgba(254,179,66,0.2);
}

.bookmark-button.bookmarked .bookmark-icon:before,
.bookmark-button:hover .bookmark-icon:before {
    color: #fff;
}

.bookmark-button.bookmarked .bookmark-icon,
.bookmark-button.bookmarked:hover .bookmark-icon {
	background-color: rgba(255,255,255,0.16)
}
.bookmark-button.bookmarked .bookmarked-text,
.bookmark-button .bookmark-text { display: block }

.bookmark-button.bookmarked .bookmark-text,
.bookmark-button .bookmarked-text { display: none; }

.swwwap-btn
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    position: relative;
    z-index: 2; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    padding: 16px 37px;

    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
            transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;

    border-width: 0;
    border-radius: 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.swwwap-btn.long
{
    padding: 12px 68px;
}
.swwwap-btn.long span
{
    position: absolute;
    top: 50%; 
    right: 4px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.swwwap-btn.pill
{
    border-radius: 999px;
}

.swwwap-btn.swwwap-rounded
{
    border-radius: 10px;
}
.swwwap-btn.swwwap-sm
{
    font-size: 14px;

    padding: 14px 25px;
}
.swwwap-btn.swwwap-sm2
{
    font-size: 14px;

    padding: 10px 35px;
}
.swwwap-btn.swwwap-sm3
{
    font-size: 13px;

    padding: 10px 30px;
}
.swwwap-btn.swwwap-sm4
{
    font-size: 16px;

    padding: 10px 30px;
}
.swwwap-btn.swwwap-xl
{
    padding: 16px 100px;
}
.swwwap-btn.d-block
{
    display: block !important;

    width: 100%;
}

.swwwap-Bshadow-1
{
    -webkit-box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .3);
            box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .3);
}
.swwwap-Bshadow-1:hover
{
    -webkit-box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .1);
            box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .1);
}

@media (max-width: 767.98px)
{
    .swwwap-btn
    {
        font-size: 14px; 

        padding: 16px 37px;
    }
}
.swwwap-btn span
{
    font-size: 18px; 
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-left: 6px;

    text-align: center;

    border-radius: 50%;
}

@-webkit-keyframes swwwap-pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

@keyframes swwwap-pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

/* ---------------------------------- */
/* Button with sliding icon
------------------------------------- */
.button-sliding-icon { text-align: center; }
.button-sliding-icon i {
	opacity: 0;
	max-width: 0;
	transition: 0.25s;
	display: inline-block;
	transform: translateX(-20px);
}

.button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	transform: translateX(0);
}


/* For buttons */
.button.button-sliding-icon {
	padding-left: 20px;
	padding-right: 10px;
}

.button.button-sliding-icon:hover {
	padding-right: 20px;
}

.button.button-sliding-icon i {
	padding-right: 5px;
}

.button.button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	transform: translateX(0);
}


/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
	margin: 0;
	text-align: center;
}

.pagination-next-prev {
	position: relative;
	top: -66px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}


.pagination ul li a,
.pagination-next-prev ul li a {
	padding: 10px 0;
	border-bottom: none;
	display: inline-block;
	color: #333;
	background-color: transparent;
	font-weight: 700;
	margin:0;
	line-height: 22px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-size: 14px;
	float: left;
}

.pagination ul li a {
	border-radius: 0px;
	width: 44px;
	height: 44px;
	padding: 0;
	line-height: 44px;
}

.pagination ul li a i {
	line-height: 44px;
	font-size: 24px;
}

.pagination ul li.blank {
	color: #a0a0a0;
	padding: 0 6px;
}

.section.gray .pagination .pagination-arrow a:hover,
.pagination ul li a.current-page,
.pagination ul li a:hover {
	background-color: #333;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}

.pagination ul li a.current-page {
	background-color: #66676b;
	color: #fff;
	box-shadow: 0 2px 8px rgba(102,103,107,0.25)
}

.pagination .pagination-arrow a { background-color: #f0f0f0; }
.section.gray .pagination .pagination-arrow a { background-color: #eaeaea; }

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-3,
.list-2,
.list-1 {
	padding: 3px 0 0 0;
	font-size: 16px;
}

.list-3 li,
.list-2 li,
.list-1 li {
	list-style: none;
	margin: 10px 0;
	line-height: 27px;
	margin-left: 20px;
	position: relative;
}

.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
	margin-top: 0;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
	margin: 0;
	position: relative;
	color: #66676b;
	float: left;
	margin-left: -20px;
	display: block;
}

.list-1.gray li:before {
	color: #777;
}

.list-2 li,
.list-2 li { margin-left: 28px; }

.list-3 li:before,
.list-2 li:before {
	font-family: "Material-Icons"; 
	content: "\e928";
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-left: -28px;
}

.list-3 li:before {
	content: "\e912";
	font-family: "Feather-Icons";
	font-weight: 500;
	font-size: 18px;
}

.list-1 li:before {
	content: "";
	height: 6px;
	width: 6px;
	background-color: #66676b;
	border-radius: 2px;
	position: relative;
	top: 9px;
}

/* Numbered Style */
.numbered ol {
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin-left: 18px;
	display: inline-block;
	font-size: 16px;
}

.numbered ol li {
	display: inline-block;
	padding: 6px 0;
	width: 100%;
}

.numbered ol > li::before {
	content: counter(li);
	counter-increment: li;
	font-size: 16px;
	line-height: 35px;
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	margin-left: 0;
	font-weight: 500;
	color: #333;
	position: relative;
	float: left;
	left: -18px;
	font-size: 15px;
	transform: translateY(-10%);
}

.numbered.color ol > li::before {
	border: 1px solid #66676b;
	color: #66676b;
}

.numbered.color.filled ol > li::before {
	border: 1px solid #66676b;
	color: #fff;
	background-color: #66676b;
}


/* ---------------------------------- */
/* Marks
------------------------------------- */
mark {
	background-color: #fcf8e3;
	color: #8a803e;
	padding: 1px 5px;
}

mark.color {
    background-color: #66676b;
    border-radius: 0px;
    color: #fff;
}


/* ---------------------------------- */
/* Accordion
------------------------------------- */
.accordion {
	font-size: 16px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.accordion .accordion {
	border-radius: 0px;
	box-shadow: none;
}

.accordion-header,
.accordion-body {
	background: #fff;
}

.accordion-header {
	padding: 15px 25px;
	background: #66676b;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
	position: relative;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
}

.accordion .accordion .accordion-header {
	box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
}

.accordion-header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	opacity: 0;
	transition: 0.3s;
}

.accordion-body__contents p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


.accordion-body {
	background: #fff;
	color: #666;
	display: none;
}

.accordion-body__contents {
	padding: 25px;
	font-size: 16px;
	line-height: 28px;
}

.accordion__item.active:last-child .accordion-header { border-radius: none; }
.accordion:first-child > .accordion__item > .accordion-header { border-bottom: 1px solid transparent; }

.accordion__item > .accordion-header:after {
	content: "\e957";
	font-family: Material-Icons;
	font-size: 19px;
	float: right;
	position: relative;
	top: -1px;
	transition: .3s all;
	transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after { transform: rotate(-180deg); }
.accordion__item.active .accordion .accordion-header:before { opacity: 0 }

.accordion__item .accordion__item .accordion-header {
	background: #f7f7f7;
	color: #666;
}


/* ---------------------------------- */
/* Copy to clipboard
------------------------------------- */
.copy-url {
	display: flex;
}

.copy-url input {
	border-radius: 4px 0 0 4px;
	border-right: 0;
}

.copy-url .copy-url-button {
	min-width: 48px;
	background-color: #66676b;
	color: #fff;
	border-radius: 0 4px 4px 0;
}


/* ---------------------------------- */
/* Share Buttons
------------------------------------- */
.share-buttons { display: block; }

.share-buttons-trigger {
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
	background-color: #f0f0f0;
	border-radius: 0px;
	transition: 0.4s;
	cursor: default;
}

.share-buttons-trigger i {
	position: relative;
	top: 1px;
}

.share-buttons-content {
	display: inline-block;
	position: relative;
	width: calc(100% - 60px)
}

.share-buttons-content span {
	margin-left: 10px;
	color: #888;
	cursor: default;
	padding: 10px 0;
	display: inline-block;
	transition: 0.4s;
}

.share-buttons-content span strong {
	color: #66676b;
	font-weight: 600;
}

.share-buttons:hover .share-buttons-content span {
	opacity: 0;
	transition: 0.2s;
}

/* Icons */
.share-buttons-icons {
	position: absolute;
	left: 5px;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.4s cubic-bezier(0.5,-.41,.19,2);
}

.share-buttons:hover .share-buttons-icons{
	opacity: 1;
	transform: translate(0);
}

.share-buttons-icons li {
	display: inline-block;
	float: left;
}

.share-buttons-icons li:first-child a { border-radius: 4px 0 0 4px; }
.share-buttons-icons li:last-child a { border-radius: 0 4px 4px 0; }

.share-buttons-icons li a {
	height: 44px;
	width: 44px;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}

.share-buttons-icons li a i {
	position: relative;
	top: 1px;
}


/* ---------------------------------- */
/* Verified Badge
------------------------------------- */
.domains-listing-company .verified-badge,
.domains-listing .domains-listing-footer ul li .verified-badge {
	position: relative;
	display: inline-block;
	transform: scale(0.7);
	top: 2px;
	margin-left: -2px;
}

/* Verified Badge */
.verified-badge {
	position: relative;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #38b653;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	font-weight: 500;
}

.verified-badge:before {
	content: "\e92b";
	font-family: "Feather-Icons";
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 0px;
	line-height: 27px;
}

.domains-listing .domains-listing-company-logo .verified-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(7px, 7px);
}

/* Long Verified Badge */
.verified-badge-with-title {
	position: relative;
	height: 26px;
	display: flex;
	top: -1px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	background-color: #30ab4a;
	text-align: center;
	z-index: 10;
	font-weight: 500;
	border-radius: 0px;
	padding: 0 8px 0 0;
	margin: 0;
	overflow: hidden;
	padding-left: 34px;
	line-height: 27px;
}
.verified-badge-with-title:before {
	content: "\e92b";
	font-family: "Feather-Icons";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	height: 26px;
	width: 26px;
	display: inline-block;
	background-color: #38b653;
}

/* UnVerified Badge */
.unverified-badge-with-title {
	position: relative;
	height: 26px;
	display: flex;
	top: -1px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	background-color: #FF6347;
	text-align: center;
	z-index: 10;
	font-weight: 500;
	border-radius: 0px;
	padding: 0 8px 0 0;
	margin: 0;
	overflow: hidden;
	padding-left: 34px;
	line-height: 27px;
}
.unverified-badge-with-title:before {
	content: "\e92b";
	font-family: "Feather-Icons";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	height: 26px;
	width: 26px;
	display: inline-block;
	background-color: #FF6347;
}

/* ---------------------------------- */
/* Ripple Effect
------------------------------------- */
.ripple-effect-dark,
.ripple-effect {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
	animation: ripple 0.9s;
	border-radius: 100%;
	background: #fff;
	height: 12px;
	position: absolute;
	width: 12px;
	line-height: 12px;
	opacity: 0.1;
	pointer-events: none;
}

.ripple-effect-dark span.ripple-overlay { background: #000; opacity: 0.07; }

@keyframes ripple {
  0% {
	 -webkit-transform: scale(4);
				transform: scale(4);
  }
  100% {
	 opacity: 0;
	 -webkit-transform: scale(40);
				transform: scale(40);
  }
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
	display: block;
	position: relative;
}

.input-with-icon input {
	padding-right: 45px;
}

.input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 20px;
	color: #a0a0a0;
	font-style: normal;
	cursor: normal;
	pointer-events: none;
}

.input-with-icon i.currency {
	font-size: 14px;
}

/* Input with boxed icon */
.input-with-icon-left {
	position: relative;
}

.input-with-icon-left input {
	padding-left: 65px;
}

.input-with-icon-left i {
	position: absolute;
	top: 0;
	color: #a0a0a0;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;
	font-size: 19px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	display: block;
	border-radius: 4px 0 0 4px;
}

.input-with-icon-left.no-border i {
	border: none;
}

/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container { margin-bottom: -15px; }

.keywords-list {
	display: block;
	float: left;
	height: 0;
}

.keyword {
	background-color: rgba(102,103,107,0.07);
	color: #66676b;
	display: inline-block;
	float: left;
	padding: 0;
	border-radius: 0px;
	cursor: default;
	margin: 0 7px 7px 0;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box; 
	animation: KeywordIn 0.3s ease-in-out;
	animation-fill-mode: both;
	transition: 0.4s;
	overflow: hidden;
	max-width: 100%;
	font-size: 14.7px;
}

@keyframes KeywordIn {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.keyword.keyword-removed {
    max-width: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
	animation: KeywordOut 0.4s ease-in-out;
	animation-fill-mode: both;
	pointer-events: none;
}

@keyframes KeywordOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
	margin-top: -35px;
  }
}

.keyword-text { padding-right: 12px;  }

.keyword .keyword-remove:before {
	display: inline-block;
	cursor: pointer;
	font-family: "Feather-Icons";
	content: "\ea02";
	line-height: 20px;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: 10px;
	font-size: 15px;
}

.keyword-input-container {
	position: relative;
}

.keyword-input-container .keyword-input-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	padding: 0;
	color: #fff;
	border-radius: 0px;
	margin: 9px;
	font-size: 19px;
	text-align: center;
}

.keyword-input-container .keyword-input-button i {
	color: #fff;
	position: relative;
	top: 2px;
}

input.keyword-input { margin: 0 0 15px 0; }


/* ---------------------------------- */
/* On/Off Switch
------------------------------------- */
.switches-list .switch-container {
	width: 100%
}

.switches-list .switch-container:last-child label {
	margin-bottom: 0;
}

.switch-container {
	display: inline-block;
	cursor: pointer;
}

label.switch { position: relative; }

.switches-list .switch-container label {
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	line-height: 26px;
}

.switch-button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 50px;
	transition: 0.4s;
	margin: 0 7px 0 0;
	top: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}

.notify-box .switch-button {
    top: 0;
}

.notify-box .switch-container {
    top: 1px;
    position: relative;
    
}

.switch span.switch-text {
	display: block;
	padding-left: 48px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.switch input {display:none;}

.switch.interactive-effect input:checked + .switch-button:before {
	animation: switch-shadow-color 0.4s;
}

.switch.interactive-effect .switch-button:before {
	animation: switch-shadow 0.4s;
}

@keyframes switch-shadow {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.3); }
  100% { box-shadow: 0 0 0px 10px rgba(0,0,0,0); }
}

@keyframes switch-shadow-color {
  0% { box-shadow: 0 0 0 0 rgba(102,103,107,0.6); }
  100% { box-shadow: 0 0 0px 10px rgba(0,0,0,0); }
}

.switch-button:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	bottom: 2px;
	left: 2px;
	background-color: white;
	transition: 0.4s, box-shadow 0.3s;
	border-radius: 50px;
}

input:checked + .switch-button {
	background-color: #66676b;
}

input:checked + .switch-button:before {
	transform: translateX(14px);
}


/* ---------------------------------- */
/* Radio Button
------------------------------------- */

.radio {
	display: inline-block;
	vertical-align: top;
}

.radio label {
	margin: 3px 0;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	line-height: 25px;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"] + label .radio-label {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #b4b4b4;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	background-color: #fff;
	box-shadow: inset 0 0 0 8px #fff;
	z-index: 100;
	position: absolute;
	top: 2px;
	left: 0;
}

.radio input[type="radio"] + label .radio-label:after {
	background-color: #66676b;
	content: "";
	top: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	opacity: 1;
	transition: 0.3s;
	border-radius: 50%;
	transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.radio input[type="radio"]:checked + label .radio-label {
	background-color: #66676b;
	border-color: #66676b;
	box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: transparent;
	display: block
}

.interactive-effect label .radio-label:before {
	animation: radius-shadow 0.4s;
}

@keyframes radius-shadow {
  0% { box-shadow: 0 0 0 0 rgba(102,103,107,0.4); }
  100% { box-shadow: 0 0 0 10px rgba(0,0,0,0); }
}

.small-label {
	border-radius: 0px;
	display: inline-block;
	background: #e0f5d7;
	color: #449626;
	padding: 0 8px;
	line-height: 27px;
	height: 26px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}


/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
	display: inline-block;
	margin-bottom: 0;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 25px;
}

.checkbox label span.checkbox-icon {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #b4b4b4;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 0px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 1px;
}

.checkbox input + label span.checkbox-icon:after {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: scale(0.5) rotate(45deg);
	transition: all 0.35s cubic-bezier(0.3,-.41,.19,2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon {
	border-color: #66676b;
	background-color: #66676b;
}

.checkbox input:checked + label span.checkbox-icon:after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}


/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.uploadButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
  font-size: 14px;
}

.uploadButton .uploadButton-input,.uploadButton-input-thumb,.uploadButton-input-cover,.uploadButton-input-visual,.uploadButton-input-profit {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.uploadButton .uploadButton-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px;
	padding: 10px 18px;
	cursor: pointer;
	border-radius: 0px;
	color: #66676b;
	background-color: transparent;
	border: 1px solid #66676b;
	flex-direction: row;
	transition: 0.3s;
	margin: 0;
	outline: none;
	box-shadow: 0 3px 10px rgba(102,103,107,0.1);
}

.uploadButton .uploadButton-button:hover {
	background-color: #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
	color: #fff;
}

.uploadButton .uploadButton-file-name,.uploadButton-file-name-thumb,.uploadButton-file-name-profit,.uploadButton-file-name-visual,.uploadButton-file-name-cover {
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
	padding-left: 18px;
	min-height: 42px;
	top: 1px;
	position: relative;
	color: #888;
	background-color: transparent;
	overflow: hidden;
	line-height: 22px;
}

/* ---------------------------------- */
/* Search From
------------------------------------- */
.domain-searh-form
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    height: 40px;
    padding-left: 20px; 
    border-radius: 0.375rem;
    background: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767.98px)
{
    .domain-searh-form
    {
        height: auto;
        padding: 15px 30px;
        border-radius: 15px;
    }
    .swwwap-banner-content h1 .f-size-40{
        font-size: 40px !important;
    }
}
.domain-searh-form input[type='text2']
{
    width: 200px; 

    border: none;
    background: transparent;
}
@media (max-width: 767.98px)
{
    .domain-searh-form input[type='text2']
    {
        width: auto;
        max-width: 70%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
    }
}
.domain-searh-form input[type='text2']::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 300; 

    color: #5d5c64;
}
.domain-searh-form input[type='text2']::-moz-placeholder
{
    font-size: 16px;
    font-weight: 300; 

    color: #5d5c64;
}
.domain-searh-form input[type='text2']::-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 300; 

    color: #5d5c64;
}
.domain-searh-form input[type='text2']::placeholder
{
    font-size: 16px;
    font-weight: 300; 

    color: #5d5c64;
}
.domain-searh-form input[type='text2']:focus
{
    outline: none;
}
.domain-searh-form span.bar
{
    position: relative;
    top: 50%;

    width: 1px;
    height: 20px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #c7c7c7;
}
@media (max-width: 767.98px)
{
    .domain-searh-form span.bar
    {
        display: none;
    }
}
.domain-searh-form select
{
    width: 120px; 

    color: #5d5c64;
    border: none;
    background: transparent;
}
@media (max-width: 767.98px)
{
    .domain-searh-form select
    {
        max-width: 30%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
}
.domain-searh-form select:focus
{
    outline: none;
}
.domain-searh-form button
{
    border: none;
}
@media (max-width: 767.98px)
{
    .domain-searh-form button
    {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        padding: 13px 56px !important;
    }
}
.domain-searh-form button:focus
{
    outline: none;
}
.domain-searh-form button span
{
    position: absolute;
    top: 50%;
    right: 4px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.domain-searh-form2
{
    position: relative;
    z-index: 1;
}
.domain-searh-form2 .form-control
{
    font-size: 16px;

    position: relative;
    z-index: 1; 

    height: 51px;
    padding-right: 175px;
    padding-left: 20px;

    border: none;
    border-radius: 999px !important;
    -webkit-box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
            box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
}
.domain-searh-form2 .form-control::-webkit-input-placeholder
{
    font-size: 16px;
}
.domain-searh-form2 .form-control::-moz-placeholder
{
    font-size: 16px;
}
.domain-searh-form2 .form-control::-ms-input-placeholder
{
    font-size: 16px;
}
.domain-searh-form2 .form-control::placeholder
{
    font-size: 16px;
}
.domain-searh-form2 .swwwap-btn
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.page-content-area .swwwap-mt-30.domain-searh-form2 .form-control{
    padding-right: 140px;
    padding-left: 20px;
}

.page-content-area .swwwap-mt-30.domain-searh-form2 .swwwap-btn.swwwap-gradient.pill.swwwap-Bshadow-1{
        padding: 14px 20px;
}

.swwwap-mt-30
{
    margin-top: 30px;
}

.swwwap-breadcump.swwwap-breadcump-height.breaducump-style-2 .domain-searh-form button {
    border: none;
    padding: 14px 70px 14px 40px!important;
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .swwwap-banner-area.default-slider .domain-searh-form button {
        padding: 12px 70px 14px 35px !important;
        border: none;
        border-radius: 0 15px 15px 0;
    }

    .swwwap-banner-area.default-slider .domain-searh-form input[type='text2'] {
        max-width: 20%;
    }

    .domain-searh-form button {
        margin-top: 0;
        margin-right: initial;
        margin-left: initial;
    }
}

/* ---------------------------------- */
/* Section Headers & Titles
------------------------------------- */
.swwwap-section-title
{
    font-size: 60px;
    font-weight: 600; 
    margin: 0 0 20px;
    text-transform: capitalize;
}
@media (max-width: 991.98px)
{
    .swwwap-section-title
    {
        font-size: 45px;
    }
}
@media (max-width: 767.98px)
{
    .swwwap-section-title
    {
        font-size: 32px;
    }
}
.swwwap-section-title span
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

    display: block;

    margin: 0 0 0; 

    text-transform: uppercase;

    color: #f30070;
}
@media (max-width: 767.98px)
{
    .swwwap-section-title span
    {
        font-size: 14px;
    }
}

.text-white .swwwap-section-title
{
    color: #fff;
}
.swwwap-section-title
{
    color: #02075d;
}

.text-white .swwwap-section-title span
{
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }

    .swwwap-banner-area.default-slider .domain-searh-form {
        padding: 0 0 0 15px;
        width: 520px;
    }
    .swwwap-banner-area.default-slider .domain-searh-form button {
        padding: 12px 70px 14px 35px !important;
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .section-paragraph {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
    }
}

.bg-light {
  background-color: #f8f9fc !important;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.section-title .title.title-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 50%;
  top: 60px;
  text-align: center;
  background: #2f55d4;
  margin-left: -42px;
}

.section-title .title.title-line:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 56px;
  z-index: 1;
  text-align: center;
  background: #284bc1;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.para-desc {
  max-width: 600px;
}


/* ---------------------------------- */
/* Pre-Loader
------------------------------------- */
.swwwap-preloder
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100vh;

    background-color: #fff; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.swwwap-preloder .preloder-box
{
    width: 80px; 
    height: 80px;
}

/* ---------------------------------- */
/* Single Website / Domains / User Profile / Page / Business Layout
------------------------------------- */
.single-page-section {
	margin-bottom: 55px;
	display: block;
}

.single-page-section p:last-of-type { padding-bottom: 0; margin-bottom: 0; }

.single-page-section h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
.single-page-section .domains-listing h3.domains-listing-title { margin-bottom: 0; }


/* ---------------------------------- */
/* Full Width Page Layout
------------------------------------- */
.full-page-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.full-page-sidebar {
	flex: 0 0 360px;
	background-color: #fafafa;
	position: relative;
}

.full-page-sidebar .full-page-sidebar-inner {
	overflow: auto;
	height: 100%;
}

.full-page-sidebar .sidebar-container {
	padding: 40px;
}

.full-page-sidebar .simplebar-scrollbar {
	width: 5px;
}

.full-page-sidebar .sidebar-widget:last-of-type {
	margin-bottom: 80px;
}

.full-page-content-container {
	flex: 1;
	background-color: #fff;
	padding: 0;
    overflow: auto;
}

.full-page-content-inner {
	padding: 40px;
	padding-bottom: 0;
}

.full-page-content-inner .grid-layout {
	width: calc(100% + 30px)
}

.full-page-content-inner .grid-layout .domains-listing {
    margin: 0 30px 30px 0;
    width: calc(100% * (1/3) - 30px);
}

/* Search Button */
button.input-group-text.search-button{
	border-radius:0px 8px 8px 0px;
}

.listing_type.form-select-lg{
	border:1px solid #fff;
}

li.nav-item.sidebar-nav-item{
	margin:10px 0px;
}
.sidebar-search-button-container {
	position: absolute;
	width: calc(100% - 15px);
	bottom: 0;
	padding: 40px;
	padding-top: 10px;
	z-index: 100;
	background-color: #fafafa;

}

.sidebar-search-button-container button {
	width: calc(100% + 15px);
	line-height: 46px;
	height: 46px;
	transition: 0.3s;
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
}

.sidebar-search-button-container button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform: translateY(-2px)
}


/* Small Footer */
.small-footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 0px;
	width: calc(100% + 80px);
	left: -40px;
	position: relative;
	padding: 25px 40px;
	display: flex;
}

.small-footer strong { color: #333; }

.small-footer-copyrights { flex: 2; }

.small-footer .footer-social-links {
	transform: none;
	flex: 1;
	text-align: right;
	float: right;
	display: inline-block;
	margin: 0 -5px 0 0;
	position: relative;
	top: 2px;
}

.small-footer .footer-social-links li {
	color: #333;
	transform: none;
	float: none;
	margin: 0 -3px;
}

.small-footer .footer-social-links li a {
	color: #333;
	transform: none;
}


/* Sliding Sidebar */
.full-page-sidebar.hidden-sidebar {
	visibility: hidden;
	transition: 0.4s;
	position: relative;
	opacity: 0;
	max-width: 0;
}

.full-page-sidebar.hidden-sidebar.enabled-sidebar {
	visibility: visible;
	opacity: 1;
	max-width: 360px;
}


/* Full Page Media Queries
------------------------------------- */
@media (max-width: 3860px) {
	.full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/4) - 30px);
	}

	/* Full Page With Map */
	.full-page-container.with-map .full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/3) - 30px);
	}
	.sidebar-toggle{
		display: none;
	},
}

@media (max-width: 2560px) {
	.full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/4) - 30px);
	}

	/* Full Page With Map */
	.full-page-container.with-map .full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/2) - 30px);
	}
	.sidebar-toggle{
		display: none;
	},
}

@media (max-width: 1920px) {
	.full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/3) - 30px);
	}

	/* Full Page With Map */
	.full-page-container.with-map .full-page-sidebar { flex: 0 0 340px }
	.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner { width: 340px; }
	.full-page-container.with-map .full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/2) - 30px);
	}
	.sidebar-toggle{
		display: none;
	},

}

@media (max-width: 1600px) {
	.full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% * (1/2) - 30px);
	}

	.full-page-sidebar {
		flex: 0 0 340px;
	}
	
	/* Full Page With Map */
	.full-page-container.with-map .full-page-sidebar { flex: 0 0 320px }
	.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner { width: 320px; }
	.full-page-container.with-map .full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% - 30px);
	}

	.full-page-container.with-map .full-page-content-container { flex: 0 0 55vw }
	.sidebar-toggle{
		display: none;
	},
}

@media (max-width: 1365px) {
	/* Notify Box Responsive Styles*/
	.full-page-container .notify-box { margin-bottom: 80px; }
	.full-page-container .notify-box .sort-by {
		position: absolute;
		margin-top: 40px;
		left: 0;
	}
	.full-page-container .notify-box .sort-by .bootstrap-select .dropdown-menu { left: 0; right: auto; }

	.sidebar-toggle{
		display: none;
	},
}


@media (max-width: 1099px) {
	.full-page-content-inner .grid-layout .domains-listing {
	    width: calc(100% - 30px);
	}
	.full-page-sidebar {
		flex: 0 0 340px;
	}

	.full-page-container.with-map {
		padding-top: 400px;

	    height: auto !important;
	    width: 100%;
	    position: relative;
	    
	}

	.full-page-container.with-map .full-page-sidebar {
		max-width: 100%;
		visibility: visible;
		opacity: 1
	}

	.filter-button-container { display: none; }

	.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
		position: relative;
		width: 100%;
	}

	.full-page-container.with-map .full-page-content-container {  flex: 1; }

	.full-page-container,
	.full-page-sidebar-inner,
	.full-page-content-container,
	.full-page-container .full-page-sidebar {
		height: auto !important;
	}

	.full-page-container .simplebar-track { display: none; }

	.sidebar-toggle{
		display: none;
	},
}

@media (max-width: 992px) {
	.sidebar-search-button-container,
	.full-page-sidebar .sidebar-container,
	.full-page-content-inner { padding: 35px; }
	.full-page-content-inner { padding-bottom: 0; }

	.full-page-content-inner .grid-layout .domains-listing { width: calc(100% - 30px); }
	.full-page-sidebar { flex: 0 0 320px; }

	.full-page-sidebar-inner,
	.full-page-content-container,
	.full-page-container .full-page-sidebar {
		height: auto !important;
	}

	/*hide sidebar*/
	.sidebar-toggle{
		display: inline-block;
	},
}

@media (max-width: 768px) {
	.sidebar-search-button-container,
	.full-page-sidebar .sidebar-container,
	.full-page-content-inner { padding: 40px 15px; }
	.full-page-content-inner { padding-bottom: 0; }

	.full-page-content-inner .grid-layout .domains-listing { width: calc(100% - 30px); }

	.full-page-sidebar {
		flex: 1;
		width: 100%;
	}

	.full-page-container {
		display: block;
	    width: 100%;
	    flex-wrap: wrap;
	    height: auto;
	}

	.small-footer { display: block; text-align: center; }
	.small-footer .footer-social-links {
		float: none;
		left: -10px;
		margin-top: 10px;
	}

	/*hide sidebar*/
	.sidebar-toggle{
		display: inline-block;
	},
}

/* ---------------------------------- */
/* domains Listing - List Layout
------------------------------------- */
.domains-listing {
	display: block;
	border-radius: 0px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	margin-bottom: 35px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
}

.domains-listing:hover {
	box-shadow: 0 2px 18px rgba(0,0,0,0.14);
	transform: translateY(-4px);
}

.domains-listing-details {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 35px;
	padding-bottom: 20px;
}

.domains-listing .domains-listing-company-logo {
	flex: 1;
	max-width: 55px;
	margin-right: 25px;
	position: relative;
	top: 3px;
}

.domains-listing .domains-listing-company-logo img {
	border-radius: 0px;
	transform: translate3d(0,0,0);
}

.domains-listing .domains-listing-description {
	flex: 1;
	padding-top: 3px;
}

.domains-listing .domains-listing-description p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #666;
}

.domains-listing h4.domains-listing-company {
	font-size: 16px;
	color: #808080;
}

.domains-listing h3.domains-listing-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}

.domains-listing .domains-listing-footer {
	background-color: #f9f9f9;
	padding: 20px 35px;
	border-radius: 0 0 4px 4px;
	position: relative;
}

.domains-listing .domains-listing-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.domains-listing .domains-listing-footer ul li {
	display: inline-block;
	margin-right: 14px;
	color: #777;
}

.domains-listing .domains-listing-footer ul li:last-child {
	margin-right: 0;
}

.domains-listing .domains-listing-footer ul li i.icon-material-outline-location-on {
	margin-right: 0;
}

.domains-listing .domains-listing-footer ul li i {
	position: relative;
	top: 1px;
	margin-right: 3px;
	color: #777;
}

/* Media Queries for Default List Layout*/
@media (max-width: 768px) {
	.domains-listing .domains-listing-company-logo { display: none; }
	.domains-listing .domains-listing-title { padding-right: 10%; }

	.sidebar-toggle{
		display: inline-block;
	},

}

/* ---------------------------------- */
/* Listings
------------------------------------- */

img.escrow-logo{
	width: 64px!important;
}

/* ---------------------------------- */
/* Domains Listings - Grid Layout
------------------------------------- */
.grid-layout {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}

.grid-layout .domains-listing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 30px 30px 0;
	width: calc(100% * (1/2) - 30px);
	flex-direction: column;
}

.grid-layout .domains-listing-details {
	flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    padding-right: 40px;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.tasks-list-container.tasks-grid-layout .task-listing .task-listing-details,
	.grid-layout .domains-listing-details { flex-basis: 100px; }
	.tasks-list-container.tasks-grid-layout .task-listing-bid { flex-basis: 100px; }
}
/* IE 11 Fixes - End */

.grid-layout .domains-listing-footer {
	flex-grow: 0;
	padding: 20px 30px;
}

.grid-layout .domains-listing h3.domains-listing-title {
	font-size: 18px;
	line-height: 28px;
}

.grid-layout .domains-listing-footer .bookmark-icon {
	top: 0;
	right: 25px;
	transform: translateY(-50%) scale(0.96);
}

.grid-layout .domains-listing .domains-listing-company-logo {
	max-width: 56px;
	margin-right: 24px;
	top: 1px;
	flex: 0 0 56px;
}

/* Media Queries for Grid Layout */
@media (max-width: 768px) {
	.full-page-content-inner .grid-layout .domains-listing,
	.grid-layout .domains-listing {
		margin: 0 0 30px 0;
		width: 100%;
	}
	.grid-layout,
	.full-page-content-inner .grid-layout { width:100%; }

	.full-page-content-container .simplebar-content {overflow-x: hidden !important;}
	.full-page-container.with-map .full-page-content-inner .grid-layout .domains-listing { width: 100%; }
}


/* Task Tags */
.task-tags {
	display: block;
	margin: 23px 0 3px 0;
}

.task-tags span {
	transition: 0.3s;
    font-size: 14.7px;
    border-radius: 0px;
    background-color: rgba(102,103,107,.07);
    color: #66676b;
    display: inline-block;
    padding: 6px 15px;
    margin: 2px 0;
    line-height: 24px;
}


/* Small Mobile Sizes */
@media (max-width: 480px) {
	.sidebar-toggle{
		display: block!important;
	},
}


.seller {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px 30px 0;
    width: calc(100% * (1/2) - 30px);
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    background-color: #fff;
    transition: 0.3s;
    position: relative;
    cursor: default;
}

.seller:hover {
    box-shadow: 0 2px 18px rgba(0,0,0,0.14);
    transform: translateY(-4px);
}

.seller .bookmark-icon {
	cursor: pointer;
}

.seller-overview {
	text-align: center;
	padding: 38px 20px;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.seller-overview-inner {
	flex: 1;
}

.seller-overview .seller-avatar {
	width: 110px;
	margin: 0 auto;
	position: relative;
}

.seller-overview .seller-avatar img {
	width: 100%;
	border-radius: 50%;
	cursor: pointer;
}

.seller-overview .seller-avatar .verified-badge {
	position: absolute;
	bottom: 0;
	right: 0;
}

.seller-name {
	margin-top: 19px;
}

.seller-rating {
	margin-top: 5px;
	margin-bottom: -10px;
}

.seller-name h4,
.seller-name h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
}

.seller-name img.flag {
	height: 15px;
	border-radius: 3px;
	position: relative;
	top: -1px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-left: 4px;
	cursor: default
}

.seller-name span {
	color: #888;
}

.seller-details {
	padding: 35px;
	background-color: #fafafa;
	flex-grow: 0;
}

.seller-details a.button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
}

.seller-details-list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 14.7px;
}

.seller-details-list ul li {
	display: inline-block;
	margin-right: 25px;
	line-height: 23px;
	color: #808080;
	margin-bottom: 15px;
}

.seller-details-list ul li:last-child {
	margin-right: 0;
}

.seller-details-list ul li strong {
	display: block;
	color: #333;
}

.seller-details-list ul li strong i {
	position: relative;
	top: 1px;
	margin-right: -1px;
	margin-left: -2px;
}

/* Detail Item */
.seller-detail-item {
	display: inline-block;
	margin: 2px 10px 5px 0;
}

.seller-detail-item a,
.seller-detail-item {
	color: #888;
}

.seller-detail-item a:hover {
	color: #66676b;
}

.seller-detail-item i {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.not-rated {
    border-radius: 0px;
    background-color: #f0f0f0;
    color: #888;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 7px 9px;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
}


/* ---------------------------------- */
/* Star Rating System
------------------------------------- */
.star-rating { display: inline-block; }

.star-rating .star {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 0;
	position: relative;
}

.star-rating .star.half:after,
.star-rating .star:before {
	font-family: "Material-Icons";
	content: "\e988";
	display: block;
	color: #febe42;
	font-size: 22px;
}

.star-rating .star.empty:before { color: #ddd; }

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

.star-rating .star.half:before { color: #ddd; }
.star-rating .star.half:after {
	color: #febe42;
	position: absolute;
	top:0;
	width: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
}

/* average rating before stars */
.star-rating:before { 
	content: attr(data-rating);
	float: left;
	border-radius: 0px;
	background-color: #febe42;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	padding: 5px 7px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

/* No stars */
.star-rating.no-stars .star { display: none; }
.star-rating.no-stars:before { margin-right: 0; }

/* ---------------------------------- */
/* Leave Rating Stars
------------------------------------- */
.leave-rating {
	height: 24px;
	float: left;
	position: relative;
}

.leave-rating:hover input[type="radio"]:checked ~ label { color: #dadada; }

.leave-rating input[type="radio"] { 
    display: inline-block;
    width: 1px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    margin-left: 50%;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

.leave-rating input[type="radio"]:checked ~ label { color: #ffc600; }

.leave-rating label {
	font-size: 24px;
	float: right;
	letter-spacing: 0px;
	color: #dadada;
	cursor: pointer;
	transition: 0.3s;
}

.leave-rating label:hover,
.leave-rating label:hover ~ label {
	color: #ffc600 !important;
}

.leave-rating-title {
	display: block;
    margin: 0 0 4px 0;
}


.welcome-text .leave-rating-container {
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	left: 50%;
	width: 100%;
	display: block;
}

.welcome-text .leave-rating {
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
}


/* ---------------------------------- */
/* Comments Box (Blog & Listings)
------------------------------------- */
.comment-section-auction{
    list-style: none;
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
    padding: 10px;
}

.comment-auction{
    display: flex;
    border-radius: 3px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.comment-auction.user-comment{
    color:  #808080;
}

.comment-auction.author-comment{
    color:  #60686d;
    justify-content: flex-end;
}

/* User and time info */

.comment-auction .info-comments{
    width: 17%;
}

.comment-auction.user-comment .info-comments{
    text-align: right;
}

.comment-auction.author-comment .info-comments{
    order: 3;
}


.comment-auction .info-comments a{   /* User name */
    display: block;
    text-decoration: none;
    color: #656c71;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 3px 0;
}

.comment-auction .info-comments span{    /* Time */
    font-size: 11px;
    color:  #9ca7af;
}


/* The user avatar */

.comment-auction .avatar-comments{
    width: 8%;
}

.comment-auction.user-comment .avatar-comments{
    padding: 10px 18px 0 3px;
}

.comment-auction.author-comment .avatar-comments{
    order: 2;
    padding: 10px 3px 0 18px;
}

.comment-auction .avatar-comments img{
    display: block;
    border-radius: 50%;
}

.comment-auction.user-comment .avatar-comments img{
    float: right;
}

/* The comment text */

.comment-auction p{
    line-height: 1.5;
    padding: 18px 22px;
    width: 50%;
    position: relative;
    word-wrap: break-word;
}

.comment-auction.user-comment p{
    background-color:  #f3f3f3;
}

.comment-auction.author-comment p{
    background-color:  #e2f8ff;
    order: 1;
}

.user-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    left: -8px;
    top: 18px;
}

.author-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e2f8ff;
    right: -8px;
    top: 18px;
}

/* Comment form */
.write-new{
    margin: 80px auto 0;
    width: 50%;
}

.write-new textarea{
    color:  #444;
    font: inherit;

    outline: 0;
    border-radius: 3px;
    border: 1px solid #cecece;
    background-color:  #fefefe;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
    overflow: auto;

    width:100%;
    min-height: 80px;
    padding: 15px 20px;
}

.write-new img{
    border-radius: 50%;
    margin-top: 15px;
}

.write-new button{
    float:right;
    background-color:  #87bae1;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

    padding: 10px 25px;
    margin-top: 18px;
}


@media (max-width: 800px){
    /* Make the paragraph in the comments take up the whole width,
    forcing the avatar and user info to wrap to the next line*/
    .comment-auction p{
        width: 100%;
    }

    /* Reverse the order of elements in the user comments,
    so that the avatar and info appear after the text. */
    .comment-auction.user-comment .info-comments{
        order: 3;
        text-align: left;
    }

    .comment-auction.user-comment .avatar-comments{
        order: 2;
    }

    .comment-auction.user-comment p{
        order: 1;
    }


    /* Align toward the beginning of the container (to the left)
    all the elements inside the author comments. */
    .comment-auction.author-comment{
        justify-content: flex-start;
    }


    .comment-section{
        margin-top: 10px;
    }

    .comment-auction .info{
        width: auto;
    }

    .comment-auction .info a{
        padding-top: 15px;
    }

    .comment-auction.user-comment .avatar-comments,
    .comment-auction.author-comment .avatar-comments{
        padding: 15px 10px 0 18px;
        width: auto;
    }

    .comment-auction.user-comment p:after,
    .comment-auction.author-comment p:after{
        width: 12px;
        height: 12px;
        top: initial;
        left: 28px;
        bottom: -6px;
    }

    .write-new{
        width: 100%;
    }
}


/* ---------------------------------- */
/* Website Category Boxes Stytles
------------------------------------- */
.categories-container {
	display: flex;
	flex-wrap: wrap;
}

.category-box {
	flex: 0 0 25%;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 0;
	text-align: center;
	padding: 25px;
	border-radius: 0px;
	transition: 0.35s;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.category-box { max-width: 25%; text-align: center; }
	.category-box-counter { width: 50px !important; }
}
/* IE 11 Fixes - End */

/* Box Icon */
.category-box-icon {
	font-size: 42px;
	line-height: 32px;
	padding-bottom: 10px;
	/*color: #66676b;*/
	color: #11b719;
	position: relative;
}

.category-box-icon i {
	height: 42px;
	display: block;
	transition: 0.35s;
	margin-bottom: 12px;
}

/* Box Counter */
.category-box-counter {
	width: auto;
	height: 24px;
	font-size: 14px;
	line-height: 25px;
	border-radius: 0px;
	padding: 0 8px;
	color: #909090;
	background: rgba(0,0,0,0.06);
	font-weight: 600;
	display: inline-block;
	margin: 0 auto;
	transition: 0.35s;
	margin-bottom: 18px;
}

/* Box Content */
.category-box-content h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0;
	transition: 0.35s;
}

.category-box-content p {
	color: #888;
	margin: 0;
	padding: 0;
	line-height: 24px;
	margin-top: 5px;
	transition: 0.35s;
}

/* Hover State */
.category-box:hover {
	/*background: #66676b;*/
	background: #11b719;
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
	color: #fff;
}

.category-box:hover .category-box-content h3,
.category-box:hover .category-box-icon { color: #fff; }
.category-box:hover .category-box-content p { color: rgba(255,255,255,0.7); }

.category-box:hover .category-box-counter {
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/* Media Queries for Category Boxes */
@media (max-width: 1240px) {
	.category-box {
	    flex: 0 0 33.3%;
	}
}

@media (max-width: 768px) {
	.category-box {
	    flex: 0 0 50%;
	}
}

@media (max-width: 480px) {
	.category-box {
	    flex: 0 0 100%;
	    margin-right: 0;
	}
}

/* ---------------------------------- */
/* Blog Posts / Page
------------------------------------- */
.blog-post {
    display: flex;
    background: #fff;
    margin-bottom: 35px;
	border-radius: 0px;
	overflow: hidden;
	transition: 0.3s;
}


.blog-post-thumbnail {
	flex: 0 0 auto;
    max-width: none;
    max-height: 100%;
	overflow: hidden;
	position: relative;
	width: 260px;
}

.blog-post-thumbnail-inner {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
	transition: 0.3s;
}

.blog-post-thumbnail-inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-post-thumbnail-inner .blog-item-tag {
	bottom: 20px;
	left: 20px;
	top: auto;
	margin: 0;
}

.blog-post-content {
	flex: 1;
	padding: 35px;
}

.blog-post-content h3,
.blog-post-content h3 a {
	font-size: 22px;
	line-height: 33px;
	color: #333;
	margin-bottom: 15px;
	display: block;
}

.blog-post-content h3 a:hover {
	color: #66676b;
}

a.blog-post-info,
.blog-post-info,
.blog-post-date {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 0px;
	line-height: 20px;
	padding: 4px 10px;
	margin-right: 3px;
	transition: 0.3s;
}

a.blog-post-info:hover {
	color: #fff;
	background-color: #66676b;
}

.blog-post-content p {
	padding: 0;
	margin: 0;
	display: block;
	color: #808080;
}

.blog-post-content a.button i.icon-feather-arrow-right {
	font-size: 20px;
	top: 4px;
	left: -1px;
	position: relative;
	margin: 0 -5px;
}

.blog-post-info-list {
	display: block
}

blockquote {
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 17px;
    line-height: 30px;
    color: #888;
    border-left: 5px solid #eee;
}

/* Single Post Styles */
.blog-post.single-post { flex-direction: column; }
.blog-post.single-post:hover { transform: none; }
.blog-post.single-post .blog-post-thumbnail { width: 100%; height: 380px; }
.blog-post.single-post p { margin-bottom: 20px; }

/* Post Navigation */
#posts-nav {
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	min-height: 60px;
}

#posts-nav li span {
	display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 0px;
    line-height: 20px;
    padding: 4px 10px;
    margin-right: 3px;
    transition: 0.3s;
}

#posts-nav li a:hover span {
    background-color: #66676b;
    color: #fff;
}

#posts-nav li {
	position: absolute;
	font-size: 18px;
	font-weight: 500;
	width: 50%;
}

#posts-nav li strong {
	display: block;
	font-weight: 500;
}

#posts-nav li a {
	transition: transform 0.3s, color 0.3s 0s;
	color: #333;
	display: inline-block;
	line-height: 28px;
}

#posts-nav li a:hover { color: #66676b; }

#posts-nav li.next-post {
	right: 0;
	text-align: right;
}

#posts-nav li.prev-post {
	left: 0;
}

#posts-nav li.next-post a { padding-right: 50px; }
#posts-nav li.prev-post a { padding-left: 50px; }

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
	font-family: "Feather-Icons";
	font-size: 30px;
	position: absolute;
	color: inherit;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: transform 0.3s;
}

#posts-nav li.next-post a:before {
	right: 0;
	content: "\e930";
}

#posts-nav li.prev-post a:before {
	left: 0;
	content: "\e92f"
}

#posts-nav li.next-post a:hover:before { transform: translate3d(5px,-50%,0); }
#posts-nav li.prev-post a:hover:before { transform: translate3d(-5px,-50%,0); }


@media (max-width: 768px) {

	/* Media Queries for Blog Post */
	.blog-post { flex-direction: column; }
	.blog-post-thumbnail { width: 100%; height: 220px; }
	#posts-nav li {
	    position: relative;
	    width: 100%;
	}

	#posts-nav li a { padding: 0 !important; }
	#posts-nav li a::before { display: none;}
	#posts-nav li.next-post { text-align: left; margin-bottom: 30px; }
}

/* Blog Widget Tabs */
.widget-tabs {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	display: block;
}

.widget-content {
	box-shadow: 0 3px 9px rgba(0,0,0,0.07);
	border-radius: 0px;
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.widget-content:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	opacity: 1;
	transition: 0.35s ease-in-out;
}

.widget-content img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 1;
	transition: 0.35s;
	border-radius: 5.5px;
}

.widget-text h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 3px 0;
	color: #333;
	transition: 0.35s;
}

.widget-text span {
    font-size: 14px;
    color: #888;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 0px;
    line-height: 20px;
    padding: 4px 10px;
    margin-top: 3px;
	transition: 0.35s;
}

.widget-text {
	display: block;
	padding: 0;
	position: relative;
	z-index: 20;
	padding: 30px;
}

.widget-tabs .widget-content {
	display: table;
}

.widget-tabs .widget-content .widget-text {
	display: table-cell;
	vertical-align: middle;
}

.widget-tabs li {
	margin-top: 20px;
}
.widget-tabs li:first-child {
    margin-top: 0px;
}

.widget-content:hover:before,
.widget-content.active:before { opacity: 0.6; background: #333; }

.widget-content:hover img,
.widget-content.active img { opacity: 1 }

.widget-content:hover h5,
.widget-content.active h5 { color: #fff; }

.widget-content:hover span,
.widget-content.active span { 
	background: rgba(255,255,255,0.25);
	color: #fff
}


/* Blog Compact Item
------------------------------------- */
.blog-compact-item-container {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 0px;
	background: transparent;
	transform: translate3d(0,0,0);
	transition: transform 0.4s;
	margin-bottom: 30px;
}

.blog-compact-item-container:hover { transform: translateY(-10px); }

.blog-compact-item {
	background: #ccc;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	border-radius: 0px;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 460px;
	z-index: 100;
	cursor: pointer;
	transition: 0.4s;
}

@media (max-width: 1366px) { .blog-compact-item { height: 420px; } }

.blog-compact-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 0px;
}

.blog-compact-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 0px;
    background: linear-gradient(to top, rgba(51,51,51,0.8) 0%, rgba(51,51,51,0.7) 35%, rgba(51,51,51,0.3) 60%, rgba(51,51,51,0.3) 100%);
	transition: 0.4s;
}

.blog-compact-item-content {
	position: absolute;
	bottom: 32px;
	left: 0;
	padding: 0 34px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}

.blog-compact-item-content h3 {
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
	font-weight: 500;
	margin: 2px 0 0 0;
	line-height: 30px;
}

.blog-compact-item-content span {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.blog-compact-item-content p {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	margin: 7px 0 0 0;
}

span.blog-item-tag {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	background-color: #fff;
	border-radius: 0px;
	padding: 5px 12px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 9px;
	position: absolute;
	top: 30px;
	left: 32px;
	z-index: 110;
	transition: 0.4s;
}

.blog-post-tags {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}

.blog-post-tags li {
	display: inline-block;
	margin-right: 5px;
}

.blog-post-tags li i {
	margin-right: 3px;
	font-weight: normal;
	display: inline-block;
}


/* ---------------------------------- */
/* Contact Us Page
------------------------------------- */
.contact-location-info {
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.contact-location-info .contact-address,
.contact-location-info #single-domains-map-container {
	flex: 1;
}

.contact-location-info #single-domains-map-container #singleListingMap {
	border-radius: 0 4px 4px 0;
}

.contact-location-info .contact-address {
	border: 1px solid #e0e0e0;
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.contact-location-info .contact-address {
	display: flex;
}

.contact-location-info .contact-address > ul {
	align-self: center;
	padding: 40px;
	margin: 0;
	list-style: none;
	font-size: 18px;
	color: #808080;
}

.contact-location-info .contact-address ul li {
	padding: 2px 0;
}

.contact-location-info .seller-socials {
	margin-top: 10px;
	margin-left: -8px;
	transform: scale(0.9);
}

.contact-address-headline {
	color: #333;
	font-weight: 600;
}

.contact-address-headline:after {
	content: "";
	height: 2px;
	width: 25px;
	background-color: #66676b;
	position: relative;
	display: block;
	margin: 15px 0;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.contact-location-info {
		flex-direction: column;
	}
	.contact-location-info .contact-address {
		border: 1px solid #e0e0e0;
		border-bottom: none;
		border-radius: 4px 4px 0 0;
	}
	.contact-location-info #single-domains-map-container #singleListingMap {
		border-radius: 0 0 4px 4px;
	}
}

#contact div input {
	margin-bottom: 22px;
}


/* ---------------------------------- */
/* Plans & Pricing Boxes
------------------------------------- */
.pricing-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-box .pricing-plan-item li {
  padding: 6px;
}

.pricing-box:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.pricing-plan {
	flex: 1;
	padding: 35px 17px;
	position: relative;
}

.pricing-plan:first-of-type {
	padding-left: 35px;
}

.pricing-plan:last-of-type {
	padding-right: 35px;
}

.pricing-plan h3 {
	font-size: 20px;
	font-weight: 600;
}

.pricing-plan p {
	margin: 0;
}

/* Pricing Plan Button */
.pricing-plan .button:hover,
.pricing-plan.recommended .button {
	color: #fff;
	background-color: #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}

.pricing-plan .button {
	color: #66676b;
	background-color: #fff;
	border: 1px solid #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
}

.pricing-plan .button:hover { box-shadow: 0 4px 12px rgba(102,103,107,0.15); }

/* Recommended Plan */
.pricing-plan.recommended {
	box-shadow: 0 0px 45px rgba(0,0,0,0.09);
	padding: 35px;
	margin: 0 15px;
}

.pricing-plan .recommended-badge {
	background-color: #66676b;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 45px;
	top: -45px;
	left: 0;
	text-align: center;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	line-height: 45px;
}

/* Media Queries for Pricing Plans */
@media (max-width: 992px) {
	.pricing-plan {
		box-shadow: 0 0 25px rgba(0,0,0,0.1);
		margin-bottom: 40px;
		flex: auto;
		width: 100%;
		border-radius: 0px;
		padding: 35px;
	}

	.recommended.pricing-plan {
		box-shadow: 0 0 25px rgba(0,0,0,0.1);
		margin-top: 80px;
	}
}


/* ---------------------------------- */
/* Checkout Page
------------------------------------- */

/* Checkout Headline */
.headline-border-top {
	border-top: 1px solid #e0e0e0;
}

/* Boxed Widget */
.boxed-widget {
	background-color: #f9f9f9;
	padding: 0;
	transform: translate3d(0,0,0);
	/*z-index: 90;*/
	z-index: 1;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}

.boxed-widget-headline {
    color: #333;
    font-size: 20px;
    padding: 20px 30px;
    background-color: #f0f0f0;
    color: #333;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.boxed-widget-headline h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.boxed-widget-inner {
	padding: 30px;
}

.boxed-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.boxed-widget ul li span {
    float: right;
    color: #333;
    font-weight: 600;
}

.boxed-widget ul li {
    color: #666;
    padding-bottom: 1px;
}

.boxed-widget.summary li.total-costs {
    font-size: 18px;
	border-top: 1px solid #e4e4e4;
    padding-top: 18px;
    margin-top: 18px;
}

.boxed-widget-footer {
	border-top: 1px solid #e4e4e4;
	width: 100%;
	padding: 20px 30px;
}

.boxed-widget-footer .checkbox label {
	margin-bottom: 0;
}

.boxed-widget.summary li.total-costs span {
    font-weight: 700;
    color: #66676b;
}

.listing-item-container.compact.order-summary-widget .listing-item {
	border-radius: 4px 4px 0 0;
	cursor: default;
	height: 240px;
}

.listing-item-container.compact.order-summary-widget { margin-bottom: 0; }
.listing-item-container.compact.order-summary-widget:hover { transform: none; }


/* Billing Cycle
------------------------------------- */
.billing-cycle  {
	display: flex;
}

.billing-cycle .radio {
	flex: 1;
	margin: 5px 20px 5px 0;
}

.billing-cycle .radio label {
	border-radius: 0px;
	border: 2px solid #eee;
	padding: 25px;
	height: 100%;
	align-self: center;
}

.billing-cycle .radio:last-of-type { margin-right: 0; }
.billing-cycle .radio input[type="radio"] + label .radio-label {
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.billing-cycle-details {
	display: block;
	padding-left: 30px;
}

.discounted-price-tag,
.regular-price-tag {
    font-size: 14px;
    background: #e0f5d7;
    color: #449626;
    border-radius: 0px;
    line-height: 20px;
    padding: 4px 10px;
    flex-grow: 0;
    flex: auto;
    width: auto;
    transition: 0.3s;
    margin-top: 6px;
    margin-right: 5px;
    display: inline-block;
}

.line-through {
	text-decoration: line-through;
	background-color: #fbf6dd;
    color: #a18d29;
}

/* Payment Toggle
------------------------------------- */
.payment-logo {
	height: 24px;
	position: absolute;
	right: 19px;
	top: 18px;
	image-rendering: -webkit-optimize-contrast;
}

.payment-logo.paypal {
	height: 16px;
	top: 22px;
}

.payment-tab-trigger > input {
	position: absolute;
	visibility: hidden;
}

.payment-tab-trigger {
	padding: 0px 20px;
}

.payment-tab-trigger > label {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	padding: 14px 0;
	top: 3px;
	margin-bottom: 0;
	font-weight: 500;
}

.payment-tab-trigger > label::before {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
}

.payment-tab-trigger > label::after {
	background: #fff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 22px;
	width: 8px;
	height: 8px;
	transition: 0.2s;
	transform: scale(0);
}

.payment-tab-trigger > input:checked ~ label::before { border-color: #66676b; }

.payment-tab-trigger > input:checked ~ label::after {
	background-color: #66676b;
	transform: scale(1);
}

.payment {
	border: 2px solid #f2f2f2;
	border-radius: 0px;
	overflow: hidden;
}

.payment-tab {
	background: #f2f2f2;
	box-sizing: border-box;
	max-height: 60px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s 0s ease-in-out;
	width: 100%;
}

.payment-tab:first-of-type { border-radius: 4px 4px 0 0; }
.payment-tab:last-of-type { border-radius: 0 0 4px 4px; }

.payment-tab.payment-tab-active {
	max-height: 400px;
	background: #fff;
}

@media (max-width: 991px) {
	.payment-tab.payment-tab-active { max-height: 800px; }
}

.payment-tab-content {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.payment-form-row {
	margin-top: -10px;
	margin-bottom: 5px;
}

.payment-tab.payment-tab-active .payment-tab-content {
	visibility: visible;
	opacity: 1;
}

.card-label > input {
	box-sizing: border-box;
	display: block;
	height: 51px;
	margin: 14px auto 5px;
	padding: 5px 15px 0 15px;
	transition: border-color 0.3s;
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	border-radius: 0px;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);

	box-shadow: none;
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
}

.card-label > input:focus {
	box-shadow: none;
	border-bottom: 1px solid #e0e0e0;	padding: 15px 0;
}


.card-label > input::placeholder {
	transition: 0.2s ease-in-out;
	-webkit-transform-origin: left;
}

.card-label > input:focus::placeholder {
transform: translateY(-18px);
}


.card-label > label {
    background-color: #fff;
    display: inline-block;
    margin: 6px auto auto 8px;
    font-size: 13px;
    padding: 0px 7px;
    font-weight: 500;
    color: #909090;
    display: none;
}

.payment-tab p { margin: 10px 0; }


@keyframes bicokAnim {
	0%,100% {
		box-shadow: 0 0 0 15px rgba(102,103,107,0.07);
	}
	50% {
		box-shadow: 0 0 0 28px rgba(102,103,107,0.12);
	}
}


/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */
.icon-box {
	text-align: center;
	margin-top: 45px;
	position: relative;
}

@keyframes checkAnim {
	0%,100% {
		box-shadow: 0 0 0 5px rgba(102,103,107,0.15);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(102,103,107,0.15);
	}
}

.icon-box span {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.icon-box h4 {
	margin: 4px 0;
	line-height: 26px;
}

.icon-box h3 {
	margin: 4px 0;
	line-height: 26px;
	font-size: 22px;
	font-weight: 500;
}

.icon-box p {
	margin: 0;
	margin-top: 25px;
	font-style: 16px;
	padding: 0 10px;
	color: #808080;
}

.icon-box.with-line:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 40px;
	background: #e9e9e9;
	display: block;
	z-index: 9;
}

@media (max-width: 992px) {
	.icon-box.with-line:before { display: none; }
}


/* Blog Carousel */
.blog-carousel {
    width: calc(100% + 30px);
    left: -15px;
}

.blog-carousel .blog-compact-item-container {
	margin: 15px;
    display: inline-block;
    width: 30%;
}

.blog-carousel.slick-initialized .blog-compact-item-container { width: auto; }

.full-width-carousel-fix .default-slick-carousel.slick-initialized .seller,
.full-width-carousel-fix .blog-carousel.slick-initialized .blog-compact-item-container {
	margin: 15px;
	transform: scale(0.85);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}




/* Remove margins on mobile devices */
@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile breakpoint */
    .full-width-carousel-fix .default-slick-carousel.slick-initialized .seller,
    .full-width-carousel-fix .blog-carousel.slick-initialized .blog-compact-item-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.full-width-carousel-fix .default-slick-carousel.slick-initialized .slick-slide.slick-active.seller,
.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container {
	transform: scale(1);
	opacity: 1;
	pointer-events: all;
}

.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container:hover {
	transform: scale(1) translateY(-10px);
}


/* ---------------------------------- */
/* Invoice Styles
------------------------------------- */
#invoice{
    padding: 30px;
}

.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #3989c6
}

.invoice .company-details {
    text-align: right
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .contacts {
    margin-bottom: 20px
}

.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .invoice-details {
    text-align: right
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3989c6
}

.invoice main {
    padding-bottom: 50px
}

.invoice main .thanks {
    margin-top: -50px;
    font-size: 2em;
    margin-bottom: 50px
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3989c6
}

.invoice main .notices .notice {
    font-size: 1.2em
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.invoice table td,.invoice table th {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em
}

.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: right;
    font-size: 1.2em
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6
}

.invoice table .unit {
    background: #ddd
}

.invoice table .total {
    background: #3989c6;
    color: #fff
}

.invoice table tbody tr:last-child td {
    border: none
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
    border-top: none
}

.invoice table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.4em;
    border-top: 1px solid #3989c6
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0
}

@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;https://www.creative-tim.com/product/gaia-bootstrap-template?partner=114912
        page-break-after: always
    }

    .invoice>div:last-child {
        page-break-before: always
    }
}

/* ---------------------------------- */
/* 404 Error Page
------------------------------------- */
.error-page h1 {
  font-size: 9.375rem;
  line-height: 1; }

@media (max-width: 991px) {
.error-page h1 {
      font-size: 8rem; } }

.error-page h2 {
  font-size: 4.375rem;
  line-height: 1; }

@media (min-width: 992px) {
.error-page .error-page-divider {
    border-left: 3px solid rgba(255, 255, 255, 0.2); } 
}


/* ---------------------------------- */
/* Responsive Cookies Bar
------------------------------------- */
div.cookies {
  position: absolute; 
  position:fixed; 
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0,74,151,0.9);
}

div.cookies .container {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  div.cookies .container {
    height: 40px;
  }
}

div.cookies .container div {
  padding-left: 60px;
  padding-right:10px;
}

div.cookies a {
  color: #fff;
  text-decoration:underline;
  border:none;
}

div.cookies a.close-cookie-warning {
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  background-color: rgb(0,74,151);
  color: #fff;
  padding: 9px 5px;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
  text-decoration: none;
}

div.cookies a.close-cookie-warning:hover {
  background-color: #fff;
  color:rgb(47,153,205);
  border-bottom:none;
}

@media only screen and (max-width: 767px) {
.mobile-hidden {
  display:none;
  }
}

/* ---------------------------------- */
/* Slippa Card Styles
------------------------------------- */
#accordion
{
    margin-top: 30px;
}
#accordion .card-header.card-primary
{
    padding: 0;

    border: none; 
    background: transparent;
}
#accordion .card
{
    margin-bottom: 15px;

    border-color: transparent;
}
#accordion .card:last-child
{
    margin-bottom: 0;
}
#accordion .card-body
{


    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;


}
@media (max-width: 767.98px)
{
    #accordion .card-body
    {
        font-size: 16px;
        line-height: 24px;
    }
}

.card .card-header.card-primary button[aria-expanded='false'],
.card .card-header.card-primary button[aria-expanded='true']
{
    font-size: 24px;
    font-weight: 500;

    position: relative;

    display: block;

    padding: 16px 26px;

    text-align: left;
    text-decoration: none; 

    color: #2e3d62;
    border: 1px solid #bbb;
    border-radius: 0;
    background: transparent;
}
@media (max-width: 767.98px)
{
    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true']
    {
        padding: 16px 45px;
    }
}
@media (max-width: 767.98px)
{
    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true']
    {
        font-size: 20px;
    }
}

.card .card-header.card-primary button[aria-expanded='true']
{
    color: #2e3d62;
    border: 1px solid #bbb;
    border-bottom: none; 
    border-radius: 0;
    background: transpaent;
}

.card .card-header.card-primary button[aria-expanded='false']:before
{
    font-family: icofont;
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    right: 15px;

    width: 40px;
    height: 40px;

    content: '\efc2';
    text-align: center;

    color: #fff;
    border-radius: 50%; 
    background-color: #7e5dfe;
}
@media (max-width: 767.98px)
{
    .card .card-header.card-primary button[aria-expanded='false']:before
    {
        line-height: 30px;

        right: 10px; 

        width: 30px;
        height: 30px;
    }
}

.card .card-header.card-primary button[aria-expanded='true']:before
{
    font-family: icofont;
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    right: 15px;

    width: 40px;
    height: 40px;

    content: '\ef9a';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #7e5dfe;
}
@media (max-width: 767.98px)
{
    .card .card-header.card-primary button[aria-expanded='true']:before
    {
        line-height: 30px;

        right: 10px; 

        width: 30px;
        height: 30px;
    }
}

.card .card-header.card-primary button
{
    display: block;

    width: 100%;

    border: none;
}
.card .card-header.card-primary button:after
{
    border-radius: 5px;
}
.card .card-header.card-primary button:hover:after
{
    border-radius: 5px;
}


.swwwap-nav-tolls
{
    position: relative; 

    margin-left: 30px;
}
.swwwap-nav-tolls .swwwap-search-open,
.swwwap-nav-tolls .open-cart-opt
{
    cursor: pointer;
}
.swwwap-nav-tolls span
{
    position: relative;
    z-index: 1;
}
.swwwap-nav-tolls span a
{
    -webkit-transition: all .245s ease-in-out;
            transition: all .245s ease-in-out; 

    color: #fff;
}
.swwwap-nav-tolls span a:hover
{
    color: #2e3d62;
}

/* ---------------------------------- */
/* Gradient Color Boxes
------------------------------------- */
.swwwap-gradient
{
    position: relative;
    z-index: 1; 

    color: #fff;
    border: none;
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background:         linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}
.swwwap-gradient span
{
    color: #fff; 
    background-color: rgba(255, 255, 255, .302);
}
.swwwap-gradient:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
            transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    border-radius: 10px; 
    background: -webkit-linear-gradient(192deg, #f30070 0%, #eb7e0a 100%);
    background:         linear-gradient(-102deg, #f30070 0%, #eb7e0a 100%);
}
.swwwap-gradient:hover
{
    color: #fff;
}
.swwwap-gradient:hover:after
{
    visibility: visible; 

    opacity: 1;
}
.swwwap-gradient.pill:hover:after
{
    border-radius: 999px;
}
.swwwap-gradient.swwwap-rounded:hover:after
{
    border-radius: 10px;
}

.swwwap-gradient-4
{
    background-image: -webkit-linear-gradient(83deg, #8274e8 0%, #c679d0 100%);
    background-image:         linear-gradient(7deg, #8274e8 0%, #c679d0 100%);
}

.swwwap-gradient-2
{
    background-image: -webkit-gradient(linear, left top, right top, from(#5052fe), to(#4bc9fe));
    background-image: -webkit-linear-gradient(left, #5052fe 0%, #4bc9fe 100%);
    background-image:         linear-gradient(90deg, #5052fe 0%, #4bc9fe 100%);
}

/* ---------------------------------- */
/* Image Box Thumbnails
------------------------------------- */
.thumbnail-capture img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.2;
    z-index: -1;
}

.thumbnail-light img{
  opacity: 0.5;  
}

.thumbnail-dark img{
  opacity: 1;  
}

/* ---------------------------------- */
/* Cover Styles
------------------------------------- */
.footer-calltoaction
{
    position: relative;
    top: -100px;
}
.rtbgprefix-cover,
.portfolio-box-1
{
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form{
        padding: 10px 10px;
    }    
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form img{
        display: none;
    }
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form input{
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form{
        padding: 10px 10px;
    }    
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form img{
        display: none;
    }
    .bg-elements-parent.rtbgprefix-cover .swwwap-border-off2.swwwap-line-form input{
        margin: 0;
        padding: 0;
    }
}

/* ---------------------------------- */
/* Domain & Website Wizard Styles
------------------------------------- */
.item label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
  	border-radius: 5px;
  	display: block;
  	background-color: #fff;
  	padding: 45px;
  	text-align: center;
  	margin-bottom: 0;
  	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  	-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
 	-ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  	-o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  	position: relative;
  	border: 1px solid #d9e1e6;
  	font-size: 15px;
  	font-size: 0.9375rem;
  	color: #777;
  	cursor: pointer;
}

.item label h2 {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}

@media (max-width: 991px) {
  .item label {
    padding: 30px;
  }
}

.item label strong {
  	text-transform: uppercase;
  	display: block;
  	font-size: 18px;
  	font-size: 1.125rem;
  	color: #333;
}

.item label:hover {
  	-webkit-box-shadow: 0 2px 40px #e0e5f0;
  	-moz-box-shadow: 0 2px 40px #e0e5f0;
  	box-shadow: 0 2px 40px #e0e5f0;
  	-webkit-transform: translateY(-3px);
  	-moz-transform: translateY(-3px);
  	-ms-transform: translateY(-3px);
  	-o-transform: translateY(-3px);
  	transform: translateY(-3px);
}

.item label img {
  display: block;
  margin: 0 auto 15px;
  width: 150px;
  height: auto;
}

@media (max-width: 767px) {
  .item label img {
    width: 80px;
    height: auto;
  }
}

.item label span {
  border: 4px solid #d9e1e6;
  display: block;
  margin: 0 auto 15px;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item label figure {
  position: relative;
  width: 114px;
  height: 114px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
}

.item label figure img {
  width: 130px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item input[type=checkbox]:not(old),
.item input[type=radio]:not(old) {
  visibility: hidden;
}

.item input[type=checkbox]:not(old):checked + label,
.item input[type=radio]:not(old):checked + label,
.item input[type=checkbox]:not(old):checked + span + label,
.item input[type=radio]:not(old):checked + span + label {
  display: block;
  border: 1px solid #acd373;
  -webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;
}

.item input[type=checkbox]:not(old):checked + label:before,
.item input[type=radio]:not(old):checked + label:before,
.item input[type=checkbox]:not(old):checked + span + label:before,
.item input[type=radio]:not(old):checked + span + label:before {
  font-family: 'FontAwesome';
  content: "\f058";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #acd373;
}

.item input[type=checkbox]:not(old):checked + label span,
.item input[type=radio]:not(old):checked + label span,
.item input[type=checkbox]:not(old):checked + span + label span,
.item input[type=radio]:not(old):checked + span + label span {
  border: 4px solid #acd373;
}

.item input[type=checkbox]:not(old):checked + label figure img,
.item input[type=radio]:not(old):checked + label figure img,
.item input[type=checkbox]:not(old):checked + span + label figure img,
.item input[type=radio]:not(old):checked + span + label figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.checkbox_questions {
  position: relative;
}
.checkbox_questions span.error {
  left: -5px;
  top: -35px;
}
.checkbox_questions .icheckbox_square-grey {
  margin-right: 10px;
}

.box_general {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding: 45px;
  border: 1px solid #d9e1e6;
}
@media (max-width: 991px) {
  .box_general {
    padding: 30px;
  }
}

input#website {
  display: none;
}

#wizard_container {
  position: relative;
  min-height: 450px;
}

/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  padding: 7px 20px;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  min-width: 110px;
  text-align: center;
  background: #409fff;
  position: relative;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 10px 30px 10px 30px;
}

button.backward {
  color: #333;
  background: #e8e8e8;
  padding: 10px 20px 10px 30px;
}

button.forward,
button.submit {
  padding: 10px 30px 10px 20px;
}

button[disabled] {
  display: none;
}

button.backward:before {
  content: "\34";
  font-family: 'FontAwesome'; 
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 18px;
}

button.forward:before {
  content: "\35";
  font-family: 'FontAwesome'; 
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

button.submit:before {
  content: "\4e";
  font-family: 'FontAwesome'; 
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

.backward:hover,
.forward:hover {
  background: #0073e5;
  color: #fff;
}

#middle-wizard {
  padding: 30px 0 15px 0;
}

#bottom-wizard {
  padding: 30px 0 45px 0;
  text-align: center;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  background: #6C3;
}

.ui-widget-header a {
  color: #222222;
}

.ui-progressbar {
  height: 3px;
  width: 100%;
  position: relative;
  top: -1px;
  z-index: 2;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*-------- Success submit --------*/
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 150px;
  margin-top: -120px;
  margin-left: -195px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 45px;
  border: 1px solid #d9e1e6;
  box-sizing: content-box;
}

#success h4 {
  margin: 0;
}

#success h4 span {
  display: block;
  font-size: 24px;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

span.error {
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  left: 15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}

span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

.form-group span.error {
  left: -5px;
  top: -35px;
}

/* ---------------------------------- */
/* Notify Box
------------------------------------- */
.notify-box {
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	border-radius: 0px;
	padding: 15px 25px;
	position: relative;
	line-height: 28px;
	min-height: 59px;
}

.notify-box label {
	margin-bottom: 0;
	cursor: pointer;
}

.notify-box .switch-button {
	margin-right: 10px;
}

.sort-by .bootstrap-select {
	position: relative;
	right: 0;
	top: 0;
}

.sort-by .dropdown-menu {
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}

.sort-by .bootstrap-select.btn-group button {
	flex: 1;
	position: relative;
	right: 0;
	top: 4px;
	font-weight: 600;
	margin-left: 10px;
	width: auto;
	padding: 0;
	padding-right: 12px;
	background-color: transparent;
	box-shadow: none;
	height: 20px;
	color: #333;
}

.sort-by .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 0;
}

.sort-by .bootstrap-select .dropdown-menu {
	padding-top: 15px;
	top: 40px;
	right: 0;
	left: auto;
	position: absolute;
	min-width: 160px !important;
	flex: 1;
}

.sort-by .bootstrap-select.open:before { display: none; }

.sort-by {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    position: relative;
    float: right;
}

/* Notify Box Media Queries*/
@media (max-width: 768px) {
	.notify-box { margin-bottom: 90px; }
	.notify-box .sort-by {
		position: absolute;
		margin-top: 35px;
		left: 0;
	}
	.notify-box .sort-by .bootstrap-select .dropdown-menu { left: 0; right: auto; }
}

/* ---------------------------------- */
/* Top Breadcrumbs
------------------------------------- */
#breadcrumbs {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 14.7px;
	top: 50%;
	transform: translateY(-51%);
	border-radius: 0px;
	font-weight: 600;
	color: #333;
	background-color: #f0f0f0;
}

#breadcrumbs ul {
	margin: 0;
	padding: 12px 22px;
	line-height: 23px;
}

#breadcrumbs ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #666;
	font-weight: 500;
}

#breadcrumbs ul li a:hover { color: #66676b; }

#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 7px;
}

#breadcrumbs ul li:first-child:before { display: none; }
#breadcrumbs ul li:first-child { margin-left: 0; }

#breadcrumbs ul li:before {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
	font-size: 14px;
	margin-right: 12px;
}

#breadcrumbs ul li.home-icon a {
	opacity: 1;
	font-size: 24px;
	top: 4px;
	position: relative;
	line-height: 0;
	padding: 0;
	display: inline-block;
}

#breadcrumbs ul li.home-icon i {
	line-height: 0;
}

/* Dark Style */
#breadcrumbs.dark {
	color: rgba(255,255,255,1);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	background-color: #333;
}

#breadcrumbs.dark ul li a,
#breadcrumbs.dark ul li a:hover {
	color: rgba(255,255,255,1);
}

#breadcrumbs.dark ul li:before {
    border-left: 4px solid rgba(255,255,255,0.3);
}


/* White Style */
#breadcrumbs.white {
	color: #333;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	background-color: #fff;
}

#breadcrumbs.white ul li a { color: #666; }
#breadcrumbs.white ul li a:hover { color: #66676b; }

#breadcrumbs.white ul li:before {
    border-left: 4px solid rgba(0,0,0,0.3);
}


/* Adjustments for "Single Page Header" */
.single-page-header #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin-left: auto;
}

.rtbgprefix-full
{
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 100% 100%;
}

.swwwap-breadcump
{
    position: relative;

    margin-bottom: 100px;

    color: #fff; 
    background-color: #1d2a49;
}
@media (max-width: 767.98px)
{
    .swwwap-breadcump
    {
        margin-bottom: 70px;
    }
}
.swwwap-breadcump a,
.swwwap-breadcump p
{
    font-size: 16px;

    position: relative; 

    color: #fff;
}
.swwwap-breadcump.breaducump-style-2
{
    background-color: transparent;
}

.swwwap-breadcump.swwwap-breadcump-height.breaducump-style-2 .domain-searh-form button {
    border: none;
    padding: 0 70px 0 40px!important;
}

.swwwap-breadcump.swwwap-homepage-height.breaducump-style-2 .domain-searh-form button {
    border: none;
    padding: 0 70px 0 40px!important;
}

.swwwap-breadcump .swwwap-homepage-height
{
    height: 683px;
}

.swwwap-breadcump .swwwap-breadcump-height
{
    height: 483px;
}
.swwwap-breadcump .swwwap-page-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.swwwap-breadcump.swwwap-breadcump-height .f-size-70.f-size-lg-50.f-size-md-40.f-size-xs-24.swwwap-strong{
    margin-bottom: 15px;
}

.swwwap-breadcump.swwwap-homepage-height .f-size-70.f-size-lg-50.f-size-md-40.f-size-xs-24.swwwap-strong{
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height h4{
        margin-bottom: 15px;
    }

    .swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height h4{
        margin-bottom: 15px;
    }

    .page-content-area .swwwap-box-style-2 .domain-border span.f-size-24 {
        font-size: 20px;
    }

    .page-content-area .seller-box .swwwap-box-style-2 .media img {
        width: 100px;
        height: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.rtbgprefix-full {
        background-size: initial;
   }
   .swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height h4{
        margin-bottom: 15px;
   }
   .swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
   }

   .swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height h4{
        margin-bottom: 15px;
   }
   .swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
   }

   .page-content-area .swwwap-box-style-2 .domain-border.col-lg-4 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
	.rtbgprefix-full {
        background-size: initial;
    }
   	.swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height h4{
        margin-bottom: 15px;
   	}
   	.swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
   	}

   	.swwwap-breadcump.swwwap-breadcump-height.breaducump-style-2 .swwwap-breadcump-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.swwwap-light3{
        font-size: 22px;
    }

   	.swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height h4{
        margin-bottom: 15px;
   	}
   	.swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height .f-size-70.f-size-lg-50 {
        font-size: 50px;
   	}

   	.swwwap-breadcump.swwwap-homepage-height.breaducump-style-2 .swwwap-homepage-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.swwwap-light3{
        font-size: 22px;
    }

    .f-size-36.f-size-lg-30.f-size-md-24.f-size-xs-16.swwwap-light3{
        font-size: 18px;
    }

    .page-content-area .swwwap-box-style-2 .domain-border.col-lg-4 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.rtbgprefix-full {
        background-size: initial;
    }

    .swwwap-breadcump .swwwap-breadcump-height {
        height: 500px;
    }

    .swwwap-breadcump.swwwap-breadcump-height.breaducump-style-2 .domain-searh-form button {
        border: none;
        padding: 14px 70px 14px 40px!important;
    }
    .swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height .f-size-70.f-size-lg-50 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    .swwwap-breadcump.swwwap-breadcump-height.breaducump-style-2 .swwwap-breadcump-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.swwwap-light3{
        font-size: 18px;
    }

     .swwwap-breadcump .swwwap-homepage-height {
        height: 500px;
    }

    .swwwap-breadcump.swwwap-homepage-height.breaducump-style-2 .domain-searh-form button {
        border: none;
        padding: 14px 70px 14px 40px!important;
    }
    .swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height .f-size-70.f-size-lg-50 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    .swwwap-breadcump.swwwap-homepage-height.breaducump-style-2 .swwwap-homepage-height .f-size-40.f-size-lg-30.f-size-md-24.f-size-xs-16.swwwap-light3{
        font-size: 18px;
    }

    .page-content-area .swwwap-box-style-2 .swwwap-btn {
        font-size: 14px;
        padding: 5px 6px;
    }

    .page-content-area .swwwap-box-style-3 .swwwap-light3.amount span.f-size-24 {
        font-size: 16px;
    }    
}

.swwwap-breadcump.swwwap-breadcump-height .swwwap-breadcump-height .f-size-70{
    font-size: 70px;
}

.swwwap-breadcump.swwwap-homepage-height .swwwap-homepage-height .f-size-60{
    font-size: 50px;
}

/* ---------------------------------- */
/* Tooltip
------------------------------------- */
.tooltip.in {
  opacity: 1;
}

/* ---------------------------------- */
/* Boostrap Slider
------------------------------------- */
input.range-slider,
input.default-slider { display: none; }

.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.slider.slider-horizontal {
	width: calc(100% - 20px);
	margin-left: 11px;
	height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 3px;
    width: calc(100% + 18px);
    margin-top: -2px;
    top: 50%;
    left: -9px;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}

.slider.slider-horizontal .slider-handle {
	margin-left: -11px;
}

.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px;
}

.slider.slider-horizontal .tooltip {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}

.slider input { display: none; }

.slider .tooltip.top { margin-top: -40px; }

.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
	background-color: #333;
	padding: 4px 12px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	border-radius: 0px;
}

.slider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
}

.tooltip.tooltip-min,
.tooltip.tooltip-max { display: none; }

.slider .hide { display: none; }

.slider-track {
	position: absolute;
	cursor: pointer;
	border-radius: 0px;
	background-color: #e0e0e0;
}

.slider-selection {
	position: absolute;
	background-color: #66676b;
	box-sizing: border-box;
	border-radius: 0px;
}

.slider-track-low,
.slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
}

.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #66676b;
	cursor: pointer;
	z-index: 20;
	border-radius: 50%;
}

.slider-handle:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	z-index: 30;
	display: block;
	box-shadow: 0 0 0px 6px rgba(102,103,107,.12);
	transition: 0.2s;
}

.slider-handle:hover:after {
	box-shadow: 0 0 0px 8px rgba(102,103,107,.12);
}

.slider-handle.custom {
	position: absolute;
	top: -5px;
	width: 40px;
	height: 29px;
	border: none;
	cursor: pointer;
	z-index: 20;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	text-align: center;
}

.slider-handle.custom:after { display: none; }

.slider-handle.custom:before {
	content: "\e958 \e959";
	font-family: "Material-Icons";
	letter-spacing: -10px;
	font-size: 21px;
	color: #a0a0a0;
	margin-left: -10px;
	transition: 0.3s;
}

.slider-handle.custom:hover:before { color: #333; }
.slider.slider-horizontal .slider-handle.custom { margin-left: -20px; }


/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden,
select.selectpicker {
	display: none !important;
},
select.selectpickers {
	display: none !important;
},

.bootstrap-select .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select > .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #808080;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}
.bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: flex;
	margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.checkbox .bootstrap-select.btn-group {
	margin-bottom: 0;
}
.checkbox-lg .bootstrap-select.btn-group.form-control,
.checkbox-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}
.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: hidden;
    width: 100%;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    float: left;
    height: 48px;
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
    display: none;
}

.currency-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width: 100%;
    float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 20px;
    height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	vertical-align: middle;
	transition: 0.35s;
}

.bootstrap-select.open .dropdown-toggle .caret {
	transform: rotate(180deg)
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0 5px;
	border-radius: 0;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
	opacity: 0.75;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	  -moz-user-select: none;
	   -ms-user-select: none;
	       user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 7px;
	opacity: 0.8;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: calc(100% - 20px);
	margin: 0;
	min-height: 26px;
	padding: 3px 5px;
	pointer-events: none;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	margin: 5px;
	margin-bottom: 5px;
	border-radius: 0px;
	white-space: nowrap;
	font-size: 14px;
	border: none;
}

.bootstrap-select.btn-group .no-results {
	padding: 5px 10px;
	background: #f6f6f6;
	margin: 5px 0;
	margin-bottom: 0;
	border-radius: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	white-space: normal;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 0 5px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 10px;
	margin-top: -5px;
}

.bs-actionsbox div { display: flex; }

.bootstrap-select.btn-group .bs-actionsbox div button {
	flex: 1;
    background: #f6f6f6;
    box-shadow: none;
    padding: 5px;
    height: 36px;
    font-size: 14px;
    color: #777;
    transition: 0.3s;
}

.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
	border-radius: 4px 0 0 4px;
	background-color: #f0f0f0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
	border-radius: 0 4px 4px 0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:hover {
    background: #66676b;
    color: #fff;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox + .bs-actionsbox {
	padding: 0;
}

.bs-searchbox .form-control:focus,
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    box-shadow: none;
    background: #f4f4f4;
    margin: -5px 0 10px 0;
    height: 38px;
    line-height: 38px;
    padding: 10px;
}

.bs-searchbox {
	position: relative;
}

.bs-searchbox:after {
	font-family: "Material-Icons";
	content: "\e982";
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 0;
	display: inline-block;
	position: absolute;
	margin: 0;
	color: #a0a0a0;
	right: 15px;
	top: 18px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

/* Custom Scrollbar for -wekbit */
.dropdown-menu.inner::-webkit-scrollbar { width: 5px; }

.dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.0);
    border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background-color: #c8c8c8;
}


.bootstrap-select .dropdown-menu {
	opacity: 0;
	transition: 0.4s;
	display: block;
	pointer-events: none;
	visibility: hidden;
	cursor: default;
}

.bootstrap-select.open .dropdown-menu {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 7px 10px;
	line-height: 20px;
	white-space: nowrap;
	background: #f6f6f6;
	color: #777;
	border-radius: 0px;
	margin-bottom: 1px;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.bootstrap-select.btn-group {
	position: relative;
}

.bootstrap-select.btn-group button {
	position: relative;
	display: inline-block;
    height: 48px;
    line-height: 0;
    padding: 0 20px;
    margin: 0;
    outline: none;
    font-size: 16px;
    color: #808080;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 0px;
    border: none;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}


/* Select Check Icon */
.hide-tick .check-mark { display: none !important; }
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
	font-family: "Feather-Icons";
	content: "\e92b";
	font-size: 18px;
	transition: all 0.3s;
	display: inline-block;
	top: 50%;
	right: 0;
	position: absolute;
	margin: 0;
	opacity: 0;
	transform: scale(0.5);
}

.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s cubic-bezier(0.3,-.41,.19,2), opacity 0.3s;
}

.bootstrap-select .dropdown-menu li.selected a span.check-mark:before,
.bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
	color: #66676b;
}

/* Icons*/
.bootstrap-select .glyphicon:not(.check-mark) {
	font-size: 17px;
	line-height: 0;
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.bootstrap-select .filter-option .glyphicon {
	position: relative;
	top: 1px;
}

/* Styles with border */
.with-border .dropdown-menu,
.with-border.bootstrap-select.btn-group button {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.with-border.bootstrap-select:before {
	width: calc(100% - 2px);
	left: 1px;
}

.dropdown-toggle::after {
    display:none;
}
/* ---------------------------------- */
/* Select2 Styles
------------------------------------- */
.select1_inner
{
    position: relative;
    position: relative; 

    border: 1px solid  transparent;
    background: #fff;
}

.select1_inner:after
{
    position: absolute;
    top: 17px; 
    right: 10px;

    display: block;

    width: 10px;
    height: 7px;

    content: '';

    background: url(../images/a1.html) 0 0 no-repeat;
}

.select2
{
    width: 100%;
}

.select2 *:focus
{
    outline: none !important;
}

.select2-container--default .select2-results > .select2-results__options
{
    overflow: hidden; 

    max-height: 500px;
}

.select2-container--default .select2-selection--single
{
    font-size: 14px; 

    position: relative;

    background: none;
}

.select2-container--default .select2-selection--single
{
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 14px;
    /*color: #fff;*/
    color:black;
}

.swwwap-sort   
{
    font-size: 18px;
    color: black;
    padding-right: 2px;
}

.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered
{
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    display: none;
}

.select2-dropdown
{
    z-index: 150;

    min-width: 0; 

    border-radius: 0;
    background: none;
}

.select2-container--open .select2-dropdown--below
{
    border: none;
}

.select2-results__option
{
    font-size: 14px;
    line-height: 20px;

    padding: 10px 5px 10px 15px;

    color: #fff;
    border-top: 1px solid #f30070; 
    background: #f30070;
}

.select2-results__option:first-child
{
    border-top: none;
}

.small .select2-results__option
{
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true]
{
    color: #f30070; 
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    color: #f30070; 
    background: #fff;
}

/* -------------------------------------------------------------- */
/*  Single Auction & Offers Pages
----------------------------------------------------------------- */
.boxed-list {
	margin-top: 10px;
	display: block;
}

.boxed-list-headline {
	background-color: #f2f2f2;
	border-radius: 0px;
	padding: 20px 35px;
}

.boxed-list-headline h3 { font-size: 18px; }
.boxed-list-headline h3 span { color: #888; }

.boxed-list-headline h3 i {
	font-size: 18px;
	color: #66676b;
	font-size: 24px;
	position: relative;
	top: 3px;
	line-height: 0;
	display: inline-block;
	margin-right: 5px;
}

.boxed-list ul.boxed-list-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.boxed-list ul.boxed-list-ul > li {
	display: block;
	background-color: transparent;
	padding: 15px;
	border-radius: 0px;
}

.boxed-list ul.boxed-list-ul > li:nth-child(2n) {
	background-color: #fafafa;
}

/* Fields UL */
.fields-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fields-ul > li {
	display: block;
	background-color: transparent;
	padding: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4
}

.boxed-list-item {
	display: flex;
}

.boxed-list-item .item-image {
	flex: 0 0 60px;
	height: 60px;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
	margin-right: 25px;
	position: relative;
	top: -2px;
	display: flex;
	background-color: #fff;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.boxed-list-item .item-image { max-width: 60px; }
	.boxed-list-item .item-image img { width: 100%; }
}
/* IE 11 Fixes - End */

.boxed-list-item .item-image img {
	height: auto;   
	align-self: center;
}

.boxed-list-item .item-content h4 a,
.boxed-list-item .item-content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.boxed-list-item .item-content h4 span {
	font-size: 16px;
	color: #808080;
	display: block;
	font-weight: 500;
}

.boxed-list-item .item-details {
	display: flex;
	margin-top: 5px;
}

.boxed-list-item .item-details .star-rating {
	top: -2px;
	position: relative;
	margin-right: 15px;
}

.boxed-list-item .item-details .detail-item {
	margin-right: 15px;
	color: #808080;
}

.boxed-list-item .item-details .detail-item a { color: #808080; }
.boxed-list-item .item-details .detail-item a:hover { color: #66676b; }

.boxed-list-item .item-details .detail-item i {
	margin-right: 3px;
	position: relative;
	top: 0;
}

.boxed-list-item .item-description p { margin-bottom: 0; padding-bottom: 0; }

.boxed-list-item .item-description {
	margin-top: 15px;
}

.bid {
	display: flex;
	width: 100%;
}

.bid .bids-content {
	flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bid .bids-bid {
	align-items: center;
	display: flex;
}

.review-avatar { 
	display: flex;
	width: 100%;
	align-self: center; 
	width: 80px;
	margin: 0 10px;
	position: relative;
	margin-right: 30px;
}
.bid .bids-avatar { align-self: center; }

.bid .seller-name { margin-top: 0; }

.bid .seller-avatar {
	width: 80px;
	margin: 0 auto;
	position: relative;
	margin-right: 30px;
}

.bid .star-rating { margin-top: 3px; display: block }

.bid .seller-avatar img {
	width: 100%;
	border-radius: 50%;
	cursor: pointer;
}

.bid .seller-avatar .verified-badge {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Bid Rate */
.bid-rate {
	text-align: center;
	font-size: 14px;
	background: #f4f4f4;
	color: #888;
	border-radius: 0px;
	padding: 8px 12px;
}

.boxed-list ul.boxed-list-ul > li:nth-child(2n) .bid-rate {
	background: #f2f2f2;
}

.bid-rate .rate {
	color: #333;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	border-radius: 0px;
	padding: 5px 10px;
	padding-bottom: 0;
	font-size: 16px;
}

.bid-rate span {
	display: block;
	margin-top: -2px;
}

@media (max-width: 768px) {
	.bid .seller-avatar {
		width: 70px;
		margin: 0 0 15px 0;
	}
	.bid {
		display: block;
	}
	.bids-bid { margin-top: 15px; }
	.bid-rate { width: 100%; }
}

.domains-overview {
    border-radius: 0px;
    background-color: #f9f9f9;
}

.domains-overview .domains-overview-headline {
    color: #333;
    font-size: 20px;
    padding: 20px 35px;
    background-color: #f0f0f0;
    color: #333;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.domains-overview .domains-overview-inner {
    padding: 35px;
}

.domains-overview .domains-overview-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* List Item */
.domains-overview .domains-overview-inner ul li {
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 38px;
	margin-bottom: 25px;
}

.domains-overview .domains-overview-inner ul li:last-child {
	margin-bottom: 0;
}

.domains-overview .domains-overview-inner ul li span {
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0;
	display: block;
}

.domains-overview .domains-overview-inner ul li h5 {
	font-weight: 500;
	color: #666;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.domains-overview .domains-overview-inner ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #66676b;
}

/* Apply Now Button */
a.apply-now-button {
	background-color: #66676b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 0px;
	padding: 14px 20px;
	margin-bottom: 35px;
	box-shadow: 0 2px 8px rgba(102,103,107,0.15);
	transition: 0.3s;
	display: block;
}

a.apply-now-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 2px 8px rgba(102,103,107,0.35);
}

a.apply-now-button i {
	font-size: 22px;
	position: relative;
	line-height: 0;
	top: 3px;
	margin-left: 5px;
}

/* Single domains Map */
#single-domains-map-container {
	position: relative;
}

#single-domains-map-container #singleListingMap {
	position: relative;
	height: 340px;
	border-radius: 0px;
}

/* ---------------------------------- */
/* Countdown
------------------------------------- */
.countdown {
	border-radius: 0px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	padding: 14px;
}

.countdown.green {
	background-color: #e7f8ec;
	color: #289c41;
}

.countdown.yellow {
	background-color: #fbf6dd;
	color: #a18d29;
}


/* ---------------------------------- */
/* Bidding Widget
------------------------------------- */
.bidding-widget {
	border-radius: 0px;
	background-color: #f9f9f9;
}

.dashboard-box .bidding-widget,
.popup-tab-content .bidding-widget {
	border-radius: 0;
	background-color: transparent;
}

.dashboard-box .slider-handle.custom,
.popup-tab-content .slider-handle.custom {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.bidding-widget .bidding-headline {
	background-color: #f0f0f0;
	color: #333;
	position: relative;
	border-radius: 4px 4px 0 0;
}

.bidding-widget .bidding-inner {
	padding: 30px 35px;
}

.bidding-widget .bidding-headline {
	color: #333;
	font-size: 20px;
	padding: 20px 35px;

}

.bidding-widget .bidding-headline h3 {
	color: #333;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.bidding-widget .bidding-signup {
	color: #666;
	font-size: 14.7px;
	padding: 16px 35px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}

.bidding-widget .bidding-signup a {
	font-weight: 600;
}

.bidding-widget button.button {
	margin-bottom: 3px;
}

.bidding-widget .bidding-detail {
	color: #888;
	display: block;
}

.bidding-widget .bidding-detail strong {
	color: #333;
	font-weight: 700;
}

.dashboard-box .bidding-detail strong { font-weight: 600; }

.bidding-widget .bidding-value {
	font-size: 26px;
	font-weight: 500;
	color: #333;
	margin: 5px 0 20px 0;
}

.bidding-widget .bidding-value {
	font-size: 26px;
	font-weight: 500;
	color: #333;
}

.bidding-widget .button  {
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
	transition: 0.3s;
	height: 46px;
}

.bidding-widget .button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform: translateY(-2px)
}

.bidding-widget .bidding-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 12px;
	width: calc(100% + 20px);
}

.bidding-widget .bidding-fields .bidding-field {
	flex: 1;
	margin-right: 20px;
}

/* Quantity Buttons for Booking Widget*/
.qtyButtons {
    display: flex;
    margin: 0;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    height: 48px;
    padding: 6px;
}

.qtyButtons.with-border {
	border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05)
}

.qtyButtons input {
	outline: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 50px;
	height: 36px;
	color: #808080;
	line-height: 36px;
	margin: 0 !important;
	padding: 0 5px;
	border: none;
	box-shadow: none;
	display: inline-block;
	flex-grow: 1;
	box-shadow: none !important;
}

.qtyTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
}

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    background-color: #f0f0f0;
    color: #808080;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
	font-family: "Feather-Icons";
    flex: 1;
	min-width: 36px;
	max-width: 36px;
	transition: 0.3s;
}

.qtyInc:before { content: "\e9b1"; }
.qtyDec:before { content: "\e996"; }

.qtyInc:hover,
.qtyDec:hover {
	background-color: #66676b;
	color: #fff;
}

.qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 2px;
	height: 18px;
	width: 18px;
}


/* Media Queiers for Bidding Widget */
@media (max-width: 1366px) {
	.qtyInc, .qtyDec { min-width: 34px; max-width: 34px; }
	.bidding-widget .bidding-inner { padding: 27px 32px; }
	.bidding-widget .bidding-headline { padding: 20px 32px; }
}

@media (max-width: 1240px) {
	.qtyInc, .qtyDec { min-width: 36px; max-width: 36px; }

	.bidding-widget .bidding-fields .bidding-field {
	    flex: auto;
	    margin-right: 0;
	    width: 100%;
	}

	.bidding-widget .bidding-fields .bidding-field:first-child { margin-bottom: 20px }
	.bidding-widget .bidding-fields { width: 100%; }

}


/* -------------------------------------------------------------- */
/*  Seller Profile
----------------------------------------------------------------- */

.seller-socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	margin: 0 0 -5px -8px;
}

.seller-socials ul li {
	display: inline-block;
	font-size: 24px;
}

.seller-socials ul li a {
	color: #b9b9b9;
	padding: 0 8px;
}

.seller-socials ul li a:hover {
	color: #333;
}

/* Attachments */
.attachments-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% + 20px);
	margin-bottom: -30px;
}

.attachment-box {
	display: flex;
	margin: 0 20px 20px 0;
	background-color: #f4f4f4;
	border-radius: 4px 0px 4px 4px;
	font-weight: 600;
	padding: 15px 20px;
	padding-bottom: 45px;
	padding-right: 25px;
	line-height: 24px;
	flex-direction: column;
	color: #666;
	position: relative;
	transition: 0.3s;
	flex: 0 1 calc(50% - 21px);
	cursor: default;
	position: relative;
}

.single-page-section .attachment-box { flex: 0 1 calc(33% - 20px); }
.single-page-section .attachments-container { margin-bottom: -20px; }

a.attachment-box { cursor: pointer; }

.attachment-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.15) #fff;
	transition: 0.3s;
	border-radius: 0 0 0 4px;
}

a.attachment-box:hover {
	background-color: #66676b;
	color: #fff;
}

a.attachment-box:hover:before { border-color: rgba(0,0,0,0.25) #fff; }

.attachment-box span {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	flex: auto;
}

.attachment-box i {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #999;
	font-weight: 500;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	transition: 0.3s;
}

a.attachment-box:hover i {
	color: rgba(255,255,255,0.7);
}

/* Remove Attachment Button */
.attachment-box .remove-attachment {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	background-color: #dc3139;
	box-shadow: 0 3px 8px rgba(234,65,81,0.15);
	height: 28px;
	width: 28px;
	line-height: 28px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	transition: 0.3s;
	opacity: 0;
	transform: translateY(3px);
}

.attachment-box .remove-attachment:before {
	content: "\e9e4";
	font-family: "Feather-Icons";
}

.attachment-box:hover .remove-attachment {
	opacity: 1;
	transform: translateY(0);
}

/* Profile Overview */
.profile-overview {
	display: flex;
	line-height: 22px;
	align-items: center;
	margin-bottom: 25px;
	width: calc(100% + 25px);
}

.profile-overview .overview-item {
	flex: 1;
	border-right: 1px solid #e0e0e0;
	margin-right: 20px;
	padding-right: 20px;
	flex-grow: 1;
}

.profile-overview .overview-item:last-child {
	border-right: 0;
	padding-right: 0;
}

.profile-overview .overview-item strong {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}

.profile-overview .overview-item span {
	color: #808080;
}


/* seller Indicators */
.seller-indicators {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	line-height: 24px;
	margin-bottom: -20px;
}

.seller-indicators .indicator {
	width: calc(50% - 31px);
	margin-right: 30px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.seller-indicators .indicator strong {
	color: #333;
	font-weight: 600;
}

.seller-indicators .indicator-bar span,
.seller-indicators .indicator-bar {
	width: 100%;
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 10px;
	position: relative;
	margin: 10px 0;
	transition: 1s;
}

.seller-indicators .indicator-bar span {
	width: 0;
	background-color: #66676b;
	position: absolute;
	top: 0;
	margin: 0;
}


/* Media Queriers */
@media (max-width: 1240px) {
	.profile-overview,
	.profile-overview .overview-item {
		display: block;
		width: 100%;
	}
	.profile-overview .overview-item {
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 0;
		margin: 0;
	}
	.profile-overview .overview-item:last-child {
		border-right: none;
		border-bottom: none
	}
}

@media (max-width: 768px) {
	.boxed-list-item .item-details,
	.attachments-container,
	.attachments-container .attachment-box,
	.seller-indicators,
	.seller-indicators .indicator {
		display: block;
		width: 100%;
	}

	.boxed-list-item .item-image {
	   display: none;
	}
}


/* -------------------------------------------------------------- */
/*  Dashboard - User Levels
----------------------------------------------------------------- */
.profileheader-dashboard{
	border-radius:0px 0px 12px 12px !important;
}

.full-page-container,
.dashboard-container {
    height: calc(100vh - 82px);
}

@media (max-width: 1099px) {
	.full-page-container,
	.dashboard-container {
	    height: calc(100vh - 76px);
	}
}

/* Dashboard Basis */
.dashboard-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.dashboard-sidebar {
    flex: 0 0 280px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.dashboard-sidebar .dashboard-sidebar-inner {
    overflow: auto;
    height: 100%;
}

.dashboard-content-container {
    flex: 1;
    background-color: #fafafa;
    padding: 0;
    overflow: auto;
    position: relative;
    z-index: 99;
}

.dashboard-content-inner {
    padding: 50px;
    padding-bottom: 0;
    position: relative;
}


/* Dashboard Header Logo Adjustent */
@media (min-width: 1099px) {
	#header-container.dashboard-header .container {
		padding-right: 35px;
		padding-left: 0;
	}

	#header-container.dashboard-header #logo {
		width: 281px;
		padding-left: 35px;
	}
}

@media (max-width: 1240px) {
	#header-container.dashboard-header #logo {
	    width: auto;
	}
}

/* ---------------------------------- */
/* Dashboard Navigation
------------------------------------- */
.dashboard-nav {
	display: block;
	z-index: 11;
	padding-bottom: 30px;
}

a.dashboard-responsive-nav-trigger { display: none; }

.dashboard-nav ul {
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

.dashboard-nav ul:first-child {
	margin: 30px 0 0 0;
}

.dashboard-nav ul:before {
	content: attr(data-submenu-title);
	padding: 0 35px;
	margin-bottom: 5px;
	display: block;
	color: #66676b;
	font-weight: 600;
	font-size: 14px;
}

/* 1st Level */
.dashboard-nav ul li {
	display: block;
	border-left: 3px solid transparent;
	transition: 0.3s;
	line-height: 25px;
	font-size: 15px;
}

.dashboard-nav ul li a {
	color: #707070;
	display: block;
	padding: 11px 32px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}

.dashboard-nav ul li a i {
	padding-right: 8px;
	width: 20px;
	font-size: 20px;
	color: #909090;
	transition: 0.3s;
	position: relative;
	top: 2px;
}


/* Hover State */
.dashboard-nav ul li ul li:hover a { padding-left: 4px; }


.dashboard-nav ul li.active-submenu a i,
.dashboard-nav ul li.active a i,
.dashboard-nav ul li:hover a i {
	color: #66676b;
}

.dashboard-nav ul li.active-submenu,
.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
	border-color: #66676b;
	background-color: rgba(102,103,107,0.04);
}

/*.dashboard-nav ul li:hover {
	background-color: #f8f8f8;
}*/

.dashboard-nav ul li.active-submenu a,
.dashboard-nav ul li:hover a,
.dashboard-nav ul li.active a { color: #66676b; }


/* Nav Tag */
.dashboard-nav ul li span.nav-tag {
	display: inline-block;
    font-weight: 700;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background-color: #66676b;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 4px;
    top: -2px;
}

/* Dropdown Styles */
.dashboard-nav ul li ul {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	line-height: 0;
	transition: 0.3s;
	pointer-events: none;
}

.dashboard-nav ul li.active-submenu ul {
	visibility: visible;
	padding: 0 0 18px 0;
	line-height: 24px;
	opacity: 1;
	max-height: 200px;
	pointer-events: all;
}

.dashboard-nav ul li ul li {
	background-color: transparent;
	border: none;
	padding-left: 63px;
	position: relative;
	margin: 0;
}

.dashboard-nav ul li ul li a {
	padding: 5px 0;
}

.dashboard-nav ul li ul li:hover {
	border: none;
	background-color: transparent;
}

/* Indicator Arrow */
.dashboard-nav ul li a:after {
    font-family: "Material-Icons";
    content: '\e914';
    opacity: 1;
    font-size: 16px;
    transition: 0.3s;
    opacity: 1;
    line-height: 17px;
    width: 17px;
    height: 17px;
    background-color: #f0f0f0;
    color: #a8a8a8;
    display: inline-block;
    border-radius: 3px;
    margin-left: 7px;
    text-indent: 0;
    top: 1px;
    position: absolute;
   	right: 35px;
    top: 15px;
}

.dashboard-nav ul li.active-submenu a:after,
.dashboard-nav ul li.active a:after,
.dashboard-nav ul li:hover a:after {
    color: #66676b;
    background: rgba(102,103,107,0.13);
    opacity: 0.8;
}

.dashboard-nav ul li ul:before,
.dashboard-nav ul li a:only-child:after { content: ''; display: none; }


/* ---------------------------------- */
/* Dashboard Elements
------------------------------------- */

/* Dashboard Headline
------------------------------------- */
.dashboard-headline {
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.dashboard-headline h3 {
	display: block;
	font-size: 26px;
	color: #333;
}

.dashboard-headline span {
	display: block;
	font-size: 18px;
	color: #888;
	line-height: 30px;
	margin-top: 5px;
}

.dashboard-headline #breadcrumbs { right: 0; }


/* Fun Facts
------------------------------------- */
.fun-facts-container {
	display: flex;
    flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-bottom: 30px;
}

.fun-fact {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	border-radius: 0px;
	padding: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	flex: 1 1 calc(25% - 30px);
    height: auto;
    cursor: default;
    transition: 0.3s;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.fun-fact { flex: 1; }
}
/* IE 11 Fixes - End */

.fun-fact-icon {
	border-radius: 0px;
	background-color: rgba(0,0,0,0.04);
	flex: 0 0 100px;
	height: 100px;
	display: flex;
	text-align: center;
}

.fun-fact-icon i {
	font-size: 48px;
    align-self: center;
    margin: 0 auto;
    color: #666;
}

.fun-fact-icon i.icon-material-outline-gavel {
	transform: scale(0.91);
}

.fun-fact-text {
	flex: 1;
	margin-right: 20px;
}

.fun-fact span {
	font-size: 18px;
	color: #888;
	line-height: 22px;
}

.fun-fact h4 {
	font-size: 38px;
	color: #333;
	line-height: 38px;
	margin-top: 5px;
}



/* Dashboard Box
------------------------------------- */
.dashboard-box {
	display: block;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-top: 30px;
	position: relative;
}

.dashboard-box .headline {
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

.dashboard-box .headline h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 26px;
}

.dashboard-box .headline h3 i {
	color: #66676b;
	font-size: 21px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

/* Pixel Perfect Adjustment */
.dashboard-box .headline h3 i.icon-material-outline-gavel { font-size: 20px; }
.dashboard-box .headline h3 i.icon-material-outline-supervisor-account { font-size: 24px; top: 3px;}
.dashboard-box .headline h3 i.icon-feather-folder-plus { font-size: 20px; top: 2px; margin-right: 5px; }
.button.big i.icon-feather-plus { font-size: 20px; top: 2px; margin-left: -4px; margin-right: 5px;}
/* Pixel Perfect Adjustment - End */

.dashboard-box .content.with-padding { padding: 30px; }

.dashboard-box .chart { padding: 30px 20px 17px 18px; }

.dashboard-box .headline .sort-by {
	float: none;
	display: inline-block;
	position: absolute;
	top: calc(50% + 3px);
	transform: translateY(-50%);
	right: 30px;
	z-index: 100;
	height: 33px;
}

.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 500;
    color: #666;
}


/* Dashboard Box List
------------------------------------- */
ul.dashboard-box-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.dashboard-box-list > li {
	border-bottom: 1px solid #e4e4e4;
	padding: 0;
	line-height: 26px;
	padding: 22px 30px;
	display: flex;
    align-items: center;
    position: relative;
	width: 100%;
	flex-flow: row wrap;
	transition: 0.3s;
}

ul.dashboard-box-list > li:last-child {
	border-bottom: none;
}

ul.dashboard-box-list > li:hover {
	background-color: #fcfcfc;
}

.dashboard-box-list .notification-text { font-size: 14.7px; flex: 1; }
.dashboard-box-list .notification-icon { flex: 0 0 40px; }
.dashboard-box-list .notification-text .star-rating {
	position: relative;
	top: -18px;
	line-height: 0;
	height: 0;
	display: inline-block;
	margin: 0 3px;
	transform: scale(0.93);
}


/* Dashboard Box List Buttons
------------------------------------- */
.buttons-to-right,
.dashboard-box-list .button.to-right {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s;
	box-shadow: 0px 0px 10px 15px #fff;
	background-color: #fff;
}

.dashboard-box-list .buttons-to-right.always-visible,
.dashboard-box-list li:hover .buttons-to-right { opacity: 1; }

.dashboard-box-list .buttons-to-right.always-visible:not(.single-right-button) {
    position: relative;
    transform: none;
    top: 0;
    margin: 5px 0 10px -2px;
    opacity: 1;
    right: auto;
    display: inline-block;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

.dashboard-box-list .button {
    padding: 6px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
	box-shadow: 0 3px 8px rgba(102,103,107,0.15);
}

.dashboard-box-list .button i[class*="icon-material"] {
    font-size: 18px;
    top: 3px;
    margin-right: 2px;
    margin-left: -2px
}

.dashboard-box-list .buttons-to-right .button {
    margin: 0 0 -6px 2px;
}

.dashboard-box-list .buttons-to-right.always-visible .button {
    margin: 0 3px 0 0;
}

.dashboard-box .button.red    { background-color: #dc3139; box-shadow: 0 3px 8px rgba(234,65,81,0.15); }
.dashboard-box .button.green  { background-color: #40b660; box-shadow: 0 3px 8px rgba(64,182,96,0.15); }
.dashboard-box .button.dark   { background-color: #333333; box-shadow: 0 3px 8px rgba(0,0,0,0.1); }
.dashboard-box .button.gray   { background-color: #eee; color: #666; box-shadow: none; }

/* Hovers */
.dashboard-box .dashboard-box-list .button:not(.ico):hover,
.dashboard-box .button.red:not(.ico):hover,
.dashboard-box .button.green:not(.ico):hover,
.dashboard-box .button.gray:not(.ico):hover   {
	color: #fff;
	background-color: #333333;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.dashboard-box .button.dark:not(.ico):hover {
	background-color: #66676b;
	box-shadow: 0 3px 8px rgba(102,103,107,0.15);
}

.dashboard-box .button.ico {
	width: 32px;
	text-align: center;
}

.dashboard-box .button.ico i {
	font-size: 15px;
	margin-left: -7px;
	top: 2px;
	position: relative;
}

.dashboard-box .button i.icon-material-outline-check {
	margin-left: -5px;
}

.dashboard-box .button.ico i[class*="icon-material"] { 
	font-size: 18px;
	margin-left: -8px;
	top: 3px;
	position: relative;
}

.dashboard-box-list { box-shadow: none; }

.dashboard-box-list a.button i {
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	font-size: 14px;
	line-height: 0;
	margin-left: -2px;
}

.dashboard-box .mark-as-read {
	float: none;
	background-color: #f4f4f4;
	position: absolute;
	right: 30px;
	top: 18px;
}

.button-info {
	background: rgba(255,255,255,0.25);
    color: #fff;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    margin-left: 3px;
    margin-right: -2px;
}

/* Listing Status*/
.dashboard-status-button {
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	line-height: 21px;
	padding: 2px 8px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 4px 4px;
}

.dashboard-status-button.green {
    background: #e0f5d7;
    color: #449626;
}

.dashboard-status-button.yellow {
	background-color: #fbf6dd;
	color: #a18d29;
}

.dashboard-status-button.red {
	background-color: #ffe6e6;
	color: #ea5252
}

/* Sellers */
.dashboard-box .domains-listing-details {
	box-shadow: none;
	padding: 10px 0;
	align-items: center;
	flex: auto;
}

.dashboard-box .domains-listing {
	box-shadow: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.dashboard-box .domains-listing.width-adjustment {
	max-width: 60%
}

.dashboard-box .domains-listing h3 a {
	color: #333;
	font-size: 18px;
}

.dashboard-box .domains-listing .domains-listing-company-logo {
	max-width: 50px;
}

.dashboard-box .domains-listing .domains-listing-description {
	padding-top: 0;
}

.dashboard-box .domains-listing:hover {
	transform: none;
}

.dashboard-box .domains-listing .domains-listing-footer {
    background-color:transparent;
    padding: 0;
    border-radius: none;
}

/* Jobs */
.dashboard-box .seller-overview {
	padding: 15px 0;
}
.dashboard-box .seller-overview-inner {
    flex:  auto;
    display: flex;
    align-items: center;
}

.dashboard-box .seller-overview .seller-name {
    text-align: left;
    margin: 0 0 0 30px;
    width: 100%;
}

.dashboard-box .seller-overview .seller-avatar {
	margin: 0;
	width: 90px;
}

.dashboard-box .seller-overview.manage-candidates .seller-avatar {
	align-self: flex-start;
}

/* Dashboard Task Info */
.dashboard-task-info {
	list-style: none;
    background-color: #fafaf9;
	text-align: center;
	border-radius: 12px;
	padding: 14px 25px;
	border:1px solid #d6d3d1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-self: flex-end;
    transform: translateY(-50%);
    transition: 0.3s;
    justify-content: center;
	margin-top:40px;
}

.dashboard-box li:hover .dashboard-task-info {
	background-color: #f0f0f0;
}

.dashboard-task-info li {
	display: inline-block;
	border-right: 1px solid #d0d0d0;
	padding-right: 22px;
	margin-right: 22px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.dashboard-task-info li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.dashboard-task-info li strong {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
}

.dashboard-task-info li span {
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 20px;
}

/* Bid Acceptance */
.bid-acceptance {
	display: flex;
    color: #289c41;
    background-color: #e4f6e9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
    padding: 12px 18px;
    display: inline-block;
    margin: 0 auto;
    line-height: 20px;
}

.bid-acceptance span {
	font-size: 14px;
	opacity: 0.86;
	line-height: 20px;
}


/* Media Queries */
@media (max-width: 1366px) {
	.dashboard-box .domains-listing.width-adjustment {max-width: 100% }
	.dashboard-task-info {
	    position: relative;
	    right: 0;
	    top: 0;
	    transform: none;
	    margin: 10px 0 20px 0;
	}
	.dashboard-task-info.bid-info {
		margin-bottom: 0;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.dashboard-box .seller-overview .seller-avatar {
		width: 60px;
	}
	.dashboard-box .seller-overview .seller-avatar .verified-badge {
		transform: scale(0.8);
		bottom: -5px;
		right: -5px;
	}
	.dashboard-box .seller-overview .seller-name {
	    margin: 0 0 0 25px;
	}
	.dashboard-box .domains-listing .domains-listing-company-logo {
		display: none;
	}

	.dashboard-task-info.bid-info,
	.dashboard-task-info:not(.bid-info) {
		flex-direction: column;
		width: 100%;
	}

	.dashboard-task-info li {
		border-right: none;
		border-bottom: 1px solid #d0d0d0;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.dashboard-task-info li:last-child{
		border-right: none;
		border-bottom: none;
		padding: 0;
		margin: 0;
	}
}


/* Reviews
------------------------------------- */
.dashboard-box .boxed-list-item {
	padding: 10px 0;
	width: 100%;
}


/* Submit Forms
------------------------------------- */
.submit-field {
	margin-bottom: 28px;
	display: block;
}

.submit-field .pac-container {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #fff;
    padding-top: 0;
    z-index: 9;
    left: 0 !important;
    top: 47px !important;
    border-radius: 0 0 4px 4px;
}



.help-icon {
	color: #66676b;
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	line-height: 18px;
	height: 16px;
	position: relative;
	top: 3px;
	margin: 0 3px;
	font-style: normal;
	cursor: help;
}

.help-icon:before {
	content: "\e97c";
	font-family: "Feather-Icons"
}


/* Avatar Switcher */
.avatar-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: none;
	margin: 0 10px 30px 0;
	transition: all .3s ease;
}
.avatar-wrapper:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.avatar-wrapper .profile-pic,.sitelogo,.invoice_logo,.mainback,.favicons,.homepage,.loader,.backgrounds {
	height: 100%;
	width: 100%;
	transition: all .3s ease;
	object-fit: cover;
}

.avatar-wrapper .profile-pic,.sitelogo,.invoice_logo,.mainback,.favicons,.homepage,.loader,.backgrounds:after {
	font-family: Feather-Icons;
	content: "\e9f1";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 120px;
	position: absolute;
	font-size: 60px;
	background: #f0f0f0;
	color: #aaa;
	text-align: center;
}

.avatar-wrapper .upload-button,.image-upload-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.avatar-wrapper .image-upload-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.avatar-wrapper .file-upload,.image-upload {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.avatar-wrapper .image-upload {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

/* Small Footer Styles
------------------------------------- */
.dashboard-content-inner .small-footer {
    width: 100%;
    left: 0px;
    padding: 25px 50px;
    position: absolute;
    bottom: 0;
}

.dashboard-footer-spacer {
	padding-top: 125px;
}


/* Dashbaord Media Queries 
------------------------------------- */
@media (min-width: 1365px) and (max-width: 1600px) {
	/*.fun-fact:last-child { display: none; }*/
}

@media (max-width: 1365px) {
	.fun-fact {
		flex: 1 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

@media (max-width: 992px) {
	.dashboard-content-inner { min-height: auto !important; }
	/* Dashboard Mobile Basis */
	.dashboard-sidebar .dashboard-nav-container,
	.dashboard-content-inner { padding: 15px; }
	.dashboard-sidebar-inner { padding-bottom: 30px; }
	.dashboard-sidebar .simplebar-content { overflow-x: hidden; }

	.dashboard-nav-inner {
		padding: 30px 0;
		margin-bottom: 0;
	}

	.dashboard-sidebar {
		flex: 1;
		width: 100%;
	    background-color: transparent;
	    box-shadow: none;
	    height: auto !important;
	}

	.full-page-sidebar .simplebar-track,
	.dashboard-sidebar .simplebar-track { display: none; }

	.full-page-sidebar-inner, 
	.dashboard-sidebar-inner { height: auto !important; }

	.dashboard-container {
		display: block;
	    width: 100%;
	    flex-wrap: wrap;
	    height: auto !important;
	}

	.dashboard-content-container { height: auto !important; }
	.dashboard-content-container .simplebar-scrollbar { display: none; }

	/* Dashboard Mobile Basis - End */

	/* Dashboard Nav */
	.dashboard-nav {
		width: 100%;
		margin: 0;
		border-radius: 0 0 4px 4px;
		position: relative;
		min-height: auto;
		opacity: 1;
		visibility: hidden;
		max-height: 0;
		padding: 0;
		transition: all 0.3s;
	    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	    background: #fff;
	}

	.dashboard-nav ul:first-child { margin: 0; }
	.dashboard-nav ul { margin-top: 15px; }

	.dashboard-nav.active ul,
	.dashboard-nav.active {
		opacity: 1;
		visibility: visible;
		max-height: 2500px;
	}

	.dashboard-nav ul:before { padding: 0 29px; }
	.dashboard-nav ul li a { padding: 10px 25px; }

	.dashboard-nav ul,
	.dashboard-nav.active ul li ul,
	.dashboard-nav ul li ul {
	    visibility: hidden;
	    opacity: 0;
	    max-height: 0;
	    transition: all 0.3s;
	}

	.dashboard-nav.active ul li.active-submenu ul {
	    visibility: visible;
	    opacity: 1;
	    max-height: 300px;
	}

	/* Trigger */
	a.dashboard-responsive-nav-trigger {
		width: 100%;
		margin: 0;
		margin-top: 15px;
		background-color: #333;
		border-radius: 5px;
		color: #fff;
		padding: 16px 30px;
		font-weight: 600;
		transition: 0.2s;
		display: block;
		line-height: 26px;
	}

	a.dashboard-responsive-nav-trigger span.trigger-title {
		padding-left: 33px;
	}

	a.dashboard-responsive-nav-trigger .hamburger-inner, 
	a.dashboard-responsive-nav-trigger .hamburger-inner::before, 
	a.dashboard-responsive-nav-trigger .hamburger-inner::after {
		background-color: #fff;
	}

	a.dashboard-responsive-nav-trigger .hamburger {
		top: 2px;
		left: 0;
		transform: scale(0.66);
	}

	a.dashboard-responsive-nav-trigger i {
		margin-right: 8px;
		margin-left: -2px;
		font-size: 28px;
		line-height: 0;
		position: relative;
		top: 6px;
	}

	a.dashboard-responsive-nav-trigger.active {
		border-radius: 4px 4px 0 0;
	}
	/* Dashboard Nav - End */

	.buttons-to-right:not(.single-right-button)  {  opacity: 1; }
	.fun-facts-container {
		width: calc(100% + 15px);
		margin-bottom: -15px;
	}
	.fun-fact {
		flex: 1 1 calc(50% - 15px);
		max-width: calc(50% - 15px);
		margin: 0 15px 15px 0;
	}
}

@media (max-width: 768px) {
	.fun-fact {
		flex: 1 1 100%;
		max-width: 100%;
	}
	#titlebar #breadcrumbs,
	.dashboard-headline #breadcrumbs {
	    right: 0;
	    position: relative;
	    top: 0;
	    transform: none;
	    margin-top: 30px;
	    max-width: 100%;
	}
	.buttons-to-right:not(.single-right-button) {
	    position: relative;
	    transform: none;
	    top: 0;
	    margin: 10px 0 0 0;
	    opacity: 1;
	    right: auto;
	    display: inline-block;
	    box-shadow: none;
	    width: 100%;
	}
	.dashboard-box .headline .sort-by {
	    float: none;
	    display: inline-block;
	    position: relative;
	    top: 0;
	    transform: none;
	    right: 0px;
	    top: 5px;
	    left: -8px;
	}
	.dashboard-box .headline .sort-by .bootstrap-select .dropdown-menu {
	    left: 0;
	    right: auto;
	}
}

/* ---------------------------------- */
/* Slick Slider
------------------------------------- */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #333;
    border-radius: 0px;
    width: 48px;
    height: 48px;
    display: block;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    transition: 0.3s;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: #66676b;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    pointer-events: none;
	cursor: default;
	background-color: #e8e8e8;
	box-shadow: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    color: #808080;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Feather-Icons";
    font-size: 26px;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
    position: relative;
    color: #fff;
}

.slick-prev { left: -85px; }
.slick-prev:before {  content: '\e92f'; left: -1px; }

.slick-next {  right: -85px; }
.slick-next:before { content: '\e930'; right: -1px; }

/* Dots */
.slick-dots {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 2px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 6px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}


/* Reset */
.slick-slide { display: none; outline: none; }
.slick-initialized .slick-slide { display: block; }

.default-slick-carousel .slick-carousel-item { margin: 15px; }

.default-slick-carousel {
    height: auto;
    width: calc(100% + 30px);
    left: -15px;
}

.default-slick-carousel,
.testimonial-carousel,
.logo-carousel,
.blog-carousel { display: none; }

.default-slick-carousel.slick-initialized,
.testimonial-carousel.slick-initialized,
.logo-carousel.slick-initialized,
.blog-carousel.slick-initialized { display: block; }

/* Custom */
.default-slick-carousel .seller { margin: 15px; width: 30%; }
.default-slick-carousel.slick-initialized .seller { width: auto; }
.default-slick-carousel .seller-details-list ul li { margin-right: 22px; }
.default-slick-carousel .seller-details-list ul li:last-child { margin-right: 0px; }

.default-slick-carousel .seller:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    transform: translateY(0px);
}

@media (min-width: 1367px) and (max-width: 1440px) {
	.slick-prev { left: -65px; }
	.slick-next {  right: -65px; }
}

@media (max-width: 1290px) {
	.slick-prev { left: -10px; }
	.slick-next {  right: -10px; }
}

@media (max-width: 1090px) {
	.slick-prev { left: 40px; }
	.slick-next {  right: 40px; }
}

.full-width-carousel-fix { overflow: hidden; }
.full-width-carousel-fix .slick-list { overflow: visible; }

/* ---------------------------------- */
/* Simlpebar.js (custom scrollbar)
------------------------------------- */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden!important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    overflow-y: scroll;
    min-width: 100%!important;
    max-height: inherit!important;
    -webkit-box-sizing: content-box!important;
            box-sizing: content-box!important;
}

.simplebar-content {

    -webkit-box-sizing: border-box!important;
            box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    height: calc(100% - 6px);
    margin-top: 6px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 6px;
    width: 5px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s, background-color 0.3s;
    background-color: #d8d8d8;
}

.simplebar-scrollbar:hover:before {
    background-color: #c8c8c8;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity:1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
    display: none;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

body.gray .dashboard-content-container .simplebar-scrollbar:before { background-color: #c9c9c9; }
body.gray .dashboard-content-container .simplebar-scrollbar:hover:before { background-color: #b9b9b9; }
.dashboard-box .simplebar-scrollbar:before { background-color: #d8d8d8; }
.dashboard-box .simplebar-scrollbarLhover:before { background-color: #c8c8c8; }


/* ---------------------------------- */
/* Time Left Counter (Deadline)
------------------------------------- */
* {
  box-sizing: border-box;
}

.container-timeleft {
  height: 50vh;
  background-color: black;
}

.container-timeleft {
  background-size: cover;
  background-image: -webkit-linear-gradient(bottom left, white 10%, black 90%);
  background-image: linear-gradient(to top right, white 10%, black 90%);
  background-blend-mode: overlay;
  transition: all 0.5s ease;
}

.container-timeleft {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}


.button-group{
  max-width: 450px;
  margin: .5rem auto;
}

input[type=date],
input[type=time]{
  display:inline-block;
  background: transparent;
  text-shadow: 0 0 0;
  float:left;
  box-shadow: 0 0 0;
  color: #fff;
  width: 50%;
  font-family: 'Source Sans Pro';
  text-align: center;
  padding: 8px 15px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.5);
}

input[type=date]:focus,
input[type=time]:focus{
  outline: 0;
}

button{
  padding: 8px 15px;
  background: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  float:right;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

button:focus{
  outline: 0;
}

#action{
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

@media screen and (min-width: 450px){
  h1
  {
    	font-size: 6rem;
  }
}
@media screen and (min-width: 768px){
  h1{
    	font-size: 7rem;
    	letter-spacing: -.25rem;
  }
  h1 span{
    	letter-spacing: -.15rem;
  }
  h2{
    	font-size: 1.5rem;
    	font-weight: 400;
  }
}
@media screen and (min-width: 992px){
  h1{
    	font-size: 8rem;
  }
}


/* ---------------------------------- */
/* Dashboard Chat & Message
------------------------------------- */
.messages-container {
	margin: 0;
	border-radius: 8px;
	background-color: #fff;
}


/* Scrollbar Adjustments */
.messages-inbox ul { max-height: 875px; }
.message-content-inner { max-height: 750px; }

.message-content,
.messages-container-inner .messages-inbox { overflow: hidden; }

.message-content-inner,
.messages-container-inner .messages-inbox ul {
	overflow-y: scroll;
	width: calc(100% + 18px)
}
.message-content-inner::-webkit-scrollbar,
.messages-container-inner .messages-inbox ul::-webkit-scrollbar { width: 17px; }
/*  Scrollbar Hide - End */

.messages-headline {
	max-height: 82px;
	font-size: 16px;
	margin: 0;
	padding: 22px 30px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #eaeaea;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.messages-headline input {
	background-color: #f6f6f6;
	box-shadow: none;
	height: 38px;
	padding: 14px;
	font-size: 14px;
	margin: 0;
	border:none;
	border-radius:8px;
}

.messages-headline input:focus { box-shadow: none; }

.messages-headline .input-with-icon i {
	font-size: 18px;
	right: 14px;
}

.messages-headline h4 {
	font-size: 16px;
	color: #333;
	padding: 6px 0;
	margin: 0;
	font-weight: 600;
	display: inline-block;
}

.message-action {
	border-radius: 50px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	display: inline-block;
	transition: 0.3s;
	color: #666;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

.message-action i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 1px;
}

.message-action:hover { color: #ee3535; }

/* List */
.messages-inbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.messages-inbox ul li a {
	position: relative;
	display: block;
	padding: 30px;
}

.messages-inbox ul li {
	transition: 0.2s;
	position: relative;
}

.messages-inbox ul li:nth-child(2n) {
	background-color: #fafafa;
}

.messages-inbox ul li:last-child { border-bottom: none; }

.messages-inbox ul li.active-message { background-color: #fafafa; }

.messages-inbox ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #66676b;
	display: block;
	content: "";
	opacity: 0;
	transition: 0.3s;
}

.messages-inbox ul li:hover:before,
.messages-inbox ul li.active-message:before {
	opacity: 1;
}

.messages-inbox .message-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.messages-inbox .message-by {
	margin-left: 85px;
	font-size: 15px;
	color: #666;
}

.messages-inbox .message-by p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 15px;
}

.message-by-headline h5,
.message-by-headline span {
	display: inline-block;
}

.message-by-headline span {
	float: right;
	color: #888;
	font-size: 14px;
}

.message-by-headline h5 {
	font-weight: 600;
	color: #333;
	margin: 0 0 7px 0;
	padding: 0;
}

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

.message-by h5 i {
	background-color: #66676b;
	border-radius: 0px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	padding: 3px 8px;
	margin-left: 3px;
}


/* Single Message */
.messages-container-inner {
	display: flex;
}

.messages-container-inner .messages-inbox,
.messages-container-inner .message-content {
	flex: 1;
}

.messages-container-inner .message-content-inner {
	padding: 30px;
	padding-bottom: 0;
	flex-grow: 1;
}

.messages-container-inner .message-content {
	display: flex;
	flex-direction: column;
}

.messages-container-inner .messages-inbox {
	max-width: 340px;
	border-right: 1px solid #eaeaea;
}

.messages-container-inner .messages-inbox ul li a { padding: 25px; }

.messages-container-inner .messages-inbox .message-by p {
	height: 26px;
	max-width: 205px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}

.messages-container-inner .message-avatar img {
	width: 40px;
	height: 40px;
}

.messages-container-inner .messages-inbox .message-avatar { left: 25px; }
.messages-container-inner .messages-inbox .message-by { margin-left: 60px }

.messages-container-inner .message-by-headline h5 {
	font-size: 14px;
	margin-bottom: 3px;
	max-width: 160px;
	line-height: 23px;
}

.messages-container-inner .message-by-headline span {
	font-size: 13px;
	position: absolute;
	top: 25px;
	right: 25px
}

/* Message Bubbles */
.message-bubble {
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.message-bubble .message-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.message-bubble .message-avatar img {
	width: 50px;
	height: 50px;
}

.message-bubble .message-text {
	margin-left: 70px;
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 12px 18px;
	position: relative;
	display: inline-block;
	float: left;
	line-height: 25px;
}

.message-bubble.me .message-text {
	float: right;
}

.message-bubble .message-text p {
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 25px;
}


/* Message Bubble "me" */
.message-bubble.me .message-avatar {
	left: auto;
	right: 0;
}

.message-bubble.me .message-text {
	margin-left: 0;
	margin-right: 70px;
	background-color: #fae4cb;
	color: #333;
	position: relative;
}

/* Arrow */
.message-bubble .message-text:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 6px solid #f4f4f4;
	left: -6px;
	right: auto;
	top: 19px;
	position: absolute;
}

.message-bubble.me .message-text:before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fae4cb;
	border-right: none;
	right: -6px;
	left: auto;
}

/* Message Time Sign */
.message-time-sign {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.message-time-sign:before {
	content: "";
	height: 1px;
	background-color: #eaeaea;
	display: block;
	max-width: 30%;
	margin: 0 auto;
	position: relative;
	top: 14px;
	z-index: 10;
}

.message-time-sign span {
	background-color: #fff;
	font-size: 14px;
	color: #888;
	z-index: 11;
	position: relative;
	padding: 0 10px;
}

/* Reply */
.message-reply {
	border-top: 1px solid #eaeaea;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
    display: none;
}

.message-reply textarea {
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 10px 0;
	margin: 0 15px 0 0;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	box-shadow: none;
	border: none;
    box-sizing: border-box;
    resize: none;
	padding-left:15px;
}

.message-reply button {
	flex: auto;
	flex-grow: 0;
	height: 44px;
	text-align: center;
	align-self: center;
	padding: 0 25px;
}

.message-reply i{
	padding: 0;
	margin: 0;
}


/* Typing Indicastor */
.typing-indicator {
	width: auto;
	height: 24px;
	padding-top: 8px;
}

.typing-indicator span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) { animation: 1s blink infinite 0.33333s; }
.typing-indicator span:nth-of-type(2) { animation: 1s blink infinite 0.66666s; }
.typing-indicator span:nth-of-type(3) { animation: 1s blink infinite 0.99999s; }

@keyframes blink {
  50% {
    opacity: 1;
  }
}

/* Messages Media Queries */
@media (max-width: 992px) {
	.messages-container-inner .messages-inbox { max-width: 300px; }
}
@media (max-width: 768px) {
	.messages-container-inner { display: block; }

	.messages-container-inner .messages-inbox {
		max-width: 100%;
		border-bottom: 1px solid #e4e4e4;
		border-right: none;

	}
	.messages-inbox ul { max-height: 500px; }

	.messages-container-inner .message-by-headline span {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		float: none;
		padding: 0;
		margin: -4px 0 0 0;
	}

	.message-action {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		transform: none;
		margin-top: -5px;
	}

	.messages-headline { max-height: 120px; }
}



/* ---------------------------------- */
/* Popups & Models Styles
------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #111;
}

.mfp-wrap {
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
 }
.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-s-loading .mfp-arrow {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -40px;
}

/* Close Button */
.og-close,
button.mfp-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -20px;
	display: block;
	right: -12px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;	transform: translate3d(0,0,0);
}

.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -12px;
	transform: translate3d(0,0,0);
}

.mfp-gallery .mfp-close {
	top: 20px;
	right: 10px;
}

.mfp-gallery  .mfp-content .mfp-close {
	display: none;
}

.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
	margin: 17px;
	right: 10px;
	background: transparent;
	color: #222;
}

.og-close:before,
.mfp-close:before {
	font-family: "Feather-Icons";
	font-size: 20px;
	top: 2px;
	left: 0;
	position: relative;
	height: 10px;
}

.og-close:before,
.mfp-close:before {
	content:"\ea02";
}

#small-dialog .mfp-close,
#make-offer-dialog.mfp-close,
#small-dialog-1 .mfp-close,
#small-dialog-2 .mfp-close,
#small-dialog-3 .mfp-close,
#small-dialog-4 .mfp-close,
#small-dialog-5 .mfp-close,
#small-dialog-6 .mfp-close,
#small-dialog-7 .mfp-close,
#small-dialog-8 .mfp-close,
#small-dialog-9 .mfp-close,
#small-dialog-10 .mfp-close,
#sign-in-dialog, .mfp-close,
.mfp-close:hover {
	color: #fff;
}


/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog-1 .mfp-close,
#small-dialog-2 .mfp-close,
#make-offer-dialog.mfp-close,
#small-dialog-3 .mfp-close,
#small-dialog-4 .mfp-close,
#small-dialog-5 .mfp-close,
#small-dialog-6 .mfp-close,
#small-dialog-7 .mfp-close,
#small-dialog-8 .mfp-close,
#small-dialog-9 .mfp-close,
#small-dialog-10 .mfp-close,
#small-dialog .mfp-close {
	color: #666;
	background-color: #e4e4e4;
	border-radius: 0px;
	top: 28px;
	right: 40px;
    width: 40px;
    height: 40px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog-1 .mfp-close:hover,
#make-offer-dialog.mfp-close:hover,
#small-dialog-2 .mfp-close:hover,
#small-dialog-3 .mfp-close:hover,
#small-dialog-4 .mfp-close:hover,
#small-dialog-5 .mfp-close:hover,
#small-dialog-6 .mfp-close:hover,
#small-dialog-7 .mfp-close:hover,
#small-dialog-8 .mfp-close:hover,
#small-dialog-9 .mfp-close:hover,
#small-dialog-10 .mfp-close:hover,
#small-dialog .mfp-close:hover {
	color: #fff;
	background-color: #66676b;
}

.small-dialog-content input[type=submit] {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
}

.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0;
}

.small-dialog-header {
	font-size: 22px;
	width: calc(100% + 80px);
	position: relative;
	left: -40px;
	top: 0;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 35px 40px;
	margin-bottom: 40px;
}

.small-dialog-header h3 {
	padding: 0;
	margin: 0;
	font-size: 23px;
}


/*.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}

.mfp-arrow {
	opacity: 1;
	margin: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	outline: none;
}

.mfp-arrow:hover {
	background: #66676b;
	color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
	font-family: "simple-line-icons";
	font-size: 20px;
}

.mfp-arrow.mfp-arrow-right { right: 15px; }

.mfp-arrow.mfp-arrow-left:before { content: "\e605"; left: -1px; top: 0px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\e606"; left: 1px; top: 0px; position: relative; }

.mfp-content:hover .mfp-arrow {
	opacity: 1;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1180px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
*/
/* Popup */
#sign-in-dialog,
#make-offer-dialog,
#small-dialog-1,
#small-dialog-2,
#small-dialog-3,
#small-dialog-4,
#small-dialog-5,
#small-dialog-6,
#small-dialog-7,
#small-dialog-8,
#small-dialog-9,
#small-dialog-10,
#make-offer-dialog,
#small-dialog {
	background: #fff;
	padding: 40px;
	padding-top: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing:border-box;
	border-radius: 0px;
	max-width: 550px;
}


#sign-in-dialog-1 span.line,
#sign-in-dialog-2 span.line,
#sign-in-dialog-3 span.line,
#sign-in-dialog-4 span.line,
#sign-in-dialog-5 span.line,
#sign-in-dialog-6 span.line,
#sign-in-dialog-7 span.line,
#sign-in-dialog-8 span.line,
#sign-in-dialog-9 span.line,
#sign-in-dialog-10 span.line,
#sign-in-dialog span.line,
#make-offer-dialog span.line,
#small-dialog span.line {padding-top: 0;}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.dupa {
	display: block;
	height: 30px;
}


/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	border-radius: 0px;
}

/* The shadow behind the image */
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 18px rgba(11,11,11, 0.6);
}

.mfp-figure {
	line-height: 0;
}

.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}


/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
   }

  .mfp-img-mobile img.mfp-img {
	padding: 0
   }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
   }

  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
   }

  .mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
   }

  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
   }

  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
   }

  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
   }
}


.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Feedback Yes No */
.feedback-yes-no strong{
	font-size: 16px;
	font-weight: 600;
	color: #333;
	display: block;
}

.feedback-yes-no .radio {
	margin-right: 15px;
}

.feedback-yes-no { margin-bottom: 15px; }

.feedback-yes-no .leave-rating {
	transform: scale(1.1);
	margin: 3px 0 10px 3px;
}


/* ---------------------------------- */
/* Popup tabs
------------------------------------- */
.popup-tabs-nav {
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 62px;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.popup-tabs-nav li {
	float: left;
	line-height: 62px;
	height: 62px;
	padding: 0;
	margin-right: 0;
	position: relative;
}

.popup-tabs-nav li:first-child a {
	border-radius: 4px 0 0 0;
}

.popup-tabs-nav li a,
.popup-tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.popup-tabs-nav li a {
	border: none;
	color: #777;
	display: inline-block;
	outline: none;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	z-index: 10;
	position: relative;
	height: 100%;
	padding: 0 30px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	transition: all 0.3s, font-weight 0s;
	border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active {
	background-color: #fff;
	position: relative;
}

.popup-tabs-nav li a:hover {
	background-color: #f3f3f3;
	height: calc(100% - 1px);
	color: #333;
}

.popup-tabs-nav li:last-child a:hover {
	border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active a:hover,
.popup-tabs-nav li.active {
	background-color: #fff;
}

.popup-tabs-nav li.active a {
	color: #66676b;
	font-weight: 600;
}

.popup-tabs-nav li.active:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 111;
}

.popup-tabs-nav li:first-child.active {
	border-left: none;
	border-radius: 4px 0 0 0;
}

.popup-tab-content {
	padding: 50px 35px;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 100%;
}

.popup-tabs-container {
	overflow: hidden;
	width: 100%;
}

.popup-tab-content p:last-child { margin-bottom: 0; }

.dialog-with-tabs#sign-in-dialog,
.dialog-with-tabs#small-dialog-1,
.dialog-with-tabs#small-dialog-2,
.dialog-with-tabs#small-dialog-3,
.dialog-with-tabs#small-dialog-4,
.dialog-with-tabs#small-dialog-5,
.dialog-with-tabs#small-dialog-6,
.dialog-with-tabs#small-dialog-7,
.dialog-with-tabs#small-dialog-8,
.dialog-with-tabs#small-dialog-9,
.dialog-with-tabs#small-dialog-10,
.dialog-with-tabs#make-offer-dialog,
.dialog-with-tabs#small-dialog { 
	padding: 0;
	color: #666;
	max-width: 540px;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

/* Close Button Adjustments*/
#sign-in-dialog.dialog-with-tabs .mfp-close,
#small-dialog.dialog-with-tabs .mfp-close,
#small-dialog-1.dialog-with-tabs .mfp-close,
#small-dialog-2.dialog-with-tabs .mfp-close,
#small-dialog-3.dialog-with-tabs .mfp-close,
#small-dialog-5.dialog-with-tabs .mfp-close,
#small-dialog-6.dialog-with-tabs .mfp-close,
#small-dialog-7.dialog-with-tabs .mfp-close,
#small-dialog-8.dialog-with-tabs .mfp-close,
#small-dialog-9.dialog-with-tabs .mfp-close,
#small-dialog-10.dialog-with-tabs .mfp-close,
#make-offer-dialog.dialog-with-tabs .mfp-close,
#small-dialog-4.dialog-with-tabs .mfp-close {
    color: #888;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 62px;
    height: 61px;
}

#sign-in-dialog.dialog-with-tabs .mfp-close:hover,
#small-dialog-1.dialog-with-tabs .mfp-close:hover,
#small-dialog-2.dialog-with-tabs .mfp-close:hover,
#small-dialog-3.dialog-with-tabs .mfp-close:hover,
#small-dialog-4.dialog-with-tabs .mfp-close:hover,
#small-dialog-5.dialog-with-tabs .mfp-close:hover,
#small-dialog-6.dialog-with-tabs .mfp-close:hover,
#small-dialog-7.dialog-with-tabs .mfp-close:hover,
#small-dialog-8.dialog-with-tabs .mfp-close:hover,
#small-dialog-9.dialog-with-tabs .mfp-close:hover,
#small-dialog-10.dialog-with-tabs .mfp-close:hover,
#make-offer-dialog.dialog-with-tabs .mfp-close:hover,
#small-dialog.dialog-with-tabs .mfp-close:hover {
    color: #333;
    background-color: #f2f2f2;
}

.dialog-with-tabs .mfp-close:before,
.dialog-with-tabs .mfp-close:before {
    font-size: 24px;
}


/* Chrome autocomplete highlight reset */
.dialog-with-tabs input:-webkit-autofill,
.dialog-with-tabs input:focus:-webkit-autofill {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0,0,0,0.07);
}

.dialog-with-tabs input {
    margin-bottom: 22px;
}

/* Forgot Password Link */
.dialog-with-tabs .forgot-password {
	font-size: 14px;
	color: #888;
	margin-top: -12px;
	display: block;
}

.dialog-with-tabs .forgot-password:hover {
	color: #66676b;
}


/* Submit Button Adjustments */
.dialog-with-tabs .button {
	height: 48px;
	width: 100% !important;
	margin-top: 25px;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}

/* Welcome Text */
.welcome-text {
	display: block;
	text-align: center;
	color: #808080;
	margin-bottom: 33px;
}

.welcome-text h3 {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 24px;
}

.welcome-text span a { font-weight: 500; }

.welcome-text span {
	display: block;
	margin-top: 4px;
}

/* Social Login Separator */
.social-login-separator {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 38px 0 15px 0;
	height: 1px;
}

.social-login-separator:before {
	width: 100%;
	content: "";
	height: 1px;
	display: block;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
}

.social-login-separator span {
	background-color: #fff;
	top: 0;
	position: absolute;
	line-height: 10px;
	top: -5px;
	margin-left: -15px;
	padding: 0px 10px;
	color: #808080;
}

/* Social Login Buttons */
.social-login-buttons {
	display: flex;
	width: calc(100% + 20px)
}

.social-login-buttons button {
	flex: 1;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	border-radius: 0px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 14px;
	padding: 9px 5px;
	max-width: 50%;
	transition: 0.3s;
}

.social-login-buttons button:hover {
	background-color: #333;
	color: #fff;
}

.social-login-buttons button i {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 15px;
}

.social-login-buttons .facebook-login {
	border-color: #3b5998;
	color: #3b5998;
}

.social-login-buttons .facebook-login:hover {
	background-color: #3b5998;
	color: #fff;
}

.social-login-buttons .google-login {
	border-color: #dd4b39;
	color: #dd4b39;
}

.social-login-buttons .google-login:hover {
	background-color: #dd4b39;
	color: #fff;
}

@media (max-width: 768px) {
	.social-login-separator { margin-bottom: 25px; }
	.social-login-buttons,
	.social-login-buttons a { width: 100%; display: block; max-width: 100%; }
}

/* Account Type */
.account-type {
	display: flex;
	width: calc(100% + 20px);
	margin: 0 0 20px 0;
}

.account-type div {
	flex: 1;
	margin-right: 20px;
}

.account-type label {
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  width: 100%;
}

/* hide input */
.account-type input.account-type-radio:empty {
	display: none;
}

/* style label */
.account-type label i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px;
}

.account-type input.account-type-radio:empty ~ label {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	padding-bottom: 11px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0px;
	color: #888;
	transition: 0.4s;
	height: 48px;
	line-height: 28px;
	overflow: hidden;
}

.account-type input.account-type-radio ~ label:hover {
	color: #289c41;
	background-color: #e4f6e9;
}

.account-type input.account-type-radio:checked ~ label {
	color: #fff;
	background-color: #47bb67;
}

.account-type input.account-type-radio:empty ~ label:after,
.account-type input.account-type-radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
	border-radius: 0px;
	font-size: 22px;
	background: transparent;
	z-index: 100;
	opacity: 0;
}

.account-type .ripple-effect-dark span.ripple-overlay {
	animation: ripple 1.2s;
	opacity: 0.03; 
}

/* Standard syntax */
@keyframes typeCheck {
    0% {opacity: 0; transform: translateY(10px); }
    50% {opacity: 1; transform: translateY(0px); }
    100% {opacity: 0; transform: translateY(-10px); }
}

@keyframes typeBG {
    0% {opacity: 0;  }
    50% {opacity: 1;  }
    100% {opacity: 0; }
}


/* Popups Media Queries */
@media (max-width: 480px) {
	.popup-tabs-nav {
		padding-top: 50px;
		height: 50px;
	}
	.mfp-container { padding: 0 10px; }
	.popup-tabs-nav li:first-child { border-top: 1px solid #e0e0e0; }
	.popup-tabs-nav li { border-bottom: 1px solid #e0e0e0; }
	.popup-tabs-nav li,
	.popup-tabs-nav li a {
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}

	.popup-tabs-nav li a:hover {
		background-color: transparent;
	}

	#sign-in-dialog.dialog-with-tabs .mfp-close,
	#small-dialog.dialog-with-tabs .mfp-close,
	#make-offer-dialog.dialog-with-tabs .mfp-close,
	#small-dialog-1.dialog-with-tabs .mfp-close,
	#small-dialog-2.dialog-with-tabs .mfp-close,
	#small-dialog-3.dialog-with-tabs .mfp-close,
	#small-dialog-5.dialog-with-tabs .mfp-close,
	#small-dialog-6.dialog-with-tabs .mfp-close,
	#small-dialog-7.dialog-with-tabs .mfp-close,
	#small-dialog-8.dialog-with-tabs .mfp-close,
	#small-dialog-9.dialog-with-tabs .mfp-close,
	#small-dialog-10.dialog-with-tabs .mfp-close,
	#small-dialog-4.dialog-with-tabs .mfp-close {
		height: 50px;
		width: 50px;
	}

	.account-type,
	.social-login-buttons { flex-direction: column; }
	.social-login-buttons button {
		max-width: 100%;
		width: 100%;
		flex: auto;
	}

	.uploadButton { flex-direction: column; }
	.uploadButton .uploadButton-file-name,.uploadButton-file-name-thumb,.uploadButton-file-name-cover,.uploadButton-file-name-visual,.uploadButton-file-name-profit { padding: 0; margin: 15px 0 0 0; }
}

/*Bid Confirm*/
.modal-confirm {		
	color: #636363;
	width: 325px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 0px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/* ---------------------------------- */
/* Slider Styles
------------------------------------- */
.domains-box {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.domains-box .lable {
  width: 200px;
  position: absolute;
  top: -2px;
  left: -86px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  background: #d8dff7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.domains-box .lable h6 {
  font-size: 12px;
}

.domains-box:hover {
  border-color: #849ae5 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.domains-box:hover .lable {
  background: #2f55d4;
}

.domains-box.active {
  border-color: #849ae5 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.domains-box.active .lable {
  background: #2f55d4;
}

.domains-box.active.won .lable {
  background: #E24A2A;
}

.disabledBox {
    pointer-events:none; 
    opacity:0.6;         
}

/*text*/
.text-dark {
  color: #3c4858 !important;
}

h5{
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

/*pagination*/
.pagination.domains-pagination .page-link {
  border-radius: 50% !important;
  margin: 0 4px;
  height: 46px;
  width: 45px;
  line-height: 29px;
  text-align: center;
  color: #8492a6;
}

.pagination .page-item.active .page-link {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
}

/*featured-slider*/
.section-title h4{
	color:#000;
	font-weight: 500;
}

.featured-top,
.browse-categories .section-title {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
    padding-bottom: 5px;
}

.featured-slider {
	margin-right:-15px;
}

.featured {
	margin:15px 15px 0px 0px;
}

.featured .ad-meta {
	position:inherit;
	width:100%;
}

.featured-image{
	position:relative;
}

/* slider */
.featured-slider .col-sm-4 {
	width: 100%;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	position: absolute;
	top: -60px;
	font-size:24px;
	color:#d2d2d2;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
	color:#00a651;
}

.owl-carousel .owl-next {
	right:15px;
}

.owl-carousel .owl-prev {
	right:55px;
}

.owl-carousel .owl-prev:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 50%;
	margin-right:-20px;
    width: 1px;
    height: 16px;
    background-color: #f2f2f2;
}

.ad-section img {
	display: inline;
}

.featured-slider-two .col-sm-3 {
	width: 100%;
}

.featureds {
	background-color: #fff;
	padding: 15px 30px 0;
	overflow: hidden;
	border-radius: 0px;
}

.featureds  .ad-info {
	min-height: 140px;
}

.home-two .featureds {
	margin-top: 30px;
	border-radius: 0px;
}

.home-one .featureds .featured-top h4, 
.home-two .featureds .featured-top h4, 
.home-three .featureds .featured-top h4 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.home-two .featureds .pagination {
	margin-bottom:50px;
}

/*main home*/
#main.home-default {
	padding-bottom:0;
}


.category-ad {
	background-color: #fff;
	display: inline-block;
	padding:40px 0px 10px;
	border-radius: 3px;
}

.category-list .category-item {
	width:25%;
	float:left;
	margin-bottom:30px;
}

.category a {
	color: #505050;
	display:block;
}

.banner-form .dropdown-menu {
	min-width:100%;
	padding:15px 0;
}

.category-icon {
	min-height: 37px;
	width: 100%;	
}

.category-icon img {
	margin: 0 auto;
}

.category-title {
	color:#505050;
}
.category-quantity {
	color: #b5b5b5;
} 

.category-title {
	display:block;
	font-size: 16px;
}

.category-item:hover .category-quantity,
.category-item:hover .category-title {
	color :#00a651;
}

.featureds {
	background-color: #fff;
	padding: 15px 30px 0;
	overflow: hidden;
	border-radius: 0px;
}

.featured-top,
.browse-categories .section-title {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
    padding-bottom: 5px;
}

.featured-slider {
	margin-right:-15px;
}



.featured:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.featured .ad-meta {
	position:inherit;
	width:100%;
}

.featured-image{
	position:relative;
}

.img-sponsored{
	height: 120px;
	object-fit: cover;
	border: 0px solid #ddd;
	border-radius: 10px;
	padding: 10px;
}

.img-screenshot-thumb{
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border: 0px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

.ad-section {
	margin: 6px 0;
}

#ad-post .ad-section {
	margin-bottom:20px;
}

.ad-info {
	padding:20px 25px;
}

.ad-info .item-price {
	margin-top:0;
	margin-bottom:5px;
	font-size:20px;
	font-weight:500;
}

.ad-info .item-title {
	font-size:18px;
	margin-top:0;
	margin-bottom:5px;
}

.ad-info .item-title a {
	color:#181818;
}

.ad-info .item-cat {
	font-size:14px;
	color:#a0a0a0;
}

.ad-info .item-cat a{
	color:#a0a0a0;
}

.featureds  .ad-info {
	min-height: 80px;
}

.ad-info .item-title a:hover {
	text-decoration: underline;
}

.ad-info .item-cat a:hover, 
.ad-info .item-price {
	color: #181818;
}

.ad-meta {
	/*background-color: #f6f6f6;*/
    border-top: 1px solid #eeeeee;
    min-height: 35px;
    position: absolute;
    bottom: 0;
	right:-1px;
	width:100%;
	padding-left:25px;
	display:table;
	font-size:14px;
}

.ad-meta .meta-content {
	display:table-cell;
	vertical-align:middle;
}

.ad-meta .meta-content .dated {
	margin-right:20px;
}

.ad-meta .meta-content .dated, 
.ad-meta .meta-content .visitors {
	font-weight:500;
	color:#9fa4a4;
}

.ad-meta .meta-content span, 
.ad-meta .meta-content a {
	font-weight:400;
	color: #9fa4a4;
}

.ad-meta .meta-content a:hover {
	color: #00a651;
}

.ad-meta .user-option a{
	font-size: 18px;
	color: #9fa4a4;
	display:inline-block;
	width: 40px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.featured .ad-meta .user-option a {
	width:30px;
}

.ad-meta .user-option a:hover {
	background-color:#fff;
	color: #00a651;
}

.ad-meta .user-option a.edit-item:hover {
	color:#0072bc;
}

.ad-meta .user-option a.delete-item {
	color:#ed1c24;
}

.ad-meta .user-option a.delete-item:hover {
	color:#c3171d;
}

.featured .ad-meta span a {
	margin-top: 7px;
}

.ad-meta a i {
	text-align: right
}

a.verified {
	position: absolute;
	top: 0;
	right: 0;
}

a.verified i {
	height: 20px;
	width: 20px;
	background-color: #00a651;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

a.auction {
	position: absolute;
	top: 0;
	right: 0;
}

a.auction i {
	height: 20px;
	width: 20px;
	background-color: #FDFD96;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.featured-image a i:before {
	z-index: 9999;
    position: relative;	
}

.featured-image a i:after {
	position: absolute;
	border-right: 40px solid #00a651;
	border-bottom: 40px solid transparent;
	border-left: 40px solid transparent;
	top: 0px;
	right: 0;
	content:"";
}

.featured-ad {
	position: absolute;
	top: 15px;
	left: -30px;
	padding: 5px 15px;
	color: #fff;
	background-color: #ff740d;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 120px;
	text-align: center;
	border: 1px dotted #ddd;
	text-transform: uppercase;
	font-size: 11px;
}

.category-page .banner-form-full {
	margin-bottom:25px;
	margin-top: 30px;
}

/* slider */
.featured-slider .col-sm-4 {
	width: 100%;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	position: absolute;
	top: -60px;
	font-size:24px;
	color:#d2d2d2;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
	color:#00a651;
}

.owl-carousel .owl-next {
	right:15px;
}

.owl-carousel .owl-prev {
	right:55px;
}

.owl-carousel .owl-prev:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 50%;
	margin-right:-20px;
    width: 1px;
    height: 16px;
    background-color: #f2f2f2;
}

.ad-section img {
	display: inline;
}

/*ads-info*/
.item-image {
	position:relative;
}

.item-image img {
	width:100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ad-item:hover .item-image img {
	-moz-transform: scale(1.05) rotate(2deg);
	-webkit-transform: scale(1.05) rotate(2deg);
	-o-transform: scale(1.05) rotate(2deg);
	-ms-transform: scale(1.05) rotate(2deg);
	transform: scale(1.05) rotate(2deg);
}

.ad-item {
	border: 1px solid #f3f3f3;
	margin: 18px 0;
	min-height: 152px;
	border-radius:2px;
	max-height:152px;
}

.item-image-box, .item-info {
	padding: 0;
    margin: 0;
    position: relative;
}

.item-info {
	min-height:152px;
}

.item-image-box {
	max-height:152px;
	overflow:hidden;
}

.trending-ads {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 15px 30px;
}

.ad-item .ad-info {
	overflow:hidden;
}

.ad-item .ad-info span+a {
	color: #9fa4a4;
	font-size: 14px;
	line-height: 16px;
}

.ad-item .ad-info span, 
.featured .ad-info span{
	color: #a0a0a0;
	font-size: 14px;
	line-height: 17px;
}

.tab-manu {
	overflow:hidden;
	border-bottom: 1px solid #f2f2f2
}

.tab-manu h4 {
	float:left;
	margin-bottom: 14px;
}

.tab-manu .nav-tabs {
	float:right;
	border: none;
	border: 1px solid transparent;
}

.tab-manu .nav-tabs li a {
	padding:12px 15px;
	border-bottom:0;
	text-transform:capitalize;
	color:#9c9c9c;
}

.tab-manu .nav-tabs li a:hover,

.tab-manu .nav-tabs li.active a {
	border:1px solid #f2f2f2;
	background-color: #fcfcfc;
	border-bottom: #f2f2f2;
	border-radius: 0;
	color: #00a651;
}

.my-ads .ad-meta .pending {
	color:#f7941d;
}


/* Cta */
.cta {
	background-color: #fff;
	display:inline-block;
	color: #a0a0a0;
	line-height: 17px;
	padding: 41px 0 29px;
	margin-top: 9px;
	width: 100%;
	border-radius: 0px;
}

.cta-icon {
	min-height: 56px;
}

.cta-icon img {
	margin: 0 auto;
}

.cta h4 {
	color: #000;
	font-weight: 500;
	margin: 28px 0 10px;
}


.how-it-work-box .how-it-work-img {
  background-color: #edf0fb;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
  padding: 12px 8px;
}

.testi-box .testi-icon i {
  position: absolute;
  right: 18px;
  bottom: 0px;
  color: #d8dff7;
}

.owl-theme .owl-controls .owl-page span {
  height: 8px;
  background: #2f55d4;
}


@media (max-width: 1024px) {
  .testi-icon i {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}


/* -------------------------------------------------------------- */
/* Top Domains Slider
----------------------------------------------------------------- */
.domain-name-classes{
    width: 140px;
    background: #fff;
    box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
    padding: 12px 45px 12px 12px;
    border-radius: 15px;
    margin-top: 40px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.domain-name-classes:hover{
    box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.15);
}

.domain-name-classes .domain-img{
    height: 34px;
    position: relative;
    vertical-align: middle;
}

.domain-name-classes .domain-img img{
    width: 55px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 36px;

}

.domain-name-classes .price{
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
    color: #747d82;
    padding-left: 8px;
}

.domain-name-classes .features-domains{
    text-align: center;
    position: absolute;
    right: 0;
    width: 50px;
    top: 19px;
}

.domain-name-classes .features-domains a{
    display: block;
    margin-bottom: 10px;
}

.domain-name-classes .features-domains img{
    width: 13px;
    cursor: pointer;
    opacity: 0.4;
    margin: auto;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.domain-name-classes .features-domains img:hover{
    opacity: 0.7;
}

/*.owl-domain-prices-previw{
    height: 159px;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 40px;
}*/

.owl-domain-prices-previw{
    height: 159px;
    overflow: hidden;
    direction: ltr !important;
}

.owl-domain-prices-previw .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-dots.disabled{
    display: none;
}

.owl-domain-prices-previw .owl-nav {
    position: absolute;
    bottom: 0px;
}

.owl-domain-prices-previw.owl-theme .owl-nav .owl-prev{
    background: url(../img/svgs/Arrow.svg) no-repeat !important;
    background-size: contain  !important;
    width: 28px;
    height: 17px;
    margin-left: 10px;
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-domain-prices-previw.owl-theme .owl-nav .owl-prev:hover{
    opacity: 0.4;
}

.owl-domain-prices-previw.owl-theme .owl-nav .owl-next{
    background: url(../img/svgs/Arrow.svg) no-repeat !important;
    background-size: contain  !important;
    width: 28px;
    height: 17px;
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-domain-prices-previw.owl-theme .owl-nav .owl-next:hover{
    opacity: 0.4;
}

.hosting-header-slider-cell-img{
    width: 310px;
}

.circle-sub-title-header-slider{
    font-size: 13px;
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: table;
    background: #7167d8;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    font-weight: 400;
    font-style: inherit;
    text-transform: capitalize;
}

.text-sub-title-header-slider{
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 1px;
    font-weight: 300;
    letter-spacing: 0;
    color: #9ba8af;
    font-family: 'Inter', sans-serif;
    line-height: 31px;
}

.btn-sub-title-header-slider{
    background-image: linear-gradient(to right,#fdb05c,#fd8d5f);
    border: 0;
    transition: background-size .2s ease-in-out,.2s box-shadow ease-in-out,.2s filter,.3s opacity;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    display: inline-table;
    margin-top: 12px;
    padding: 8px 30px;
    letter-spacing: 0.5px;
    outline: none !important;
    cursor: pointer;
    box-shadow: 3px 4px 31px 0 rgba(253, 165, 93, 0.54);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
}

.btn-sub-title-header-slider:hover{
    background-size: 175% 100%;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: background-size .2s ease-in-out,.2s box-shadow ease-in-out,.2s filter,.3s opacity;
}

/* -------------------------------------------------------------- */
/* Featured Domains Slider
----------------------------------------------------------------- */
.feature-active .swwwap-feature-box
{
    margin-top: 20px;
    margin-bottom: 20px;
}
@-webkit-keyframes fade-in-bottom
{
    0%
    {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-bottom
{
    0%
    {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

.fade-in-bottom
{
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
            animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
}


/*Categories*/
.swwwap-category-box
{
    display: block;

    -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out; 

    color: #2e3d62;
    border: 0px solid #d5d5d5;
}
/**End Categories **/

.swwwap-feature-box
{
    display: block;

    -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out; 

    color: #2e3d62;
    border: 1px solid #d5d5d5;
}


.swwwap-category-box .domian-bg-color,
.swwwap-feature-box .domian-bg-color-image,
.swwwap-feature-box .domian-bg-color
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 111px;
    margin: 11px 0;

    color: #fff; 
    border-radius: 10px;
    background: #f30070;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.swwwap-category-box .domian-bg-color.color--1,
.swwwap-feature-box .domian-bg-color.color--1
{
    background: -webkit-linear-gradient(192deg, #4bc9fe 0%, #5052fe 100%);
    background:         linear-gradient(-102deg, #4bc9fe 0%, #5052fe 100%);
}
.swwwap-category-box .domian-bg-color.color--2,
.swwwap-feature-box .domian-bg-color.color--2
{
    background: -webkit-linear-gradient(192deg, #fdb23c 0%, #e9813b 100%);
    background:         linear-gradient(-102deg, #fdb23c 0%, #e9813b 100%);
}
.swwwap-category-box .domian-bg-color.color--3,
.swwwap-feature-box .domian-bg-color.color--3
{
    background: -webkit-linear-gradient(192deg, #eb7e0a 0%, #f30070 100%);
    background:         linear-gradient(-102deg, #eb7e0a 0%, #f30070 100%);
}
.swwwap-category-box .domian-bg-color.color--4,
.swwwap-feature-box .domian-bg-color.color--4
{
    background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background:         linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
}

/**EFFECTS FOR IMAGE*/
.swwwap-feature-box .domian-bg-color-image.color--1
{
    background: -webkit-linear-gradient(192deg, #4bc9fe 0%, #5052fe 100%);
    background:         linear-gradient(-102deg, #4bc9fe 0%, #5052fe 100%);
}
.swwwap-feature-box .domian-bg-color-image.color--2
{
    background: -webkit-linear-gradient(192deg, #fdb23c 0%, #e9813b 100%);
    background:         linear-gradient(-102deg, #fdb23c 0%, #e9813b 100%);
}
.swwwap-feature-box .domian-bg-color-image.color--3
{
    background: -webkit-linear-gradient(192deg, #eb7e0a 0%, #f30070 30%);
    background:         linear-gradient(-102deg, #eb7e0a 0%, #f30070 30%);
}
.swwwap-feature-box .domian-bg-color-image.color--4
{
    background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background:         linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
}

.swwwap-category-box ul,
.swwwap-feature-box ul
{
    margin-top: 11px;
    padding-top: 11px; 

    border-top: 1px solid #d5d5d5;
}

.swwwap-category-box:hover,
.swwwap-feature-box:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); 

    color: #2e3d62;
    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
            box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
}

.feature-active .swwwap-feature-box
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.swwwap-rounded-10
{
    border-radius: 10px;
}

.swwwap-p-20
{
    padding: 20px;
}

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



/* ---------------------------------- */
/* Domains Auction & Offer List
------------------------------------- */
swwwap-btn.d-block
{
    display: block !important;

    width: 100%;
}

.swwwap-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.swwwap-price-1
{
    position: relative;
    z-index: 1;
}
.swwwap-price-1 .price-hrader img
{
    margin-bottom: 30px;
}
.swwwap-price-1 .price-body ul li
{
    max-width: 268px;
    margin-right: auto; 
    margin-bottom: 10px;
    margin-left: auto;
    padding: 10px 15px;

    -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out;

    color: #4228a8;
    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
            box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
}
.swwwap-price-1 .price-body ul li a
{
    color: #4228a8;
}
.swwwap-price-1 .price-body ul li a:hover
{
    color: #4228a8;
    text-decoration: none;
}
.swwwap-price-1 .price-body ul li span
{
    color: #2e3d62;
}
.swwwap-price-1 .price-body ul li:last-child
{
    margin-bottom: 0;
}
.swwwap-price-1 .price-body ul li:hover,
.swwwap-price-1 .price-body ul li.active
{
    font-size: 18px; 

    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);

    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .3);
            box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .3);
}
@media (max-width: 767.98px)
{
    .swwwap-price-1 .price-body ul li:hover,
    .swwwap-price-1 .price-body ul li.active
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.swwwap-price-1 .price-footer a
{
    font-size: 18px;

    text-transform: capitalize;

    color: #2e3d62;
}
.swwwap-price-1 .price-footer a:hover
{
    color: #f30070;
}

.swwwap-normal
{
    font-weight: 400;
}

.swwwap-light-gray
{
    background-color: #eef4fb;
}

.tbanavs
{
    margin: 0;
    padding: 10px;

    list-style: none;

    border: 1px solid #bcbcbc;
    border-radius: 999px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767.98px)
{
    .tbanavs
    {
                flex-direction: column;

        border-radius: 0; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.tbanavs li a
{
    font-size: 17px;
    font-weight: 600;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin-right: 10px;
    padding: 10px 31px;

    cursor: pointer; 
    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
    border-radius: 999px;
    background: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background:         linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
}
@media (max-width: 1199.98px)
{
    .tbanavs li a
    {
        padding: 14px 20px;
    }
}
@media (max-width: 991.98px)
{
    .tbanavs li a
    {
        margin: 5px;
    }
}
.tbanavs li a.active,
.tbanavs li a:hover
{
    background-color: transparent;
    -webkit-box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
            box-shadow: 0 13px 40px 0 rgba(13, 21, 75, .2);
}
.tbanavs li a.active:after,
.tbanavs li a:hover:after
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out;

    border-radius: 999px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffaa57), to(#fe5c76));
    background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
    background-image:         linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
}
.tbanavs li a:last-child
{
    margin-right: 0;
}


/*Auction Table Styles*/
.domain-table thead th
{
    padding: 20px 20px;
    border-color: #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
}

.domain-table tbody th,
.domain-table tbody td
{
    padding: 25px 20px;

    vertical-align: middle;
}

.domain-table tbody tr
{
    -webkit-transition: all .24s ease-in-out;
            transition: all .24s ease-in-out; 

    border-bottom: 1px solid #e1dfdf;
}
.domain-table tbody tr:hover
{
    -webkit-box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
            box-shadow: 0 0 15px 0 rgba(29, 17, 128, .3);
}
.domain-table tbody tr:hover .swwwap-gradient2:after
{
    visibility: visible; 

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.swwwap-btn
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    position: relative;
    z-index: 2; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    padding: 16px 37px;

    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
            transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;

    border-width: 0;
    border-radius: 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.swwwap-btn.long
{
    padding: 12px 68px;
}
.swwwap-btn.long span
{
    position: absolute;
    top: 50%; 
    right: 4px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.swwwap-btn.pill
{
    border-radius: 999px;
}
.swwwap-btn.swwwap-rounded
{
    border-radius: 10px;
}
.swwwap-btn.swwwap-sm
{
    font-size: 14px;

    padding: 14px 25px;
}
.swwwap-btn.swwwap-sm2
{
    font-size: 14px;

    padding: 10px 35px;
}
.swwwap-btn.swwwap-sm3
{
    font-size: 13px;

    padding: 10px 30px;
}
.swwwap-btn.swwwap-sm4
{
    font-size: 16px;

    padding: 10px 30px;
}
.swwwap-btn.swwwap-xl
{
    padding: 16px 100px;
}
.swwwap-btn.d-block
{
    display: block !important;

    width: 100%;
}
.swwwap-btn.swwwap-video-primary
{
    line-height: 80px;

    position: relative;
    z-index: 1; 

    width: 80px;
    height: 80px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background: #f30070;
    -webkit-box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
            box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
}
.swwwap-btn.swwwap-video-primary:after
{
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ec74';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.swwwap-btn.swwwap-video-secondary
{
    line-height: 55px;

    position: relative;
    z-index: 1; 

    width: 55px;
    height: 55px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background: #ff6d00;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 109, 0, .3);
            box-shadow: 0 0 0 8px rgba(255, 109, 0, .3);
}
.swwwap-btn.swwwap-video-secondary:after
{
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ec74';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.swwwap-btn.swwwap-video-light
{
    line-height: 60px;

    position: relative;
    z-index: 1; 

    width: 60px;
    height: 60px;
    padding: 0;

    -webkit-animation: swwwap-pulse 1.25s infinite;
            animation: swwwap-pulse 1.25s infinite;

    color: #f30070;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
}
.swwwap-btn.swwwap-video-light:after
{
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ec74';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 767.98px)
{
    .swwwap-btn
    {
        font-size: 14px; 
        padding: 16px 37px;
    }
}
.swwwap-btn span
{
    font-size: 18px; 
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-left: 6px;

    text-align: center;

    border-radius: 50%;
}

.swwwap-gradient2
{
    position: relative;
    z-index: 1; 

    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background-image:         linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
}
.swwwap-gradient2:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
            transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    border-radius: 10px; 
    background-image: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background-image:         linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}
.swwwap-gradient2:hover
{
    color: #fff;
}
.swwwap-gradient2:hover:after
{
    visibility: visible; 

    opacity: 1;
}
.swwwap-gradient2.pill:hover:after
{
    border-radius: 999px;
}
.swwwap-gradient2.swwwap-rounded:hover:after
{
    border-radius: 10px;
}

.swwwap-outline-gray
{
    color: #2e3d62; 
    border: 1px solid rgba(0, 0, 0, .4);
}
.swwwap-outline-gray:hover,
.swwwap-outline-gray:focus,
.swwwap-outline-gray:active
{
    color: #fff !important; 
    border-color: #f30070;
    background-color: #f30070;
}

.swwwap-box-style-2
{
    padding: 30px; 

    background-color: white;
    -webkit-box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
            box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);
}

.domain-border
{
    border-right: 1px solid #b2b2b2;
}


/* ---------------------------------- */
/* Colapse Panels
------------------------------------- */
.panel-group .panel {
	
}

.panel-default > .panel-heading {
	
}

.panel-title {
	
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}

/* ---------------------------------- */
/* User Withdrawals Card Table
------------------------------------- */
.withdraw-card:not(:last-child) {
  margin-bottom: 1.875rem;
}

.withdraw-card__header {
  display: flex;
  padding: 1.5rem 1.875rem;
  padding-right: 6.875rem;
  border-width: 0 0 1px;
  /* border-bottom: 1px solid #eaedf3; */
  border-color: rgba(0, 0, 0, .125);
  background: none;
}

.withdraw-card__header-title {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.withdraw-card__header-link {
  color: #9ea0a5;
  padding-left: 1.5rem;
  /* 14px is default font size */
}

.withdraw-card__header-link:hover,
.withdraw-card__header-link:focus {
  color: #9ea0a5;
}

.withdraw-card__body {
  padding: 1.5rem 4.875rem;
}

/* Withdrawal list */
.withdraw-list-item {
  display: flex;
  padding: 1rem 1.875rem;
}

.withdraw-list-item__date,
.withdraw-list-item__text,
.withdraw-list-item__fee {
  display: flex;
  flex-direction: column;
}

.withdraw-list-item__date {
  flex-direction: column-reverse;
  margin-right: 25px;
  color: #9ea0a5;
}

.withdraw-list-item__date-day {
  font-size: 18px;
  line-height: 22px;
}

.withdraw-list-item__date-month {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

.withdraw-list-item__text {
  flex: 1;
}

.withdraw-list-item__text-title {
  margin: 0 0 7px;
  /* 14px is default font size */
  font-size: 14px;
  font-weight: 500;
}

.withdraw-list-item__text-description {
  margin: 0;
  color: #9ea0a5;
  font-size: 12px;
  line-height: 14px;
}

.withdraw-list-item__fee {
  text-align: right;
}

.withdraw-list-item__fee-delta {
  color: #3BAD4B;
  /* 14px is default font size */
  font-weight: 500;
}

.withdraw-list-item__fee-currency {
  color: #9EA0A5;
  font-size: 12px;
}

/* My inline-list */
.withdraw-list-inline li:not(:last-child) {
  margin-bottom: .5rem;
}

/* My dl (definition list */
@media (min-width: 992px) {
  .my-dl dt {
    float: left;
    color: #9EA0A5;
    font-weight: 400;
  }
  
  .my-dl dd {
    text-align: right;
  }
}

/* My typography */
.my-text-headline {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.my-text-overline {
  margin-bottom: .75rem;
  color: #9EA0A5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Divider */
.my-divider {
  margin: 1.25rem 0;
}

/* Input */
.my-input {
  max-width: 186px;
}

.my-select {
  border-color: #D8DCE6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  font-size: 14px;
}

/* Bootstrap custom fixes */
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.withdraw-alert {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.875rem;
  padding-top: .937rem;
  padding-bottom: .937rem;
  border: none;
  box-shadow: none;
}

.withdraw-alert.alert-info {
  background-color: #1665D8;
  color: #fff;
}

.withdraw-alert__icon {
  margin-right: 1.25rem;
}

/* List icon */
.list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 40px;
  border: 1px solid #E2E5ED;
  border-radius: .25rem;
}


/* ---------------------------------- */
/* Domains Catgories Lists
------------------------------------- */
.domains-category-bx .domains-bx{
	padding: 10px 20px;
}
.domains-category-bx .domains-bx .domains-bx-title{
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.domains-category-bx .domains-bx .category-list{
	margin-bottom: 15px;
}

/* category-list */
.category-list li{
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}

.category-bx li a {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    padding: 5px 10px 5px 0;
    border-radius: 5px;
    clear: both;
    display: -webkit-flex;
}
.category-bx li a .logo,

.category-bx li a span{
	align-self: center;
}

.category-bx li a img{
	width: 50px;
	height: 30px;
	border-right: 1px solid #bfdcff;
	margin-right: 10px;
	padding: 4px 10px;
	display: flex;
}

.site-header.border-bottom .main-bar-wraper{
	border-bottom: 2px solid #2e55fa;
}

.category-list li a{
	color: #808080;
	font-weight: 200;
}

.category-list li a:hover{
    text-decoration: none;
	color: #181818;
}

/*.category-list li a:after{
	font-family: "Material-Icons";
	content: "\203A";
	font-size: 20px;
	font-weight: bold;
	align-self: center;
	position: absolute;
	right: 0;
}*/


.site-header.border-bottom .main-bar-wraper{
	border-bottom: 2px solid #2e55fa;
}




/* ---------------------------------- */
/* User Login (Signup/Forgot/Analytics)
------------------------------------- */

.container-fluid {
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-right: auto;
  margin-left: auto; 
}

.content-wrapper {
  background: #f2f8f9;
  padding: 1.5rem 1.7rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
}


.d-flex, .loader-demo-box, .nav .nav-item.dropdown .navbar-dropdown .dropdown-item,
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .new-accounts ul.chats li.chat-persons a, .new-accounts ul.chats li.chat-persons a div.user {
  display: flex !important; 
}

.align-items-center, .loader-demo-box, .nav .nav-item.dropdown .navbar-dropdown .dropdown-item,
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .new-accounts ul.chats li.chat-persons a {
  align-items: center !important; 
}

.page-body-wrapper {
  min-height: calc(100vh - 63px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.page-body-wrapper:not(.auth-page) {
    padding-top: 63px; 
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh; 
}

.container-scroller {
  overflow: hidden; 
}

  /* Auth */
/*.auth.auth-bg-1 {
  background: url("../img/bn2.jpg");
  background-size: cover; 
}

.auth.register-bg-1 {
  background: url("../img/bn2.jpg") center center no-repeat;
  background-size: cover; 
}*/

.auto-form-wrapper-register,
.auto-form-wrapper-reset,
.auto-form-wrapper{
  background: #ffffff;
  padding: 40px 40px 10px;
  border-radius: 0px;
  box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07); 
}

.auto-form-wrapper-reset.form-group .input-group,
.auto-form-wrapper-register.form-group .input-group,
.auto-form-wrapper .form-group .input-group {
   height: 44px; 
}

.auto-form-wrapper-reset .form-group .input-group .form-control,
.auto-form-wrapper-register .form-group .input-group .form-control,
.auto-form-wrapper .form-group .input-group .form-control {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 6px 0 0 6px; 
}

.auto-form-wrapper-reset .form-group .input-group .form-control:focus,
.auto-form-wrapper-register .form-group .input-group .form-control:focus,
.auto-form-wrapper .form-group .input-group .form-control:focus {
    border-right: none;
    border-color: #e5e5e5; 
}

.auto-form-wrapper-reset .form-group .input-group .input-group-append ,
.auto-form-wrapper-register .form-group .input-group .input-group-append ,
.auto-form-wrapper .form-group .input-group .input-group-append {
    border-left: none; 
}

.auto-form-wrapper-reset .form-group .input-group .input-group-append .input-group-text,
.auto-form-wrapper-register .form-group .input-group .input-group-append .input-group-text,
.auto-form-wrapper .form-group .input-group .input-group-append .input-group-text {
    border-radius: 0 6px 6px 0;
    border-left: none;
    border-color: #e5e5e5;
    color: #b6b6b6; 
}

.auto-form-wrapper-reset .form-group .submit-btn, 
.auto-form-wrapper-register .form-group .submit-btn,   
.auto-form-wrapper .form-group .submit-btn {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    padding: 12px 8px;
    font-weight: 600; 
}

.auto-form-wrapper-reset.g-login,
.auto-form-wrapper-register.g-login,
.auto-form-wrapper .g-login {
    border: 1px solid #f2f2f2;
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    background: transparent; 
}

.auth-footer {
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.auth-footer li {
    margin-right: 10px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.4); 
}

.auth-footer li:last-child {
      margin-right: 0;
      border-right: none; 
}

.auth-footer li a {
      font-size: 13px;
      color: rgba(0,0,0, 1.0);
}

@media (max-width: 767.98px) {
  	.auth-footer {
   		-webkit-justify-content: center;
   		justify-content: center; 
 	} 
}

.footer-text {
  color: rgba(0,0,0, 1.0);
}

.auto-form-wrapper {
  position: relative;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  padding: 50px 5% 5%;
  border-radius: 15px; 
}

.auto-form-wrapper-register{
  position: relative;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 40px 5% 5%;
  border-radius: 15px; 
  padding-bottom: 1px; 
}

.auto-form-wrapper-reset{
  position: relative;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  padding: 40px 5% 5%;
  border-radius: 15px; 
  padding-bottom: 1px; 
}

.justify-content-between {
  justify-content: space-between !important; 
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; 
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; 
}

.form-check-input:disabled ~ .form-check-label {
    color: #c2c2c2; 
}

.form-check-label {
  margin-bottom: 0; 
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; 
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; 
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; 
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; 
}


/* ---------------------------------- */
/* Other
------------------------------------- */
.centerButtons{
  display: flex;
  justify-content: center;
}

.groupButtons
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.verifieddomain {
    color: #90ee90;
}

.unverifieddomain {
    color: #e77d64;
}

.uploadButtonWizard {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

/*icon image size*/
.imageResize2{
	width: 3%;
}

.imageResize3{
	width: 15px;
	height: 15px;
}

.imageResize{
	width: 20%;
}

.imageResize50{
	width: 50%;
}

.msgavatar {
  vertical-align: middle;
  /*width: 50px;*/
  width: 30%;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}


/*Chat Count*/
.message-count {
  	position: absolute;
  	top: 20px;
  	left: 20px;
 	 width: 20px;
  	height: 20px;
  	line-height: 20px;
  	text-align: center;
  	background-color: #ff9e2a;
  	border-radius: 50%;
  	color: #fff;
  	font-weight: 600;
  	font-size: 10px;
}

.page-content-area .seller-box .swwwap-box-style-2 .media img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f2eeff;
    border: 1px solid #bfaffe;
    padding: 8px;
}

.swwwap-outline-gradientL
{
    position: relative;
    z-index: 1; 

    color: rgba(90, 90, 90, .5);
    border: 1px solid rgba(90, 90, 90, .5);
    background: transparent;
}
.swwwap-outline-gradientL:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s cubic-bezier(.47, 0, .745, .715);
            transition: all .24s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff; 
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background:         linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
}
.swwwap-outline-gradientL:hover
{
    color: #fff;
    border: 1px solid transparent;
}
.swwwap-outline-gradientL:hover:after
{
    visibility: visible; 

    opacity: 1;
}
.swwwap-outline-gradientL.pill:hover:after
{
    border-radius: 999px;
}

.swwwap-mr-30
{
    margin-right: 30px;
}

.media-body img.flag {
	height: 16px;
	border-radius: 3px;
	position: relative;
	top: -1px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-right: 5px;
	cursor: default
}

.imil-box .swwwap-box-style-2 .website-thumb img{
	float: right;
}

.no-deco
{
    color: #4228a8;
    text-decoration: none;
}

.swwwap-semiblod
{
    font-weight: 600;
}

.swwwap-light3
{
    font-weight: 300;
}

.text-white h4
{
    color: #fff;
}

.swwwap-dorder-off
{
    border: 1px dashed #afafaf;
}

.section-p-content{
    font-size: 18px!important;
}

.f-size-xs-30
{
   font-size: 30px;
}

.f-size-70
{
    font-size: 70px;
}

.f-size-60
{
    font-size: 70px;
    padding-bottom: 10px;
}

.f-size-lg-50
{
    font-size: 50px;
}

.f-size-md-40,
.f-size-lg-40
{
   font-size: 40px;
}

.f-size-xs-24
{
    font-size: 24px;
}

.f-size-36
{
    font-size: 36px;
}

.f-size-md-35
{
    font-size: 35px;
}

.f-size-50
{
    font-size: 50px;
}

.f-size-30
{
    font-size: 30px;
}

.f-size-md-24
{
    font-size: 24px;
}

.f-size-24
{
    font-size: 24px;
}

.f-size-18
{
    font-size: 18px;
}

.f-size-md-18
{
    font-size: 18px;
}

.f-size-28
{
    font-size: 28px;
}

.f-size-xs-32
{
    font-size: 32px;
}

.f-size-xs-22
{
    font-size: 22px;
}

.margin-top-25{
    padding-top: 25px;
}

.margin-bottom-25{
    padding-bottom: 25px;
}

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

.padding-top-10  { 
	padding-top: 10px ; 
}

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

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

.text-eb7
{
    color: #eb7e0a;
}

.text-605
{
    color: #6051cf;
}

.text-234
{
    color: #234d94;
}

.text-338
{
    color: #33880b;
}

.text-323639
{
    color: #323639;
}

.text-422
{
    color: #4228a8;
}

.swwwap-spacer-60
{
    height: 60px;
}

.swwwap-spacer-40
{
    height: 40px;
}

.swwwap-spacer-60
{
    height: 60px;
}

.swwwap-spacer-xs-40
{
    height: 40px;
}

.swwwap-p-50
{
    padding: 50px;
}

.swwwap-p-md-40
{
    padding: 40px;
}

.swwwap-p-xs-30
{
    padding: 30px;
}


.text-333,
a.text-333
{
    color: #333;
}


/* ---------------------------------- */
/* Disable Screen
------------------------------------- */
.overlay:before {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}

.overlay:after {
	content: "Expired";
	display: block;

	font-size: 3em;
	font-weight: 600;
	color: #000000;
	text-align: center;
	padding-top: 30%;

	background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}
/* ---------------------------------- */
/* Sponsored Tag
------------------------------------- */
.tg-themetag{
    top:30px;
    left: -5px;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    position: absolute;
    background:#ff526c;
    padding: 5px 3px 3px 10px;
    text-transform: uppercase;
}

.tg-featuretag:before, .tg-featuretag:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}
.tg-featuretag:before{
    top: 0;
    left: 100%;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #ff526c;
}
.tg-featuretag:after{
    top: 100%;
    left: 0;
    border-top: 5px solid #eb344f;
    border-left: 5px solid transparent;
}

/*Browsing Header Banner*/
.inner-header-title.light-tx h2 {
    color: #ffffff;
}


.inner-header-title {
    padding-top: 5em;
    text-align: center;
    color: #ffffff;
    overflow: visible;
    position: relative;
    border-bottom: 4px solid #36648B;
    background-size: cover;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-header-title:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:block;
	background: #242d3e;
    opacity: 0.6;
}

.inner-header-title.gray-bg:before, .inner-header-title.blank:before{
	opacity:0;
}

.inner-header-title>*{
	position:relative;
}

.inner-header-title.text-left{
	text-align:left;
	color:#35434e;
}

.inner-header-title h1 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 600;
	color:#ffffff;
}

.inner-header-title p {
	color:#ffffff;
}

.inner-header-title.blank{
	padding:10em 0;
	text-align:center;
	color:#ffffff;
	overflow: visible;
	border-bottom:4px solid #236B8E;
	background: #53bb13;
	background: -moz-radial-gradient(center, ellipse cover, #236B8E 0%, #11b719 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #236B8E 0%,#11b719 100%);
	background: radial-gradient(ellipse at center, #236B8E 0%,#11b719 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#236B8E', endColorstr='#11b719',GradientType=1 );
	background-size:cover;
}
.inner-header-title.blank h1, .inner-header-title.blank p{
	color:#ffffff;
}
.inner-header-title.blank:brfore{
	opacity:0;
}

/*Top Search Bar*/
.row.extra-mrg {
    margin-left: 0;
    margin-right: 0;
}

.extra-mrg-5{
	margin:0 -5px !important;
}

.full-width-button{
	width:100%;
}

/* ---------------------------------- */
/* Search Filters
------------------------------------- */

.wrap-search-filter{
    padding:0em 0 1em 0;
    background: #ffffff;
	display: inline-block;
    width: 100%;
}
.wrap-search-filter button.btn.btn-primary {
    height: 50px;
}

/* ---------------------------------- */
/* How it Works Section
------------------------------------- */
.working-process{
	text-align:center;
	position:relative;
	margin-top:30px;
}
.process-icon{
    float: none;
    display: inline-block;
	position:relative;
    width:80px;
    height:80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 98px;
    font-size:35px;
    text-align: center;
    color:#fe2864;
	background:#f5f9fc;
    border-color:#f5f9fc;
}
span.process-img{
    width:80px;
    height:80px;
    margin: 15px auto 0;
	position: relative;
	display: inline-block;
}
span.process-img img{
	z-index:1;
}
span.process-count {
    position: absolute;
    right: 0;
    bottom:5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #fe2864;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
span.process-num {
	position: absolute;
	font-size: 60px;
	font-weight: 600;
	color: #bbc7e1;
	left: -30px;
	top: -10px;
	opacity: 0.2;
}
.working-process h4{
	margin:10px 0;
}
.working-process p{
	padding:2px 15px;
	line-height:1.9;
}

/* ---------------------------------- */
/* Plugin Upload
------------------------------------- */

.flex_div_upload_plugin {
    display: flex;
    padding: 1px 1px 1px 9px;
}

.img_upload_plugin {
    width: 5em;
    height: 5em;
}

.span_upload_plugin_name {
    height: 24px;
    margin: auto;
    margin-left: 0%;
    line-height: 1.5;
    border-left: 5px solid #4285f4;
    padding: 1px 1px 1px 9px;
    font-size: 18px;
}

.span_upload_plugin {
    color: #53596b;
    font-size: 17px;
    margin-bottom: 1%;
    display: flex;
    margin-left: 2%;
}

.span_upload_plugin_data {
    width: 82px;
    margin-right: 0%;
    font-size: 13px;
    font-weight: bold;
}

.plugin_lits_icon {
    color: #272727;
}

.plugin_lits_name {
    width: 6em;
    font-weight: bold;
    margin-right: 5em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    vertical-align:middle
    padding: 1px 1px 1px 9px;
}

.plugin_lits_data {
    font-size: 14px;
    color: #53596b;
    font-weight: 100;
    margin-left: 8em;
    margin-right: 1em;
    vertical-align:middle
     padding: 1px 1px 1px 9px;
}

.plugin_lits_version {
    font-size: 14px;
    color: #53596b;
    font-weight: 100;
    vertical-align:middle
    padding: 1px 1px 1px 9px;
}


.text_action {
    margin: auto;
    margin-left: 0;
    width: 74%;
    padding: 1%;
    text-align: left;
    font-size: 17px;
    color: #3f4457;
    border-right: 1px solid #dedede;
    vertical-align:middle
}

.icons_aside {
    margin: auto;
}


/* ---------------------------------- */
/* Button toggle
------------------------------------- */

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}

.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

tr.disabled {
    background-color: grey;
}

/* ---------------------------------- */
/* Table Styles
------------------------------------- */
.table {
  	width: 100%;
  	max-width: 100%;
  	margin-bottom: 1rem;
  	background-color: transparent; 
}

.table th,
.table td {
    padding: 18px 30px;
    vertical-align: top;
    border-top: 1px solid #f2f2f2; 
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f2f2f2; 
}

.table tbody + tbody {
    border-top: 2px solid #f2f2f2; 
}

.table .table {
    background-color: #fff; 
}

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #f2f2f2; }
  
.table-bordered th,
.table-bordered td {
    border: 1px solid #f2f2f2; 
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; 
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f8f9; }

.table-hover tbody tr:hover {
  background-color: #f2f8f9; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5dff6; }

.table-hover .table-primary:hover {
  background-color: #afd3f3; 
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #afd3f3; 
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8f8f8; 
}

.table-hover .table-secondary:hover {
  background-color: #ebebeb; 
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #ebebeb; 
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f1d5; 
}

.table-hover .table-success:hover {
  background-color: #a3edc8; 
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a3edc8; 
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ded3f6; 
}

.table-hover .table-info:hover {
  background-color: #cebef2; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #cebef2; 
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe9b8; 
}

.table-hover .table-warning:hover {
  background-color: #ffe19f; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe19f; 
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8cfce; 
}

.table-hover .table-danger:hover {
  background-color: #f5b9b8; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f5b9b8; 
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc; 
}

.table-hover .table-light:hover {
  background-color: #efefef; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #efefef; 
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #caccd4; 
}

.table-hover .table-dark:hover {
  background-color: #bcbec9; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #bcbec9; 
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); 
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); 
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; 
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #f2f2f2; 
}

.table-dark {
  color: #fff;
  background-color: #212529; 
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e; 
}

.table-dark.table-bordered {
    border: 0; 
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); 
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); 
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } 
}

@media (max-width: 767.98px) {
  	.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } 
}

@media (max-width: 991.98px) {
 	.table-responsive-lg {
    	display: block;
    	width: 100%;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    	-ms-overflow-style: -ms-autohiding-scrollbar; 
    }

    .table-responsive-lg > .table-bordered {
      border: 0; 
  	} 
}

@media (max-width: 1199.98px) {
  	.table-responsive-xl {
    	display: block;
    	width: 100%;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    	-ms-overflow-style: -ms-autohiding-scrollbar; 
    }

    .table-responsive-xl > .table-bordered {
      border: 0; } 
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}

.table-responsive > .table-bordered {
	border: 0; 
}


.valid-icon {
  	color: green;
}

.invalid-icon {
  	color: red;
}

.description-width{
	max-width: 100%;
}

/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
  display:none;
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: translateY(10px);
}
#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #66676b;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 0px;
  text-align: center;
  font-size: 26px;
}

body #backtotop a {
  color: #fff;
}

#backtotop a:after {
  content: "";
  font-family: "Feather-Icons";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #backtotop {
    display: none;
  }
}


/* ---------------------------------- */
/* Resize icon
------------------------------------- */
.resize-icon{
    max-width:80px;
    max-height:80px;
}


/* ---------------------------------- */
/* Multiple Uploads
------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

.content-box .form-inline.form-control {
    height: auto;
}

.content-box .form-inline.form-control .form-control {
    width: 85%;
    border: none;
}

.content-box h2 {
    font-size: 24px;
    color: #5a5a5a;
}

section.main-area {
    padding: 30px 0;
}
.tab_bar_block .list-inline li {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    cursor: pointer;
}

.list_display_inner li span {
    width: 33.33%;
    display: inline-block;
}

.tab_bar_block .list-inline li.active {
    border: 1px solid #a29999;
    border-bottom-color: transparent;
    background: #ddd;
    position: relative;
}

.tab_bar_block .list-inline li.active:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -3px;
    left: 0;
    content: "";
    background: #ddd;
}

.list_display_inner li {
    padding: 10px 0;
    border: 1px solid;
    border-top-color: transparent;
}
li.success {
    color: #399f39;
}
li.error {
    color: #dc3545;
}

.file-area, #status{
    display: none;
    color: #b8aeef;
}
#status i{
    color: #b8aeef;
    font-size: 42px;
}
.image-list-title {
    font-weight: 400;
}

.image-list li {
    display: inline-block;
    padding: 5px;
}

.image-list {
    margin: 30px 0px;
}

.image-list li.single_image {
    width: 174px;
    height: 138px;
    background: #f2f2f2;
    margin: 12px;
}
.image-list li.single_image .image_thumb {
    display: block;
    margin: 0 auto;
    height: 74%;
}
.image-list li.single_image .remove_image {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    padding: 3px 14px;
    background: #ff4b74;
    color: white;
    border-radius: 2px;
    font-size: 15px;
}
.image-list li i.fa {
    display: inline-block;
    cursor: pointer;
    background: #ff3c72;
    color: white;
    padding: 1px 8px;
    font-size: 13px;
    margin: 8px 0px;
    border-radius: 0px;
}


.view-all-support-btn {
    background: #00fff3;
    font-weight: 500;
    color: #fff;
    padding: 6px 34px;
}

/* ---------------------------------- */
/* Social Accounts Item
------------------------------------- */

.account-item {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
  
.account-item.marks {
    border: 5px solid #4B2EAE; 
}
    
.account-item.marks .post__content .post__data {
      margin-bottom: 30px; 
}

.account-item .post__image {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0; 
}
    
.account-item .post__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: auto;
      width: auto;
      min-height: 100%;
      min-width: 100%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); 
}
.account-item .post__image.check:before {
	content: "";
	width: 38px;
	height: 38px;
	background: url(https://accs-market.com/images/pin2.png) no-repeat center #ffffff;
	background-size: 14px 14px;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 8;
	border-radius: 50%; 
}
.account-item .post__image .post__more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	text-align: center;
	padding: 68px 0 0 0;
	opacity: 0; 
}
.account-item .post__image .post__more a {
	display: inline-block;
	padding: 0 35px;
	background: #ffffff;
	color: #000000;
	font: 15px/45px "Proxima Nova", sans-serif;
	border-radius: 23px; 
}
.account-item .post__image .post__more a:hover, .account-item .post__image .post__more a:focus {
	text-decoration: none; 
}
.account-item:hover {
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.2); 
}
.account-item:hover .post__image .post__more {
	opacity: 1.0; 
}
.account-item .post__content {
	padding: 25px 0 0 0; 
}
.account-item .post__content .post__title {
	color: #000000;
	font: bold 21px "Proxima Nova", sans-serif;
	letter-spacing: 1px; 
}
.account-item .post__content .post__title i.m-icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px; 
}
.account-item .post__content .post__title i.m-icon.icon1 {
	background: url(https://accs-market.com/images/check.png) no-repeat;
	width: 18px;
	height: 18px; 
}
.account-item .post__content .post__type {
	color: rgba(0, 0, 0, 0.5);
	font: 14px "Proxima Nova", sans-serif;
	margin-bottom: 20px; 
}
.account-item .post__content .post__price {
	color: #000000;
	font: 30px "Proxima Nova", sans-serif;
	margin-bottom: 25px; 
}
.account-item .post__content .post__price span {
	font-size: 24px; 
}
.account-item .post__content .post__data {
	margin-bottom: 35px; 
}
.account-item .post__content .post__data p {
	color: #000000;
	font: 300 14px "Proxima Nova", sans-serif;
	margin-bottom: 5px; 
}
.account-item .post__content .post__data p span {
	font-weight: bold; 
}
.account-item .post__content .post__form button {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 0 0 6px 6px;
	color: #ffffff;
	font: 16px "Proxima Nova", sans-serif; 
}
.account-item .post__image .check-mark {
	width: 25px;
	min-width: 0;
	right: -1px;
	bottom: -3px;
	top: initial;
	left: initial;
	min-height: 0;
	display: block !important;
}

.header__form-networks {
	text-align: center;
	margin-bottom: 30px; 
}
.header__form-networks a.active{
	border-color: #ffffff;
	background: #2e3d62;
	color: #000000;
}
.header__form-networks a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #67656A;
	color: #2e3d62;
	font: 14px/32px "Proxima Nova", sans-serif;
	border-radius: 16px;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 10px; 
}
.header__form-networks a:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #000000; 
}

/*payment Form*/
.payment-form{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.payment-form.dark{
	background-color: #f6f6f6;
}

.payment-form .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.payment-form .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.payment-form.dark .block-heading p{
	opacity:0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.payment-form form{
	border-top: 2px solid #5ea4f3;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	padding: 0;
	max-width: 600px;
	margin: auto;
}

.payment-form .title{
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8em;
	font-weight: 600;
	padding-bottom: 8px;
}

.payment-form .products{
	background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item{
	margin-bottom:1em;
}

.payment-form .products .item-name{
	font-weight:600;
	font-size: 0.9em;
}

.payment-form .products .item-description{
	font-size:0.8em;
	opacity:0.6;
}

.payment-form .products .item p{
	margin-bottom:0.2em;
}

.payment-form .products .price{
	float: right;
	font-weight: 600;
	font-size: 0.9em;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
}

.payment-form .card-details{
	padding: 25px 25px 15px;
}

.payment-form .card-details label{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #79818a;
	text-transform: uppercase;
}

.payment-form .card-details button{
	margin-top: 0.6em;
	padding:12px 0;
	font-weight: 600;
}

.payment-form .date-separator{
 	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
	.payment-form .title {
		font-size: 1.2em; 
	}

	.payment-form .products {
		padding: 40px; 
  	}

	.payment-form .products .item-name {
		font-size: 1em; 
	}

	.payment-form .products .price {
    	font-size: 1em; 
	}

  	.payment-form .card-details {
    	padding: 40px 40px 30px; 
    }

  	.payment-form .card-details button {
    	margin-top: 2em; 
    } 
}

/* ---------------------------------- */
/* Plugin Upload
------------------------------------- */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.form-group .file-upload-default {
	visibility: hidden;
	position: absolute; }

.form-group .file-upload-info {
	background: transparent; 
}

.flex_div_upload_plugin {
    display: flex;
    padding: 1px 1px 1px 9px;
}

.img_upload_plugin {
    width: 5em;
    height: 5em;
}

.span_upload_plugin_name {
    height: 24px;
    margin: auto;
    margin-left: 0%;
    line-height: 1.5;
    border-left: 5px solid #4285f4;
    padding: 1px 1px 1px 9px;
    font-size: 18px;
}

.span_upload_plugin {
    color: #53596b;
    font-size: 17px;
    margin-bottom: 1%;
    display: flex;
    margin-left: 2%;
}

.span_upload_plugin_data {
    width: 82px;
    margin-right: 0%;
    font-size: 13px;
    font-weight: bold;
}

.flex_div_upload_plugin {
    display: flex;
    padding: 1px 1px 1px 1px;
}

.img_upload_payment {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 5px;
  width: 60px;
}

.img_upload_plugin {
    width: 5em;
    height: 5em;
}

.span_upload_plugin_name {
    height: 24px;
    margin: auto;
    margin-left: 0%;
    line-height: 1.5;
    border-left: 5px solid #4285f4;
    padding: 1px 1px 1px 9px;
    font-size: 18px;
}

.span_upload_plugin {
    color: #53596b;
    font-size: 17px;
    margin-bottom: 1%;
    display: flex;
    margin-left: 2%;
}

.span_upload_plugin_data {
    width: 82px;
    margin-right: 0%;
    font-size: 13px;
    font-weight: bold;
}

.plugin_lits_icon {
    color: #272727;
}

.plugin_lits_name {
    width: 6em;
    font-weight: bold;
    margin-right: 5em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    vertical-align:middle
    padding: 1px 1px 1px 9px;
}

.plugin_lits_data {
    font-size: 14px;
    color: #53596b;
    font-weight: 100;
    margin-left: 8em;
    margin-right: 1em;
    vertical-align:middle
     padding: 1px 1px 1px 9px;
}

.plugin_lits_version {
    font-size: 14px;
    color: #53596b;
    font-weight: 100;
    vertical-align:middle
    padding: 1px 1px 1px 9px;
}


.text_action {
    margin: auto;
    margin-left: 0;
    width: 74%;
    padding: 1%;
    text-align: left;
    font-size: 17px;
    color: #3f4457;
    border-right: 1px solid #dedede;
    vertical-align:middle
}

.icons_aside {
    margin: auto;
}

@media (max-width: 1024px) {
	.profile-cover-new{
		height:300px; 
		background-repeat: no-repeat;
		background-size: cover;
    	width: 100%;
	}
}

@media screen and (min-width: 450px){
  	.profile-cover-new{
		height:auto;  
		background-repeat: no-repeat;
		background-size: cover;
    	max-width: 100%;
	}
}

@media screen and (min-width: 768px){
  	.profile-cover-new{
		height:auto; 
		background-repeat: no-repeat;
		background-size: cover;
    	max-width: 100%;
	}
}

@media screen and (min-width: 992px){
  .profile-cover-new{
		height:300px; 
		background-repeat: no-repeat;
		background-size: cover;
    	width: 100%;
	}
}

/* Avatar Switcher */
.cover-wrapper {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: none;
	margin: 0 10px 30px 0;
	transition: all .3s ease;
	object-fit: cover;
}
.cover-wrapper:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.cover-wrapper .cover-pic {
	height: 100%;
	width: 100%;
	transition: all .3s ease;
	object-fit: cover;
}

.cover-wrapper .cover-pic:after {
	font-family: Feather-Icons;
	content: "\e9f1";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 120px;
	position: absolute;
	font-size: 60px;
	background: #f0f0f0;
	color: #aaa;
	text-align: center;
}

.cover-wrapper .upload-button-cover{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cover-wrapper .file-upload,.image-upload {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.cover-wrapper .image-upload {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.banner-rounded{
	 border-radius:0.8125rem;
}
@media (max-width: 576px) {
  .banner-mobile {
    border-radius: 0 !important; /* Overrides the rounded-3 class */
  }
}
img.navbar-logo{
	width: 90px;
}

.avatar-offline:before {
    background-color: var(--gk-gray-400)
}

.avatar-online:before {
    background-color: var(--gk-success)
}

.avatar-away:before {
    background-color: var(--gk-warning)
}

.avatar-busy:before {
    background-color: var(--gk-danger)
}

.avatar-info:before {
    background-color: var(--gk-info)
}

.avatar-indicators:before {
    border: 2px solid var(--gk-white);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: table;
    height: 30%;
    position: absolute;
    right: 5%;
    width: 30%
}

.avatar-initials {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    text-transform: uppercase;
    width: 100%
}

.avatar-primary .avatar-initials {
    background-color: var(--gk-primary);
    color: var(--gk-white)
}

.avatar-secondary .avatar-initials {
    background-color: var(--gk-secondary);
    color: var(--gk-white)
}

.avatar-success .avatar-initials {
    background-color: var(--gk-success);
    color: var(--gk-white)
}

.avatar-warning .avatar-initials {
    background-color: var(--gk-warning);
    color: var(--gk-white)
}

.avatar-info .avatar-initials {
    background-color: var(--gk-info);
    color: var(--gk-white)
}

.avatar-danger .avatar-initials {
    background-color: var(--gk-danger);
    color: var(--gk-white)
}

.avatar-light .avatar-initials {
    background-color: var(--gk-light);
    color: var(--gk-white)
}

.avatar-dark .avatar-initials {
    background-color: var(--gk-dark);
    color: var(--gk-white)
}

.avatar-primary-soft .avatar-initials {
    background-color: #ede9fe;
    color: var(--gk-primary)
}

.avatar-secondary-soft .avatar-initials {
    background-color: var(--gk-secondary);
    color: var(--gk-white)
}

.avatar-success-soft .avatar-initials {
    background-color: var(--gk-light-success);
    color: var(--gk-success)
}

.avatar-warning-soft .avatar-initials {
    background-color: var(--gk-light-warning);
    color: var(--gk-warning)
}

.avatar-info-soft .avatar-initials {
    background-color: var(--gk-light-info);
    color: var(--gk-info)
}

.avatar-danger-soft .avatar-initials {
    background-color: var(--gk-light-danger);
    color: var(--gk-danger)
}

.avatar-dark-soft .avatar-initials {
    background-color: var(--gk-light-dark);
    color: var(--gk-white)
}

.avatar-light-soft .avatar-initials {
    background-color: var(--gk-light);
    color: var(--gk-dark)
}

.avatar-group .avatar+.avatar {
    margin-left: -1.2rem
}

.avatar-group .avatar:hover {
    z-index: 2
}

.avatar-group .avatar .avatar-initials,.avatar-group img {
    border: 3px solid var(--gk-white)
}

.navbar {
    background-color: var(--gk-navbar-bg);
    box-shadow: 0 1px 3px rgba(17,24,39,.09);
    padding: .625rem 1rem
}

.navbar .navbar-brand {
    padding-bottom: .2rem;
    padding-top: .2rem
}

.navbar .navbar-toggler {
    border: 1px solid var(--gk-primary);
    padding: .75rem .563rem
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0
}

.navbar .navbar-toggler .icon-bar {
    background-color: var(--gk-primary);
    display: block;
    height: 2px;
    margin-top: .25rem;
    transition: all .2s;
    width: 20px
}

.navbar .navbar-toggler .top-bar {
    background-color: var(--gk-primary);
    transform: rotate(45deg);
    transform-origin: 16% 190%
}

.navbar .navbar-toggler .middle-bar {
    opacity: 0
}

.navbar .navbar-toggler .bottom-bar {
    background-color: var(--gk-primary);
    transform: rotate(-45deg);
    transform-origin: 10% -80%
}

.navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    right: .5rem;
    top: .6rem;
    z-index: 1
}

.navbar .navbar-toggler.collapsed .top-bar {
    background-color: var(--gk-primary);
    transform: rotate(0)
}

.navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: var(--gk-primary);
    transform: rotate(0)
}


.navbar .dropdown-menu {
    border: none;
    color: var(--gk-gray-800);
    line-height: 1.2rem;
    margin: 1.125rem 0;
    min-width: 12rem;
    padding: 1rem 0;
    top: 28px
}

.navbar .dropdown-menu .dropdown-list-group-item {
    min-width: 100%
}

.navbar .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg)
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border-radius: .5rem;
    box-shadow: var(--gk-dropdown-shadow);
    left: 100%;
    min-width: 12rem;
    right: 0;
    top: -18px
}

.navbar .dropdown-fullwidth {
    position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0;
    margin: 1.25rem auto;
    max-width: 1024px;
    padding: 1rem 0;
    right: 0;
    top: 42px
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--gk-gray-800);
    font-weight: 500;
    padding: .3125rem .5rem
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding:.3125rem .35rem
    }
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom:1px solid var(--gk-gray-200);
        padding: .75rem 0!important
    }

    .navbar .navbar-nav .nav-item .nav-link:hover {
        color: var(--gk-dark)
    }
}

.navbar .navbar-nav .nav-item .nav-link.active,.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--gk-primary)
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none!important
}

@media (max-width: 992px) {
    .navbar .navbar-nav .dropdown-menu,.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        box-shadow:none;
        margin: 0
    }

    .navbar .nav-top-wrap {
        flex-direction: row
    }

    .navbar .nav-top-wrap .dropdown {
        position: static
    }

    .navbar .nav-top-wrap .dropdown-menu {
        margin: 2.25rem .75rem!important;
        position: absolute;
        right: 0
    }

    .navbar .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
        padding: 0!important;
        position: relative;
        right: 0;
        top: -7px!important
    }
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu {
        display:block;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    .navbar .dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar .dropdown-menu-start {
        left: 0;
        right: auto
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,.navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

.navbar-transparent {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 768px) {
    .navbar-transparent {
        position:relative
    }
}

.footer,.nav-footer .nav-link {
    color: var(--gk-gray-500)
}

.nav-footer .nav-link {
    font-size: .875rem;
    line-height: 1.5rem;
    padding: .2rem 1rem
}

.nav-footer .nav-link:hover {
    color: var(--gk-primary)
}

.footer-dark {
    background-color: #0f172a!important
}

.nav-x-0 .nav-link {
    padding-left: 0!important;
    padding-right: 0!important
}

.text-link {
    color: var(--gk-body-color)
}

.text-link:hover {
    color: var(--gk-primary)
}

.nav-lb-tab {
    border-bottom: 1px solid var(--gk-border-color)
}

@media (max-width: 768px) {
    .nav-lb-tab {
        flex-wrap:nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lb-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem
}

.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: var(--gk-gray-500);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap
}

.nav-lb-tab .nav-item .nav-link.active,.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid var(--gk-primary);
    color: var(--gk-primary)
}

.nav-lt-tab {
    border-top: 1px solid var(--gk-border-color)
}

@media (max-width: 576px) {
    .nav-lt-tab {
        flex-wrap:nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lt-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lt-tab .nav-item {
    margin: -.0625rem 1rem 0
}

.nav-lt-tab .nav-item .nav-link {
    border-radius: 0;
    border-top: 2px solid transparent;
    color: var(--gk-gray-600);
    font-weight: 500;
    padding: 1rem 0
}

.nav-lt-tab .nav-item .nav-link.active,.nav-lt-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-top: 2px solid var(--gk-primary);
    color: var(--gk-primary)
}

.flush-nav .nav .nav-link {
    color: var(--gk-gray-600);
    font-weight: 500;
    padding: 1.5rem
}

.flush-nav .nav .nav-link.active,.flush-nav .nav .nav-link:hover {
    color: var(--gk-primary)
}

@media (max-width: 576px) {
    .flush-nav .nav {
        flex-wrap:nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .flush-nav .nav::-webkit-scrollbar {
        display: none
    }
}

.nav-line-bottom {
    border-bottom: 1px solid var(--gk-border-color)
}

@media (max-width: 576px) {
    .nav-line-bottom {
        flex-wrap:nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-line-bottom::-webkit-scrollbar {
        display: none
    }
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    color: var(--gk-gray-600);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 1.2rem;
    white-space: nowrap
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link {
        padding:.8rem
    }
}

.nav-line-bottom .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid var(--gk-primary);
    color: var(--gk-primary)
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link.active {
        padding:.747rem
    }
}

.nav-line-bottom .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 1px solid var(--gk-primary);
    color: var(--gk-primary)
}

.nav-line-bottom .nav-item .nav-link .badge {
    line-height: 1.4
}

.nav.btn-group .btn-outline-white.active {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}


.nav {
    --gk-nav-link-padding-x: 1rem;
    --gk-nav-link-padding-y: 0.5rem;
    --gk-nav-link-font-weight: ;
    --gk-nav-link-color: var(--gk-link-color);
    --gk-nav-link-hover-color: var(--gk-link-hover-color);
    --gk-nav-link-disabled-color: var(--gk-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--gk-nav-link-color);
    display: block;
    font-size: var(--gk-nav-link-font-size);
    font-weight: var(--gk-nav-link-font-weight);
    padding: var(--gk-nav-link-padding-y) var(--gk-nav-link-padding-x);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--gk-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(117,79,254,.25);
    outline: 0
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--gk-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --gk-nav-tabs-border-width: var(--gk-border-width);
    --gk-nav-tabs-border-color: var(--gk-gray-300);
    --gk-nav-tabs-border-radius: var(--gk-border-radius);
    --gk-nav-tabs-link-hover-border-color: var(--gk-gray-300);
    --gk-nav-tabs-link-active-color: var(--gk-gray-700);
    --gk-nav-tabs-link-active-bg: var(--gk-body-bg);
    --gk-nav-tabs-link-active-border-color: var(--gk-gray-300);
    border-bottom: var(--gk-nav-tabs-border-width) solid var(--gk-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    border: var(--gk-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--gk-nav-tabs-border-radius);
    border-top-right-radius: var(--gk-nav-tabs-border-radius);
    margin-bottom: calc(var(--gk-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: var(--gk-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: var(--gk-nav-tabs-link-active-bg);
    border-color: var(--gk-nav-tabs-link-active-border-color);
    color: var(--gk-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--gk-nav-tabs-border-width)*-1)
}

.nav-pills {
    --gk-nav-pills-border-radius: var(--gk-border-radius);
    --gk-nav-pills-link-active-color: #fff;
    --gk-nav-pills-link-active-bg: #754ffe
}

.nav-pills .nav-link {
    border-radius: var(--gk-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: var(--gk-nav-pills-link-active-bg);
    color: var(--gk-nav-pills-link-active-color)
}

.nav-underline {
    --gk-nav-underline-gap: 1rem;
    --gk-nav-underline-border-width: 0.125rem;
    --gk-nav-underline-link-active-color: var(--gk-emphasis-color);
    gap: var(--gk-nav-underline-gap)
}

.nav-underline .nav-link {
    border-bottom: var(--gk-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0
}

.nav-underline .nav-link:focus,.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    border-bottom-color: currentcolor;
    color: var(--gk-nav-underline-link-active-color);
    font-weight: 700
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --gk-navbar-padding-x: 0;
    --gk-navbar-padding-y: 0.5rem;
    --gk-navbar-color: var(--gk-gray-500);
    --gk-navbar-hover-color: var(--gk-gray-600);
    --gk-navbar-disabled-color: var(--gk-gray-400);
    --gk-navbar-active-color: var(--gk-primary);
    --gk-navbar-brand-padding-y: 0.325rem;
    --gk-navbar-brand-margin-end: 1rem;
    --gk-navbar-brand-font-size: 1.09375rem;
    --gk-navbar-brand-color: var(--gk-primary);
    --gk-navbar-brand-hover-color: var(--gk-primary);
    --gk-navbar-nav-link-padding-x: 0.5rem;
    --gk-navbar-toggler-padding-y: 0.25rem;
    --gk-navbar-toggler-padding-x: 0.75rem;
    --gk-navbar-toggler-font-size: 1.09375rem;
    --gk-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23754ffe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --gk-navbar-toggler-border-color: rgba(var(--gk-emphasis-color-rgb),0.15);
    --gk-navbar-toggler-border-radius: 0.375rem;
    --gk-navbar-toggler-focus-width: 0.25rem;
    --gk-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--gk-navbar-padding-y) var(--gk-navbar-padding-x);
    position: relative
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    color: var(--gk-navbar-brand-color);
    font-size: var(--gk-navbar-brand-font-size);
    margin-right: var(--gk-navbar-brand-margin-end);
    padding-bottom: var(--gk-navbar-brand-padding-y);
    padding-top: var(--gk-navbar-brand-padding-y);
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--gk-navbar-brand-hover-color)
}

.navbar-nav {
    --gk-nav-link-padding-x: 0;
    --gk-nav-link-padding-y: 0.5rem;
    --gk-nav-link-font-weight: ;
    --gk-nav-link-color: var(--gk-navbar-color);
    --gk-nav-link-hover-color: var(--gk-navbar-hover-color);
    --gk-nav-link-disabled-color: var(--gk-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--gk-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--gk-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,.navbar-text a:focus,.navbar-text a:hover {
    color: var(--gk-navbar-active-color)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--gk-border-width) solid var(--gk-navbar-toggler-border-color);
    border-radius: var(--gk-navbar-toggler-border-radius);
    color: var(--gk-navbar-color);
    font-size: var(--gk-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--gk-navbar-toggler-padding-y) var(--gk-navbar-toggler-padding-x);
    transition: var(--gk-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--gk-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--gk-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--gk-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--gk-navbar-nav-link-padding-x);
        padding-right: var(--gk-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--gk-navbar-nav-link-padding-x);
        padding-right: var(--gk-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--gk-navbar-nav-link-padding-x);
        padding-right: var(--gk-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--gk-navbar-nav-link-padding-x);
        padding-right: var(--gk-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: var(--gk-navbar-nav-link-padding-x);
        padding-right: var(--gk-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        background-color: transparent!important;
        border: 0!important;
        flex-grow: 1;
        height: auto!important;
        position: static;
        transform: none!important;
        transition: none;
        visibility: visible!important;
        width: auto!important;
        z-index: auto
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--gk-navbar-nav-link-padding-x);
    padding-right: var(--gk-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent!important;
    border: 0!important;
    flex-grow: 1;
    height: auto!important;
    position: static;
    transform: none!important;
    transition: none;
    visibility: visible!important;
    width: auto!important;
    z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --gk-navbar-color: hsla(0,0%,100%,.55);
    --gk-navbar-hover-color: hsla(0,0%,100%,.75);
    --gk-navbar-disabled-color: hsla(0,0%,100%,.25);
    --gk-navbar-active-color: #fff;
    --gk-navbar-brand-color: #fff;
    --gk-navbar-brand-hover-color: #fff;
    --gk-navbar-toggler-border-color: hsla(0,0%,100%,.1)
}

.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon {
    --gk-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.user-profile-avatar-margin{
	margin-right:-40px;
}
@media (max-width: 576px) {
    .user-profile-avatar-margin {
        margin-right: -70px;
    }
}
.shadow-0{
	box-shadow: none;
}
