/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");



/*===============================FONTS==================================*/
/*font-family: 'Assistant', sans-serif;*/




@font-face {
    font-family: 'Almoni Tzar ML v5 AAA';
    src: url('fonts/AlmoniTzarMLv5AAA-Regular.eot');
    src: url('fonts/AlmoniTzarMLv5AAA-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlmoniTzarMLv5AAA-Regular.woff2') format('woff2'),
        url('fonts/AlmoniTzarMLv5AAA-Regular.woff') format('woff'),
        url('fonts/AlmoniTzarMLv5AAA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'almonitzaraaabold';
    src: url('fonts/almonitzaraaabold.eot');
    src: url('fonts/almonitzaraaabold.eot') format('embedded-opentype'),
         url('fonts/almonitzaraaabold.woff2') format('woff2'),
         url('fonts/almonitzaraaabold.woff') format('woff'),
         url('fonts/almonitzaraaabold.ttf') format('truetype'),
         url('fonts/almonitzaraaabold.svg#almonitzaraaabold') format('svg');
}



@font-face {
    font-family: 'almonitzaraaaregular';
    src: url('fonts/almonitzaraaaregular.eot');
    src: url('fonts/almonitzaraaaregular.eot') format('embedded-opentype'),
         url('fonts/almonitzaraaaregular.woff2') format('woff2'),
         url('fonts/almonitzaraaaregular.woff') format('woff'),
         url('fonts/almonitzaraaaregular.ttf') format('truetype'),
         url('fonts/almonitzaraaaregular.svg#almonitzaraaaregular') format('svg');
}







/*===============================FONTS==================================*/





/*==============================BODY PART==================================*/


body {
    color: #000;
    font-family: 'almonitzaraaaregular' !important;
	background:#fff;
	line-height:20px;
	letter-spacing: normal;
}




body p, 
body li, 
body li span, 
body p span{
	font-size: 24px;
	line-height:28px;
	font-family: 'Almoni Tzar ML v5 AAA' !important;
	font-weight:400;
	letter-spacing: normal;
}



body h1, body h2, body h3, body h4, body h5{
	/*font-family: 'almonitzaraaaregular' !important;*/
	font-family: 'Almoni Tzar ML v5 AAA' !important;
	margin:0 0 20px;
	letter-spacing: normal;
	font-weight:400;
}




body h1{
	font-size: 80px;
}



body h2{
	color: #B90807;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}




body h3{
	color: #B90807;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}



body h4{
	color: #B90807;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
}




body h5{
	font-size:20px;	
}


body a:focus, 
body input:focus, 
body select:focus, 
body button:focus{
	outline:none;
	text-decoration:none;
	box-shadow:none;
}






body a, 
body input, 
body select, 
body button, i{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	
}



 
body input, 
body select, 
body button, body texrea{
	font-family: 'Almoni Tzar ML v5 AAA' !important;
}




.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}



body .section-inner {
    width: 100%;
    max-width: 100%;
}


/*==============================BODY PART==================================*/






/*==============================HEADER START==================================*/


header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 0 70px;
	z-index: 99;
}


#site-header .site-description, 
#site-header .header-toggles {
    display: none;
}


#site-header .header-titles, 
#site-header .site-logo {
	margin: 0;
}



#site-header .header-titles {
	position: relative;
	width: 109px;
}


#site-header .site-logo {
	position: absolute;
	top: -30px;
	left: 0;
}


#site-header .site-logo img {
	max-height: 10rem;
}


#site-header .header-titles-wrapper, 
#site-header .primary-menu-wrapper {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	margin-right: 0;
}


#site-header nav ul li .icon {
	display: none;
}


#site-header nav ul li {
	border-left: 2px solid #B90807;
	margin-left: 14px;
	padding-left: 14px;
}


#site-header nav ul li:last-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}


#site-header nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 33px;
	padding: 0;
}


#site-header nav ul li a:hover, 
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a{
	color: #b90807 !important;
}



#site-header nav ul ul.sub-menu li {
	border-left: none;
	padding: 12px 18px;
	margin: 0;
	border-bottom: 1px solid rgba(185,8,7,0.4);
}



#site-header nav ul ul.sub-menu li:last-child {
	border-bottom: none;
}



#site-header nav ul ul.sub-menu li a {
	font-size: 24px;
	text-align:right;
}


.header-links ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 0 0 0 35px;
}


.header-links ul li {
	margin: 0 12px 0 0;
	line-height: 14px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.header-links ul li a {
	width: 33px;
	height: 33px;
	display: block;
	font-size: 0;
	padding: 0 0;
}


.header-links ul li.fb-icon a{
	background: url("images/fb-red-new-icon.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center center;
}


.header-links ul li.fb-icon a:hover{
	background: url("images/fb-black-new-icon.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}


.header-links ul li.youtube-icon a{
	background: url("images/red-video-icon.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center center;
}


.header-links ul li.youtube-icon a:hover{
	background: url("images/black-video-icon.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}


.header-links ul li.insta-icon a{
	background: url("images/insta-red-new-icon.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center center;
}



.header-links ul li.insta-icon a:hover{
	background: url("images/insta-black-new-icon.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}



.header-links ul li.tiktok-icon a{
	background: url("images/tik-red-new-icon.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center center;
}



.header-links ul li.tiktok-icon a:hover{
	background: url("images/tik-black-new-icon.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}









body.showing-menu-modal {
  overflow: hidden;
}


header#site-header .mobile-search-toggle {
	display: none;
}


.menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: translateX(50%);
	transform-origin: left center;
	transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in !important;
	z-index: 9999!important;
	visibility: hidden;
	background: transparent;
}


.menu-modal.active {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
}

.menu-modal::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(185, 8, 7, 0.4);
	opacity: 0.5;
	cursor: pointer;
}


.menu-modal-inner.modal-inner {
	width: 300px;
	background-color: #b90807;
	z-index: 10;
	position: relative;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

.menu-modal .modal-menu {
	left: 0;
	width: auto;
}


.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/hamburger-new.png") no-repeat 0 0;
	width: 33px;
	height: 33px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -5px;
}


#site-header .mobile-nav-toggle span, 
#site-header .mobile-nav-toggle .line {
	font-size: 0;
}

.nav-toggle .toggle-inner {
	padding-top: 12px !important;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text {
	display:none;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a {
	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding: 20px;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
	background:#fff !important;
	color: #b90807;
}


.menu-modal .menu-modal-inner .section-inner nav ul li {
	border-color: rgba(255,255,255,0.2);
}


.menu-modal .menu-modal-inner .section-inner button:hover {
	text-decoration: none;
}


.menu-top .toggle.close-nav-toggle
.fill-children-current-color {
	padding-right: 15px !important;   
}


.menu-modal button.toggle {
	color: #fff !important;
	font-weight: 600;
	padding: 0 0 25px 0 !important;
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
}


.menu-modal button.toggle span.toggle-text {
	margin: 0 0 0 10px;
	font-size: 22px;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
	border-left: 0.1rem solid rgba(0,0,0,0.4) !important;
	padding: 0 20px !important;
}


.menu-modal button.sub-menu-toggle {
	border:none!important;  
}  



.toggle.search-toggle.mobile-search-toggle .toggle-text, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
    display: none;
}



.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0 !important;
}



#site-header .header-inner .toggle.nav-toggle.mobile-nav-toggle .toggle {
    padding: 0 0;
    width: auto;
	right: 10px;
}	



.toggle.nav-toggle.mobile-nav-toggle {
    right: 0;
    padding: 0;
    width: auto;
}



/*==============================HEADER START==================================*/






/*==============================HOME==================================*/



body.home {
	background-color:#000 !important;
}



.full-banner {
    position: relative;
    margin-top: 85px;
}



.full-banner img {
    width: 100%;
}



.full-banner .container {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 100%;
	padding: 0 10%;
}


.full-banner .caption img {
	width: 100%;
	display: initial;
}


.full-banner .caption {
	float: right;
	margin-top: 0;
	text-align: center;
	width: 100%;
	max-width: 334px;
}



.full-banner .caption h1 {
	color: #fff;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	margin: 20px 0 0;
	line-height: 30px;
}





.single-block-inner{
    position: relative;
}


.single-block-inner img {
    width: 100%;
}


.single-caption-top {
    width: 100%;
    max-width: 636px;
    margin: 0 auto 0;
    text-align: center;
	padding: 0 20px;
}



.section2 .single-caption-top {
    margin-top: -95px;
    padding: 0 20px;
    margin-bottom: 33px;
}



.single-block.section2 {
	margin-top: 50px;
}




.section2 .single-caption-top h3 {
    color: #CBCDD5;
    font-weight: 400;
    font-size: 50px;
    margin: 0 0 10px;
}





.section2 .single-caption-top ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}





.media-link {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 9;
}





.section2 .single-caption-top ul li {
    margin: 0 15px;
}





.section2 .single-caption-top ul li a {
    background: transparent radial-gradient(closest-side at 50% 50%, #4A4949 0%, #121212 100%) 0% 0% no-repeat padding-box;
    width: 86px;
    height: 86px;
    display: inline-block;
    border-radius: 100%;
    font-size: 0;
    position: relative;
}



.section2 .single-caption-top ul li.link-icon a{
	background:url("images/lc-icon.png") no-repeat 0 0;
	background-size: 100%;
}



.section2 .single-caption-top ul li.call-icon a{
	background:url("images/cl-icon.png") no-repeat 0 0;
	background-size: 100%;
}



.section2 .single-caption-top ul li.app-icon a{
	background:url("images/w-icon.png") no-repeat 0 0;
	background-size: 100%;
}



.section2 .single-caption-top ul li.cart-icon a{
	/*background:url("images/c-icon.png") no-repeat 0 0;*/
	background:url("images/calender-icon.png") no-repeat 0 0;
	background-size: 100%;
}



.single-block.section2 .single-block-inner::after {
	content: "";
	display: block;
	width: 100%;
	background: transparent linear-gradient(180deg, #0000 0%, #000 100%) 0% 0% no-repeat padding-box;
	height: 80px;
	position: absolute;
	bottom: 0;
}


.content-block-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	text-align: center;
	z-index: 1;
}


.content-block-caption h2, h2.color-text {
	color: #B90807;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}


.content-block-caption p, 
.top-content-position p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}


.single-caption {
    width: 100%;
    max-width: 636px;
    margin: 32px auto 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}


.single-caption a.btn-link-btn {
	border: 2px solid #CBCDD5;
	display: inline-block;
	border-radius: 30px;
	color: #B90807;
	text-decoration: none;
	width: 241px;
	padding: 0 0;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	position: relative;
}



.section2 a.btn-link-btn span {
	background: url("images/layer2.png") no-repeat right center;
	padding-right: 40px;
	background-size: 20px;
}


.single-caption a.btn-link-btn:hover {
    background:#fff;
}



.section2 .content-block-caption {
	bottom: -30px;
}


.single-caption p, 
.single-caption-top p {
    color: #fff;
}


.single-caption {
    padding: 0 20px;
}


.single-caption .sc_player_container1 {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}



.three-block-section {
	margin: 190px 0 0;
}



.three-block-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}



.three-block-section ul li {
	margin: 0;
	width: 33.3%;
	text-align: center;
	border-right: 1px solid rgba(112,112,112,0.39);
}


.three-block-section ul li:first-child {
	border-right: 0;
}


.three-block-section .three-block-content {
	padding: 35px 12% 50px;
}


.three-block-section ul li h2 {
	color: #B90807;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 7px;
}


.three-block-section ul li p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}




.single-block.section3 {
	margin-top: 34px;
}



.top-content-position {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}



.top-content-position .single-caption {
	max-width: 793px;
}





.section4 .top-content-position .single-caption {
	max-width: 1060px;
}


.section4 .top-content-position {
	position: relative;
	margin: 160px 0 45px;
}



.section4 .single-block-outer:nth-child(2) {
  position: relative;
  margin-top: 400px;
}


.section4 .single-block-outer:nth-child(2) .top-content-position {
	top: -330px;
	margin-top: 0;
	position: absolute;
}


.section4 .single-block-outer:nth-child(2) .border-btn-link {
	bottom: 40px;
}


.section4 .single-block-outer:last-child .top-content-position {
	margin: 207px 0;
}


.section4 .single-block-outer:last-child .single-block-inner::after {
	content: "";
	display: block;
	width: 100%;
	background: transparent linear-gradient(0deg, #0000 0, #000 100%) 0% 0% no-repeat padding-box;
	height: 300px;
	position: absolute;
	top: 0;
}



.section4 .single-block-outer:last-child .border-btn-link {
	bottom: 110px;
}


.section4 .top-content-position p {
	font-size: 24px;
	line-height: 28px;
}


.top-content-position .logo-595 {
	display: inline;
	width: auto;
	max-width: 432px;
	margin: 0 auto 10px;
}


.car-info-list {
	position: absolute;
	margin: 70px auto 0;
	width: 100%;
	max-width: 1120px;
	bottom: -258px;
	left: 0;
	right: 0;
	z-index: 1;
}



.car-info-list ul {
	list-style: none;
	margin: 0 0 33px;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.car-info-list ul li {
	margin: 0;
	width: 280px;
	text-align: center;
	border-left: 1px solid #777;
	padding: 5px 0;
}


.car-info-list ul li:last-child {
  border-left: 0;
}


h3.color-text {
	color: #B90807;
	font-size: 24px;
	line-height: 35px;
	margin: 0;
}


.section4 .car-info-list ul li p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 0;
	word-spacing: 2px;
}



.section4 .single-block-outer:first-child img.desktop-design-img {
	max-width: 1300px;
	margin: 0 auto;
}



.section4 .border-btn-link {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}


.bottom-gallery-video-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 200px auto 90px;
}


.gallery-list-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 15px;
}



.gallery-list-wrapper .single-block {
	width: 50%;
	padding: 15px;
	margin-bottom: 0;
	cursor: pointer;
}


.single-block.video-block {
	position: relative;
	margin-bottom: 20px;
	padding: 0 15px;
}


.single-block.video-block .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.play-icon a {
    color: #fff;
    display: inline-block;
    background: #56575b;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    text-align: center;
    line-height: 157px;
}


.play-icon a i {
    font-size: 50px;
}


.single-block {
    margin-bottom:20px;
}



body.show-gal-pp {
	overflow: hidden;
}


body.show-gal-pp header#site-header {
	z-index:1;
}


body.show-gal-pp .article-fixed-mobile {
	opacity: 0;
	visibility: hidden;
}


.outer-wrapper-abarth-gallery-carousel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:9999;
}


.outer-wrapper-abarth-gallery-carousel .swiper-slide {
	height: 100vh;
}


.outer-wrapper-abarth-gallery-carousel .swiper-slide img {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}


.outer-wrapper-abarth-gallery-carousel .close-me {
	background: url("images/close-btn.png") no-repeat center center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	right: 1.7%;
	top: 5.3%;
	cursor: pointer;
	z-index: 101;
	font-size: 0;
	background-size: 100%;
}


.outer-wrapper-abarth-gallery-carousel .swiper-button-prev,
.outer-wrapper-abarth-gallery-carousel .swiper-button-next {
	display: none;
}



.outer-wrapper-abarth-gallery-carousel .swiper-pagination {
	position: absolute;
	bottom: 50px !important;
	z-index: 102;
}



.outer-wrapper-abarth-gallery-carousel .swiper-pagination span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 .7vw;
	background-color: #fff;
	opacity: 1;
}


.outer-wrapper-abarth-gallery-carousel .swiper-pagination span.swiper-pagination-bullet-active {
	background: #b90807;
	opacity: 1;
}




.degree-air-pollution .container {
	max-width: 1290px;
}


.degree-air-pollution img {
	width: 100%;
}



.pp_pic_holder.pp_default .ppt, .pp_pic_holder.pp_default .pp_top {
    display: none !important;
}


div.pp_default .pp_content_container .pp_left {
    background: transparent !important;
    padding-left: 0 !important;
}



div.pp_default .pp_content_container .pp_right {
    background: transparent !important;
    padding-right: 0 !important;
}


div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: transparent !important;
}


.pp_bottom {
    display: none !important;
}



#pp_full_res iframe {
    border: 20px solid #fff;
}



