/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    -ms-overflow-style: scrollbar;
}
body {
    font-family: 'Arial';
    color: #606968;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    background-color: #fff;
}
h1{font-size: 55px;line-height: 67px;}
h2{font-size: 50px;line-height: 62px;}
h3{font-size: 35px;line-height: 47px;}
h4{font-size: 28px;line-height: 40px;}
h5{font-size: 22px;}
h6{font-size: 16px;color: #666;letter-spacing: 3px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #222;
    font-family: "Arial";
    font-weight: 600;
    margin-bottom: 20px;
}
input, button, select, textarea{
    outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td{
	text-align:left;
	vertical-align:top;
	padding: 5px 0;
}
.table, img, label {
    max-width: 100%;
}
label.formControlLabel{
    display: block !important;
}
.clear{
	clear: both;
}
a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

b, strong, .bold{
    font-family: "Arial";
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
.page-header{
    margin: 0 0 20px;
    padding: 0;
    border: none;
}
.page-header h2{
    font-size: 50px;
    color:#222;
    font-family: "Arial";
    font-weight: bold;
    line-height: 60px;
    margin: 40px 0;
    text-align: center;
}
/**
 * Main Content
 */
.mainContent{
    /*overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}
#system-message {
	margin-bottom: 0;
}
#system-message .alert {
	margin-bottom: 0;
	border-radius: 0;
}
#system-message .alert-warning {
	border: 0;
}
#messageModal button.close{
    margin-top: -5px;
}
#messageModal h2{
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
}
#messageModal .message ul{
    padding: 0;
}
/**
 * Pagination
 */
.pagination {
    margin: 0;
    float: right;
    width: 100%;
    text-align: center;
}
.pagination .counter{
    margin: 6px 0;
}
.pagination .pagination-list {
    list-style: none;
    z-index: 100;
    padding: 0;
    margin-bottom: 40px;
}
.pagination .pagination-list > li {
    display: inline-block;
    width: 32px;
    text-align: center;
    margin: 0 2px;
    /* background: #161616; */
}
.pagination .pagination-list > li.disabled > a {
    color: #fff;
}
.pagination .pagination-list > li:last-child {
    margin-right: 0;
}
.pagination .pagination-list > li:first-child {
    margin-left: 0;
}
.pagination .pagination-list > li.active {
    background-color: #fff;
}
.pagination .pagination-list > li.active > a {
    color: #000;
}
.pagination .pagination-list > li > a {
    color: #969696;
    display: block;
    padding: 6px;
}
.pagination .pagination-list > li > a:hover,
.pagination .pagination-list > li > a:focus {
    text-decoration: none;
}
.icon-first:before {
    content: "\f049";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-previous:before {
    content: "\f04a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-next:before {
    content: "\f04e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-last:before {
    content: "\f050";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
/**
 * check box
 */
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]+label span {
    display: inline-block;
    width: 25px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('../images/checkbox.png') no-repeat;
    cursor: pointer;
}
input[type="checkbox"]:checked+label span {
    background: url('../images/checkbox-active.png') no-repeat;
}
/**
 * columns of same height
 */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 10px;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/**
 * Menu mobile
 */
.velaMobileToggle{
    display: none;
    float: left;
    margin-top: 26px;
    margin-left: 20px;
    text-align: right;
    height: 32px;
}
.velaMobileToggle a{
    font-size: 32px;
    color: #cd2027;
}
.mobile-menu{
    display: none;
}
.btn-primary{
    background: #cd2027;
    border-color: #cd2027;
}
.btn-primary:hover{
    background: #000;
    border-color: #000;
}
/*------Mainmenu----------*/
#velaHeaderMain{
    position: relative;
}
#velaHeaderMain .header-nav-fixed{
    border-bottom: 1px solid #c9c8c8;
    height: 85px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#velaHeaderMain .header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 15;
}
.velaLogo{
    margin-top: 15px;
    margin-bottom: 0;
}
/*------Mainmenu----------*/
.main-menu {
    float: left;
}
.main-menu .header-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu .header-menu > li {
    position: relative;
    float: left;
    margin-bottom: 0;
    padding: 0 12px;
}
.header-menu li a {
    font-size: 18px;
    color: #222;
}
.main-menu .header-menu > li > a {
    display: block;
    position: relative;
    padding: 13px 0;
    line-height: 52px;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    font-family: 'Arial';
    font-weight: 600;
}
.main-menu .header-menu > li.current > a,
.main-menu .header-menu > li:hover > a,
.main-menu .header-menu > li > a.hover {
    border-bottom: 4px solid #d63333;
    color: #d63333;
}
.main-menu .header-menu > li > a.red{
    color: #d63333;
}
/**------Sub Menu--------**/
.main-menu .header-menu > li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0 0 20px;
    list-style: none;
    position: absolute;
    width: 270px;
    top: 105%;
    left: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.main-menu .header-menu > li > ul li > ul, .main-menu .header-menu > li > ul {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-menu .header-menu > li:hover > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 2;
}
.main-menu .header-menu > li > ul li:hover > ul, .main-menu .header-menu > li:hover > ul {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.main-menu .header-menu > li > ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.main-menu .header-menu > li > ul li a {
    position: relative;
    display: block;
    padding: 10px 25px;
    text-decoration: none !important;
    font-weight: 400;
}
.main-menu .header-menu > li > ul li a:hover{
    background: #cd2027;
    color: #fff;
}
.main-menu .header-menu > li > ul li.parent > a:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50%;
    margin-top: -7px;
    right: 20px;
    font-size: 14px;
    content: "\f105";
}

.main-menu .header-menu > li > ul li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0 0 10px;
    list-style: none;
    position: absolute;
    width: 290px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 5px;
}
.main-menu .header-menu > li > ul li:hover > ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
    z-index: 1;
}
/*------Megamenu----------*/
.menumega{
    position: absolute;
    background: #fff;
    width: 100%;
    top: 85px;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.xcol{
    height: 60%;
}
.tabmega {
    float: left;
    width: 17%;
}
.tabcontent{
    float: left;
    width: 83%;
    border-left: none;
}
.mainTab{
    width: 100%;
    display: inline-block;
}
.tabmega .mainTab{
    padding: 70px 0 100px 80px;
}
.tabcontent .mainTab{
    padding: 40px 180px 40px 100px;
}
.tabcontent .mainTab .owl-stage {
    min-width: 10317px;
}
.tabcontent .mainTab .menu-grid{
    width: 370px;
    float: left;
}
.tabmega button {
    display: block;
    background-color: inherit;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    color: #646464;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Arial';
}
.tabmega button:hover {
    color: #d63333;
}
.tabmega button.active {
    color: #d63333;
}
.menu-footer{
    background: #f5f5f5;
    padding: 40px 0;
    float: left;
    width: 100%;
}
.menu-footer span{
    font-size: 22px;
    color: #222;
    line-height: 58px;
}
.btn-compare{
    float: right;
    padding: 18px 50px;
    font-family: 'Arial';
    font-size: 16px;
    text-transform: uppercase;
}
/*------Megamenu carousel----------*/
.menumega .content{
    font-family: 'Arial';
    text-align: center;
    color: #222;
    font-size: 25px;
    padding-top: 30px;
}
.menumega .content a:hover{
    color: #d63333;
}
.menumega  .owl-controls{
	top: 0;
	height: 100%;
	margin-top: 0;
}
.menumega  .owl-controls .owl-nav div{
	position: absolute;
	height: 100%;
	width: 26px;
	top: 0;
	text-indent: -9999px;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	z-index: 1;
}
.menumega .owl-controls .owl-nav div:before{
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/menu-icon-prev.png) no-repeat;
	content: "";
}
.menumega .owl-controls .owl-prev{
    left: -80px;
}
.menumega .owl-controls .owl-nav div.owl-next{
	right: -80px;
}
.menumega .owl-controls .owl-nav div.owl-next:before{
	background: url(../images/menu-icon-next.png) no-repeat;
}
/*------slideshow----------*/
#slideshow{
    display: inline-block;
    width: 100%;
}
#slideshow .djslider-default .slide-desc{
    bottom: inherit;
    top: 28%;
}
#slideshow .slide-desc-text-default{
    padding: 0
}
#slideshow .djslider-default .navigation-container{
    top: 48% !important;
}
#slideshow .djslider-default .navigation-container-custom,
#slideshow .djslider-default .navigation-numbers{
    bottom: 47px;
    top: inherit;
    left: 44%;
}
#slideshow .slide-desc-bg-default{
    background: none !important;
}
#slideshow .slide-desc-text-default .slide-title a{
    font-family: 'Arial';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#slideshow .slide-desc-text-default .slide-text{
    font-family: 'Arial';
    font-size: 80px;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 5px;
}
#slideshow .slide-desc-text-default a.readmore{
    float: left;
    color: #fff;
    font-size: 25px;
    background: url(../images/long-arrow-right.png) no-repeat right;
    font-family: 'Arial';
    padding-right: 50px;
    margin-top: 40px;
}
#slideshow .djslider-default .load-button{
    width: 33px;
    height: 2px;
    margin: 0 10px;
    border-radius: 0;
    background: #888;
    border: 2px solid #fff;
    opacity: 1
}
#slideshow .djslider-default .load-button.load-button-active{
    border: 2px solid #cd2027;
}
#slideshow .djslider-default .navigation-container .prev-button{
    left: 70px;
}
#slideshow .djslider-default .navigation-container .next-button{
    right: 90px;
}
/*------New cars----------*/
.newcars .box-item{
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.newcars .box-item .boxImage{
    width: 100%;
    height: 100%;
}
.newcars .box-item .intro{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
}
.newcars .box-item .intro .cate-title{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.newcars .box-item .intro .title{
    font-family: 'Arial';
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}
/*------news-home----------*/
.news-home {
    padding: 100px 0 50px;
}
.news-home .event{
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px
}
.news-home .event-title{
    font-family: 'Arial';
    font-size: 70px;
    color: #222;
    line-height: 70px;
    padding-bottom: 45px;
}
.post-grid{
    margin-bottom: 50px;
}
.post-grid .image{
    padding-bottom: 30px;
}
.post-grid .post-meta-cate{
    font-family: 'Arial';
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.post-grid .title-relative{
    padding-bottom: 10px;
    height: 70px;
    overflow: hidden;
}
.post-grid .title{
    font-family: 'Arial';
    font-size: 20px;
    color: #222;
    line-height: 30px;
}
.post-grid .meta-unit{
    font-size: 16px;
    color: #888;
}

.news-home .owl-controls{
    position: absolute;
    top: -100px;
    right: 0;
}
.news-home .owl-controls .owl-prev,
.news-home .owl-controls .owl-next{
    float: left;
    position: relative;
    text-indent: -99999px;
}
.news-home .owl-controls .owl-prev:before,
.news-home .owl-controls .owl-next:before{
    position: absolute;
    top: 0;
    width: 41px;
    height: 28px;
    content: "";
}
.news-home .owl-controls .owl-prev:before{
    left: -170px;
    background: url(../images/owl-left.png) no-repeat;
}
.news-home .owl-controls .owl-next:before{
    right: 0;
    background: url(../images/owl-right.png) no-repeat;
}
/*------tab-slick----------*/
.tab-slick{
    padding: 60px 0;
    text-align: center;
}
.tab-slick .event{
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
    color: #606968;
    text-transform: uppercase;
    letter-spacing: 3px
}
.tab-slick .event-title{
    font-family: 'Arial';
    font-size: 70px;
    color: #222;
    line-height: 70px;
    padding-bottom: 10px;
}


#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   z-index: 1;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   border-bottom: none;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:0 40px;
   background: transparent;
   color:#606968;
   border: none;
   font-family: 'Arial';
   text-transform: uppercase;
}
#centeredmenu ul li a:hover {
   background: transparent;
   color:#cc0000;
}
#centeredmenu ul li.active a,
#centeredmenu ul li.active a:hover {
   color:#cc0000;
   background: transparent;
}
/*------slick-slider----------*/
.slick-slider{
    padding-top: 40px;
}
.slick-slide{
    padding: 80px;
    outline: none;
}
.slick-slider .slick-center .boxSlick {
    -moz-transform: scale(1.50);
    -ms-transform: scale(1.50);
    -o-transform: scale(1.550);
    -webkit-transform: scale(1.50);
    color: #e67e22;
    transform: scale(1.50);
    transition: opacity, 0.3s;
}
.slick-slider .slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    width: 130px;
    height: 130px;
}
.slick-prev{
    left: 14%;
}
.slick-next{
    right: 14%;
}
.slick-prev:before, .slick-next:before {
    position: absolute;
    top: 0;
    width: 130px;
    height: 130px;
    content: "";
}
.slick-slider .slick-prev:before{
    left: 0;
    background: url(../images/icon-prev.png) no-repeat;
}
.slick-slider .slick-next:before{
    right: 0;
    background: url(../images/icon-next.png) no-repeat;
}
/*------no-slick slider----------*/
.no-slick .slick-track{
    /*width: 101% !important;*/
    transform: none !important;
}
.no-slick .slick-slide{
    padding: 20px;
}
.no-slick .slick-slide .boxSlick{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------boxSlick----------*/
.boxSlick h4 a{
    font-family: 'Arial';
    font-size: 24px;
    color: #222;
    outline: none;
}
.boxSlick .wapprice{
    font-family: "Arial";
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
}
.boxSlick .wapprice .price{
    font-family: 'Arial';
    font-size: 16px;
    color: #cc0000;
}
/*------AcyMailing----------*/
.wapacymailing{
    background: #cc0000;
    color: #fff;
    padding: 55px 0;
}
.acymailing_introtext{
    font-family: 'Arial';
    font-size: 25px;
    text-transform: uppercase;
}
.wapacymailing .acyfield{
    width: 30%;
    float: left;
    padding: 5px 0;
    border-right: 1px solid #d1c1c1;
}
.wapacymailing .acyfield.email{
    border-right: none;
}
.wapacymailing .acyfield input{
    border: 1px solid transparent;
    padding: 7px 20px;
    line-height: 28px;
    height: auto;
}
.group-acy{
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    color: #545454;
    margin-bottom: 10px;
}
.acysubbuttons {
    text-align: right;
    float: left;
    width: 10%;
}
.acysubbuttons .subbutton{
    margin: 5px;
    padding: 11px 15px;
}
.acyterms label{
    color: #f8d2d4;
    font-weight: normal;
    position: relative;
    margin-left: 25px;
}
.acyterms input[type="checkbox"]+label span{
    position: absolute;
    top: 6px;
    left: -25px;
}
/*------footer----------*/
#footer{
    padding: 40px 0 0px;
    color: #606968;
    background-color: #f8f9fc;
    position: relative;
}
#footer h4{
    font-family: 'Arial';
    color: #222;
    text-transform: uppercase;
    font-size: 20px;
}
.velaLogoKAH{
    margin-top: 15px;
    display: inline-block;
}
.velaLogoKAH .img-responsive{
    max-width: 196px;
}
/*------footer menu----------*/
.boldMenu.nav>li>a{
    font-family: 'Arial';
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
}
.nomalMenu.nav>li>a{
    padding: 6px 0;
    color: #606968;
}
.ftbottom{
    padding: 20px 0 5px;
}
.copyright,
.socail{
    font-size: 18px;
}
.socail{
    text-align: right;
}
.socail a{
    padding: 0 10px;
    color: #6e6e6e;
    font-size: 24px;
}
/*------gotop----------*/
#gotop {
    bottom: 68px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 90;
}
#gotop i {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #777778;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    line-height: 36px;
    border-radius: 50%;
}
/*----------icon cart menu-------------*/
.velaHeaderRight{
    float: right;
    position: relative;
}
.velaHeaderRight .cart-menu{
    position: absolute;
    top: 0;
    left: -180px;
}
.wicon{
    position: relative;
    text-indent: -9999px;
    display: block;
    width: 28px;
    height: 86px;
}
.wicon:before{
    position: absolute;
    top: 26px;
    left: 0;
    width: 28px;
    height: 31px;
    content: "";
}
.icon-account:before{
    background: url(../images/icon-user.png) no-repeat center;
}
.icon-cart:before{
    background: url(../images/icon-cart.png) no-repeat center;
}
.icon-search:before{
    background: url(../images/icon-search.png) no-repeat center;
}

