/*************************
    General
*************************/




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic,800,800italic,300italic|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A400%2C500%2C600%2C700%7COpen+Sans%3A300%2C400%2C700&#038;subset=latin%2Clatin-ext&#038;ver=1.0.2');
body { font-family: 'Open Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color: #999999; }
a, .btn { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #db2d2e; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #db2d2e; }
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; font-weight: normal; color: #363636; margin-top: 0px; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; font-style: normal; font-weight: 500; line-height: 40px; }
h2 { font-size: 35px; font-style: normal; font-weight: 600; line-height: 35px; }
h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 28px; }
h4 { font-size: 24px; font-style: normal; font-weight: 600; line-height: 24px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 24px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
.extra-feature h6{
margin-top: 70px;
}
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #232323; border-top: 0px; }
hr.gray { margin: 0; padding: 0px; border-bottom: 1px solid #dedede; border-top: 0px; }
label { font-size: 15px; font-weight: 400; color: #626262; }
.label { color: #fff !important; font-size: 9px !important; }
*::-moz-selection { background: #db2d2e; color: #fff; text-shadow: none; }
::-moz-selection { background: #db2d2e; color: #fff; text-shadow: none; }
::selection { background: #db2d2e; color: #fff; text-shadow: none; }
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/***************************
   Typography
****************************/
mark { background: #db2d2e; color: #ffffff; }
ol { padding: 0px; margin: 0px; }
ol li { list-style: decimal inside; padding: 0px; margin: 0px; line-height: 30px; }
ol.alpha li { list-style: decimal-leading-zero inside; padding: 0px; margin: 0px; }
ol.roman { padding-left: 15px; }
ol.roman li { list-style: lower-roman; padding: 0px; margin: 0px; }
ul { padding: 0px; margin: 0px; }
ul li { padding: 0px; margin: 0px; line-height: 30px; }
ul.disc li { list-style: disc inside; padding: 0px; margin: 0px; line-height: 30px; }
ul.list-style-1 li { list-style: none;  float:left; width: 235px;}
.list-style-none li { list-style: none; }
blockquote { display: block; background: #fff; position: relative; font-size: 14px; padding-left: 60px; border-left: 5px solid #f5f5f5; font-style: italic; padding-right: 0px; }
blockquote::before { content: "\201C"; font-family: Georgia, serif; font-size: 60px; font-weight: bold; color: #e3e3e3; position: absolute; left: 10px; top: 25px; }
blockquote::after { content: ""; }
blockquote cite { font-size: 14px; margin-top: 15px; display: block; font-weight: 600; color: #db2d2e; }
.quick-links .row.no-gutter { padding: 0 15px; }
.no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

/***************************
Page section margin padding
****************************/
.page-section-ptb { padding: 30px 0; }
.page-section-pt { padding: 80px 0 0; }
.page-section-pb { padding: 0 0 80px; }

/*************************
  Text Color
***********************/
.text-red { color: #db2d2e; }
.text-white { color: #ffffff; }
.text-black { color: #323232; }
.text-gray { color: #626262; }

/*************************
  Background Color
***********************/
.white-bg { background: #ffffff; }
.gray-bg { background: #f6f6f6; }
.dark-gray-bg { background: #908f94; }
.red-bg { background: #db2d2e; }

/*************************
  Section Title
***********************/
.section-title { margin-bottom: 60px; text-align: center; }
.section-title .separator { position: relative; margin-top: 10px; display: inline-block; }
.section-title h2 { font-size: 36px; text-transform: uppercase; font-weight: 600; }
.section-title span { margin-bottom: 10px; display: block; }
.section-title .separator:after { width: 100px; display: block; margin: auto; content: ""; height: 1px; background: #db2d2e; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.section-title .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 50px; bottom: -15px; background: #db2d2e; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 6px; }
section:hover .section-title .separator:before { width: 100px; left: 0; }
section:hover .section-title .separator:after { width: 50px; left: 0; }


/*************************
    Form
*************************/
.form-control { border-radius: 0; box-shadow: none; height: auto; line-height: 1.33333; padding: 12px 18px; background: transparent; color: #626262; }
.form-control:focus { box-shadow: none; border: 1px solid #db2d2e; }
.form-control.input-lg { resize: none; font-size: .9em }
.form-control.rounded { border-radius: 0px; }
.form-control, .input-group-addon { border: 1px solid #e3e3e3; }
.form-group label { color: #444; display: inline-block; margin-top: 8px; margin-bottom: 4px; text-transform: uppercase; font-size: 13px; }
.form-inline button { margin: 0px; }
.form-group > label { display: block; }
.form-control::-moz-placeholder { color: #626262; }
.form-control::-ms-input-placeholder { color: #626262; }
.form-control::-webkit-input-placeholder { color: #626262; }
select { border: 1px solid #232323; color: #777; cursor: pointer; display: block; line-height: 14px; max-width: 100%; min-width: 100%; padding: 14px; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border-color: #e3e3e3; padding: 12px 20px; }
.select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.select { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #e3e3e3; width: 100%; height: 40px; }
.select-styled { text-align: left; font-size: 14px; color: #323232; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #e3e3e3; background-color: #fff; padding: 8px 15px; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.select-styled:after { content: ""; width: 0; height: 0; border: 7px solid transparent; border-color: #e3e3e3 transparent transparent transparent; position: absolute; top: 18px; right: 10px; }
.select-styled:active:after, .select-styled.active:after { top: 10px; border-color: transparent transparent #e3e3e3 transparent; }
.select-options { text-align: left; display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 99; margin: 0; padding: 0; list-style: none; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px; }
.select-options li { list-style: none; font-size: 14px; padding-left: 15px; color: #323232; }

/*************************
    Button
*************************/
.button { cursor: pointer; text-align: center; background: #db2d2e; color: #ffffff; display: inline-block; text-transform: capitalize; vertical-align: middle; padding: 8px 20px; -ms-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -ms-transition-property: color; -moz-transition-property: color; -o-transition-property: color; -webkit-transition-property: color; transition-property: color; -ms-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #323232; -ms-transform: scaleY(0); -moz-transform: scaleY(0); -o-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); -ms-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -ms-transition-property: transform; -moz-transition-property: transform; -o-transition-property: transform; -webkit-transition-property: transform; transition-property: transform; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.button:hover, .button:focus, .button:active { color: #ffffff; }
.button:hover:before, .button:focus:before, .button:active:before { -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50); }

/*button.border */
.button.border { background: transparent; border: 1px solid #e3e3e3; color: #323232; }
.button.border:before { background: #db2d2e; }
.button.border:hover, .button.border:focus, .button.border:active { color: #ffffff; border-color: #db2d2e; }

/*button.white*/
.button.white { background: #ffffff; color: #db2d2e; }
.button.white:before { background: #323232; }
.button.white:hover, .button.border:focus, .button.border:active { color: #ffffff; border-color: #db2d2e; }

/*button.black*/
.button.black { background: #323232; color: #ffffff; }
.button.black:before { background: #ffffff; }
.button.black:hover, .button.border:focus, .button.border:active { color: #db2d2e; border-color: #ffffff; }



/*************************
      Background
***********************/
.bg-1 { background: url(../images/bg/01.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-2 {  }
.bg-3 { background: url(../images/bg/03.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
.bg-4 { background: url(../images/bg/04.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center bottom; background-repeat: no-repeat; position: relative; z-index: 0; }
.bg-5 { background: url(../images/bg/05.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 0; }
.bg-6 { background: url(../images/bg/06.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 0; background-size: cover !important; background-attachment: fixed; }
.bg-7 { background: url(../images/bg/07.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: left center; background-repeat: no-repeat; position: relative; z-index: 0; }

/*************************
   Background overlay
***********************/
.bg-overlay-black-10:before { background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-20:before { background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-30:before { background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-40:before { background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-50:before { background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-60:before { background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-70:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-80:before { background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-black-90:before { background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-10:before { background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-20:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-30:before { background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-40:before { background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-50:before { background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-60:before { background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-70:before { background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-80:before { background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-white-90:before { background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-20:before { background: rgba(219, 45, 46, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-50:before { background: rgba(219, 45, 46, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-70:before { background: rgba(219, 45, 46, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.bg-overlay-red-90:before { background: rgba(219, 45, 46, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

/*************************
    Header
*************************/
#header.default { background: transparent; z-index: 999; padding: 0px; margin: 0px; position: absolute; width: 100%; }

/*topbar*/
.topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 0px; font-family: 'Roboto', sans-serif; }
.topbar li, .topbar li a { color: #ffffff; }
.topbar-left li i { padding-right: 5px; }
.topbar-right .list-inline li:last-child, .topbar-right li:last-child i { padding-right: 0px; }
.topbar .topbar-right li a:hover { color: #db2d2e; }
.topbar-right li i { padding-right: 5px; }

/*mega-menu*/
.mega-menu .menu-logo { padding: 36px 0px; }
.mega-menu .menu-logo img { height: 36px; }
.mega-menu .menu-links > li > a { text-transform: uppercase; font-size: 17px; font-weight: 500; }
.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a { color: #323232; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-list-items { background: rgba(255,255,255,0.9); padding: 0px; box-shadow: 0 0 4px rgba(0,0,0,.4);  }
.mega-menu.desktopTopFixed .menu-logo { padding: 20px 0px; }
.mega-menu.desktopTopFixed .search-top { padding: 26px 0; }
.mega-menu.desktopTopFixed .search-top.search-top-open .search-box { top: 72px !important; border-bottom: 1px solid #f6f6f6; }

/*************************
    Topbar dark
*************************/
#header.topbar-dark { background: #ffffff; z-index: 999; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.topbar-dark .topbar { border-bottom: 0; background: #323232; padding: 10px 0px; font-family: 'Roboto', sans-serif; }
#header.topbar-dark .mega-menu .menu-links > li > a { color: #323232; }
#header.topbar-dark .mega-menu .menu-links > li > a:hover { color: #db2d2e; }
#header.topbar-dark .mega-menu.desktopTopFixed > section.menu-list-items { background: #ffffff; border-bottom: 1px solid #f6f6f6;  }
#header.topbar-dark .mega-menu .menu-links > li.active a { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #323232; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-logo { padding: 33px 0px; }
#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo { padding: 20px 0px; }

#header.topbar-dark .mega-menu .menu-links > li:first-child > a  { padding-left: 0; }

/*************************
    Background Layer INDEX
*************************/

.background-layer {
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.article-splash-container{
    width: 50%;
}

.background-top-page {
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.article-splash {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 15%;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
    background: rgba(0,0,0,0.3);

}

.article-splash p {
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Open\ Sans;
    text-transform: none;
}

.article-top-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 200px 0 20px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    text-transform: uppercase;
    background-color: rgba(0, 0,0,0.7);
    width: 100%;
    height: 100%;
}

/*************************
     Welcome
*************************/
.welcome-block p { padding: 0 100px; margin-top: 20px; display: block; }
.welcome-block p strong { font-style: italic; }
.welcome-block .halp-call { margin-top: 80px; }
.welcome-block .halp-call img { width: 80px; height: 80px; border-radius: 50%; display: inline-block; margin-bottom: 5px; }
.welcome-block .halp-call span { font-weight: 600; text-transform: uppercase; font-size: 18px; margin-bottom: 15px; display: block; }
.welcome-2 { padding-bottom: 410px; }
.welcome-3 .about { margin-top: 40px; margin-bottom: 50px; }
.welcome-3 .about strong { margin-bottom: 20px; display: block; }
.welcome-4 .feature-box-3 { margin-top: 50px; }
.welcome-4 .feature-box { margin-top: 50px; }
.welcome-4 .feature-box-3  .content { display: table-cell; }
.welcome-4 .section-title p { margin-top: 20px; }

/*************************
     Feature
*************************/
.feature-box i { text-align: center; width: 80px; height: 80px; font-size: 30px; line-height: 80px; background: #f6f6f6; display: inline-block; border-radius: 50%; color: #969696; margin-bottom: 20px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box h6 { position: relative; padding-bottom: 10px; }
.feature-box h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #cc6119; left: 50%; margin-left: -10px; bottom: 0px; }
.feature-box p { padding: 0px; }
.feature-box:hover i { background: #cc6119; color: #ffffff; }

/*feature-box-2*/
.feature-box-2 { background: #ffffff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2.box-hover { padding: 20px; }
.feature-box-2 i { color: #db2d2e; font-size: 30px; margin-bottom: 20px; display: block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2 p, .feature-box-2 h5 { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-2.box-hover:hover, .feature-box-2.box-hover.active { background: #db2d2e; }
.feature-box-2.box-hover:hover i, .feature-box-2.box-hover.active i, .feature-box-2.box-hover:hover p, .feature-box-2.box-hover.active p, .feature-box-2.box-hover:hover h5, .feature-box-2.box-hover.active h5 { color: #ffffff; }

/*feature-box-3 */
.feature-box-3 .icon { width: 70px; height: 70px; float: left; margin-right: 20px; text-align: center; border-radius: 50%; border: 1px solid #f6f6f6; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3 .icon i { font-size: 20px; background: #f6f6f6; display: block; border-radius: 50%; margin: 9px 10px 10px 9px; width: 50px; height: 50px; line-height: 50px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3 .content { display: table-cell; margin-top: 10px; vertical-align: top; }
.feature-box-3 .content h5 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content h6 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content p { margin-top: 0px !important; }
.feature-box-3:hover .icon, .feature-box-3:hover .icon i { border-color: #db2d2e; }
.feature-box-3:hover .icon i { background: #db2d2e; color: #ffffff; }

/*************************
   List style
*************************/
.list-style-1 li i { font-size: 14px; color: #cc6119; display: inline-block; padding-right: 10px; padding-bottom: 10px; }

/*************************************
        Footer
**************************************/
.footer h6 { position: relative; padding-bottom: 10px; margin-bottom: 26px; }
.footer h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }

/*social*/
.social { margin-bottom: 80px; }
.social ul { width: 100%; display: table; }
.social ul li { display: table-cell; background: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.social ul li a { line-height: 60px; width: 100%; padding: 0px 20px; display: block; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.social ul li a i { font-size: 30px; vertical-align: middle; color: rgba(255, 255, 255, 0.4); float: right; line-height: 60px; }
.social ul li:hover a.facebook { background: #3a5897; }
.social ul li:hover a.twitter { background: #41d1da; }
.social ul li:hover a.pinterest { background: #c3222b; }
.social ul li:hover a.dribbble { background: #dd4b80; }
.social ul li:hover a.google-plus { background: #db2d2e; }
.social ul li:hover a.behance { background: #005cff; }

/*address*/
.about-content img { height: 40px; margin-bottom: 30px; }
.address { margin-top: 20px; }
.address ul li { display: block; color: #909090; padding-bottom: 15px; }
.address ul li:last-child { padding-bottom: 0px; }
.address ul li i { display: table-cell; width: 20px; text-align: center; padding-right: 10px; }
.address ul li span { display: table-cell; }

/*usefull-link*/
.usefull-link ul li { display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.11); padding: 10px 0px; }
.usefull-link ul li:last-child { border-bottom: 0px; }
.usefull-link ul li a i { padding-right: 10px; }
.usefull-link ul li a { color: #909090; }
.usefull-link ul li a:hover { color: #db2d2e; }

/*recent-post*/
.recent-post { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
.recent-post:last-child { border-bottom: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.recent-post-block h6 { margin-bottom: 40px; }
.recent-post-image { display: table-cell; }
.recent-post-image img { vertical-align: middle; width: 70px; height: 54px; }
.recent-post-info { display: table-cell; padding-left: 15px; vertical-align: top; }
.recent-post-info a { color: #909090; font-size: 14px; vertical-align: top; display: block; }
.recent-post-info a:hover { color: #db2d2e; }
.recent-post-info span { color: #909090; font-size: 12px; display: table; padding-top: 5px; }
.recent-post-info i { color: #909090; font-size: 14px; padding-right: 5px; }

/*news-letter*/
.footer {padding: 60px 20px 20px 20px;}
.footer .news-letter a.button.red { padding: 7px 20px; margin-top: 20px; }
.footer .news-letter .form-control { border-color: rgba(255, 255, 255, 0.11); }
.footer .news-letter .form-control:focus { border-color: #db2d2e; }
.footer hr { margin-top: 60px; border-color: rgba(255, 255, 255, 0.11); }
.footer .copyright { margin: 40px 0 30px; }
footer .copyright a { color: #db2d2e; }
footer .copyright ul li { padding: 0px; }
footer .copyright ul li a { color: #909090; text-transform: capitalize; padding: 0px 3px; }
footer .copyright ul li a:hover { color: #db2d2e; }


/*************************************
        Product listing
**************************************/
.product-listing .car-item { margin-bottom: 30px; }
.product-listing .listing-sidebar .widget { border: 1px solid #e3e3e3; margin-bottom: 20px; box-shadow: 0 5px 18px rgba(0,0,0,.18); }
.product-listing .listing-sidebar .widget-search { padding: 20px; }
.product-listing .listing-sidebar .widget-search h5 { position: relative; padding-bottom: 10px; margin-bottom: 20px; }
.product-listing .listing-sidebar .widget-search h5:before { position: absolute; content: ""; width: 20px; height: 2px; background: #cc6119; left: 0; bottom: 0px; }
.product-listing .listing-sidebar .widget-search ul li { margin-bottom: 0px; }
.product-listing .listing-sidebar .widget-search ul li i { padding-right: 10px; }
.product-listing .listing-sidebar .widget-search ul li span { font-size: 12px; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; color: #ffffff; background: #cc6119; text-align: center; display: inline-block; }
.product-listing .listing-sidebar .widget-banner { margin-top: 30px; }
.product-listing ul { margin-bottom: 0px; }
.product-listing ul li ul { display: none; }
.product-listing ul li a { color: #323232; position: relative; display: block }
.product-listing ul li.list-group-item a:after { content: "\f107"; font: normal normal normal 14px/1 FontAwesome; position: absolute; right: 0; top: 0; font-size: 20px; line-height: 30px; }
.product-listing ul li.list-group-item a.current:after { content: "\f106"; }
.product-listing ul.list-group li { list-style: none; }
.product-listing ul.list-group .checkbox label { line-height: 22px; }
.product-listing .list-group-item { border-left: 0; border-right: 0; padding: 13px 15px; }
.product-listing .list-group-item:last-child { border-bottom: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.list-group-item:first-child { border-radius: 0px; }
.product-listing ul li a.current .fa-angle-down { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/*.car-grid */
.product-listing .car-grid { margin-top: 30px; }
.product-listing .car-grid { border: 1px solid #e3e3e3; padding: 20px; }
.product-listing .car-grid .car-item { margin-top: 0px; }
.product-listing .car-grid .car-title a { position: relative; padding-bottom: 10px; margin-bottom: 10px; display: inline-block; font-size: 20px; text-transform: uppercase; font-weight: 600; color: #363636; }
.product-listing .car-grid .car-title a:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }
.product-listing .car-grid .price span { color: #db2d2e; font-weight: 700; font-size: 16px; }
.product-listing .car-grid .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.product-listing .car-grid .price a.button { padding: 3px 20px; }
.product-listing .car-grid .car-list { margin-top: 21px; }
.product-listing .car-grid .car-list ul li { border: 1px solid #e3e3e3; padding: 1px 10px; font-size: 12px; }
.product-listing .car-grid .car-item .car-overlay-banner ul { top: 50%; }
.product-listing .car-grid:hover .car-overlay-banner { opacity: 1; top: 0; }

/*************************************
          Car item
**************************************/
.feature-car.new-arrival .car-item { margin-bottom: 30px; }
.car-item { position: relative; overflow: hidden; padding-bottom: 0px; }
.car-item .car-content { background: #ffffff; padding: 20px 20px 0px 20px; }
.car-item .car-content a { font-size: 16px; font-weight: 600; color: #db2d2e; margin-bottom: 10px; display: block; }
.car-item .car-content a:hover { color: #363636; }
.car-item .price span { color: #363636; font-weight: 700; font-size: 16px; }
.car-item .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.car-item .separator { margin-bottom: 15px; }
.car-item .separator:after { width: 50px; display: block; margin: auto; content: ""; height: 1px; background: #000000; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.car-item .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 30px; bottom: -10px; background: #000000; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 4px; }
.car-item:hover .separator:before { width: 50px; left: 0; background: #db2d2e; }
.car-item:hover .separator:after { width: 30px; left: 0; background: #db2d2e; }
.car-item .car-list { background: #ffffff; color: #363636; overflow: hidden; bottom: 144px; height: 0; left: 0; position: absolute; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; width: 100%; z-index: 2; text-align: center; }
.car-item .car-list li { line-height: 38px; color: #999999; }
.car-item .car-list li i { padding-right: 3px; }
.car-item:hover .car-list { height: 40px; border-bottom: 1px solid #f6f6f6; }
.car-item .car-image { position: relative; overflow: hidden; }
.car-item .car-overlay-banner { background: rgba(219, 45, 46, 0.7); position: absolute; top: -100%; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; }
.car-item .car-overlay-banner ul { left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; }
.car-item .car-overlay-banner ul li { display: inline-block; }
.car-item .car-overlay-banner ul li a { background: transparent; border: 2px solid #ffffff; color: #ffffff; width: 36px; height: 36px; line-height: 36px; text-align: center; display: inline-block; border-radius: 50%; }
.car-item .car-overlay-banner ul li a:hover { background: #ffffff; color: #db2d2e; }
.car-item:hover .car-overlay-banner { opacity: 1; top: 0; }
.car-item.gray-bg .car-content { background: #f6f6f6; }

/*widget-search*/
.product-listing .price-search { position: relative; }
.product-listing .price-search input { padding-right: 30px; color: #323232; height: 45px; border-color: #f6f6f6; background: #f6f6f6; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.product-listing .price-search input:focus { background: transparent; }
.product-listing .price-search i { position: absolute; right: 0px; padding: 16px 12px; font-size: 14px; color: #626262; cursor: pointer; }
.product-listing .price-search input:focus { border-color: #db2d2e; }
.product-listing .price-search span { margin-bottom: 10px; color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.product-listing .pagination-nav { margin-top: 30px; }

/*sorting-options*/
.sorting-options-main { border: 1px solid #e3e3e3; padding: 20px; }
.sorting-options { padding: 10px 0px 0; }
.sorting-options .change-view-button { margin-top: 10px; }
.sorting-options .change-view-button a { display: inline-block; font-size: 24px; margin-right: 10px; color: #323232; }
.sorting-options .change-view-button a.active { color: #db2d2e; }
.sorting-options .change-view-button a:hover { color: #db2d2e; }
.sorting-options .pagination > li > a { padding: 5px 12px; font-size: 14px; }
.sorting-options .selected-box { display: inline-block; padding: 4px; border-color: #e3e3e3; width: 100%; }

/*.car-grid */
.product-listing .car-grid { margin-top: 30px; }
.product-listing .car-grid { border: 1px solid #e3e3e3; padding: 20px; }
.product-listing .car-grid .car-item { margin-top: 0px; }
.product-listing .car-grid .car-title a { position: relative; padding-bottom: 10px; margin-bottom: 10px; display: inline-block; font-size: 20px; text-transform: uppercase; font-weight: 600; color: #363636; }
.product-listing .car-grid .car-title a:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }
.product-listing .car-grid .price span { color: #db2d2e; font-weight: 700; font-size: 16px; }
.product-listing .car-grid .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.product-listing .car-grid .price a.button { padding: 3px 20px; }
.product-listing .car-grid .car-list { margin-top: 21px; }
.product-listing .car-grid .car-list ul li { border: 1px solid #e3e3e3; padding: 1px 10px; font-size: 12px; }
.product-listing .car-grid .car-item .car-overlay-banner ul { top: 50%; }
.product-listing .car-grid:hover .car-overlay-banner { opacity: 1; top: 0; }

/*price*/
.price-slide .price label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.price-slide .price input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; }
.price-slide #slider-range-price { margin-top: 10px; margin-bottom: 0px; }
.price-slide a.button { font-size: 14px; font-weight: 600; display: inline-block; }
.price-slide a { font-size: 12px; padding-left: 20px; font-weight: 600; }
.price-slide a.link { margin-top: 40px; display: inline-block; color: #db2d2e; }
.price-slide a.link:hover { color: #323232; }
.price-slide-2 .price label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.price-slide-2 .price input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; margin-bottom: 10px; }
.price-slide-2 #slider-range-price { margin-top: 10px; }
.price-slide-2 a.button { border-radius: 3px; border: 1px solid #e3e3e3; font-weight: 600; display: inline-block; margin-top: 40px; }
.price-slide-2 a { font-size: 12px; padding-left: 20px; font-weight: 600; }

/*mileage*/
.mileage-slide .mileage label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.mileage-slide .mileage input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; }
.mileage-slide #slider-range-mileage { margin-top: 10px; margin-bottom: 0px; }
.mileage-slide a.button { font-size: 14px; font-weight: 600; display: inline-block; }
.mileage-slide a { font-size: 12px; padding-left: 20px; font-weight: 600; }
.mileage-slide a.link { margin-top: 40px; display: inline-block; color: #db2d2e; }
.mileage-slide a.link:hover { color: #323232; }
.mileage-slide-2 .price label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.mileage-slide-2 .price input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; margin-bottom: 10px; }
.mileage-slide-2 #slider-range-mileage { margin-top: 10px; }
.mileage-slide-2 a.button { border-radius: 3px; border: 1px solid #e3e3e3; font-weight: 600; display: inline-block; margin-top: 40px; }
.mileage-slide-2 a { font-size: 12px; padding-left: 20px; font-weight: 600; }

/*year*/
.year-slide .year label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.year-slide .year input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; }
.year-slide #slider-range-year { margin-top: 10px; margin-bottom: 0px; }
.year-slide a.button { font-size: 14px; font-weight: 600; display: inline-block; }
.year-slide a { font-size: 12px; padding-left: 20px; font-weight: 600; }
.year-slide a.link { margin-top: 40px; display: inline-block; color: #db2d2e; }
.year-slide a.link:hover { color: #323232; }
.year-slide-2 .year label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.year-slide-2 .year input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; margin-bottom: 10px; }
.year-slide-2 #slider-range-year { margin-top: 10px; }
.year-slide-2 a.button { border-radius: 3px; border: 1px solid #e3e3e3; font-weight: 600; display: inline-block; margin-top: 40px; }
.year-slide-2 a { font-size: 12px; padding-left: 20px; font-weight: 600; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #db2d2e;
    border-top-color: rgb(219, 45, 46);
    border-right-color: rgb(219, 45, 46);
    border-bottom-color: rgb(219, 45, 46);
    border-left-color: rgb(219, 45, 46);
    background: #fff;
    border-radius: 50%;
    font-weight: normal;
    color: #555555;
    outline: none;
}

.ui-widget-content {
    border: 0px solid #aaaaaa;
    background: #eeeeee;
    color: #222222;
}

/*************************************
        Product details
**************************************/
.car-details .slider-slick { margin-bottom: 40px; }
.car-details .feature-car { margin-top: 40px; }
.slick-next { right: 25px; }
.slick-prev { left: 25px; }
.slider-for .slick-prev, .slider-for .slick-next { opacity: 0; background: #ffffff; border-radius: 50%; border: 1px solid #e3e3e3; }
.slider-for .slick-prev:hover, .slider-for .slick-prev:focus, .slider-for .slick-next:hover, .slider-for .slick-next:focus { background: #db2d2e; border-color: #db2d2e; }
.slider-for .slick-next:before { content: '\f105'; font-size: 20px; line-height: 30px; text-align: center; color: #323232; }
.slider-for .slick-prev:before { content: '\f104'; font-size: 20px; line-height: 30px; text-align: center; color: #323232; }
.slider-slick:hover .slider-for .slick-next { right: -15px; opacity: 1; }
.slider-slick:hover .slider-for .slick-prev { left: -15px; opacity: 1; }
.slider-nav .slick-next, .slider-nav .slick-prev { display: none !important; }

/*modal*/
.car-details .modal-content { box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 0px; }
.car-details .modal-content .button.red { border: 1px solid #e3e3e3; padding: 7px 20px; margin-bottom: 0; }
.car-details .modal-header { border-bottom: 0px; background: #323232; padding: 15px 26px; margin: 10px; }
.car-details h4.modal-title { position: relative; padding-bottom: 0px; margin-bottom: 0px; display: inline-block; color: #ffffff; margin-top: 3px; }
.car-details .form-group .radio { margin: 0px; }
.car-details .form-group:last-child { margin-bottom: 0px; }
.car-details .form-group .radio { display: inline-block; margin-right: 10px; }
.car-details .form-group input[type=radio] { margin-top: 10px; width: auto; }
.car-details .close { color: #ffffff; opacity: 1; text-shadow: none; transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.car-details .close:hover { color: #db2d2e; opacity: 1; }
.car-details .close span { font-size: 40px; }

/*car-details-sidebar*/
.car-details-sidebar h5 { position: relative; padding-bottom: 10px; margin-bottom: 20px; }
.car-details-sidebar .details-block ul li { display: block; padding-bottom: 10px; border-bottom: 1px solid #e3e3e3; margin-bottom: 10px; }
.car-details-sidebar .details-block ul li:last-child { border-bottom: 0px; }
.car-details-sidebar .details-block ul li span { width: 150px; display: inline-block; }
.car-details-sidebar .details-block ul li strong { display: inline-block; text-align: right; color: #363636; }

/*details-social*/
.details-social ul li { display: inline-block; }
.details-social ul li a { margin-right: 15px; margin-bottom: 15px; display: block; color: #363636; }
.details-social ul li a i { padding-right: 5px; }
.details-social ul li a:hover { color: #db2d2e; }
/*details-form*/
.details-form.contact-2 .gray-form a.button.red { display: block; }
.details-form.contact-2 .gray-form { padding-right: 0px; }
.car-details .car-price strong { font-size: 30px; display: block; margin-bottom: 10px; color: #db2d2e; }
.car-details .car-price span { font-style: italic; }
.details-nav { margin: 30px 0px 40px; }
.details-nav ul li { display: inline-block; margin-right: 10px; }
.details-nav ul li a { color: #999999; border: 1px solid #e3e3e3; padding: 5px 14px; display: block; margin-bottom: 10px; }
.details-nav ul li a i { padding-right: 10px; }
.details-nav ul li a:hover { border-color: #db2d2e; background: #db2d2e; color: #ffffff; }
.car-details-sidebar .details-weight {
    padding: 12px 26px 13px 23px;
    margin-bottom: 26px;
    background-color: #f0f2f5;
}
.car-details-sidebar .details-phone.details-weight .feature-box-3 .content h4 { margin-top: 10px; margin-bottom: 5px; }
.details-location iframe { border: 0px; width: 100%; height: 250px; }
/*details-nav working form*/
#exampleModal5 .modal-dialog { width: 900px; }
.details-nav h6 { margin: 40px 0 20px; }
.details-nav .checkbox label { line-height: 20px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {   position: absolute; margin-left: 0; left: 0; width: inherit; }
.details-nav .captcha { margin-top: 30px; }
.car-details .vehicle-assessment .form-group:last-child { margin-bottom: 20px; }
.details-nav ul li a.button.red { color: #ffffff; cursor: pointer; }
.details-nav .form-group > label { display: inline-block; padding-right: 20px; }
.details-nav .form-group { margin-bottom: 10px; }
#recaptcha1, #recaptcha2, #recaptcha3, #recaptcha4, #recaptcha5, #recaptcha6 { margin: 16px 0 !important;  }
.details-nav .modal-body { padding-top: 0px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] { left: 20px; }
.details-nav .checkbox label { padding-left: 40px; }
.details-nav p.sub-title { line-height: 24px; margin-top: 20px; display: block; }
.details-nav ul li .select-options li { display: block; }
.details-nav .fa-spin { width: 100%; text-align: center; }
.modal-backdrop { z-index: 99999;  }
.modal { z-index: 999999; }

/*hack code ie 9*/
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .search { margin-top: -130px; position: relative; z-index: 1; }
    .button:hover { background: #323232; color: #ffffff; }
    .button.white:hover { background: #323232; color: #ffffff; }
}
/*************************************
       Owl carousel      
**************************************/
.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-item img { width: auto; }
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-prev i { padding-left: 0px; }
.owl-carousel .owl-nav i { font-size: 20px; border-radius: 50%; width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #db2d2e; background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #db2d2e; color: #fff; border-color: #db2d2e; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -2%; }
.owl-carousel:hover .owl-nav .owl-next { right: -2%; }
.owl-carousel .owl-controls .owl-dot { display: inline-block; margin-top: 20px; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #a5a5a5; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #db2d2e; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #db2d2e; width: 24px; }

/*************************************
         Contact
**************************************/
.contact .contact-box { padding: 30px 10px; background: #f6f6f6; }
.contact .contact-box i { color: #db2d2e; font-size: 30px; display: block; margin-bottom: 20px; }
.contact .contact-box, .contact .contact-box p, .contact .contact-box i, .contact .contact-box h5 { transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.contact .contact-box:hover { background: #db2d2e; }
.contact .contact-box:hover i, .contact .contact-box:hover p, .contact .contact-box:hover h5 { color: #ffffff; }
.contact-map { height: 400px; }
.contact-map .container-fluid { padding: 0px; }
.contact-map .container-fluid iframe { border: 0px; width: 100%; height: 400px; }
.contact-2 .feature-box-3 { display: block; margin-bottom: 20px; }
.contact-2 .opening-hours { margin-top: 50px; display: block; }
.contact-2 .gray-form { padding-right: 50px; }
.contact-2 .gray-form p { margin-bottom: 30px; }
.contact-2 .gray-form a.button.red { display: block; }


/*************************************
          Service
**************************************/
.inner-service .feature-box-2 { border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 40px 30px; }
.inner-service .feature-box-2.no-br { border-right: 0px; }
.inner-service .feature-box-2.no-bb { border-bottom: 0px; }
.service-center h5 { margin-bottom: 20px; }
.service-center .list-style-1 { margin-top: 20px; display: inline-block; }
.opening-hours { padding: 25px; }
.opening-hours h6 { position: relative; padding-bottom: 10px; margin-bottom: 15px; }
.opening-hours h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }
.opening-hours strong { width: 100px; display: inline-block; color: #363636; }
#formmessage { display: none; }
.form-horizontal .form-group { width: 100%; margin-left: 0px; margin-right: 0px; }
.gray-form input, .gray-form textarea { width: 100%; resize: vertical; background: #f6f6f6; border: 1px solid transparent; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gray-form input:focus, .gray-form textarea:focus { background: transparent; border: 1px solid #db2d2e !important; }
.gray-form .button.red { display: block; text-align: center; border: 0px; width: 100%; }
.gray-form .select-styled { background: #f6f6f6; border-color: #f6f6f6; line-height: 20px; }

/*************************************
        Terms and conditions
**************************************/
.terms-and-conditions p { margin-bottom: 30px; }
.terms-and-conditions ul.list-style-1 { margin-bottom: 30px; display: block; }

ul.list-style-1 li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    width: auto;
    float: none;
}

.header-address {
    position: relative;
    padding-left: 42px;
    max-width: 388px;
}

.header-address .address {
    margin: 0px;
}


.topbar{
    font-size: 18px;
    font-family: 'Montserrat';
    padding: 28px 0 25px;
    line-height: 14px;
    background-color: #232628;
}

.header-address .fa, .header-main-phone .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #cc6119;
}

.header-address .address .heading-font, .header-main-phone .phone .heading-font {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.header-main-phone {
    position: relative;
    padding-left: 41px;
    margin-left: 30px;
    font-family: 'Montserrat';
    color: #232628;
}

.header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #cc6119;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
}

.header-main-phone .phone .phone-number {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .5px;
}

.header-main-phone a, .header-secondary-phone a {
    color: #fff !important;
    text-decoration: none !important;
}

.mail-font{
    font-size: 12px !important;
}

.theme3-top-page{
    width: 100%;
    background-color: #232628;
    padding: 30px 0 30px 0;
}

.theme3-top-page-home{
    width: 100%;
    margin-top: -40px;
    padding-bottom: 30px;
}

.top-page-top-subtitle{
    background-color: #fff;
    max-width: 300px;
    color: #cc6119;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
    margin-bottom: -30px;
    padding: 0px 10px 0 10px;
}

.listing-car-item-inner .image {
    overflow: hidden;
    position: relative;
}

.listing-car-item-inner .image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
}

.listing-car-item-meta {
    padding-top: 17px;
}

.car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}

.listing-menu li a {
    font-family: 'Montserrat';
    color: #232628;
}

.listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 10px;
    margin-left: 18px;
    background-color: #cc6119;
    text-align: right;
}

.listing-car-item-meta .price::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #cc6119;
    -webkit-transform: skew(-14deg,0deg);
    transform: skew(-14deg,0deg);
    z-index: 5;
}

.price .normal-price {
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    position: relative;
    z-index: 6;
}

.listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 5px;
}

.car-listing-row .image{
    position: relative;
    line-height: 0;
    padding-top: 0px;
    overflow: hidden;
}

.car-listing-row .image img {
    transition: .3s all;
    -webkit-transition: .3s all;
    width: 100%;
    height: auto;
}

.advertcarlist-item .image{
    position: relative;
    line-height: 0;
    padding-top: 0px;
    overflow: hidden;
}

.advertcarlist-item .image img {
    transition: .3s all;
    -webkit-transition: .3s all;
    width: 100%;
    height: auto;
}

.car-meta-bottom ul {
    list-style: none;
    padding: 0 5px 0 5px;
    margin: 0;
    text-align: center;
}

.car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle;
}

.btn-theme{
    background-color: #cc6119;
    color: #fff;
    border-radius: 0px;
}

.btn-theme:hover{
    background-color: #333;
    color: #fff;
    border-radius: 0px;
}

.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    -webkit-transform: skew(-40deg,0deg);
    transform: skew(-40deg,0deg);
    border-radius: 2px;
    background-color: #cc6119;
}

.colored-separator .last-short {
    width: 16px;
}

.front-item {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 18px rgba(0,0,0,.1);
    transition: all .25s ease;
}



.front-item:hover{
    box-shadow: 0 5px 18px rgba(0,0,0,.3);
    transition: all .25s ease;
}

.advertcarlist-item .content{
    overflow: hidden;
}


.meta-top .price {
    min-width: 130px;
    position: relative;
    margin-left: 40px;
    float: right;
    text-align: right;
    background-color: #cc6119;
    color: #fff;
}

.content .meta-top .price::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #cc6119;
    -webkit-transform: skew(-23deg,0deg);
    transform: skew(-23deg,0deg);
    z-index: -1;
}

.content .meta-top .price .normal-price {
    position: relative;
    left: -4px;
    padding: 13px 8px 12px 4px;
}

.meta-top .price .normal-price .label-price {
    max-width: 26px;
    display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 2px;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: .7;
}

.content .meta-top .price .normal-price .heading-font {
    position: relative;
    top: 1px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}

.content .title {
    margin-top: 0px;
    padding-top: 10px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    font-family: 'Montserrat';
    color: #232628;
}

.advertcarlist-version{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.content .meta-middle .meta-middle-unit {
    float: left;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.meta-middle-unit-top {
    padding-left: 25px;
}

.content .meta-middle .meta-middle-unit .icon {
    color: #888;
    font-size: 15px;
    float: left; padding-right: 10px;
}

.content .meta-middle .meta-middle-unit .name {
    color: #888;
    font-size: 15px;
    float: left;
}

.meta-middle-unit .value {
    color: #333;
    padding-left: 25px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.content .meta-middle .meta-middle-unit:last-child{
    border-right: 0;
}

.title-advertcar-show{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #363636;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.content .title{padding-left: 25px;}

.version-advertcar-show{
    font-size: 18px;
    font-family: Montserrat;
    line-height: 35px;
}

.advertcarlist-item {
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    padding: 0px;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.car-price{
    background-color: #cc6119;
    color: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.last-advertcars-show{
    padding: 22px 23px 8px;
    border: 3px solid #e4e6ea;
}

.last-advertcars-show h5{
    position: relative;
    top: 4px;
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

.nav-tabs{
    background-color: #232628;
    border-left: 4px solid #232628;
    border-right: 4px solid #232628;
}
.nav-tabs.nav-justified > li > a {
    display: block;
    position: relative;
    padding: 18px 18px;
    background-color: #232628;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.nav-tabs > li.active > a{
    display: block;
    position: relative;
    padding: 18px 18px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    font-family: 'Montserrat';
}

.nav-tabs > li.active > a::before {
    position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #cc6119;
    opacity: 1;
}



.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.contact-tab-location .icon{
    float: left;
    padding-right: 15px;
    line-height: 40px;
    font-size: 35px;
    color: #cc6119;
}

.contact-tab-location .icon-text{
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Montserrat';
    color: #232628;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"],input[type="date"], select {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: 0 !important;
    background-color: #eceff3;
    transition: all .25s ease;
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #cc6119;
    background-color: #fff;
    transition: all .85s ease;
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
}

textarea:focus {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    border: 2px solid #cc6119;
    background-color: #fff;
    transition: all .85s ease;
}

.last-advertcars-item, .last-advertcars-show{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}


.last-advertcars-show{
    padding-bottom: 25px;
}

.last-advertcars-photo{
    width: 30%;
    float: left;
}

.last-advertcars-photo .image{
    width: 100%;
}

.last-advertcars-photo .image img{
    width: 100%;
}

.last-advertcars-content{
    width: 70%;
    float: left;
    padding-left: 10px;
}

.last-advertcars-content .title{
    font-family: Montserrat;
    text-transform: uppercase;
    color: #333;
}

.last-advertcars-content .version{
    font-family: Montserrat;
    font-size: 12px;
    line-height: 0.6;
    padding-bottom: 6px;
    color: #999999;
}

.last-advertcars-content .price span{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    color: #cc6119;
    border: 1px dotted #cc6119;
    width: auto;
    padding: 2px 4px 2px 4px;
}

.header-main-phone a{
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;

}

@media screen and (max-width: 992px ) {
    
    .dropdown-menu {
        position: relative;
        float: none;
    }

}

.submenu_items {
    width: 100%;
}




@media screen and (min-width: 993px )
{
    /* .dropdown-onhover:hover > .dropdown-menu,.dropdown-onhover:hover > .dropdown-menu:hover
    {
        display: block;
        transition: all 1s ease-in;
    } */
    /*Hack - Garder le menu ouvert */
    /* .dropdown-onhover >.dropdown-menu::before {
        content: '';
        position: absolute;
        top: -2rem;
        background: transparent;
        width: 100%;
        height: 25px;
    } */

    
    .submenu_items {
        right: -100% !important;
        top: 0;
    }
}

.mega-menu .menu-links > li > a.link-facebook {
    color: #3b5998;
}

.mega-menu .menu-links > li > a.link-instagram {
    color: #e1306c;
}