.pp_fade {
    position: relative;
}



div.pp_default .pp_close {
    background: url("images/close-btn.png") no-repeat 0 0 !important;
    font-size: 0;
    background-size: 100% !important;
    display: inline-block;
}




.pp_content_container .pp_details {
    position: absolute !important;
    top: -20px;
    right: -20px;
}


.pp_details {
    background-color: transparent !important;
}



div.pp_default .pp_content_container .pp_details .pp_nav {
    display: none;
}





div.pp_default .pp_expand {
    display: none !important;
}






/*==============================HOME==================================*/









/*==============================CONTENT PAGE==================================*/




body.page-template-content-page-tpl {
    background-color: #000 !important;
}




body.page-template-content-page-tpl .entry-content p {
    color: #CBCDD5;
    line-height: 31px;
}




body.page-template-content-page-tpl .entry-content {
    text-align: center;
}




.bottom-images {
    margin: 100px 0 0;
}




.bottom-images ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}




.bottom-images ul li {
    margin: 0;
    position: relative;
    width: 100%;
}




.bottom-images ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*==============================CONTENT PAGE==================================*/









/*==============================DEFAULT==================================*/




body .default-fluid-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    /*margin-top: 95px;*/
    margin-top: 82px;
}



body .default-fluid-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}



.default-fluid-banner.banner-type-full img.desktop-banner-img, 
.default-fluid-banner.banner-type-half img.desktop-banner-img {
	height: auto;
}


.default-fluid-banner.banner-type-no .default-caption {
	margin: 80px auto 30px;
}



.default-fluid-banner .default-caption h1 {
    color: #B90807;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin: 40px 0 0;
    position: relative;
    z-index: 1;
}



.entry-header.has-text-align-center.header-footer-group, 
.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}




body .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}




.page-template-default .entry-content {
    text-align: right;
}



.page-template-default .entry-content h2:first-child {
    margin-top: 0 !important;
}





.page-template-default .entry-content h2, 
.page-template-default .entry-content h3, 
.page-template-default .entry-content h4, 
.page-template-default .entry-content h5 {
    margin: 40px 0 15px !important;
}




.page-id-46 .woocommerce h2 {
    margin-top: 0 !important;
}





.error404 .footer-nav-widgets-wrapper.header-footer-group, 
.error404 .intro-text, .error404 .search-form {
    display: none;
}




.error404 #site-content {
    padding: 0 20px 60px;
    min-height: 400px;
}



.error404 #site-content h1 {
    font-size: 40px !important;
	color: #B90807;
	font-weight:400;
}




/*==============================DEFAULT==================================*/












/*==============================shop==================================*/


.archive #primary {
    position: relative;
    z-index: 1;
}



.archive #primary, .single #primary {
    margin-bottom: 60px;
}



.single #primary {
    padding-top: 20px;
}




.woocommerce.archive .content-area, 
.woocommerce.single .content-area, 
.woocommerce-checkout #site-content .woocommerce, 
.page-template-default .entry-content .woocommerce, 
body.woocommerce-cart #site-content .woocommerce {
    max-width: 100% !important;
    padding: 0 !important;
}





.logged-in.woocommerce-account #site-content .woocommerce {
    margin-top: 40px;
}






#main .woocommerce-breadcrumb {
    margin: 0 0 23px;
    color: #B90807;
    font-style: italic;
    font-size: 18px;
}



.archive .woocommerce-products-header {
    display: none;
}



#main .woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none;
	font-style: normal;
}



#main .woocommerce-ordering select {
    background: #fff url("images/select-arrow.png") no-repeat 94% center;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 30px 10px 8px;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-size: 11px;
}



.woocommerce #main span.onsale {
    min-height: unset;
    min-width: unset;
    padding: 9px 4px;
    line-height: normal;
    top: 20px;
    left: auto;
    border-radius: 2px;
    background-color: #B90807;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    width: 60px;
    right: 20px;
}



.woocommerce .woocommerce-result-count {
    margin: 0 0 30px;
    position: relative;
    top: 17px;
}




#main ul.products {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}





#main ul.products li {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 31.3%;
    margin: 0 0 30px 3%;
    text-align: center;
    padding: 0 0 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}




#main ul.products li:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}





#main ul.products li:nth-child(3n) {
    margin-left: 0;
}




#main .related.products ul li {
    width: 22.65%;
    margin: 0 3% 30px 0;
}




#main .related.products ul li:nth-child(4n) {
    margin-right: 0;
}




#main ul.products li h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 10px 10px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: none;
    color: #000;
}



#main ul.products li .price span {
    color: #B90807 !important;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}




#main .related.products ul li h2 {
    font-size: 18px;
}





.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
}




#main ul.products li span.price {
    padding: 0 10px;
}




#main ul.products li .price .woocommerce-Price-amount.amount {
    padding-right: 5px;
}