/*--------right cart menu--------------*/
.cart-menu .menu > li{
    display: inline-block;
    padding: 0 10px;
}
.cart-menu .menu > li > a{
    padding: 22px 0;
    border-bottom: 4px solid transparent;
    line-height: 28px;
}
.cart-menu .menu > li:hover > a,
.cart-menu .menu > li > a.hover{
    color: #d63333;
    border-bottom: 4px solid #d63333;
}
.cart-menu .menu > li:hover .icon-account:before{
    background: url(../images/icon-user-hover.png) no-repeat center;
}
.cart-menu .menu > li:hover .icon-search:before,
.cart-menu .menu > li .icon-search.hover:before{
    background: url(../images/icon-search-hover.png) no-repeat center;
}
.cart-menu .menu > li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 10px 0 0;
    list-style: none;
    position: absolute;
    width: 270px;
    top: 105%;
    right: -95px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.cart-menu .menu > li > ul {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cart-menu .menu > li:hover > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 1;
}
.cart-menu .menu > li:hover > ul {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.cart-menu .menu > li > ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.cart-menu .menu > li > ul li a {
    position: relative;
    display: block;
    padding: 13px 25px;
    text-decoration: none !important;
    font-weight: 400;
    color:#222;
    font-family: 'Arial';
}
.cart-menu .menu > li > ul li a p{
    font-size: 18px;
    color: #606968;
    font-family: 'Arial';
}
/*------menu Account----------*/
.velaHeaderRight .cart-menu,.velaHeaderRight .phone-service{
    display: inline-block;
}
.velaHeaderRight .phone-service{
    background: #cd2027;
    padding: 2px 25px 2px 10px;
    border: none;
    z-index: 1;
    position: relative;
    height: 85px;
}

.velaHeaderRight .phone-service:before {
    content: " ";
    position: absolute;
    display: block;
    width: 22%;
    height: 85px;
    border-bottom: 1px solid #cd2027;
    top: 0;
    left: -32px;
    z-index: -1;
    background: #cd2027;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}

.velaHeaderRight .phone-service span{
    font-size: 14px;
    color:#fff;
    font-family: "Arial";
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
}
.velaHeaderRight .phone-service p{
    font-size: 30px;
    color:#ffffff;
    font-family: 'Arial';
    letter-spacing: 2px;
}
.velaHeaderRight .phone-service p i{
    font-size: 16px;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
.velaLogoLink img{
    height: 54px;
}
.velaHeaderCenter {
    margin: 0 40px;
    float: left;
}

/***** fixed right******************/
.fixed-right {
    position: fixed;
    right: 0;
    top: 240px;
    z-index: 3;
}
.fixed-right>ul{
    padding-left: 0;
}
.fixed-right>ul>li {
    list-style: none;
    display: block;
    overflow: hidden;

}

.fixed-right ul >li >a {
    background: #212020;
    padding: 10px 10px;
    text-align: center;
    width: 72px;
    height: 72px;
    float: right;
    position: relative;
    transition: background, 0.3s, color, 0.3s, width, 0.3s;
    text-decoration: none;
    border-left: 1px solid #c70101;
     border-bottom: 1px solid #2a2929;
}
.fixed-right ul >li:last-child >a{
    height: 80px;
}

.fixed-right ul >li a span.text {
    opacity: 0;
    color: #fff;
    width: 220px;
    padding: 9px 24px 0 5px;
    text-align: left;
    font-size: 14px;
    transition: opacity, 0.3s;
}
.fixed-right ul >li a span.text img{
    padding-right: 5px;
}

.fixed-right span.icon-1 {
    font-size: 11px;
    color: #ffffff;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 72px;
    height: 72px;
    font-family: "Arial";
}

.fixed-right ul>li:hover a {
    width: 220px;
    background: #cd0001;
    border-color: #cd0001;
}

.fixed-right ul>li:hover a .icon-1{
    display: none;
}

.fixed-right ul >li:hover a span.text {
    opacity: 1;
    display: block;
}
/***** module search menu mega******************/
.searchmega{
    position: absolute;
    background: #fff;
    width: 100%;
    top: 85px;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.searchmega .icon-mod-search{
    position: relative;
}
.searchmega .icon-mod-search:before{
    position: absolute;
    top: 36px;
    left: 0;
    width: 28px;
    height: 31px;
    content: "";
    background: url(../images/icon-mod-search.png) no-repeat center;
}
.searchmega input.search-query {
    border: none;
    height: 85px;
    box-shadow: none;
    outline: none;
    font-size: 30px;
    color: #414141;
    width: 100%;
    padding-left: 40px;
    margin: 10px 0;
}
/*****Search Result******************/
.search .page-title{
    font-size: 55px;
    color:#222;
    font-family: "Arial";
    line-height: 60px;
    margin-bottom: 30px;
}
#searchForm .phrases,
#searchForm .only,
#searchForm .form-limit{
    display: none;
}
#searchForm .btn-toolbar{
    position: relative;
}
#searchForm #search-searchword {
    height: 80px;
    width: 100%;
    padding-left: 5px;
    box-shadow: none;
    font-size: 30px;
    border: 1px solid #d7d7d7;
    color: #414141;
    background: url(../images/icon-search.png) no-repeat 20px 28px;
    padding: 0 70px;
    margin-bottom: 25px;
}
#searchForm .searchintro{
    margin-bottom: 60px;
}
#searchForm .searchintro strong{
    font-size: 20px;
    color: #888;
    line-height: 30px;
    font-weight: normal;
}
.search-results .result-title{
    font-size: 22px;
    color:#222;
    font-family: "Arial";
}
.result-text{
    margin-bottom: 50px;
}
.search-results .result-created,
.search-results .result-category{
    display: none;
}
/*****Media Centre******************/
.mediacentres{
    margin: 50px 0;
}
.mediacentres h2{
    margin-bottom: 50px;
    position: relative;
}
.mediacentres .subheading-category{
    font-size: 55px;
    color: #222;
    font-family: "Arial";
    line-height: 60px;
}
.cate-date{
    margin-top: 40px;
    font-size: 16px;
    color: #888;
    font-family: "Arial";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.cate-date span{
    letter-spacing: 2px;
}
.filter-cate{
    width: 305px;
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 24px;
    color: #414141;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 28px;
}
.filter-cate .current{
    padding: 12px 0;
    display: inline-block;
}
.filter-cate:after {
    border-bottom: 2px solid #cd2027;
    border-right: 2px solid #cd2027;
    height: 8px;
    width: 8px;
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.filter-cate:hover:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.filter-cate .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 2px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
}
.filter-cate:hover .list {
    display: block;
}
.filter-cate .list li a{
    padding: 13px 20px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}
.filter-cate .list li a:hover,
.filter-cate .list li.active a{
    background: #cd2027;
    color: #ffffff;
}
/********** load-more************/
.load-more {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.load-more a {
    background: #cc0000;
    padding: 15px 45px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Arial";
    border-radius: 7px;
}
.load-more .iconLoad {
    display: none;
}
.load-more .iconLoad img {
    margin-left: 15px;
    margin-top: 10px;
}
/********** social************/
.part_social.share {
    margin-bottom: 100px;
}
.share ul {
    margin: 0px;
    padding: 0px;
}
.share ul li {
    display: inline-block;
    list-style: none;
}
.share ul li:first-child a {
    font-size: 22px;
    color: #222 !important;
    font-family: "Arial";
    text-transform: uppercase;
    padding-right: 45px;
}
.share ul li a {
    padding-right: 20px;
    font-size: 25px;
    color: #888 !important;
}
/********** Promotions************/
.promotion-period{
    text-align: center;
    font-size: 24px;
    color: #606968;
    margin-bottom: 50px;
}
.promotion-period span{
    color: #888;
}
.articleBody ul {
    list-style: disc;
}
/********** Module Promotion************/
.more-promotions{
    background: #f8f9fc;
    padding: 70px 0;
}
.promotion-title{
    font-size: 35px;
    color: #222;
    font-family: "Arial";
    text-align: center;
    margin-bottom: 60px;
}
/********** list-history************/
.list-history{
    margin: 60px 0;
}
.list-history h1{
    text-align: center;
    margin-bottom: 40px;
}
.list-history .timeline>ul {
    margin-top: 30px;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.list-history .timeline>ul:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #e5e5e5;
    left: 50%;
}
.list-history .timeline>ul>li {
    position: relative;
    width: 50%;
    float: left;
    clear: left;
    margin-bottom: 50px;
    min-height: 200px;
    padding-right: 28px;
}
.list-history .timeline>ul>li .timeline-dot {
    width: 20px;
    height: 20px;
    line-height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 100;
}
.timeline>ul>li .timeline-item {
    width: calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    float: left;
}
.list-history .timeline>ul>li:nth-child(2n) {
    float: right;
    clear: right;
    margin-bottom: 30px;
    margin-top: 75px;
    padding-left: 28px;
}
.list-history .timeline>ul>li:nth-child(2n) > .timeline-dot {
    left: -10px;
}
.list-history .timeline h3{
    margin: 0;
}
/********** about-kahmotor************/
.about-kahmotor{
    padding: 80px 0;
}
.about-kahmotor h3{
    text-align: center;
    margin-bottom: 80px;
}
.about-kahmotor .item{
    margin-bottom: 40px;
    margin-right: 40px;
    display: inline-block;
}
.about-kahmotor .title{
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    padding-bottom: 15px;
}
/********** Our Location ************/
#ourlocation{
    position: relative;
}
#map{
  height: 840px;
}
#wrapper{
	width: 472px;
    height: 725px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 77px;
    padding-right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/**  scrollbar 1*/
