/*
*
* ------------------------------------------------------------------
*[Master Stylesheet]
*
* Project: Cardoor - Car Rental HTML Template
* Version: 
* Created : 13.02.2018
* Author Name: alen dui
* Author URI: http://alendkidjt.com
* Description: Cardoor it is a modern and clean designed Car Rental 100% Responsive HTML Template.
*
* -------------------------------------------------------------------
*
*/

/*===========================
*	[Table of Contents]
* ===========================
*
*	01. Theme Defualt CSS
*	02. Header Top CSS Start
*	03. Header Bottom CSS Start
*       3.1 - Logo Area
*       3.2 - Main Menu Area
*	04. Slider Area CSS Start
*	05. About Area CSS Start
*	06. Partner Area CSS Start
*	07. Service Area CSS Start
*	08. Home 3 Service Area CSS Start
*	09. Fun Fact Area CSS Start
*	10. Choose Car Area CSS Start
*		10.1 - Popular Cars Css Start
*		10.2 - Newest Cars Css Start
*	11. Pricing Area CSS Start
*	12. Testimonial Area CSS Start
*	13. Mobile Apps CSS Start
*	14. Article Area CSS Start
*	15. Footer Area CSS Start
*	16. Preloader Area CSS Start
*	17. Home Page Two Start
*		17.1 - SlideShow CSS
*		17.2 - Book Car CSS
*		17.3 - About Area CSS
*		17.4 - Car Choose Area CSS
*		17.5 - Team Area CSS
*	18. Home Page Three Start
*		18.1 - Slider Area CSS
*		18.2 - Book Car CSS
*		18.3 - What Do Area CSS
*		18.4 - What Choose CSS
*		18.5 - Our Cars CSS
*	19. Car Page Css Start
*		19.1 Page Title CSS
*		19.2 Car List CSS
*		19.3 Page Pagination CSS
*		19.4 Without Sidebar Car Page CSS Here
*		19.5 Sidebar CSS Here
*	20. Car Details Page Css Start
*	21. Service Page Css Start
*	22. Article Details Page Css
*	23. About Page Css
*	24. FAQ Page Css
*	25. Gallery Page Css
*	26. Packages Page Css
*	27. Login Page Css
*	28. $404 ERROR Page Css
*	29. Driver Page Css
*
*   <  Customazing for Cathalog System  >
*
*	30. Submit Button Class
*   31. Custom CheckBox for ASP.Net DataGrid
*   32. Custom for ASP.Net TreeView
*   33. Custom for Search Button
*

*   36. Custom for Menu Collapse
*   37. Custom for Image Functions (like, follow, etc)
*
*	Responsive Css Include on assets/css/responsive.css
*
*/

/*==========================================
    Author Style Here
==========================================*/

/*== Theme Defualt CSS ==*/

.overlay {
	position: relative;
	z-index: 1;
    /*display:*/
}

.row:first-of-type {
    word-wrap: break-word;
}

.overlay:after {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.overlay-soft {
    position: relative;
    z-index: 1;
    /*display:*/
}

.overlay-soft:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.section-padding {
	padding: 40px 0;
}

.section-title {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
}

.section-title h2 {
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.section-title p {
	margin-top: 10px;
}

.section-title .title-line {
	color: #ffd000;
	position: relative;
}

.section-title .title-line::after {
	background-color: #333;
	content: "";
	height: 2px;
	left: -60px;
	position: absolute;
	top: 10px;
	width: 50px;
}

.section-title .title-line::before {
	background-color: #333;
	content: "";
	height: 2px;
	position: absolute;
	right: -60px;
	top: 10px;
	width: 50px;
}

.overlay .section-title h2,
.overlay .section-title a,
.overlay .section-title p {
    color: #fff;
}

.overlay .section-title .title-line::after,
.overlay .section-title .title-line::before {
	background-color: #fff;
}

.scroll-top {
    bottom: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    width: 30px;
    z-index: 9999;
}

/*== Theme Defualt CSS ==*/

/*== Header Top CSS Start ==*/

#header_area_top,
#header_area_top a {
	color: #fff;
}

#header-top {
	background-color: #1e2228;
	padding: 8px 0;
}

#header-top i {
	color: #ffd000;
	font-size: 15px;
	margin-right: 2px;
}

#header_area_top .header-social-icons a i.fa {
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#header_area_top .header-social-icons a:hover i.fa,
#header_area_top .mainmenu ul li.active a,
#header_area_top .mainmenu ul li:hover a {
	color: #ffd000;
}

header.fixTotop #header-top {
	display: none !important;
}

/*== Header Top CSS End ==*/

/*== Header Bottom CSS Start ==*/

#header-bottom {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 15px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

header.fixTotop #header-bottom {
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#div_header_bottom_sale {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

header.fixTotop #div_header_bottom_sale {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#div_header_bottom_dic {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

header.fixTotop #div_header_bottom_dic {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.logo {
	display: inline-block;
}

.mainmenu ul li {
	float: left;
	position: relative;
}

.mainmenu ul li a {
	display: block;
	font-weight: 700;
	margin-left: 15px;
	padding: 15px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
    font-size:12px;
}

.mainmenu ul li a i {
    color: #fff;
    font-size: 20px;
}

.mainmenu ul li ul {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	left: -180px;
	opacity: 0;
	position: absolute;
	top: 52px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9999;
}

.mainmenu ul li ul a i {
    color: #000;
    font-size: 20px;
}

.mainmenu ul li ul::after {
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	left: 200px;
	position: absolute;
	top: -10px;
}

.mainmenu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.mainmenu ul li ul li {
	float: none;
}

.mainmenu ul li ul li a {
	color: #000 !important;
	font-size: 10px;
	font-weight: 600;
	margin: 0;
	padding: 10px 25px;
}

.mainmenu ul li ul li.active a,
.mainmenu ul li ul li a:hover {
	background-color: #ffd000;
}

#header-bottom .container {
	position: relative;
}

.slicknav_menu {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 999999;
}

a.slicknav_btn {
	background-color: #ffd000;
	border-radius: 2px;
	height: 35px;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 50px;
	z-index: 999;
}

.slicknav_icon {
	height: auto !important;
	left: 50%;
	position: absolute !important;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}

.slicknav_icon-bar {
	border-radius: 10px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 5px;
	text-align: center;
	width: 30px !important;
}

.slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.slicknav_nav {
	background-color: #000;
	border-top: 1px solid #ffd000;
	position: absolute;
	top:50px;
	width: 100%;
}

.slicknav_nav ul,
.slicknav_nav ul li a,
.slicknav_nav ul li.slicknav_parent a {
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-transform: uppercase;
}

.slicknav_nav ul li.slicknav_parent a:hover,
.slicknav_nav ul li a:hover {
	background-color: #ffd000;
	border-radius: 0px;
}

.slicknav_parent ul {
	font-size: 13px;
	margin-left: 15px;
}

.slicknav_parent ul li.slicknav_parent:hover ul a {
	background-color: transparent !important;
}

/*== Header Bottom CSS End ==*/

/*== Slider Area CSS Start ==*/