#main ul.products li a.button, #main ul.products li a.added_to_cart {
    display: inline-block;
    background: #B90807;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 25px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
}




#main ul.products li a.button:hover, 
#main ul.products li a.added_to_cart:hover {
    background: #000;
    color: #fff;
	text-decoration: none !important;
}



#main ul.products li a.added_to_cart {
    margin-left: 8px;
    padding: 13px 20px;
    font-weight: 600;
	font-family: 'Assistant', sans-serif;
}



.woocommerce #main nav.woocommerce-pagination ul li a, 
.woocommerce #main nav.woocommerce-pagination ul li span {
    padding: 0.7em;
	color:#000;
}



.woocommerce #main nav.woocommerce-pagination ul li a:focus, 
.woocommerce #main nav.woocommerce-pagination ul li a:hover, 
.woocommerce #main nav.woocommerce-pagination ul li span.current {
    background: #B90807;
    color: #fff;
}





#main .summary.entry-summary h1 {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    line-height: 44px;
    margin-bottom: 40px;
}




 #main .summary.entry-summary .price .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    vertical-align: top;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
}




#main .summary.entry-summary .price {
    font-size: 30px;
    line-height: 30px;
    color: #4c4c4c;
}



.woocommerce-product-details__short-description {
    margin: 0 0 31px;
}




.summary.entry-summary .qib-button.qib-button-wrapper {
	margin: 0 17px 0 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}




.qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 8px 12px 8px;
    font-size: 15px;
}




.summary.entry-summary .qib-button.qib-button-wrapper .qib-button {
    font-size: 24px;
    padding: 0;
    line-height: 20px;
	text-decoration: none;
}






.summary.entry-summary .qib-button.qib-button-wrapper .minus {
    line-height: 39px;
    padding: 0 0 0;
}





.summary.entry-summary .cart .quantity input {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.05);
}




.summary.entry-summary .cart button, 
#main .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .form-submit input {
	background-color: #B90807;
	border-radius: 2px;
	border: 1px solid #B90807;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 18px;
	margin-left: 10px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	color: #fff;
	margin: 0;
}



.summary.entry-summary .cart button:hover, 
#main .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .form-submit input:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
	text-decoration:none !important;
}


.woocommerce-message a.button {
    background: #B90807;
    border-radius: 2px;
    padding: 14px 19px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    font-weight: 400;
}



.woocommerce-message a.button:hover {
    background: #000;
	color:#fff;
	text-decoration:none !important;
}



.summary.entry-summary .product_meta span.sku_wrapper {
    display: block;
}




.summary.entry-summary .product_meta span span, 
.summary.entry-summary .product_meta span.posted_in a {
    padding: 8px;
    border: 1px solid #f1f1f1;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    margin: 5px 10px;
        margin-left: 0px;
    border-radius: 3px;
	text-decoration: none;
	color: #4c4c4c;
}





.cart.grouped_form label a {
    color: #4c4c4c;
    text-decoration: none;
}




.woocommerce-product-attributes p {
    padding: 0 14px !important;
}





#main .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 15px;
}




.cart.grouped_form .woocommerce-grouped-product-list {
    margin-top: 0;
}





.woocommerce-product-gallery__trigger {
    display: none;
}




.single ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
}




.summary.entry-summary .cart {
    display: inline-block;
}





.woocommerce-product-gallery ol.flex-control-thumbs li {
	padding:0;
	width: 31%;
	margin: 0 0px 0 20px;
	border: none;
}




.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    border: 3px solid #eee;
}




.woocommerce #main span.onsale {
    text-align: center;
}



.single .flex-viewport {
    height: auto !important;
}




.single.woocommerce .content-area .site-main {
    margin: 0;
}




.single .flex-control-nav.flex-control-thumbs li:last-child {
    margin-left: 0;
}




.woocommerce-grouped-product-list.group_table td {
    border: 1px solid rgba(0,0,0,0.1) !important;
    padding: 10px !important;
}





.woocommerce.woocommerce-page .product .woocommerce-tabs ul {
    margin: 0px 0px 40px 0px !important;
    padding: 0px !important;
    border-bottom: 1px solid #f1f1f1;
    overflow: visible !important;
}





.woocommerce div.product form.cart .group_table td {
    font-size: 15px;
}




.woocommerce.woocommerce-page .product .woocommerce-tabs ul li a {
    color: #000 !important;
    font-size: 17px !important;
    line-height: 46px;
    font-weight: normal !important;
    padding: 11px 10px !important;
    text-decoration: none !important;
    border: none !important;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
	background-color: transparent !important;
	margin:0px;
}



.woocommerce.woocommerce-page .product .woocommerce-tabs ul li.active {
    box-shadow: none !important;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}



.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2, 
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    letter-spacing: unset;
    text-transform: none;
}



.woocommerce-tabs.wc-tabs-wrapper p, .comment-reply-title {
    color: #4c4c4c;
    line-height: 1.5em;
	font-size:15px;
}




/*
.single-product #main .product span.onsale {
    left: 20px;
    right: auto;
}

*/




.comment-form-comment textarea {
    background: #f9f9f9;
    width: 100%;
    border: 1px solid #f1f1f1;
    resize: none;
    padding: 15px 20px;
    color: #4c4c4c;
    font-size: 15px;
	margin-bottom:10px;
}



.woocommerce #review_form #respond p {
    width: 100%;
    max-width: 100%;
}



.woocommerce.single-product .related.products > h2 {
    position: relative;
    margin-bottom: 35px;
    color: #000;
    font-size: 33px;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
}




#main .related.products {
    padding: 20px 0 0;
}




.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    text-align: center;
}




.woocommerce.archive .content-area .site-main {
    margin: 0;
}



/*==============================shop==================================*/












/*==============================CART==================================*/


.page-template-default #site-content {
    margin-bottom: 60px;
}




.woocommerce-cart-form .actions button, 
.woocommerce .cart_totals .wc-proceed-to-checkout a, 
.woocommerce-EditAccountForm.edit-account .woocommerce-Button, 
.woocommerce .return-to-shop .button.wc-backward, 
.woocommerce-cart-form .actions button[name="update_cart"], 
.woocommerce-cart-form .actions .button {
	display: inline-block;
	background: #B90807 !important;
	font-size: 15px;
	font-weight: 400;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	padding: 15px 19px;
	border: 1px solid #B90807 !important;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}



.woocommerce-cart-form .actions button:hover, 
.product-remove a.remove:hover, 
.woocommerce .cart_totals .wc-proceed-to-checkout a:hover, 
.woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover, 
.woocommerce .return-to-shop .button.wc-backward:hover, 
.woocommerce-cart-form .actions button[name="update_cart"]:hover, 
.woocommerce-cart-form .actions .button:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}





body .woocommerce .cart-collaterals .cart_totals td, 
body .woocommerce .cart-collaterals .cart_totals th {
    border: 1px solid rgba(0,0,0,0.1);
}





.woocommerce-privacy-policy-text a {
    color: #B90807;
    text-decoration: none;
}






.woocommerce-EditAccountForm.edit-account .woocommerce-Button {
    margin-top: 20px;
}




.woocommerce-Address {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
}




.woocommerce-cart-form .actions #coupon_code {
    width: 100%;
    padding: 14px 10px;
    border-radius: 2px;
    max-width: 150px;
}




.product-remove a.remove {
    background: #B90807;
    color: #fff !important;
    font-size: 23px;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 26px;
	border: 1px solid rgba(0,0,0,0.1);
}




.product-remove a.remove:hover {
    color: #B90807 !important;
}



.woocommerce-cart-form .product-name a {
    color: #B90807;
    text-decoration: none;
    font-size: 15px;
}




.woocommerce-cart-form span {
    font-size: 15px;
	color: #B90807;
}




.woocommerce-cart-form .quantity input.qty {
    padding: 10px 10px;
}






.qib-button-wrapper button.qib-button {
    text-decoration: none;
}




#order_review td {
    font-size: 15px;
}




.woocommerce .cart_totals h2 {
    font-size: 33px;
    letter-spacing: normal;
}



.woocommerce .woocommerce-info::before {
    color: #B90807;
}



.woocommerce .woocommerce-info {
    border-top-color: #B90807;
	font-size: 15px;
}




.woocommerce .woocommerce-info a {
    color: #B90807;
    text-decoration: none;
}






.woocommerce .woocommerce-billing-fields__field-wrapper input {
    padding: 0 10px;
    height: 40px;
    line-height: normal;
}



.woocommerce .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0 !important;
}



.woocommerce  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}



.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 5px;
}


#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: rgba(0,0,0,0.02);
}




.checkout.woocommerce-checkout #place_order, 
.checkout_coupon.woocommerce-form-coupon .button, 
.woocommerce-form button.woocommerce-button {
	background-color: #B90807 !important;
	font-size: 15px;
	letter-spacing: normal;
	font-family: 'Oswald', sans-serif;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	color: #fff !important;
	padding: 15px 20px;
	font-weight:400;
}



.checkout.woocommerce-checkout #place_order:hover, 
.checkout_coupon.woocommerce-form-coupon .button:hover, 
.woocommerce-form button.woocommerce-button:hover {
	background-color: #000 !important;
	color: #fff !important;
	text-decoration:none;
}




.woocommerce-LostPassword.lost_password a{
     color: #B90807;
}




.woocommerce-input-wrapper #order_comments {
    height: 130px;
    resize: none;
    font-size: 15px;
}





.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.1);
}



.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}




.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    color: #000 !important;
}




.woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #B90807;
    color: #fff !important;
    text-decoration: none !important;
}




.woocommerce-MyAccount-navigation ul li:last-child a {
    border: none;
}




#site-content .post-inner {
    padding-top: 0;
}



#site-content {
    position: relative;
    z-index: 1;
}




.woocommerce-MyAccount-content p a {
    color: #B90807;
    text-decoration: none;
}



.woocommerce a.woocommerce-Button.button {
    background: #B90807;
    color: #fff;
    padding: 11px 13px;
    font-weight: 400;
}



.woocommerce-Address-title a {
    color: #B90807;
    text-decoration: none;
    font-size: 15px;
}




.woocommerce-Address address {
    font-size: 15px;
}



.woocommerce-EditAccountForm.edit-account input {
    line-height: normal;
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
}




/*==============================CART==================================*/




/*==============================ARTICLE==================================*/

.page-template-article-page-tpl .default-fluid-banner, 
.page-template-article-page-tpl img.mobile-image, 
.page-template-showrooms-tpl .default-fluid-banner, 
.page-template-showrooms-tpl img.mobile-image {
    display: none;
}