.scrollbar{
	float: left;
	height: 520px;
	width: 100%;
	overflow-y: scroll;
}
.force-overflow{
	min-height: 520px;
}
#style-1::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #e8e8e8;
}
#style-1::-webkit-scrollbar{
	width: 10px;
    border-radius: 10px;
	background-color: #e8e8e8;
}
#style-1::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #b3b3b3;
}
/*-----data-address------*/
.header{
    padding: 30px 20px 30px 40px;
}
.header h3{
    margin: 0px;
}
.filter-address{
    width: 100%;
    position: relative;
    list-style-type: none;
    font-size: 20px;
    color: #414141;
}
.filter-address:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    color: #cc0000;
    position: absolute;
    top: 10px;
    right: 0px;
    background: #fff;
    pointer-events: none;
}
.filter-address select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}
.data-address{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}
.data-address h5.title{
    font-size: 20px;
    margin: 0;
}
.data-address li{
    cursor: pointer;
    padding: 10px 0 10px 40px;
}
.data-address li.active,
.data-address li:hover{
    background: #f8f9fc;
}
.data-address li .direct{
    font-family: "Arial";
    color: #cc0000;
    padding-bottom: 15px;
    display: inline-block;
}
.data-address li > p{
    margin-left: 25px;
    position: relative;
}
.data-address li > p > i{
    position: absolute;
    top: 5px;
    left: -25px;
}
/*-----contact-us------*/
.contact-us{
    background: #f8f9fc;
    padding-bottom: 70px;
}
.contact-us h1.sppb-addon-title{
    margin-bottom: 40px;
}
.content-contact .sppb-icon-container{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 15px !important;
    font-size: 40px;
}
.content-contact .sppb-icon-container i{
    font-size: 40px;
    color: #cc0000;
}
.content-contact .sppb-column-addons{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 10px;
}
.content-contact .sppb-icon{
    position: absolute;
    top: -35px;
    left: 44%;
}
.content-contact .sppb-addon-text{
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'Arial';
}
.content-contact .sppb-addon-text h3{
    font-size: 25px;
}
.content-contact .sppb-addon-text strong{
    font-size: 18px;
}
.content-contact .sppb-addon-text table td{
    padding: 5px 15px;
}
.content-contact .sppb-feature-box-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f7fb;
    margin: 0;
    padding: 20px;
    color: #cc0000;
}
.content-contact .sppb-feature-box-title a{
    font-size: 18px;
    color: #cc0000;
}
.content-contact .sppb-feature-box-title a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    padding-left: 10px;
}
.content-contact .sppb-text-left{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f7fb;
    margin: 0;
    padding: 10px;
    color: #cc0000;
    z-index: 2;
    text-align: center;
}
.content-contact .sppb-text-left a{
    font-size: 18px;
    color: #cc0000;
    background: transparent;
    border: none;
    font-family: "Arial";
}
.content-contact .sppb-text-left a:focus{
    outline: none;
    box-shadow: none;
}
.content-contact .sppb-text-left a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    padding-left: 10px;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
    background: rgba(0,0,0,0.4);
    font-size: 45px;
}
.white-popup-block{
    padding: 40px 70px !important;
}
.white-popup-block table.non-table td{
    padding-right: 60px;
}
.white-popup-block .table-sms{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.white-popup-block .table-sms thead tr{
    background: #e9eaf2;
}
.white-popup-block p{
    margin: 0 0 25px;
}
/*-----General Enquiry------*/
.generalenquiry{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
}
.generalenquiry .desc{
    font-family: 'Arial';
}

.filter-enquiry{
    font-size: 24px;
    color: #222;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-align: left;
    padding: 15px 40px;
    margin-top: 40px;
    border-radius: 0;
    height: 74px;
}
.filter-enquiry:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    background: #cc0000;
    padding: 16px 25px;
    transition: none;
    height: 100%;
    margin: 0;
    border: none;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.nice-select.open:after{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.filter-enquiry .list{
    width: 100%;
    border-radius: 0;
}
.filter-enquiry .list li{
    padding: 10px 40px;
    font-size: 20px;
    position: relative;
}
.filter-enquiry .list li:hover,
.filter-enquiry .list li.selected{
    color: #cc0000;
}
.filter-enquiry .list li.selected:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    right: 20px;
}
/*-----New Car------*/
.formError{
    font-weight: normal;
    font-size: 18px;
}
.userForm{
    display: none;
    margin-bottom: 70px;
    padding: 0;
    background: #fff;
}
.userForm a{
    color: #d63333;
}
.userForm label{
    font-weight: normal;
    margin-right: 50px;
    font-size: 18px;
    font-family: 'Arial';
    display: block !important;
}
.userForm label i{
    color: red;
}
.userForm .form-group{
    margin-bottom: 25px;
}
.userForm .form-control{
    border: 1px solid #d7d7d7;
    border-radius: 0;
    height: 56px;
    font-size: 20px;
}
strong.formRequired{
    color: #cc0000;
    font-weight: normal;
}
.userForm .btn-primary{
    font-size: 18px;
    font-family: "Arial";
    padding: 20px 50px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}
.rsform-block-terms .control-label,
.rsform-block-terms1 .control-label,
.rsform-block-terms2 .control-label,
.rsform-block-terms3 .control-label,
.rsform-block-terms4 .control-label,
.rsform-block-terms5 .control-label,
.rsform-block-terms6 .control-label,
.rsform-block-terms7 .control-label,
.rsform-block-terms8 .control-label{
    display: none;
}
/* checkbox */
.checkbox-inline {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-inline span {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
.checkbox-inline:hover input ~ span {
    background-color: #eee;
}
.checkbox-inline input:checked ~ span {
    background-color: #e03a41;
        border-color: #e03a41;
}
.checkbox-inline input:checked ~ span:after {
    display: block;
}
.checkbox-inline span:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* radio-inline */
.radio-inline input[type="radio"]{
    display: none;
}
.radio-inline{
    padding-left: 35px;
    float: left;
}
.radio-inline span{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.radio-inline:hover input ~ span{
    background-color: #ccc;
}
.radio-inline input:checked ~ span{
    background-color: #fff;
    border-color: #d9534f;
}
.radio-inline input:checked ~ span:after {
    display: block;
}
.radio-inline span:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d9534f;
}
/* select */
.userForm textarea.rsform-text-box{
    height: 136px !important;
}
.userForm .input-group{
    width: 100%;
}
.userForm .input-group:after{
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    color: #cc0000;
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 3;
    pointer-events: none;
}
.input-group-btn{
    display: none;
}
.rsform-block-note{
    padding-top: 15px;
    padding-bottom: 10px;
}
/* fix float */
.help-block,
.formValidation {
	clear: both;
}
/* input file */
.input-file{
    border: 1px solid #d7d7d7;
    height: 56px;
    font-size: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px;
}
.input-file input{
    display: none;
}
.input-file .btn-Browse{
    font-size: 18px;
    color: #fff;
    font-family: "Arial";
    padding: 10px 35px;
    text-transform: uppercase;
    background: #cd2027;
    border-radius: 8px;
    margin: 2px 5px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
}

.car-item .menu.fixed-menu{
    position: fixed;
    top:85px;
    width:100%;
    z-index: 3;
}
/******new update********/
.breadcrumbs .breadcrumb {
	padding: 15px 15px 8px 15px;
	background: none !important;
	margin-bottom: 0px;
}
.breadcrumbs .breadcrumb .divider{
		display: none;
}
.breadcrumbs .breadcrumb li:first-child{
	display: none;
}
.breadcrumbs .breadcrumb li:nth-child(2):before{
	content:"";
}
.breadcrumbs .breadcrumb li span,.breadcrumbs .breadcrumb li a{
	font-size: 16px;
}
.breadcrumbs .breadcrumb li:before{
	font-size: 14px;
	padding:0 2px;
}
/**---Home Popup--**/
#popup-home .modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 25%;
  width:50%;
  height:60%;
}
#popup-home .modal-content {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  background-color: inherit;
}
#popup-home .modal-body {
  position:absolute;
  top:45px; /** height of header **/
  bottom:45px;  /** height of footer **/
  left:0;
  right:0;
  overflow-y:auto;
}
#popup-home .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
#popup-home .close{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 300;
  width: 48px;
  opacity: 1;
}
#popup-home .close i{
  color: #fff;
    font-size: 18px;
    position: relative;
    top: -3px;


}
.linkpopup{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
}
#popup-home .popup-image img{
    width: 100%;
}