.single-slide-item {
	background-image: url(assets/img/banner.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.book-a-car {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 118px;
	padding: 30px 50px;
}

.book-a-car select.custom-select {
	background-image: url("assets/img/caret-cion.png");
	background-position: right 13px center;
	background-size: 12px auto;
}

.book-item {
	margin-bottom: 30px;
}

.return-car {
	margin-top: 30px;
}

.book-a-car h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.book-a-car input,
.book-a-car select {
	border-color: #ffd000;
	border-radius: 0;
	font-size: 14px;
	height: 45px;
	width: 100%;
}

.book-a-car input:focus,
.book-a-car select:focus {
	border-color: #ffd000;
}

.book-a-car input {
	border-right: 0 none;
}

.book-a-car .pick-up-date span.input-group-append {
	background-color: #fff;
	border: 1px solid #ffd000;
}

.book-a-car .pick-up-date span.input-group-append {
	border-left: 0 none;
}

.book-a-car .pick-up-date span.input-group-append i.fa {
	color: #ffd000;
	font-size: 18px;
	line-height: 33px;
}

.book-now-btn {
	background-color: #ffd000;
	color: #222;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.book-now-btn:focus {
	color: #222;
}

.gj-calendar-bootstrap table tr td.today div {
	color: #ffd000
}

.gj-calendar-bootstrap table tr td.selected div {
	background-color: #ffd000;
	border-color: #ffd000;
}

.slider-right-text {
	color: #fff;
	font-size: 16px;
}

.slider-right-text h1 {
	color: #ffd000;
	font-size: 45px;
	margin-bottom: 10px;
}

/*== Slider Area CSS End ==*/

/*== About Area CSS Start ==*/

.about-content {
	line-height: 2.3em;
}

.about-content p {
	margin-bottom: 25px;
}

.about-content p:last-child {
	margin-bottom: 0;
}

.about-btn a {
	background-color: #ffd000;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-right: 20px;
	padding: 6px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.about-btn a:hover {
	background-color: #222;
}


.about-video {
	position: relative;
	padding-bottom: 56.25%;
}

.about-video iframe {
	border: medium none;
	border-radius: 3px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*== About Area CSS End ==*/

/*== Partner Area CSS Start ==*/

.partner-area {
	background-color: #eaeaea;
	padding: 20px 0;
}

.single-partner {
	height: 205px;
	text-align: center;
    vertical-align: middle;
}

.partner-content-wrap.owl-carousel img {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 365px;
}

.partner-content-wrap.owl-carousel h2 {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
}

.partner-content-wrap h2 {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
}

.partner-content-wrap.owl-carousel h2 span {
    color: white;
    font-size: 10px;
    font-weight:bold;
    letter-spacing: -1px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.partner-content-wrap h2 span {
    color: white;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -1px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/*== Partner Area CSS End ==*/

/*== Service Area CSS Start ==*/

.service-item {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	color: #222;
	margin-bottom: 30px;
	padding: 65px 25px;
}

.service-item .help {
    font-size: 10px;
}

.service-item h3 {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0 15px;
}

.service-item i.fa {
    color: #ffd000;
    font-size: 45px;
}

.service-container-wrap .service-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ffd000;
	padding: 50px 20px;
}

/*== Service Area CSS End ==*/

/*== Home 3 Service Area CSS Start ==*/

.single-service {
	margin-bottom: 50px;
	line-height: 2;
}

.service-icon {
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	width: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-icon:after {
	border-left: 1px solid #ffd000;
	content: "";
	height: 0%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-icon:before {
	border-bottom: 1px solid #ffd000;
	content: "";
	height: 0%;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 0%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-icon span {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}

.service-icon span::after {
	border-top: 1px solid #ffd000;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0%;
}

.service-icon span::before {
	border-right: 1px solid #ffd000;
	content: "";
	height: 0%;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-service:hover .service-icon:after {
	height: 100%;
}

.single-service:hover .service-icon:before {
	width: 100%;
}

.single-service:hover .service-icon span::after {
	width: 100%;
}

.single-service:hover .service-icon span::before {
	height: 100%;
}

.single-service h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-service p {
	font-size: 13px;
	margin-top: 10px;
}

/*== Home 3 Service Area CSS End ==*/

/*== Fun Fact Area CSS Start ==*/

#funfact-area {
	background-image: url(assets/img/funfact-bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.single-funfact {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 25px 40px;
	text-align: center;
}

.funfact-icon {
	color: #ffd000;
	font-size: 50px;
}

.funfact-icon,
.funfact-content {
	display: table-cell;
	vertical-align: middle;
}

.funfact-content {
	font-size: 40px;
	font-weight: 700;
	padding-left: 25px;
}

.funfact-content h4 {
	color: #eaeaea;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

    @media (max-width: 576px) {
        .funfact-icon,
        .funfact-content {
            font-size: 25px;
        }
    }

    @media (min-width: 768px) {
        .funfact-icon,
        .funfact-content {
            font-size: 25px;
        }
    }

    @media (min-width: 992px) {
        .funfact-icon,
        .funfact-content {
            font-size: 30px;
        }
    }

    @media (min-width: 1200px) {
        .funfact-icon,
        .funfact-content{
            font-size: 35px;
        }
    }

    @media (max-width: 576px) {
        .funfact-content h4 {
            font-size: 12px;
        }
    }
    @media (min-width: 576px) {
        .funfact-content h4 {
            font-size: 15px;
        }
    }


/*== Fun Fact Area CSS End ==*/

/*== Choose Car Area CSS Start ==*/

#choose-car.section-padding {
	padding-bottom: 70px;
}

.choose-content-wrap .nav-tabs {
	border-bottom: 3px solid #ffd000;
}

.choose-content-wrap .nav-tabs li a {
	background-color: #f3f3f3 !important;
	border: medium none;
	border-radius: 0 !important;
	color: #1e2228 !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin-right: 3px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.choose-content-wrap .nav-tabs li a.active {
	background-color: #ffd000 !important;
	background-color: #ffd000 !important;
	color: #fff!important;
}


/* Popular Cars Css Start */

.popucar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0;
	overflow: hidden;
}

.popucar-menu a {
	border: 1px solid #e2e2e2;
	color: #333;
	display: inline-block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-transform: uppercase;
}

.popucar-menu a + a {
	border-left: 0px;
}

.popucar-menu a:hover,
.popucar-menu a.active {
	background-color: #ffd000;
	border-color: #ffd000;
	color: #fff;
}

.popucar-menu a.active::after {
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -2px;
	content: "";
	left: 50%;
	margin-bottom: 1px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* START USED FOR ASP NET - DISABLE JQUERY FUNCTIONALITY */
.popucar-menu-aspnet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3px 0;
    overflow: hidden;
}

.popucar-menu-aspnet a {
    border: 1px solid #e2e2e2;
    color: #333;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.popucar-menu-aspnet .box {
    border: 1px solid #e2e2e2;
    color: #333;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.popucar-menu-aspnet a + a {
    border-left: 0px;
}

.popucar-menu-aspnet a:hover,
.popucar-menu-aspnet a.active {
    background-color: #ffd000;
    border-color: #ffd000;
    color: #fff;
}

.popucar-menu-aspnet a.active::after {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -2px;
    content: "";
    left: 50%;
    margin-bottom: 1px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* END USED FOR ASP NET - DISABLE JQUERY FUNCTIONALITY */

.single-popular-car {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.p-car-thumbnails {
    display: table;
    margin: 0px auto;
    text-align: center;
    min-height: 230px;
    max-height: 230px;
}

.p-car-thumbnails-list {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.p-car-thumbnails img,
.p-car-thumbnails-list img {
    width: 100%;
    height: 100%;
    padding: 3px 3px 0px 3px;
    display: block;
}

.p-car-thumbnails a.car-hover,
.p-car-thumbnails-list a.car-hover {
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    width: 100%;
    height: 100%;
}

.p-car-thumbnails a.car-hover::after,
.p-car-thumbnails-list a.car-hover::after {
    background-color: #000;
    content: "";
    height: 99%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99%;
}

.p-car-thumbnails a.car-hover:hover:after,
.p-car-thumbnails-list a.car-hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
}

.p-car-thumbnails a.car-hover::before,
.p-car-thumbnails-list a.car-hover::before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 2;
}

.p-car-thumbnails a.car-hover:hover:before,
.p-car-thumbnails-list a.car-hover:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.p-car-content {
	padding: 25px 20px;
}

.single-popular-car h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-popular-car h3 a {
	color: #333;
}

.single-popular-car h3 span.price {
	color: #ffd000;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

.single-popular-car span.price {
    color: #ffd000;
    float: right;
    font-size: 14px;
    font-weight: 700;
}

.single-popular-car h5 {
	color: #828282;
	font-size: 11px;
	text-transform: uppercase;
	margin: 13px 0 15px;
}

.p-car-feature a {
	border: 1px solid #e2e2e2;
	color: #828282;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 2px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-car-feature .font-2x {
    font-size: 16px;
}

.p-car-feature .active {
    font-size: 18px;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    background-color: #ffd000;
    color: #000;
}

.p-car-feature.date a {
    background-color: #ffd000;
    color:#000;
}

.p-car-feature a:hover {
	background-color: #ffd000;
	color: #fff;
	border-color: #ffd000;
}


/* Popular Cars Css End */

/* Newest Cars Css Start */

.newcar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0;
	overflow: hidden;
}

.newcar-menu a {
	border: 1px solid #e2e2e2;
	color: #333;
	display: inline-block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-transform: uppercase;
}

.newcar-menu a + a {
	border-left: 0px;
}

.newcar-menu a:hover,
.newcar-menu a.active {
	background-color: #ffd000;
	border-color: #ffd000;
	color: #fff;
}

.newcar-menu a.active::after {
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -2px;
	content: "";
	left: 50%;
	margin-bottom: 1px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-new-car {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.single-new-car h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-new-car h3 a {
	color: #333;
}

.single-new-car h3 span.price {
	color: #ffd000;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

.single-new-car h5 {
	color: #828282;
	text-transform: uppercase;
	font-size: 11px;
	margin: 13px 0 15px;
}

.single-new-car .section-active {
    background-color: #f7f7f7;
}

.map-area iframe {
	border: medium none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 500px;
	width: 100%;
}

/* Newest Cars Css End */

/*== Choose Car Area CSS End ==*/

/*== Pricing Area CSS Start ==*/

#pricing-area {
	background-image: url(assets/img/pricing-bg.jpg);
	background-size: cover;
	background-position: center center;
}

.single-pricing-table {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	padding: 10px 0 0;
}

.single-pricing-table h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-pricing-table h2 {
	color: #ffc714;
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
}

.single-pricing-table h5 {
	color: #ccc;
	font-size: 12px;
}

.package-list {
	font-weight: 600;
	line-height: 3em;
	margin-top: 5px;
}

.package-list li {
	border-bottom: 1px solid #999;
	padding: 1px 1px 1px 1px;
}

.package-list li a {
    color:black;
}

.package-list li:first-child {
	border-top: 1px solid #999;
}

/*== Pricing Area CSS End ==*/

/*== Testimonial Area CSS Start ==*/

.single-testimonial {
	background-color: #1e2228;
	color: #fff;
	font-weight: 600;
	line-height: 2;
	position: relative;
	z-index: 1;
}

.single-testimonial::after {
	background-color: #1e2228;
	border-left: 4px solid #ffd000;
	content: "";
	height: 100%;
	left: -48px;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 80%;
	z-index: -1;
}

.client-logo {
    border: 4px solid #ffd000;
    height: 125px;
    left: -70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 125px;
    background-color: #fff;    
}

.client-logo img {
    max-height: 119px;
    max-width: 119px;
}



    .client-logo a.element-hover {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .client-logo a.element-hover::after {
            background-color: #000;
            content: "";
            height: 99%;
            left: 0px;
            opacity: 0;
            position: absolute;
            top: 0px;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 99%;
        }

        .client-logo a.element-hover:hover:after {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: .5;
        }

        .client-logo a.element-hover::before {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            bottom: 0;
            color: #fff;
            content: "\f00e";
            font-family: FontAwesome;
            font-size: 18px;
            height: 50px;
            left: 0;
            line-height: 50px;
            margin: auto;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -webkit-transform: scale(2);
            transform: scale(2);
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 50px;
            z-index: 2;
        }

        .client-logo a.element-hover:hover:before {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



.single-testimonial h3 {
	color: #ffd000;
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

.testimonial-content .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.testimonial-content .owl-dots div.owl-dot {
	border: 1px solid #ffd000;
	border-radius: 10px;
	display: inline-block;
	height: 5px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin: 0 5px;
	width: 40px;
}

.testimonial-content .owl-dots div.owl-dot.active {
	background-color: #ffd000;
}


/*== Testimonial Area CSS End ==*/

/*== Mobile Apps CSS Start ==*/

#mobile-app-area {
	padding: 120px 0;
	position: relative;
}

#mobile-app-area #wrapper_mobileapp-video-bg .YTPOverlay {
	background-color: rgba(0, 0, 0, 0.8);
}

#mobile-app-area::after {
	background-image: url("assets/img/mobile-app.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 90%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.mobile-app-content h2 {
	color: #ffd000;
	font-size: 70px;
}

.mobile-app-content {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.mobile-app-content p {
	margin: 5px 0 20px
}

.app-btns a {
	border: 2px solid #ffd000;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	margin-right: 40px;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.app-btns a i {
	font-size: 20px;
	margin-right: 5px;
}

.app-btns a:hover {
	background-color: #ffd000;
}

#mobileapp-video-bg {
	position: relative;
}

/*== Mobile Apps CSS End ==*/

/*== Article Area CSS Start ==*/

.single-article {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 10px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.col-lg-12:last-child .single-article {
	margin-bottom: 0;
}

.single-article .article-thumb {
	margin: -10px;
}

.single-article.middle .article-thumb {
	margin-right: -10px;
}

.article-thumb img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-article:hover .article-thumb img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.article-body {
	position: relative;
}

.article-body h3 a {
	font-size: 20px;
	color: #333;
}

.article-meta {
	margin: 15px 0 10px;
}

.article-meta a {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin-right: 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.article-meta a span {
	color: #ffd000;
}

.article-meta a:hover {
	color: #ffd000;
}

.article-date {
	background-color: #ffd000;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	height: 55px;
	margin-top: -27px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 55px;
}

.article-date .month {
	display: block;
}

.article-body p {
	color: #999;
	line-height: 1.8;
	text-transform: capitalize;
}

.readmore-btn {
	background-color: #222;
	color: #ffd000;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 25px;
	padding: 12px 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.readmore-btn i.fa {
	margin-left: 5px;
}

.readmore-btn:focus,
.readmore-btn:hover {
	background-color: #ffd000;
	color: #fff;
}

/*== Article Area CSS End ==*/

/*== Footer Area CSS Start ==*/

#footer-area a {
	color: #ffd000;
}

.footer-widget-area {
	background-color: #1e2228;
	padding: 60px 0;
}

.footer-widget-area h2,
.footer-widget-area {
	color: #fff;
}

.singlefooter-widget h2 {
	border-bottom: 1px dashed #ffd000;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}

.single-footer-widget h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.single-footer-widget p {
	font-size: 13px;
	line-height: 2;
}

.single-footer-widget img {
	margin-bottom: 20px;
}

.newsletter-area {
	margin-top: 20px;
}

.newsletter-area form {
	position: relative;
}

.newsletter-area input {
	background-color: transparent;
	border: 1px solid #ffd000;
	border-radius: 2px;
	color: #fff;
	height: 55px;
	padding: 10px;
	padding-right: 70px;
	width: 100%;
}

.newsletter-area .newsletter-btn {
	background-color: #ffd000;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	height: 100%;
	position: absolute;
	right: 1px;
	top: 0;
	width: 50px;
}

.recent-post li {
	background-color: #000;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
	padding: 20px;
	position: relative;
}

.recent-post li:last-child {
	margin-bottom: 0;
}

.recent-post li i {
	background-color: #fff;
	color: #000;
	float: right;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	padding-left: 2px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 35px;
}

.recent-post li:hover i {
	background-color: #ffd000;
}

.recent-post li {
	background-color: #000;
	font-weight: 600;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

.recent-post li:last-child {
	margin-bottom: 0;
}

.recent-post li i {
	background-color: #fff;
	color: #000;
	float: right;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-left: 2px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 30px;
}

.recent-post li:hover i {
	background-color: #ffd000;
}


.get-touch {
	color: #ffd000;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.5;
	margin-top: 20px;
}

.get-touch i.fa {
	margin-right: 5px;
}

.map-show {
	background-color: #ffd000;
	color: #000 !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
	padding: 10px 10px;
	text-transform: uppercase;
}

.footer-bottom-area {
	background-color: #000;
	color: #eaeaea;
	padding: 15px 0;
}

/*== Footer Area CSS End ==*/

/*== Preloader Area CSS Start ==*/

body.loader-active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}

.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
}

.preloader-spinner {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.loader-content {
	width: 150px;
}

/*== Preloader Area CSS End ==*/

/*
*
* ------------------------------------------------------------------
*
*  All Pages Css Start Here
*
* -------------------------------------------------------------------
*
**/

/*==========================
    Home Page Two Start
============================*/

/*== SlideShow CSS ==*/

html,
body,
#slideslow-bg,
#slideslow-bg div {
	height: 100%;
}

#slideslow-bg .vegas-timer {
	height: 1px !important;
}

.slideshowcontent {
	color: #fff;
	font-weight: 600;
	line-height: 2;
	margin-top: 30px;
}

.slideshowcontent h1 {
    color: #ffd000;
    margin-bottom: 15px;
}

.slideshowcontent a {
    color: #fff;
    text-decoration: underline;
    font-size: 80%;
}

#slideslow-bg div.book-ur-car,
#slideslow-bg div.book-ur-car * {
	height: auto;
}

.service-right .col-lg-12:last-child .single-service,
.service-content .col-lg-6:last-child .single-service,
.service-content .col-lg-12:last-child .single-service {
	margin-bottom: 0;
}

.book-ur-car input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.book-ur-car input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.book-ur-car input::placeholder {
	color: #fff;
	opacity: 1;
}

/*== SlideShow CSS ==*/

/*== Book Car CSS ==*/

.book-ur-car {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	margin: 70px auto auto;
	overflow: hidden;
	padding: 50px 20px;
	width: 90%;
}

.bookinput-item {
	border: 1px solid #fff;
	display: block;
	float: left;
	width: 19.2%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.bookinput-item:last-child {
	margin-right: 0;
}

.book-ur-car select,
.book-ur-car input,
.book-ur-car button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.book-ur-car select:focus,
.book-ur-car input:focus,
.book-ur-car button:focus {
	border-color: #fff;
	background-color: transparent;
}

.bookcar-btn input[type=submit] {
    padding: 7px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bookcar-btn input[type=submit]:hover {
    background-color: #ffd000;
    border-color: #ffd000;
}


.book-ur-car .input-group-append i.fa {
	font-size: 15px !important;
	line-height: 30px;
	color: #ffd000;
}

.book-ur-car select option {
	color: #000;
	font-weight: 400;
	background: #fff;
	text-transform: capitalize;
}

.book-ur-car select.custom-select {
	background-image: url("assets/img/caret-cion.png");
	background-position: right 12px center;
	background-size: 12px auto;
}

/*== Book Car CSS ==*/

/*== About Area CSS ==*/

.about-feature-area {
	margin-top: 30px;
}

.about-feature-item {
	line-height: 1.8;
	padding: 30px 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.about-feature-item h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 5px;
}

.about-feature-item h4 {
	font-size: 10px;
	font-weight: 600;
	margin: 6px 0 5px;
    color: #000;
}

.about-feature-item i.fa {
	color: #ffd000;
	font-size: 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.about-feature-item:hover,
.about-feature-item.active {
	background-color: #ffd000;
	color: #fff;
}

.about-feature-item:hover i.fa,
.about-feature-item.active i.fa {
	color: #fff;
}

.about-feature-item.active.blck {
	color: #000;
}

.about-feature-item.active.blck i.fa {
	color: #000;
}
/*== About Area CSS ==*/

/*== Car Choose Area CSS ==*/

.home2-car-filter a {
	border-top: 1px solid #ddd;
	color: #000;
	display: block;
	font-weight: 600;
	padding: 12px 10px 12px 25px;
	position: relative;
	text-transform: uppercase;
}

.home2-car-filter a:last-child {
	border-bottom: 1px solid #ddd;
}

.home2-car-filter a.active {
	color: #ffd000;
}

.home2-car-filter a::after {
	background-color: #ddd;
	content: "";
	height: 75%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
}

.home2-car-filter a.active::after {
	background-color: #ffd000;
}

/*== Car Choose Area CSS ==*/

/*== Team Area CSS ==*/

.team-tab-menu {
	background-color: #efefef;
	padding: 5px;
}

.team-tab-menu-dark {
    background-color: #000;      
}

.team-tab-image {
	background-color: #CCC;
	padding: 5px;
}

#help-desk-page-wrap .team-tab-menu ul,
#team-area .team-tab-menu ul {
	display: block;
	border: 0 none;
}

#help-desk-page-wrap .team-tab-menu li,
#team-area .team-tab-menu li {
	background-color: #fff;
	margin-bottom: 15px;
}

#help-desk-page-wrap .team-tab-menu li:last-child,
#team-area .team-tab-menu li:last-child {
	margin-bottom: 0;
}

#help-desk-page-wrap .team-tab-menu li a,
#team-area .team-tab-menu li a {
	border: medium none;
	border-radius: 0;
	position: relative;
}

#help-desk-page-wrap .team-tab-menu li a.active,
#team-area .team-tab-menu li a.active {
	background-color: #ffd000;
}

#help-desk-page-wrap .team-tab-menu li a.active .team-mem-icon img,
#team-area .team-tab-menu li a.active .team-mem-icon img {
	border-color: #555;
}

.team-mem-icon {
    height: 70px;
    width: 70px;    
    background-color: #fff;
    border: 2px solid #ffd000;
	border-radius: 50%;
}

.team-mem-icon img {
    /*border: 2px solid #ffd000;*/
	border-radius: 50%;
	height: 100%;
	width: 100%;
    min-height: 70px;
    min-width:70px;

    display: inline;
    vertical-align: top;
    float: none;
    overflow: hidden;
    white-space: nowrap;
}

.team-mem-icon li {
    list-style-type: none;
    display: inline;
}

.team-mem-icon,
.team-tab-menu li a h5 {
	display: table-cell;
	vertical-align: middle;
}

.team-tab-menu li a h5 {
	font-size: 14px;
	font-weight: 600;
	padding-left: 15px;
	text-transform: capitalize;
}

.team-tab-menu a {
    color:#000
}

.team-tab-menu a:active {
    color:#000
}

.team-tab-menu a:hover {
    color:#000
}

.team-member-pro-pic {
	background-color: #eeeeee;
}


.team-member-pro-pic {
	height: 429px;
	position: relative;
}

.team-member-pro-pic img {
	bottom: 0;
	left: 50%;
	height: 100%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.team-member-info {
	background-color: #eeeeee;
	padding: 50px 30px;
}

.team-member-info h4 {
	color: #ffd000;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.team-member-info h5 {
	font-size: 15px;
	font-weight: 400;
}

.quote-icon {
	color: #575555;
	display: block;
	font-size: 50px;
	margin: 9px 0;
}

.team-member-info p {
	color: #575555;
	margin-bottom: 25px;
}

.team-social-icon a {
	background-color: #ffd000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 40px;
}

.team-social-icon a:hover {
	background-color: #000;
}

/*== Team Area CSS ==*/

/*==========================
    Home Page Three Start
============================*/

/*== Slider Area CSS ==*/

.home-slider-item {
	background-position: center center;
	background-size: cover;
	padding: 100px 0 150px;
}

/*== Slider Area CSS ==*/

/*== Book Car CSS ==*/

#book-a-car {
	padding-top: 100px;
}

.booka-car-content {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}

.booka-car-content input,
.booka-car-content select {
	border: 1px solid #ffd000;
	width: 100%;
}

.booka-car-content input:focus,
.booka-car-content select:focus {
	border-color: #ffd000;
}

.booka-car-content .input-group-append {
	border: 1px solid #ffd000;
	border-radius: 2px;
}

.booka-car-content .bookcar-btn input[type=submit] {
    background-color: #fff;
    border: 1px solid #ffd000;
    border-radius: 2px;
    padding: 8px 0;
    width: 100%;
}

.booka-car-content .bookcar-btn input[type=submit]:hover {
    background-color: #ffd000;
}

.booka-car-content .bookcar-btn {
	border: medium none;
}

.booka-car-content .bookcar-btn:hover {
	border: medium none;
}

/*== Book Car CSS ==*/

/*== What Do Area CSS ==*/

.single-we-do,
.single-we-do-dark {
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-we-do h3 {
    color: #ffd000;
    font-size: 18px;
    text-transform: uppercase;
    text-align:center;
}

.single-we-do-dark h3 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.single-we-do:hover .we-do-content {
	bottom: 0;
}

.single-we-do-dark:hover .we-do-content {
    bottom: 0;
}

.we-do-content {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: -100%;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.we-do-content h3 {
	color: #ffd000;
	font-size: 22px;
}

.we-do-content p {
	margin: 15px 0 20px;
}

.we-do-content a {
	background-color: #ffd000;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 15px;
}

/*== What Do Area CSS ==*/

#service-area.section-padding {
	padding-bottom: 50px;
}

/*== What Choose CSS ==*/

.why-choose-area .nav {
	border: 0 none;
	display: inline;
}

.why-choose-area .nav-tabs li {
	background-color: #f7f7f7;
	margin-bottom: 10px;
}

.why-choose-area .nav-tabs li a {
	border: medium none;
	color: #22252c;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 12px 15px;
	position: relative;
}

.why-choose-area .nav-tabs li a:hover,
.why-choose-area .nav-tabs li a.active {
	background-color: #ffd000;
	border: 0 none;
	border-radius: 0;
	color: #fff;
}

.why-choose-area .nav-tabs li a.active::after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

.wchoose-content {
	background-color: #f7f7f7;
	padding: 50px 30px 20px;
}

.wchoose-content h4 {
	font-size: 20px;
	text-transform: uppercase;
}

.wchoose-content p {
	color: #555;
	font-size: 13px;
	margin: 40px 0;
}

.single-choose-item {
	margin-bottom: 10px;
}

.wchoose-content span {
	color: #222;
	font-size: 13px;
}

.choose-icon {
	color: #ccc;
	font-size: 35px;
}

.choose-icon,
.wchoose-content span {
	display: table-cell;
	vertical-align: middle;
}

.wchoose-content span {
	padding-left: 15px;
}

/*== What Choose CSS ==*/

/*== Our Cars CSS ==*/

.ourcar-tab-menu .nav {
	background-color: #ffd000;
	border: none;
	display: block;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}

.ourcar-tab-menu .nav li a {
	border: none;
	border-radius: 0;
	color: #22252c;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #22252c;
}

.ourcar-tab-menu .nav li:last-child a:hover,
.ourcar-tab-menu .nav li:last-child a {
	border-color: transparent;
}

.ourcar-tab-menu .nav li a:hover {
	border-color: #000;
}

.ourcar-tab-menu .nav li a.active {
	background-color: #000;
	color: #fff;
	border: none;
}

.ourcar-info h2 {
	background-color: #ffd000;
	color: #fff;
	font-size: 28px;
	padding: 8px 10px;
}

.ourcar-info h2 span {
	color: #22522c;
	font-size: 14px;
	text-transform: lowercase;
}

.our-table {
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
	max-width: 100%;
	width: 100%;
}

.our-table td {
	border: 1px solid #ddd;
	font-size: 13px;
	padding: 8px 20px;
	text-align: left;
}

.our-table td:first-child {
	font-weight: 600;
}

.ourcar-info a.bookbtn {
	background-color: #ffd000;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.ourcar-info a.bookbtn:hover {
	background-color: #222;
}

.ourcar-pic img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/*== Our Cars CSS ==*/

/*==========================
    Car Page Css Start
============================*/

/*== Page Title CSS ==*/

#page-title-area {
	background-image: url("assets/img/page-title.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 220px;
}

#page-title-area .section-title {
	margin-bottom: 0;
}

/*== Car List CSS ==*/

.single-car-wrap {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	color: #7f7f7f;
	line-height: 1.8;
	margin-bottom: 50px;
}

.single-car-wrap:last-child {
	margin-bottom: 0;
}

.car-thumb-1 {
	background-image: url(assets/img/car/car-1.jpg);
}

.car-thumb-2 {
	background-image: url(assets/img/car/car-2.jpg);
}

.car-thumb-3 {
	background-image: url(assets/img/car/car-3.jpg);
}

.car-thumb-4 {
	background-image: url(assets/img/car/car-4.jpg);
}

.car-list-thumb {
	background-size: cover;
	background-position: center center;
	height: 300px;
	max-height: 100%;
}

.car-list-thumb-noheight {
    background-size: cover;
    background-position: center center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #fab702;
    background-color:#efefef;
}

.car-list-thumb-noheight-field {
    background-size: cover;
    background-position: center center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-style: none;
}

.car-list-info {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
}

.car-list-info .comment{
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
}

.car-list-info h2 a {
	color: #22252c;
	font-size: 15px;
	font-weight: 600;
}

.car-list-info h5 {
	border-bottom: 1px solid #ddd;
	color: #ffd000;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 5px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.car-info-list, 
.car-info-list-ligth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.car-info-list li {
	border: 1px solid #ccc;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 3px;
	position: relative;
}

.car-info-list li::before {
	color: #000;
	content: "\f14a";
	font-family: FontAwesome;
	margin-right: 5px;
}

.car-info-list li + li {
	border-left: 0;
}

.car-info-list a {
    color: #000;
    text-decoration: none;
}

.car-info-list-ligth a {
    color: #ffd000;
    text-decoration: none;
}

.car-info-list-ligth li {
    border: 1px solid #ffd000;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 3px;
    position: relative;
}

.car-info-list-ligth li::before {
    color: #ffd000;
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 5px;
}

.car-info-list li.active {
    background-color: #ffd000;
}

.car-info-list-ligth li.active {
    background-color: #000;
}


.search-box-selected {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-selected::before {
    color: red;
    content: "\f1f8";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 12pt;
}

.search-box-selected a {
    color: #000;
    text-decoration: none;
}

.search-box-approved {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-approved::before {
    color: limegreen;
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-approved a {
    color: #000;
    text-decoration: none;
}

.search-box-noapproved {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-noapproved::before {
    color: red;
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-noapproved a {
    color: #000;
    text-decoration: none;
}

.search-box-wait {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-wait::before {
    color: cornflowerblue;
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-wait a {
    color: #000;
    text-decoration: none;
}

.search-box-like {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-like::before {
    color: red;
    content: "\f004";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-like a {
    color: #000;
    text-decoration: none;
}

.search-box-follow {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-follow::before {
    color: cornflowerblue;
    content: "\f06e";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-follow a {
    color: #000;
    text-decoration: none;
}

.search-box-inwanted {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-inwanted::before {
    content: "\f06b";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-inwanted a {
    color: #000;
    text-decoration: none;
}

.search-box-view {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-view::before {
    content: "\f1e5";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-view a {
    color: #000;
    text-decoration: none;
}

.search-box-search {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-search::before {
    content: "\f002";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-search a {
    color: #000;
    text-decoration: none;
}

.search-box-incoll {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-incoll::before {
    content: "\f1c0";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-incoll a {
    color: #000;
    text-decoration: none;
}

.search-box-insale {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-insale::before {
    content: "\f0d6";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-insale a {
    color: #000;
    text-decoration: none;
}

.search-box-inauction {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;    
}

.search-box-inauction::before {
    content: "\f0e3";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-inauction a {
    color: #000;
    text-decoration: none;
}

.search-box-details {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-details::before {
    content: "\f0ea";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-details a {
    color: #000;
    text-decoration: none;
}

.search-box-settings {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-settings::before {
    content: "\f085";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-settings a {
    color: #000;
    text-decoration: none;
}

.search-box-add {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-add::before {
    content: "\f067";
    font-family: FontAwesome;
    margin-right: 5px;
}

.search-box-add a {
    color: #000;
    text-decoration: none;
}

.search-box-minus {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-minus::before {
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 5px;
}

.search-box-minus a {
    color: #000;
    text-decoration: none;
}

.search-box-money {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-money::before {
    content: "\f0d6";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-money a {
    color: #000;
    text-decoration: none;
}

.search-box-lock {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-lock::before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 5px;            
}

.search-box-lock a {
    color: #000;
    text-decoration: none;
}

.search-box-help {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-help::before {
    content: "\f059";
    font-family: FontAwesome;
    margin-right: 5px;
}

.search-box-help a {
    color: #000;
    text-decoration: none;
}

.search-box-piechart {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-piechart::before {
    content: "\f200";
    font-family: FontAwesome;
    margin-right: 5px;
}

.search-box-piechart a {
    color: #000;
    text-decoration: none;
}

.search-box-population {
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}

.search-box-population::before {
    content: "\f1e9";
    font-family: FontAwesome;
    margin-right: 5px;
}

.search-box-population a {
    color: #000;
    text-decoration: none;
}



.breadcrumbs {
    font-size: 10px;
    font-weight: 600;
    padding-top: 0;
    text-align: left;
    background-color: #000;
    color: #fff;
}

.breadcrumbs i {
    font-size: 14px;
    font-weight: 600;
    color: #ffd000;
}

.breadcrumbs-container {
    padding-top: 0;
    background-color: #000;
}

.breadcrumbs::before {
    color: #ffd000;
    content: "\f101";
    font-family: FontAwesome;
    padding-top: 0;
    font-size: 14px;
    margin-left: 5px;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    padding-top: 0;
}


.rating {
    color: #ffd000;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 50px;
}

.rating i:hover {
    cursor: pointer;
}

.rating i.unmark:hover {
    color: #ffd000;
}

.rating i.unmark {
    color: #ddd;
}

.rating-details {
    color: #ffd000;
    font-size: 13px;
    position: relative;    
}

.rating-details i:hover {
    cursor: pointer;
}

.rating-details i.unmark:hover {
    color: #ffd000;
}

.rating-details i.unmark {
    color: #ddd;
}

.rent-btn {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 5px;
	padding: 8px 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.rent-btn:hover {
	background-color: #ffd000;
	color: #fff;
}

/*== Page Pagination CSS ==*/

.page-pagi {
	margin-top: 50px;
}

.page-pagi nav li a {
	border-color: #ffd000;
	color: #000;
	font-weight: 600;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.page-pagi-button {
    border-color: #ffd000;
    color: #000;
    font-size:12px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.page-pagi-button:hover {
    background-color: #ffd000;
    border-color: #ffd000;
    color: #fff;
}

.page-pagi nav ul li.active a {
	background-color: #ffd000 !important;
	border-color: #ffd000 !important;
}

.page-pagi nav li a:hover {
	background-color: #ffd000;
	border-color: #ffd000;
	color: #fff;
}

/*== Without Sidebar Car Page CSS Here ==*/

.car-list-info.without-bar {
	margin: 0;
	padding: 25px;
}

.car-list-info.without-bar .rating {
	right: 25px;
	top: 40px;
}

.car-list-content .col-lg-6 .single-car-wrap {
	margin-bottom: 30px;
}

.car-list-content .col-lg-6:last-child .single-car-wrap {
	margin-bottom: 0;
}

/*== Sidebar CSS Here ==*/

.single-sidebar {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	color: #575757;
	font-size: 15px;
	margin-bottom: 30px;
}

.single-sidebar .item-underline {
    border-bottom: 1px solid #efefef;
}

.single-sidebar h3 {
	background-color: #ffd000;
	color: #222;
	font-size: 14px;
	padding: 12px 5px;
	text-align: center;
	text-transform: uppercase;
}

.single-sidebar a {
    text-decoration: none;
    color: #000;
}

.single-sidebar:last-child {
	margin-bottom: 0;
}

.sidebar-body {
    line-height: 2;
    padding:  30px 0px;    
    font-size: 12px;
}

.sidebar-body h6 {
    font-size: 14px;
    font-weight:bold;
}

/*.sidebar-body i.fa {
    color: #ffd000;
    font-size: 16px;
    margin-right: 4px;
    text-align: center;
    width: 20px;        
}*/

.single-recent-tips {
	margin-bottom: 20px;
}

.single-recent-tips:last-child {
	margin-bottom: 0;
}

.recent-tip-thum,
.recent-tip-body {
	display: table-cell;
	vertical-align: middle;
}

.recent-tip-thum a img {
	border-radius: 50%;
	height: 85px;
	min-width: 85px;
}

.recent-tip-body {
	color: #555;
	font-size: 10px;
	font-weight: 600;
	padding-left: 15px;
}

.recent-tip-body a {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.recent-tip-body h4 {
	line-height: 1;
}

.recent-tip-body a:hover {
	color: #ffd000;
}

.recent-tip-body span {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}

.sidebar-body .social-icons a i {
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #000;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.sidebar-body .social-icons a i:hover {
	background-color: #ffd000;
	border-color: #ffd000;
	color: #fff;
}

/*==============================
    Car Details Page Css Start
================================*/

.car-details-content h2 {
	border-bottom: 1px solid #ffd000;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.car-details-content h2 span {
	float: right;
	font-size: 18px;
}

.car-details-info {
	color: #666;
	line-height: 2;
	padding-top: 30px;
}

.car-details-info h4 {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.technical-info {
	margin-top: 30px;
}

.tech-info-list li {
	float: left;
	position: relative;
	width: 33.333%;
}

.tech-info-list ul {
	line-height: 5;
	overflow: hidden;
}

.tech-info-list li::before {
	color: #fab702;
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 15px;
}

.car-preview-crousel .owl-dots {
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: -33px;
	padding: 5px;
	position: relative;
	text-align: center;
	z-index: 99;
}

.car-preview-crousel .owl-dots div {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}

.car-preview-crousel .owl-dots div.active {
	background-color: #ffd000;
}

.review-area {
	margin-top: 50px;
}

.review-area h3 {
	font-size: 17px;
	font-weight: 600;
}

.review-star {
	margin: 20px 0;
}

.review-star .rating {
	font-size: 20px;
	position: inherit;
}

.review-star-active {
	color: #ffd000;
}

.contact-form input,
.review-area input,
.contact-form textarea,
.review-area textarea {
	background-color: #fafafa;
	border: 1px solid #eaeaea;
	color: #000;
	padding: 8px 15px;
	resize: none;
	width: 100%;
}

.contact-form input:focus,
.review-area input:focus,
.contact-form textarea:focus,
.review-area textarea:focus {
	border-color: #ffd000;
}

.message-input,
.website-input,
.subject-input {
	margin-top: 30px;
}

.message-input textarea {
	padding: 15px;
}

.input-submit button {
	background-color: #ffd000;
	border: medium none;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	margin-top: 25px;
	padding: 8px 40px;
	text-transform: uppercase;
}

/*==============================
    Service Page Css Start
================================*/

.ser-thumb-bg-1 {
	background-image: url(assets/img/car/car-1.jpg);
}

.ser-thumb-bg-2 {
	background-image: url(assets/img/car/car-2.jpg);
}

.ser-thumb-bg-3 {
	background-image: url(assets/img/car/car-3.jpg);
}

.ser-thumb-bg-4 {
	background-image: url(assets/img/car/car-5.jpg);
}

.single-service-item {
	overflow: hidden;
}

.service-item-content,
.service-item-thumb {
	float: left;
	width: 50%;
}

.service-item-thumb {
	max-height: 100%;
	min-height: 450px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-service-item {
	overflow: hidden;
}

.service-item-content {
	color: #555;
	font-size: 13px;
	line-height: 2.2;
	padding: 111px 60px;
}

.service-item-content h3 {
	color: #ffd000;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}


/*==============================
    Article Details Page Css
================================*/

.blog-content p {
	margin-bottom: 30px;
}

.blog-content p:last-child {
	margin-bottom: 0;
}

.thme-blockquote {
	background-color: #111;
	color: #ffd000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.6px;
	padding: 30px;
}

.car-details-info.blog-content h3 {
	font-size: 23px;
	margin-bottom: 30px;
}

.contact-form .input-submit button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 25px;
}

.maparea {
	height: 550px;
}

.maparea iframe {
	border: medium none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 100%;
	width: 100%;
}

/*==============================
    About Page Css
================================*/

#our-facility {
	background-image: url(assets/img/slider-img/slider-img-1.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.single-our-facility h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}

.single-our-facility h3::after {
	background-color: #ffd000;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}

.single-our-facility ul {
	font-weight: 600;
	line-height: 3.5;
}

.single-our-facility ul li {
	position: relative;
}

.single-our-facility ul li::before {
	color: #ffd000;
	content: "\f046";
	font-family: fontawesome;
	margin-right: 15px;
}

/*==============================
    FAQ Page Css
================================*/

.single-faq-sub {
	margin-bottom: 70px;
}

.single-faq-sub:last-child {
	margin-bottom: 0;
}

.single-faq-sub h3 {
	font-size: 25px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.single-faq-sub-content .card {
	border: medium none;
	margin-bottom: 20px;
}

.single-faq-sub-content .card-header {
	background-color: #ffd000;
	border: medium none;
	border-radius: 0;
}

.single-faq-sub-content .card-header button {
	color: #000;
	cursor: pointer;
	font-weight: 600;
	line-height: 26px;
	padding: 0;
	position: relative;
	text-align: left;
	white-space: inherit;
	width: 100%;
}

.single-faq-sub-content .card-header button:hover {
	text-decoration: none;
}

.single-faq-sub-content .card-body {
	background-color: #eaeaea;
	color: #000;
	line-height: 1.9;
}

.single-faq-sub-content .card-header button i.fa {
	font-size: 21px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-faq-sub-content .card-header button[aria-expanded="true"] i.fa-angle-down {
	display: none;
}

.single-faq-sub-content .card-header button[aria-expanded="false"] i.fa-angle-up {
	display: none;
}

/*==============================
    Gallery Page Css
================================*/

#gallery-page-content .popucar-menu {
	margin-top: 0;
}

/*==============================
    Packages Page Css
================================*/

.pricing-details-content .single-pricing-table {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	color: #000;
	margin-bottom: 0px;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pricing-details-content .single-pricing-table:hover {
	background-color: #ffd000;
}

.pricing-details-content .single-pricing-table:hover h2 {
	color: #fff;
}

.pricing-details-content .single-pricing-table:hover h5 {
	color: #000;
}

.pricing-details-content .single-pricing-table h3 {
	color: #222;
}

.pricing-details-content .col-lg-6:last-child .single-pricing-table {
	margin-bottom: 0;
}

.package-list li:last-child {
	border-bottom: 0 none;
}

/*==============================
    Login Page Css
================================*/

.login-page-content {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	padding-bottom: 35px;
	text-align: center;
	border-radius: 3px;
}

.login-form {
	background-color: #ffd000;
	padding: 50px 20px 15px;
}

.login-form h3 {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.login-form input,
.login-form button {
	/*background-color: transparent;*/
	border: 1px solid #555;
	color: #000;
	margin: 10px 0;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.login-form input:focus {
	border-color: #fff;
}

.log-btn button {
	background-color: #fff;
	border-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-weight: 700;
}

.log-btn button:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.or {
	color: #000;
	display: block;
	font-weight: 600;
	margin: 20px 0;
	position: relative;
	text-transform: uppercase;
}

.or::after {
	background-color: #ccc;
	content: "";
	height: 1px;
	left: 35px;
	position: absolute;
	top: 10px;
	width: 120px;
}

.or::before {
	background-color: #ccc;
	content: "";
	height: 1px;
	right: 35px;
	position: absolute;
	top: 10px;
	width: 120px;
}

.login-with-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#344e86));
	background: linear-gradient(to bottom, #3b5998, #344e86);
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 10px;
}

.login-with-btn.facebook:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#344e86), to(#3b5998));
	background: linear-gradient(to bottom, #344e86, #3b5998);
}

.login-with-btn.google {
	background: -webkit-gradient(linear, left top, left bottom, from(#DC4A38), to(#Dd5b21));
	background: linear-gradient(to bottom, #DC4A38, #Dd5b21);
	margin-top: 15px;
}

.login-with-btn.google:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#Dd5b21), to(#DC4A38));
	background: linear-gradient(to bottom, #Dd5b21, #DC4A38);
}

.login-with-btn:hover {
	color: #fff;
}

.login-with-btn .fa {
	margin-right: 10px;
}

.create-ac {
	color: #555;
	margin: 15px 0 10px;
}

.create-ac a,
.login-menu a {
	color: #000;
	font-weight: 600;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	font-size: 13px;
}

.create-ac a:hover,
.login-menu a:hover {
	color: #fab702;
	text-decoration: underline;
}

/*==============================
    $404 ERROR Page Css
================================*/

#div_404_wrap {    
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
}

.page_style_404 {
    background-color: #000;
}

.number {
	display: table;
	margin: auto;
}

.four {
	color: #ffd000;
	font-size: 150px;
	font-weight: 400;
	line-height: 100%;
	font-family: 'Monoton', cursive;
}

.four,
.zero {
	display: table-cell;
	vertical-align: middle;
}

.zero > img {
	margin-left: 5px;
	margin-top: 5px;
	width: 115px;
}

.page-404-content h4 {
	color: #fff;
	font-size: 30px;
	margin: 8px 0 15px;
}

.page-404-content {
	font-size: 15px;
	font-weight: 600;
}

.btn-404-home {
	background-color: #ffd000;
	color: #000;
	display: inline-block;
	font-size: 13px;
	margin-top: 20px;
	padding: 12px 30px;
	text-transform: uppercase;
}

.btn-404-home:hover {
	color: #000;
}

.btn-404-home i.fa {
	margin-right: 5px;
}

#page-404-wrap.overlay::after {
	background-color: rgba(0, 0, 0, 0.9);
}


/*==============================
    Driver Page Css
================================*/

.single-driver-member {
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-driver-member::after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	top: 0;
	width: 100%;
}

.driver-mem-sicons {
	position: absolute;
	right: -10px;
	top: 20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
}

.driver-mem-sicons a i.fa {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 40px;
	margin-bottom: 15px;
}

.driver-mem-sicons a:hover i.fa-facebook {
	background-color: #5D82D1;
	border-color: #5D82D1;
}

.driver-mem-sicons a:hover i.fa-trash {
    background-color: red;
    border-color: red;
}

.driver-mem-sicons a:hover i.fa-twitter {
	background-color: #40BFF5;
	border-color: #40BFF5;
}

.driver-mem-sicons a:hover i.fa-upload {
    background-color: #b6ff00;
    border-color: #000000;
    color: #000000;
}

.driver-mem-sicons a:hover i.fa-dribbble {
	background-color: #F7659C;
	border-color: #F7659C;
}

.driver-mem-sicons a:hover i.fa-pinterest {
	background-color: #E13138;
	border-color: #E13138;
}

.driver-mem-sicons a:last-child {
	margin-bottom: 0;
}

    .driver-mem-info h4 {
    bottom: -10px;
    color: #fff;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}

.driver-mem-info h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.single-driver-member {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    color: #222;
}

.single-driver-member:hover:after {
	opacity: 0.8;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-driver-member:hover .driver-mem-sicons {
	right: 20px;
	opacity: 1;
	visibility: visible;
}

.single-driver-member:hover .driver-mem-info h4 {
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}



/*==============================
    30. Submit Button Class
================================*/


.form-button {
    border-color: #000000;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    background-color: #ffd000;
}

.form-button:focus {
    border-color: #fff;
}

.form-button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.form-button-offer {
    border-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    background-color: #00cc00;
    color: #000;
}

    .form-button-offer:focus {
        border-color: #fff;
    }

    .form-button-offer:hover {
        background-color: green;
        border-color: #000;
        color: #ddd;
    }

.form-button-floating {
    position: fixed;
    opacity: 80%;
    z-index: 4;
    top: 105px;
    right: 10%;
    height: 70px !important;
    width: 70px !important;
    font-size: 10pt;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 50%;
}

/*==============================
    Standard Form Controls
================================*/

.form-control-main {
    align-content: center;
    width: 90%;
    margin-left: 5%;
}

.form-control-sm {
    font-size: 11px;
}

.form-control-main h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-control-main input,
.form-control-main file,
.form-control-main textarea {
    border: 1px solid #555;
    color: #000;
    margin: 10px 0;
    padding: 5px 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    text-transform: uppercase
}

.form-control-main button {
    border: 1px solid #555;
    color: #000;
    margin: 10px 0;
    padding: 5px 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;    
}

.form-control-main input:focus {
    border-color: #ffd000;
}

.form-control-main file:focus {
    border-color: #ffd000;
}

.form-control-main textarea:focus {
    border-color: #ffd000;
}

.form-control-main button {
    background-color: #ffd000;
    border-color: #000000;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
}

.form-control-main button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*#region 
******************************************
  31. Custom CheckBox for ASP.Net DataGrid
******************************************
*/


/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #FFF;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*#endregion*/



/*#region 
******************************************
  32. Custom for ASP.Net TreeView
******************************************
*/

.aspnet-treeview-leaf {    
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #fab702;
    font-size: 7pt;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #efefef;
}



.aspnet-treeview-leaf a {
    color: black;
    text-decoration: none;
}

.aspnet-treeview-leaf-leaf {
    background-color: #cccccc;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    padding: 0 0 0 0;
}

.aspnet-treeview-leaf-root {
    width: 80%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #cccccc;
    padding: 0 0 0 0;
}

.aspnet-treeview-leaf-node {
    background-color: #cccccc;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    padding: 0 0 0 0;
}

.aspnet-treeview-leaf-rootnode {
    background-color: #cccccc;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    padding: 0 0 0 0;
}

.aspnet-treeview-leaf-hover {
    -webkit-transition: all 0.4s ease 0s;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    padding: 0 0 0 0;
    background-color: #fab702;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.60);
}

.treeView-selected .aspnet-treeview-leaf-leaf,
.treeView-selected .aspnet-treeview-leaf-rootnode,
.treeView-selected .aspnet-treeview-leaf-node,
.treeView-selected .aspnet-treeview-leaf-root {
    background-color: #fab702;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    padding: 0 0 0 0;
    font-weight: bold;
}

.btnqtyindicator-treeview-rigth-top {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.60);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: #000;
    padding: 0px 2px 2px 2px;
    cursor: pointer;
    border-radius: 25%;
    z-index: 3;
    border: none;
    font-size: x-small;
    background-color: #ffd000;    
    top: 10px;
    left: 20px;
    height: 18px;
    min-width: 18px;
    position:relative;
}

/*#endregion*/



/*#region 
******************************************
  33. Custom for Search Button
******************************************
*/
.search-area {
    width: 100%;
    padding-right: 0px;
}

    .search-area input[type=text] {
        /*background-color: transparent;
        
        padding-left: 20px;*/
        height: 32px;
        width: 80%;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        border-radius: 10%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top: 1px solid #ffd000;
        border-bottom: 1px solid #ffd000;
        border-left: 1px solid #ffd000;
        border-right: 1px solid #ffd000;
    }

        .search-area input[type=text]:focus {
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            border-color: #fff;
            background-color: #ffd000;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.60);
            outline: 0 none;
        }

    .search-area .search-btn {
        background-color: #000000;
        border: 0 none;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        height: 32px;      
        position: relative;
        top: -1px;
        left: -15px;
        width: 20%;
        border-radius: 20%;
    }

    .search-area .search-btn-top {
        position: fixed;
        top: 18px;
        left: 70%;
        z-index: 9999; 
        width: 36px;
        height: 35px;
        font-size: 23px;
        padding-top: 1px;
        padding-left: 7px;
        display: inline-block;
    }

    .search-btn i,
    .search-btn-top i {
        color: #ffd000;
        cursor: pointer;
    }
/*#endregion*/

/*#region 
******************************************
  34. Custom for Form Elements
******************************************
*/
.input-forms {
    color: #222;
    font-size: 12px;
    line-height: 33px;
    text-transform: uppercase;
}
/*#endregion*/

/*#region 
******************************************
  35. Custom for Mini Images Preview
******************************************
*/
.image-tip-thum {
    display: table-cell;
    vertical-align: middle;
}
.image-tip-thum img {
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
}
/*#endregion*/


/*#region 
******************************************
  36. Custom for Menu Collapse
******************************************
*/
.i-fa-menu-collapse {
    color: #000000;
    font-size: 16px;
    margin-right: 4px;
    text-align: center;
    width: 20px;
    float: left;
}

.i-fa-menu-collapse-right {
    color: #000000;
    font-size: 16px;
    margin-left: 4px;
    text-align: center;
    width: 20px;
    float: right;
}
/*#endregion*/



/*#region 
*****************************************************
  37. Custom for Image Functions (like, follow, etc)
*****************************************************
*/
.containerlike {
      
}

.containerlike img {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.60);
}

.containerlike .noshadow {
    box-shadow: none;
}

.noshadow {
    box-shadow: none;
}

    .containerlike .hot-poppup {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.60);
        position: absolute;
        top: 10%;
        left: 90%;
        background-color: red;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 3px 3px 3px;
        cursor: default;
        z-index: 3;
        border: none;
        border-radius: 25px 10px;        
    }

.containerlike .labeled_info {
    position: absolute;
    top: 40px;
    left: 0px;
    color: white;
    background-color: red;
}

.containerlike .labeled_active {
    position:absolute; 
    top:0px; 
    left:0px; 
    color:black; 
    background-color:greenyellow;
}

.containerlike .labeled_soon {
    position:absolute; 
    top:0px; 
    left:0px; 
    color:black; 
    background-color:yellow;
}

.containerlike .labeled_onprocces {
    position:absolute; 
    top:0px; 
    left:0px; 
    color:black; 
    background-color:#EFEFEF;
}

.containerlike .labeled_finisheddeleted {
    position:absolute; 
    top:0px; 
    left:0px; 
    color:black; 
    background-color:#EFEFEF;
}

.containerlike .labeled_onvacation {
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    background-color: red;
}

.containerlike .labeled_suspended {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: red;
}

.containerlike .labeled_expired {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background-color: yellow;
}

/* labeled main auction */
.containerlike .labeled_lotsqty {
    position: absolute;
    top: 40px;
    left: 0;
    color: #000;
    background-color: #ddd;
}

.labeled_active_bottom {
    color: black;
    background-color: greenyellow;
}

.labeled_soon_bottom {
    color: black;
    background-color: yellow;
}

.labeled_onprocces_bottom {
    color: black;
    background-color: #EFEFEF;
}

.labeled_finisheddeleted_bottom {
    color: black;
    background-color: #EFEFEF;
}



.containerlike .btnlike-rigth-bottom {
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 20px;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border: none;
    opacity: 0.7;
}

.containerlike .btnlike-rigth-bottom i {
    position: relative;
    z-index: -1;
}

    .containerlike .btnlike-rigth-bottom span[class^='ion'] {
        position: relative;
    }

    .containerlike .btnlike-rigth-bottom:before {
        content: '';
        background-color: aliceblue;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
    }

    .containerlike .btnlike-rigth-bottom:focus {
        outline: 0;
        color: #fff;
    }

        .containerlike .btnlike-rigth-bottom:focus:before {
            -webkit-animation: effect_dylan 1.5s ease-out;
            animation: effect_dylan 1.5s ease-out;
        }

        @-webkit-keyframes effect_dylan {
            50% {
                -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
                opacity: 0;
            }

            99% {
                -webkit-transform: scale(0.01, 0.01);
                transform: scale(0.01, 0.01);
                opacity: 0;
            }

            100% {
                -webkit-transform: scale(0.01, 0.01);
                transform: scale(0.01, 0.01);
                opacity: 1;
            }
        }

        @keyframes effect_dylan {
            50% {
                -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
                opacity: 0;
            }

            99% {
                -webkit-transform: scale(0.01, 0.01);
                transform: scale(0.01, 0.01);
                opacity: 0;
            }

            100% {
                -webkit-transform: scale(0.01, 0.01);
                transform: scale(0.01, 0.01);
                opacity: 1;
            }
        }





.containerlike .btnlike-rigth-top {
    position: absolute;
    top: -2%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 20px;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
    height: auto;
    width: auto;
    border:none;
}


.containerlike .btnlike:hover {
    background-color: red;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.containerlike .unset {
    color: #ffd000;
}

.containerlike .approved {
    color: greenyellow;
}

.containerlike .notapproved {
    color: red;
}

.containerlike .btnlike-rigth-top:hover {
    background-color: red;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*#endregion*/

.form-input-entry {

}

.form-input-entry input {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    padding: 3px;


    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #ffd000;
    border-bottom: 1px solid #ffd000;
    border-left: 1px solid #ffd000;
    border-right: 1px solid #ffd000;
    background-color: #EFEFEF;
}
.form-input-entry input:focus {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-color: #fff;
    background-color: #ffd000;   
    outline: 0 none;
}

.sn-facebook {
    width: 30px;
    height: 30px;
    background: url('images/SYSTEM/NETWORKS/FB-OUT.gif') no-repeat;
    display: inline-block;
}

.sn-facebook:hover {
    background: url('images/SYSTEM/NETWORKS/FB-OVER.gif') no-repeat;
    
}

.card {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
    top: 0;
    left: 0;
}

.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    
    
}

.card:hover .img-top {
    display: inline;
}

/*PARA LOS GRID VIEW BORDE REDONDEADO ... */
.table-gridview {
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #fff;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #efefef;
    font-size: 8pt;
}

.table-gridview a {
   color: #fff;   
}

.table-gridview th {
    background-color: #506165;
    color: White;
    text-align: center;
    text-transform: uppercase;
    font-size: 9pt;   
}

.table-gridview td {
    color: black;
    text-transform: uppercase;
    font-size: 8pt;
    border-style: solid;
    border-color: #fff;
}

.table-gridview .btn-sm {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 6pt;
    height:20px;
    width:20px;
}

.table-gridview .btn-smx2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 6pt;
    height:20px;
    width:40px;
}

.table-gridview-pager a {
    text-align:center;
    padding: 5px 5px 5px 5px;
    color: #000;
    font-size: 14pt;
}

.table-gridview-pager span {
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #000;
    font-size: 14pt;
    font-weight:bold;
}



/*
 * Component: Button / ESTO ES LO QUE PERMITE QUE EL CHECKBOX SE VEA DECENTE EL toggle
 * -----------------
 */
    .btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

    .btn.uppercase {
        text-transform: uppercase;
    }

    .btn.btn-flat {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn:focus {
        outline: none;
    }


.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.loading-image-ajax {
    width:50%;
    height:auto;
    max-height:95px;
    max-width:95px;
}

/*FOR SEARCH SELECTED FILTERS DELETE*/
.search-selected-item {    
    width:95%;    
    margin: 5px 0;
    text-align: left;
    position:relative;
}

.search-selected-item li {
    border: 1px solid #ccc;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 3px;
}

.search-selected-item a {
    color: #000000;
    text-decoration: none;
    padding: 3px;   
    font-size: 10px;
} 

.search-selected-item i {
    color: red;
    text-decoration: none;
    padding-left: 3px;
    font-size:15px;
    position:relative;
    text-align:right;
}

.search-selected-item a:hover {
    color: #000;
    text-decoration: none;
    padding: 3px;
}



/*WRAPPER FOR FIELDS LIKE GMAIL*/
.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .field-wrapper input {
        border: 1px solid #DADCE0;
        padding: 15px;
        border-radius: 4px;
        width: 100%;
    }

    .field-wrapper .field-placeholder, .field-wrapper .field-placeholder-dark {
        font-size: 12px;
        position: absolute;
        /*background: #fff; */
        bottom: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80868b;
        left: 8px;
        padding: 0px 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        z-index: 1;
        text-align: left;
        width: 100%;
        -webkit-transform: scale(1) translateY(-5px) translateX(5px);
        transform: scale(1) translateY(-5px) translateX(5px);
    }

    .field-wrapper .field-placeholder span {
        background: none;
        color: #000;
        font-weight: bold;
        padding: 0px 8px;
    }

    .field-wrapper .field-placeholder-dark span {
        background:none; 
        color:#000000; 
        font-weight:bold;
        padding: 0px 8px;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1A73E8;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder-dark {
        color: #1A73E8;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(1) translateY(-10px) translateX(10px);
        transform: scale(1) translateY(-10px) translateX(10px);
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder-dark,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder-dark {
        -webkit-transform: scale(1) translateY(-10px) translateX(10px);
        transform: scale(1) translateY(-10px) translateX(10px);
    }


/*FORMAT FOR AUCTION SALE SECTION IN LIST*/
/*AUCTIONS*/
.table-auction-list {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #efefef;
    font-size: 8pt;
}

.table-auction-list .item {
    border-bottom: 1px solid #ffffff;
}

.table-auction-list .head {
    border-bottom: solid #ffffff;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.table-auction-list .head i {
    color: #ffd000;
    text-decoration: none;
    padding-left: 3px;
    font-size: 18px;
    position: relative;
    text-align: right;
}

/*SALES*/
.table-direct-list {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #ffd000;
    font-size: 8pt;
    color:#000;
}

.table-direct-list .item {
    border-bottom: 1px solid #ffffff;
}

.table-direct-list .head {
    border-bottom: solid #ffffff;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.table-direct-list .head i {
    color: #ffd000;
    text-decoration: none;
    padding-left: 3px;
    font-size: 18px;
    position: relative;
    text-align: right;
}

/* DICTIONARY FOR LIST */
.table-dictionary-list {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #000;
    font-size: 8pt;
    color: #fff;
}

.table-dictionary-list .item {
    border-bottom: 1px solid #ffd000;
    font-size: 10px;
}

.table-dictionary-list .icon {
    font-size: 14px;
}

.table-dictionary-list .approved {
    color: greenyellow;
}

.table-dictionary-list .notapproved {
    color: red;
}

.table-dictionary-list .unset {
    color: #ffd000;
}

.table-dictionary-list .head {
    border-bottom: solid #ffd000;
    background-color: #efefef;
    color: #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.table-dictionary-list .head i {
    color: #ffd000;
    text-decoration: none;
    padding-left: 3px;
    font-size: 18px;
    position: relative;
    text-align: right;
}

/* ITEMS FOR LIST */
.table-items-list {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ffd000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    background-color: #ffd000;
    font-size: 8pt;
    color: #000;
}

.table-items-list .item {
    border-bottom: 1px solid #000;
    font-size: 10px;
}

.table-items-list .icon {
    font-size: 14px;
}

.table-items-list .approved {
    color: green;
}

.table-items-list .notapproved {
    color: red;
}

.table-items-list .unset {
    color: #000;
}

.table-items-list .head {
    border-bottom: solid #000;
    background-color: #efefef;
    color: #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.table-items-list .head i {
    color: #000;
    text-decoration: none;
    padding-left: 3px;
    font-size: 18px;
    position: relative;
    text-align: right;
}




.table-follow-list {
    width: 98%;
    margin-left: 1%;
    padding: 0px 0px 0px 0px;
    border-bottom: solid #ffffff;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.table-follow-list.share {
    border-bottom: solid #ffd000;
    background-color: #ffd000;
    color: #000;
}

.table-follow-list.share i {
    color: #000;
}

.table-follow-list.dictionary {
    border-bottom: solid #000;
    background-color: #000;
    color: #000;
}

.table-follow-list.dictionary i {
    color: #ffd000;
}

.table-follow-list.dictionary span {
    color: #ffd000;
}

.table-follow-list.sale {
    border-bottom: solid #ffffff;
    background-color: #000;
    color: #fff;
}

.table-follow-list.auction {
    border-bottom: solid #000;
    background-color: #efefef;
    color: #000;
}

.table-follow-list i {
    color: #ffd000;
    text-decoration: none;
    font-size: 10px;
}

.table-follow-list-auction {
    width: 98%;
    margin-left: 1%;
    padding: 0px 0px 0px 0px;
    border-bottom: solid #000;
    background-color: #ffd000;
    color: #000;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.table-follow-list-auction i {
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

/* USED FOR LIST VIEW TYPE BUTTONS*/
.search-list-type-button {
    color: #ffd000;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0 0 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    vertical-align:top;
    text-align:center;
}

.search-list-type-button .active {
    color: #000;
    font-size: 30px;
}

.search-list-type-button:hover{
    color: #000;
}

.search-list-item.price p{
    color: #ffd000;
    text-align: right;
    font-size: 11px;
    font-weight: 700;
}

/* TAB CUSTOMIZATION FOR BOOTSTRAP TAB*/
.nav-customization a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.tab-content-customization {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* ITEM NAME DISPLAYED IN THE FRONT LIST*/
.item-name-grid {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:4px;
}

/* CLASS FOR 404 PAGE DETAILS*/
.content-404 {
    color: #fff;
    text-align:center;
}

.content-404 h1 {
    color: #fff;
    text-align: center;
}

.content-404 h5 {
    color: #fff;
    text-align: center;
}

/* CLASS FOR FORM BORDER*/
.form-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-color: #efefef;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10px;
}

/* CLASS FOR FORM BORDER*/
.form-container .grey {
    background-color: #efefef;
}

/* CLASS FOR FORM INFORMATION DISPLAY*/
/* FORM INFO INDICATOR*/
.form-info-indicator {    
    font-weight: bold;
    font-size: 11px;
}
.form-info-indicator-medium {
    font-weight: bold;
    font-size: 9px;
}
.form-info-indicator-mini {
    font-weight: bold;
    font-size: 8px;
}
.form-info-indicator-title {
    font-weight: bold;
    font-size: 14px;
}

.form-info-indicator-responsive { font-weight: bold; font-size: 12px !important; }
@media screen and (max-width: 576px) { .form-info-indicator-responsive { font-size: 10px !important; }}
@media screen and (min-width: 576px) and (max-width:768px) { .form-info-indicator-responsive { font-size: 12px !important; }}
@media screen and (min-width: 768px) and (max-width:992px) { .form-info-indicator-responsive { font-size: 14px !important; }}
@media screen and (min-width: 992px) { .form-info-indicator-responsive { font-size: 14px !important; }}

.form-info-indicator-medium-responsive { font-weight: bold; font-size: 10px !important; }
@media screen and (max-width: 576px) { .form-info-indicator-medium-responsive { font-size: 9px !important; }}
@media screen and (min-width: 576px) and (max-width:768px) { .form-info-indicator-medium-responsive { font-size: 9px !important; }}
@media screen and (min-width: 768px) and (max-width:992px) { .form-info-indicator-medium-responsive { font-size: 12px !important; }}
@media screen and (min-width: 992px) { .form-info-indicator-medium-responsive { font-size: 12px !important; }}

.form-info-indicator-mini-responsive { font-weight: bold; font-size: 8px !important; }
@media screen and (max-width: 576px) { .form-info-indicator-mini-responsive { font-size: 8px !important; }}
@media screen and (min-width: 576px) and (max-width:768px) { .form-info-indicator-mini-responsive { font-size: 8px !important; }}
@media screen and (min-width: 768px) and (max-width:992px) { .form-info-indicator-mini-responsive { font-size: 10px !important; }}
@media screen and (min-width: 992px) { .form-info-indicator-mini-responsive { font-size: 10px !important; }}

.form-info-indicator-title-responsive { font-weight: bold; font-size: 14px !important; }
@media screen and (max-width: 576px) { .form-info-indicator-title-responsive { font-size: 12px !important; }}
@media screen and (min-width: 576px) and (max-width:768px) { .form-info-indicator-title-responsive { font-size: 10px !important; }}
@media screen and (min-width: 768px) and (max-width:992px) { .form-info-indicator-title-responsive { font-size: 16px !important; }}
@media screen and (min-width: 992px) { .form-info-indicator-title-responsive { font-size: 16px !important; }}

.form-info-indicator i {
    color: #000;
    font-size: 13px;
    margin-right: 2px;
}

.form-info-indicator-medium i {
    color: #000;
    font-size: 11px;
    margin-right: 1px;
}

.form-info-indicator-mini i {
    color: #000;
    font-size: 9px;
    margin-right: 1px;
}

.form-info-indicator-title i {
    color: #000;
    font-size: 14px;
    margin-right: 1px;
}

.form-info-indicator-responsive i {
    color: #000;
    font-size: 14px;
    margin-right: 1px;
}

.form-info-indicator-medium-responsive i {
    color: #000;
    font-size: 11px;
    margin-right: 1px;
}

.form-info-indicator-mini-responsive i {
    color: #000;
    font-size: 9px;
    margin-right: 1px;
}

.form-info-indicator-title-responsive i {
    color: #000;
    font-size: 14px;
    margin-right: 1px;
}

.form-info-value {
    font-size: 11px;
}

.form-info-value-medium {
    font-size: 9px;
}

.form-info-value-mini {
    font-size: 8px;
}

.form-info-value-title {
    font-size: 14px;
}

.form-info-value i {
    color: #ffd000;
    font-size: 13px;
    margin-right: 2px;
}

.form-info-value-medium i {
    color: #ffd000;
    font-size: 11px;
    margin-right: 1px;
}

.form-info-value-mini i {
    color: #ffd000;
    font-size: 9px;
    margin-right: 1px;
}

.form-info-value-title i {
    color: #ffd000;
    font-size: 14px;
    margin-right: 1px;
}

/* CLASS FOR UPDATE PROGRESS POPUP*/
.update-progress-modal {
    position: fixed;
    z-index: 9999999999;
    height: 100%;
    width: 106%;
    left: -3%;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
}

.update-progress-center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 180px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
}

.update-progress-center img {
    height: 130px;
    width: 130px;
}

.img-bckgrnd-loading {
    background: transparent url('../../../IMAGES/YBX/loading_spinner.gif') center no-repeat;    
    background-size: 50px 50px;
    background-color: white;
}

.alert-font {
    font-size: 12px;
}

.alert-font-2x {
    font-size: 16px;
}

.list-hide-vbar {
    overflow: hidden !important;
}










/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 60px; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #FFF;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }   
}

.custom-file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;    
}

.custom-file-input + label {    
    font-weight: 700;
    color: #000;
    background-color: #ffd000;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    border: 2px solid #000;
}

.custom-file-input:focus + label,
.custom-file-input + label:hover {
    background-color: #000;
    color: #FFF;
}

.custom-file-input + label {
	cursor: pointer; /* "hand" cursor */
}

.custom-file-input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

.main-title {
	border-color:#ffd000; 
    background-color:#ffd000; 
    font-size:12px; 
    font-weight:bold;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main-title h2 {
	font-size:16px; 
}


.toggle.small, .toggle-on.small, .toggle-off.small {
font-size:8px;
border-radius:20px;
}

.toast.dark {
    background-color: #000;
    color: #fff
}

.toast-header.dark {
    background-color: #000;
    color: #fff
}

.toast-body-container {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
}




.btn-xs .toggle-on {
    font-size: 10px;
}

.btn-xs .toggle-off {
    font-size: 10px;
}

.master-bckgrnd {
    background-color: #ffd000;
}





/* SPECIAL FOR NS HOME */
/* CPG 2022 12 09 */

.custom-section-reset-link a {
    color: #000;
    text-decoration: none;
}

.custom-section-front-item {
    background-color: #ffd000;
}

.custom-section-front-auction {
    background-color: #ccc;
}

.custom-section-front-sales {
    background-color: #555;
}




.home-special-ns .nav-tabs {
    border-bottom: 3px solid #5f2029;
}

    .home-special-ns .nav-tabs li a {
        background-color: #f3f3f3 !important;
        border: medium none;
        border-radius: 0 !important;
        color: #1e2228 !important;        
        font-weight: 700;
        letter-spacing: 1.3px;
        margin-right: 3px;
        padding: 12px 20px;
        text-transform: uppercase;
        text-align: center;
    }

        .home-special-ns .nav-tabs li a.active-aucitm {
            background-color: #ffd000 !important;
            background-color: #ffd000 !important;
            color: #000 !important;
        }

        .home-special-ns .nav-tabs li a.active-auction {
            background-color: #ccc !important;
            background-color: #ccc !important;
            color: #000 !important;
        }

        .home-special-ns .nav-tabs li a.active-sale {
            background-color: #555 !important;
            background-color: #555 !important;
            color: #fff !important;
        }


.form-button-ns-aucitm {
    border-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    background-color: #ffd000;
    color: #000;
}

    .form-button-ns-aucitm:focus {
        background-color: #000;
        border-color: #ffd000;
        color: #fff;
    }

    .form-button-ns-aucitm:hover {
        background-color: #000;
        border-color: #ffd000;
        color: #000;
    }

.form-button-ns-auction {
    border-color: #efefef;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    background-color: #ccc;
    color: #000;
}

    .form-button-ns-auction:focus {
        background-color: #000;
        border-color: #ccc;
        color: #fff;
    }

    .form-button-ns-auction:hover {
        background-color: #000;
        border-color: #ccc;
        color: #fff;
    }


.form-button-ns-sales {
    border-color: #efefef;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    background-color: #555;
    color: #fff;
}

    .form-button-ns-sales:focus {
        background-color: #000;
        border-color: #efefef;
        color: #fff;
    }

    .form-button-ns-sales:hover {
        background-color: #000;
        border-color: #efefef;
        color: #fff;
    }


.item-name-grid-ns-aucitm {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 4px;
}

    .item-name-grid-ns-aucitm:hover {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 4px;
    }

.item-name-grid-ns-auction {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 4px;
}

    .item-name-grid-ns-auction:hover {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 4px;
    }

.item-name-grid-ns-sale {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 4px;
}

    .item-name-grid-ns-sale:hover {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 4px;
    }


.item-price-grid-ns-aucitm {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.item-price-grid-ns-sales {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.item-clock-grid-ns-aucitm {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}



.containerlike .labeled_info_main_auction_ns {
    position: absolute;
    top: 40px;
    left: 0px;
    color: white;
    background-color: #131E30;
}


.footer-bottom-area {
    color: #eaeaea;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 1);
    background-image: url('../../../IMAGES/MISC/footer-img.png');
    background-size: 100% 100%;
}


.font-color-lookandfeel {
    color: #5f2029;
}

.top-i-color-lookandfeel {
    color: #ffd000 !important;
}

.i-color-lookandfeel {
    color: #fff !important;
}

.i-color-lookandfeel-dark {
    color: #000 !important;
}



/* The sidepanel menu */
.sidepanel {
    height: 100%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0px;
    left: 0;
    color: white; /* White*/
    background-color: #ffd000; /* White*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}


    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffd000;
    color: black;
    padding: 5px 5px;
    border: none;
    width: 100%;
}

    .openbtn:hover {
        background-color: #000;
        color: #fff;
    }




.tab-pane {
    background-color: #FFF !important;
}





.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
    height: 45px;
    width: 45px;
    border: none;
    opacity: 0.7;
}

    .owl-prev:after {
        content: '\f04a';
        font-family: FontAwesome;
        font-size: 30px;
        color: white;
        vertical-align: top;
        font-weight: normal;
    }


.owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
    height: 45px;
    width: 45px;
    border: none;
    opacity: 0.7;
}

    .owl-next:after {
        content: '\f04e';
        font-family: FontAwesome;
        font-size: 30px;
        color: white;
        vertical-align: top;
        font-weight: normal;
    }






.ns {
    background-color: #efefef;
    color: #000 !important;
}

.go-auction-button {
    background-color: #ffd000 !important;
    color: #000 !important;
    font-size: 14px;
}

    .go-auction-button a {
        color: #000 !important;
        font-size: 14px;
    }

    .go-auction-button i {
        color: #000 !important;
        font-size: 14px;
    }

.go-auction-button-secondary {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 14px;
}

    .go-auction-button-secondary a {
        color: #fff !important;
        font-size: 14px;
    }

    .go-auction-button-secondary i {
        color: #fff !important;
        font-size: 14px;
    }





.MagicZoom img {
    max-height: 210px !important;
    max-width: 210px !important;
}







.menu-ns-buttontop 
{
    background-color: #ffd000;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 10px;
}

    .menu-ns-buttontop a:hover 
    {
        color: #000 !important;
    }


.btn_item_upload_icon 
{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #000;
    display: block;
    font-size: 18px;
    height: 30px;
    text-align: center;
    width: 30px;
    padding-top: 0px;
    background-color: greenyellow;
}

.btn_item_clean_icon 
{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    text-align: center;
    width: 30px;
    padding-top: 0px;
    background-color: red;
}

.footer-bottom-floating-area 
{
    background-color: #ffd000;
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    text-align: center;
    font-size: 18pt;
}

    .footer-bottom-floating-area i 
    {
        color: #000 !important;
        font-size: 18pt;
    }






progress[value]::-webkit-progress-value 
{
    background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0,0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)), -webkit-linear-gradient(left, #ffd000, #000);
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}


progress 
{
    border-radius: 7px;
    width: 100%;
    height: 22px;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}




/* CPG 2025 02 03 */
/* RESET CSS USED FOR NEWS IMPLEMENTATION */
.header-news {
    background-color: #000 !important;
    top: 0px !important;
}

.header-news-label {
    background-color: #000 !important;
    color: greenyellow !important;
    padding: 5px !important;
    padding-top: 0px !important;
    position: unset !important;
    margin-right:0px !important;
}

.header-news-label-secondary {
    background-color: #ccc !important;
    color: #000 !important;
    padding: 5px !important;
    padding-top: 8px !important;
    position: unset !important;
    margin-right: 0px !important;
}

.header-news-main-box {
    height: 30px !important;
    margin-top: 0px !important;
    border: none !important;
    background-color: #ffd000 !important;
    color: #000;
}

    .header-news-main-box a {
        color: green !important;
        text-decoration: underline !important;
    }

    .header-news-main-box i {
        color: green;
    }

.header-news-slider-box {
    padding-top: 6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}




.file-mem-sicons {
}

    .file-mem-sicons a i.fa {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 40px;
        margin-bottom: 15px;
    }

    .file-mem-sicons a:hover i.fa-trash {
        background-color: red;
        border-color: red;
    }

    .file-mem-sicons a:hover i.fa-upload {
        background-color: #b6ff00;
        border-color: #000000;
        color: #000000;
    }


@media only screen and (min-width: 992px) {
    #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #sortable li {
            margin: 3px 3px 3px 0;
            float: left;
            width: 175px;
            height: 175px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #sortable li {
            margin: 3px 3px 3px 0;
            float: left;
            width: 200px;
            height: 200px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
}

@media (max-width: 767px) {
    #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #sortable li {
            margin: 3px 3px 3px 0;
            float: left;
            width: 80px;
            height: 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
}

#cnt_subsection_upd_master {
    background-color: #fff !important;
}

.autocomplete-search-bar {
    color: #fff !important;
    border-color: #ffd000 !important;
    background-color: #ffd000 !important;
}

.autocomplete-search-button.btn.btn-search {
    background-color: #ffd000 !important;
}

.autocomplete-items div {
    border-radius: 0px 8px 8px 0px;
}

/* Home special ns */
.custom-section-reset-link a {
    color: #000;
    text-decoration: none;
}

.custom-section-front-item {
    background-color: #ffd000;
}

.custom-section-front-auction {
    background-color: rgba(100, 115, 134, 1.0);
}

.custom-section-front-sales {
    background-color: rgba(0,0,0,0.6);
}

.item-name-grid-ns-aucitm {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 4px;
    padding: 5px;
}

    .item-name-grid-ns-aucitm:hover {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 4px;
        padding: 5px;
    }

.item-name-grid-ns-auction {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 4px;
    padding: 5px;
}

    .item-name-grid-ns-auction:hover {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 4px;
        padding: 5px;
    }

.item-name-grid-ns-sale {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 4px;
    padding: 5px;
}

    .item-name-grid-ns-sale:hover {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 4px;
        padding: 5px;
    }

.item-price-grid-ns-aucitm {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}

.item-price-grid-ns-sales {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}

.item-clock-grid-ns-aucitm {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .item-clock-grid-ns-aucitm i {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

.section-ns-bg-dark {
    background-color: #ffd000 !important;
}

.filter-box-selector a {
    display: inline-block;
    margin: 2px 0;
    padding: 3px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #ffd000;
    background: #efefef;
    color: #000;
    white-space: nowrap;
}

.filter-box-selector i {
    color: #000;
}

.filter-box-selector a.active {
    border-color: #ffd000;
    background: #ffd000;
    color: #fff;
}

    .filter-box-selector a.active i {
        color: #fff;
    }

.panel {
    background-color: #131E30 !important;
}

.panel a {
    color: #fff !important;
    display: inline-block !important;
    padding: 3px 3px !important;    
}

    .panel a.active {
        border-color: #ffd000 !important;
        background: #ffd000 !important;
        color: #fff !important;
    }

    .panel a:hover {
        background: #ffd000 !important;
        color: #fff !important;
    }

.panel .filter-box-selector a {
    color: #000 !important;
}

    .panel .filter-box-selector a.active {
        color: #fff !important;
    }

.panel .p-car-feature a {
    color: #fff !important;
}

.page-link {
    color: #000;
    background-color: #efefef;
    border: 1px solid #ffd000;
}

    .page-link:hover {
        color: #000;
        background-color: #efefef;
        border: 1px solid #ffd000;
    }

.comment-box-success {
    border-left: 5px solid green !important;
    border-radius: 8px !important;
}

.comment-box-warning {
    border-left: 5px solid yellow !important;
    border-radius: 8px !important;
}

.comment-box-danger {
    border-left: 5px solid red !important;
    border-radius: 8px !important;
}

.comment-box-info {
    border-left: 5px solid blue !important;
    border-radius: 8px !important;
}