body.page-template-article-page-tpl, body.page-template-showrooms-tpl {
    background-color: #000 !important;
}


.article-banner {
    margin-top: 80px;
}


.article-banner .article-title-text {
    margin-top: 0;
}


.article-banner-images {
    margin-bottom: 30px;
}


.article-banner img {
    width: 100%;
}


.article-title-text {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 70px auto 78px;
	padding: 0 20px;
}



.article-page-wrapper .article-title-text p a {
	color: #B90807;
}



.article-title-text-outer:nth-child(2) .article-title-text {
    margin-bottom: 25px;
}



.article-fixed-mobile {
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: 20%;
}



.article-fixed-mobile ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.article-video {
	position: relative;
	overflow: hidden;
	padding-bottom: calc( 0.6 * 100% );
}


.article-video iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.article-fixed-mobile ul li {
    margin: 0 15px;
}


.article-fixed-mobile ul li.link-icon a {
	background: url("images/new-link-icon.png") no-repeat 0 0;
	background-size: 100%;
}


.article-fixed-mobile ul li.call-icon a {
	background: url("images/cl-icon.png") no-repeat 0 0;
	background-size: 100%;
}


.article-fixed-mobile ul li.app-icon a {
	background: url("images/w-icon.png") no-repeat 0 0;
	background-size: 100%;
}


.article-fixed-mobile ul li.calender-icon a {
	/*background: url("images/c-icon.png") no-repeat 0 0;*/
	background: url("images/new-calender-icon.png") no-repeat 0 0;
	background-size: 100%;
}

.article-fixed-mobile ul li.store-icon a {
	background: url("images/new-store-icon.png") no-repeat 0 0;
	background-size: 100%;
}


.page-id-287 #site-content {
	padding-top: 60px;
}



.article-fixed-mobile ul li a {
	width: 86px;
	height: 86px;
	display: inline-block;
	border-radius: 100%;
	font-size: 0;
	position: relative;
}



.article-title-text h2 {
	color: #B90807;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}


.article-title-text p {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}


.article-video-section {
    margin: 80px 0 0px;
}


.article-video img, 
.article-full-image img {
    width: 100%;
}


.article-full-2 {
    margin: 60px 0 118px;
}



.article-social-link ul{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	
}


.article-social-link ul li {
    margin: 0 15px;
}



.article-social-link ul li a {
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 100%;
	font-size: 0;
	position: relative;
}


.article-social-link ul li.youtube-icon a {
	background: url("images/youtube-icon-r.png") no-repeat 0 0;
	background-size: 100%;
}


.article-social-link ul li.facebook-icon a {
	background: url("images/facebook2@2x.png") no-repeat 0 0;
	background-size: 100%;
}


.article-social-link ul li.instagram-icon a {
	background: url("images/instagram@2x.png") no-repeat 0 0;
	background-size: 100%;
}


.article-social-link ul li.tiktok-icon a {
	background: url("images/tik-tok-2@2x.png") no-repeat 0 0;
	background-size: 100%;
}



.page-template-article-page-tpl footer#site-footer, 
.page-template-showrooms-tpl footer#site-footer {
	padding-top: 15px;
}


/*==============================ARTICLE==================================*/






/*=========================ACCESSIBILITY==================================*/


.half-banner .article-banner-images img.desktop-image {
	height: 400px;
	object-fit: cover;
}


.article-banner.no-banner-only-title {
	padding-top: 50px;
}


.article-banner.no-banner-only-title h1 {
	color: #fff;
	text-align: center;
}


.table-outer {
	padding-bottom: 25px;
}


#site-content table {
	max-width: 1160px;
	margin: 30px 0 0;
	text-align: right;
	width: 1160px;
	border: 3px solid #fff;
}



#site-content table th strong {
	display: block;
	font-size: 18px;
	color: #B90807;
}



#site-content table td, 
#site-content table td p, 
#site-content table td span {
	font-size: 18px;
	color: #fff !important;
	line-height: normal;
}


#site-content table td, 
#site-content table th {
	border-color: #fff;
}


#site-content table p {
	margin-bottom: 0;
}


#site-content p:empty {
	display: none;
}



/*=========================ACCESSIBILITY==================================*/





/*=============================SHOWROOMS=================================*/

.shorooms-map-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border-top: 1px solid #6f7075;
}



.shorooms-page .article-title-text-outer:nth-child(2) .article-title-text {
	margin-top: 0;
}



.shorooms-map-outer {
	border-bottom: 1px solid #6f7075;
	margin-top: 60px;
	margin-bottom: 85px;
}



.shorooms-page .article-fixed-mobile {
    margin-bottom: 60px;
}


.shorooms-map {
	width: 55%;
	position: relative;
	overflow: hidden;
	padding-bottom: calc( 0.25 * 100% );
}


.shorooms-map img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}


.shorooms-map iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}


.shorooms-detail {
	width: 45%;
	padding: 50px 6% 100px;
}


.shorooms-detail {
	text-align: right;
	color: #fff;
}


.shorooms-detail h3 {
	color: #B90807;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}


.shorooms-detail ul {
	list-style: none;
	margin: 0;
	padding:0;
}


.shorooms-detail ul li {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
}


.shorooms-link a{
	text-decoration: none;
}


.shorooms-link {
	margin: 20px 0 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.shorooms-link a.read-more {
	background: #B90807 url("images/path-arrow.png");
	color: #fff;
	font-size: 27px;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 6px 15px 3px 48px;
	line-height: normal;
	background-position: 17px center;
	margin-left: 12px;
	display: inline-block;
}


.shorooms-link a.shorooms-chat {
	background: #B90807 url("images/chat-icon.png");
	color: #fff;
	font-size: 27px;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: normal;
	background-position: center center;
	width: 55px;
	height: 40px;
	margin-left: 12px;
	display: inline-block;
}


.shorooms-link a.shorooms-call {
	background: #E42C1A url("images/telephone.png");
	color: #fff;
	font-size: 27px;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: normal;
	background-position: center center;
	width: 55px;
	height: 40px;
	margin-left: 12px;
	display: inline-block;
	margin-left: 12px;
}



/*=============================SHOWROOMS=================================*/









/*==============================FOOTER==================================*/


footer#site-footer {
	background: #000;
	padding: 100px 0 200px;
	margin-top: 0px;
}


.footer-top-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 200px;
    padding: 0 20px;
	display: none;
}


.footer-top-inner {
    text-align: center;
    max-width: 558px;
    margin: 0 auto 110px;
    color: #CBCDD5;
}


.footer-top-list ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}


.footer-top-list ul li {
    margin: 0 0 25px;
    text-align: right;
    width: 46%;
    background: url("images/waze@2x.png") no-repeat right 8px;
    background-size: 48px;
    padding-right: 57px;
}


.footer-top-list ul li span {
    color: #B90807;
    font-size: 40px;
    display: block;
    line-height: 35px;
}


.footer-top-list ul li p {
    color: #CBCDD5;
    font-size: 40px;
    margin: 0;
    line-height: 35px;
}


footer#site-footer .section-inner {
    display: none;
}


.footer-new-block .container {
	padding: 0px;
	max-width: 1260px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-form {
	margin-bottom: 60px;
	padding: 50px 110px 30px 20px;
	width: 53.8%;
	border-left: none;
	border-right: 1px solid #707070;
}



.form-set-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	position: relative;
}


.form-field-set {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

	

.form-set-block .form-set1 {
	width: 100%;
}


.form-divider-line {
	position: relative;
	margin: 0 auto;
	width: 100%;
	/*background: url("images/footer-divider-line.png") no-repeat 0 0;*/
	height: 14px;
	background-size: 100%;
	top:0px;
}


.form-divider-line::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 8px;
}



.form-divider-line span {
	background: #fff;
	color: #000;
	width: 67px;
	height: 67px;
	font-size: 35px;
	line-height: 67px;
	display: block;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}



.form-set-block h3 {
	color: #B90807;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 30px;
	text-align: right;
	font-weight: 400;
}


.footer-bottom {
	padding: 70px 0 0;
	width: 31%;
}



.footer-logo .custom-html-widget {
	text-align: center;
	margin: 0 0 30px;
}


.footer-logo a {
	display: inline-block;
}


.footer-bottom .footer-credits-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	color: #fff;
}


.footer-bottom .copyright {
	padding-top: 45px;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.footer-bottom .credits {
	font-weight: 800;
	font-size: 30px;
	border-right: 2px solid #bcbcbc;
	line-height: 28px;
	margin-right: 10px;
	padding-right: 10px;
	margin-left: 0px;
	font-family: 'Assistant', sans-serif;
}


.copyright .footer-bottom-content {
	margin-bottom: 0px;
}


.footer-bottom .copyright p {
	text-align: center;
}


.footer-bottom .copyright p, 
.footer-bottom .copyright p a {
	color: #CBCDD5;
	font-size: 17px;
}


.credits-logo img {
    width: 121px;
}


.footer-form .input-field .wpcf7-not-valid-tip {
	left: 0;
	width: 100%;
	right: 0;
	text-align: right;
	font-size: 13px;
}


footer#site-footer .wpcf7-response-output {
    margin: 31px auto;
    color: #fff;
    font-size: 14px;
}


.footer-form .input-field span {
    position: static;
}


.footer-bottom .credits span {
    position: relative;
    top: 4px;
    font-size: 28px;
    right: 5px;
}

.container.copyright p, 
.container.copyright p a {
    color: #CBCDD5;
    font-size: 16px;
    text-decoration: none !important;
	font-family: 'Assistant', sans-serif !important;
}


a.skip-link.screen-reader-text, .footer-nav-widgets-wrapper.header-footer-group{	
	display:none;
}


.footer-form .wpcf7-form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding-top: 90px;
}


.footer-form .input-field {
    width: 48%;
    position: relative;
}


.footer-showroom .widget_custom_html, 
.footer-showroom .input-field {
	width: 100%;
}



.wrapper-iframe-showroom {
	background: #fff;
	padding: 40px;
	position: relative;
}


