@charset "UTF-8";.form-group
.loading {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100)
}
:root {
  --main-white-color: #fff;
  --main-black-color: #000
}
.static {
  position: static
}
.cover {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}
.fz16 {
  font-size: 16px !important
}
.back1 {
  background-image: url(../i/back1.jpg);
  background-repeat: repeat
}
@media (min-width:1775px) {
  .mw575 {
    max-width: 575px !important
  }
}
@media (min-width:1775px) {
  .flexList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .flexList li {
    width: 50%
  }
}
.font_one {
  font-family: Poppins, sans-serif
}
.font_two {
  font-family: Work Sans, sans-serif
}
.font_third {
  font-family: Dancing Script, cursive
}
.p0 {
  padding: 0 !important
}
.mb-0-i {
  margin-bottom: 0 !important
}
.md-mr10 {
  margin-right: 10px
}

.button2 {
    display: none;
}



@media (max-width:767px) {
	
	
		
	td:nth-child(1) { 
	
	width: 100px
	
	}
	
	
	td:nth-child(2) { 
	
	width: 70px
	
	}
		
	
	
	td:nth-child(3) { 
	
	width: 130px
	
	}
	
	
	
	
	.button2 {
    background-color: #c83030;
    border: 4px #9e0000 double;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: arial;
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    width: 80%;
    padding: 10px 25px;
}
	
	
	
	
  .sm-mr0 {
    margin-right: 0
  }
}
@media (max-width:767px) {
  .sm-ml10 {
    margin-left: 10px
  }
}
.mt8dot5-imp {
  margin-top: 8.5% !important
}
.hidden {
  display: none !important
}
.table-responsive {
  overflow-x: auto
}
.mt-11-persent {
  margin-top: 11%
}
.mt-3-persent {
  margin-top: 3%
}
.mb-3-persent {
  margin-bottom: 3%
}
.mt-5-persent {
  margin-top: 5%
}
.mb-5-persent {
  margin-bottom: 5%
}
.mt-10-persent {
  margin-top: 10%
}
.mb-10-persent {
  margin-bottom: 10%
}
.mt-15-persent {
  margin-top: 15%
}
.mb-15-persent {
  margin-bottom: 15%
}
.hide {
  display: none
}
.show {
  display: -ms-flexbox;
  display: flex
}
.bg-white {
  background: #fff
}
.bg-transperant {
  background-color: transparent
}
.p5-persent {
  padding: 5%
}
.mb-18-px {
  margin-bottom: 18px
}
.play-btn-big {
  width: 82px;
  height: 82px
}
@media (max-width:574px) {
  .play-btn-big {
    width: 52px;
    height: 52px
  }
}
@media (min-width:575px) and (max-width:991px) {
  .play-btn-big {
    width: 62px;
    height: 62px
  }
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}
.fa-xs {
  font-size: .75em
}
.fa-sm {
  font-size: .875em
}
.fa-1x {
  font-size: 1em
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-6x {
  font-size: 6em
}
.fa-7x {
  font-size: 7em
}
.fa-8x {
  font-size: 8em
}
.fa-9x {
  font-size: 9em
}
.fa-10x {
  font-size: 10em
}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}
.fa-ul > li {
  position: relative
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em
}
.fa-spin {
  animation: a 2s infinite linear
}
.fa-pulse {
  animation: a 1s infinite steps(8)
}
@keyframes a {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
.fa-rotate-90 {
  transform: rotate(90deg)
}
.fa-rotate-180 {
  transform: rotate(180deg)
}
.fa-rotate-270 {
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  transform: scaleX(-1)
}
.fa-flip-vertical {
  transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-500px:before {
  content: "\f26e"
}
.fa-accessible-icon:before {
  content: "\f368"
}
.fa-accusoft:before {
  content: "\f369"
}
.fa-acquisitions-incorporated:before {
  content: "\f6af"
}
.fa-ad:before {
  content: "\f641"
}
.fa-address-book:before {
  content: "\f2b9"
}
.fa-address-card:before {
  content: "\f2bb"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-adn:before {
  content: "\f170"
}
.fa-adobe:before {
  content: "\f778"
}
.fa-adversal:before {
  content: "\f36a"
}
.fa-affiliatetheme:before {
  content: "\f36b"
}
.fa-air-freshener:before {
  content: "\f5d0"
}
.fa-algolia:before {
  content: "\f36c"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-alipay:before {
  content: "\f642"
}
.fa-allergies:before {
  content: "\f461"
}
.fa-amazon:before {
  content: "\f270"
}
.fa-amazon-pay:before {
  content: "\f42c"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}
.fa-amilia:before {
  content: "\f36d"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-android:before {
  content: "\f17b"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angry:before {
  content: "\f556"
}
.fa-angrycreative:before {
  content: "\f36e"
}
.fa-angular:before {
  content: "\f420"
}
.fa-ankh:before {
  content: "\f644"
}
.fa-app-store:before {
  content: "\f36f"
}
.fa-app-store-ios:before {
  content: "\f370"
}
.fa-apper:before {
  content: "\f371"
}
.fa-apple:before {
  content: "\f179"
}
.fa-apple-alt:before {
  content: "\f5d1"
}
.fa-apple-pay:before {
  content: "\f415"
}
.fa-archive:before {
  content: "\f187"
}
.fa-archway:before {
  content: "\f557"
}
.fa-arrow-alt-circle-down:before {
  content: "\f358"
}
.fa-arrow-alt-circle-left:before {
  content: "\f359"
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-arrows-alt-h:before {
  content: "\f337"
}
.fa-arrows-alt-v:before {
  content: "\f338"
}
.fa-artstation:before {
  content: "\f77a"
}
.fa-assistive-listening-systems:before {
  content: "\f2a2"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-asymmetrik:before {
  content: "\f372"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-atlas:before {
  content: "\f558"
}
.fa-atlassian:before {
  content: "\f77b"
}
.fa-atom:before {
  content: "\f5d2"
}
.fa-audible:before {
  content: "\f373"
}
.fa-audio-description:before {
  content: "\f29e"
}
.fa-autoprefixer:before {
  content: "\f41c"
}
.fa-avianex:before {
  content: "\f374"
}
.fa-aviato:before {
  content: "\f421"
}
.fa-award:before {
  content: "\f559"
}
.fa-aws:before {
  content: "\f375"
}
.fa-baby:before {
  content: "\f77c"
}
.fa-baby-carriage:before {
  content: "\f77d"
}
.fa-backspace:before {
  content: "\f55a"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-balance-scale:before {
  content: "\f24e"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-band-aid:before {
  content: "\f462"
}
.fa-bandcamp:before {
  content: "\f2d5"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-bars:before {
  content: "\f0c9"
}
.fa-baseball-ball:before {
  content: "\f433"
}
.fa-basketball-ball:before {
  content: "\f434"
}
.fa-bath:before {
  content: "\f2cd"
}
.fa-battery-empty:before {
  content: "\f244"
}
.fa-battery-full:before {
  content: "\f240"
}
.fa-battery-half:before {
  content: "\f242"
}
.fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-bed:before {
  content: "\f236"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bezier-curve:before {
  content: "\f55b"
}
.fa-bible:before {
  content: "\f647"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bimobject:before {
  content: "\f378"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-biohazard:before {
  content: "\f780"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitcoin:before {
  content: "\f379"
}
.fa-bity:before {
  content: "\f37a"
}
.fa-black-tie:before {
  content: "\f27e"
}
.fa-blackberry:before {
  content: "\f37b"
}
.fa-blender:before {
  content: "\f517"
}
.fa-blender-phone:before {
  content: "\f6b6"
}
.fa-blind:before {
  content: "\f29d"
}
.fa-blog:before {
  content: "\f781"
}
.fa-blogger:before {
  content: "\f37c"
}
.fa-blogger-b:before {
  content: "\f37d"
}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-bold:before {
  content: "\f032"
}
.fa-bolt:before {
  content: "\f0e7"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-bone:before {
  content: "\f5d7"
}
.fa-bong:before {
  content: "\f55c"
}
.fa-book:before {
  content: "\f02d"
}
.fa-book-dead:before {
  content: "\f6b7"
}
.fa-book-open:before {
  content: "\f518"
}
.fa-book-reader:before {
  content: "\f5da"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-bowling-ball:before {
  content: "\f436"
}
.fa-box:before {
  content: "\f466"
}
.fa-box-open:before {
  content: "\f49e"
}
.fa-boxes:before {
  content: "\f468"
}
.fa-braille:before {
  content: "\f2a1"
}
.fa-brain:before {
  content: "\f5dc"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-briefcase-medical:before {
  content: "\f469"
}
.fa-broadcast-tower:before {
  content: "\f519"
}
.fa-broom:before {
  content: "\f51a"
}
.fa-brush:before {
  content: "\f55d"
}
.fa-btc:before {
  content: "\f15a"
}
.fa-bug:before {
  content: "\f188"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-burn:before {
  content: "\f46a"
}
.fa-buromobelexperte:before {
  content: "\f37f"
}
.fa-bus:before {
  content: "\f207"
}
.fa-bus-alt:before {
  content: "\f55e"
}
.fa-business-time:before {
  content: "\f64a"
}
.fa-buysellads:before {
  content: "\f20d"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-calendar:before {
  content: "\f133"
}
.fa-calendar-alt:before {
  content: "\f073"
}
.fa-calendar-check:before {
  content: "\f274"
}
.fa-calendar-day:before {
  content: "\f783"
}
.fa-calendar-minus:before {
  content: "\f272"
}
.fa-calendar-plus:before {
  content: "\f271"
}
.fa-calendar-times:before {
  content: "\f273"
}
.fa-calendar-week:before {
  content: "\f784"
}
.fa-camera:before {
  content: "\f030"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-campground:before {
  content: "\f6bb"
}
.fa-canadian-maple-leaf:before {
  content: "\f785"
}
.fa-candy-cane:before {
  content: "\f786"
}
.fa-cannabis:before {
  content: "\f55f"
}
.fa-capsules:before {
  content: "\f46b"
}
.fa-car:before {
  content: "\f1b9"
}
.fa-car-alt:before {
  content: "\f5de"
}
.fa-car-battery:before {
  content: "\f5df"
}
.fa-car-crash:before {
  content: "\f5e1"
}
.fa-car-side:before {
  content: "\f5e4"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-caret-square-down:before {
  content: "\f150"
}
.fa-caret-square-left:before {
  content: "\f191"
}
.fa-caret-square-right:before {
  content: "\f152"
}
.fa-caret-square-up:before {
  content: "\f151"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-carrot:before {
  content: "\f787"
}
.fa-cart-arrow-down:before {
  content: "\f218"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-cash-register:before {
  content: "\f788"
}
.fa-cat:before {
  content: "\f6be"
}
.fa-cc-amazon-pay:before {
  content: "\f42d"
}
.fa-cc-amex:before {
  content: "\f1f3"
}
.fa-cc-apple-pay:before {
  content: "\f416"
}
.fa-cc-diners-club:before {
  content: "\f24c"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-jcb:before {
  content: "\f24b"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-paypal:before {
  content: "\f1f4"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-centercode:before {
  content: "\f380"
}
.fa-centos:before {
  content: "\f789"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-chair:before {
  content: "\f6c0"
}
.fa-chalkboard:before {
  content: "\f51b"
}
.fa-chalkboard-teacher:before {
  content: "\f51c"
}
.fa-charging-station:before {
  content: "\f5e7"
}
.fa-chart-area:before {
  content: "\f1fe"
}
.fa-chart-bar:before {
  content: "\f080"
}
.fa-chart-line:before {
  content: "\f201"
}
.fa-chart-pie:before {
  content: "\f200"
}
.fa-check:before {
  content: "\f00c"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-check-double:before {
  content: "\f560"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-chess:before {
  content: "\f439"
}
.fa-chess-bishop:before {
  content: "\f43a"
}
.fa-chess-board:before {
  content: "\f43c"
}
.fa-chess-king:before {
  content: "\f43f"
}
.fa-chess-knight:before {
  content: "\f441"
}
.fa-chess-pawn:before {
  content: "\f443"
}
.fa-chess-queen:before {
  content: "\f445"
}
.fa-chess-rook:before {
  content: "\f447"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-chrome:before {
  content: "\f268"
}
.fa-church:before {
  content: "\f51d"
}
.fa-circle:before {
  content: "\f111"
}
.fa-circle-notch:before {
  content: "\f1ce"
}
.fa-city:before {
  content: "\f64f"
}
.fa-clipboard:before {
  content: "\f328"
}
.fa-clipboard-check:before {
  content: "\f46c"
}
.fa-clipboard-list:before {
  content: "\f46d"
}
.fa-clock:before {
  content: "\f017"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-closed-captioning:before {
  content: "\f20a"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-cloud-download-alt:before {
  content: "\f381"
}
.fa-cloud-meatball:before {
  content: "\f73b"
}
.fa-cloud-moon:before {
  content: "\f6c3"
}
.fa-cloud-moon-rain:before {
  content: "\f73c"
}
.fa-cloud-rain:before {
  content: "\f73d"
}
.fa-cloud-showers-heavy:before {
  content: "\f740"
}
.fa-cloud-sun:before {
  content: "\f6c4"
}
.fa-cloud-sun-rain:before {
  content: "\f743"
}
.fa-cloud-upload-alt:before {
  content: "\f382"
}
.fa-cloudscale:before {
  content: "\f383"
}
.fa-cloudsmith:before {
  content: "\f384"
}
.fa-cloudversify:before {
  content: "\f385"
}
.fa-cocktail:before {
  content: "\f561"
}
.fa-code:before {
  content: "\f121"
}
.fa-code-branch:before {
  content: "\f126"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-codiepie:before {
  content: "\f284"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cog:before {
  content: "\f013"
}
.fa-cogs:before {
  content: "\f085"
}
.fa-coins:before {
  content: "\f51e"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-comment:before {
  content: "\f075"
}
.fa-comment-alt:before {
  content: "\f27a"
}
.fa-comment-dollar:before {
  content: "\f651"
}
.fa-comment-dots:before {
  content: "\f4ad"
}
.fa-comment-slash:before {
  content: "\f4b3"
}
.fa-comments:before {
  content: "\f086"
}
.fa-comments-dollar:before {
  content: "\f653"
}
.fa-compact-disc:before {
  content: "\f51f"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-compress:before {
  content: "\f066"
}
.fa-compress-arrows-alt:before {
  content: "\f78c"
}
.fa-concierge-bell:before {
  content: "\f562"
}
.fa-confluence:before {
  content: "\f78d"
}
.fa-connectdevelop:before {
  content: "\f20e"
}
.fa-contao:before {
  content: "\f26d"
}
.fa-cookie:before {
  content: "\f563"
}
.fa-cookie-bite:before {
  content: "\f564"
}
.fa-copy:before {
  content: "\f0c5"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-couch:before {
  content: "\f4b8"
}
.fa-cpanel:before {
  content: "\f388"
}
.fa-creative-commons:before {
  content: "\f25e"
}
.fa-creative-commons-by:before {
  content: "\f4e7"
}
.fa-creative-commons-nc:before {
  content: "\f4e8"
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}
.fa-creative-commons-nd:before {
  content: "\f4eb"
}
.fa-creative-commons-pd:before {
  content: "\f4ec"
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}
.fa-creative-commons-remix:before {
  content: "\f4ee"
}
.fa-creative-commons-sa:before {
  content: "\f4ef"
}
.fa-creative-commons-sampling:before {
  content: "\f4f0"
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}
.fa-creative-commons-share:before {
  content: "\f4f2"
}
.fa-creative-commons-zero:before {
  content: "\f4f3"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-critical-role:before {
  content: "\f6c9"
}
.fa-crop:before {
  content: "\f125"
}
.fa-crop-alt:before {
  content: "\f565"
}
.fa-cross:before {
  content: "\f654"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-crow:before {
  content: "\f520"
}
.fa-crown:before {
  content: "\f521"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-css3-alt:before {
  content: "\f38b"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-cut:before {
  content: "\f0c4"
}
.fa-cuttlefish:before {
  content: "\f38c"
}
.fa-d-and-d:before {
  content: "\f38d"
}
.fa-d-and-d-beyond:before {
  content: "\f6ca"
}
.fa-dashcube:before {
  content: "\f210"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-deaf:before {
  content: "\f2a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-democrat:before {
  content: "\f747"
}
.fa-deploydog:before {
  content: "\f38e"
}
.fa-deskpro:before {
  content: "\f38f"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-dev:before {
  content: "\f6cc"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-dharmachakra:before {
  content: "\f655"
}
.fa-dhl:before {
  content: "\f790"
}
.fa-diagnoses:before {
  content: "\f470"
}
.fa-diaspora:before {
  content: "\f791"
}
.fa-dice:before {
  content: "\f522"
}
.fa-dice-d20:before {
  content: "\f6cf"
}
.fa-dice-d6:before {
  content: "\f6d1"
}
.fa-dice-five:before {
  content: "\f523"
}
.fa-dice-four:before {
  content: "\f524"
}
.fa-dice-one:before {
  content: "\f525"
}
.fa-dice-six:before {
  content: "\f526"
}
.fa-dice-three:before {
  content: "\f527"
}
.fa-dice-two:before {
  content: "\f528"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-digital-ocean:before {
  content: "\f391"
}
.fa-digital-tachograph:before {
  content: "\f566"
}
.fa-directions:before {
  content: "\f5eb"
}
.fa-discord:before {
  content: "\f392"
}
.fa-discourse:before {
  content: "\f393"
}
.fa-divide:before {
  content: "\f529"
}
.fa-dizzy:before {
  content: "\f567"
}
.fa-dna:before {
  content: "\f471"
}
.fa-dochub:before {
  content: "\f394"
}
.fa-docker:before {
  content: "\f395"
}
.fa-dog:before {
  content: "\f6d3"
}
.fa-dollar-sign:before {
  content: "\f155"
}
.fa-dolly:before {
  content: "\f472"
}
.fa-dolly-flatbed:before {
  content: "\f474"
}
.fa-donate:before {
  content: "\f4b9"
}
.fa-door-closed:before {
  content: "\f52a"
}
.fa-door-open:before {
  content: "\f52b"
}
.fa-dot-circle:before {
  content: "\f192"
}
.fa-dove:before {
  content: "\f4ba"
}
.fa-download:before {
  content: "\f019"
}
.fa-draft2digital:before {
  content: "\f396"
}
.fa-drafting-compass:before {
  content: "\f568"
}
.fa-dragon:before {
  content: "\f6d5"
}
.fa-draw-polygon:before {
  content: "\f5ee"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-dribbble-square:before {
  content: "\f397"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-drum:before {
  content: "\f569"
}
.fa-drum-steelpan:before {
  content: "\f56a"
}
.fa-drumstick-bite:before {
  content: "\f6d7"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-dumbbell:before {
  content: "\f44b"
}
.fa-dumpster:before {
  content: "\f793"
}
.fa-dumpster-fire:before {
  content: "\f794"
}
.fa-dungeon:before {
  content: "\f6d9"
}
.fa-dyalog:before {
  content: "\f399"
}
.fa-earlybirds:before {
  content: "\f39a"
}
.fa-ebay:before {
  content: "\f4f4"
}
.fa-edge:before {
  content: "\f282"
}
.fa-edit:before {
  content: "\f044"
}
.fa-eject:before {
  content: "\f052"
}
.fa-elementor:before {
  content: "\f430"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-ello:before {
  content: "\f5f1"
}
.fa-ember:before {
  content: "\f423"
}
.fa-empire:before {
  content: "\f1d1"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-open-text:before {
  content: "\f658"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-envira:before {
  content: "\f299"
}
.fa-equals:before {
  content: "\f52c"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-erlang:before {
  content: "\f39d"
}
.fa-ethereum:before {
  content: "\f42e"
}
.fa-ethernet:before {
  content: "\f796"
}
.fa-etsy:before {
  content: "\f2d7"
}
.fa-euro-sign:before {
  content: "\f153"
}
.fa-exchange-alt:before {
  content: "\f362"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-expand:before {
  content: "\f065"
}
.fa-expand-arrows-alt:before {
  content: "\f31e"
}
.fa-expeditedssl:before {
  content: "\f23e"
}
.fa-external-link-alt:before {
  content: "\f35d"
}
.fa-external-link-square-alt:before {
  content: "\f360"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-dropper:before {
  content: "\f1fb"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-facebook:before {
  content: "\f09a"
}
.fa-facebook-f:before {
  content: "\f39e"
}
.fa-facebook-messenger:before {
  content: "\f39f"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-fantasy-flight-games:before {
  content: "\f6dc"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-feather:before {
  content: "\f52d"
}
.fa-feather-alt:before {
  content: "\f56b"
}
.fa-fedex:before {
  content: "\f797"
}
.fa-fedora:before {
  content: "\f798"
}
.fa-female:before {
  content: "\f182"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-figma:before {
  content: "\f799"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-alt:before {
  content: "\f15c"
}
.fa-file-archive:before {
  content: "\f1c6"
}
.fa-file-audio:before {
  content: "\f1c7"
}
.fa-file-code:before {
  content: "\f1c9"
}
.fa-file-contract:before {
  content: "\f56c"
}
.fa-file-csv:before {
  content: "\f6dd"
}
.fa-file-download:before {
  content: "\f56d"
}
.fa-file-excel:before {
  content: "\f1c3"
}
.fa-file-export:before {
  content: "\f56e"
}
.fa-file-image:before {
  content: "\f1c5"
}
.fa-file-import:before {
  content: "\f56f"
}
.fa-file-invoice:before {
  content: "\f570"
}
.fa-file-invoice-dollar:before {
  content: "\f571"
}
.fa-file-medical:before {
  content: "\f477"
}
.fa-file-medical-alt:before {
  content: "\f478"
}
.fa-file-pdf:before {
  content: "\f1c1"
}
.fa-file-powerpoint:before {
  content: "\f1c4"
}
.fa-file-prescription:before {
  content: "\f572"
}
.fa-file-signature:before {
  content: "\f573"
}
.fa-file-upload:before {
  content: "\f574"
}
.fa-file-video:before {
  content: "\f1c8"
}
.fa-file-word:before {
  content: "\f1c2"
}
.fa-fill:before {
  content: "\f575"
}
.fa-fill-drip:before {
  content: "\f576"
}
.fa-film:before {
  content: "\f008"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-fingerprint:before {
  content: "\f577"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-fire-alt:before {
  content: "\f7e4"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-firefox:before {
  content: "\f269"
}
.fa-first-aid:before {
  content: "\f479"
}
.fa-first-order:before {
  content: "\f2b0"
}
.fa-first-order-alt:before {
  content: "\f50a"
}
.fa-firstdraft:before {
  content: "\f3a1"
}
.fa-fish:before {
  content: "\f578"
}
.fa-fist-raised:before {
  content: "\f6de"
}
.fa-flag:before {
  content: "\f024"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-flag-usa:before {
  content: "\f74d"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-flipboard:before {
  content: "\f44d"
}
.fa-flushed:before {
  content: "\f579"
}
.fa-fly:before {
  content: "\f417"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-minus:before {
  content: "\f65d"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-folder-plus:before {
  content: "\f65e"
}
.fa-font:before {
  content: "\f031"
}
.fa-font-awesome:before {
  content: "\f2b4"
}
.fa-font-awesome-alt:before {
  content: "\f35c"
}
.fa-font-awesome-flag:before {
  content: "\f425"
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}
.fa-fonticons:before {
  content: "\f280"
}
.fa-fonticons-fi:before {
  content: "\f3a2"
}
.fa-football-ball:before {
  content: "\f44e"
}
.fa-fort-awesome:before {
  content: "\f286"
}
.fa-fort-awesome-alt:before {
  content: "\f3a3"
}
.fa-forumbee:before {
  content: "\f211"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-free-code-camp:before {
  content: "\f2c5"
}
.fa-freebsd:before {
  content: "\f3a4"
}
.fa-frog:before {
  content: "\f52e"
}
.fa-frown:before {
  content: "\f119"
}
.fa-frown-open:before {
  content: "\f57a"
}
.fa-fulcrum:before {
  content: "\f50b"
}
.fa-funnel-dollar:before {
  content: "\f662"
}
.fa-futbol:before {
  content: "\f1e3"
}
.fa-galactic-republic:before {
  content: "\f50c"
}
.fa-galactic-senate:before {
  content: "\f50d"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-gas-pump:before {
  content: "\f52f"
}
.fa-gavel:before {
  content: "\f0e3"
}
.fa-gem:before {
  content: "\f3a5"
}
.fa-genderless:before {
  content: "\f22d"
}
.fa-get-pocket:before {
  content: "\f265"
}
.fa-gg:before {
  content: "\f260"
}
.fa-gg-circle:before {
  content: "\f261"
}
.fa-ghost:before {
  content: "\f6e2"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-gifts:before {
  content: "\f79c"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-github:before {
  content: "\f09b"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-gitkraken:before {
  content: "\f3a6"
}
.fa-gitlab:before {
  content: "\f296"
}
.fa-gitter:before {
  content: "\f426"
}
.fa-glass-cheers:before {
  content: "\f79f"
}
.fa-glass-martini:before {
  content: "\f000"
}
.fa-glass-martini-alt:before {
  content: "\f57b"
}
.fa-glass-whiskey:before {
  content: "\f7a0"
}
.fa-glasses:before {
  content: "\f530"
}
.fa-glide:before {
  content: "\f2a5"
}
.fa-glide-g:before {
  content: "\f2a6"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-globe-africa:before {
  content: "\f57c"
}
.fa-globe-americas:before {
  content: "\f57d"
}
.fa-globe-asia:before {
  content: "\f57e"
}
.fa-globe-europe:before {
  content: "\f7a2"
}
.fa-gofore:before {
  content: "\f3a7"
}
.fa-golf-ball:before {
  content: "\f450"
}
.fa-goodreads:before {
  content: "\f3a8"
}
.fa-goodreads-g:before {
  content: "\f3a9"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-google-drive:before {
  content: "\f3aa"
}
.fa-google-play:before {
  content: "\f3ab"
}
.fa-google-plus:before {
  content: "\f2b3"
}
.fa-google-plus-g:before {
  content: "\f0d5"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-gopuram:before {
  content: "\f664"
}
.fa-graduation-cap:before {
  content: "\f19d"
}
.fa-gratipay:before {
  content: "\f184"
}
.fa-grav:before {
  content: "\f2d6"
}
.fa-greater-than:before {
  content: "\f531"
}
.fa-greater-than-equal:before {
  content: "\f532"
}
.fa-grimace:before {
  content: "\f57f"
}
.fa-grin:before {
  content: "\f580"
}
.fa-grin-alt:before {
  content: "\f581"
}
.fa-grin-beam:before {
  content: "\f582"
}
.fa-grin-beam-sweat:before {
  content: "\f583"
}
.fa-grin-hearts:before {
  content: "\f584"
}
.fa-grin-squint:before {
  content: "\f585"
}
.fa-grin-squint-tears:before {
  content: "\f586"
}
.fa-grin-stars:before {
  content: "\f587"
}
.fa-grin-tears:before {
  content: "\f588"
}
.fa-grin-tongue:before {
  content: "\f589"
}
.fa-grin-tongue-squint:before {
  content: "\f58a"
}
.fa-grin-tongue-wink:before {
  content: "\f58b"
}
.fa-grin-wink:before {
  content: "\f58c"
}
.fa-grip-horizontal:before {
  content: "\f58d"
}
.fa-grip-lines:before {
  content: "\f7a4"
}
.fa-grip-lines-vertical:before {
  content: "\f7a5"
}
.fa-grip-vertical:before {
  content: "\f58e"
}
.fa-gripfire:before {
  content: "\f3ac"
}
.fa-grunt:before {
  content: "\f3ad"
}
.fa-guitar:before {
  content: "\f7a6"
}
.fa-gulp:before {
  content: "\f3ae"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-hacker-news:before {
  content: "\f1d4"
}
.fa-hacker-news-square:before {
  content: "\f3af"
}
.fa-hackerrank:before {
  content: "\f5f7"
}
.fa-hammer:before {
  content: "\f6e3"
}
.fa-hamsa:before {
  content: "\f665"
}
.fa-hand-holding:before {
  content: "\f4bd"
}
.fa-hand-holding-heart:before {
  content: "\f4be"
}
.fa-hand-holding-usd:before {
  content: "\f4c0"
}
.fa-hand-lizard:before {
  content: "\f258"
}
.fa-hand-paper:before {
  content: "\f256"
}
.fa-hand-peace:before {
  content: "\f25b"
}
.fa-hand-point-down:before {
  content: "\f0a7"
}
.fa-hand-point-left:before {
  content: "\f0a5"
}
.fa-hand-point-right:before {
  content: "\f0a4"
}
.fa-hand-point-up:before {
  content: "\f0a6"
}
.fa-hand-pointer:before {
  content: "\f25a"
}
.fa-hand-rock:before {
  content: "\f255"
}
.fa-hand-scissors:before {
  content: "\f257"
}
.fa-hand-spock:before {
  content: "\f259"
}
.fa-hands:before {
  content: "\f4c2"
}
.fa-hands-helping:before {
  content: "\f4c4"
}
.fa-handshake:before {
  content: "\f2b5"
}
.fa-hanukiah:before {
  content: "\f6e6"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-hat-wizard:before {
  content: "\f6e8"
}
.fa-haykal:before {
  content: "\f666"
}
.fa-hdd:before {
  content: "\f0a0"
}
.fa-heading:before {
  content: "\f1dc"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-headphones-alt:before {
  content: "\f58f"
}
.fa-headset:before {
  content: "\f590"
}
.fa-heart:before {
  content: "\f004"
}
.fa-heart-broken:before {
  content: "\f7a9"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-helicopter:before {
  content: "\f533"
}
.fa-highlighter:before {
  content: "\f591"
}
.fa-hiking:before {
  content: "\f6ec"
}
.fa-hippo:before {
  content: "\f6ed"
}
.fa-hips:before {
  content: "\f452"
}
.fa-hire-a-helper:before {
  content: "\f3b0"
}
.fa-history:before {
  content: "\f1da"
}
.fa-hockey-puck:before {
  content: "\f453"
}
.fa-holly-berry:before {
  content: "\f7aa"
}
.fa-home:before {
  content: "\f015"
}
.fa-hooli:before {
  content: "\f427"
}
.fa-hornbill:before {
  content: "\f592"
}
.fa-horse:before {
  content: "\f6f0"
}
.fa-horse-head:before {
  content: "\f7ab"
}
.fa-hospital:before {
  content: "\f0f8"
}
.fa-hospital-alt:before {
  content: "\f47d"
}
.fa-hospital-symbol:before {
  content: "\f47e"
}
.fa-hot-tub:before {
  content: "\f593"
}
.fa-hotel:before {
  content: "\f594"
}
.fa-hotjar:before {
  content: "\f3b1"
}
.fa-hourglass:before {
  content: "\f254"
}
.fa-hourglass-end:before {
  content: "\f253"
}
.fa-hourglass-half:before {
  content: "\f252"
}
.fa-hourglass-start:before {
  content: "\f251"
}
.fa-house-damage:before {
  content: "\f6f1"
}
.fa-houzz:before {
  content: "\f27c"
}
.fa-hryvnia:before {
  content: "\f6f2"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-hubspot:before {
  content: "\f3b2"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-icicles:before {
  content: "\f7ad"
}
.fa-id-badge:before {
  content: "\f2c1"
}
.fa-id-card:before {
  content: "\f2c2"
}
.fa-id-card-alt:before {
  content: "\f47f"
}
.fa-igloo:before {
  content: "\f7ae"
}
.fa-image:before {
  content: "\f03e"
}
.fa-images:before {
  content: "\f302"
}
.fa-imdb:before {
  content: "\f2d8"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-industry:before {
  content: "\f275"
}
.fa-infinity:before {
  content: "\f534"
}
.fa-info:before {
  content: "\f129"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-intercom:before {
  content: "\f7af"
}
.fa-internet-explorer:before {
  content: "\f26b"
}
.fa-invision:before {
  content: "\f7b0"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-italic:before {
  content: "\f033"
}
.fa-itunes:before {
  content: "\f3b4"
}
.fa-itunes-note:before {
  content: "\f3b5"
}
.fa-java:before {
  content: "\f4e4"
}
.fa-jedi:before {
  content: "\f669"
}
.fa-jedi-order:before {
  content: "\f50e"
}
.fa-jenkins:before {
  content: "\f3b6"
}
.fa-jira:before {
  content: "\f7b1"
}
.fa-joget:before {
  content: "\f3b7"
}
.fa-joint:before {
  content: "\f595"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-journal-whills:before {
  content: "\f66a"
}
.fa-js:before {
  content: "\f3b8"
}
.fa-js-square:before {
  content: "\f3b9"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-kaaba:before {
  content: "\f66b"
}
.fa-kaggle:before {
  content: "\f5fa"
}
.fa-key:before {
  content: "\f084"
}
.fa-keybase:before {
  content: "\f4f5"
}
.fa-keyboard:before {
  content: "\f11c"
}
.fa-keycdn:before {
  content: "\f3ba"
}
.fa-khanda:before {
  content: "\f66d"
}
.fa-kickstarter:before {
  content: "\f3bb"
}
.fa-kickstarter-k:before {
  content: "\f3bc"
}
.fa-kiss:before {
  content: "\f596"
}
.fa-kiss-beam:before {
  content: "\f597"
}
.fa-kiss-wink-heart:before {
  content: "\f598"
}
.fa-kiwi-bird:before {
  content: "\f535"
}
.fa-korvue:before {
  content: "\f42f"
}
.fa-landmark:before {
  content: "\f66f"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-laptop-code:before {
  content: "\f5fc"
}
.fa-laravel:before {
  content: "\f3bd"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-laugh:before {
  content: "\f599"
}
.fa-laugh-beam:before {
  content: "\f59a"
}
.fa-laugh-squint:before {
  content: "\f59b"
}
.fa-laugh-wink:before {
  content: "\f59c"
}
.fa-layer-group:before {
  content: "\f5fd"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-leanpub:before {
  content: "\f212"
}
.fa-lemon:before {
  content: "\f094"
}
.fa-less:before {
  content: "\f41d"
}
.fa-less-than:before {
  content: "\f536"
}
.fa-less-than-equal:before {
  content: "\f537"
}
.fa-level-down-alt:before {
  content: "\f3be"
}
.fa-level-up-alt:before {
  content: "\f3bf"
}
.fa-life-ring:before {
  content: "\f1cd"
}
.fa-lightbulb:before {
  content: "\f0eb"
}
.fa-line:before {
  content: "\f3c0"
}
.fa-link:before {
  content: "\f0c1"
}
.fa-linkedin:before {
  content: "\f08c"
}
.fa-linkedin-in:before {
  content: "\f0e1"
}
.fa-linode:before {
  content: "\f2b8"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-lira-sign:before {
  content: "\f195"
}
.fa-list:before {
  content: "\f03a"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-lock:before {
  content: "\f023"
}
.fa-lock-open:before {
  content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
  content: "\f309"
}
.fa-long-arrow-alt-left:before {
  content: "\f30a"
}
.fa-long-arrow-alt-right:before {
  content: "\f30b"
}
.fa-long-arrow-alt-up:before {
  content: "\f30c"
}
.fa-low-vision:before {
  content: "\f2a8"
}
.fa-luggage-cart:before {
  content: "\f59d"
}
.fa-lyft:before {
  content: "\f3c3"
}
.fa-magento:before {
  content: "\f3c4"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-mail-bulk:before {
  content: "\f674"
}
.fa-mailchimp:before {
  content: "\f59e"
}
.fa-male:before {
  content: "\f183"
}
.fa-mandalorian:before {
  content: "\f50f"
}
.fa-map:before {
  content: "\f279"
}
.fa-map-marked:before {
  content: "\f59f"
}
.fa-map-marked-alt:before {
  content: "\f5a0"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-map-marker-alt:before {
  content: "\f3c5"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
.fa-markdown:before {
  content: "\f60f"
}
.fa-marker:before {
  content: "\f5a1"
}
.fa-mars:before {
  content: "\f222"
}
.fa-mars-double:before {
  content: "\f227"
}
.fa-mars-stroke:before {
  content: "\f229"
}
.fa-mars-stroke-h:before {
  content: "\f22b"
}
.fa-mars-stroke-v:before {
  content: "\f22a"
}
.fa-mask:before {
  content: "\f6fa"
}
.fa-mastodon:before {
  content: "\f4f6"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-medal:before {
  content: "\f5a2"
}
.fa-medapps:before {
  content: "\f3c6"
}
.fa-medium:before {
  content: "\f23a"
}
.fa-medium-m:before {
  content: "\f3c7"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-medrt:before {
  content: "\f3c8"
}
.fa-meetup:before {
  content: "\f2e0"
}
.fa-megaport:before {
  content: "\f5a3"
}
.fa-meh:before {
  content: "\f11a"
}
.fa-meh-blank:before {
  content: "\f5a4"
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}
.fa-memory:before {
  content: "\f538"
}
.fa-mendeley:before {
  content: "\f7b3"
}
.fa-menorah:before {
  content: "\f676"
}
.fa-mercury:before {
  content: "\f223"
}
.fa-meteor:before {
  content: "\f753"
}
.fa-microchip:before {
  content: "\f2db"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-alt:before {
  content: "\f3c9"
}
.fa-microphone-alt-slash:before {
  content: "\f539"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-microscope:before {
  content: "\f610"
}
.fa-microsoft:before {
  content: "\f3ca"
}
.fa-minus:before {
  content: "\f068"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-mitten:before {
  content: "\f7b5"
}
.fa-mix:before {
  content: "\f3cb"
}
.fa-mixcloud:before {
  content: "\f289"
}
.fa-mizuni:before {
  content: "\f3cc"
}
.fa-mobile:before {
  content: "\f10b"
}
.fa-mobile-alt:before {
  content: "\f3cd"
}
.fa-modx:before {
  content: "\f285"
}
.fa-monero:before {
  content: "\f3d0"
}
.fa-money-bill:before {
  content: "\f0d6"
}
.fa-money-bill-alt:before {
  content: "\f3d1"
}
.fa-money-bill-wave:before {
  content: "\f53a"
}
.fa-money-bill-wave-alt:before {
  content: "\f53b"
}
.fa-money-check:before {
  content: "\f53c"
}
.fa-money-check-alt:before {
  content: "\f53d"
}
.fa-monument:before {
  content: "\f5a6"
}
.fa-moon:before {
  content: "\f186"
}
.fa-mortar-pestle:before {
  content: "\f5a7"
}
.fa-mosque:before {
  content: "\f678"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-mountain:before {
  content: "\f6fc"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-mug-hot:before {
  content: "\f7b6"
}
.fa-music:before {
  content: "\f001"
}
.fa-napster:before {
  content: "\f3d2"
}
.fa-neos:before {
  content: "\f612"
}
.fa-network-wired:before {
  content: "\f6ff"
}
.fa-neuter:before {
  content: "\f22c"
}
.fa-newspaper:before {
  content: "\f1ea"
}
.fa-nimblr:before {
  content: "\f5a8"
}
.fa-nintendo-switch:before {
  content: "\f418"
}
.fa-node:before {
  content: "\f419"
}
.fa-node-js:before {
  content: "\f3d3"
}
.fa-not-equal:before {
  content: "\f53e"
}
.fa-notes-medical:before {
  content: "\f481"
}
.fa-npm:before {
  content: "\f3d4"
}
.fa-ns8:before {
  content: "\f3d5"
}
.fa-nutritionix:before {
  content: "\f3d6"
}
.fa-object-group:before {
  content: "\f247"
}
.fa-object-ungroup:before {
  content: "\f248"
}
.fa-odnoklassniki:before {
  content: "\f263"
}
.fa-odnoklassniki-square:before {
  content: "\f264"
}
.fa-oil-can:before {
  content: "\f613"
}
.fa-old-republic:before {
  content: "\f510"
}
.fa-om:before {
  content: "\f679"
}
.fa-opencart:before {
  content: "\f23d"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-opera:before {
  content: "\f26a"
}
.fa-optin-monster:before {
  content: "\f23c"
}
.fa-osi:before {
  content: "\f41a"
}
.fa-otter:before {
  content: "\f700"
}
.fa-outdent:before {
  content: "\f03b"
}
.fa-page4:before {
  content: "\f3d7"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-paint-roller:before {
  content: "\f5aa"
}
.fa-palette:before {
  content: "\f53f"
}
.fa-palfed:before {
  content: "\f3d8"
}
.fa-pallet:before {
  content: "\f482"
}
.fa-paper-plane:before {
  content: "\f1d8"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-parachute-box:before {
  content: "\f4cd"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-parking:before {
  content: "\f540"
}
.fa-passport:before {
  content: "\f5ab"
}
.fa-pastafarianism:before {
  content: "\f67b"
}
.fa-paste:before {
  content: "\f0ea"
}
.fa-patreon:before {
  content: "\f3d9"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-peace:before {
  content: "\f67c"
}
.fa-pen:before {
  content: "\f304"
}
.fa-pen-alt:before {
  content: "\f305"
}
.fa-pen-fancy:before {
  content: "\f5ac"
}
.fa-pen-nib:before {
  content: "\f5ad"
}
.fa-pen-square:before {
  content: "\f14b"
}
.fa-pencil-alt:before {
  content: "\f303"
}
.fa-pencil-ruler:before {
  content: "\f5ae"
}
.fa-penny-arcade:before {
  content: "\f704"
}
.fa-people-carry:before {
  content: "\f4ce"
}
.fa-percent:before {
  content: "\f295"
}
.fa-percentage:before {
  content: "\f541"
}
.fa-periscope:before {
  content: "\f3da"
}
.fa-person-booth:before {
  content: "\f756"
}
.fa-phabricator:before {
  content: "\f3db"
}
.fa-phoenix-framework:before {
  content: "\f3dc"
}
.fa-phoenix-squadron:before {
  content: "\f511"
}
.fa-phone:before {
  content: "\f095"
}
.fa-phone-slash:before {
  content: "\f3dd"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-phone-volume:before {
  content: "\f2a0"
}
.fa-php:before {
  content: "\f457"
}
.fa-pied-piper:before {
  content: "\f2ae"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-pied-piper-hat:before {
  content: "\f4e5"
}
.fa-pied-piper-pp:before {
  content: "\f1a7"
}
.fa-piggy-bank:before {
  content: "\f4d3"
}
.fa-pills:before {
  content: "\f484"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-place-of-worship:before {
  content: "\f67f"
}
.fa-plane:before {
  content: "\f072"
}
.fa-plane-arrival:before {
  content: "\f5af"
}
.fa-plane-departure:before {
  content: "\f5b0"
}
.fa-play:before {
  content: "\f04b"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-playstation:before {
  content: "\f3df"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-plus:before {
  content: "\f067"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-podcast:before {
  content: "\f2ce"
}
.fa-poll:before {
  content: "\f681"
}
.fa-poll-h:before {
  content: "\f682"
}
.fa-poo:before {
  content: "\f2fe"
}
.fa-poo-storm:before {
  content: "\f75a"
}
.fa-poop:before {
  content: "\f619"
}
.fa-portrait:before {
  content: "\f3e0"
}
.fa-pound-sign:before {
  content: "\f154"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-pray:before {
  content: "\f683"
}
.fa-praying-hands:before {
  content: "\f684"
}
.fa-prescription:before {
  content: "\f5b1"
}
.fa-prescription-bottle:before {
  content: "\f485"
}
.fa-prescription-bottle-alt:before {
  content: "\f486"
}
.fa-print:before {
  content: "\f02f"
}
.fa-procedures:before {
  content: "\f487"
}
.fa-product-hunt:before {
  content: "\f288"
}
.fa-project-diagram:before {
  content: "\f542"
}
.fa-pushed:before {
  content: "\f3e1"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-python:before {
  content: "\f3e2"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-question:before {
  content: "\f128"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-quidditch:before {
  content: "\f458"
}
.fa-quinscape:before {
  content: "\f459"
}
.fa-quora:before {
  content: "\f2c4"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-quran:before {
  content: "\f687"
}
.fa-r-project:before {
  content: "\f4f7"
}
.fa-radiation:before {
  content: "\f7b9"
}
.fa-radiation-alt:before {
  content: "\f7ba"
}
.fa-rainbow:before {
  content: "\f75b"
}
.fa-random:before {
  content: "\f074"
}
.fa-raspberry-pi:before {
  content: "\f7bb"
}
.fa-ravelry:before {
  content: "\f2d9"
}
.fa-react:before {
  content: "\f41b"
}
.fa-reacteurope:before {
  content: "\f75d"
}
.fa-readme:before {
  content: "\f4d5"
}
.fa-rebel:before {
  content: "\f1d0"
}
.fa-receipt:before {
  content: "\f543"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-red-river:before {
  content: "\f3e3"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-alien:before {
  content: "\f281"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-redhat:before {
  content: "\f7bc"
}
.fa-redo:before {
  content: "\f01e"
}
.fa-redo-alt:before {
  content: "\f2f9"
}
.fa-registered:before {
  content: "\f25d"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-reply:before {
  content: "\f3e5"
}
.fa-reply-all:before {
  content: "\f122"
}
.fa-replyd:before {
  content: "\f3e6"
}
.fa-republican:before {
  content: "\f75e"
}
.fa-researchgate:before {
  content: "\f4f8"
}
.fa-resolving:before {
  content: "\f3e7"
}
.fa-restroom:before {
  content: "\f7bd"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-rev:before {
  content: "\f5b2"
}
.fa-ribbon:before {
  content: "\f4d6"
}
.fa-ring:before {
  content: "\f70b"
}
.fa-road:before {
  content: "\f018"
}
.fa-robot:before {
  content: "\f544"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-rocketchat:before {
  content: "\f3e8"
}
.fa-rockrms:before {
  content: "\f3e9"
}
.fa-route:before {
  content: "\f4d7"
}
.fa-rss:before {
  content: "\f09e"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-ruble-sign:before {
  content: "\f158"
}
.fa-ruler:before {
  content: "\f545"
}
.fa-ruler-combined:before {
  content: "\f546"
}
.fa-ruler-horizontal:before {
  content: "\f547"
}
.fa-ruler-vertical:before {
  content: "\f548"
}
.fa-running:before {
  content: "\f70c"
}
.fa-rupee-sign:before {
  content: "\f156"
}
.fa-sad-cry:before {
  content: "\f5b3"
}
.fa-sad-tear:before {
  content: "\f5b4"
}
.fa-safari:before {
  content: "\f267"
}
.fa-sass:before {
  content: "\f41e"
}
.fa-satellite:before {
  content: "\f7bf"
}
.fa-satellite-dish:before {
  content: "\f7c0"
}
.fa-save:before {
  content: "\f0c7"
}
.fa-schlix:before {
  content: "\f3ea"
}
.fa-school:before {
  content: "\f549"
}
.fa-screwdriver:before {
  content: "\f54a"
}
.fa-scribd:before {
  content: "\f28a"
}
.fa-scroll:before {
  content: "\f70e"
}
.fa-sd-card:before {
  content: "\f7c2"
}
.fa-search:before {
  content: "\f002"
}
.fa-search-dollar:before {
  content: "\f688"
}
.fa-search-location:before {
  content: "\f689"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-searchengin:before {
  content: "\f3eb"
}
.fa-seedling:before {
  content: "\f4d8"
}
.fa-sellcast:before {
  content: "\f2da"
}
.fa-sellsy:before {
  content: "\f213"
}
.fa-server:before {
  content: "\f233"
}
.fa-servicestack:before {
  content: "\f3ec"
}
.fa-shapes:before {
  content: "\f61f"
}
.fa-share:before {
  content: "\f064"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-shekel-sign:before {
  content: "\f20b"
}
.fa-shield-alt:before {
  content: "\f3ed"
}
.fa-ship:before {
  content: "\f21a"
}
.fa-shipping-fast:before {
  content: "\f48b"
}
.fa-shirtsinbulk:before {
  content: "\f214"
}
.fa-shoe-prints:before {
  content: "\f54b"
}
.fa-shopping-bag:before {
  content: "\f290"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-shopware:before {
  content: "\f5b5"
}
.fa-shower:before {
  content: "\f2cc"
}
.fa-shuttle-van:before {
  content: "\f5b6"
}
.fa-sign:before {
  content: "\f4d9"
}
.fa-sign-in-alt:before {
  content: "\f2f6"
}
.fa-sign-language:before {
  content: "\f2a7"
}
.fa-sign-out-alt:before {
  content: "\f2f5"
}
.fa-signal:before {
  content: "\f012"
}
.fa-signature:before {
  content: "\f5b7"
}
.fa-sim-card:before {
  content: "\f7c4"
}
.fa-simplybuilt:before {
  content: "\f215"
}
.fa-sistrix:before {
  content: "\f3ee"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-sith:before {
  content: "\f512"
}
.fa-skating:before {
  content: "\f7c5"
}
.fa-sketch:before {
  content: "\f7c6"
}
.fa-skiing:before {
  content: "\f7c9"
}
.fa-skiing-nordic:before {
  content: "\f7ca"
}
.fa-skull:before {
  content: "\f54c"
}
.fa-skull-crossbones:before {
  content: "\f714"
}
.fa-skyatlas:before {
  content: "\f216"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-slack:before {
  content: "\f198"
}
.fa-slack-hash:before {
  content: "\f3ef"
}
.fa-slash:before {
  content: "\f715"
}
.fa-sleigh:before {
  content: "\f7cc"
}
.fa-sliders-h:before {
  content: "\f1de"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-smile:before {
  content: "\f118"
}
.fa-smile-beam:before {
  content: "\f5b8"
}
.fa-smile-wink:before {
  content: "\f4da"
}
.fa-smog:before {
  content: "\f75f"
}
.fa-smoking:before {
  content: "\f48d"
}
.fa-smoking-ban:before {
  content: "\f54d"
}
.fa-sms:before {
  content: "\f7cd"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-snowboarding:before {
  content: "\f7ce"
}
.fa-snowflake:before {
  content: "\f2dc"
}
.fa-snowman:before {
  content: "\f7d0"
}
.fa-snowplow:before {
  content: "\f7d2"
}
.fa-socks:before {
  content: "\f696"
}
.fa-solar-panel:before {
  content: "\f5ba"
}
.fa-sort:before {
  content: "\f0dc"
}
.fa-sort-alpha-down:before {
  content: "\f15d"
}
.fa-sort-alpha-up:before {
  content: "\f15e"
}
.fa-sort-amount-down:before {
  content: "\f160"
}
.fa-sort-amount-up:before {
  content: "\f161"
}
.fa-sort-down:before {
  content: "\f0dd"
}
.fa-sort-numeric-down:before {
  content: "\f162"
}
.fa-sort-numeric-up:before {
  content: "\f163"
}
.fa-sort-up:before {
  content: "\f0de"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-sourcetree:before {
  content: "\f7d3"
}
.fa-spa:before {
  content: "\f5bb"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-speakap:before {
  content: "\f3f3"
}
.fa-spider:before {
  content: "\f717"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-splotch:before {
  content: "\f5bc"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-spray-can:before {
  content: "\f5bd"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-square-full:before {
  content: "\f45c"
}
.fa-square-root-alt:before {
  content: "\f698"
}
.fa-squarespace:before {
  content: "\f5be"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-stamp:before {
  content: "\f5bf"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-and-crescent:before {
  content: "\f699"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-star-half-alt:before {
  content: "\f5c0"
}
.fa-star-of-david:before {
  content: "\f69a"
}
.fa-star-of-life:before {
  content: "\f621"
}
.fa-staylinked:before {
  content: "\f3f5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-steam-symbol:before {
  content: "\f3f6"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-sticker-mule:before {
  content: "\f3f7"
}
.fa-sticky-note:before {
  content: "\f249"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stopwatch:before {
  content: "\f2f2"
}
.fa-store:before {
  content: "\f54e"
}
.fa-store-alt:before {
  content: "\f54f"
}
.fa-strava:before {
  content: "\f428"
}
.fa-stream:before {
  content: "\f550"
}
.fa-street-view:before {
  content: "\f21d"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-stripe:before {
  content: "\f429"
}
.fa-stripe-s:before {
  content: "\f42a"
}
.fa-stroopwafel:before {
  content: "\f551"
}
.fa-studiovinari:before {
  content: "\f3f8"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-subway:before {
  content: "\f239"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-suitcase-rolling:before {
  content: "\f5c1"
}
.fa-sun:before {
  content: "\f185"
}
.fa-superpowers:before {
  content: "\f2dd"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-supple:before {
  content: "\f3f9"
}
.fa-surprise:before {
  content: "\f5c2"
}
.fa-suse:before {
  content: "\f7d6"
}
.fa-swatchbook:before {
  content: "\f5c3"
}
.fa-swimmer:before {
  content: "\f5c4"
}
.fa-swimming-pool:before {
  content: "\f5c5"
}
.fa-synagogue:before {
  content: "\f69b"
}
.fa-sync:before {
  content: "\f021"
}
.fa-sync-alt:before {
  content: "\f2f1"
}
.fa-syringe:before {
  content: "\f48e"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-table-tennis:before {
  content: "\f45d"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-tablet-alt:before {
  content: "\f3fa"
}
.fa-tablets:before {
  content: "\f490"
}
.fa-tachometer-alt:before {
  content: "\f3fd"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-tape:before {
  content: "\f4db"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-taxi:before {
  content: "\f1ba"
}
.fa-teamspeak:before {
  content: "\f4f9"
}
.fa-teeth:before {
  content: "\f62e"
}
.fa-teeth-open:before {
  content: "\f62f"
}
.fa-telegram:before {
  content: "\f2c6"
}
.fa-telegram-plane:before {
  content: "\f3fe"
}
.fa-temperature-high:before {
  content: "\f769"
}
.fa-temperature-low:before {
  content: "\f76b"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-tenge:before {
  content: "\f7d7"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-the-red-yeti:before {
  content: "\f69d"
}
.fa-theater-masks:before {
  content: "\f630"
}
.fa-themeco:before {
  content: "\f5c6"
}
.fa-themeisle:before {
  content: "\f2b2"
}
.fa-thermometer:before {
  content: "\f491"
}
.fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-thermometer-full:before {
  content: "\f2c7"
}
.fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-think-peaks:before {
  content: "\f731"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbtack:before {
  content: "\f08d"
}
.fa-ticket-alt:before {
  content: "\f3ff"
}
.fa-times:before {
  content: "\f00d"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-tint:before {
  content: "\f043"
}
.fa-tint-slash:before {
  content: "\f5c7"
}
.fa-tired:before {
  content: "\f5c8"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-toilet:before {
  content: "\f7d8"
}
.fa-toilet-paper:before {
  content: "\f71e"
}
.fa-toolbox:before {
  content: "\f552"
}
.fa-tools:before {
  content: "\f7d9"
}
.fa-tooth:before {
  content: "\f5c9"
}
.fa-torah:before {
  content: "\f6a0"
}
.fa-torii-gate:before {
  content: "\f6a1"
}
.fa-tractor:before {
  content: "\f722"
}
.fa-trade-federation:before {
  content: "\f513"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-traffic-light:before {
  content: "\f637"
}
.fa-train:before {
  content: "\f238"
}
.fa-tram:before {
  content: "\f7da"
}
.fa-transgender:before {
  content: "\f224"
}
.fa-transgender-alt:before {
  content: "\f225"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-trash-alt:before {
  content: "\f2ed"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-trello:before {
  content: "\f181"
}
.fa-tripadvisor:before {
  content: "\f262"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-truck-loading:before {
  content: "\f4de"
}
.fa-truck-monster:before {
  content: "\f63b"
}
.fa-truck-moving:before {
  content: "\f4df"
}
.fa-truck-pickup:before {
  content: "\f63c"
}
.fa-tshirt:before {
  content: "\f553"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-tv:before {
  content: "\f26c"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-typo3:before {
  content: "\f42b"
}
.fa-uber:before {
  content: "\f402"
}
.fa-ubuntu:before {
  content: "\f7df"
}
.fa-uikit:before {
  content: "\f403"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-umbrella-beach:before {
  content: "\f5ca"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-undo:before {
  content: "\f0e2"
}
.fa-undo-alt:before {
  content: "\f2ea"
}
.fa-uniregistry:before {
  content: "\f404"
}
.fa-universal-access:before {
  content: "\f29a"
}
.fa-university:before {
  content: "\f19c"
}
.fa-unlink:before {
  content: "\f127"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-untappd:before {
  content: "\f405"
}
.fa-upload:before {
  content: "\f093"
}
.fa-ups:before {
  content: "\f7e0"
}
.fa-usb:before {
  content: "\f287"
}
.fa-user:before {
  content: "\f007"
}
.fa-user-alt:before {
  content: "\f406"
}
.fa-user-alt-slash:before {
  content: "\f4fa"
}
.fa-user-astronaut:before {
  content: "\f4fb"
}
.fa-user-check:before {
  content: "\f4fc"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-clock:before {
  content: "\f4fd"
}
.fa-user-cog:before {
  content: "\f4fe"
}
.fa-user-edit:before {
  content: "\f4ff"
}
.fa-user-friends:before {
  content: "\f500"
}
.fa-user-graduate:before {
  content: "\f501"
}
.fa-user-injured:before {
  content: "\f728"
}
.fa-user-lock:before {
  content: "\f502"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-user-minus:before {
  content: "\f503"
}
.fa-user-ninja:before {
  content: "\f504"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-user-shield:before {
  content: "\f505"
}
.fa-user-slash:before {
  content: "\f506"
}
.fa-user-tag:before {
  content: "\f507"
}
.fa-user-tie:before {
  content: "\f508"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-users:before {
  content: "\f0c0"
}
.fa-users-cog:before {
  content: "\f509"
}
.fa-usps:before {
  content: "\f7e1"
}
.fa-ussunnah:before {
  content: "\f407"
}
.fa-utensil-spoon:before {
  content: "\f2e5"
}
.fa-utensils:before {
  content: "\f2e7"
}
.fa-vaadin:before {
  content: "\f408"
}
.fa-vector-square:before {
  content: "\f5cb"
}
.fa-venus:before {
  content: "\f221"
}
.fa-venus-double:before {
  content: "\f226"
}
.fa-venus-mars:before {
  content: "\f228"
}
.fa-viacoin:before {
  content: "\f237"
}
.fa-viadeo:before {
  content: "\f2a9"
}
.fa-viadeo-square:before {
  content: "\f2aa"
}
.fa-vial:before {
  content: "\f492"
}
.fa-vials:before {
  content: "\f493"
}
.fa-viber:before {
  content: "\f409"
}
.fa-video:before {
  content: "\f03d"
}
.fa-video-slash:before {
  content: "\f4e2"
}
.fa-vihara:before {
  content: "\f6a7"
}
.fa-vimeo:before {
  content: "\f40a"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-vimeo-v:before {
  content: "\f27d"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-vk:before {
  content: "\f189"
}
.fa-vnv:before {
  content: "\f40b"
}
.fa-volleyball-ball:before {
  content: "\f45f"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-mute:before {
  content: "\f6a9"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-vote-yea:before {
  content: "\f772"
}
.fa-vr-cardboard:before {
  content: "\f729"
}
.fa-vuejs:before {
  content: "\f41f"
}
.fa-walking:before {
  content: "\f554"
}
.fa-wallet:before {
  content: "\f555"
}
.fa-warehouse:before {
  content: "\f494"
}
.fa-water:before {
  content: "\f773"
}
.fa-weebly:before {
  content: "\f5cc"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-weight:before {
  content: "\f496"
}
.fa-weight-hanging:before {
  content: "\f5cd"
}
.fa-weixin:before {
  content: "\f1d7"
}
.fa-whatsapp:before {
  content: "\f232"
}
.fa-whatsapp-square:before {
  content: "\f40c"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-whmcs:before {
  content: "\f40d"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-wikipedia-w:before {
  content: "\f266"
}
.fa-wind:before {
  content: "\f72e"
}
.fa-window-close:before {
  content: "\f410"
}
.fa-window-maximize:before {
  content: "\f2d0"
}
.fa-window-minimize:before {
  content: "\f2d1"
}
.fa-window-restore:before {
  content: "\f2d2"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-wine-bottle:before {
  content: "\f72f"
}
.fa-wine-glass:before {
  content: "\f4e3"
}
.fa-wine-glass-alt:before {
  content: "\f5ce"
}
.fa-wix:before {
  content: "\f5cf"
}
.fa-wizards-of-the-coast:before {
  content: "\f730"
}
.fa-wolf-pack-battalion:before {
  content: "\f514"
}
.fa-won-sign:before {
  content: "\f159"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-wordpress-simple:before {
  content: "\f411"
}
.fa-wpbeginner:before {
  content: "\f297"
}
.fa-wpexplorer:before {
  content: "\f2de"
}
.fa-wpforms:before {
  content: "\f298"
}
.fa-wpressr:before {
  content: "\f3e4"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-x-ray:before {
  content: "\f497"
}
.fa-xbox:before {
  content: "\f412"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-y-combinator:before {
  content: "\f23b"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-yandex:before {
  content: "\f413"
}
.fa-yandex-international:before {
  content: "\f414"
}
.fa-yarn:before {
  content: "\f7e3"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-yen-sign:before {
  content: "\f157"
}
.fa-yin-yang:before {
  content: "\f6ad"
}
.fa-yoast:before {
  content: "\f2b1"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-youtube-square:before {
  content: "\f431"
}
.fa-zhihu:before {
  content: "\f63f"
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .fas {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900
}
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
  font-family: Font Awesome\ 5 Brands
}
.moby-overlay {
  box-sizing: border-box;
  position: fixed;
  transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all .2s
}
.moby-overlay.dark {
  background: rgba(0, 0, 0, .65)
}
.moby-overlay.light {
  background: hsla(0, 0%, 100%, .65)
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important
}
.moby-body-fixed {
  overflow: hidden !important
}
.moby {
  background: #fff;
  transition: all .4s;
  overflow: auto
}
.moby, .moby * {
  box-sizing: border-box
}
.moby.moby-hidden {
  display: none
}
.moby.moby-demo {
  color: #fff;
  background: #2196f3;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  transform: translateX(100%);
  padding: 60px 0 20px;
  overflow: auto
}
.moby.moby-demo.moby-active {
  transform: translateX(0)
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center
}
.moby.moby-demo .moby-close, .moby.moby-demo .moby-inner > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center
}
.moby.moby-demo .moby-close {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative
}
.moby.moby-demo .moby-close .moby-close-icon:after, .moby.moby-demo .moby-close .moby-close-icon:before {
  background: #fff
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.moby.moby-demo .moby-wrap > div {
  width: 100%
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px;
  display: block;
  width: 100px;
  height: auto
}
.moby.moby-demo .moby-wrap .moby-menu, .moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px;
  font-size: 16px;
  background: #0c7cd5
}
.moby.moby-demo ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px;
  text-align: center;
  transition: color .3s
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: color .3s
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0
}
.moby.moby-demo ul li a .moby-expand i, .moby.moby-demo ul li a .moby-expand span {
  font-size: 20px
}
.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  transform: translateX(100%)
}
.moby.right-side.moby-active {
  transform: translateX(0)
}
.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible
}
.moby.fade ul {
  width: 100%
}
.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0;
  width: 30%;
  min-width: 200px;
  transform: translateX(-100%)
}
.moby.left-side.moby-active {
  transform: translateX(0)
}
.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  transform: translateY(-100%);
  height: 100%;
  left: 0;
  width: 100%
}
.moby.top-full ul {
  width: 100%
}
.moby.top-full.moby-active {
  transform: translateY(0)
}
.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  transform: translateY(100%);
  height: 100%;
  left: 0;
  width: 100%
}
.moby.bottom-full ul {
  width: 100%
}
.moby.bottom-full.moby-active {
  transform: translateY(0)
}
.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  transform: scale(.7);
  visibility: hidden;
  opacity: 0
}
.moby.grow-out ul {
  width: 100%
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}
.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0
}
.moby.shrink-in ul {
  width: 100%
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}
.moby ul {
  list-style: none;
  transform: translateZ(0)
}
.moby ul ul {
  display: none
}
.moby ul li ul a {
  padding: 15px 90px 30px 30px;
  font-weight: 400;
  font-size: 14px
}
.moby ul li a {
  position: relative;
  color: #9a989a;
  font-weight: 400;
  display: block;
  padding: 30px 90px 30px 30px;
  text-align: left
}
.moby ul li a .moby-expand {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #2196f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.moby ul li a .moby-expand i, .moby ul li a .moby-expand span {
  font-size: 20px
}
.moby .moby-close {
  color: #9a989a;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px;
  background: #f5f5f5;
  -ms-flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}
.moby .moby-close .moby-close-icon {
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  transform: rotate(45deg)
}
.moby .moby-close .moby-close-icon:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9a989a;
  top: 50%;
  margin-top: -1px
}
.moby .moby-close .moby-close-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #9a989a;
  top: 0;
  margin-left: -1px
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: z
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.html) 50% no-repeat
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.html);
  src: url(fonts/slickd41d.html?#iefix) format("embedded-opentype"), url(fonts/slick-2.html) format("woff"), url(fonts/slick-3.html) format("truetype"), url(fonts/slick-4.html#slick) format("svg");
  font-weight: 400;
  font-style: normal
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}
.slick-dots li, .slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.hinge {
  animation-duration: 2s
}
@keyframes b {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0)
  }
  40% {
    transform: translateY(-30px)
  }
  60% {
    transform: translateY(-15px)
  }
}
.bounce {
  animation-name: b
}
@keyframes c {
  0%, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  animation-name: c
}
@keyframes d {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.1)
  }
  to {
    transform: scale(1)
  }
}
.pulse {
  animation-name: d
}
@keyframes e {
  0%, to {
    transform: translateX(0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px)
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px)
  }
}
.shake {
  animation-name: e
}
@keyframes f {
  20% {
    transform: rotate(15deg)
  }
  40% {
    transform: rotate(-10deg)
  }
  60% {
    transform: rotate(5deg)
  }
  80% {
    transform: rotate(-5deg)
  }
  to {
    transform: rotate(0)
  }
}
.swing {
  transform-origin: top center;
  animation-name: f
}
@keyframes g {
  0% {
    transform: scale(1)
  }
  10%, 20% {
    transform: scale(.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg)
  }
  to {
    transform: scale(1) rotate(0)
  }
}
.tada {
  animation-name: g
}
@keyframes h {
  0% {
    transform: translateX(0)
  }
  15% {
    transform: translateX(-25%) rotate(-5deg)
  }
  30% {
    transform: translateX(20%) rotate(3deg)
  }
  45% {
    transform: translateX(-15%) rotate(-3deg)
  }
  60% {
    transform: translateX(10%) rotate(2deg)
  }
  75% {
    transform: translateX(-5%) rotate(-1deg)
  }
  to {
    transform: translateX(0)
  }
}
.wobble {
  animation-name: h
}
@keyframes i {
  0% {
    opacity: 0;
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    transform: scale(1.05)
  }
  70% {
    transform: scale(.9)
  }
  to {
    transform: scale(1)
  }
}
.bounceIn {
  animation-name: i
}
@keyframes j {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }
  60% {
    opacity: 1;
    transform: translateY(30px)
  }
  80% {
    transform: translateY(-10px)
  }
  to {
    transform: translateY(0)
  }
}
.bounceInDown {
  animation-name: j
}
@keyframes k {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }
  60% {
    opacity: 1;
    transform: translateX(30px)
  }
  80% {
    transform: translateX(-10px)
  }
  to {
    transform: translateX(0)
  }
}
.bounceInLeft {
  animation-name: k
}
@keyframes l {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }
  60% {
    opacity: 1;
    transform: translateX(-30px)
  }
  80% {
    transform: translateX(10px)
  }
  to {
    transform: translateX(0)
  }
}
.bounceInRight {
  animation-name: l
}
@keyframes m {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }
  60% {
    opacity: 1;
    transform: translateY(-30px)
  }
  80% {
    transform: translateY(10px)
  }
  to {
    transform: translateY(0)
  }
}
.bounceInUp {
  animation-name: m
}
@keyframes n {
  0% {
    transform: scale(1)
  }
  25% {
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    transform: scale(1.1)
  }
  to {
    opacity: 0;
    transform: scale(.3)
  }
}
.bounceOut {
  animation-name: n
}
@keyframes o {
  0% {
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    transform: translateY(-20px)
  }
  to {
    opacity: 0;
    transform: translateY(2000px)
  }
}
.bounceOutDown {
  animation-name: o
}
@keyframes p {
  0% {
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    transform: translateX(20px)
  }
  to {
    opacity: 0;
    transform: translateX(-2000px)
  }
}
.bounceOutLeft {
  animation-name: p
}
@keyframes q {
  0% {
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    transform: translateX(-20px)
  }
  to {
    opacity: 0;
    transform: translateX(2000px)
  }
}
.bounceOutRight {
  animation-name: q
}
@keyframes r {
  0% {
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    transform: translateY(20px)
  }
  to {
    opacity: 0;
    transform: translateY(-2000px)
  }
}
.bounceOutUp {
  animation-name: r
}
.fadeIn {
  animation-name: qb
}
@keyframes s {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.fadeInDown {
  animation-name: s
}
@keyframes t {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.fadeInDownBig {
  animation-name: t
}
@keyframes u {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeInLeft {
  animation-name: u
}
@keyframes v {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeInLeftBig {
  animation-name: v
}
@keyframes w {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeInRight {
  animation-name: w
}
@keyframes x {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeInRightBig {
  animation-name: x
}
.fadeInUp {
  animation-name: pb
}
@keyframes y {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.fadeInUpBig {
  animation-name: y
}
@keyframes z {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  animation-name: z
}
@keyframes A {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(20px)
  }
}
.fadeOutDown {
  animation-name: A
}
@keyframes B {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(2000px)
  }
}
.fadeOutDownBig {
  animation-name: B
}
@keyframes C {
  0% {
    opacity: 1;
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(-20px)
  }
}
.fadeOutLeft {
  animation-name: C
}
@keyframes D {
  0% {
    opacity: 1;
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(-2000px)
  }
}
.fadeOutLeftBig {
  animation-name: D
}
@keyframes E {
  0% {
    opacity: 1;
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(20px)
  }
}
.fadeOutRight {
  animation-name: E
}
@keyframes F {
  0% {
    opacity: 1;
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(2000px)
  }
}
.fadeOutRightBig {
  animation-name: F
}
@keyframes G {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(-20px)
  }
}
.fadeOutUp {
  animation-name: G
}
@keyframes H {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(-2000px)
  }
}
.fadeOutUpBig {
  animation-name: H
}
@keyframes I {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: I
}
@keyframes J {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    transform: perspective(400px) rotateX(10deg)
  }
  to {
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: J
}
@keyframes K {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    transform: perspective(400px) rotateY(10deg)
  }
  to {
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: K
}
@keyframes L {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.flipOutX {
  animation-name: L;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}
@keyframes M {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: M
}
@keyframes N {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  to {
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}
.lightSpeedIn {
  animation-name: N;
  animation-timing-function: ease-out
}
@keyframes O {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  to {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  animation-name: O;
  animation-timing-function: ease-in
}
@keyframes P {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
}
.rotateIn {
  animation-name: P
}
@keyframes Q {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownLeft {
  animation-name: Q
}
@keyframes R {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownRight {
  animation-name: R
}
@keyframes S {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpLeft {
  animation-name: S
}
@keyframes T {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpRight {
  animation-name: T
}
@keyframes U {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
  to {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0
  }
}
.rotateOut {
  animation-name: U
}
@keyframes V {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  animation-name: V
}
@keyframes W {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  animation-name: W
}
@keyframes X {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  animation-name: X
}
@keyframes Y {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  animation-name: Y
}
@keyframes Z {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }
  to {
    transform: translateY(0)
  }
}
.slideInDown {
  animation-name: Z
}
@keyframes ab {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }
  to {
    transform: translateX(0)
  }
}
.slideInLeft {
  animation-name: ab
}
@keyframes bb {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }
  to {
    transform: translateX(0)
  }
}
.slideInRight {
  animation-name: bb
}
@keyframes cb {
  0% {
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(-2000px)
  }
}
.slideOutLeft {
  animation-name: cb
}
@keyframes db {
  0% {
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(2000px)
  }
}
.slideOutRight {
  animation-name: db
}
@keyframes eb {
  0% {
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(-2000px)
  }
}
.slideOutUp {
  animation-name: eb
}
@keyframes fb {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  to {
    transform: translateY(700px);
    opacity: 0
  }
}
.hinge {
  animation-name: fb
}
@keyframes gb {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg)
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0)
  }
}
.rollIn {
  animation-name: gb
}
@keyframes hb {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0)
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg)
  }
}
.rollOut {
  animation-name: hb
}
body.lb-disable-scrolling {
  overflow: hidden
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
  outline: 0
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}
.lightbox a img {
  border: none
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #000
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../i/lightbox2/loading.gif) no-repeat
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}
.lb-container > .nav {
  left: 0
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../i/lightbox2/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
  opacity: 1
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../i/lightbox2/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity .6s
}
.lb-nav a.lb-next:hover {
  opacity: 1
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}
.lb-data {
  padding: 0 4px;
  color: #ccc
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}
.lb-data .lb-caption a {
  color: #4ae
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../i/lightbox2/close.png) 100% 0 no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  transition: opacity .2s
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1
}
#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}
#cboxWrapper {
  max-width: none
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%
}
#cboxBottomLeft, #cboxMiddleLeft {
  clear: left
}
#cboxContent {
  position: relative
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
#cboxTitle {
  margin: 0
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0
}
#cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}
#cboxOverlay {
  background: #000;
  opacity: .9
}
#colorbox {
  outline: 0
}
#cboxContent {
  overflow: visible
}
#cboxContent, .cboxIframe {
  background: #000
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc
}
#cboxLoadingOverlay {
  background: url(../i/loading_background.png) no-repeat 50%
}
#cboxLoadingGraphic {
  background: url(../i/loading.gif) no-repeat 50%
}
#cboxTitle {
  left: 0;
  text-align: center;
  width: 100%
}
#cboxCurrent, #cboxTitle {
  position: absolute;
  bottom: -25px;
  font-weight: 700;
  color: #7c7c7c
}
#cboxCurrent {
  left: 58px
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0
}
#cboxPrevious {
  left: 0;
  background-position: -51px -25px
}
#cboxPrevious:hover {
  background-position: -51px 0
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px
}
#cboxNext:hover {
  background-position: -75px 0
}
#cboxClose {
  right: 0;
  background-position: -100px -25px
}
#cboxClose:hover {
  background-position: -100px 0
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0;
  right: 27px
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0
}
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table
}
.lightSlider {
  overflow: hidden;
  margin: 0
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative
}
.lSSlideWrapper > .lightSlider:after {
  clear: both
}
.lSSlideWrapper .lSSlide {
  transform: translate(0);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important
}
.lSSlideWrapper .lSFade {
  position: relative
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all .5s linear 0s
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca
}
.lSSlideOuter .media {
  opacity: .8
}
.lSSlideOuter .media.active {
  opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius .12s linear linear 0s .35s 0s
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}
.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../i/lightslider/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  transition: opacity .35s linear 0s
}
.lSAction > a:hover {
  opacity: 1
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px
}
.lSAction > a.disabled {
  pointer-events: none
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden
}
.lSSlideOuter.vertical {
  position: relative
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}
.lSSlideOuter.lSrtl {
  direction: rtl
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none
}
.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}
.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left
}
.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important
}
@keyframes ib {
  0% {
    left: 0
  }
  50% {
    left: -15px
  }
  to {
    left: 0
  }
}
@keyframes jb {
  0% {
    top: 0
  }
  50% {
    top: -15px
  }
  to {
    top: 0
  }
}
@keyframes kb {
  0% {
    left: 0
  }
  50% {
    left: 15px
  }
  to {
    left: 0
  }
}
@keyframes lb {
  0% {
    bottom: 0
  }
  50% {
    bottom: -15px
  }
  to {
    bottom: 0
  }
}
.lSSlideOuter .rightEnd {
  animation: ib .3s;
  position: relative
}
.lSSlideOuter .leftEnd {
  animation: kb .3s;
  position: relative
}
.lSSlideOuter.vertical .rightEnd {
  animation: jb .3s;
  position: relative
}
.lSSlideOuter.vertical .leftEnd {
  animation: lb .3s;
  position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
  animation: kb .3s;
  position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
  animation: ib .3s;
  position: relative
}
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
:focus {
  outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
*, :after, :before, html {
  box-sizing: border-box
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
a {
  color: inherit;
  text-decoration: none
}
a, a:active, a:focus, a:hover {
  outline: 0
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic
}
figure, form {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0;
  white-space: normal
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}
button, input {
  line-height: normal
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-spacing: 0
}
button, html, input, select, textarea {
  color: #222
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
img {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}
h1, h2, h3, h4, h5, h6 {
  word-break: break-all
}
a::-moz-selection, blockquote::-moz-selection, div::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, i::-moz-selection, img::-moz-selection, li::-moz-selection, ol::-moz-selection, p::-moz-selection, span::-moz-selection, strong::-moz-selection, td::-moz-selection, th::-moz-selection, ul::-moz-selection {
  background: #c92726;
  color: #fff
}
a::selection, blockquote::selection, div::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, i::selection, img::selection, li::selection, ol::selection, p::selection, span::selection, strong::selection, td::selection, th::selection, ul::selection {
  background: #c92726;
  color: #fff
}
.header-top-line {
  width: 100%;
  padding: 0 0 0 42px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
.header-top-line .logo h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700
}
@media (min-width:575px) and (max-width:767px) {
  .header-top-line .logo h1 {
    font-size: 2.125rem;
    line-height: 2.125rem
  }
}
@media (min-width:768px) {
  .header-top-line .logo h1 {
    font-size: 2.25rem;
    line-height: 2.25rem
  }
}
.header-top-line .logo h1 a {
  font-weight: inherit;
  transition: all .4s ease-in-out
}
.header-top-line .logo h1 a:hover {
  transition: all .4s ease-in-out;
  color: #9c0a09
}
.header-top-line .logo h1:first-letter {
  color: #9c0a09
}
#header .header-inner {
  padding: 0 0 0 44px
}
@media (max-width:767px) {
  #header .header-inner {
    padding: 0 0 0 44px
  }
  .header-top-line .logo h1 a img {
    width: 200px
  }
}
.header-inner-page {
  min-height: 428px;
  background: url(../i/header_bg.png) 50% 0 no-repeat;
  transform-style: inherit
}
@media (max-width:574px) {
  .header-inner-page {
    min-height: 320px
  }
}
.title1 {
  background-color: #c82727;
  padding: 60px 30px 0 30px
}
.title1 h1 {
  color: #fff;
  text-align: left;
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 3.75rem
}
.title1 p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff
}
@media (min-width:575px) and (max-width:767px) {
  .header-inner-page {
    min-height: 360px
  }
}
.menu-wrapper {
  margin-top: -120px
}
@media (max-width:767px) {
  .form-group {
    display: block;
    width: 100% !important;
    margin-bottom: 6px
  }
  .menu-wrapper {
    margin-top: -75px;
    zoom: .8;
    margin-left: -20px
  }
  #sticky {
    height: 50px !important
  }
  .fixed-top-bar {
    position: relative !important
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .header-home-page {
 
  }
}
.header-home-page .header-bottom {
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.header-home-page .header-bottom .car-overview {
  margin-top: 0;
  position: relative
}
.header-home-page .header-bottom .car-overview .car-overview--heading {
  float: left;
  width: 46%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20%;
  color: #fff
}
@media (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-overview--heading {
    float: none;
    width: 80%;
    margin: 0 auto 20%
  }
}
.header-home-page .header-bottom .car-overview .car-overview--heading .heading-title {
  display: block;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase
}
@media (min-width:575px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-overview--heading .heading-title {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-overview--heading .heading-title {
    font-size: 3.125rem;
    line-height: 3.75rem
  }
}
.header-home-page .header-bottom .car-overview .car-overview--heading .heading-desc {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400
}
@media (min-width:575px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-overview--heading .heading-desc {
    font-size: 1.25rem;
    line-height: 1.5rem
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-overview--heading .heading-desc {
    font-size: 1.5rem;
    line-height: 1.75rem
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper img {
  width: 100%;
  margin: 0 auto;
  display: block
}
@media (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper img {
    width: 90%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper img {
    width: 90%
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper img {
    width: 95%
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip {
  position: absolute
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip {
    display: none
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
  left: 0;
  bottom: 0
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
    margin-bottom: -4%;
    margin-left: 16%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
    margin-bottom: -4%;
    margin-left: 23%
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
    margin-bottom: 0;
    margin-left: 27%
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
  left: 0;
  top: 0
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
    margin-top: 18%;
    margin-left: 7%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
    margin-top: 19%;
    margin-left: 9%
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
    margin-top: 14%;
    margin-left: 7%
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
  right: 0;
  top: 0
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
    margin-top: 8%;
    margin-right: 2%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
    margin-top: 23%;
    margin-right: 2%
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
    margin-top: 20%;
    margin-right: 2%
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.green--color .tip-bullet {
  background: #9c0a09
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.orange--color .tip-bullet {
  background: #c92726
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.green--gradient .tip-text:after {
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.orange--gradient .tip-text:after {
  background-image: linear-gradient(90deg, #9c0a09 0, #c92726);
  background-repeat: repeat-x
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner {
  position: relative
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
  border-radius: 99px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: box-shadow .3s ease-in-out;
  color: #fff
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
    width: 37px;
    height: 37px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
    width: 44px;
    height: 44px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
    width: 52px;
    height: 52px
  }
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
    font-size: 14px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
    font-size: 16px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
    font-size: 18px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
    font-size: 18px;
    line-height: 22px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
    font-size: 18px;
    line-height: 22px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
    font-size: 22px;
    line-height: 26px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text:after {
  display: block;
  content: "";
  transition: all .3s ease-in-out;
  width: 60%;
  height: 8px;
  position: absolute
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
  float: right
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
    margin-bottom: 16px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
    margin-bottom: 19px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
    margin-bottom: 22px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
  clear: both;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 7px
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
    padding-top: 17px;
    padding-right: 20px;
    margin-right: 17px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
    padding-top: 20px;
    padding-right: 24px;
    margin-right: 22px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
    padding-top: 25px;
    padding-right: 34px;
    margin-right: 27px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text:after {
  margin-top: -7px;
  margin-left: -7px
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
  float: left
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
    margin-bottom: 16px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
    margin-bottom: 19px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
    margin-bottom: 22px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
  clear: both;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-right: 7px
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
    padding-top: 17px;
    padding-left: 20px;
    margin-left: 17px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
    padding-top: 20px;
    padding-left: 24px;
    margin-left: 22px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
    padding-top: 25px;
    padding-left: 34px;
    margin-left: 27px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text:after {
  margin-top: -7px;
  margin-right: -7px;
  right: 0
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
    margin-top: 16px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
    margin-top: 19px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
    margin-top: 22px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
  border-bottom: 1px solid #fff;
  padding-right: 7px;
  position: relative
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
    margin-bottom: 38px;
    padding-left: 20px;
    margin-left: 17px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
    margin-bottom: 40px;
    padding-left: 24px;
    margin-left: 22px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
    margin-bottom: 45px;
    padding-left: 34px;
    margin-left: 27px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  content: "";
  display: block
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
    height: 38px;
    margin-bottom: -38px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
    height: 40px;
    margin-bottom: -40px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
    height: 45px;
    margin-bottom: -45px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:after {
  margin-top: -7px;
  margin-right: -7px;
  right: 0
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: end;
  align-items: flex-end
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
    margin-top: 16px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
    margin-top: 19px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
    margin-top: 22px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
  border-bottom: 1px solid #fff;
  padding-right: 7px;
  position: relative
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
    margin-bottom: 38px;
    padding-right: 20px;
    margin-right: 17px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
    margin-bottom: 40px;
    padding-right: 24px;
    margin-right: 22px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
    margin-bottom: 45px;
    padding-right: 34px;
    margin-right: 27px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  content: "";
  display: block
}
@media (max-width:767px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
    height: 38px;
    margin-bottom: -38px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
    height: 40px;
    margin-bottom: -40px
  }
}
@media (min-width:992px) {
  .header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
    height: 45px;
    margin-bottom: -45px
  }
}
.header-home-page .header-bottom .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:after {
  margin-top: -7px;
  margin-left: -7px;
  left: 0
}
#sticky {
  position: fixed;
  background: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  transition: all .3s ease;
  box-shadow: 0 1px 25px rgba(0, 0, 0, .1)
}
#sticky .header-top-line {
  padding: 0 0 0 42px
}
@media (min-width:992px) {
  #sticky .header-top-line {
    padding: 0 0 0 42px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #sticky .header-top-line {
    padding: 0 0 0 42px
  }
}
#sticky #main-menu .desktop-menu-list ul.sub-menu {
  margin-top: 30px
}
.contact-form {
  box-sizing: border-box
}
.contact-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}
@media (max-width:767px) {
  .contact-form .form-row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }
}
.contact-form .input-wrap {
  width: calc(100% / 2 - 15px)
}
@media (max-width:767px) {
  .contact-form .input-wrap {
    width: 100%;
    margin-bottom: 10px
  }
}
.contact-form input[type=email], .contact-form input[type=text] {
  padding-left: 9px;
  width: 100%;
  height: 37px
}
.contact-form textarea {
  min-height: 99px;
  padding-left: 9px;
  padding-top: 9px
}
.contact-form button {
  margin-top: 35px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px
}
.openSearchBar #cboxContent {
  background: 0 0 !important
}
#search-form-box {
  display: none;
  overflow: hidden
}
#search-form-box .search-form {
  width: 100%
}
#search-form-box .search-form input[type=text] {
  width: inherit;
  height: 70px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  font-size: 1.875rem;
  line-height: normal;
  padding: 0 14px;
  background: 0 0;
  font-family: inherit
}
@media screen and (max-width:479px) {
  #search-form-box .search-form input[type=text] {
    font-size: 1.5rem
  }
}
#search-form-box .search-form input[type=text]::-webkit-input-placeholder {
  color: #fff
}
#search-form-box .search-form input[type=text]::-moz-placeholder {
  color: #fff
}
#search-form-box .search-form input[type=text]:-ms-input-placeholder {
  color: #fff
}
#search-form-box .search-form input[type=text]:-moz-placeholder {
  color: #fff
}
#footer {
  position: relative;
  left: 0;
  z-index: 1;
  margin-top: -20px
}
.map {
  height: 400px
}
#footer .footer_img {
  display: none
}
@media (min-width:1920px) {
  #footer .footer_img {
    position: absolute;
    right: 0;
    margin-top: 10%;
    z-index: 30;
    display: block
  }
}
#footer .footer-top {
  position: relative;
  z-index: 20
}
@media (max-width:1774px) {
  #footer .footer-top {
    background: #1a1a1a
  }
}
#footer .footer-top .footer-top-wrap {
  position: relative;
  z-index: 20;
  min-height: 364px;
  margin: 0 auto;
  padding: 0 15px
}
@media (max-width:575px) {
  #footer .footer-top .footer-top-wrap {
    width: calc(100% - 30px);
    padding-top: 30px
  }
}
@media (min-width:576px) and (max-width:767px) {
  #footer .footer-top .footer-top-wrap {
    width: 540px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 35px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-top .footer-top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 720px;
    padding-top: 40px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #footer .footer-top .footer-top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 960px
  }
}
@media (min-width:1200px) and (max-width:1774px) {
  #footer .footer-top .footer-top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1200px
  }
}
@media (min-width:1775px) {
  #footer .footer-top .footer-top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1a1a1a;
    padding: 0 0 0 103px;
    width: 100%
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box {
  display: -ms-flexbox;
  display: flex
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .title-box {
  max-width: 268px;
  width: 100%
}
@media (min-width:576px) and (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box .title-box {
    max-width: 100%;
    text-align: left
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-title {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1
}
#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #979797
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
  height: 55px;
  max-width: 737px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 0;
  background: #4b4f54
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
    height: 46px
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-webkit-input-placeholder {
  color: #979797
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-moz-placeholder, #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-moz-placeholder {
  color: #979797
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-ms-input-placeholder {
  color: #979797
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
    margin-top: 12px
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
  width: 100%;
  background: 0 0;
  border: none;
  padding-left: 21px;
  padding-right: 21px;
  color: #979797;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
    padding-left: 12px;
    padding-right: 12px
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
  font-size: 1rem;
  line-height: 1.75rem;
  background: 0 0;
  padding: 2px 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #979797;
  border: none;
  border-left: 1px solid #5a5e62;
  transition: all .4s ease-in-out
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: .9375rem;
    line-height: 1.6875rem
  }
}
#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button:hover {
  transition: all .4s ease-in-out;
  color: #fff
}
#footer .footer-top .footer-top-wrap .useful-sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .useful-sections {
    margin-top: 35px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-top .footer-top-wrap .useful-sections {
    margin-top: 60px
  }
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
  max-width: 20%;
  margin-right: 2%;
  width: 100%
}
.footer-social-profiles-list li {
  background-color: #eee;
  width: 50px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin: 10px
}
@media (max-width:767px) {
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box {
    min-width: 100%;
    margin-bottom: 15px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box {
    max-width: calc(50% - 30px);
    margin-bottom: 20px
  }
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child {
    max-width: 100%
  }
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list li {
    width: calc(50% - 30px)
  }
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .title-line {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
  margin-top: 25px
}
@media (max-width:768px) {
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
    margin-top: 18px
  }
}
@media (min-width:992px) {
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
    margin-top: 35px
  }
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
  color: #979797;
  margin-bottom: 13px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline
}
@media (min-width:992px) {
  #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
    margin-bottom: 18px
  }
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover {
  transition: all .4s ease-in-out
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover {
  transition: all .4s ease-in-out;
  color: #fff
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover i {
  color: #fff
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li i {
  width: 16px;
  font-size: 1.125rem;
  color: inherit;
  margin-right: 10px;
  text-align: center;
  transition: all .4s ease-in-out
}
#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li span {
  color: inherit
}
#footer .footer-bottom {
  z-index: 20;
  padding: 0 15px;
  min-height: 146px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:575px) {
  #footer .footer-bottom {
    width: 100%
  }
}
@media (min-width:576px) and (max-width:767px) {
  #footer .footer-bottom {
    width: 540px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-bottom {
    width: 720px;
    padding-top: 9px;
    padding-bottom: 8px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #footer .footer-bottom {
    width: 960px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  #footer .footer-bottom {
    width: 1200px
  }
}
#footer .footer-bottom .copyright {
  max-width: 200px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #1a1a1a
}
@media (max-width:575px) {
  #footer .footer-bottom .copyright {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem
  }
}
@media (min-width:576px) and (max-width:767px) {
  #footer .footer-bottom .copyright {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-bottom .copyright {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #footer .footer-bottom .copyright {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    -ms-flex-order: 2;
    order: 2
  }
}
#footer .footer-bottom .copyright a {
  transition: all .4s ease-in-out
}
#footer .footer-bottom .copyright a:hover {
  color: #c92726;
  transition: all .4s ease-in-out
}
@media (max-width:575px) {
  #footer .footer-bottom .footer-social-profiles-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}
@media (min-width:576px) and (max-width:767px) {
  #footer .footer-bottom .footer-social-profiles-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}
@media (min-width:768px) and (max-width:991px) {
  #footer .footer-bottom .footer-social-profiles-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #footer .footer-bottom .footer-social-profiles-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}
#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li {
  font-size: 17px;
  margin-right: 15px;
  margin-left: 15px
}
#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a {
  color: #1a1a1a;
  transition: all .4s ease-in-out
}
#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a:hover {
  opacity: .7;
  color: #c92726;
  transition: all .4s ease-in-out
}
@media (max-width:1199px) {
  #footer .footer-bottom .footer-list {
    width: 100%
  }
}
@media (min-width:1775px) {
  #footer .footer-bottom .footer-list {
    margin-right: 63px
  }
}
#footer .footer-bottom .footer-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#footer .footer-bottom .footer-list ul li {
  display: inline
}
@media (max-width:991px) {
  #footer .footer-bottom .footer-list ul li {
    padding: 0 7px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #footer .footer-bottom .footer-list ul li {
    padding: 0 10px
  }
}
@media (min-width:1200px) {
  #footer .footer-bottom .footer-list ul li {
    margin-left: 30px
  }
}
#footer .footer-bottom .footer-list ul li a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #1a1a1a;
  text-transform: uppercase;
  transition: all .4s ease-in-out
}
@media (max-width:767px) {
  #footer .footer-bottom .footer-list ul li a {
    font-size: .9375rem;
    line-height: 1.625rem
  }
}
#footer .footer-bottom .footer-list ul li a:hover {
  color: #c92726;
  transition: all .4s ease-in-out
}
.right-sidebar {
  max-width: 22.2%;
  width: 100%
}
@media (max-width:991px) {
  .right-sidebar {
    margin-top: 40px;
    max-width: 100%
  }
}
.right-sidebar .sidebar-heading {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 30px
}
@media (max-width:767px) {
  .right-sidebar .sidebar-heading {
    margin-bottom: 15px
  }
}
.right-sidebar .sidebar-heading:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 4px;
  left: 0;
  margin-left: -7px;
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.right-sidebar .sidebar-widget {
  margin-bottom: 60px
}
.right-sidebar .search-form-widget .sidebar-search-form {
  display: -ms-flexbox;
  display: flex
}
.right-sidebar .search-form-widget .sidebar-search-form input[type=text] {
  width: 80%;
  font-size: 1rem;
  line-height: 1.75rem;
  background: #f8f8f8;
  padding: 10px 15px
}
.right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder, .right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.right-sidebar .search-form-widget .sidebar-search-form button {
  color: #fff;
  background: #84878c;
  width: 20%;
  z-index: 1;
  display: block;
  transition: opacity .3s ease-in-out
}
.right-sidebar .search-form-widget .sidebar-search-form button:hover {
  opacity: .8
}
.right-sidebar .search-form-widget .sidebar-search-form button i {
  display: inline-block;
  font-size: 1rem;
  margin: auto
}
.right-sidebar .recent-posts-widget .recent-posts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .right-sidebar .recent-posts-widget .recent-posts-list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.right-sidebar .recent-posts-widget .recent-posts-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 30px
}
@media (min-width:575px) and (max-width:991px) {
  .right-sidebar .recent-posts-widget .recent-posts-list li {
    width: 50%;
    padding-right: 20px
  }
}
@media (min-width:992px) {
  .right-sidebar .recent-posts-widget .recent-posts-list li {
    width: 100%
  }
}
.right-sidebar .recent-posts-widget .recent-posts-list li:last-child {
  margin-bottom: 0
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
  display: block;
  margin-right: 18px;
  transition: opacity .3s ease-in-out
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
  opacity: .9
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
  width: 58px;
  height: 58px
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
  margin-top: -4px;
  font-size: .875rem;
  line-height: 1.25rem
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .3s ease-in-out
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
  color: #c92726
}
.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
  display: block;
  font-weight: 400
}
.right-sidebar .categories-widget .categories-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .right-sidebar .categories-widget .categories-list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.right-sidebar .categories-widget .categories-list li {
  width: 100%;
  margin-bottom: 5px
}
@media (min-width:575px) and (max-width:991px) {
  .right-sidebar .categories-widget .categories-list li {
    width: 50%;
    padding-right: 20px
  }
}
@media (min-width:992px) {
  .right-sidebar .categories-widget .categories-list li {
    width: 100%
  }
}
.right-sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0
}
.right-sidebar .categories-widget .categories-list li a {
  font-size: 1rem;
  line-height: 1.75rem;
  transition: color .3s ease-in-out
}
.right-sidebar .categories-widget .categories-list li a:hover {
  color: #c92726
}
.left-sidebar {
  max-width: 22.2%;
  width: 100%
}
@media (max-width:991px) {
  .left-sidebar {
    margin-top: 40px;
    max-width: 100%
  }
}
.left-sidebar .sidebar-heading {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 30px
}
@media (max-width:767px) {
  .left-sidebar .sidebar-heading {
    margin-bottom: 15px
  }
}
.left-sidebar .sidebar-heading:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 4px;
  left: 0;
  margin-left: -7px;
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.left-sidebar .sidebar-widget {
  margin-bottom: 60px
}
.left-sidebar .search-form-widget .sidebar-search-form {
  display: -ms-flexbox;
  display: flex
}
.left-sidebar .search-form-widget .sidebar-search-form input[type=text] {
  width: 80%;
  font-size: 1rem;
  line-height: 1.75rem;
  background: #f8f8f8;
  padding: 10px 15px
}
.left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder, .left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
  color: #1a1a1a;
  font-weight: 400
}
.left-sidebar .search-form-widget .sidebar-search-form button {
  color: #fff;
  background: #84878c;
  width: 20%;
  z-index: 1;
  display: block;
  transition: opacity .3s ease-in-out
}
.left-sidebar .search-form-widget .sidebar-search-form button:hover {
  opacity: .8
}
.left-sidebar .search-form-widget .sidebar-search-form button i {
  display: inline-block;
  font-size: 1rem;
  margin: auto
}
.left-sidebar .recent-posts-widget .recent-posts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .left-sidebar .recent-posts-widget .recent-posts-list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.left-sidebar .recent-posts-widget .recent-posts-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 30px
}
@media (min-width:575px) and (max-width:991px) {
  .left-sidebar .recent-posts-widget .recent-posts-list li {
    width: 50%;
    padding-right: 20px
  }
}
@media (min-width:992px) {
  .left-sidebar .recent-posts-widget .recent-posts-list li {
    width: 100%
  }
}
.left-sidebar .recent-posts-widget .recent-posts-list li:last-child {
  margin-bottom: 0
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
  display: block;
  margin-right: 18px;
  transition: opacity .3s ease-in-out
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
  opacity: .9
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
  width: 58px;
  height: 58px
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
  margin-top: -4px;
  font-size: .875rem;
  line-height: 1.25rem
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .3s ease-in-out
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
  color: #c92726
}
.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
  display: block;
  font-weight: 400
}
.left-sidebar .categories-widget .categories-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .left-sidebar .categories-widget .categories-list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.left-sidebar .categories-widget .categories-list li {
  width: 100%;
  margin-bottom: 5px
}
@media (min-width:575px) and (max-width:991px) {
  .left-sidebar .categories-widget .categories-list li {
    width: 50%;
    padding-right: 20px
  }
}
@media (min-width:992px) {
  .left-sidebar .categories-widget .categories-list li {
    width: 100%
  }
}
.left-sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0
}
.left-sidebar .categories-widget .categories-list li a {
  font-size: 1rem;
  line-height: 1.75rem;
  transition: color .3s ease-in-out
}
.left-sidebar .categories-widget .categories-list li a:hover {
  color: #c92726
}
#comments {
  padding-bottom: 120px
}
@media (max-width:574px) {
  #comments {
    padding-bottom: 70px
  }
}
@media (min-width:575px) and (max-width:767px) {
  #comments {
    padding-bottom: 70px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #comments {
    padding-bottom: 70px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #comments {
    padding-bottom: 90px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  #comments {
    padding-bottom: 110px
  }
}
#comments .comments-heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 60px
}
@media (max-width:767px) {
  #comments .comments-heading {
    margin-bottom: 30px
  }
}
#comments .comments-list .comment .comment-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 60px
}
@media (max-width:767px) {
  #comments .comments-list .comment .comment-wrap {
    margin-bottom: 30px
  }
}
#comments .comments-list .comment .comment-wrap .user-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}
@media (max-width:574px) {
  #comments .comments-list .comment .comment-wrap .user-pic {
    width: 64px;
    height: 64px
  }
}
@media (min-width:575px) and (max-width:991px) {
  #comments .comments-list .comment .comment-wrap .user-pic {
    width: 89px;
    height: 89px
  }
}
@media (min-width:992px) {
  #comments .comments-list .comment .comment-wrap .user-pic {
    width: 113px;
    height: 113px
  }
}
#comments .comments-list .comment .comment-wrap .user-pic img {
  max-width: 100%;
  height: auto
}
#comments .comments-list .comment .comment-wrap .comment-body {
  max-width: 740px
}
#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-author {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.875rem
}
#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link {
  font-size: .875rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
  margin-right: 10px
}
#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link:hover {
  color: #c92726
}
#comments .comments-list .comment .comment-wrap .comment-body .comment-body--bottom {
  font-size: 1.125rem;
  line-height: 1.75rem
}
@media (min-width:768px) and (max-width:991px) {
  #comments .comments-list .child-comment {
    margin-left: 109px
  }
}
@media (min-width:992px) {
  #comments .comments-list .child-comment {
    margin-left: 135px
  }
}
#comments .comment-respond {
  margin-top: 123px
}
@media (max-width:767px) {
  #comments .comment-respond {
    margin-top: 80px
  }
}
#comments .comment-respond .comment-respond-form .comment-form-row {
  margin-bottom: 15px
}
#comments .comment-respond .comment-respond-form label {
  font-size: .875rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 5px
}
#comments .comment-respond .comment-respond-form textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #eaebeb;
  padding-left: 10px
}
#comments .comment-respond .comment-respond-form .form-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:767px) {
  #comments .comment-respond .comment-respond-form .form-line {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#comments .comment-respond .comment-respond-form .form-line .input-wrap {
  width: calc(33.333% - 35px)
}
@media (max-width:767px) {
  #comments .comment-respond .comment-respond-form .form-line .input-wrap {
    width: 100%;
    margin-bottom: 15px
  }
}
@media (min-width:768px) and (max-width:991px) {
  #comments .comment-respond .comment-respond-form .form-line .input-wrap {
    width: calc(33.333% - 15px)
  }
}
#comments .comment-respond .comment-respond-form .form-line .input-wrap input[type=email], #comments .comment-respond .comment-respond-form .form-line .input-wrap input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #eaebeb
}
#comments .comment-respond .comment-respond-form button {
  margin-top: 20px;
  padding: 10px 42px
}
@media (max-width:574px) {
  #comments .comment-respond .comment-respond-form button {
    width: 100%
  }
}
@media (max-width:767px) {
  #comments .comment-respond .comment-respond-form button {
    margin-top: 0
  }
}
#loading {
  background-color: #fff;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
#loading .background {
  filter: url(#goo);
  width: 100vw;
  height: 100vh;
  position: relative
}
#loading .loader {
  filter: url(#goo);
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 2rem / 2);
  left: calc(50% - 2rem / 2);
  background: #c92726;
  border-radius: 2rem
}
#loading .loader-left {
  animation: mb 2s cubic-bezier(.35, 0, .25, 1) infinite, ob 2s cubic-bezier(.35, 0, .25, 1) infinite
}
#loading .loader-right {
  animation: nb 2s cubic-bezier(.35, 0, .25, 1) infinite, ob 2s cubic-bezier(.35, 0, .25, 1) infinite
}
@keyframes mb {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn);
    transform-origin: -50% -50%
  }
}
@keyframes nb {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn);
    transform-origin: 150% 150%
  }
}
@keyframes ob {
  0%, to {
    background: #c92726
  }
  50% {
    background: #9c0a09
  }
}
#call-now-box, #test-drive-box {
  display: none
}
.default-popup {
  padding: 8% 5% 5%;
  position: relative
}
.default-popup .close-btn-popup {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 10px 0 0
}
.default-popup .close-btn-popup:hover {
  cursor: pointer
}
.default-popup .popup-heading {
  color: #1a1a1a;
  margin-bottom: 40px
}
.default-popup .popup-heading .heading-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  word-break: break-word
}
@media (min-width:575px) and (max-width:991px) {
  .default-popup .popup-heading .heading-title {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
@media (min-width:992px) {
  .default-popup .popup-heading .heading-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 5px
  }
}
.default-popup .popup-heading .heading-description {
  margin-left: 2px;
  font-size: .875rem;
  line-height: 1.375rem
}
@media (min-width:575px) and (max-width:991px) {
  .default-popup .popup-heading .heading-description {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
@media (min-width:992px) {
  .default-popup .popup-heading .heading-description {
    font-size: 1.125rem;
    line-height: 1.625rem
  }
}
.default-popup .default-popup-form {
  box-sizing: border-box
}
.default-popup .default-popup-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width:767px) {
  .default-popup .default-popup-form .form-row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px
  }
}
.default-popup .default-popup-form .input-wrap {
  width: calc(100% / 2 - 20px)
}
@media (max-width:767px) {
	
	
table tbody tr td {
  padding: 5px 5px !important;
	width: 90px;
	    font-size: 12px;
	  
}
	
	
  .default-popup .default-popup-form .input-wrap {
    width: 100%;
    margin-bottom: 10px
  }
}
.default-popup .default-popup-form input[type=email], .default-popup .default-popup-form input[type=text] {
  padding-left: 9px;
  width: 100%;
  height: 37px
}
.default-popup .default-popup-form textarea {
  min-height: 99px;
  padding-left: 9px;
  padding-top: 9px
}
.default-popup .default-popup-form button {
  display: block;
  margin-top: 35px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px
}
.default-popup .default-popup-form .styled-checkbox-wrap label:before {
  content: "";
  margin-top: 4px
}
.default-popup .default-popup-form .styled-checkbox-wrap label:after {
  content: "";
  margin-top: 3px
}
.default-popup .default-popup-form .styled-checkbox-wrap label span {
  font-size: 14px;
  line-height: 20px
}
.default-popup .default-popup-form .styled-checkbox-wrap label a {
  color: #c92726
}
.default-popup .default-popup-form .styled-checkbox-wrap label a:hover {
  text-decoration: underline
}
label {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 14px;
  line-height: 30px
}
textarea {
  width: 100%
}
.styled-checkbox {
  position: absolute;
  opacity: 0
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 400
}
.styled-checkbox + label span {
  position: relative
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 19px;
  height: 19px;
  border: 1px solid #c92726
}
.styled-checkbox:checked + label:before {
  background: #c92726
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg)
}
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}
[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #1a1a1a
}
[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c92726;
  border-radius: 100%;
  background: #fff
}
[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #c92726;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all .2s ease
}
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0)
}
[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1)
}
.btn-primary {
  padding: 10px 42px;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border: none;
  color: #fff;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(90deg, #c92726, #9c0a09 51%, #4e0504)
}
.btn-primary:hover {
  transition: all .4s ease-in-out;
  background-position: 100%
}
.btn-outlined {
  border: none;
  display: inline-block;
  background: 0 0;
  color: #c92726;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 42px;
  text-transform: uppercase;
  transition: all .4s ease-in-out
}
.btn-outlined.rounded-btn {
  border-radius: 99px
}
.btn-outlined.rounded-btn:after, .btn-outlined.rounded-btn:before {
  content: " ";
  position: absolute;
  border-radius: 99px
}
.btn-outlined:after, .btn-outlined:before {
  content: " ";
  position: absolute
}
.btn-outlined:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: #503b9a;
  background: linear-gradient(90deg, #3ad8b8 0, #24c6dc)
}
.btn-outlined:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #fff;
  z-index: -1;
  opacity: 1;
  transition: all .6s ease-in-out
}
.btn-outlined:hover:after {
  opacity: 0;
  color: #fff
}
.btn-outlined:hover {
  color: #fff
}
.rounded-btn {
  border-radius: 99px
}
.buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.buttons-wrapper button {
  margin-right: 10px;
  margin-bottom: 20px
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0
}
table thead tr th {
  font-family: Poppins, sans-serif;
  padding: 12px 15px 10px;
  color: #1a1a1a;
  font-weight: 600;
  text-transform: uppercase
}
table tbody tr td, table thead tr th {
  border: 1px solid #eaebeb;
  font-size: 16px;
  line-height: 28px
}
table tbody tr td {
  padding: 5px 15px
}
table tbody tr th {
  border: 1px solid #eaebeb;
  font-family: Poppins, sans-serif;
  padding: 12px 15px 10px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px
}
.table-grey {
  background: #f8f8f8;
  color: #1a1a1a
}
.table-mint {
  background: #c92726;
  color: #fff
}
.alert, .table-mint tbody th, .table-mint thead th {
  color: #fff
}
.alert {
  padding: 15px 20px;
  background-color: #fc5c65;
  opacity: 1;
  transition: opacity .6s;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left
}
@media (min-width:768px) {
  .alert {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}
.alert strong {
  text-transform: uppercase;
  font-weight: 700
}
.alert > div {
  width: 95%
}
.alert.success {
  background-color: #c92726
}
.alert.info {
  background-color: #2196f3
}
.alert.warning {
  background-color: #cca52b
}
.close-btn {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer !important;
  transition: .3s;
  position: relative
}
.closebtn:hover {
  cursor: pointer !important;
  opacity: .7
}
#cboxClose {
  display: none
}
.menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
.menu-wrapper #main-menu .desktop-menu-list {
  display: none
}
@media screen and (min-width:992px) {
  .menu-wrapper #main-menu .desktop-menu-list {
    display: block
  }
}
.menu-wrapper #main-menu .desktop-menu-list > li {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500
}
.menu-wrapper #main-menu .desktop-menu-list > li > a {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  transition: all .4s ease-in-out;
  position: relative
}
/*
.menu-wrapper #main-menu .desktop-menu-list>li>a:after{content:"";width:0;height:5px;position:absolute;right:0;bottom:0;background-image:linear-gradient(90deg,#c92726 0,#9c0a09);background-repeat:repeat-x;opacity:0;transition:.3s;margin-bottom:-1px}*/
.menu-wrapper #main-menu .desktop-menu-list > li > a:hover {
  transition: .3s
}
.menu-wrapper #main-menu .desktop-menu-list > li > a:hover:after {
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.menu-wrapper #main-menu .desktop-menu-list > li > a.active:after, .menu-wrapper #main-menu .desktop-menu-list > li > a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1
}
/*
.menu-wrapper #main-menu .desktop-menu-list>li>a.active:after{content:"";height:5px;position:absolute;bottom:0;background:#fff;transition:all .4s ease-in-out;margin-bottom:-1px;background-image:linear-gradient(90deg,#c92726 0,#9c0a09);background-repeat:repeat-x}*/
.menu-wrapper #main-menu .desktop-menu-list li {
  position: relative
}
.menu-wrapper #main-menu .desktop-menu-list li.dropdown > a {
  display: inherit;
  padding-right: 18px;
  background: url(../i/angle-down.png) 100% 50% no-repeat
}
.menu-wrapper #main-menu .desktop-menu-list li.dropdown > a:after {
  content: "";
  transition: all .4s ease-in-out
}
.menu-wrapper #main-menu .desktop-menu-list > li.selected.dropdown > a {
  transition: all .4s ease-in-out
}
.menu-wrapper #main-menu .desktop-menu-list > li.selected.dropdown > a:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
  transition: all .4s ease-in-out;
  margin-bottom: -1px;
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.menu-wrapper #main-menu .desktop-menu-list ul {
  display: none;
  background-color: #fff;
  position: absolute;
  margin-top: 20px;
  right: -20px;
  z-index: 99999;
  text-align: left;
  border-radius: 0
}
.menu-wrapper #main-menu .desktop-menu-list ul:after {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px
}
.menu-wrapper #main-menu .desktop-menu-list ul li {
  display: block;
  position: relative;
  width: 100%
}
.menu-wrapper #main-menu .desktop-menu-list ul li:last-child > a {
  border-bottom: none
}
.menu-wrapper #main-menu .desktop-menu-list ul li.dropdown > a:after {
  content: "";
  background: url(../i/angle-down-black.png) 0 0 no-repeat;
  margin-left: 8px;
  width: 13px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -1px
}
.menu-wrapper #main-menu .desktop-menu-list ul li.dropdown > a:hover:after {
  content: "";
  background: url(../i/angle-down.png) 0 0 no-repeat
}
.menu-wrapper #main-menu .desktop-menu-list ul li.selected > a {
  color: #fff !important;
  background: #39d7b9
}
.menu-wrapper #main-menu .desktop-menu-list ul li.selected > a:after {
  background: url(../i/angle-down.png) 0 0 no-repeat
}
.menu-wrapper #main-menu .desktop-menu-list ul li a {
  width: 100%;
  margin: 0;
  font-size: 15px;
  padding: 8px 25px;
  line-height: 30px;
  transition: .25s;
  border-top: none;
  white-space: nowrap;
  display: block;
  color: #4b4f54
}
@media (max-width:849px) {
  .menu-wrapper #main-menu .desktop-menu-list ul li a {
    border: none;
    padding: 2px 10px
  }
}
.menu-wrapper #main-menu .desktop-menu-list ul li a:hover {
  text-decoration: none;
  background: #ca2d2f;
  color: #fff !important
}
.menu-wrapper #main-menu .desktop-menu-list ul li ul {
  display: none;
  position: absolute;
  padding: inherit;
  top: 0;
  right: 100%;
  background: #fff;
  margin-top: 0
}
.menu-wrapper #main-menu .desktop-menu-list ul li ul:after {
  border: none
}
.menu-wrapper .search-icon {
  color: #fff
}
.menu-wrapper .search-icon:hover:after {
  width: 0 !important
}
.menu-wrapper .search-icon i {
  font-size: 1rem
}
@media (max-width:991px) {
  .menu-wrapper .search-icon i {
    font-size: 1.625rem;
    margin-right: 20px
  }
}
.social-profiles-list li {
  display: inline-block;
  font-size: 17px;
  margin-right: 30px
}
.social-profiles-list li a {
  color: #1a1a1a;
  transition: all .4s ease-in-out
}
.social-profiles-list li a:hover {
  opacity: .7;
  color: #979797;
  transition: all .4s ease-in-out
}
#hamburger {
  cursor: pointer;
  padding: 10px 35px 16px 0;
  display: none
}
@media screen and (max-width:991px) {
  #hamburger {
    display: block
  }
}
#hamburger span, #hamburger span:after, #hamburger span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: inline-block;
  content: ""
}
#hamburger span:before {
  top: -10px
}
#hamburger span:after {
  bottom: -10px
}
#hamburger span, #hamburger span:after, #hamburger span:before {
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
#hamburger.active span {
  background-color: transparent
}
#hamburger.active span:after, #hamburger.active span:before {
  top: 0
}
#hamburger.active span:before {
  transform: rotate(45deg)
}
#hamburger.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px
}
.moby > ul {
  margin-top: 10px
}
.moby ul li a {
  padding: 8px 45px 8px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase
}
.moby ul li > ul {
  margin-top: -5px
}
.moby ul li ul li a {
  padding: 8px 45px;
  font-size: 16px;
  line-height: 1.2
}
.moby ul li ul:not(.sub-menu) {
  margin-left: 15px
}
.moby .moby-close {
  background-image: linear-gradient(90deg, #c92726, #9c0a09 51%, #9c0a09);
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 !important;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width:767px) and (max-width:991px) {
  .moby .moby-close {
    height: 80px
  }
}
.moby .moby-close .moby-close-icon {
  margin-right: 0 !important
}
.moby .moby-close .moby-close-icon:after, .moby .moby-close .moby-close-icon:before {
  background: #fff
}
.moby .moby-menu {
  margin-top: 10px
}
.tabs:after {
  display: table;
  content: "";
  clear: both
}
.tabs li {
  float: left;
  display: block;
  margin-right: 30px
}
.tabs li:last-child {
  margin-right: 0
}
.tabs li a {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease-in-out;
  font-size: 1rem;
  line-height: 1.625rem
}
@media (min-width:575px) and (max-width:991px) {
  .tabs li a {
    font-size: 1.0625rem;
    line-height: 1.6875rem
  }
}
@media (min-width:992px) {
  .tabs li a {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}
.tabs li a:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  bottom: -5px;
  right: 0;
  opacity: 0;
  background-image: linear-gradient(90deg, #c92726 0, #9c0a09);
  background-repeat: repeat-x
}
.tabs li a.active:after, .tabs li a:hover:after {
  left: 0;
  width: calc(100% - 0px);
  opacity: 1
}
.tabs-content {
  position: relative;
  z-index: 3;
  margin-top: 20px
}
.tabs-content .tab-content {
  display: none
}
.tabs-content .tab-content.active {
  display: block
}
.fade {
  opacity: 0;
  transition: opacity .3s
}
.fade.in {
  opacity: 1
}
#scrollTop {
  position: fixed;
  top: 40%;
  right: -115px;
  width: 115px;
  height: 40px;
  line-height: 40px;
  margin-top: 90px;
  background-image: linear-gradient(90deg, #514a9d, #24c6dc);
  background-image: linear-gradient(90deg, #c92726, #9c0a09 51%, #9c0a09);
  color: #fff;
  text-align: center;
  font-size: .8rem;
  cursor: pointer;
  padding-right: 10px;
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  z-index: 1000;
  transition: all .3s ease-in-out
}
.scrollTop__icon {
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600
}
.scrollTop__icon i {
  font-size: 1.3em;
  margin-right: 10px
}
#scrollTop.active {
  right: -80px
}
#scrollTop:hover {
  right: 0
}
#callNow {
  position: fixed;
  top: 40%;
  right: -80px;
  width: 135px;
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(90deg, #514a9d, #24c6dc);
  background-image: linear-gradient(90deg, #c92726, #9c0a09 51%, #9c0a09);
  color: #fff;
  text-align: center;
  font-size: .8rem;
  cursor: pointer;
  padding-right: 0;
  padding-left: 12px;
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  z-index: 1000;
  transition: all .3s ease-in-out
}
#callNow:hover {
  right: 0
}
#callNow .callNow__icon {
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600
}
#callNow .callNow__icon i {
  font-size: 2em;
  margin-right: 20px;
  transform: rotate(90deg)
}
#callNow .callNow__icon span {
  margin-top: 0;
  font-size: 13px
}
#testDrive {
  position: fixed;
  top: 40%;
  margin-top: 65px;
  right: -80px;
  width: 135px;
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(90deg, #514a9d, #24c6dc);
  background-image: linear-gradient(90deg, #c92726, #9c0a09 51%, #9c0a09);
  color: #fff;
  text-align: center;
  font-size: .8rem;
  cursor: pointer;
  padding-right: 0;
  padding-left: 12px;
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  z-index: 1000;
  transition: all .3s ease-in-out
}
#testDrive:hover {
  right: 0
}
#testDrive .testDrive__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600
}
#testDrive .testDrive__icon i {
  font-size: 2.2em;
  margin-right: 20px
}
#testDrive .testDrive__icon span {
  margin-top: 1px;
  font-size: 13px
}
.offer-details {
  width: 100%;
  background: #fff url(../i/home/back3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  background-attachment: fixed;
  padding: 100px 30px 100px
}
@media (max-width:574px) {
  .offer-details {
    padding: 80px 2px 60px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .offer-details {
    padding: 85px 4px 70px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .offer-details {
    padding: 95px 30px 80px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .offer-details {
    padding: 95px 30px 80px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .offer-details {
    padding: 105px 30px 40px
  }
}
@media only screen and (max-device-width:1366px) {
  .offer-details {
    background-attachment: scroll
  }
}
.offer-details .project-features-inner {
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:767px) {
  .offer-details .project-features-inner {
    -ms-flex-pack: center;
    justify-content: center
  }
}
.offer-title {
  display: block;
  font-size: 3.25rem;
  text-align: center;
  color: #c42625;
  font-weight: 700;
  margin-bottom: 50px
}
.offer-details .project-features-inner .feature-box {
  width: calc(25% - 40px);
  display: -ms-flexbox;
  display: flex;
  color: #fff
}
@media (max-width:574px) {
  .offer-details .project-features-inner .feature-box {
    width: calc(100% - 40px);
    margin-bottom: 50px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .offer-details .project-features-inner .feature-box {
    width: calc(100% - 40px);
    margin-bottom: 50px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .offer-details .project-features-inner .feature-box {
    margin-top: 3%;
    width: calc(50% - 40px);
    margin-bottom: 50px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .offer-details .project-features-inner .feature-box {
    width: calc(50% - 40px);
    margin-bottom: 50px
  }
}
@media (min-width:1200px) {
  .offer-details .project-features-inner .feature-box {
    margin-top: 1%
  }
}
@media (max-width:767px) {
  .offer-details .project-features-inner .feature-box .masking-text {
    width: 100%;
    text-align: center
  }
}
.offer-details .project-features-inner .feature-box .masking-text span {
  display: inline-block;
  font-size: 4.25rem;
  line-height: 4.25rem;
  background: #c42625;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  position: relative;
  text-shadow: 1px 1px 10px rgba(199, 0, 31, .6)
}
@media (max-width:499px) {
  .offer-details .project-features-inner .feature-box .masking-text span {
    font-size: 3.375rem;
    line-height: 3.375rem
  }
}
@media (min-width:500px) and (max-width:767px) {
  .offer-details .project-features-inner .feature-box .masking-text span {
    font-size: 3.875rem;
    line-height: 3.875rem
  }
}
@media (min-width:768px) and (max-width:991px) {
  .offer-details .project-features-inner .feature-box .masking-text span {
    font-size: 3.5rem;
    line-height: 3.5rem
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .offer-details .project-features-inner .feature-box .masking-text span {
    font-size: 3.75rem;
    line-height: 3.75rem
  }
}
@media (min-width:1440px) and (max-width:1599px) {
  .offer-details .project-features-inner .feature-box .masking-text span {
    font-size: 3.75rem;
    line-height: 3.75rem
  }
}
.offer-details .project-features-inner .feature-box img {
  display: inline-block;
  margin-right: 20px
}
.offer-details .project-features-inner .feature-box img:hover {
  cursor: pointer
}
.offer-details .project-features-inner .feature-box .feature1 {
  width: 83px;
  height: 83px
}
.offer-details .project-features-inner .feature-box .feature2 {
  width: 84px;
  height: 84px
}
.offer-details .project-features-inner .feature-box .feature3 {
  width: 93px;
  height: 91px
}
.offer-details .project-features-inner .feature-box .feature4 {
  width: 90px;
  height: 86px
}
.offer-details .project-features-inner .feature-box .feature5 {
  width: 81px;
  height: 90px
}
.offer-details .project-features-inner .feature-box .feature-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  max-width: 250px;
  margin-bottom: 17px;
  color: #5b5b5b;
  margin-top: 12px;
  text-transform: uppercase;
  word-break: break-word
}
@media (max-width:767px) {
  .offer-details .project-features-inner .feature-box .feature-title {
    margin-top: 3px
  }
}
.offer-details .project-features-inner .feature-box .feature-description {
  font-size: 1.125rem;
  color: #565656;
  line-height: 1.75rem
}
.offer-details .project-features-inner .masking-text-wrap {
  margin-top: 2.5%
}
@media (min-width:768px) and (max-width:991px) {
  .offer-details .project-features-inner .masking-text-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .offer-details .project-features-inner .masking-text-wrap {
    margin-top: 0;
    margin-bottom: 5.5%
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .offer-details .project-features-inner .masking-text-wrap {
    margin-top: -10px;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}
@media (min-width:1440px) and (max-width:1599px) {
  .offer-details .project-features-inner .masking-text-wrap {
    margin-top: -10px;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}
.models-slider-widget .models-slider {
  max-width: 1950px;
  width: 100%;
  padding: 85px 58px 0;
  position: relative;
  z-index: 2;
  min-height: 610px;
  margin-bottom: 80px
}
@media (min-width:575px) and (max-width:767px) {
  .models-slider-widget .models-slider {
    margin-bottom: 100px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .models-slider-widget .models-slider {
    margin-bottom: 120px
  }
}
@media (min-width:992px) {
  .models-slider-widget .models-slider {
    min-height: 800px;
    margin-bottom: 120px
  }
}
.models-slider-widget .models-slider:before {
  content: "";
  width: 100%;
  min-height: 50%;
  background: #c82726;
  position: absolute;
  left: 0;
  top: 0
}
@media (min-width:320px) and (max-width:574px) {
  .models-slider-widget .models-slider:before {
    min-height: 40%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .models-slider-widget .models-slider:before {
    min-height: 46%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .models-slider-widget .models-slider:before {
    min-height: 43%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .models-slider-widget .models-slider:before {
    min-height: 42%
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .models-slider-widget .models-slider:before {
    min-height: 37.5%
  }
}
@media (min-width:1440px) and (max-width:1779px) {
  .models-slider-widget .models-slider:before {
    min-height: 41%
  }
}
.models-slider-widget .models-slider .owl-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10%;
  z-index: 3;
  pointer-events: none
}
@media (min-width:320px) and (max-width:574px) {
  .models-slider-widget .models-slider .owl-nav {
    margin-top: 32%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .models-slider-widget .models-slider .owl-nav {
    margin-top: 26%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .models-slider-widget .models-slider .owl-nav {
    margin-top: 19%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .models-slider-widget .models-slider .owl-nav {
    margin-top: 18%
  }
}
.models-slider-widget .models-slider .owl-nav button {
  pointer-events: visible
}
.models-slider-widget .models-slider .owl-nav button:hover {
  background: 0 0
}
.models-slider-widget .models-slider .owl-nav button svg {
  fill: #fff;
  opacity: .4;
  transition: opacity .3s ease-in-out
}
.models-slider-widget .models-slider .owl-nav button svg:hover {
  opacity: 1
}
.models-slider-widget .models-slider .owl-nav .owl-prev {
  margin-left: 20px
}
.models-slider-widget .models-slider .owl-nav .owl-next {
  margin-right: 20px
}
.models-slider-widget .models-slider .owl-stage-outer {
  max-width: 1920px;
  width: 100%
}
.models-slider-widget .models-slider .slide {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2
}
.models-slider-widget .models-slider .slide .slide-header {
  color: #fff;
  margin-bottom: 5%;
  padding: 0 40px;
  margin-left: 10px
}
@media (min-width:320px) and (max-width:574px) {
  .models-slider-widget .models-slider .slide .slide-header {
    padding: 0
  }
}
@media (max-width:767px) {
  .models-slider-widget .models-slider .slide .slide-header {
    margin-bottom: 12.5%
  }
}
.models-slider-widget .models-slider .slide .slide-header .model-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase
}
.models-slider-widget .models-slider .slide .slide-header .model-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400
}
.models-slider-widget .models-slider .slide .model-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.models-slider-widget .models-slider .slide .model-content .model-image {
  width: 95%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 0 auto
}
@media (min-width:320px) and (max-width:574px) {
  .models-slider-widget .models-slider .slide .model-content .model-image {
    width: 90%
  }
}
.models-slider-widget .models-slider .slide .model-content .model-details {
  width: calc(100% - 14px);
  display: block;
  padding: 0 7% 10%;
  margin-top: -20%;
  z-index: 2;
  background: #fff;
  border-bottom: 3px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .15);
  position: relative
}
.models-slider-widget .models-slider .slide .model-content .model-details:before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -2px;
  background: linear-gradient(90deg, #c92726, #33ccc0, #9c0a09)
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list {
  margin-top: 25%
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li {
  display: block;
  margin-bottom: 20px
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li:last-child {
  margin-bottom: 0
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small, .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
  display: block;
  color: #1a1a1a;
  word-break: break-word
}
@media (min-width:1880px) {
  .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small, .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
    width: 80%
  }
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem
}
@media (max-width:767px) {
  .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600
  }
}
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 3px
}
@media (max-width:767px) {
  .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
.models-slider-widget .models-slider .slide .model-content .model-details .battery-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px
}
.models-slider-widget .models-slider .slide .model-content .model-details .battery-box img {
  display: inline-block;
  width: 30px;
  height: 35px
}
.models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
  display: block;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #1a1a1a;
  margin-left: 15px
}
@media (max-width:767px) {
  .models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
    font-size: .9375rem;
    line-height: 1.0625rem
  }
}
.project-gallery-widget {
  overflow: hidden;
  padding: 80px 0;
  background: url(../i/mounts_bg.jpg) 50% 50% no-repeat;
  background-size: cover
}
.whilecolor {
  color: #fff
}
@media (max-width:574px) {
  .project-gallery-widget {

  }
}
@media (min-width:575px) and (max-width:767px) {
  .project-gallery-widget {
   
  }
}
@media (min-width:768px) and (max-width:991px) {
  .project-gallery-widget {
   
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .project-gallery-widget {
    margin-bottom: 90px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .project-gallery-widget {
    
  }
}
.project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
  width: calc(25% - 5px);
  height: auto;
  margin-bottom: 5px
}
@media (min-width:575px) and (max-width:991px) {
  .project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
    width: calc(25% - 15px);
    margin-bottom: 15px
  }
}
@media (min-width:992px) {
  .project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
    width: calc(25% - 30px);
    margin-bottom: 30px
  }
}
.project-gallery-widget .project-gallery .grid-item--width2 {
  width: calc(50% - 5px);
  height: auto
}
@media (min-width:575px) and (max-width:991px) {
  .project-gallery-widget .project-gallery .grid-item--width2 {
    width: calc(50% - 15px)
  }
}
@media (min-width:992px) {
  .project-gallery-widget .project-gallery .grid-item--width2 {
    width: calc(50% - 30px)
  }
}
.project-gallery-widget .project-gallery .gutter-sizer {
  width: 5px
}
@media (min-width:575px) and (max-width:991px) {
  .project-gallery-widget .project-gallery .gutter-sizer {
    width: 15px
  }
}
@media (min-width:992px) {
  .project-gallery-widget .project-gallery .gutter-sizer {
    width: 30px
  }
}
.new-models-widget {
  display: none;
  margin-bottom: 160px
}
@media (min-width:320px) {
  .new-models-widget {
    display: block
  }
}
@media (max-width:574px) {
  .new-models-widget {
    margin-bottom: 80px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget {
    margin-bottom: 100px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget {
    margin-bottom: 120px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .new-models-widget {
    margin-bottom: 120px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .new-models-widget {
    margin-bottom: 140px
  }
}
.new-models-widget .new-models-gallery #new-model-vertical-list {
  max-width: 68%;
  width: 100%
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list {
    max-width: 70%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list {
    max-width: 60%
  }
}
.new-models-widget .new-models-gallery #new-model-vertical-list li {
  position: relative;
  height: auto !important;
  padding-top: 8%;
  padding-bottom: 8%
}
.new-models-widget .new-models-gallery #new-model-vertical-list li.active {
  background: #f8f8f8
}
.new-models-widget .new-models-gallery #new-model-vertical-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
  margin: 0 auto
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
    width: 90%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
    width: 90%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
    width: 80%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
    width: 90%
  }
}
.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
  max-width: 270px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 9%;
  margin-right: 9%
}
@media (max-width:767px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
    display: none
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
    text-align: right;
    margin-top: 5%;
    margin-right: 5%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
    margin-top: 6%;
    margin-right: 6%
  }
}
.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-name {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #1a1a1a
}
.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-price {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400
}
.new-models-widget .new-models-gallery .lSPager {
  max-width: 22% !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1a1a1a;
  padding: 2.5%;
  margin-left: 0 !important
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery .lSPager {
    max-width: 30% !important;
    padding: 2.5%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget .new-models-gallery .lSPager {
    max-width: 40% !important;
    padding: 2.5%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget .new-models-gallery .lSPager {
    padding: 1.5%
  }
}
.new-models-widget .new-models-gallery .lSPager li {
  height: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #2a2c32;
  padding: 8% 4%;
  border-radius: 0 !important
}
@media (max-width:991px) {
  .new-models-widget .new-models-gallery .lSPager li {
    padding: 5%
  }
}
.new-models-widget .new-models-gallery .lSPager li.active {
  background: #84878c
}
.new-models-widget .new-models-gallery .lSPager li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery .lSPager li a {
    display: block
  }
}
.new-models-widget .new-models-gallery .lSPager li a img {
  width: 50%;
  padding-right: 15px;
  display: none
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery .lSPager li a img {
    width: 80%;
    padding-right: 0;
    margin: 0 auto
  }
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget .new-models-gallery .lSPager li a img {
    width: 50%;
    padding-right: 10px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget .new-models-gallery .lSPager li a img {
    width: 50%;
    padding-right: 10px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .new-models-widget .new-models-gallery .lSPager li a img {
    width: 47%
  }
}
@media (min-width:320px) and (max-width:574px) {
  .new-models-widget .new-models-gallery .lSPager li a .slide-data {
    display: none
  }
}
.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: 700
}
@media (min-width:575px) and (max-width:767px) {
  .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
    font-size: .75rem;
    line-height: 1rem
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
    font-size: .875rem;
    line-height: 1rem
  }
}
.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
  font-size: .875rem;
  line-height: 1.125rem;
  font-weight: 400
}
@media (max-width:991px) {
  .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
    display: none
  }
}
.new-models-widget .new-models-gallery .lSSlideOuter {
  padding-right: 0 !important;
  display: -ms-flexbox;
  display: flex
}
.model-features-widget {
  padding: 30px 0px 60px 0px;
}
@media (max-width:574px) {
  .model-features-widget {
    padding: 30px 0
  }
}
.model-features-widget .model-features-wrapper {
  margin-top: 9%
}
.model-features-widget .model-features-wrapper .model-features-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:991px) {
  .model-features-widget .model-features-wrapper .model-features-top {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
  max-width: 56%;
  position: relative;
  width: 100%
}
.performans-video-box {
  position: absolute;
  top: 0;
  right: 20px
}
@media (max-width:574px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
    max-width: 100%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
    max-width: 80%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
    max-width: 80%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
    max-width: 50%
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
  max-width: 44%;
  width: 100%
}
@media (max-width:574px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
    max-width: 100%;
    margin-top: 10%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
    max-width: 100%;
    margin-top: 10%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
    max-width: 100%;
    margin-top: 10%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
    max-width: 50%
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
  width: calc(100% - 105px);
  float: right;
  display: block;
  padding: 0 0 10% 5px;
  z-index: 2;
  border-bottom: 3px solid transparent;
  background-clip: padding-box;
  position: relative
}
@media (min-width:992px) and (max-width:1199px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
    width: calc(100% - 65px)
  }
}
@media (max-width:991px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
    width: 100%
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details:before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -2px;
  background: linear-gradient(90deg, #c92726, #33ccc0, #9c0a09)
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li {
  display: block;
  margin-bottom: 20px
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li:last-child {
  margin-bottom: 0
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li small, .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li span {
  display: block;
  color: #1a1a1a
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li span {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem
}
@media (max-width:767px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li small {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400
}
@media (max-width:767px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-list li small {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box img {
  display: inline-block;
  width: 40px;
  height: 40px
}
.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
  display: block;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #1a1a1a;
  margin-left: 15px
}
@media (max-width:767px) {
  .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
    font-size: .9375rem;
    line-height: 1.0625rem
  }
}
.model-features-widget .model-features-wrapper .model-features-bottom {
  margin-top: 10%
}
.full-size-video-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 130px 0
}
@media (max-width:574px) {
  .full-size-video-widget {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .full-size-video-widget {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .full-size-video-widget {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .full-size-video-widget {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .full-size-video-widget {
    padding-top: 120px;
    padding-bottom: 120px
  }
}
.full-size-video-widget .video-preview {
  position: relative
}
.full-size-video-widget .video-preview:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out
}
.full-size-video-widget .video-preview:hover a:after {
  content: "";
  opacity: .8
}
.full-size-video-widget .video-preview a {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .4s ease-in-out;
  position: relative
}
.full-size-video-widget .video-preview a:after {
  content: "";
  width: 82px;
  height: 82px;
  background: url(../i/play-btn-2.png) 0 0 no-repeat;
  position: absolute;
  left: calc(50% - 22px);
  right: 0;
  bottom: 0;
  top: calc(50% - 22px);
  display: block;
  z-index: 2;
  transition: all .4s ease-in-out;
  background-size: cover
}
@media (max-width:574px) {
  .full-size-video-widget .video-preview a:after {
    width: 42px;
    height: 42px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .full-size-video-widget .video-preview a:after {
    width: 62px;
    height: 62px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .full-size-video-widget .video-preview a:after {
    width: 72px;
    height: 72px
  }
}
.full-size-video-widget .video-preview a img {
  position: relative
}
.full-size-video-widget .video-sign {
  background: #2a2c32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0
}
.full-size-video-widget .video-sign .video-sign--wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}
.performans-widget {
  padding: 150px 0 180px;
  width: 100%;
  display: table;
  clear: both;
  min-height: 375px;
  background: #fff url(../i/home/performans_bg.jpg) -25% 50% no-repeat;
  transform-style: inherit
}
.back3 {
      /* background: #fff url(../i/home/performans_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d6d0cc;
}
.desktop1 {
  display: block
}
.mobile1 {
  display: none
}
@media (max-width:574px) {
  .performans-widget {
    background-position: -1000px 50%;
    background-size: cover;
    padding: 100px 0
  }
}
@media (min-width:575px) and (max-width:767px) {
  .performans-widget {
    background-position: -700px 50%;
    background-size: cover;
    padding: 110px 0 120px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .performans-widget {
    background-position: -500px 50%;
    background-size: cover;
    padding: 110px 0
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .performans-widget {
    background-position: -700px 50%;
    padding: 110px 0 130px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .performans-widget {
    background-position: -500px 50%;
    padding: 120px 0 130px
  }
}
@media (min-width:1440px) and (max-width:1879px) {
  .performans-widget {
    background-position: -200px 50%
  }
}
.performans-widget .performans-content {
  float: right;
  text-align: right
}
@media (max-width:767px) {
  .desktop1 {
    display: none
  }
  .mobile1 {
    display: block
  }
  .performans-widget .performans-content {
    width: 100%
  }
}
@media (min-width:768px) and (max-width:991px) {
  .performans-widget .performans-content {
    width: 80%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .performans-widget .performans-content {
    width: 65%
  }
}
.performans-widget .performans-content .performans-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700
}
@media (min-width:575px) and (max-width:991px) {
  .performans-widget .performans-content .performans-title {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
@media (min-width:992px) {
  .performans-widget .performans-content .performans-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 5px
  }
}
.performans-widget .performans-content .performans-tabs-box {
  margin-top: 28px
}
.performans-widget .performans-content .performans-tabs-box:after {
  display: table;
  content: "";
  clear: both
}
.performans-widget .performans-content .performans-tabs-box .tabs li {
  float: right;
  margin-right: 0;
  margin-left: 30px
}
@media (max-width:767px) {
  .performans-widget .performans-content .performans-tabs-box .tabs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px
  }
}
.performans-widget .performans-content .performans-tabs-box .tabs-content {
  float: right
}
@media (max-width:574px) {
  .performans-widget .performans-content .performans-tabs-box .tabs-content {
    margin-top: 40px;
    width: 100%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .performans-widget .performans-content .performans-tabs-box .tabs-content {
    margin-top: 40px
  }
}
.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after, .performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:before {
  content: "";
  display: table
}
.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after {
  clear: both
}
.performans-widget .performans-content .performans-tabs-box .tabs-content p {
  margin-bottom: 15px
}
.performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px
}
@media (min-width:575px) and (max-width:991px) {
  .performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
    font-size: 1.5625rem;
    line-height: 2.1875rem
  }
}
@media (min-width:992px) {
  .performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
    font-size: 1.875rem;
    line-height: 2.5rem
  }
}
.performans-widget .performans-content .performans-video-box {
  margin-top: 35px
}
@media (max-width:574px) {
  .performans-widget .performans-content .performans-video-box {
    margin-top: 35px;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.performans-video-box .video-preview {
  width: 247px;
  position: relative;
  float: right
}
@media (max-width:574px) {
  .performans-video-box .video-preview {
    width: 100%;
    height: 100%;
    margin-right: 0
  }
}
.performans-video-box .video-preview:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out
}
.performans-video-box .video-preview:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.performans-video-box .video-preview a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}
.performans-video-box .video-preview a:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../i/play-btn.png) 0 0 no-repeat;
  position: absolute;
  left: calc(50% - 26px);
  right: 0;
  bottom: 0;
  top: calc(50% - 26px);
  display: block;
  z-index: 2
}
.performans-video-box .video-preview a img {
  position: relative
}
.model-builder-widget {
  padding: 100px 0 150px 0
}
@media (max-width:574px) {
  .model-builder-widget {
    padding: 100px 0
  }
}
@media (min-width:575px) and (max-width:767px) {
  .model-builder-widget {
    padding: 110px 0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .model-builder-widget {
    padding: 120px 0
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .model-builder-widget {
    padding: 120px 0
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .model-builder-widget {
    padding: 120px 0
  }
}
.model-builder-widget .builder-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
.model-builder-widget .builder-top .model-preview {
  display: inline-block
}
.model-builder-widget .builder-top .model-preview .model-heading {
  margin-bottom: 30px
}
@media (max-width:1199px) {
  .model-builder-widget .builder-top .model-preview .model-heading {
    margin-left: 8%
  }
}
.model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
  word-break: break-word;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase
}
@media (min-width:575px) and (max-width:991px) {
  .model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
@media (min-width:992px) {
  .model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
    font-size: 3.125rem;
    line-height: 3.75rem
  }
}
.model-builder-widget .builder-top .model-preview .model-heading .model-data {
  margin-top: -5px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400
}
@media (min-width:575px) and (max-width:991px) {
  .model-builder-widget .builder-top .model-preview .model-heading .model-data {
    font-size: 1.125rem;
    line-height: 1.625rem
  }
}
@media (min-width:992px) {
  .model-builder-widget .builder-top .model-preview .model-heading .model-data {
    font-size: 1.4375rem;
    line-height: 1.6875rem
  }
}
.model-builder-widget .builder-top .model-preview .model-image {
  display: block
}
.model-builder-widget .builder-top .model-preview .model-image img {
  max-width: 1000px
}
@media (max-width:1199px) {
  .model-builder-widget .builder-top .model-preview .model-image img {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: block
  }
}
.model-builder-widget .builder-bottom {
  max-width: 1920px;
  width: 100%;
  padding: 0 30px;
  margin: 50px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:991px) {
  .model-builder-widget .builder-bottom {
    margin: 70px auto 0;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.model-builder-widget .builder-bottom .filter-heading {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0
}
.model-builder-widget .builder-bottom .filter-item {
  width: calc(33.333% - 20px);
  margin: 0 auto
}
@media (max-width:991px) {
  .model-builder-widget .builder-bottom .filter-item {
    width: 100%;
    margin-bottom: 10%
  }
  .model-builder-widget .builder-bottom .filter-item:last-child {
    margin-bottom: 0
  }
}
.border1 {
  border: 1px solid #eee
}
@media (min-width:992px) and (min-width:1440px) {
  .model-builder-widget .builder-bottom .filter-item {
    width: calc(33.333% - 100px)
  }
}
.model-builder-widget .builder-bottom .wheels-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:768px) and (max-width:991px) {
  .model-builder-widget .builder-bottom .wheels-list {
    -ms-flex-pack: center;
    justify-content: center
  }
}
.model-builder-widget .builder-bottom .wheels-list li {
  width: calc(33.333% - 10px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px
}
@media (min-width:992px) {
  .model-builder-widget .builder-bottom .wheels-list li {
    margin-bottom: 0
  }
}
.model-builder-widget .builder-bottom .wheels-list li.active .selection-bullet {
  border: none;
  background: #9c0a09
}
.model-builder-widget .builder-bottom .wheels-list li:hover {
  cursor: pointer
}
.model-builder-widget .builder-bottom .wheels-list li .wheel-image {
  max-width: 127px;
  max-height: 127px;
  display: block;
  pointer-events: none
}
.model-builder-widget .builder-bottom .wheels-list li .wheel-image img {
  width: inherit;
  height: inherit
}
.model-builder-widget .builder-bottom .wheels-list li .selection-bullet {
  width: 21px;
  height: 21px;
  border-radius: 99px;
  border: 1px solid #9c0a09;
  margin-left: calc(-50% - 11px);
  margin-top: 10px;
  margin-bottom: 15px;
  pointer-events: none
}
.model-builder-widget .builder-bottom .wheels-list li .wheel-size {
  text-align: center;
  font-size: 1.125rem;
  line-height: normal;
  pointer-events: none
}
.model-builder-widget .builder-bottom .color-filter {
  margin-top: 5%;
  padding: 0 50px;
  position: relative
}
@media (max-width:574px) {
  .model-builder-widget .builder-bottom .color-filter {
    width: 100%;
    margin: 0 auto 40px
  }
}
@media (min-width:575px) and (max-width:991px) {
  .model-builder-widget .builder-bottom .color-filter {
    width: 80%;
    margin: 0 auto 40px
  }
}
.model-builder-widget .builder-bottom .color-filter .model-tab {
  width: 52px;
  height: 52px;
  border-radius: 99px;
  margin: 0 auto
}
.model-builder-widget .builder-bottom .color-filter .model-tab.active:after {
  font-size: .9375rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  color: #fff
}
.model-builder-widget .builder-bottom .color-filter .model-tab:hover {
  cursor: pointer
}
.model-builder-widget .builder-bottom .color-filter .color-light-grey {
  background: #d4d7dc
}
.model-builder-widget .builder-bottom .color-filter .color-dark-grey {
  background: #565859
}
.model-builder-widget .builder-bottom .color-filter .color-ocanic-green {
  background: #5b8490
}
.model-builder-widget .builder-bottom .color-filter .color-ocanic-blue {
  background: #5c6676
}
.model-builder-widget .builder-bottom .color-filter .color-brown {
  background: #6e655f
}
.model-builder-widget .builder-bottom .color-filter .color-dark-red {
  background: #9d4d48
}
.model-builder-widget .builder-bottom .color-filter .owl-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none
}
@media (max-width:574px) {
  .model-builder-widget .builder-bottom .color-filter .owl-nav {
    margin-top: 10px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .model-builder-widget .builder-bottom .color-filter .owl-nav {
    margin-top: 10px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .model-builder-widget .builder-bottom .color-filter .owl-nav {
    margin-top: 10px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .model-builder-widget .builder-bottom .color-filter .owl-nav {
    margin-top: 3%
  }
}
.model-builder-widget .builder-bottom .color-filter .owl-nav button {
  pointer-events: visible
}
.model-builder-widget .builder-bottom .color-filter .owl-nav button:hover {
  background: 0 0
}
.model-builder-widget .builder-bottom .color-filter .owl-nav button svg {
  fill: #1a1a1a;
  opacity: 1;
  transition: opacity .3s ease-in-out
}
.model-builder-widget .builder-bottom .color-filter .owl-nav button svg:hover {
  opacity: 1
}
.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-prev {
  margin-left: 20px
}
.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-next {
  margin-right: 20px
}
.model-builder-widget .builder-bottom .engines-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:768px) and (max-width:991px) {
  .model-builder-widget .builder-bottom .engines-list {
    -ms-flex-pack: center;
    justify-content: center
  }
}
.model-builder-widget .builder-bottom .engines-list > li {
  width: calc(50% - 10px);
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0
}
.model-builder-widget .builder-bottom .engines-list > li.active .selection-bullet {
  border: none;
  background: #9c0a09
}
.model-builder-widget .builder-bottom .engines-list > li:hover {
  cursor: pointer
}
.model-builder-widget .builder-bottom .engines-list > li .engine-image {
  max-width: 127px;
  max-height: 127px;
  display: block;
  pointer-events: none
}
@media (max-width:991px) {
  .model-builder-widget .builder-bottom .engines-list > li .engine-image {
    margin: 0 auto
  }
}
.model-builder-widget .builder-bottom .engines-list > li .engine-image img {
  width: inherit;
  height: inherit
}
.model-builder-widget .builder-bottom .engines-list > li .selection-bullet {
  width: 21px;
  height: 21px;
  border-radius: 99px;
  border: 1px solid #9c0a09;
  margin-top: 10px;
  margin-bottom: 15px;
  pointer-events: none
}
@media (max-width:991px) {
  .model-builder-widget .builder-bottom .engines-list > li .selection-bullet {
    margin-left: 20%
  }
}
.model-builder-widget .builder-bottom .engines-list > li .engine-details {
  font-size: 1.125rem;
  line-height: normal;
  pointer-events: none
}
@media (max-width:991px) {
  .model-builder-widget .builder-bottom .engines-list > li .engine-details {
    text-align: center
  }
}
.model-builder-widget .builder-bottom .engines-list > li .engine-details > div {
  margin-bottom: 10px
}
@media (max-width:574px) {
  .models-viewver-widget {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .models-viewver-widget {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .models-viewver-widget {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .models-viewver-widget {
    padding-top: 105px;
    padding-bottom: 110px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .models-viewver-widget {
    padding-top: 105px;
    padding-bottom: 110px
  }
}
.models-viewver-widget .models-viewver--title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  word-break: break-word;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}
@media (min-width:575px) and (max-width:991px) {
  .models-viewver-widget .models-viewver--title {
    font-size: 2.1875rem;
    line-height: 2.8125rem
  }
}
@media (min-width:992px) {
  .models-viewver-widget .models-viewver--title {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
.models-viewver-widget .models-viewver-content {
  max-width: 1820px;
  width: 100%;
  margin: 0 auto
}
.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}
@media (max-width:767px) {
  .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
    margin-top: 20px
  }
}
.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}
.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
  display: block;
  font-size: .875rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #1a1a1a;
  color: #fff;
  padding: 10px 50px;
  text-decoration: none
}
@media (max-width:767px) {
  .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
    padding: 8px 30px
  }
}
.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li.active .model-viever--tab {
  background: #fff;
  color: #1a1a1a
}
@media (max-width:574px) {
  .terms ul li {
    margin-left: 0 !important
  }
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
  width: calc(25% - 30px);
  margin-bottom: 50px
}
@media (max-width:574px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
    width: 100%;
    margin-bottom: 50px
  }
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
    margin-bottom: 0
  }
}
@media (min-width:575px) and (max-width:767px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
    width: calc(50% - 15px);
    margin-bottom: 50px
  }
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child, .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
    margin-bottom: 0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
    width: calc(50% - 15px);
    margin-bottom: 50px
  }
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child, .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
    margin-bottom: 0
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
    width: calc(50% - 15px);
    margin-bottom: 50px
  }
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child, .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
    margin-bottom: 0
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
    width: calc(25% - 20px);
    margin-bottom: 50px
  }
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child, .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2), .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3), .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
    margin-bottom: 0
  }
}
@media (min-width:1440px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child, .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2), .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3), .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
    margin-bottom: 0
  }
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-view {
  display: block;
  background: #fff;
  margin-bottom: 23px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  text-transform: uppercase;
  transition: color .3s ease-in-out
}
@media (min-width:768px) {
  .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
    font-size: 1rem;
    text-transform: capitalize;
    line-height: 1rem
  }
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name:hover {
  color: #c92726
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 15px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers {
  margin-right: 15px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers img {
  display: inline-block;
  margin-left: -10px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers span {
  font-size: .875rem;
  line-height: normal;
  display: block
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel {
  font-size: .875rem;
  line-height: normal;
  margin-right: 20px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel img {
  display: inline-block;
  margin-top: -4px;
  margin-bottom: 2px;
  margin-left: -8px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel span {
  font-size: .875rem;
  line-height: normal;
  display: block
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-desc {
  font-size: 1rem;
  line-height: 1.625rem
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links {
  padding: 6px 0;
  margin-top: 10px;
  border-top: 1px solid #c22625;
  border-bottom: 1px solid #ca2d2f
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a {
  font-size: .875rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 15px;
  display: block;
  position: relative;
  color: #c82726;
  transition: color .3s ease-in-out, margin .3s ease-in-out
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:before {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  left: 0;
  top: 1px
}
.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:hover {
  color: #c92726;
  margin-left: 5px
}
.testimonials-widget {
 display: none;
}


@media (max-width:574px)

{
  
	.testimonials-widget {
      display: block;
    padding-top: 140px;
		background-image: url("../i/mobile-back.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		
  }
	
	
	
	
}
@media (min-width:575px) and (max-width:767px) {
  .testimonials-widget {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .testimonials-widget {
    padding-top: 110px;
    padding-bottom: 110px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .testimonials-widget {
    padding-top: 105px;
    padding-bottom: 110px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .testimonials-widget {
    padding-top: 105px;
    padding-bottom: 110px
  }
}
.testimonials-widget .testimonials-box .testimonial-item {
  position: relative
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left {
  width: calc(50% - 25px);
  padding-top: 15px
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 25px
  }
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left img {
  width: 90%;
  margin: 0 auto;
  display: block
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left img {
    width: 80%
  }
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left .testtimonial-content {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 30px
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left .testtimonial-content {
    font-size: 1rem;
    line-height: 1.375rem
  }
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--left .testtimonial-author {
  font-size: 1.875rem;
  line-height: normal;
  float: right;
  margin-top: 10px
}
.testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--right {
  width: calc(50% - 25px)
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .testimonial-content-wrap .testimonial-item--right {
    width: 100%
  }
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 99px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: box-shadow .3s ease-in-out;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(50% - 26px);
  bottom: 0
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn {
    width: 38px;
    height: 38px;
    top: calc(50% + 34px);
    left: 5px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn {
    width: 42px;
    height: 42px;
    left: 50%;
    top: calc(50% - 60px)
  }
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn .plus-icn {
  font-size: 1.25rem;
  color: #fff
}
@media (max-width:767px) {
  .testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn .plus-icn {
    font-size: 1rem
  }
}
@media (min-width:768px) and (max-width:991px) {
  .testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn .plus-icn {
    font-size: 1.125rem
  }
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn.green--color {
  background: #9c0a09
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn.green--color:hover {
  box-shadow: 0 0 15px 0 #9c0a09
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn.orange--color {
  background: #c92726;
  box-shadow: 0 0 12px 0 rgba(221, 138, 76, .7)
}
.testimonials-widget .testimonials-box .testimonial-item .add-new-testimonial-btn.orange--color:hover {
  box-shadow: 0 0 15px 0 #c92726
}
.testimonials-widget .testimonials-box .owl-nav {
  float: right;
  margin-top: 10px;
  margin-right: -5px;
  z-index: 3;
  pointer-events: none
}
.testimonials-widget .testimonials-box .owl-nav button {
  pointer-events: visible
}
.testimonials-widget .testimonials-box .owl-nav button:hover {
  background: 0 0
}
.testimonials-widget .testimonials-box .owl-nav button svg {
  fill: #1a1a1a;
  opacity: 1;
  transition: opacity .3s ease-in-out
}
.testimonials-widget .testimonials-box .owl-nav button svg:hover {
  opacity: 1
}
.testimonials-widget .testimonials-box .owl-dots {
  margin-top: 20px !important
}
.testimonials-widget .testimonials-box .owl-dots .owl-dot.active span {
  background: #1a1a1a
}
.testimonials-widget #new-testimonial-box {
  display: none
}
.testdirve-widget {
  width: 100%;
  background: url(../i/home/test-drive/cars_bg.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 8%
}
@media (max-width:574px) {
  .testdirve-widget {
    min-height: 700px;
    padding-top: 80px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .testdirve-widget {
    min-height: 700px;
    padding-top: 80px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .testdirve-widget {
    min-height: 800px;
    padding-top: 90px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .testdirve-widget {
    min-height: 900px;
    padding-top: 90px
  }
}
@media (min-width:1200px) {
  .testdirve-widget {
    min-height: 900px;
    padding-top: 90px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .testdirve-widget {
    min-height: 1000px;
    padding-top: 100px
  }
}
@media (min-width:1440px) and (max-width:1919px) {
  .testdirve-widget {
    min-height: 1100px;
    padding-top: 100px
  }
}
@media (min-width:1920px) {
  .testdirve-widget {
    min-height: 1136px;
    padding-top: 100px
  }
}
.testdirve-widget .content-box {
  max-width: 550px;
  width: 100%
}
.testdirve-widget .content-box .content-box--title {
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase
}
.testdirve-widget .content-box .content-box--subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-left: 2px;
  display: block
}
.testdirve-widget .content-box .content-box-description {
  margin-top: 30px
}
.testdirve-widget .content-box .content-box-description p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400
}
.testdirve-widget .cart-features-text {
  position: absolute
}
@media (max-width:767px) {
  .testdirve-widget .cart-features-text {
    display: none
  }
}
.testdirve-widget .cart-features-text > span {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block
}
@media (min-width:768px) and (max-width:991px) {
  .testdirve-widget .cart-features-text > span {
    font-size: 1.125rem;
    line-height: 1.625rem
  }
}
.testdirve-widget .cart-features-text.green--gradient span:after {
  background-image: linear-gradient(90deg, #c92726, #9c0a09);
  background-repeat: repeat-x
}
.testdirve-widget .cart-features-text.orange--gradient span:after {
  background-image: linear-gradient(90deg, #9c0a09, #c92726);
  background-repeat: repeat-x
}
.testdirve-widget .cart-features-text.cart-features-position-1 {
  left: 4.5%;
  bottom: 3.5%
}
@media (min-width:768px) and (max-width:991px) {
  .testdirve-widget .cart-features-text.cart-features-position-1 {
    left: 5%;
    bottom: 2.5%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .testdirve-widget .cart-features-text.cart-features-position-1 {
    left: 5%;
    bottom: 3%
  }
}
@media (min-width:1200px) and (max-width:1919px) {
  .testdirve-widget .cart-features-text.cart-features-position-1 {
    left: 5%;
    bottom: 3%
  }
}
.testdirve-widget .cart-features-text.cart-features-position-2 {
  left: 35%;
  bottom: 35%
}
@media (min-width:768px) and (max-width:991px) {
  .testdirve-widget .cart-features-text.cart-features-position-2 {
    left: 23%;
    bottom: 35%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .testdirve-widget .cart-features-text.cart-features-position-2 {
    left: 25%;
    bottom: 35%
  }
}
@media (min-width:1200px) and (max-width:1919px) {
  .testdirve-widget .cart-features-text.cart-features-position-2 {
    left: 29%;
    bottom: 35%
  }
}
.testdirve-widget .cart-features-text.cart-features-position-3 {
  right: 25%;
  bottom: 6%
}
@media (min-width:768px) and (max-width:991px) {
  .testdirve-widget .cart-features-text.cart-features-position-3 {
    right: 10%;
    bottom: 7%
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .testdirve-widget .cart-features-text.cart-features-position-3 {
    right: 10%;
    bottom: 7%
  }
}
@media (min-width:1200px) and (max-width:1919px) {
  .testdirve-widget .cart-features-text.cart-features-position-3 {
    right: 10%;
    bottom: 7%
  }
}
.testdirve-widget .cart-features-text.cart-features-position-4 {
  right: 9%;
  bottom: 35%
}
@media (max-width:1919px) {
  .testdirve-widget .cart-features-text.cart-features-position-4 {
    display: none
  }
}
.testdirve-widget .cart-features-text.bottom-left-line {
  padding-top: 38px;
  padding-right: 57px;
  background: url(../i/home/test-drive/bottom-left-line.png) 100% 100% no-repeat
}
.testdirve-widget .cart-features-text.bottom-left-line span {
  margin-top: -2px;
  position: relative;
  padding-right: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}
.testdirve-widget .cart-features-text.bottom-left-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin-left: -9px
}
.testdirve-widget .cart-features-text.bottom-right-line {
  padding-top: 38px;
  padding-left: 57px;
  background: url(../i/home/test-drive/bottom-right-line.png) 0 100% no-repeat
}
.testdirve-widget .cart-features-text.bottom-right-line span {
  margin-top: -2px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  text-align: right
}
.testdirve-widget .cart-features-text.bottom-right-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  right: 0;
  margin-right: -9px
}
.testdirve-widget .cart-features-text.top-right-line {
  padding-bottom: 42px;
  padding-left: 42px;
  background: url(../i/home/test-drive/top-right-line.png) 0 100% no-repeat
}
.testdirve-widget .cart-features-text.top-right-line span {
  display: block;
  margin-top: 0;
  margin-left: 1px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}
.testdirve-widget .cart-features-text.top-right-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  right: 0;
  margin-right: -9px
}
.testdirve-widget .cart-features-text.top-left-line {
  padding-bottom: 42px;
  padding-right: 42px;
  background: url(../i/home/test-drive/top-left-line.png) 100% 100% no-repeat
}
.testdirve-widget .cart-features-text.top-left-line span {
  display: block;
  margin-top: 0;
  margin-left: 1px;
  position: relative;
  padding-right: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}
.testdirve-widget .cart-features-text.top-left-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin-left: -9px
}
.testdirve-widget .cart-features-text.straight-right-line span {
  display: block;
  margin-top: 0;
  margin-left: 1px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}
.testdirve-widget .cart-features-text.straight-right-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  right: 0;
  margin-right: -9px
}
.testdirve-widget .cart-features-text.straight-left-line span {
  display: block;
  margin-top: 0;
  margin-left: 1px;
  position: relative;
  padding-right: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  text-align: right
}
.testdirve-widget .cart-features-text.straight-left-line span:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 60%;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin-left: -9px
}
.fade-effect {
  opacity: 0
}
@keyframes pb {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.fade-in-element {
  animation: pb 1.4s
}
@keyframes qb {
  0% {
    opacity: .1
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  animation: fade, 2.5s
}
.item-gradient {
  background: #fff;
  background: linear-gradient(135deg, #000, #000 25%, #514a9d 50%, #24c6dc 75%, #514a9d);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all .9s
}
.item-gradient__img {
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen
}
.item-gradient:hover {
  background-position: 100% 100%
}
.img-hover-zoom {
  height: auto;
  overflow: hidden
}
.img-hover-zoom--brightness {
  transition: all 1.5s ease-in-out
}
.img-hover-zoom--brightness:hover {
  background-color: #000
}
.img-hover-zoom--brightness:hover img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform: scale(1.3)
}
.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center
}
.photobox__previewbox {
  position: relative;
  overflow: hidden;
  display: block
}
.photobox__preview {
  display: block;
  max-width: 100%
}
.photobox__previewbox:before {
  content: ""
}
.photobox_base .photobox__previewbox:before {
  width: 0;
  height: 0;
  padding: 25%;
  background-color: var(--photoboxOverlay, rgba(199, 0, 32, .5));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
  will-change: transform;
  transform: translate(-50%, -50%) scale(0)
}
.photobox_base:hover .photobox__previewbox:before {
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s)
}
.photobox_base.photobox__label {
  width: 95%;
  text-align: center;
  opacity: 0;
  transition: opacity calc(var(--photoboxAnimationDuration, .8s)/ 4) cubic-bezier(.71, .05, .29, .9), transform calc(var(--photoboxAnimationDuration, .8s)/ 4) cubic-bezier(.71, .05, .29, .9);
  will-change: opacity, transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3
}
.photobox_base:hover .photobox__label {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, .8s)/ 2);
  transition-delay: calc(var(--photoboxAnimationDuration, .8s)/ 4)
}
.photobox_base .photobox__preview {
  transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
  will-change: transform;
  transform: scale(1)
}
.photobox_base:hover .photobox__preview {
  transform: scale(1.08);
  cursor: pointer
}
.photobox_base_2 .photobox__previewbox:before {
  width: 100%;
  height: 100%;
  background-color: var(--photoboxOverlay, rgba(199, 0, 32, .5));
  opacity: 0;
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(.71, .05, .29, .9);
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
.photobox_base_2:hover .photobox__previewbox:before {
  opacity: 1
}
.photobox_base_2 .photobox__label {
  width: 98%;
  text-align: center;
  opacity: 0;
  transition: opacity calc(var(--photoboxAnimationDuration, .4s)/ 4) cubic-bezier(.71, .05, .29, .9);
  will-change: opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}
.photobox_base_2:hover .photobox__label {
  opacity: 1;
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transition-delay: calc(var(--photoboxAnimationDuration, .4s)/ 2)
}
.photobox_base_2 .photobox__preview {
  transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(.71, .05, .29, .9);
  will-change: transform;
  transform: scale(1) rotate(0)
}
.photobox_base_2:hover .photobox__preview {
  transform: scale(1.2) rotate(5deg)
}
.wrapper {
  margin: 0 auto;
  padding: 0 15px
}
@media (max-width:575px) {
  .wrapper {
    width: 100%;
    padding: 0 30px
  }
}
@media (min-width:576px) and (max-width:767px) {
  .wrapper {
    width: 540px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .wrapper {
    width: 720px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .wrapper {
    width: 960px
  }
}
@media (min-width:1200px) {
  .wrapper {
    width: 1200px
  }
}
.simple-page-heading {
  color: #1a1a1a;
  margin-bottom: 50px;
  margin-top: 50px
}
.simple-page-heading .heading-title {
  text-transform: uppercase;
  font-size: 1.675rem;
  line-height: 2.5rem;
  font-weight: 700;
  word-break: break-word
}
@media (min-width:575px) and (max-width:991px) {
  .simple-page-heading .heading-title {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}
@media (min-width:992px) {
  .simple-page-heading .heading-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 5px
  }
}
.simple-page-heading .heading-description {
  margin-left: 2px;
  font-size: 1rem;
  line-height: 1.5rem
}
@media (min-width:575px) and (max-width:991px) {
  .simple-page-heading .heading-description {
    font-size: 1.125rem;
    line-height: 1.625rem
  }
}
@media (min-width:992px) {
  .simple-page-heading .heading-description {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
.inner-page-content {
  position: relative
}
@media (max-width:574px) {
  .inner-page-content {
    padding-top: calc(43% + 30px)
  }
}
@media (min-width:575px) and (max-width:767px) {
  .inner-page-content {
    padding-top: 300px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .inner-page-content {
    padding-top: 400px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .inner-page-content {
    padding-top: 430px
  }
}
@media (min-width:1200px) {
  .inner-page-content {
    padding-top: 480px
  }
}
.inner-page-content--bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2
}
@media (max-width:574px) {
  .inner-page-content--bg {
    margin-top: 16%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .inner-page-content--bg {
    margin-top: 90px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .inner-page-content--bg {
    margin-top: 110px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .inner-page-content--bg {
    margin-top: 100px
  }
}
@media (min-width:1200px) {
  .inner-page-content--bg {
    margin-top: 10px
  }
}
.image-responsive {
  width: 100%;
  height: auto
}
.menu-arrow-selected:after {
  border-bottom-color: #fff !important;
  transition: all .3s ease-in-out
}
.parallax-img {
  height: 100%;
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.post-title {
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 3.3125rem;
  text-transform: uppercase;
  margin-bottom: 25px
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  word-break: break-word;
  text-align: left
}
.post-content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
.terms {
  background: #fff url(../i/home/back3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px 0
}
.terms ul {
  padding: 0;
  margin: 0
}
tr:nth-child(even) {
  background-color: #f2f2f2
}
tr:nth-child(odd) {
  background-color: #fff
}
td, th {
  padding: 10px
}
table, td, th {
  border: 1px solid #ddd;
  text-align: left
}
table {
  margin: 30px 0
}
.back2 {
  background-color: #d6d6d6
}
.terms ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 2px;
  margin-left: 20px;
  list-style: square
}
@media (max-width:574px) {
  .post-content h1 {
    font-size: 2.625rem;
    line-height: 3.25rem
  }
}
.post-content h2 {
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 3.3125rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
@media (max-width:574px) {
  .post-content h2 {
    font-size: 2.125rem;
    line-height: 2.75rem
  }
}
.post-content h3 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
@media (max-width:574px) {
  .post-content h3 {
    font-size: 1.875rem;
    line-height: 2.5rem
  }
}
.post-content h4 {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
@media (max-width:574px) {
  .post-content h4 {
    font-size: 1.6875rem;
    line-height: 2.3125rem
  }
}
.post-content h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
@media (max-width:574px) {
  .post-content h5 {
    font-size: 1.5rem;
    line-height: 2.125rem
  }
}
.post-content h6 {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 2.4375rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 50px
}
@media (max-width:574px) {
  .post-content h6 {
    font-size: 1.3125rem;
    line-height: 1.9375rem
  }
}
.post-content a {
  color: #c92726;
  text-decoration: underline
}
.post-content a:hover {
  text-decoration: none
}
.post-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 25px
}
.post-content figure {
  margin: 0 0 11px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.post-content figure.figure-left {
  float: left;
  margin-bottom: 0
}
@media (max-width:767px) {
  .post-content figure.figure-left {
    float: none;
    margin-bottom: 8px
  }
}
.post-content figure.figure-left img {
  max-width: 100%;
  display: block;
  margin-top: 8px;
  margin-right: 20px
}
@media (max-width:767px) {
  .post-content figure.figure-left img {
    margin-right: 0
  }
}
.post-content figure.figure-right {
  float: right;
  margin-bottom: 0
}
@media (max-width:767px) {
  .post-content figure.figure-right {
    float: none;
    margin-bottom: 8px
  }
}
.post-content figure.figure-right img {
  max-width: 100%;
  display: block;
  margin-top: 8px;
  margin-left: 20px
}
@media (max-width:767px) {
  .post-content figure.figure-right img {
    margin-left: 0
  }
}
.post-content figure.figure-center {
  display: block
}
.post-content figure.figure-center img {
  display: block;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:767px) {
  .post-content figure.figure-center img {
    width: 100%;
    height: auto
  }
}
.post-content figure figcaption {
  text-align: center;
  font-size: .9375rem;
  line-height: 1.375rem;
  margin-top: 16px
}
@media (max-width:767px) {
  .post-content figure figcaption {
    padding: 0 10%
  }
}
.post-content figure figcaption span {
  font-weight: 700
}
.post-content blockquote {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 20px 40px;
  text-align: center;
  position: relative;
  margin: 30px auto 20px;
  text-transform: uppercase;
  font-weight: 600
}
@media (max-width:574px) {
  .post-content blockquote {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .post-content blockquote {
    max-width: 83.33333%
  }
}
@media screen and (min-width:992px) {
  .post-content blockquote {
    max-width: 66.66667%
  }
}
.post-content blockquote:before {
  content: "\201C";
  color: #c92726;
  font-size: 4.5rem;
  position: absolute;
  left: 0;
  bottom: 45%;
  top: 45%
}
@media (max-width:574px) {
  .post-content blockquote:before {
    font-size: 3.5rem
  }
}
@media screen and (min-width:768px) {
  .post-content blockquote:before {
    margin-left: -20px
  }
}
.post-content blockquote:after {
  content: "\201D";
  color: #c92726;
  font-size: 4.5rem;
  position: absolute;
  right: 0;
  bottom: 45%;
  top: 45%
}
@media (max-width:574px) {
  .post-content blockquote:after {
    font-size: 3.5rem
  }
}
@media screen and (min-width:768px) {
  .post-content blockquote:after {
    margin-right: -20px
  }
}
.post-content .unordered-list:after, .post-content .unordered-list:before {
  display: table;
  line-height: 0;
  content: ""
}
.post-content .unordered-list:after {
  clear: both
}
.post-content .unordered-list li {
  color: #1a1a1a
}
.post-content .unordered-list li:before {
  content: "•";
  color: #c92726;
  margin-right: 10px;
  font-size: 1.5625rem;
  vertical-align: bottom
}
@media (max-width:424px) {
  .post-content .unordered-list li:before {
    margin-right: 4px
  }
}
.post-content .unordered-list li a {
  font-size: 1.125rem;
  color: #c92726
}
@media (max-width:374px) {
  .post-content .unordered-list li a {
    font-size: 1rem
  }
}
.post-content .unordered-list li a:hover {
  color: #c92726
}
.post-content .ordered-list:after, .post-content .ordered-list:before {
  display: table;
  line-height: 0;
  content: ""
}
.post-content .ordered-list:after {
  clear: both
}
.post-content .ordered-list li {
  color: #1a1a1a
}
.post-content .ordered-list li .list-number {
  font-size: 1.125rem;
  vertical-align: bottom;
  float: left;
  display: inline-block;
  margin-right: 10px;
  text-align: center
}
@media (max-width:424px) {
  .post-content .ordered-list li .list-number {
    margin-right: 7px
  }
}
.post-content .ordered-list li a {
  float: left;
  margin: 3px 0 0;
  font-size: 1.125rem;
  display: inline-block;
  color: #c92726;
  width: inherit
}
@media (max-width:374px) {
  .post-content .ordered-list li a {
    font-size: 1rem
  }
}
.post-content .ordered-list li a:hover {
  color: #c92726
}
.post-content .ordered-list li p {
  margin: 2px 0 0;
  float: left;
  width: 90%;
  display: inline-block
}
.post-content .styled-checkboxes-list li, .post-content .styled-radio-list li {
  margin-bottom: 10px;
  text-align: left
}
@media (max-width:767px) {
  .post-content .styled-checkboxes-list li, .post-content .styled-radio-list li {
    margin-bottom: 15px
  }
}
.noScrollSimple {
  overflow: hidden
}
#contact-page {
  padding-bottom: 10%
}
.contact-section .contact-title-box h3 {
  color: #1a1a1a;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 3px
}
.contact-section .contact-title-box span {
  font-size: 20px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-left: 3px;
  display: block
}
.contact-section .contact-info-box {
  margin-top: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.contact-section .contact-info-box .contact-left-side {
  width: 100%;
  max-width: 761px
}
.contact-section .contact-info-box .contact-left-side .contact-information {
  width: 100%
}
.contact-section .contact-info-box .contact-left-side .contact-information .contact-table-wrap {
  overflow-x: scroll
}
.contact-section .contact-info-box .contact-left-side .contact-information table {
  margin: 0;
  word-break: break-all;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 510px
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr {
  display: block
}
@media (min-width:320px) and (max-width:574px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr {
    margin-bottom: 25px
  }
}
@media (min-width:575px) and (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr {
    margin-bottom: 30px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr {
    margin-bottom: 45px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr {
    margin-bottom: 55px
  }
}
@media (min-width:1200px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr {
    margin-bottom: 85px
  }
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
  width: 30%;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  border: 0
}
@media (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
    font-size: 1rem;
    line-height: 1.625rem
  }
}
@media (min-width:320px) and (max-width:574px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
    width: 33%
  }
}
@media (min-width:575px) and (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
    width: 33%
  }
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr td {
  width: 525px;
  padding: 0;
  border: 0
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr td > div {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #1a1a1a;
  max-width: 27%;
  width: 100%;
  display: inline-block;
  text-transform: uppercase
}
@media (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
    font-size: .9375rem;
    line-height: 1.5625rem
  }
}
.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
  display: inline-block;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem
}
@media (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
    font-size: 1rem;
    line-height: 1.625rem
  }
}
@media (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-box {
    margin-top: 25px
  }
}
.contact-section .contact-info-box .contact-left-side .contact-box h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 35px
}
@media (max-width:767px) {
  .contact-section .contact-info-box .contact-left-side .contact-box h4 {
    margin-bottom: 25px
  }
}
.contact-section .contact-info-box .contact-right-side {
  width: 100%;
  max-width: 36%;
  padding: 2px 0 0 15px;
  display: none
}
@media (min-width:992px) {
  .contact-section .contact-info-box .contact-right-side {
    display: block
  }
}
@media (max-width:574px) {
  #about-page {
    padding-bottom: 10%
  }
}
#model-single-page {
  margin-bottom: 8%
}
@media (max-width:991px) {
  #elememts-page .blog-post-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#elememts-page .blog-post-wrapper .post {
  max-width: 75.2%;
  width: 100%
}
@media (max-width:991px) {
  #elememts-page .blog-post-wrapper .post {
    max-width: 100%
  }
}
#elememts-page .blog-post-wrapper .post .post-title {
  word-break: break-word
}
@media (max-width:574px) {
  #elememts-page .blog-post-wrapper .post .post-title {
    font-size: 2.125rem;
    line-height: 2.75rem
  }
}
@media (min-width:992px) {
  #elememts-page .blog-post-wrapper .post .post-title {
    padding-right: 40px
  }
}
.models-viewver-widget h1 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  color: #1a1a1a
}
.fixed-top-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #c90023;
  z-index: 99
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}
.fixed-top-bar .outer-box {
  position: relative;
  padding: 15px 0 0
}
::-webkit-input-placeholder {
  color: #a6a6a6
}
::-moz-input-placeholder {
  color: #a6a6a6
}
::-ms-input-placeholder {
  color: #a6a6a6
}
.btn-style-one {
  background-color: #353535;
  position: relative;
  font-size: 17px;
  color: #fff;
  padding: 11px 0 11px 0;
  line-height: 20px;
  font-weight: 700;
  border: none;
  background-color: #353535;
  width: 100%;
  text-align: center;
  text-transform: uppercase
}
.back22 {
  background-color: #920019;
  border: 1px solid #920019
}
.form-control {
  display: inline-block;
  width: 80%;
  padding: 12px 8px 12px 5px;
  border: none !important;
  font-size: 15px;
  color: #eaeaea;
	/*background-color: #920019 !important;*/
  background-color: #920019 ; 
	
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}






.form-icon {
  display: inline-block;
  width: 17%;
  color: #b1b1b1;
  font-size: 18px;
  text-align: center
}






.select1
{
	    display: inline-block;
    width: 90%;
    padding: 12px 8px 12px 20px;
	-webkit-appearance: none;
    border: none !important;
    font-size: 15px;
    color: #eaeaea;
    background-color: #920019 !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-group {
  background-clip: padding-box;
  margin-bottom: 1rem;
  width: 19%;
  display: inline-block
}
.header-box {
  position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    height: 55px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 28px;
  height: 36px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c22625;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c22625;
  border-radius: 50%;
  transition: all .2s
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%)
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 28px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: all ease .5s
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s
}
.video-overlay-close:hover {
  color: #fa183d
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}











#slider
{
  width:100%;
  position:relative;
  overflow:hidden;
  background-image: url("../images/mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100%;

}


@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
 
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{


  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h2{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt p{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/* main */
/* Reset */
a{text-decoration:none;color:inherit;}
html{width:100%;height:100%;}

/* Body */
body{
  background:#fff;
}