#popup-home .popup-article{
  background-color: #fff;
}
#popup-home .popup-article .modal-body{
    top: 48px;
    bottom: 0;
    left: 0;
    padding: 0;
}
#popup-home .popup-article .item{
    padding: 0;
}
#popup-home .popup-article .item h4{
    font-family: 'Arial';
    color: #222;
    font-size: 26px;
    line-height: 38px;
}
#popup-home .popup-article .item p{
    color: #606968;
    font-size: 18px;
    line-height: 30px;
}
#popup-home .popup-article .item .btn-readmore{
    padding: 18px 47px;
    font-family: 'Arial';
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
}
/***404 page***/
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.error-code, .coming-soon-number {
  color: #0345bf;
}
html.error-page .btn-secondary{
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
/*no-header-footer*/
.no-header-footer {
    overflow-x: hidden;
    -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
    transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
    background: #000;
}
.no-header-footer .mainContent{
    color: #fff;
}
.no-header-footer a{
    color: #fff;
}
.no-header-footer .userForm{
    background: transparent;
    margin-bottom: 0;
}
.no-header-footer #velaHeaderMain,
.no-header-footer .wapacymailing,
.no-header-footer #footer,
.no-header-footer .fixed-right{
    display: none;
}
.no-header-footer #location .sppb-addon-single-image-container,
.no-header-footer #location .sppb-addon-single-image-container img{
    width: 100%;
}
#rsvp-banner .sppb-carousel-text{
    vertical-align: bottom;
}
#line .sppb-column,
#registration .sppb-column{
    border-top: 1px solid #cd2027;
}
h3.sppb-addon-title{
    color: #cd2027;
}
.no-header-footer table td:first-child{
    padding-right: 30px;
}
.no-header-footer ul{
    list-style: disc;
}
.no-header-footer ul li{
    padding: 5px 0;
}
.no-header-footer .rsform-block-submit{
    text-align: center;
    margin-top: 20px;
}
/*.no-header-footer .rsform-block-submit label,
.no-header-footer .rsform-block-submit .help-block{
    display: none;
}
.no-header-footer .rsform-block-submit .formControls {
    border: 1px solid #cd2027;
    padding: 5px;
    display: inline-block;
    transform: skew(-20deg);
}
.no-header-footer #userForm .btn-primary{
    background-image: linear-gradient(to right, rgba(205,32,39,1), rgba(10,1,1,1));
    border: none;
    border-radius: 0;
    font-style: italic;
    padding: 10px 80px;
}*/
.no-header-footer .userForm .btn-primary{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 50px;
}
.no-header-footer strong.formRequired{
    color: #fff;
}
.no-header-footer .rsfp_thankyou_popup_inner{
    text-align: center;
}
.no-header-footer .modal-body{
    text-align: center;
}
.no-header-footer .modal-body h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}
.no-header-footer .modal-body ul{
    list-style: none
}
.no-header-footer .modal-body .error h2{
    display: none
}
.no-header-footer .modal.in .modal-dialog{
    top: 25%;
}
.no-header-footer .modal-content{
    border-radius: 0;
}
/*featuresModal*/
#featuresModal .modal-header{
    padding: 5px 15px;
    border-bottom: none;
}
/*iframe*/
.item-page.non-container iframe{
    padding: 0 70px;
}
/*reviews*/
.reviews{
    padding: 50px 0;
}
.reviews h2.title{
    text-align: center;
    margin: 0;
    line-height: 50px;
}
.reviews .slick-slider .slick-track{
    margin: 0;
}
.reviews .slick-slide {
    padding: 15px !important;
}
.reviews .slick-slider .slick-arrow{
    width: 85px;
    height: 85px;
    top: 48%;
}
.reviews .slick-prev{
    left: 0;
}
.reviews .slick-next{
    right: 0;
}
.reviews .slick-prev:before, .reviews .slick-next:before {
    position: absolute;
    top: 0;
    width: 85px;
    height: 85px;
    content: "";
}
.reviews .slick-slider .slick-prev:before{
    left: -85px;
    background: url(../images/prev-c.png) no-repeat;
}
.reviews .slick-slider .slick-next:before{
    right: -85px;
    background: url(../images/next-c.png) no-repeat;
}
.reviews .slick-slider .image{
    width: 100%;
}
.reviews .slick-slider .title {
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 20px;
}
/***detail**/
.review .articleBody{
    font-family: tahoma, arial, helvetica, sans-serif;
    line-height: 20px;
    color: #000;
    font-size: 14px;
}
.review .articleBody b,
.review .articleBody strong,
.review .articleBody .bold,
.review .articleBody h1,
.review .articleBody h2,
.review .articleBody h3,
.review .articleBody h4,
.review .articleBody h5 {
    font-family: tahoma, arial, helvetica, sans-serif;
}
.review .articleBody a,
.promotion .articleBody a{
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/***rocketchat**/
.rocketchat-widget { margin-right: 50px; margin-bottom:50px !important; }