.close-iframe {
	width: 35px;
	height: 35px;
	background: #021946;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}


.wrapper-iframe-showroom iframe {
	border: none;
	/*	height: 800px;*/
	height: 1020px;
}



.footer-showroom {
	margin-bottom: 80px;
}


.footer-showroom .input-field select {
	appearance: none;
	border: 1px solid #BEBEBE;
	width: 100%;
	background: #000 url("images/f-select.png") no-repeat 20px center;
	color: #fff;
	height: 56px;
	font-size: 20px;
	border-radius: 2px;
	padding: 1rem 1.8rem;
	text-align: right;
	background-size: 23px;
}



.footer-form .input-field input {
	width: 100%;
	background: transparent;
	border: 1px solid #BEBEBE;
	border-radius: 2px;
	color: #fff;
	text-align: right;
	font-size: 20px;
	padding: 1rem 1.8rem;
	height: 56px;
}

.footer-form .input-field br {
    display: none;
}


.footer-form .input-field label, 
.footer-showroom .input-field label {
	color: #fff;
	text-align: right;
	background: #000;
	display: inline-block;
	float: right;
	margin: 0;
	position: absolute;
	top: -15px;
	right: 8px;
	font-size: 20px;
	padding: 0 4px;
	height: 20px;
	font-family: 'Almoni Tzar ML v5 AAA' !important;
}



.footer-form .input-field.single-field {
	width: 100%;
}


.footer-showroom .input-field label {
	top: -12px;
}


.input-field.input-submit input[type="submit"] {
	background: #B90807 url("images/submit-arrow.png") no-repeat 0 0;
	color: #000;
	border: none;
	font-size: 35px;
	font-weight: 600;
	padding: 7px 10px;
	text-decoration: none;
	background-position: 60px center;
	background-size: 23px;
	text-align: center;
	width: 100%;
	max-width: 256px;
	margin: 0 auto;
}


.input-field.input-submit .wpcf7-spinner {
    display: none;
}


.wpcf7-form.submitting .input-field.input-submit .wpcf7-spinner {
    display: block;
	position: absolute;
    right: 10px;
    top: 12px;
    background: rgba(255,255,255,0);
}

.wpcf7-form.submitting .input-field.input-submit {
	position: relative;
}

#back_top {
    background-color: #B90807;
    bottom: 84px;
    cursor: pointer;
    display: none !important;
    line-height: 39px;
    position: fixed;
    right: 20px;
    width: 50px;
    text-align: center;
    padding: 5px 0 2px;
    border-radius: 100%;
    height: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 1;
}


#back_top a {
    color: #fff;
}


.footer-bottom-content .widget-content {
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	font-family: 'Almoni Tzar ML v5 AAA' !important;
	font-weight: 400;
	letter-spacing: normal;
	color: #CBCDD5;
}


.form-check a {
    color: #B90807;
}



#site-footer .mailing-confirmation .form-check p {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


#site-footer .mailing-confirmation .form-check .wpcf7-checkbox input {
	top: -2px;
}



#site-footer #bottom-contact .input-field {
	mix-blend-mode: lighten;
	margin-bottom: 24px;
}


#site-footer #bottom-contact .input-field.input-submit {
	background: transparent;
	mix-blend-mode: normal;
	text-align: right;
	margin-top: 10px;
	width: 100%;
}



.form-set-block .form-divider-line {
	display: none;
}


#site-footer #bottom-contact .input-field.input-submit p {
	margin: 0;
}



.success-message-custom {
	margin-top: 100px;
}


#site-footer .success-message-custom p {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}



.footer-menu-links {
	margin: 60px 0 0;
	text-align: center;
}


.footer-menu-links .widget-title {
	color: #CBCDD5;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 6px;
}


.footer-menu-links ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}


.footer-menu-links ul li {
	margin: 0 0 3px;
}



.footer-menu-links ul li a {
	color: #CBCDD5;
	font-size: 20px;
}


.footer-bottom-detail .container {
	border-top: 1px solid #707070;
	padding-top: 35px;
	margin-top: 46px;
}


.footer-bottom-detail p {
	text-align: center;
}


.footer-bottom-detail p a {
	color: #CBCDD5;
	font-size: 17px;
}


.form-check p a {
	text-decoration: underline !important;
}


.footer-bottom-detail .copyright p {
  color: #CBCDD5;
  font-size: 17px;
}


/*==============================FOOTER==================================*/






/*==========================================================================================================================================================================================================================================================================================================================================================================================*/





/*=========================HEADER==========================*/


@media (max-width:1000px){
	
	header#site-header .header-inner {
		position: relative;
		padding: 15px 0;
	}
		
		
	header#site-header {
		padding: 0 20px;
	}


	#site-header .header-titles {
		position: static;
		width: auto;
	}


	.header-navigation-wrapper {
		display: block;
		padding-right: 30px;
	}


	#site-header .site-logo {
		position: absolute;
		top: 13px;
		left: 0;
	}


	#site-header .site-logo img {
		max-height: 8rem;
	}
	
	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1100px){
	
	#site-header .site-logo img {
		max-height: 12rem;
	}

	.header-navigation-wrapper {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	#site-header nav ul li a {
		font-size: 30px;
	}
	
	
}/*===media close===*/



/*=========================HEADER==========================*/





/*=========================HOME==========================*/



@media (max-width:1000px){


	.full-banner img {
		width: 100%;
	}



	body h1 {
		font-size: 60px;
	}




	body h2 {
		font-size: 27px;
		line-height: 30px !important;
	}
	
	
	.single-caption a.btn-link-btn {
		width: 292px;
		padding: 6px 0;
		font-size: 24px;
		line-height: 34px;
		height: 46px;
	}


	.section2 a.btn-link-btn span {
		padding-right: 44px;
		background-size: 17px;
	}
	

	body p, body li {
		font-size: 20px;
		line-height: 22px;
	}
	
	
	.play-icon a {
		width: 80px;
		height: 80px;
		line-height: 87px;
	}
	
	
	
	.play-icon a i {
		font-size: 25px;
	}
	
	
}/*===media close===*/





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

	.full-banner .container {
		top: 25%;
	}


	.full-banner .caption h1 {
		font-size: 30px;
		line-height: 30px;
	}


	.single-block.section2 {
		margin: 50px 0 0;
	}


	.section2 .content-block-caption {
		position: relative;
	}


	.single-block .content-block-caption {
		padding: 30px 20px;
	}


	.content-block-caption h2, 
	h2.color-text {
		font-size: 35px;
	}


	.content-block-caption p, 
	.top-content-position p {
		font-size: 24px;
		line-height: 24px;
	}


	.three-block-section {
		margin: 30px 0 0;
	}


	.three-block-section ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.three-block-section ul li {
		width: 100%;
	}


	.three-block-section .three-block-content {
		padding: 30px 20px 30px;
	}


	.three-block-section ul li h2 {
		font-size: 35px;
	}



	.three-block-section ul li p, 
	.single-block p {
		font-size: 24px;
		line-height: 24px;
	}



	.single-block.section3 {
		margin-top: 0px;
	}


	.section3 .top-content-position {
		position: relative;
		top: 50px;
	}


	.section3 .single-block-inner {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.section3 .single-block-inner img.mobile-design-img {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	.section4 .top-content-position {
		margin: 40px 0 0px;
	}


	.top-content-position .logo-595 {
		max-width: 209px;
		margin: 0 auto 10px;
		width: 100%;
	}


	.section4 .top-content-position p {
		font-size: 24px;
		line-height: 24px;
		color: #CBCDD5;
	}


	.car-info-list {
		position: relative;
		margin: 40px auto 0;
		bottom: 0;
		padding: 0 20px;
	}


	.car-info-list ul {
		margin: 0;
	}


	.car-info-list ul li {
		width: 48%;
		margin: 0 0 24px;
		border-left: none;
		padding: 7px;
	}


	.car-info-list ul li:nth-child(2n) {
		border-right: 1px solid #777;
	}



	.section4 .car-info-list ul li p, 
	.section4 .car-info-list ul li h3 {
		font-size: 20px;
		line-height: 20px;
	}
	
	
	.section4 .single-block-outer:nth-child(2) {
		margin-top: 0;
	}


	.section4 .border-btn-link, 
	.section4 .single-block-outer:nth-child(2) .border-btn-link {
		bottom: -60px;
	}


	.section4 .single-block-outer:nth-child(2) .top-content-position {
		top: 50px;
		margin-top: 96px;
		position: relative;
	}



	.section4 .single-block-outer:last-child img.logo-595 {
		width: auto;
		max-width: 60px;
		margin-bottom: 10px;
	}


	.section4 .single-block-outer:last-child .top-content-position {
		margin: 210px 0 0;
	}


	.section4 .single-block-outer:last-child .single-block-inner::after {
		height: 100px;
	}


	.section4 .single-block-outer:last-child .border-btn-link {
		bottom: 0;
	}



	.bottom-gallery-video-wrapper {
		margin: 100px auto 0;
	}


	.gallery-list-wrapper {
		display: none;
	}



	.abarth-mobile-gallery-carousel .swiper-button-prev, 
	.abarth-mobile-gallery-carousel .swiper-button-next, 
	.abarth-mobile-gallery-carousel .swiper-pagination {
		display: none;
	}



	.abarth-mobile-gallery-carousel .swiper-slide {
		cursor: pointer;
	}


	.single-block.video-block {
		padding: 40px 0 0;
	}



	.outer-wrapper-abarth-gallery-carousel .close-me {
		right: 15px;
		top: 20px;
	}


	.outer-wrapper-abarth-gallery-carousel .swiper-slide .gallery-img-box {
		height: 100vh;
		background: rgba(0,0,0,0.95);
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.outer-wrapper-abarth-gallery-carousel .swiper-slide img {
		height: auto;
		width: 100vw;
		object-fit: cover;
	}


	.abarth-mobile-gallery-carousel .swiper-pagination span.swiper-pagination-bullet-active {
		background: #b90807;
	}


	.abarth-mobile-gallery-carousel .swiper-pagination span {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		margin: 0 10px !important;
		background-color: #fff;
		opacity: 1;
	}


		
	#pp_full_res iframe {
		border: 20px solid #fff;
		width: calc(100% - 40px) !important;
		height: 300px !important;
	}


	#pp_full_res {
		padding: 31px 0;
	}


	.pp_content_container .pp_details {
		top: 7px;
		right: -17px;
	}


	.desktop-design-img {
		display: none;
	}

	

}/*====media close====*/




@media (min-width:767px){
	
    img.mobile-design-img {
		display: none;
	}	
	
	
	.full-banner .caption h1 span, 
	.abarth-mobile-gallery-carousel {
		display:none;
	}
	
	
}/*===media close===*/






@media (min-width:767px) and (max-width:1300px) {
	
	
	
	.full-banner .caption {
		max-width: 253px;
	}	


	.full-banner .caption h1 {
		font-size: 25px;
		line-height: 28px;
	}


	.single-block.section2 {
		margin-bottom: 0;
	}


	.section2 .single-block-inner {
		padding-bottom: 108px;
	}
	
	
	.section2 .content-block-caption {
		bottom: 0;
	}
	
	
	
	.three-block-section {
		margin: 150px 0 0;
	}
	
	
	.section4 .single-block-outer:nth-child(2) {
		margin-top: 0;
	}
	
	
	.section4 .single-block-outer:nth-child(2) .top-content-position {
		top: 0px;
		margin-top: 140px;
		position: relative;
	}
	
	
	.section4 .single-block-outer:last-child .border-btn-link {
		bottom: 30px;
	}


	.single-block .content-block-caption {
		padding: 0 40px;
	}


	.three-block-section ul li h2, 
	.single-block h2 {
		font-size: 32px;
	}


	.section4 .top-content-position {
		margin: 49px 0 120px;
	}


	.car-info-list ul li {
		width: 190px;
	}


	.car-info-list {
		bottom: -270px;
	}


	.section4 .single-block-outer:nth-child(2) .border-btn-link {
		bottom: 0;
	}



	.section4 .single-block-outer:last-child .top-content-position {
		margin: 130px 0 190px;
	}


	.section4 .single-block-outer:last-child .single-block-inner::after {
		height: 200px;
	}
	
	
}/*===media close===*/




@media (min-width:1000px){
	

	.pp_pic_holder.pp_default {
		width: calc(100% - 100px) !important;
		left: 50% !important;
		top: 50% !important;
		position: fixed !important;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	.pp_pic_holder.pp_default .pp_content {
		width: 100% !important;
		height: 100% !important;
	}


	#pp_full_res {
		position: relative;
		padding-bottom: calc( 0.48 * 100% );
	}


	#pp_full_res iframe {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		object-fit: cover;
	}
	
	
}/*===media close===*/



/*=========================HOME==========================*/









/*=========================DEFAULT==========================*/



@media (max-width:767px){
	

	body .default-fluid-banner img {
		height: auto;
	}
	
	
	.default-fluid-banner .default-caption h1 {
		font-size: 35px;
		margin: 37px 0 0;
	}
	

	
	
	.bottom-images ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}



	.bottom-images ul li {
		margin: 0 0 20px;
	}	
	
	
	.bottom-images {
		margin: 70px 0 0;
	}
	
	
	
}/*===media close===*/




@media (max-width:1000px){


    body .default-fluid-banner {
		margin-bottom: 14px;
		margin-top: 55px;
	}
		
	
	
}/*===media close===*/







/*=========================DEFAULT==========================*/










/*==============================SHOP==================================*/




@media only screen and (max-width:767px){
	
		
	.woocommerce .woocommerce-result-count {
		top: 0;
		margin-bottom: 0;
		font-size: 18px !important;
	}	


	#main .woocommerce-breadcrumb {
		margin: 0 0 15px;
		font-size: 18px;
	}


	#main .woocommerce-ordering {
		width: 100%;
		float: none;
		margin: 56px 0 26px;
	}



	#main .woocommerce-ordering select {
		width: 100%;
		background-position: 97% center;
	}


	#main ul.products li, #main .related.products ul li {
		width: 100%;
		margin: 0 0 30px;
	}
	
	
	
	#main .qib-button-wrapper .quantity input.input-text.qty.text {
		width: 40px;
	}
	
	
	.summary.entry-summary .qib-button.qib-button-wrapper .qib-button {
		font-size: 26px;
		width: 28px;
	}
	
	
	
	
	
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: 1px solid rgba(0,0,0,0.1) !important;
		 width: 100%;
	}
	
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background: #B90807 !important;
	}
	
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #fff !important;
	}
	
	
	
	#main .summary.entry-summary h1 {
		font-size: 33px;
	}
	
	
	.single-product .summary {
		margin-top: 40px;
	}
	
	
	
	
	.actions .coupon #coupon_code {
		margin: 17px 0 24px;
		max-width: 100% !important;
	}
	
	
}/*====media close====*/




@media only screen and (min-width:640px) and (max-width:820px){
	
		
	#main ul.products, #main .related.products ul {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}	
		
		
		
		
	#main ul.products li, #main .related.products ul li {
		width: 48%;
		margin: 0 0 30px;
	}



	#main ul.products::after, #main ul.products::before {
		display: none;
	}



	
}/*====media close====*/







/*==============================SHOP==================================*/








/*==============================CATEGORY==================================*/




@media (max-width:900px){
	
		
	.full-banner.inner-page {
		margin-bottom:0px;
	}	
		
		
		
	.full-banner.inner-page::after, 
	.full-banner.inner-page::before {
		display: none;
	}	


	.full-banner.inner-page .caption h2 {
		font-size: 30px;
	}


	.full-banner.inner-page .caption p {
		font-size: 16px;
		line-height: 16px;
	}


	.full-banner.inner-page .container {
		top: 20%;
		padding: 0 20px;
	}



	.category-section .section2-content {
		padding: 40px 20px;
	}



	.section2-block.category-section:nth-child(2) .section2-content {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}	
	
	
	.category-section .section2-content br {
		display: none;
	}
	
	
	
}/*====media close====*/






@media only screen and (min-width:900px) and (max-width:1300px){
	

	.section2-block-inner img {
		height: 700px;
		object-fit: cover;
	}	
	
	
}/*====media close====*/








/*==============================CATEGORY==================================*/






/*==============================ARTICLE==================================*/


@media (max-width:767px){


	.article-banner {
		margin-top: 60px;
	}
		

	.page-template-article-page-tpl img.desktop-image {
		display: none;
	}	
		

	.page-template-article-page-tpl img.mobile-image {
		display: block;
	}



	.article-title-text {
		margin: 50px auto;
	}


	.article-video-section {
		margin: 36px 0 55px;
	}


	.article-full-2 {
		margin: 40px 0 43px;
	}


	.article-title-text h2 {
		font-size: 30px;
	}


	.article-title-text h2::after {
		width: 70px;
		margin: 6px auto 0;
	}	
	
	
	.article-title-text p {
		color: #CBCDD5;
		font-size: 20px;
		line-height: 20px;
	}


	.article-social-link {
		display: none;
	}


	.article-full-3 {
		padding-bottom: 70px;
	}

	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.article-title-text p {
		font-size: 30px;
		line-height: 30px;
	}


	.article-banner {
	    margin-top: 55px;
	}
	
	
}/*====media close====*/





/*==============================ARTICLE==================================*/





/*=============================SHOWROOMS=================================*/



@media (max-width:767px){
	

	.page-template-showrooms-tpl img.desktop-image {
		display: none;
	}	
		

	.page-template-showrooms-tpl img.mobile-image {
		display: block;
	}


	.shorooms-page .article-fixed-mobile {
		margin-bottom: 0;
	}


	.shorooms-map {
		width: 100%;
		padding-bottom: calc( 0.7 * 100% );
	}


	.shorooms-detail {
		width: 100%;
		padding: 64px 20px 40px;
		text-align: center;
	}


	.shorooms-detail h3::after {
		margin: 5px auto 0;
	}


	.shorooms-detail h3 {
		font-size: 30px;
	}


	.shorooms-detail ul li {
		margin: 0 0 3px;
		font-size: 20px;
		color: #CBCDD5;
		line-height: 22px;
	}


	.shorooms-link {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.shorooms-link a.read-more {
		font-size: 20px;
		padding: 10px 15px 3px 48px;
	}


	.shorooms-link a.shorooms-chat {
		margin-left: 0;
	}
	
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
		
	.shorooms-detail h3 {
		font-size: 30px;
	}


	.shorooms-detail ul li {
		font-size: 28px;
		margin: 0 0 2px;
	}


	.shorooms-detail {
		width: 50%;
		padding: 50px 5% 100px;
	}


	.shorooms-map {
		width: 50%;
	}	


	.shorooms-link a.read-more {
		font-size: 22px;
		padding: 9px 15px 3px 48px;
	}

	
	
}/*====media close====*/




/*=============================SHOWROOMS=================================*/





/*=========================FOOTER==========================*/



@media (max-width:900px){


	footer#site-footer {
		padding: 30px 0 120px;
	}


    .footer-top-inner {
		margin: 0 auto 50px;
	}
	
	
	.footer-form .container {
		border-top: none;
		border-bottom: none;
		padding: 47px 20px 15px;
		position: relative;
	}



	.footer-form .input-field {
		width: 100%;
		margin-bottom: 26px;
	}



	.footer-form .input-field:nth-child(2) {
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
	}
	
	
	
	.footer-form .input-field.input-submit {
		order: 5;
		-webkit-order: 5;
		-moz-order: 5;
		-ms-order: 5;
	}
	
	
	
	
	.footer-form .input-field:nth-child(3) {
		order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
	}
	
	
	
	.form-set-block h3 {
		margin: 0 0 30px;
	}
	
	
	
	.footer-form .input-field:nth-child(4) {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	
	.footer-form .input-field label {
		top: -11px;
	}


	.input-field.input-submit input[type="submit"] {
		background-position: 90px center;
		max-width: 100%;
	}
	
	
	.footer-form {
	    margin-bottom: 0;
	}
	
	
	.footer-new-block .container {
		padding: 0px 20px;
	}
	
	
	.footer-menu-links {
		margin: 40px 0 0;
	}
	

}/*===media close===*/






@media (max-width:767px) {

	.form-set-block h3 {
		text-align: center;
	}
	
	
	.footer-showroom {
		margin: 0 auto 60px;
		width: 100%;
	}
	
	
	.form-set-block {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}


	.footer-top-list ul li {
		width: 100%;
		background-size: 32px;
		padding-right: 40px;
		margin: 0 0 15px;
	}
	
	
	.footer-top-list ul li span {
		font-size: 22px;
		line-height: 20px;
	}
	
	
	.footer-top-list ul li p {
		font-size: 20px;
		line-height: 20px;
	}


	.footer-bottom {
		padding: 30px 0 30px;
		width: 100%;
		margin: 30px auto 0;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	
	
	.footer-bottom .footer-logo {
		display: none;
	}


	.footer-bottom .credits {
		margin-left: 0;
	}
	
	
	.footer-form {
		width: 100%;
		padding: 0;
		border: none;
	}
	
	
	.form-set-block {
		padding-bottom: 0;
		padding-top: 84px;
	}
	
	
	.footer-showroom .form-set-block {
		padding-top: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	
	
	.form-set-block .form-set1 {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	
	.form-set-block .form-set1:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	
	
	#site-footer #bottom-contact .input-field {
		margin-bottom: 15px;
	}
		
	
	
	#site-footer #bottom-contact .input-field.input-submit {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	

	
	
	
	.footer-form .wpcf7-form {
		padding-top: 0;
	}
	
	
	.form-set-block .form-divider-line {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		background: transparent;
		background-size: auto;
		height: 14px;
		background-size: 100%;
	}
	

	
	
	.form-set-block .form-divider-line::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 8px;
	}
	

	.footer-form .input-field .wpcf7-not-valid-tip {
		position: static;
	}
	
	
	.wrapper-iframe-showroom {
		padding: 50px 20px;
		margin: 0 -20px;
	}
	
	
	.wrapper-iframe-showroom .close-iframe {
	  width: 32px;
	  height: 32px;
	  line-height: 34px;
	  font-size: 14px;
	  left: 15px;
	  top: 20px;
	}
	
	
	
	.wrapper-iframe-showroom iframe {
		/*	height: 800px;*/
		height: 1020px;
	}
	
	
	
	
	.success-message-custom p {
	  position: relative;
	  top: -26px;
	}
	
	
	
	.success-message-custom {
	  margin: 100px 0 84px;
	}
	
	
	.footer-bottom-detail .container {
		border-top: none;
	}
	
	
	.article-fixed-mobile ul li.call-icon {
		display: block !important;
	}
	
	
}/*===media close===*/






@media (min-width:767px) and (max-width:1000px){


	.footer-form .input-field {
		width: 48%;
	}
	
	
	.footer-showroom .input-field {
		width: 100%;
	}


	.footer-form {
		width: 100%;
		padding: 50px 0px 30px;
		border-right: none;
	}	


	.footer-bottom {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		padding: 30px 0 30px;
		margin: 30px auto 0;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}


	.bottom-gallery-video-wrapper {
		margin: 90px auto 90px;
	}
	
	
	.input-field.input-submit input[type="submit"] {
		max-width: 256px;
	}
	
	
	.footer-new-block .container {
		padding: 0px 20px;
	}
	
	
	
	.footer-form .input-field label {
		top: -10px;
	}
	
	
	
	.footer-bottom-detail .container {
		border-top: none;
	}
	

	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1270px){

	.form-set-block h3 {
		font-size: 30px;
		line-height: 32px;
	}


	.footer-new-block .container {
		padding: 0px 20px;
	}
	
	
}/*===media close===*/





@media (max-width:1000px){
	
	
	footer#site-footer {
		padding: 100px 0 120px;
	}
	
	
	.article-fixed-mobile ul li {
		margin: 0 8px;
	}


	.article-fixed-mobile ul li a {
		width: 53px;
		height: 53px;
	}
	
	
	#site-footer .mailing-confirmation .form-check .wpcf7-checkbox input {
		top: 0px;
	}
	
	
}/*===media close===*/





@media (min-width:767px){
	
	/*.article-fixed-mobile ul li.call-icon, 
	.shorooms-link a.shorooms-call, 
	.single-caption-top ul.media-link li.call-icon {
		display: none;
	}*/
	
	
	.shorooms-link a.shorooms-call {
		display: none;
	}
	
	
}/*===media close===*/




/*=========================FOOTER==========================*/




/*=========================IFRAME==========================*/


.page-template-iframe-page-tpl #site-content{
	background: #fff;
}


.page-template-iframe-page-tpl .default-caption {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
}


.page-template-iframe-page-tpl img.mobile-banner-img, 
.page-template-iframe-page-tpl img.mobile-image {
	display: none;
}



.page-template-default img.mobile-banner-img, 
.page-template-default img.mobile-image, 
.error404 .default-fluid-banner img.mobile-banner-img {
	display: none;
}


.page-template-iframe-page-tpl .default-fluid-banner img {
	height: auto;
}


.page-template-iframe-page-tpl .default-caption h1 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
}


.page-template-iframe-page-tpl .default-caption h1::after {
	content: "";
	display: none;
	width: 100px;
	height: 4px;
	background: #B90807;
	margin: 0 auto;
}


.page-template-iframe-page-tpl .iframe-column {
	padding-bottom: 50px;
	background: #fff
}


.iframe-column iframe {
	border: none;
	/*height: auto !important;
	min-height: 620px;*/
}


.page-template-iframe-page-tpl .article-video-section {
	margin: 40px 0 60px;
}


.page-template-iframe-page-tpl .article-title-text p, 
.page-template-iframe-page-tpl .article-title-text h2, 
.page-template-iframe-page-tpl .article-title-text h3, 
.page-template-iframe-page-tpl .article-title-text h4 {
	color: #000;
}


.page-template-iframe-page-tpl .article-title-text h2::after {
	display: none;
}



.article-title-text p:empty {
	display: none;
}



.page-template-iframe-page-tpl .default-fluid-banner.bnr-dflt img {
	display: none;
}


.page-template-iframe-page-tpl .default-fluid-banner.bnr-dflt .default-caption {
	margin-top: 20px;
}




@media (max-width:767px){
	
	.page-template-iframe-page-tpl img.mobile-banner-img, 
	.page-template-iframe-page-tpl img.mobile-image {
		display: block;
	}

	.page-template-iframe-page-tpl img.desktop-banner-img, 
	.page-template-iframe-page-tpl img.desktop-image, 
	.error404 .default-fluid-banner img.desktop-banner-img  {
		display: none;
	}
	
	
	.page-template-default img.mobile-banner-img, 
	.page-template-default img.mobile-image, 
	.error404 .default-fluid-banner img.mobile-banner-img {
		display: block;
	}

	.page-template-default img.desktop-banner-img, 
	.page-template-default img.desktop-image {
		display: none;
	}
	
	
	.page-template-iframe-page-tpl .iframe-column iframe {
		min-height: 750px;
	}
	
}/*====media close====*/



@media (min-width:767px){
	
	.page-template-iframe-page-tpl .default-fluid-banner img {
		height: 530px;
		object-position: inherit;
	}
	
}/*====media close====*/


.article-fixed-mobile ul li.call-icon, 
.article-fixed-mobile ul li.app-icon {
	display: none;
}


/*=========================IFRAME==========================*/







.wrapper-mailing-confirmation {
  direction: rtl;
    width: 100%;
    text-align: revert;
    margin-top: 0px;
}
.mailing-confirmation .wpcf7-list-item-label {
  display: none;
}

.mailing-confirmation .wpcf7-list-item {
	margin-right: 0;
	margin-left: 10px;
}

.mailing-confirmation .form-check {
  display: flex;
  padding-right: 0;
}

.mailing-confirmation .form-check-label {
	color: #CBCDD5;
	font-size: 17px;
	line-height: 17px;
	text-align: right;
}

.mailing-confirmation .form-check-label a{
	color: #CBCDD5;
}


@media (max-width: 900px) {
	.wrapper-mailing-confirmation {
		order: 4;
		margin-top: 0;
		margin-bottom: 5px;
	}
}



/*===========================NEW HOME PAGE START============================*/


.new-home-page .full-banner .container {
	padding: 0 6%;
	top: 27%;
}


.new-home-page {
	background: #000;
}



.wt-banner {
	position: relative;
}


.wt-banner img {
	width: 100%;
}


.wt-banner .container {
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 90%;
	width: 100%;
}


.wt-banner .caption {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.wt-banner .caption img {
	width: 24vw;
}



.wt-section1 {
	padding: 120px 0 150px;
}


.wt-section1 h2 {
	text-align: center;
	color: #fff;
	font-size: 24px !important;
	line-height: normal !important;
	margin: 0 0 48px;
	padding: 0 20px;
}


.wt-section1 .container {
	width: 84%;
	max-width: 100%;
}


.wt-section1 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	position: relative;
}


.wt-section1 .container::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	width: 1px;
	height: 100%;
	opacity: 0.2;
}


.wt-section1 .wt-1-left, 
.wt-section1 .wt-1-right {
	width: 44%;
	padding: 35px 0;
	position: relative;
}


.wt-section1 .btn-color {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}


.wt-car-image {
	margin-bottom: 36px;
}


.wt-car-image img {
	width: 100%;
}


.wt-car-logo {
	margin-bottom: 34px;
	text-align: center;
}


.wt-car-logo img {
	display: inline;
}


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


.btn-color a {
	text-decoration: none;
	background: #CB0000;
	color: #000;
	display: inline-block;
	width: 100%;
	max-width: 226px;
	line-height: 56px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	border: 1px solid #707070;
	font-family: 'Almoni Tzar ML v5 AAA';
}


.btn-color.audio-btn a {
	position: relative;
}	


.btn-color.audio-btn .sc_player_container1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}


.btn-color.audio-btn span {
	background: url("images/audio-black-icon.png") no-repeat right center;
	padding-right: 40px;
	background-size: 20px;
}

.btn-color.audio-btn a:hover span {
	background: url("images/layer2.png") no-repeat right center;
	padding-right: 40px;
	background-size: 20px;
}



.btn-color a.green-btn {
	background: #DAEF33;
	color: #000;
	box-shadow: 0px 0px 6px #D5F100;
}


.btn-color a:hover {
	background: #fff;
	color: #B90807;
	outline: none;
}


.wt-section2 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.wt-section2 .wt-2-left, 
.wt-section2 .wt-2-right {
	width: 50%;
}


.wt-section2 img {
	width: 100%;
}


.wt-2-content {
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 127px 20px;
}


.wt-2-content h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 70px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Almoni Tzar ML v5 AAA';
}


.wt-2-content h2 span {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}


.wt-2-content ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}


.wt-2-content ul li, 
.wt-2-content p {
	font-size: 24px;
	line-height: 28px;
}


.wt-2-content ul li {
	margin: 0 0 0;
}



.wt-section5 img {
	width: 100%;
}


.wt-section5 {
	position: relative;
	padding: 91px 0 140px;
}


.wt-content5 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: rgba(0,0,0,0.66);
	text-align: center;
	padding: 70px 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.wt-content-inner5 {
	max-width: 450px;
	margin: 0 auto;
}


.wt-content-inner5 h2 {
	font-size: 70px;
	margin: 0 0 28px;
	color: #fff;
	font-weight: 400;
}


.wt-content-inner5 p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}






@media (max-width:767px){


	.new-home-page .caption {
		max-width: 213px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}


	.new-home-page .full-banner .container {
		top: 15%;
	}


	.wt-section1 {
		padding: 70px 0 50px;
	}


	.wt-section1 .container {
		width: 100%;
		padding: 0 10px;
	}


	.wt-section1 .wt-1-left, 
	.wt-section1 .wt-1-right {
		width: 48%;
		padding: 20px 0 0;
		position: relative;
	}


	.wt-car-logo {
		margin-bottom: 10px;
	}


	.wt-car-logo img {
		max-width: 60px;
		height: 70px;
		object-fit: contain;
	}


	.wt-1-right .wt-car-logo img {
		max-width: 95px;
	}


	.wt-section1 .container::after {
		left: 7px;
	}


	.wt-section1 .btn-color a {
		max-width: 133px;
		line-height: 37px;
		font-size: 20px;
	}


	.wt-section2 .wt-2-left, 
	.wt-section2 .wt-2-right {
		width: 100%;
	}


	.wt-section2 .wt-2-right {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.wt-2-content {
		padding: 50px 20px 100px;
	}


	.new-home-page h2 {
		margin: 0 0 15px;
		font-size: 50px;
	}


	.wt-2-content p {
		font-size: 20px;
		line-height: 24px;
	}


	.wt-2-right .wt-2-content {
		padding-bottom: 60px;
	}


	.new-home-page p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}


	.btn-color a {
		max-width: 198px;
		line-height: 52px;
		font-size: 20px;
	}


	.new-home-page .bottom-gallery-video-wrapper {
		margin-top: 0;
	}	


	.wt-section5 {
		position: relative;
		padding: 80px 0 0;
	}



	.wt-content5 {
		position: static;
		width: 100%;
		padding: 70px 20px 0;
	}
	
	
}/*===media close===*/




@media (min-width:767px) and (max-width:1000px){
	

	.new-home-page .full-banner .caption {
		max-width: 220px;
	}


	.wt-section1 .container {
		width: 100%;
	}


	.wt-section1 .wt-1-left, 
	.wt-section1 .wt-1-right {
		position: relative;
	}


	.new-home-page h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}


	.wt-section5 {
		padding: 91px 0 0;
	}


	.wt-content-inner5 {
		max-width: 350px;
		padding: 70px 0 0;
	}
	
	
}/*===media close===*/




/*===========================NEW HOME PAGE END============================*/




/*=============================ELECTRIC PAGE==============================*/

body.page-template-electric-tpl {
	background-color: #000 !important;
}

.page-template-electric-tpl .default-fluid-banner {
	display: none;
}



.page-template-electric-tpl .three-block-section {
	border-bottom: 50px solid #D5ED2D;
}


.three-block-list ul li img {
	width: 100%;
}



#car-model-slider {
	position: relative;
}


.car-model-slider img {
	width: 100%;
}


#car-model-slider .swiper-pagination {
	bottom: 53px;
}

.car-model-slider .swiper-pagination span {
	width: 100px;
	height: 13px;
	opacity: 1;
	border-radius: 0;
	background: transparent;
	border: 1px solid #fff;
}


.car-model-slider .swiper-pagination span:nth-child(5) {
	border-color:#0987F5;
}

.car-model-slider .swiper-pagination span.swiper-pagination-bullet-active:nth-child(5) {
	background:#0987F5;
	box-shadow: 0px 0px 6px #0987F5;
}


.car-model-slider .swiper-pagination span:nth-child(4) {
	border-color:#B53238;
}

.car-model-slider .swiper-pagination span.swiper-pagination-bullet-active:nth-child(4) {
	background:#B53238;
	box-shadow: 0px 0px 6px #94292F;
}


.car-model-slider .swiper-pagination span:nth-child(3) {
	border-color:#CBDE45;
}

.car-model-slider .swiper-pagination span.swiper-pagination-bullet-active:nth-child(3) {
	background:#CBDE45;
	box-shadow: 0px 0px 6px #CBDE46;
}


.car-model-slider .swiper-pagination span:nth-child(2) {
	border-color:#707070;
}

.car-model-slider .swiper-pagination span.swiper-pagination-bullet-active:nth-child(2) {
	background:#707070;
	box-shadow: 0px 0px 6px #707070;
}


.car-model-slider .swiper-pagination span {
	border-color:#fff;
}

.car-model-slider .swiper-pagination span.swiper-pagination-bullet-active {
	background:#fff;
	box-shadow: 0px 0px 6px #fff;
}



.car-gallery-slider {
	position: relative;
	background: #D5ED2D;
	padding: 55px 0 80px;
}


#car-gallery-slider {
	margin: 0 6vw 0 0;
}


#car-gallery-slider .swiper-slide {
	position: relative;
	padding-bottom: calc( 0.18 * 100% );
}


#car-gallery-slider .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.car-gallery-slider .swiper-slide-active {
	padding-bottom: calc( 0.32 * 100% ) !important;
}



.car-gallery-caption-inner {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
}


.car-gallery-caption-inner.active-caption {
	opacity: 1;
	visibility: visible;
}



.car-gallery-caption {
	position: absolute;
	width: 58vw;
	left: 4vw;
	text-align: right;
	bottom: 190px;
}



.car-gallery-caption-inner h2 {
	color: #000;
	font-weight: 700;
	margin: 0 0 4px;
}


.car-gallery-mobile-caption {
	display: none;
	text-align: right;
}


.car-gallery-mobile-caption h2 {
	color: #000;
	font-weight: 700;
	text-align: right;
	font-size: 25px;
}



.car-gallery-slider .swiper-pagination {
	display: none;
}


.car-gallery-slider .swiper-pagination span {
	width: 42px;
	height: 6px;
	border-radius: 0;
	opacity: 1;
	background: #fff;
}


.car-gallery-slider span.swiper-pagination-bullet-active {
	background: #D5ED2D;
}





#car-gallery-slider  .swiper-button-prev {
	right: auto;
	left: 62%;
	transform: translateX(-50%);
	top: 60%;
}


.car-gallery-slider .swiper-button-prev::after {
	background: url("images/down_arrow_30.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 30px;
}


#car-gallery-slider  .swiper-button-next {
	left: 59%;
	transform: translateX(-50%);
	top: 60%;
}


.car-gallery-slider .swiper-button-next::after {
	background: url("images/down_arrow_31.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 30px;
}



@media (max-width:767px){


	.car-model-slider .swiper-pagination {
		bottom: 10px !important;
	}

	.car-model-slider .swiper-pagination span {
		width: 42px;
		height: 6px;
	}
	

	.page-template-electric-tpl .section4 .single-block-outer:last-child img.logo-595, 
	.page-template-electric-tpl .top-content-position .logo-595 {
	  width: 100%;
	  max-width: 100%;
	}	
	
	
	.page-template-electric-tpl .section4 .single-block-outer:last-child .top-content-position {
		margin-top: 69px;
	}
	
	
}/*===media close===*/





@media (max-width:1000px){


	#car-gallery-slider {
		margin: 0;
	}


	.car-gallery-slider .swiper-slide-active {
		padding-bottom: 0 !important;
	}


	#car-gallery-slider .swiper-slide {
		padding-bottom: 0;
	}


	#car-gallery-slider .swiper-slide img {
		position: static;
		height: 400px;
		object-fit: cover;
	}


	#car-gallery-slider .swiper-button-next, 
	#car-gallery-slider .swiper-button-prev, 
	.car-gallery-caption {
		display: none;
	}


	.car-gallery-slider {
		padding: 55px 0;
	}


	.car-gallery-mobile-caption {
		display: block;
		padding: 34px 20px 0;
	}


	.car-gallery-slider .swiper-pagination {
		display: block;
		bottom: auto !important;
		top: 410px;
	}
	
	
}/*===media close===*/




@media (min-width:1000px){


	.car-gallery-slider {
		padding-top: 30vw;
	}

		
	.car-gallery-slider .swiper-slide-active {
		width: 420px !important;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}


	#car-gallery-slider .swiper-slide {
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
	}


	#car-gallery-slider .swiper-button-prev {
		left: 61vw;
		top: 19vw;
	}


	#car-gallery-slider .swiper-button-next {
	  left: 58vw;
	  top: 19vw;
	}

	
	
}/*===media close===*/





@media only screen and (min-device-width: 1000px)  and (orientation:landscape) {


	.car-gallery-mobile-caption, 
	.car-gallery-slider .swiper-pagination {
		display: none;
	}


	#car-gallery-slider .swiper-slide img {
		position: absolute;
		height: 100%;
	}


	.car-gallery-caption {
		display: block;
	}


	#car-gallery-slider .swiper-slide {
		padding-bottom: calc( 0.17 * 100% );
	}

	.car-gallery-slider .swiper-slide-active {
		padding-bottom: calc( 0.32 * 100% ) !important;
	}


	 #car-gallery-slider {
		margin: 0 6vw 0 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	  }
	
	
}/*====media close====*/





@media (min-width:1000px) and (max-width:1400px){
		
	.car-gallery-slider .swiper-slide-active {
		width: 324px !important;
	}	


	.car-gallery-caption {
		width: 54vw;
		bottom: 166px;
	}


	#car-gallery-slider .swiper-button-next, 
	#car-gallery-slider .swiper-button-prev {
		display: flex;
	}


	#car-gallery-slider .swiper-button-prev {
		left: 57vw;
	}


	#car-gallery-slider .swiper-button-next {
		left: 54vw;
	}


	.car-gallery-slider .swiper-button-prev::after, 
	.car-gallery-slider .swiper-button-next::after {
		width: 12px;
		height: 25px;
		background-size: 100%;
	}
	
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1300px){

	.car-gallery-caption p {
		font-size: 20px;
		line-height: 22px;
	}

}/*====media close====*/




@media (min-width:1200px) and (max-width:1300px){


	#car-gallery-slider .swiper-button-prev {
		left: 63vw;
		top: 19vw;
	}


	#car-gallery-slider .swiper-button-next {
		left: 61vw;
		top: 19vw;
	}
		
	.car-gallery-caption {
		width: 60vw;
		bottom: 180px;
	}	
	
	
}/*====media close====*/




@media (min-width:1300px) and (max-width:1400px){


	#car-gallery-slider .swiper-button-prev {
		left: 65vw;
		top: 63%;
	}


	#car-gallery-slider .swiper-button-next {
		left: 63vw;
		top: 63%;
	}
		
	.car-gallery-caption {
		width: 62vw;
		bottom: 200px;
	}	
	
	
}/*====media close====*/




@media (min-width:1600px) and (max-width:2100px){


	#car-gallery-slider .swiper-button-prev {
		left: 64vw;
	}


	#car-gallery-slider .swiper-button-next {
		left: 62vw;
	}
		
	.car-gallery-caption {
		width: 61vw;
		bottom: 215px;
	}	
	
	
}/*====media close====*/	



/*=============================ELECTRIC PAGE==============================*/