@import url("selectize/selectize.css");
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: #252525;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.column {
  float: left;
}
.column.column33 {
  width: 33.333333%;
}
.column.column40 {
  width: 40%;
}
.column.column50 {
  width: 50%;
}
.column.column60 {
  width: 60%;
}
.column.column66 {
  width: 66.666666%;
}
.column.aside {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*========= GLOBAL ==========*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
::-webkit-input-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  font-family: "400";
  line-height: 20px;
  vertical-align: middle;
}
::-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  font-family: "400";
  line-height: 20px;
  vertical-align: middle;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  font-family: "400";
  line-height: 20px;
  vertical-align: middle;
}
/* ie */
input:-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  font-family: "400";
  line-height: 20px;
  vertical-align: middle;
}
body {
  font-size: 62.5%;
  line-height: 1;
}
a:hover {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  color: #ff3f49;
}
a:focus {
  outline: none;
}
.section-title,
h2 {
  font-size: 20px;
  font-family: "700";
  color: #343434;
  margin: 0 0 24px;
}
b {
  font-family: "700" !important;
}
p {
  font-size: 13px;
  font-family: "400";
  line-height: 18px;
}
p.medium {
  font-size: 18px;
  line-height: 24px;
}
button {
  outline: none;
}
.selectize-input > input {
  display: none !important;
}
.gmap_controls {
  opacity: 0;
}
#maptype {
  display: none;
}
#box {
  position: absolute;
  top: 0px;
  right: 0px;
}
#box ul {
  padding: 20px;
}
#box ul li {
  list-style: none;
  position: relative;
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 4px;
  background-color: #ff3f49;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#box ul li + li {
  margin-top: 4px;
}
#box ul li:first-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0px;
}
#box ul li:last-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0px;
}
#box ul.open li {
  opacity: 0;
  height: 3px;
}
#box ul.open li:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  opacity: 1;
}
#box ul.open li:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -12px;
  opacity: 1;
}
/*========= MODULE ==========*/
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.logo {
  text-indent: -9999pt;
  position: absolute;
  left: 0;
  top: 0;
  width: 159px;
  height: 153px;
  background: url("/assets/images/logo.png") no-repeat 0 0;
  z-index: 2000;
  float: left;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.printout,
.opener {
  color: #adadad;
  font-family: "500";
  font-size: 13px;
  float: right;
  margin: 0 0 10px;
}
.printout .ico-arrow-up-down,
.opener .ico-arrow-up-down {
  margin-right: 6px;
}
.printout span,
.opener span {
  vertical-align: middle;
}
.printout:hover,
.opener:hover {
  text-decoration: none;
  color: #fff;
}
.printout {
  margin: 0 60px 0 0;
}
.pillbox {
  font-family: "400";
  font-size: 13px;
  display: inline-block;
}
.pillbox a {
  color: #2f2f2f;
  padding: 12px 19px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.pillbox a i {
  margin-right: 3px;
}
.pillbox a span {
  vertical-align: middle;
}
.pillbox a.active {
  background: #fff;
}
.pillbox a:hover {
  text-decoration: none;
}
.locator {
  padding: 6px 12px;
  display: inline-block;
  font-size: 0px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.locator span {
  vertical-align: middle;
  font-size: 13px;
  color: #2f2f2f;
  font-family: "400";
}
.locator i {
  margin-right: 6px;
}
.flagbox {
  padding: 9px 18px;
  background-color: #e9e9e9;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 2px 0px #cbc8c3;
  -moz-box-shadow: 2px 2px 2px 0px #cbc8c3;
  box-shadow: 2px 2px 2px 0px #cbc8c3;
}
.flagbox span {
  font-size: 13px;
  color: #595959;
  line-height: 16px;
}
.flagbox span:first-child {
  margin-right: 20px;
}
.infowindow,
.servicebox {
  -webkit-box-shadow: 2px 2px 2px 0px #cbc8c3;
  -moz-box-shadow: 2px 2px 2px 0px #cbc8c3;
  box-shadow: 2px 2px 2px 0px #cbc8c3;
  width: 310px;
  background: #f5f5f5;
  padding: 40px 20px;
  min-height: 503px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.infowindow li,
.servicebox li {
  color: #2f2f2f;
  font-family: "400";
  font-size: 13px;
  padding: 15px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.infowindow li:first-child,
.servicebox li:first-child {
  padding-top: 0px;
}
.infowindow li:last-child,
.servicebox li:last-child {
  padding-bottom: 0px;
  border: none;
}
.infowindow li h2,
.servicebox li h2 {
  font-family: "300";
  font-size: 25px;
  margin: 0px;
}
.infowindow li p,
.servicebox li p {
  line-height: 16px;
  color: #747474;
}
.infowindow li .servicebox-label,
.servicebox li .servicebox-label {
  padding: 8px 10px;
  color: #fff;
  background: #ff3f49;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  margin-left: 4px;
}
.infowindow li .servicebox-label:first-child,
.servicebox li .servicebox-label:first-child {
  margin-left: 0px;
}
.infowindow li .servicebox-label span,
.servicebox li .servicebox-label span {
  vertical-align: middle;
}
.infowindow li .servicebox-label.neon-carrot,
.servicebox li .servicebox-label.neon-carrot {
  background-color: #FFA038;
}
.infowindow li .show-onmap,
.servicebox li .show-onmap {
  padding: 4px 10px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  margin: 7px 0 0;
  font-size: 0px;
}
.infowindow li .show-onmap .ico-location-small,
.servicebox li .show-onmap .ico-location-small {
  margin-right: 5px;
}
.infowindow li .show-onmap span,
.servicebox li .show-onmap span {
  vertical-align: middle;
  font-family: "400";
  font-size: 13px;
  color: #2f2f2f;
}
.infowindow li .phone-text,
.servicebox li .phone-text,
.infowindow li .phone-number,
.servicebox li .phone-number {
  color: #747474;
}
.infowindow li .phone-text,
.servicebox li .phone-text {
  font-family: "400";
  margin: 0 0 3px;
}
.infowindow li .phone-number,
.servicebox li .phone-number {
  font-family: "700";
}
.infowindow li .email,
.servicebox li .email {
  color: #0072bc;
}
.infowindow li.servicebox-address,
.servicebox li.servicebox-address {
  min-height: 112px;
}
.infowindow {
  min-height: inherit;
  background: #fff;
}
.infowindow li.servicebox-address {
  min-height: inherit;
}
.mapbox {
  background-color: #f5f5f5;
  width: 320px;
}
.mapbox .mapbox-content {
  padding: 40px 30px;
}
.mapbox .mapbox-content li {
  padding: 11px 0px;
  font-family: "700";
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  border-bottom: 1px solid #e0e0e0;
}
.mapbox .mapbox-content li:first-child {
  padding-top: 0px;
}
.mapbox .mapbox-content li:last-child {
  padding-bottom: 0px;
  border: none;
}
.mapbox .mapbox-content li .mapbox-address {
  font-family: "300";
  margin: 0 0 6px;
}
.mapbox .mapbox-content li .mapbox-phone {
  font-family: "300";
}
.mapbox .mapbox-content li .ico-direction {
  margin-right: 5px;
}
.mapbox .mapbox-content li .callcenter .ico-callcenter-small {
  margin-right: 2px;
}
.mapbox .mapbox-content li .callcenter .text {
  margin-right: 3px;
}
.button {
  display: inline-block;
  vertical-align: middle;
  font-family: "500";
  font-size: 18px;
  color: #fff !important;
  background-color: #ff3f49;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 8px 12px;
}
.button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.button.small {
  padding: 7px 12px;
  font-size: 13px;
}
.button.black {
  background: #000;
}
.button.yellow {
  background: #ffa200;
}
.button.white {
  background: #fff;
  color: #2f2f2f !important;
}
.button.white.red {
  background: #fff;
  color: #FE0036 !important;
}
.button.transparent {
  background-color: transparent;
  color: #2f2f2f !important;
}
.callcenter div {
  display: inline-block;
}
.callcenter i {
  margin-right: 7px;
}
.callcenter span,
.callcenter strong {
  vertical-align: middle;
  display: inline-block;
}
.callcenter .text {
  color: #fff;
  font-size: 18px;
  font-family: "700";
  margin-right: 9px;
}
.callcenter .number {
  font-size: 25px;
  font-family: "300";
  color: #ff0000;
}
.callcenter .number.number-bold {
  font-family: "700";
  margin-left: 4px;
}
.callcenter.small .text {
  font-size: 12px;
  color: #383838;
}
.callcenter.small .number {
  font-size: 17px;
}
.menu {
  margin: 0 0 0 193px;
  *zoom: 1;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu ul {
  *zoom: 1;
}
.menu ul:before,
.menu ul:after {
  content: " ";
  display: table;
}
.menu ul:after {
  clear: both;
}
.menu ul:before,
.menu ul:after {
  content: " ";
  display: table;
}
.menu ul:after {
  clear: both;
}
.menu ul li {
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu .top-menu {
  margin: 0 0 18px;
  padding: 12px 0 0 0;
}
.menu .top-menu li {
  margin: 0 0 0 24px;
  font-family: "400";
  font-size: 13px;
}
.menu .top-menu li:first-child {
  margin: 0px;
}
.menu .top-menu li a {
  color: #454545;
}
.menu .top-menu li a:hover {
  color: #ff3f49;
}
.menu .top-menu li.lang {
  float: right;
  margin: 0 27px 0 0;
}
.menu .top-menu li.lang ul li {
  margin-left: 6px;
}
.menu .top-menu li.lang ul li a.active {
  padding: 13px 4px 8px 4px;
  background-color: #e6e6e6;
}
.menu .main-menu {
  float: left;
  margin-top: 11px;
}
.menu .main-menu > li {
  font-family: "400";
  font-size: 16px;
  padding: 0 16px;
  background: url("/assets/images/divider.png") no-repeat top right;
}
.menu .main-menu > li > a {
  color: #282828;
  line-height: 45px;
}
.menu .main-menu > li > a:hover {
  color: #ff3f49;
}
.menu .main-menu > li.active {
  height: 46px;
  border-bottom: 5px solid #fa3e48;
}
.menu .main-menu > li.active > a {
  color: #ff3f49;
}
.menu .main-menu > li .menu-item-image {
  display: none;
}
.menu .main-menu > li.first {
  margin-left: -16px;
}
.menu .main-menu > li:last-child:after {
  width: 0px;
}
.menu .main-menu > li.top-menu-item {
  display: none;
}
.menu .main-menu > li.top-menu-item .menu-item-text {
  text-align: center!important;
  color: #252525;
  font-size: 15px;
  padding: 0!important;
  width: 100%!important;
}
.submenu {
  *zoom: 1;
  position: relative;
}
.submenu:before,
.submenu:after {
  content: " ";
  display: table;
}
.submenu:after {
  clear: both;
}
.submenu:before,
.submenu:after {
  content: " ";
  display: table;
}
.submenu:after {
  clear: both;
}
.submenu .submenu-sidebar {
  width: 173px;
  margin: 95px 0 0 0;
}
.submenu .submenu-sidebar > li {
  float: none;
}
.submenu .submenu-sidebar > li .submenu-content {
  width: 760px;
  font-size: 13px;
  line-height: 1;
  color: #252525;
  font-family: "300";
  display: none;
  position: absolute;
  left: 170px;
  padding: 112px 0 0 50px;
  top: -11px;
}
.submenu .submenu-sidebar > li .submenu-content h2 {
  font-size: 18px;
  font-family: "300";
  margin: 0 0 4px;
}
.submenu .submenu-sidebar > li .submenu-content p {
  width: 206px;
  color: #777777;
  font-size: 13px;
  line-height: 18px;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature {
  font-size: 0px;
  float: left;
  clear: left;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature div {
  float: none;
  padding: 7px 0px;
  border-top: 1px solid #d3d3d3;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature div:first-child {
  border: none;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature div span {
  font-size: 13px;
  width: 108px;
  display: inline-block;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature div span.submenu-quantity {
  font-family: "700";
  width: auto;
  padding-right: 40px;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-feature div.submenu-explore {
  border: none;
  margin: 17px 0 20px;
  padding: 0px;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-slogan {
  font-size: 24px;
  line-height: 25px;
  font-family: "700";
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.submenu .submenu-sidebar > li .submenu-content .submenu-image {
  float: right;
}
.submenu .submenu-sidebar > li > a {
  border-bottom: 1px solid #dbdbdb;
  display: block;
  padding: 9px 0;
}
.submenu .submenu-sidebar > li.sub-hover > a {
  color: #ff3f49;
}
.submenu .submenu-sidebar > li.sub-hover .submenu-image,
.submenu .submenu-sidebar > li.sub-hover .submenu-content {
  display: block;
}
.submenu .submenu-sidebar > li:last-child {
  border: none;
}
.submenu .submenu-sidebar > li > a {
  color: #252525;
  font-family: "700";
  font-size: 13px;
}
.navbar-toggle {
  display: none;
}
.navbar-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 4px;
  background-color: #ff3f49;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.pagenav-menu {
  text-align: center;
  font-size: 0;
}
.pagenav-menu li {
  display: inline-block;
  margin: 0 1px;
}
.pagenav-menu li a {
  color: #303030;
  font-family: "700";
  font-size: 13px;
  padding: 8px 13px;
  border: 1px solid transparent;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.pagenav-menu li a:hover {
  text-decoration: none;
}
.pagenav-menu li a .ico-location-small {
  margin-right: 8px;
}
.pagenav-menu li.active a {
  background-color: #ff3f49;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #fff;
}
.pagenav-menu li.active a:hover {
  border: 1px solid transparent;
}
.pagenav-menu li:hover a {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  border: 1px solid #cecece;
}
.pagenav-menu li.image a {
  font-size: 18px;
  font-family: "isuzu";
  color: #494949;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  letter-spacing: 0.3px;
  border: 1px solid #cecece;
  background: transparent;
}
.pagenav-menu li:last-child {
  margin: 0px;
}
.pagenav-menu li.pagenav-menu-title {
  font-size: 16px;
  font-family: "400";
  margin: 0 82px 0 4px;
}
.pagenav-menu-selectbox {
  font-family: "500";
  font-size: 14px;
  border: 1px solid #dedede;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  padding: 17px 15px;
  margin: 0 0 10px;
  text-align: center;
  display: none;
}
.pagenav-menu-selectbox select {
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  line-height: 100%;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.pagenav-menu-selectbox span {
  text-align: center;
  color: #4c4c4c;
}
.ico {
  display: inline-block;
  background: url("/assets/images/sprites.png") no-repeat 0 0;
}
.ico.ico-bwfacebook {
  background-position: -9px -8px;
  width: 8px;
  height: 16px;
}
.ico.ico-bwtwitter {
  background-position: -24px -9px;
  width: 17px;
  height: 14px;
  vertical-align: middle;
}
.ico.ico-bwlinkedin {
  background-position: -49px -7px;
  width: 16px;
  height: 15px;
}
.ico.ico-bwinstagram {
  background-position: -73px -8px;
  width: 17px;
  height: 17px;
}
.ico.ico-bwyoutube {
  background-position: -98px -8px;
  width: 17px;
  height: 16px;
}
.ico.ico-smfacebook {
  background-image: url("/assets/images/facebook-retina.png");
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.ico.ico-smtwitter {
  background-image: url("/assets/images/twitter-retina.png");
  background-position: 0 1px;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.ico.ico-mdfacebook {
  background-position: -72px -43px;
  width: 11px;
  height: 23px;
  vertical-align: middle;
}
.ico.ico-mdtwitter {
  background-position: -90px -45px;
  width: 24px;
  height: 20px;
  vertical-align: middle;
}
.ico.ico-mdlinkedin {
  background-position: -122px -43px;
  width: 23px;
  height: 22px;
  vertical-align: middle;
}
.ico.ico-mdinstagram {
  background-position: -153px -43px;
  width: 24px;
  height: 25px;
  vertical-align: text-top;
}
.ico.ico-mdyoutube {
  background-position: -187px -44px;
  width: 24px;
  height: 23px;
  vertical-align: text-top;
}
.ico.ico-callcenter {
  background-position: -7px -80px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.ico.ico-callcenter-small {
  background-position: -63px -91px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.ico.ico-leaflet {
  background-position: -90px -142px;
  width: 78px;
  height: 99px;
}
.ico.ico-leaflet-small {
  background-position: -244px -152px;
  width: 31px;
  height: 39px;
}
.ico.ico-prices {
  background-position: -292px -147px;
  width: 62px;
  height: 79px;
}
.ico.ico-location {
  background-position: -177px -146px;
  width: 51px;
  height: 81px;
}
.ico.ico-youtube {
  background-position: -132px -259px;
  width: 53px;
  height: 40px;
}
.ico.ico-fblike {
  background-position: -9px -244px;
  width: 57px;
  height: 57px;
}
.ico.ico-instagram {
  background-position: -78px -258px;
  width: 40px;
  height: 40px;
}
.ico.ico-npr10 {
  background-position: -156px -12px;
  width: 87px;
  height: 11px;
}
.ico.ico-whnpr10 {
  background-position: -249px -10px;
  width: 127px;
  height: 16px;
}
.ico.ico-location-small {
  background-position: -141px -10px;
  width: 13px;
  height: 16px;
  vertical-align: middle;
}
.ico.ico-close {
  background-position: -24px -49px;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
.ico.ico-fullscreen {
  background-position: -39px -49px;
  width: 21px;
  height: 19px;
  vertical-align: middle;
}
.ico.ico-direction {
  background-position: -56px -71px;
  width: 11px;
  height: 12px;
  vertical-align: middle;
}
.ico.ico-arrow-down {
  background-position: -8px -60px;
  width: 9px;
  height: 5px;
  vertical-align: middle;
}
.ico.ico-arrow-up-down {
  background-position: -118px -74px;
  width: 7px;
  height: 10px;
  vertical-align: middle;
}
.ico.ico-square {
  background-position: -74px -73px;
  width: 7px;
  height: 7px;
  vertical-align: middle;
}
.ico.ico-file {
  background-position: -130px -74px;
  width: 9px;
  height: 11px;
  vertical-align: middle;
  margin-right: 7px;
}
.ico.ico-file.ico-file-dark {
  background-position: -130px -89px;
}
.ico.ico-download {
  background-position: -130px -102px;
  width: 9px;
  height: 15px;
  vertical-align: middle;
  margin-right: 7px;
}
.ico.ico-download-white {
  background-position: -127px -119px;
  width: 16px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.ico.ico-dmax {
  background-position: -249px -34px;
  width: 91px;
  height: 15px;
  vertical-align: middle;
}
.ico.ico-success {
  background-position: -306px -56px;
  width: 72px;
  height: 72px;
  vertical-align: middle;
}
.ico.ico-user {
  background-position: -147px -76px;
  width: 18px;
  height: 19px;
}
.ico.ico-phone {
  width: 16px;
  height: 18px;
  background-position: -183px -76px;
}
.ico.ico-email {
  width: 18px;
  height: 14px;
  background-position: -221px -77px;
}
.ico.ico-message {
  width: 19px;
  height: 17px;
  background-position: -260px -76px;
}
.ico.ico-small-flag {
  width: 10px;
  height: 14px;
  vertical-align: middle;
}
.ico.ico-small-flag.ico-flag-yellow {
  background-position: -116px -102px;
}
.ico.ico-small-flag.ico-flag-red {
  background-position: -104px -102px;
}
.ico.ico-ok {
  width: 10px;
  height: 8px;
  background-position: -104px -75px;
  vertical-align: middle;
  margin-right: 4px;
}
.ico.ico-locator {
  width: 18px;
  height: 18px;
  background-position: -84px -70px;
  vertical-align: middle;
}
.ico.ico-time {
  width: 9px;
  height: 9px;
  background-position: -104px -88px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.ico.ico-plus {
  width: 13px;
  height: 13px;
  background-position: -113px -120px;
  vertical-align: middle;
}
.ico.ico-minus {
  width: 10px;
  height: 2px;
  background-position: -102px -135px;
  vertical-align: middle;
}
.ico.ico-arrow-down {
  width: 17px;
  height: 8px;
  background-position: -201px -108px;
  vertical-align: middle;
}
.ico.ico-route {
  width: 29px;
  height: 30px;
  background-position: -455px -63px;
  vertical-align: middle;
  margin-right: 15px;
}
.ico.ico-route-toggle {
  width: 90px;
  height: 90px;
  background-position: -396px -130px;
}
.ico.ico-red-flag {
  background-position: -469px -137px;
  width: 10px;
  height: 14px;
  margin-right: 6px;
}
.ico.ico-yellow-flag {
  background-position: -469px -116px;
  width: 10px;
  height: 14px;
  margin-right: 6px;
}
.ico.ico-yellowred-flag {
  background-position: -469px -155px;
  width: 10px;
  height: 14px;
  margin-right: 6px;
}
.label {
  padding: 9px 6px;
  font-family: "500";
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: #ff3f49;
  display: inline-block;
}
.label.black {
  background-color: #000;
}
.label-newyear {
  font-family: "300";
  padding: 0px 14px 0px 7px;
  line-height: 1.9em;
  font-size: 1.9em;
  position: relative;
  height: 35px;
  background-color: #EF434D;
  margin: 0 0 8px;
  color: #fff;
  display: inline-block;
}
.label-newyear:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 35px;
  background: url("/assets/images/kurdela-sag.png") no-repeat 0 0;
}
.label-banner {
  font-family: "700";
  font-size: 20px;
  color: #fff;
  padding: 10px 17px;
  float: left;
  clear: both;
}
.label-banner.large {
  font-size: 32px;
  padding: 21px 17px;
}
.label-banner.black {
  background-color: #000;
}
.label-banner.darkgrey {
  background-color: #353535;
}
.infobox {
  min-height: 247px;
  position: relative;
  font-family: "300";
  color: #fff;
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.infobox img {
  display: block;
}
.infobox h3 {
  font-size: 22px;
  font-family: "700";
  color: #4c4c4c;
}
.infobox h4 {
  font-size: 20px;
}
.infobox a {
  font-family: "700";
  font-size: 13px;
}
.infobox .npr {
  font-family: "isuzu";
  font-size: 18px;
  color: #434042;
  margin: 0 0 30px;
}
.infobox .infobox-text {
  position: absolute;
  left: 24px;
  top: 0px;
}
.infobox .infobox-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.infobox.infobox-slider {
  height: 494px;
}
.infobox.infobox-slider .label {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 99;
}
.infobox.infobox-slider h2 {
  font-size: 30px;
  width: 200px;
  color: #fff;
  font-family: "300";
  margin-top: 60px;
}
.infobox.infobox-slider .infobox-text {
  top: 24px;
}
.infobox.infobox-slider .rsContent {
  background: #000;
}
.infobox.infobox-slider .rsImage {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  opacity: 0.8;
}
.infobox.infobox-slider .rsImage:hover {
  opacity: 1;
}
.infobox.infobox-top .infobox-text {
  top: 30px;
}
.infobox.infobox-top .infobox-text h3 {
  margin-bottom: 16px;
}
.infobox.infobox-top .infobox-text h4 {
  color: #636363;
}
.infobox.infobox-leaflet .infobox-text {
  top: 45px;
}
.infobox.infobox-leaflet .infobox-text i {
  margin-bottom: 2px;
}
.infobox.infobox-prices .infobox-text,
.infobox.infobox-offices .infobox-text {
  top: 54px;
}
.infobox.infobox-prices .infobox-text i,
.infobox.infobox-offices .infobox-text i {
  margin-bottom: 15px;
}
.infobox.infobox-about .infobox-text {
  top: 60px;
}
.infobox.infobox-about .infobox-text img {
  margin: 0 0 24px;
}
.infobox.infobox-turqouise .infobox-text {
  top: 76px;
}
.infobox.infobox-turqouise .infobox-text .npr {
  font-size: 15px;
  margin: 0 0 10px;
}
.infobox.infobox-turqouise .infobox-text h3 {
  font-size: 20px;
}
.infobox.infobox-youtube .infobox-text {
  top: 105px;
}
.infobox.infobox-youtube .infobox-text i {
  margin-bottom: 8px;
}
.infobox.infobox-facebook {
  background-color: #0054a6;
}
.infobox.infobox-facebook .infobox-text {
  top: 35px;
}
.infobox.infobox-facebook .infobox-text .follower {
  font-family: "700";
  font-size: 14px;
}
.infobox.infobox-facebook .infobox-text i {
  margin: 35px 0px 40px 105px;
}
.infobox.infobox-instagram .infobox-text {
  top: 130px;
}
.infobox.infobox-service .infobox-text {
  color: #fff;
  top: 60px;
}
.infobox.infobox-service .infobox-text i {
  margin: 0 0 10px;
}
.infobox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.infobox:hover:before {
  opacity: 0;
}
.filter {
  width: 312px;
  display: inline-block;
}
.filter.filter-properties {
  margin-left: 12px;
  font-family: "300";
  display: none;
}
.filter.filter-properties .selectize-control.single .selectize-input:after {
  border-color: #fff transparent transparent transparent;
}
.filter.filter-properties .selectize-input {
  background-color: #515151;
  color: #fff;
}
.filter.filter-properties .selectize-input.input-active {
  background-color: #515151;
  color: #fff;
}
.filter.filter-properties .selectize-input.dropdown-active:after {
  border-color: transparent transparent #808080 transparent;
}
.filter.filter-properties .selectize-dropdown {
  background-color: #515151;
  color: #fff;
}
.filter.filter-properties .selectize-dropdown .active {
  background-color: #4D4D4D;
  color: #fff;
}
.filter.filter-route {
  margin: auto;
  display: none;
}
.filter.filter-route .ico-route {
  position: absolute;
  left: 17px;
  top: 5px;
}
.filter.filter-route .selectize-input {
  background: #efefef;
}
.share {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "500";
  font-size: 13px;
}
.share span {
  color: #383838;
  display: inline-block;
  vertical-align: middle;
}
.share span,
.share a {
  margin-right: 2px;
}
.share a:first-child {
  margin-right: 12px;
}
.share a:last-child {
  margin-right: 0;
}
.featurebox {
  width: 33.3333%;
  height: 464px;
  float: left;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.featurebox .featurebox-description {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 40px;
  max-height: 154px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  z-index: 12;
}
.featurebox .featurebox-description.dark h2 {
  color: #000;
}
.featurebox .featurebox-description.dark p {
  color: #000;
  opacity: 0.4;
}
.featurebox .featurebox-description.dark .featurebox-close,
.featurebox .featurebox-description.dark .featurebox-detail {
  color: #000;
}
.featurebox .featurebox-description.light h2 {
  color: #fff;
}
.featurebox .featurebox-description.light p {
  color: #fff;
  opacity: 0.7;
}
.featurebox .featurebox-description.light .featurebox-close,
.featurebox .featurebox-description.light .featurebox-detail {
  color: #fff;
}
.featurebox .featurebox-description h4 {
  color: #000;
  font-size: 14px;
  font-family: "500";
  margin: 0 0 8px;
}
.featurebox .featurebox-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 150%;
  width: 150%;
  -webkit-box-shadow: inset 0px -10px 25px 0px;
  -moz-box-shadow: inset 0px -10px 25px 0px;
  box-shadow: inset 0px -10px 25px 0px;
  color: transparent;
}
.featurebox .featurebox-description.featurebox-description-nodetail {
  bottom: 23px;
  max-height: 215px;
}
.featurebox .featurebox-description.featurebox-description-nodetail:after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.featurebox:after {
  content: "";
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.featurebox .featurebox-close,
.featurebox .featurebox-detail {
  font-size: 13px;
  position: absolute;
  bottom: 13px;
  padding: 10px;
  left: 13px;
  font-family: "500";
  z-index: 100;
  opacity: 1;
}
.featurebox .featurebox-detail {
  z-index: 10;
}
.featurebox .featurebox-close {
  opacity: 0;
  z-index: 9;
}
.featurebox h2 {
  font-family: "300";
  font-size: 26px;
  line-height: 28px;
  color: #cdcdcd;
  margin: 0;
}
.featurebox p {
  font-family: "500";
  font-size: 13px;
  line-height: 18px;
  margin: 13px 0 0;
  color: #5e5e5e;
}
.featurebox.featurebox-engine {
  background-image: url("/assets/images/feature/feature1.jpg");
  background-color: #fff;
  background-position: center 44px;
}
.featurebox.featurebox-engine:after {
  background-color: #fff;
}
.featurebox.featurebox-engine .featurebox-description:after {
  color: #fff;
}
.featurebox.featurebox-gearbox {
  background-image: url("/assets/images/feature/feature2.jpg");
  background-color: #4453da;
  background-position: center 44px;
}
.featurebox.featurebox-gearbox .featurebox-description:after {
  color: #4453DA;
}
.featurebox.featurebox-hexapod {
  background-image: url("/assets/images/feature/feature3.jpg");
  background-color: #252525;
  background-position: center 52px;
}
.featurebox.featurebox-hexapod .featurebox-description:after {
  color: #252525;
}
.featurebox.featurebox-filter {
  background-image: url("/assets/images/feature/feature4.jpg");
  background-color: #fdfdfd;
  background-position: center 62px;
}
.featurebox.featurebox-filter:after {
  background-color: #FDFDFD;
}
.featurebox.featurebox-filter .featurebox-description:after {
  color: #FDFDFD;
}
.featurebox.featurebox-break {
  background-image: url("/assets/images/feature/feature5.jpg");
  background-color: #eee;
  background-position: center 75px;
}
.featurebox.featurebox-break:after {
  background-color: #eee;
}
.featurebox.featurebox-break .featurebox-description:after {
  color: #EEEEEE;
}
.featurebox.featurebox-comfort {
  background-image: url("/assets/images/feature/feature6.jpg");
}
.featurebox.featurebox-visigo {
  background-image: url("/assets/images/feature/ferah-tasarlanmis-ic-mekan.png");
  background-color: #98546D;
}
.featurebox.featurebox-visigo .featurebox-description:after {
  color: #98546D;
}
.featurebox.featurebox-novo {
  background-image: url("/assets/images/feature/novo-havaliklar.jpg");
  background-color: #424F65;
  background-position: center 0;
}
.featurebox.featurebox-inner-design {
  background-image: url("/assets/images/feature/novo-lux-ic-tasarim.jpg");
  background-color: #A87548;
  background-position: center 0;
}
.featurebox.featurebox-design-novociti {
  background-image: url("/assets/images/feature/novo-citi-ic-tasarim.png");
  background-color: #A87548;
  background-position: center 0;
}
.featurebox.featurebox-glass {
  background-image: url("/assets/images/feature/panoramik-cam.png");
  background-color: #363636;
}
.featurebox.featurebox-glass .featurebox-description:after {
  color: #363636;
}
.featurebox.featurebox-disabled {
  background-image: url("/assets/images/feature/citiport-engelli-rampa.jpg");
  background-color: #272822;
}
.featurebox.featurebox-tailgate {
  background-image: url("/assets/images/feature/ergonomik-bagaj-kapagi.png");
  background-color: #d4d4d4;
  background-position: center 36px;
}
.featurebox.featurebox-tailgate .featurebox-description:after {
  color: #d4d4d4;
}
.featurebox.featurebox-key {
  background-image: url("/assets/images/feature/uzaktan-kumandali.png");
  background-color: #ff4a13;
  background-position: center 67px;
}
.featurebox.featurebox-key .featurebox-description:after {
  color: #ff4a13;
}
.featurebox.featurebox-aerodynamic {
  background-image: url("/assets/images/feature/gelismis-aerodinamik-yapi.png");
  background-color: #4b7dc6;
  background-position: -120px 75px;
}
.featurebox.featurebox-aerodynamic .featurebox-description:after {
  color: #4b7dc6;
}
.featurebox.featurebox-maxcomfort {
  background-image: url("/assets/images/feature/maksimum-konfor.png");
}
.featurebox.featurebox-baggage {
  background-image: url("/assets/images/feature/yuksek-bagaj-kapasitesi.png");
  background-color: #373737;
  background-position: center 81px;
}
.featurebox.featurebox-baggage .featurebox-description:after {
  color: #373737;
}
.featurebox.featurebox-door {
  background-image: url("/assets/images/feature/cift-kanatli-kapilar.png");
  background-color: #2ca6c0;
  background-position: center 40px;
}
.featurebox.featurebox-suspension {
  background-image: url("/assets/images/feature/havali-arka-suspansiyon.png");
  background-color: #323749;
  background-position: center 40px;
}
.featurebox.featurebox-longwide {
  background-image: url("/assets/images/feature/segmentinin-en-uzun-araci.png");
  background-color: #e1e1e1;
  background-position: center 82px;
}
.featurebox.featurebox-longwide:after {
  background-color: #E1E1E1;
}
.featurebox.featurebox-longwide .featurebox-description:after {
  color: #E1E1E1;
}
.featurebox.featurebox-skin {
  background-image: url("/assets/images/feature/ayirt-edici-dis-gorunum.png");
}
.featurebox.featurebox-panel {
  background-image: url("/assets/images/feature/gosterge-paneli.png");
}
.featurebox.featurebox-options {
  background-image: url("/assets/images/feature/100denfazla-koltuk.png");
}
.featurebox.featurebox-euro5 {
  background-image: url("/assets/images/feature/euro5.png");
  background-color: #76b927;
  background-position: center 89px;
}
.featurebox.featurebox-euro5 .featurebox-description:after {
  color: #76B927;
}
.featurebox.featurebox-busseat {
  background-image: url("/assets/images/feature/bus_seat.png");
  background-color: #22bdaa;
  background-position: center 23px;
}
.featurebox.featurebox-busseat .featurebox-description:after {
  color: #22bdaa;
}
.featurebox.featurebox-last {
  background-image: url("/assets/images/feature/feature6.jpg");
}
.featurebox.featurebox-last .featurebox-description {
  max-height: 260px;
}
.featurebox.featurebox-last .featurebox-description p {
  margin: 24px 0 21px;
}
.featurebox.featurebox-kampana {
  background-image: url("/assets/images/feature/kampana-fren.jpg");
  background-color: #EFEFEF;
  background-position: center 60px;
}
.featurebox.featurebox-kampana:after {
  background-color: #EFEFEF;
}
.featurebox.featurebox-dmax1 {
  background-image: url("/assets/images/feature/dmax1.png");
  background-color: #0b0b0b;
}
.featurebox.featurebox-dmax1 .featurebox-description:after {
  color: #0b0b0b;
}
.featurebox.featurebox-dmax2 {
  background-image: url("/assets/images/feature/dmax2.png");
  background-color: #101010;
}
.featurebox.featurebox-dmax2 .featurebox-description:after {
  color: #101010;
}
.featurebox.featurebox-dmax3 {
  background-image: url("/assets/images/feature/dmax3.png");
  background-color: #141414;
}
.featurebox.featurebox-dmax4 {
  background-image: url("/assets/images/feature/dmax4.png");
  background-color: #0c0c0c;
}
.featurebox.featurebox-dmax5 {
  background-image: url("/assets/images/feature/dmax5.png");
  background-color: #171717;
}
.featurebox.featurebox-dmax6 {
  background-image: url("/assets/images/feature/dmax6.png");
  background-color: #121212;
}
.featurebox.featurebox-dmax3 .featurebox-description h2,
.featurebox.featurebox-dmax4 .featurebox-description h2,
.featurebox.featurebox-dmax5 .featurebox-description h2 {
  margin: 0px;
}
.featurebox.featurebox-dmax:after {
  background-color: #000;
}
.featurebox.featurebox-dmax .featurebox-description:after {
  color: #0b0b0b;
}
.featurebox.featurebox-dmax a {
  color: #fff;
}
.featurebox.animate {
  cursor: pointer;
}
.featurebox.animate .featurebox-close {
  opacity: 1;
  z-index: 10;
}
.featurebox.animate .featurebox-detail {
  opacity: 0;
  z-index: 9;
}
.featurebox.animate:after {
  opacity: 1;
}
.featurebox.animate .featurebox-overlay {
  opacity: 1;
}
.featurebox.animate .featurebox-description {
  right: 7px;
  padding-right: 30px;
  min-height: 370px;
  max-height: 370px;
}
.table-wrapper {
  padding: 28px 23px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 30px;
}
.table {
  font-family: "400";
  font-size: 12px;
  color: #6d6d6d;
  width: 100%;
  text-align: right;
}
.table tr td {
  line-height: 15px;
  padding: 9px 24px 9px 0px;
  background-color: #f2f2f2;
  vertical-align: middle;
  border: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.table tr td:first-child {
  text-align: left;
  padding-left: 24px;
}
.table tr td:last-child {
  padding-right: 24px;
}
.table tr th {
  font-size: 13px;
  line-height: 15px;
  font-family: "300";
  padding: 15px 0px;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  padding-right: 24px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.table tr th:first-child {
  padding-left: 24px;
}
.table tr th:last-child {
  padding-right: 24px;
}
.table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.table tr:nth-child(odd) td {
  background-color: #e6e6e6;
}
.table tr.row-title td {
  cursor: pointer;
  background-color: #333333 !important;
}
.table tr.row-title td:first-child {
  padding-left: 24px;
}
.table.table-dark {
  color: #acacac;
}
.table.table-dark td {
  background-color: #3d3d3d;
  border: none;
}
.table.table-dark td .ico-arrow-down {
  margin-left: 7px;
}
.table.table-dark th {
  font-size: 15px;
  line-height: 20px;
  font-family: "300";
  border-bottom: 1px solid #3d3d3d;
  background-color: transparent;
}
.table.table-dark th.hover {
  color: #fff;
  font-family: "700";
}
.table.table-dark tbody.row-title {
  cursor: pointer;
  color: #646464;
  font-size: 18px;
  font-family: "400";
}
.table.table-dark tbody.row-title td {
  padding-left: 12px;
  background: transparent !important;
  border-bottom: 1px solid #373737!important;
}
.table.table-dark tr:last-child td {
  border-bottom: none;
}
.table.table-dark tr:nth-child(odd) td {
  background-color: #2f2f2f;
}
.table.table-dark tr:nth-child(odd) td.hover {
  background-color: #d23840;
  color: #fff;
}
.table.table-dark tr:nth-child(even) td {
  background-color: #373737;
}
.table.table-dark tr:nth-child(even) td.hover {
  background-color: #ff3f49;
  color: #fff;
}
.list {
  color: #9d9d9d;
  font-family: "400";
  font-size: 11px;
}
.list li {
  line-height: 14px;
  margin: 0 0 9px;
}
.list li:last-child {
  margin: 0px;
}
.list.list-number {
  list-style-type: decimal;
}
.list.list-arrow li {
  position: relative;
  padding: 0 0 0 18px;
}
.list.list-arrow li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 6px;
  height: 11px;
  background: url("/assets/images/sprites.png") no-repeat -104px -119px;
}
.list.list-medium {
  font-size: 14px;
}
.list.list-medium li {
  line-height: 25px;
}
.timeline {
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.timeline .line {
  position: absolute;
  left: 50%;
  /* top: 0px; */
  background: #ff3f49;
  width: 2px;
}
.timeline .timeslot {
  width: 435px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  font-family: "400";
  color: #000;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.timeline .timeslot h2 {
  color: #2e2e2e;
  font-size: 24px;
  font-family: "300";
  line-height: 26px;
  margin: 0 0 9px;
}
.timeline .timeslot .dot {
  background: #e8e8e8;
  position: absolute;
  top: 0px;
  right: -54px;
  z-index: 9;
}
.timeline .timeslot .dot .dot-pin {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 5px solid #ff3f49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.timeline .timeslot .dot.dot-large {
  right: -60.5px;
}
.timeline .timeslot .dot.dot-large .dot-pin {
  width: 30px;
  height: 30px;
}
.timeline .timeslot .timeslot-date {
  font-size: 16px;
  margin: 0 0 5px;
}
.timeline .timeslot.odd {
  right: 0px;
  left: auto;
  text-align: left;
}
.timeline .timeslot.odd .dot {
  left: -52px;
  right: auto;
}
.timeline .timeslot.odd .dot.dot-large {
  left: -59.5px;
}
.timeline.timeline-move {
  float: left;
}
.timeline.timeline-move .line {
  left: 213px;
}
.timeline.timeline-move .timeslot {
  position: relative;
  top: auto !important;
  left: 0px;
  right: auto;
  text-align: right;
  width: 180px;
  margin: 0 0 53px;
}
.timeline.timeline-move .timeslot .dot {
  right: -42px;
  left: auto;
}
.timeline.timeline-move .timeslot .dot.dot-large {
  left: auto;
  right: -49px;
}
.timeline.timeline-move .timeslot .timeslot-date {
  font-size: 15px;
}
.timeline.timeline-move .timeslot h2 {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 5px;
}
.timeline.timeline-move .timeslot img {
  width: 180px;
  height: 90px;
}
.timeline.timeline-circle .line {
  width: 4px;
}
.timeline.timeline-circle .timeslot {
  left: -85px;
}
.timeline.timeline-circle .timeslot .dot {
  background: #f5f5f5;
  right: -168px;
}
.timeline.timeline-circle .timeslot .dot .dot-pin {
  width: 99px;
  height: 99px;
}
.timeline.timeline-circle .timeslot .dot.dot-large {
  right: -190px;
}
.timeline.timeline-circle .timeslot .dot.dot-large .dot-pin {
  width: 141px;
  height: 141px;
}
.timeline.timeline-circle .timeslot .dot img {
  position: absolute;
  display: block;
  top: 23%;
  left: 7px;
  clip: circle(0, 0 50);
}
.timeline.timeline-circle .timeslot .timeslot-date {
  color: #ff0006;
  font-family: "700";
  font-size: 20px;
}
.timeline.timeline-circle .timeslot.odd {
  right: -50px;
  left: auto;
}
.timeline.timeline-circle .timeslot.odd .dot {
  right: auto;
  left: -131px;
}
.timeline.timeline-circle .timeslot.odd .dot.dot-large {
  left: -152px;
}
.article .article-title {
  font-family: "700";
  color: #323232;
  font-size: 20px;
  margin: 0 0 24px;
}
.article .article-headline {
  font-size: 17px;
  line-height: 24px;
  color: #6f6f6f;
  margin: 0 0 32px;
  font-family: "400";
}
.article .article-image {
  position: relative;
  margin: 0 0 46px;
}
.article .article-image .article-caption {
  position: absolute;
  left: 12px;
  bottom: 17px;
  color: #fff;
  font-family: "400";
  font-size: 14px;
}
.article p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 24px;
  font-family: "400";
}
.article p:last-child {
  margin: 0px;
}
.article .article-slider {
  margin: 0 0 55px;
}
.article .article-slider.royalSlider {
  width: 470px;
  height: auto;
}
.article .article-slider.royalSlider img {
  display: block;
  width: 100%;
  height: 100%;
}
.article .article-slider .rsBullets {
  bottom: -13px;
}
.article .download-title {
  color: #252525;
  font-family: "500";
  font-size: 16px;
  margin: 0 0 5px;
}
.form .field {
  position: relative;
  margin: 0 0 12px;
}
.form .field input[type="text"],
.form .field input[type="password"],
.form .field textarea {
  width: 340px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(223, 223, 223, 0.17);
  -moz-box-shadow: inset 0px 2px 1px 0px rgba(223, 223, 223, 0.17);
  box-shadow: inset 0px 2px 1px 0px rgba(223, 223, 223, 0.17);
  padding: 15px 11px 15px 51px;
  height: 41px;
  color: #000;
  font-size: 14px;
  font-family: "400";
  line-height: 1;
}
.form .field input[type="text"].error,
.form .field input[type="password"].error,
.form .field textarea.error {
  border: 2px solid #FF3F49;
}
.form .field .selectize-input {
  width: 340px;
  height: 41px;
  line-height: 24px;
}
.form .field .selectize-input input {
  height: 0px;
}
.form .field .field-error {
  margin: 7px 0 0;
  font-size: 13px;
  color: #FF3F49;
  font-family: "400";
}
.form .field input[type="submit"]:disabled {
  opacity: 0.5;
}
.form .field textarea {
  min-height: 156px;
  resize: none;
  padding-top: 11px;
}
.form .field .input-divider {
  position: absolute;
  top: 10px;
  left: 39px;
  width: 1px;
  height: 21px;
  background: #ccc;
}
.form .field .input-divider.error {
  background: #ed1c23;
}
.form .field i {
  position: absolute;
  left: 12px;
}
.form .field i.ico-user {
  top: 10px;
}
.form .field i.ico-email {
  top: 14px;
}
.form .field i.ico-phone {
  top: 12px;
}
.form .field i.ico-message {
  top: 13px;
}
.form .field:last-child {
  margin: 0px;
}
.form .field.field-submit {
  display: inline-block;
}
.form .field.field-submit input[type="submit"] {
  border: none;
}
.form .field .captcha {
  position: absolute;
  top: 6px;
  right: 0px;
}
.accordion .accordion-toggle {
  cursor: pointer;
  position: relative;
  font-family: "700";
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  padding: 12px 0 10px 30px;
}
.accordion .accordion-toggle:before {
  content: "";
  top: 16px;
  left: 0px;
  position: absolute;
  background: url("/assets/images/sprites.png") no-repeat -113px -120px;
  width: 13px;
  height: 13px;
}
.accordion .accordion-toggle.ui-state-active {
  padding-bottom: 12px;
}
.accordion .accordion-toggle.ui-state-active:before {
  width: 10px;
  height: 2px;
  background: url("/assets/images/sprites.png") no-repeat -102px -135px;
  top: 21px;
}
.accordion .accordion-content {
  display: none;
  color: #6f6f6f;
  font-family: "400";
  font-size: 14px;
  line-height: 21px;
  padding-left: 45px;
}
.accordion .accordion-content.ui-accordion-content-active {
  display: block;
}
.tabs .tab-nav {
  *zoom: 1;
  margin: 0 0 30px;
}
.tabs .tab-nav:before,
.tabs .tab-nav:after {
  content: " ";
  display: table;
}
.tabs .tab-nav:after {
  clear: both;
}
.tabs .tab-nav:before,
.tabs .tab-nav:after {
  content: " ";
  display: table;
}
.tabs .tab-nav:after {
  clear: both;
}
.tabs .tab-nav li {
  float: left;
}
.tabs .tab-nav li a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  padding: 8px 20px;
  color: #000;
  font-size: 13px;
  font-family: "700";
  border: 1px solid transparent;
}
.tabs .tab-nav li.ui-state-active a {
  border: 1px solid #cecece;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.legend {
  background-color: #fff;
  padding: 9px 18px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 2px 0px #cbc8c3;
  -moz-box-shadow: 2px 2px 2px 0px #cbc8c3;
  box-shadow: 2px 2px 2px 0px #cbc8c3;
}
.legend li {
  float: left;
  font-size: 13px;
  color: #595959;
  font-family: "400";
  margin-left: 19px;
}
.legend li:first-child {
  margin: 0px;
}
/*========= LAYOUT ==========*/
.layout-constrained {
  width: 960px;
  margin: 0 auto;
}
.layout-constrained.layout-constrained-wide {
  width: 1200px;
}
.layout-constrained.layout-constrained-logo {
  position: relative;
}
.layout-constrained.layout-constrained-relative {
  position: relative;
}
.layout-header {
  height: 100px;
  background: #fdfdfd url("/assets/images/ust-bar-bg.png") repeat-x 0 0;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #f1f1f1;
}
.layout-header:before {
  content: "";
  width: 1px;
  background: url("/assets/images/ust-menu-bg.png") repeat-x 0 bottom;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.layout-submenu {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  background: #eee;
  z-index: 100;
  display: none;
  height: 510px;
}
.layout-homebanner .homebanner {
  width: 100%;
}
.layout-homebanner .homebanner .rsOverflow {
  background-color: #fff;
}
.layout-homebanner .homebanner .bannerImage {
  width: 100%;
  background: #fff;
  height: 535px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.layout-homebanner .homebanner .rsSlide {
  background: #fff;
}
.layout-homebanner .homebanner .intro {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  position: absolute;
  top: 25%;
  color: #363636;
}
.layout-homebanner .homebanner .intro h4 {
  font-family: "isuzu";
  font-size: 20px;
  color: #3B3B3B;
  margin: 0 0 10px;
}
.layout-homebanner .homebanner .intro h3 {
  font-family: "700";
  font-size: 4.2em;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -3px;
}
.layout-homebanner .homebanner .intro h2 {
  font-family: "300";
  font-size: 1.6em;
  margin: 0 0 14px;
  line-height: 1.3em;
}
.layout-homebanner .homebanner .intro .button {
  clear: both;
  float: left;
  font-family: "300";
  font-size: 1.5em;
}
.layout-homebanner .homebanner .intro.intro-novo h3 {
  font-size: 3em;
}
.layout-homebanner .homebanner .intro.intro-novo h4 {
  font-size: 4.8em;
}

.layout-homebanner .homebanner .bannerImage.novociti {
  background-position: 50%;
  background-size: cover;
}

.layout-homebanner .homebanner .intro.intro-novociti{
  color: #fff;
}

.layout-homebanner .homebanner .intro.intro-novociti h4{
  font-family: '700';
  color: #fff;
}

.layout-homebanner .homebanner .intro.intro-novociti h2{
  font-family: '400';
  color: #fff; 
}

.layout-homebanner .homebanner .intro.intro-novociti h3 {
  font-size: 30px;
}

.layout-homebanner .homebanner .intro.intro-novociti h3 strong, .layout-homebanner .homebanner .intro.intro-novociti h3 strong span {
  font-family: 'isuzu';
  letter-spacing: 1px;
  font-size: 30px;
}

.layout-homebanner .homebanner .intro.intro-novociti h3 strong {
  font-size: 40px;
}

.layout-homebanner .homebanner .rsBullets {
  bottom: 45px;
}
.layout-homebanner .homebanner .intro-newyear h3 {
  font-size: 5em;
  color: #fff;
}
.layout-homebanner .homebanner .intro-campaign {
  color: #fff;
}
.layout-homebanner .homebanner .intro-campaign h3 {
  color: #FAE99B;
}
.layout-homebanner .homebanner .intro-campaign h4 {
  color: #fff;
  font-family: "700";
}
.layout-homebanner .homebanner .intro-campaign h2 {
  color: #BEBABB;
}
.layout-homebanner .homebanner .intro-nwide h4 {
  color: #fff;
  font-family: "500";
  font-size: 2em;
}
.layout-homebanner .homebanner .intro-nwide h3 {
  color: #fff;
  font-size: 2.8em;
  letter-spacing: -1px;
}
.layout-homebanner .homebanner .intro-nwide h2 {
  color: #fff;
  letter-spacing: -0.4px;
}

.layout-homebanner .homebanner .intro-tora h4 {
  color: #fff;
  font-family: "500";
  font-size: 2.9em;
  margin-bottom: 2px;
}
.layout-homebanner .homebanner .intro-tora h3 {
  color: #fff;
  font-size: 2em;
  letter-spacing: -1px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.layout-homebanner .homebanner .intro-tora h2 {
  color: #fff;
  letter-spacing: -0.4px;
}
.layout-homebanner .homebanner .intro-tora .tora-logo {
  display: block;
  width: 168px;
  height: 39px;
  background: url(/assets/images/tora-logo.png) no-repeat center;
}

.layout-banner .banner {
  width: 100%;
}
.layout-banner .banner .intro {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  max-width: 960px;
  margin: auto;
  position: relative;
  top: 146px;
  color: #363636;
}
.layout-banner .banner .intro h4 {
  font-family: "isuzu";
  font-size: 20px;
  color: #3B3B3B;
  margin: 0 0 10px;
}
.layout-banner .banner .intro h3 {
  font-family: "700";
  font-size: 4.2em;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -3px;
}
.layout-banner .banner .intro h2 {
  font-family: "300";
  font-size: 1.6em;
  margin: 0 0 14px;
  line-height: 1.4em;
}
.layout-banner .banner .intro .button {
  clear: both;
  float: left;
  font-family: "300";
  font-size: 1.5em;
}
.layout-banner .banner .rsBullets {
  bottom: 45px;
}
.layout-banner .banner .rsImg {
  position: absolute;
}
.layout-banner.layout-banner-fixedwidth {
  min-height: auto;
  margin-top: -5px;
}
.layout-banner.layout-banner-fixedwidth .banner {
  width: 1200px;
  margin: auto;
}
.layout-banner.layout-banner-fixedwidth .banner .rsBullets {
  bottom: 53px;
}
.layout-home {
  margin-bottom: 120px;
}
.layout-home.layout-home-type2 .row.row-last {
  margin-top: 60px;
}
.layout-pagenav {
  position: relative;
  background-color: #f5f5f5;
  padding: 0 0 60px;
}
.layout-pagenav.layout-pagenav-prices,
.layout-pagenav.layout-pagenav-press,
.layout-pagenav.layout-pagenav-contact {
  padding: 0 0 32px;
}
.layout-pagenav.layout-pagenav-prices .pagenav-menu li {
  margin: 0 25px 0 0;
}
.layout-pagenav.layout-pagenav-prices .pagenav-menu li:last-child {
  margin: 0px;
}
.layout-pagenav .pagenav {
  padding: 107px 0px 0px;
  position: relative;
  text-align: center;
}
.layout-pagenav .pagenav .pagenav-menu-selectbox {
  position: relative;
}
.layout-pagenav .pagenav .image img {
  display: block;
  margin: auto;
}
.layout-pagenav .pagenav h1,
.layout-pagenav .pagenav .pagenav-title {
  font-family: "700";
  color: #383838;
  font-size: 55px;
  text-align: center;
  line-height: 56px;
  margin: 0 0 40px;
  letter-spacing: -3px;
}
.layout-pagenav .locator {
  margin-left: 47px;
}
.layout-pagenav .pillbox {
  display: inline-block;
  margin: 0px 0 0 55px;
}
.layout-pagenav .filter-press-gallery,
.layout-pagenav .filter-news {
  margin: 32px auto 0px;
  display: block;
}
.layout-pagenav .pagenav-footer {
  margin: 56px 0 0;
  text-align: center;
  font-size: 0px;
}
.layout-pagenav.layout-pagenav-service .pagenav-footer {
  width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.layout-pagenav.layout-pagenav-service .pagenav-footer li {
  display: block;
  margin: auto;
}
.layout-pagenav.layout-pagenav-service .pagenav-footer li a {
  display: inline-block;
}
.layout-pagenav.layout-pagenav-route {
  padding: 12px 0;
  background-color: #fff;
}
.layout-pagenav.layout-pagenav-route .layout-constrained {
  position: relative;
}
.layout-pagenav.layout-pagenav-route .pagenav-menu {
  text-align: left;
}
.layout-pagenav.layout-pagenav-route .route-close {
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-radius-bottomleft: 22px;
  -moz-border-radius-bottomright: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background-color: #ff3f49;
  position: absolute;
  top: -12px;
  right: 5px;
  padding: 10.5px 11.1px;
}
.layout-intro {
  background: #333333;
}
.layout-intro .column {
  width: 33%;
}
.layout-intro .intro {
  padding: 24px 0 105px;
}
.layout-intro .intro h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 36px;
  font-family: "isuzu";
  letter-spacing: 0.3px;
  background: transparent;
}
.layout-intro .intro h1 span.indent {
  position: absolute;
  left: -9999px;
}
.layout-intro .intro h1 span {
  font-size: 24px;
  padding-left: 2px;
}
.layout-intro .intro p {
  color: #6e6e6e;
  font-family: "400";
}
.layout-intro .intro p.medium {
  color: #858585;
  padding-right: 15px;
}
.layout-intro .intro-catalog {
  padding-left: 26px;
  float: right;
}
.layout-intro .intro-catalog a {
  display: block;
  float: left;
  color: #fff;
}
.layout-intro .intro-catalog a:after {content:' ';display:block;height:0;overflow:hidden;clear:both;}
.layout-intro .intro-catalog a i {
  margin-right: 11px;
  float: left;
}
.layout-intro .intro-catalog a > span {
  float: left;
  font-family: "300";
  font-size: 20px;
  line-height: 22px;
}
.layout-intro .intro-catalog a > span span {
  display: block;
  font-family: "700";
  font-size: 13px;
  color: #818181;
}
.layout-intro .intro-catalog a img {
  display: block;
  float: left;
  margin-top: -36px;
  width: 150px;
}
.layout-product-image {
  position: relative;
  background-color: #333;
}
.layout-product-image img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 98;
}
.layout-product-image:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #f5f5f5;
  position: absolute;
}
.layout-features {
  background-color: #f7f7f7;
  padding: 0 0 75px;
}
.layout-features .features {
  padding: 54px 0 0;
  position: relative;
}
.layout-features .features ul {
  position: relative;
}
.layout-features .features ul li {
  position: absolute;
}
.layout-features .features .features-slider-container .features-last-slider {
  display: none;
  position: absolute;
  width: 100%;
  height: 467px;
  top: 33%;
  background: #252525;
  z-index: 1001;
}
.layout-features .features .features-slider-container .features-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1000;
  display: none;
}
.layout-features .features .features-slider-container .ico-close {
  position: absolute;
  top: 17px;
  right: 19px;
  z-index: 10000;
  padding: 20px;
  background: url("/assets/images/close.png") no-repeat center center;
}
.layout-features .features .features-slider-container .royalSlider .rsSlide {
  background: #252525 !important;
}
.layout-features .features .features-slider-container .royalSlider .rsSlide .rsImg {
  position: static;
  margin: 0 0 24px;
}
.layout-features .features .features-slider-container .royalSlider .rsSlide p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.layout-gallery {
  background-color: #ffffff;
  padding: 30px 0px;
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
}
.layout-gallery .royalSlider {
  width: 100%;
}
.layout-gallery .royalSlider .rsOverflow,
.layout-gallery .royalSlider .rsSlide,
.layout-gallery .royalSlider .rsThumbs {
  background-color: transparent;
}
.layout-gallery .royalSlider .rsOverflow {
  float: none;
}
.layout-gallery .royalSlider .rsImg {
  margin: 0px !important;
  width: 100%;
}
.layout-gallery .royalSlider .rsVideoContainer{
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.layout-gallery .rsSlide {
  background: #fff;
}
.layout-gallery .rsThumb {
  height: 75px;
}
.layout-gallery .tabs {
  position: relative;
  width: 100%;
}
.layout-gallery .tabs .tab-nav {
  position: absolute;
  top: -41px;
  left: 216px;
}
.layout-technical-spec {
  padding: 60px 0px;
  background-color: #333333;
}
.layout-technical-spec .table {
  margin: 0 0 20px;
}
.layout-technical-spec .table .row-content {
  cursor: pointer;
  display: none;
}
.layout-technical-spec .table .row-content.visible {
  display: table-row-group;
}
.layout-technical-spec h2 {
  color: #fff;
}
.layout-technical-spec h2 span {
  display: none;
}
.layout-technical-spec p {
  font-size: 11px;
  color: #545454;
  line-height: 16px;
}
.layout-technical-spec .drawing-text {
  color: #6b6b6b;
  font-size: 16px;
  float: left;
  margin: 26px 0 0 0;
  min-width: 174px;
  font-family: "300";
}
.layout-technical-spec .technical-spec-drawing {
  margin-top: 40px;
}
.layout-technical-spec .technical-spec-drawing li {
  font-family: "400";
  margin: 0 0 50px;
  *zoom: 1;
}
.layout-technical-spec .technical-spec-drawing li:last-child {
  margin: 0px;
}
.layout-technical-spec .technical-spec-drawing li:before,
.layout-technical-spec .technical-spec-drawing li:after {
  content: " ";
  display: table;
}
.layout-technical-spec .technical-spec-drawing li:after {
  clear: both;
}
.layout-technical-spec .technical-spec-drawing li:before,
.layout-technical-spec .technical-spec-drawing li:after {
  content: " ";
  display: table;
}
.layout-technical-spec .technical-spec-drawing li:after {
  clear: both;
}
.layout-technical-spec .technical-spec-drawing li .drawing-image .print {
  display: none;
}
.layout-technical-spec .technical-spec-drawing li .drawing-image {
  padding: 18px 0 0 0;
  float: left;
  position: relative;
  min-height: 276px;
  opacity: 0.4;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.layout-technical-spec .technical-spec-drawing li .drawing-image:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #292929;
  left: 0px;
  top: 12px;
}
.layout-technical-spec .technical-spec-drawing li .drawing-image:hover {
  opacity: 1;
}
.layout-technical-spec .technical-spec-drawing-wrapper .drawing-text {
  border-top: 1px solid #424242;
  float: none;
  margin-top: 60px;
  padding-top: 9px;
  padding-left: 12px;
  font-family: '400';
  font-size: 18px;
}
.layout-technical-spec .technical-spec-drawing-wrapper ul {
  margin-bottom: 20px;
  margin-top: 9px;
  background-color: #2f2f2f;
  padding: 40px 46px;
}
.layout-technical-spec .technical-spec-drawing-wrapper ul li .drawing-image:before {
  height: 65%;
  left: -9999px;
}
.layout-hardware-spec {
  background-color: #3d3d3d;
  padding: 30px 0px;
}
.layout-hardware-spec .table {
  margin: 0 0 40px;
}
.layout-hardware-spec .row-content {
  display: none;
}
.layout-hardware-spec .visible {
  display: table-row-group;
}
.layout-hardware-spec h2 {
  color: #fff;
  margin: 0 0 24px;
}
.layout-hardware-spec h2 span {
  display: none;
}
.layout-hardware-spec p {
  font-size: 11px;
  color: #545454;
  line-height: 16px;
}
.layout-price {
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.layout-price .table {
  margin: 0 0 110px;
}
.layout-price .table th span {
  display: block;
}
.layout-price .list {
  margin: 0 0 0 21px;
}
.layout-news {
  padding: 45px 0px;
  background: #e8e8e8;
}
.layout-news .news {
  display: none;
  position: relative;
  float: left;
  margin-left: 66px;
  width: 640px;
  font-size: 14px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.layout-news .news .news-close {
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background-color: #ff3f49;
  position: absolute;
  top: -35px;
  right: 21px;
  padding: 10.5px 11.1px;
}
.layout-news .news .news-banner {
  width: 640px;
}
.layout-news .news .news-banner .rsSlide img {
  display: block;
  width: 100%;
}
.layout-news .news .news-content {
  background: #fff;
  padding: 42px 42px 72px;
}
.layout-news .news .news-content .news-heading {
  margin: 0 0 30px;
  position: relative;
}
.layout-news .news .news-content .news-heading .date {
  color: #4f4f4f;
  font-family: "400";
}
.layout-news .news .news-content .news-heading .share {
  top: 0px;
  right: 6px;
}
.layout-news .news .news-content h2 {
  font-family: "700";
  font-size: 35px;
  line-height: 36px;
  color: #2e2e2e;
  margin: 0 0 24px;
  letter-spacing: -2px;
}
.layout-news .news .news-content h3 {
  font-family: "300";
  font-size: 20px;
  line-height: 26px;
  color: #737373;
  margin: 0 0 24px;
}
.layout-news .news .news-content p {
  color: #737373;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
.layout-news .timeline input {
  display: none;
}
.layout-news .timeline .line {
  display: none;
}
.layout-news .timeline .timeslot {
  position: relative;
  float: left;
  clear: both;
  top: 0px;
  min-height: 200px;
}
.layout-news .timeline .timeslot:before {
  content: "";
  position: absolute;
  right: -47px;
  background: #ff3f49;
  width: 2px;
  height: 100%;
}
.layout-news .timeline .timeslot .timeslot-date {
  font-family: "300";
}
.layout-news .timeline .timeslot:first-child {
  margin: 0px;
}
.layout-news .timeline .timeslot img {
  min-height: 200px;
  display: block;
  float: right;
}
.layout-news .timeline .timeslot h2 {
  margin: 0 0 12px;
}
.layout-news .timeline .timeslot.odd {
  float: right;
}
.layout-news .timeline .timeslot.odd img {
  float: left;
}
.layout-news .timeline .timeslot.odd:before {
  right: auto;
  left: -45px;
}
.layout-news .timeline.timeline-move .timeslot {
  margin: 0px !important;
}
.layout-news .timeline.timeline-move .timeslot img {
  display: inline;
  min-height: 90px;
}
.layout-news .timeline.timeline-move .timeslot:before {
  right: -35px;
  left: auto;
}
.layout-corporate {
  background-color: #f5f5f5;
  padding: 0 0 130px;
}
.layout-corporate .article {
  width: 470px;
  margin-right: 50px;
}
.layout-corporate .article .table {
  table-layout: fixed;
}
.layout-corporate .article .table tr td {
  text-align: left;
}
.layout-corporate .article .table tr th {
  border: none;
}
.layout-corporate .timeline {
  width: 410px;
}
.layout-corporate .timeline .line {
  height: 1020px;
}
.layout-corporate .timeline .timeslot {
  width: 172px;
}
.layout-corporate .timeline .timeslot .dot {
  background-color: #f5f5f5;
  right: -42px;
}
.layout-corporate .timeline .timeslot .dot.dot-large {
  right: -49.5px;
}
.layout-corporate .timeline .timeslot.odd .dot {
  left: -40px;
  right: auto;
}
.layout-corporate .timeline .timeslot .timeslot-date {
  color: #444444;
  font-size: 15px;
  line-height: 1;
}
.layout-corporate .timeline .timeslot h2 {
  font-size: 14px;
  line-height: 18px;
}
.layout-corporate .timeline .timeslot.odd .dot.dot-large {
  left: -47px;
}
.layout-corporate .timeline .timeslot.timeslot-important {
  color: #000;
}
.layout-corporate .timeline .timeslot.timeslot-important h2 {
  font-size: 20px;
  line-height: 22px;
}
.layout-corporate .timeline .timeslot.timeslot-important .timeslot-date {
  font-size: 20px;
  line-height: 22px;
}
.layout-about {
  background-color: #f5f5f5;
  padding: 54px 0 110px;
}
.layout-about .list-title {
  color: #323232;
  font-size: 16px;
  font-family: "700";
  margin: 0 0 34px;
}
.layout-about .list {
  margin: 0 0 35px;
}
.layout-about .image-wrapper {
  position: relative;
  margin: 0 0 45px;
}
.layout-about .about-timeline .timeslot {
  position: relative;
  width: 464px;
  height: 200px;
  margin: auto;
}
.layout-about .about-timeline .timeslot:last-child {
  height: 100px;
}
.layout-about .about-timeline .timeslot .timeslot-year {
  color: #fe3236;
  font-family: "700";
  font-size: 20px;
  margin: 0 0 4px;
}
.layout-about .about-timeline .timeslot .timeslot-description {
  color: #6f6f6f;
  font-size: 14px;
  font-family: "400";
  line-height: 1.2;
}
.layout-about .about-timeline .timeslot q {
  position: relative;
  display: block;
  font-family: "400italic";
  color: #6f6f6f;
  font-size: 13px;
  line-height: 18px;
  width: 340px;
  padding-left: 28px;
  text-align: left !important;
}
.layout-about .about-timeline .timeslot q:after,
.layout-about .about-timeline .timeslot q:before {
  content: '\201C';
  position: absolute;
  font-size: 48px;
  font-family: "700";
  color: #9c9c9c;
  width: 21px;
  height: 16px;
  line-height: 0.8;
}
.layout-about .about-timeline .timeslot q:before {
  top: 0px;
  left: 0px;
}
.layout-about .about-timeline .timeslot q:after {
  content: "\201D";
  bottom: -5px;
  padding-left: 7px;
}
.layout-about .about-timeline .timeslot .timeslot-right,
.layout-about .about-timeline .timeslot .timeslot-left,
.layout-about .about-timeline .timeslot img {
  position: absolute;
}
.layout-about .about-timeline .timeslot .timeslot-left {
  left: 71%;
}
.layout-about .about-timeline .timeslot .timeslot-right {
  right: 71%;
  text-align: right;
}
.layout-about .about-timeline .timeslot .timeslot-left,
.layout-about .about-timeline .timeslot .timeslot-right {
  top: 15%;
}
.layout-about .about-timeline .timeslot img {
  left: 50%;
  z-index: 100;
  margin-left: -50px;
}
.layout-about .about-timeline .timeslot:before {
  content: "";
  position: absolute;
  left: 50%;
  background: #ff3f49;
  width: 4px;
  height: 100%;
  margin-left: -4.5px;
}
.layout-about .about-timeline .timeslot.timeslot-large:after {
  width: 140px;
  height: 140px;
  margin: 0 -70px 0 0px;
}
.layout-about .about-timeline .timeslot.timeslot-large img {
  margin-left: -70px;
}
.layout-about .about-timeline .timeslot.timeslot-large .timeslot-left,
.layout-about .about-timeline .timeslot.timeslot-large .timeslot-right {
  top: 26%;
}
.layout-enviroment {
  background-color: #f5f5f5;
  padding: 54px 0;
}
.layout-enviroment .column:last-child {
  padding-left: 40px;
}
.layout-enviroment .list-title {
  color: #323232;
  font-size: 16px;
  font-family: "700";
  margin: 0 0 34px;
}
.layout-vehicle-prices {
  background: #f5f5f5;
  padding: 18px 0 220px;
}
.layout-vehicle-prices .table {
  margin: 64px 0 105px;
}
.layout-vehicle-prices .list {
  margin: 0 0 0 18px;
}
.layout-vehicle-prices a {
  color: #6f6f6f;
  font-size: 13px;
  font-family: "500";
  float: right;
  display: block;
}
.layout-vehicle-prices a.printout {
  margin-left: 30px;
}
.layout-vehicle-prices a:hover {
  color: #ff3f49;
}
.layout-map {
  position: relative;
  min-height: 650px;
  z-index: 10;
}
.layout-map .map-canvas {
  width: 100%;
  position: absolute;
  min-height: 650px;
  z-index: -1;
}
.layout-map .map .mapbox-container {
  position: absolute;
  right: 100px;
  top: 0px;
}
.layout-map .map .mapbox-container .fullscreen {
  float: right;
  margin: 20px 10px 44px 0px;
  right: 86px;
}
.layout-map .map .mapbox-container .fullscreen .ico-fullscreen {
  margin-left: 7px;
}
.layout-map .map .mapbox-container .mapbox {
  float: right;
  clear: both;
  -webkit-box-shadow: 2px 2px 2px 0px #cbc8c3;
  -moz-box-shadow: 2px 2px 2px 0px #cbc8c3;
  box-shadow: 2px 2px 2px 0px #cbc8c3;
}
.layout-map .map .servicebox {
  float: right;
  clear: both;
}
.layout-map .map .flagbox {
  float: left;
  margin-top: 20px;
}
.layout-map .legend {
  position: absolute;
  top: 12px;
}
.layout-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.layout-map:-webkit-full-screen .map-canvas {
  min-height: 100%;
}
.layout-map:-webkit-full-screen .map {
  display: none;
}
.layout-map:-moz-full-screen {
  width: 100%;
  height: 100%;
}
.layout-map:-moz-full-screen .map-canvas {
  min-height: 100%;
}
.layout-map:-moz-full-screen .map {
  display: none;
}
.layout-map:-ms-fullscreen {
  width: 100%;
  height: 100%;
}
.layout-map:-ms-fullscreen .map-canvas {
  min-height: 100%;
}
.layout-map:-ms-fullscreen .map {
  display: none;
}
.layout-map:full-screen {
  /*pre-spec */
  width: 100%;
  height: 100%;
}
.layout-map:full-screen .map-canvas {
  min-height: 100%;
}
.layout-map:full-screen .map {
  display: none;
}
.layout-map:fullscreen {
  /* spec */
  width: 100%;
  height: 100%;
}
.layout-map:fullscreen .map-canvas {
  min-height: 100%;
}
.layout-map:fullscreen .map {
  display: none;
}
.layout-service {
  padding: 44px 0px;
  background-color: #e8e8e8;
  text-align: center;
}
.layout-service .servicebox {
  display: inline-block;
  margin: 0 0 40px;
  text-align: left;
}
.layout-catalogs {
  padding: 60px 0px;
  background: url("/assets/images/wood.png") repeat 0px 0px;
}
.layout-catalogs .catalogs {
  *zoom: 1;
}
.layout-catalogs .catalogs:before,
.layout-catalogs .catalogs:after {
  content: " ";
  display: table;
}
.layout-catalogs .catalogs:after {
  clear: both;
}
.layout-catalogs .catalogs:before,
.layout-catalogs .catalogs:after {
  content: " ";
  display: table;
}
.layout-catalogs .catalogs:after {
  clear: both;
}
.layout-catalogs .catalogs li {
  width: 25%;
  float: left;
  font-family: "700";
  font-size: 13px;
  margin: 0 0 100px;
}
.layout-catalogs .catalogs li img {
  display: block;
  margin: 0 0 12px;
}
.layout-catalogs .catalogs li h2 {
  font-family: "300";
  font-size: 18px;
  color: #fff;
  margin: 0 0 4px;
}
.layout-catalogs .catalogs li b {
  display: block;
  color: #9c9c9c;
  margin: 0 0 13px;
}
.layout-catalogs .catalogs li .catalogs-text {
  margin-left: 20px;
}
.layout-press-gallery {
  padding: 60px 0px 30px;
  background: url("/assets/images/wood.png") repeat 0px 0px;
}
.layout-press-gallery .press-gallery {
  *zoom: 1;
}
.layout-press-gallery .press-gallery:before,
.layout-press-gallery .press-gallery:after {
  content: " ";
  display: table;
}
.layout-press-gallery .press-gallery:after {
  clear: both;
}
.layout-press-gallery .press-gallery:before,
.layout-press-gallery .press-gallery:after {
  content: " ";
  display: table;
}
.layout-press-gallery .press-gallery:after {
  clear: both;
}
.layout-press-gallery .press-gallery li {
  width: 25%;
  position: relative;
  float: left;
  margin: 0 0 54px;
}
.layout-press-gallery .press-gallery li h2 {
  font-family: "300";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 4px;
}
.layout-press-gallery .press-gallery li img {
  display: block;
  margin: 0 0 20px;
}
.layout-press-gallery .press-gallery li b {
  display: block;
  color: #9c9c9c;
  margin: 0 0 12px;
  font-size: 13px;
}
.layout-advertisement {
  background: #F5F5F5;
  padding: 0 0 80px;
}
.layout-advertisement .video-gallery.royalSlider {
  width: 960px;
}
.layout-advertisement .video-gallery .rsThumbs {
  width: 320px;
  padding: 15px 10px 20px;
  background: #363636;
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb {
  width: 100%;
  padding: 10px;
  height: 80px;
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb .rsTmbImg {
  width: auto;
  float: left;
  display: block;
  margin: 0 10px 0 0;
  width: 110px;
  height: 62px;
  background-image: url("http://placehold.it/110x62/fff");
  background-size: 100% auto;
  background-position: center center;
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb h2 {
  color: #d1d1d1;
  font-family: "700";
  font-size: 13px;
  margin: 0px 0 9px;
  padding: 10px 0 0;
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb .duration {
  font-size: 10px;
  color: #b8b8b8;
  font-family: "400";
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb .duration span {
  vertical-align: middle;
  line-height: 1.1;
}
.layout-advertisement .video-gallery .rsThumbs .rsThumb.rsNavSelected {
  background: #2d2d2d;
}
.layout-advertisement .video-mobile {
  display: none;
}
.layout-advertisement .video-mobile .rsBullets {
  bottom: -30px;
}
.layout-social {
  background-color: #f5f5f5;
  padding: 30px 0 100px;
}
.layout-social .social {
  text-align: center;
}
.layout-social .social span {
  display: inline-block;
  font-family: "300";
  font-size: 13px;
  margin-right: 30px;
}
.layout-social .social a {
  display: inline-block;
  margin-left: 50px;
}
.layout-social .social a.first-child {
  margin-left: 0px;
}
.layout-form {
  background-color: #383838;
  padding: 95px 0 120px;
}
.layout-form .form-description {
  font-family: "300";
  font-size: 19px;
  line-height: 25px;
  color: #b1b1b1;
  padding: 0 48px 0 140px;
}
.layout-form .field-submit {
  float: right;
}
.layout-form .form {
  width: 35%;
}
.layout-message {
  text-align: center;
  color: #fff;
  line-height: 1;
}
.layout-message.layout-message-success {
  font-family: "300";
  background-color: #383838;
  padding: 95px 0 120px;
}
.layout-message.layout-message-success .message-title {
  font-size: 28px;
  margin: 0 0 7px;
}
.layout-message.layout-message-success .message-description {
  font-size: 14px;
}
.layout-message.layout-message-success .ico-success {
  margin: 0 0 30px;
}
.layout-message.layout-message-fail {
  background-color: #ff3f49;
  font-family: "700";
  padding: 27px 0px;
}
.layout-message.layout-message-fail .message-title {
  font-size: 18px;
}
.layout-overlay {
  width: 100%;
  height: 100%;
  background: #242424;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}
.layout-route {
  position: relative;
}
.layout-route .route {
  position: relative;
  width: 100%;
  display: none;
}
.layout-route .route .route-canvas {
  position: absolute;
  height: 800px;
}
.layout-route .route .route-summary {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 320px;
  top: 20px;
  right: 0px;
  padding: 32px 22px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px 0px #cbc8c3;
  -moz-box-shadow: 0px 0px 2px 0px #cbc8c3;
  box-shadow: 0px 0px 2px 0px #cbc8c3;
}
.layout-route .route.first {
  display: block;
}
.layout-route .ico-route-toggle {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: none;
}
.layout-footer {
  background-color: #252525;
  z-index: 1;
  position: relative;
}
.layout-footer .layout-constrained {
  padding: 64px 0 44px;
  *zoom: 1;
}
.layout-footer .layout-constrained:before,
.layout-footer .layout-constrained:after {
  content: " ";
  display: table;
}
.layout-footer .layout-constrained:after {
  clear: both;
}
.layout-footer .layout-constrained:before,
.layout-footer .layout-constrained:after {
  content: " ";
  display: table;
}
.layout-footer .layout-constrained:after {
  clear: both;
}
.layout-footer .layout-constrained ul {
  float: left;
  margin: 0 0 0 76px;
}
.layout-footer .layout-constrained ul:first-child {
  margin: 0px;
}
.layout-footer .layout-constrained ul li {
  font-family: "400";
  font-size: 13px;
  line-height: 1;
  margin: 0 0 8px;
}
.layout-footer .layout-constrained ul li.link-title {
  color: #fff;
  margin: 0 0 16px;
}
.layout-footer .layout-constrained ul li a {
  color: #808080;
}
.layout-footer .layout-constrained ul li a:hover {
  color: #ff3f49;
}
.layout-footer-contact {
  background-color: #1e1e1e;
  padding: 30px 0px;
  *zoom: 1;
}
.layout-footer-contact:before,
.layout-footer-contact:after {
  content: " ";
  display: table;
}
.layout-footer-contact:after {
  clear: both;
}
.layout-footer-contact:before,
.layout-footer-contact:after {
  content: " ";
  display: table;
}
.layout-footer-contact:after {
  clear: both;
}
.layout-footer-contact .social-links {
  float: left;
  margin: 17px 0 0;
}
.layout-footer-contact .social-links a {
  float: left;
  opacity: 0.6;
  display: block;
  margin-left: 27px;
}
.layout-footer-contact .social-links a:first-child {
  margin-left: 0px;
}
.layout-footer-contact .social-links a:hover {
  opacity: 1;
}
.layout-footer-contact .callcenter {
  float: right;
}
.layout-footer-copyright {
  background-color: #171717;
  padding: 25px 0 60px;
}
.layout-footer-copyright .layout-constrained {
  *zoom: 1;
}
.layout-footer-copyright .layout-constrained:before,
.layout-footer-copyright .layout-constrained:after {
  content: " ";
  display: table;
}
.layout-footer-copyright .layout-constrained:after {
  clear: both;
}
.layout-footer-copyright .layout-constrained:before,
.layout-footer-copyright .layout-constrained:after {
  content: " ";
  display: table;
}
.layout-footer-copyright .layout-constrained:after {
  clear: both;
}
.layout-footer-copyright .anadolu {
  background: url("/assets/images/anadolu-logo.png") no-repeat 0 0;
  width: 108px;
  height: 35px;
  float: left;
}
.layout-footer-copyright .copyright {
  float: left;
  min-height: 47px;
  padding-left: 28px;
  padding-top: 8px;
  font-size: 13px;
}
.layout-footer-copyright .copyright a {
  font-family: "700";
  color: #525252;
  margin-left: 24px;
  margin-bottom: 11px;
}
.layout-footer-copyright .copyright a:first-child {
  margin-left: 0px;
}
.layout-footer-copyright .copyright a:hover {
  color: #ff3f49;
}
.layout-footer-copyright .copyright span {
  display: block;
  color: #373737;
  font-family: "500";
  margin-top: 10px;
}
.layout-footer-copyright .copyright .anadolu {
  display: none;
}
.layout-footer-copyright .isuzulogo {
  float: right;
  font-size: 13px;
  margin-top: 8px;
  background: url("/assets/images/isuzu-30yil-logo.png") no-repeat 0 0;
  width: 160px;
  height: 39px;
}
.layout-disclaimer {
  padding: 120px 0;
}
.layout-disclaimer p,
.layout-disclaimer h2 {
  color: #636363;
}
.layout-disclaimer h2 {
  font-family: "700";
  font-size: 16px;
  margin: 0 0 8px;
}
.layout-disclaimer p {
  width: 100%;
  font-size: 13px;
  font-family: "500";
  line-height: 20px;
}
.layout-disclaimer p.tr {
  margin: 0 0 78px;
}
.layout-404 {
  margin: 77px 0 0;
  color: #636363;
  padding: 0 30px 100px;
}
.layout-404 a {
  font-family: "500";
  font-size: 16px;
  color: #636363;
}
.layout-404 h2 {
  font-family: "300";
  margin: 0 0 14px;
  font-size: 30px;
}
.layout-404 h3 {
  font-family: "300";
  margin: 0 0 14px;
  font-size: 50px;
}
.layout-404 img {
  display: block;
  margin: 24px auto 0;
}

/* overlay at start */
.isuzuMainPopup.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ase-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */
.isuzuMainPopup.mfp-bg.mfp-ready {
  opacity: 0.6;
}
/* overlay animate out */
.isuzuMainPopup.mfp-bg.mfp-removing {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ase-out;
  transition: all 0.5s ease-out;
}

/* content at start */
.isuzuMainPopup.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.isuzuMainPopup.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.isuzuMainPopup.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.isuzuMainPopup .mfp-close {width: auto; position: absolute; color:#fff; top: 0; right: 10px;}
.isuzuPopup {position: relative; width: auto; margin: 0 auto; }
.isuzuPopup img {width: 100%;}
.dmaxLink { width: 100%; display: block; color: #fff; font-size: 12px; font-family: '700'; margin-top: 20px;}
.dmaxLink span {font-family: '400';}
.dmaxLink span i {content: ' '; display: inline-block; width: 9px; height: 9px; background: url(../images/arrow-right.png) no-repeat; background-size: 100%; }
.dmaxLink span:before {content: ' '; display: inline-block; width: 8px; height: 11px; margin-right: 5px; background: url(../images/cursor-icon.png) no-repeat; background-size: 100%;}
.dmaxLink:hover {color: #fff;}

/*isuzu color-option*/
#printContainer {width: 100%; position: relative; overflow: hidden;}
#tab4 .rsTmb h4 { width: 100%; font-family:'700'; font-size: 13px; position: absolute; bottom: 0;}
#venetian-red + span, #venetian-red h4 {border-bottom: 4px solid #bd2707; color: #bd2707; padding-left: 30px; }
#nautilus-blue + span, #nautilus-blue h4 {border-bottom: 4px solid #193865; color: #193865; padding-left: 35px; }
#ash-beige + span, #ash-beige h4 {border-bottom: 4px solid #dcc9b5; color: #dcc9b5; padding-left: 40px;}
#splash-white + span, #splash-white h4 {border-bottom: 4px solid #ebebeb; color: #ebebeb; padding-left: 55px;}
#cosmic-black + span, #cosmic-black h4 {border-bottom: 4px solid #2d2d2d; color: #2d2d2d; padding-left: 55px; }
#titanium-silver + span, #titanium-silver h4 {border-bottom: 4px solid #b9b9b9; color: #b9b9b9; padding-left: 25px; }
#mineral-gray + span, #mineral-gray h4 {border-bottom: 4px solid #3f4d58; color: #3f4d58; padding-left: 40px;}
#tundra-green + span, #tundra-green h4 {border-bottom: 4px solid #253232; color: #253232; padding-left: 45px;}

.switchWrap {  
  float: left;
  width: 100%;
  height: 30px;}

.switchButton {
  color: #adadad;
  font-family: "500";
  font-size: 13px;
  border: 1px solid #adadad;
  border-radius: 20px;
  padding: 5px 20px;
}

.switchButton.selected, .switchButton:hover, .switchButton:active {
  color: #333333;
  background-color: #adadad;
}

.layout-gallery.animate {transition:1s all ease; overflow: initial; margin-bottom: 70px;}
.layout-gallery .rsNav {transition:1s all ease;}
.layout-gallery.animate .rsNav {top: 10px !important;}



/*======= MULTI LANGUAGE =======*/
body.en.body-detail .layout-pagenav .pagenav h1,
body.en.body-detail .layout-pagenav .pagenav .pagenav-title {
  margin: 0px;
}
body.en .layout-footer-copyright .anadolu {
  background: url("/assets/images/anadolu-logo-en.png") no-repeat 0 0;
  width: 108px;
  height: 35px;
}

body.en .layout-footer-copyright .isuzulogo {
  float: right;
  font-size: 13px;
  margin-top: 8px;
  background: url("/assets/images/isuzu-30yil-logo-en.png") no-repeat 0 0;
  width: 160px;
  height: 39px;
}
/*russian*/
body.ru .layout-footer .layout-constrained ul {width: 170px; margin-left: 20px;}
body.ru .layout-footer .layout-constrained ul:first-child {margin:0;}
body.ru .layout-catalogs .catalogs li {min-height:350px;}

/*french*/
body.fr .layout-intro .intro-catalog {width:40% !important;}
body.fr .layout-intro .column {width:30%;}

/*arabic*/
body.ar {direction: rtl;}
body.ar .logo {right: 0; float: right;}
body.ar .menu {margin: 0 193px 0 0;}
body.ar .menu .top-menu {float: right; width: 100%; }
body.ar .menu .top-menu > li:first-child {margin: 0 0 0 24px;}
body.ar .menu .top-menu li.lang {float: left;}
body.ar .menu .main-menu {float: right;}
body.ar .menu ul li {float: right;}
body.ar .menu .main-menu > li.first {margin: 0;}
body.ar .menu .main-menu > li {background: url("/assets/images/divider.png") no-repeat top left;}
body.ar .layout-footer .layout-constrained ul {float: right;}
body.ar .layout-footer .layout-constrained ul:first-child {margin: 0 0 0 76px;}
body.ar .layout-footer-contact .social-links {float: right;}
body.ar .layout-footer-copyright .anadolu {float: right;}
body.ar .layout-footer-copyright .copyright {float: right; padding: 0 28px 0 0 ;}
body.ar .layout-footer-copyright .isuzulogo {float: left;}
body.ar .layout-footer-copyright .copyright a:first-child {margin-left: 24px;}
body.ar .layout-footer-contact .social-links a {float: right;}
body.ar .layout-footer-contact .social-links a:first-child {margin-left: 27px;}
body.ar .column.submenu-sidebar li {width: 100%;}
body.ar .submenu .submenu-sidebar > li .submenu-content p {float: right;}
body.ar .submenu .submenu-sidebar > li .submenu-content .submenu-slogan {text-align: right;}
body.ar .submenu .submenu-sidebar > li .submenu-content .submenu-feature {float: right;} 
body.ar .submenu .submenu-sidebar > li .submenu-content .submenu-feature div span {width: 75px;}
body.ar .submenu .submenu-sidebar > li .submenu-content .submenu-feature div span.submenu-quantity {padding-right: 0;}
body.ar .submenu .submenu-sidebar > li.sub-hover .submenu-image {padding-left: 20px;}
body.ar .timeslot-date {text-align: right;}
body.ar .layout-corporate .article .table tr td {text-align: right;}
body.ar .article .article-image .article-caption {right: 0;}
body.ar .table tr td:first-child {text-align: right;}
body.ar .table.table-dark td .ico-arrow-down {float: right;}
body.ar .layout-intro .intro p {float: right; padding: 0 0 0 15px;}
body.ar .printout, .opener {float: left;}
body.ar .printout {margin: 0 0 0 60px;}
body.ar .ico.ico-file {margin: 0 0 0 7px;}
body.ar .rsContainer .layout-constrained {text-align: right;}
body.ar .rsContainer .layout-constrained a.button {float: right;}
body.ar .infobox-text {right: 24px;}
body.ar .infobox.infobox-turqouise .infobox-text {left: 15px; width: 110px; right: initial;}
body.ar .infobox.infobox-leaflet .infobox-text {right: initial;}
body.ar .mapbox-phone + div {direction: ltr; text-align: right;}
body.ar .selectize-control.rtl.single .selectize-input:after {left: initial;}
body.ar .ico.ico-arrow-up-down {margin-left: 6px;}

/*======= MEDIA-QUERIES =======*/
@media screen and (max-width: 1200px) {
  .layout-constrained.layout-constrained-wide {width: 100%;}
}
@media screen and (min-width: 959px) {
  .layout-header .menu .top-menu,
  .layout-header .menu .main-menu {
    display: block !important;
  }
  .filter-price {
    display: none!important;
  }
  .mobile-lang {
    display: none;
  }
  body.fr .layout-intro .intro-catalog {width:44% !important;}
  body.fr .layout-intro .column {width:28%;}
}

@media screen and (min-width: 870px) {
  body.fr .layout-intro .intro-catalog {width:46% !important;}
  body.fr .layout-intro .column {width:26%;}
  body.fr .layout-intro .intro-catalog img {width:130px !important;}
}

@media screen and (min-width: 768px) {
  .table.table-dark.table-dmax tr:nth-child(odd) td.hover {
    background-color: #2f2f2f!important;
    color: #ACACAC;
  }
  .table.table-dark.table-dmax tr:nth-child(even) td.hover {
    background-color: #373737!important;
    color: #ACACAC;
  }
}
@media screen and (max-width: 959px) {
  .body-detail h2,
  .body-detail .section-title {
    display: none;
  }
  .opener,
  .download,
  .printout {
    display: none!important;
  }
  .list {
    padding: 0 10px 0 6px;
  }
  .layout-footer {
    display: none;
  }
  .layout-home {
    margin: 0px;
  }
  .layout-home .column33 {
    width: 50%;
  }
  .layout-homebanner .homebanner .bannerImage {
    height: 480px;
  }
  .layout-homebanner .homebanner .intro {
    font-size: 8.7px;
    margin-left: 10px;
  }
  .layout-constrained {
    width: 100%;
  }
  .navbar-toggle {
    display: block;
  }
  .layout-header {
    height: auto;
    min-height: 60px;
  }
  .layout-header .logo {
    width: 80px;
    height: 77px;
    margin-left: 10px;
    background-size: 100%;
  }
  .layout-header .menu {
    margin: 0 0 0 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    background: #eeeeee;
    top: 60px;
  }
  .layout-header .menu li {
    float: none;
  }
  .layout-header .menu .top-menu {
    display: none;
  }
  .layout-header .menu .top-menu li {
    margin: 0 0 0 24px;
  }
  .layout-header .menu .main-menu {
    width: 100%;
    display: none;
    margin-top: 0px;
  }
  .layout-header .menu .main-menu > li {
    padding: 0px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: "700";
    color: #3e3e3e;
    padding-top: 1px;
  }
  .layout-header .menu .main-menu > li.first {
    margin-left: 0px;
  }
  .layout-header .menu .main-menu > li:last-child {
    border: none;
  }
  .layout-header .menu .main-menu > li.active {
    height: auto;
    border-bottom: 1px solid #D9D9D9;
  }
  .layout-header .menu .main-menu > li > a {
    text-align: center;
    line-height: 52px;
  }
  .layout-header .menu .main-menu > li.top-menu-item {
    display: block;
  }
  .layout-header .menu .main-menu > li.top-menu-item a {
    font-family: "300";
    font-size: 20px;
    color: #515151;
  }
  .layout-header .menu .main-menu > li.top-menu-item a:hover {
    color: #ff3f49;
  }
  .layout-header .menu .main-menu > li .layout-submenu {
    position: static;
    height: auto;
    padding: 0px;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar {
    margin: 0px;
    width: 100%;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li:first-child {
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li.sub-hover a {
    color: #252525;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a {
    border: none;
    padding: 15px 0px;
    font-family: "700";
    font-size: 0px;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a .menu-item-text,
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a .menu-item-image {
    display: inline-block;
    width: 50%;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a .menu-item-image {
    vertical-align: middle;
    text-align: right;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a .menu-item-image img {
    display: inline;
    height: 44px;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li > a .menu-item-text {
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    vertical-align: middle;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li .submenu-content {
    display: none !important;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li:nth-child(odd) {
    background: #e2e2e2;
  }
  .layout-header .menu .main-menu > li .layout-submenu .submenu .submenu-sidebar > li:nth-child(even) {
    background: #e7e7e7;
  }
  .layout-header .menu .main-menu > li.mobile-lang {
    display: block;
    background-color: #E4E4E4;
  }
  .layout-header .menu .main-menu > li.mobile-lang a {
    font-size: 15px;
    letter-spacing: 0;
    font-family: "500";
  }
  .layout-header .navbar-toggle {
    opacity: 1;
  }
  .layout-header.open .navbar-close {
    opacity: 1;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
  .layout-header.open .navbar-toggle {
    opacity: 0;
  }
  .layout-pagenav {
    padding: 0 0 16px;
  }
  .layout-pagenav .pagenav {
    padding: 84px 0 0;
  }
  .layout-pagenav .pagenav .pagenav-title {
    margin: 0px 0 22px;
    padding: 0 10px;
  }
  .layout-pagenav .pagenav .pagenav-footer {
    margin: 25px 0 0;
  }
  .layout-pagenav.layout-pagenav-service .pagenav-footer {
    width: 100%;
  }
  .layout-pagenav.layout-pagenav-service .pagenav-footer li {
    float: none;
  }
  .layout-pagenav.layout-pagenav-service .pagenav-footer li.filter {
    margin: 0 auto 24px;
  }
  .layout-pagenav .filter-price {
    margin: 40px 0 0;
  }
  .layout-pagenav.layout-pagenav-route {
    padding: 8px 0;
  }
  .layout-pagenav.layout-pagenav-route .route-close {
    right: 30px;
  }
  .pagenav-menu li {
    display: none;
  }
  .pagenav-menu li.active {
    display: block;
  }
  .pagenav-menu li.active a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    color: #4c4c4c;
    position: relative;
    font-size: 14px;
  }
  .pagenav-menu li.active a:before {
    content: "";
    background: url("/assets/images/sprites.png") no-repeat -201px -108px;
    width: 17px;
    height: 8px;
    position: absolute;
    top: 15px;
    right: -15px;
  }
  .pagenav-menu li.active.image a {
    border: none;
  }
  .pagenav-menu li.active.image a:before {
    top: 11px;
  }
  .layout-route .route .route-summary {
    display: none;
    width: 284px;
    height: 343px;
    overflow: scroll;
  }
  .layout-route .ico-route-toggle {
    display: block;
  }
  .filter.filter-route {
    display: block;
  }
  .layout-product-image.citiport {
    width: 100%;
  }
  .layout-product-image .layout-constrained {
    padding: 0 16px;
  }
  .pagenav-menu {
    display: none;
  }
  .banner--clone {
    display: block;
  }
  .layout-gallery {
    padding: 0px;
    margin: 0px;
  }
  .layout-gallery .tabs {
    text-align: center;
    font-size: 0;
  }
  .layout-gallery .tabs .tab-nav {
    position: static;
    margin: 30px 0px;
    display: inline-block;
  }
  .layout-gallery .rsThumbs {
    display: none;
  }
  .layout-news {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-news .timeline.timeline-default {
    width: 434px;
    margin: auto;
    position: relative;
  }
  .layout-news .timeline.timeline-default .line {
    left: -33px;
  }
  .layout-news .timeline.timeline-default .timeslot {
    position: relative;
    margin: 0 0 0px 32px;
    margin-top: 0px !important;
    margin-left: 0px;
    text-align: left;
    padding-bottom: 32px;
  }
  .layout-news .timeline.timeline-default .timeslot:before {
    left: -47px;
  }
  .layout-news .timeline.timeline-default .timeslot.odd {
    float: left;
  }
  .layout-news .timeline.timeline-default .timeslot.odd:before {
    left: -46px;
  }
  .layout-news .timeline.timeline-default .timeslot .dot {
    left: -54px;
    right: auto;
  }
  .layout-news .timeline.timeline-default .timeslot .dot.dot-large {
    left: -60px;
  }
  .layout-news .timeline.timeline-default .timeslot img {
    float: none;
  }
  .layout-news .timeline.timeline-default.timeline-move {
    width: 25%;
    float: left;
  }
  .layout-news .timeline.timeline-default.timeline-move .timeslot:before {
    display: none;
  }
  .layout-news .news {
    width: 75%;
    margin: 0px;
    padding-left: 66px;
  }
  .layout-news .news .royalSlider {
    width: 100%;
    height: auto;
  }
  .layout-news .news .royalSlider img {
    width: 100%;
  }
  .layout-intro .layout-constrained {
    padding: 0 23px;
  }
  .layout-intro .intro .column {
    width: 30%;
  }
  .layout-intro .intro .intro-catalog {
    width: 40%;
    padding-left: 25px;
  }
  body.en .layout-intro .intro .intro-catalog img {
    width: 132px;
  }
  body.ru .layout-intro .intro .intro-catalog img {
    width: 130px;
  }
  body.fr .layout-intro .intro-catalog img {width:120px !important;}
  .layout-advertisement .video-gallery.royalSlider {
    width: 100%;
  }
  .layout-advertisement .video-gallery .rsNav {
    width: 0;
    visibility: hidden;
  }
  .layout-advertisement .video-gallery .rsNav.rsThumbs {
    padding: 0px;
  }
  .layout-advertisement .video-js {
    padding-top: 56.25%;
    width: 100%!important;
    height: auto!important;
  }
  .layout-advertisement .vjs-fullscreen {
    padding-top: 0px;
  }
  .layout-features {
    padding: 0px;
    background-color: #fff;
  }
  .layout-features .features {
    padding: 0px;
  }
  .layout-features .features .featurebox {
    width: 100%;
    height: 490px!important;
  }
  .layout-features .features .featurebox .featurebox-description {
    bottom: 73px;
  }
  .layout-features .features .featurebox .featurebox-description.featurebox-description-nodetail {
    bottom: 40px;
  }
  .layout-features .features .featurebox .featurebox-close,
  .layout-features .features .featurebox .featurebox-detail {
    bottom: 40px;
  }
  .layout-features .features .featurebox h2 {
    display: block;
  }
  .layout-features .features .featurebox.featurebox-last {
    background-size: 100% 100%;
  }
  .layout-features .features .owl-wrapper-outer {
    height: 490px!important;
  }
  .layout-features .features .owl-controls {
    margin-top: -14px;
    z-index: 99;
    position: relative;
    bottom: 20px;
  }
  .layout-features .features .owl-controls .owl-pagination {
    text-align: center;
  }
  .layout-corporate {
    padding: 0 23px;
  }
  .layout-corporate .article {
    margin-right: 0px;
    width: 60%;
  }
  .layout-corporate .article .royalSlider {
    width: 100%;
  }
  .layout-corporate .timeline {
    width: 218px;
    float: right;
  }
  .layout-corporate .timeline .line {
    left: 13px;
  }
  .layout-corporate .timeline .timeslot {
    right: 0px;
    left: auto;
    text-align: left;
  }
  .layout-corporate .timeline .timeslot .dot {
    right: auto;
    left: -42px;
  }
  .layout-corporate .timeline .timeslot .dot.dot-large {
    right: auto;
    left: -48px;
  }
  .layout-service .column.column33 {
    width: 50%;
    padding: 0 10px;
  }
  .layout-service .column.column33 .servicebox {
    width: 100%;
  }
  .layout-hardware-spec p {
    padding: 0 23px;
  }
  .layout-technical-spec .technical-spec-drawing {
    padding: 0 23px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-text {
    min-width: 130px;
  }
  .layout-technical-spec .technical-spec-drawing li img {
    display: block;
    width: 100%;
  }
  .layout-technical-spec p {
    padding: 0 23px;
  }
  .layout-social .social span {
    display: block;
    text-align: center;
    margin: 0 0 24px;
    font-size: 15px;
  }
  .layout-vehicle-prices .table {
    margin-top: 0px;
  }
  .layout-footer .layout-constrained {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-footer .layout-constrained ul {
    width: 33%;
    margin: 0 0 30px;
  }
  .layout-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-about .article-image img {
    display: block;
    width: 100%;
  }
  .layout-about .about-timeline .timeslot q {
    width: 280px;
  }
  .layout-enviroment {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-product-image.citiport img {
    width: 100%;
  }
  .layout-footer-contact .layout-constrained {
    padding-left: 23px;
    padding-right: 23px;
  }
  .layout-advertisement .video-gallery {
    display: none;
  }
  .layout-advertisement .video-mobile {
    display: block;
  }
  .layout-overlay {
    display: none!important;
  }
  .vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: none;
  }
  .dmaxLink {width: 160px; line-height: 16px;}
}
@media screen and (max-width: 800px) {
  .layout-homebanner .homebanner .bannerImage {
    height: 400px;
  }
  .layout-homebanner .homebanner .intro {
    font-size: 8.5px;
  }
  .layout-press-gallery .press-gallery li {
    width: 33%;
  }
  .layout-catalogs .catalogs li {
    width: 33%;
  }
  .featurebox.featurebox-dmax {
    background-size: 100% auto;
  }
  .layout-intro .intro .column {
    width: 50%;
  }
  body.fr .layout-intro .column {width:48%;}
  .layout-intro .intro p.medium {
    float: none;
    margin: 0 0 30px;
  }
  .layout-intro .intro .intro-catalog {
    width: 50%;
    margin-top: -82px;
  }
  body.fr .layout-intro .intro-catalog { width: 50% !important;}
  .layout-homebanner .homebanner .intro.intro-novociti {
    top: 20%;
  }
  body.ar .layout-intro .intro p {clear: both;}

  .dmaxLink {width: 100%;}
}
@media screen and (max-width: 767px) {
  .layout-product-image img {
    width: 100%;
  }
  .layout-homebanner .homebanner .bannerImage {
    height: 380px;
  }
  .layout-homebanner .homebanner .intro {
    font-size: 8px;
  }
  .switchWrap {display: none;}
  .filter.filter-properties {
    display: block;
  }
  .selectize-dropdown .optgroup-header{
    color: #acacac;
    background: #434343;
  }
  .selectize-dropdown{
    border: 0 none;
  }
  .infobox:before {
    opacity: 0;
  }
  .infobox.infobox-slider .rsImage {
    opacity: 1;
  }
  .table th {
    border: none !important;
  }
  .table .ico-arrow-down {
    display: none;
  }
  .table.table-dark tbody.row-title td {
    font-size: 20px;
  }
  .table.table-dark tbody.row-content td {
    font-size: 16px;
  }
  .table.table-dark col {
    width: 70%;
  }
  .table.table-dark col:first-child {
    width: 30%;
  }
  .table.table-dark td,
  .table.table-dark th {
    display: none;
    line-height: 20px;
  }
  .table.table-dark td.hover {
    display: table-cell;
    text-align: right;
    padding-left: 24px;
  }
  .table.table-dark th:first-child,
  .table.table-dark td:first-child {
    display: table-cell;
  }
  .table.table-dark tr:nth-child(odd) td.hover {
    background-color: #2f2f2f;
  }
  .table.table-dark tr:nth-child(even) td.hover {
    background-color: #373737;
  }
  .layout-form .column {
    float: none;
  }
  .layout-form .column.form-description {
    width: 100% !important;
    text-align: center;
    margin: 0 0 24px;
    padding: 0px;
  }
  .layout-form .column.form {
    width: 340px;
    margin: 0 auto;
  }
  .layout-news .timeline {
    width: 30%;
  }
  .layout-news .timeline .timeslot.odd {
    float: left;
  }
  .layout-news .news {
    padding-left: 30px;
    width: 70%;
  }
  .layout-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-about .column50 {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .layout-about .article-image img {
    display: block;
    width: 100%;
  }
  .layout-about .about-timeline .timeslot q {
    width: 200px;
  }
  .layout-enviroment .column50 {
    width: 100%;
    padding: 0 !important;
  }
  .layout-404 img {
    width: 100%;
  }
  .layout-technical-spec .technical-spec-drawing {
    padding: 0 23px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-text {
    min-width: 120px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-image {
    padding: 0 0 0 19px;
  }
  .vjs-default-skin .vjs-progress-control {
    width: 63%;
  }
  .vjs-default-skin .vjs-duration {
    display: none;
  }
  .vjs-default-skin .vjs-fullscreen-control {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .featurebox.featurebox6 {
    position: relative;
  }
  .featurebox.featurebox6 img {
    width: auto !important;
    height: auto !important;
  }
  .layout-home .column33 {
    width: 50%;
  }
  .layout-home .infobox-slider {
    width: 100%;
  }
  .layout-banner .banner {
    height: 300px !important;
  }
  .layout-banner .banner .intro {
    font-size: 7px;
  }
  .layout-banner .banner .intro h2,
  .layout-banner .banner .intro a.button {
    display: none;
  }
  .layout-pagenav .pagenav h1,
  .layout-pagenav .pagenav .pagenav-title {
    font-size: 43px;
    line-height: 44px;
    word-break: break-word;
    padding: 0 10px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-text {
    margin: 0 0 30px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-image {
    padding: 0px;
  }
  .layout-technical-spec .technical-spec-drawing li .drawing-image:before {
    width: 0;
  }
  .layout-intro {
    padding-bottom: 30px;
  }
  .layout-intro .column {
    width: 100% !important;
    float: none !important;
  }
  .layout-intro .intro {
    padding-bottom: 50px;
    text-align: center;
  }
  .layout-intro .intro .intro-catalog {
    margin-top: 50px;
    padding: 0px;
  }
  .layout-intro .intro .intro-catalog a {
    width: 274px;
    margin: auto;
    float: none;
  }
  .layout-intro .intro .intro-catalog img {
    width: 150px;
  }
  body.fr .layout-intro .intro .intro-catalog {width:100% !important;}
  body.en .layout-intro .intro .intro-catalog a {
    width: 290px;
  }
  .layout-about .about-timeline .timeslot {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 0 40px;
  }
  .layout-about .about-timeline .timeslot:before {
    display: none;
  }
  .layout-about .about-timeline .timeslot .timeslot-year {
    margin: 0 0 8px;
  }
  .layout-about .about-timeline .timeslot .timeslot-right,
  .layout-about .about-timeline .timeslot .timeslot-left {
    display: block;
    position: static;
    text-align: center;
  }
  .layout-about .about-timeline .timeslot .timeslot-right q,
  .layout-about .about-timeline .timeslot .timeslot-left q {
    width: 340px;
    margin: auto;
    text-align: center!important;
    padding: 0 14px;
  }
  .layout-about .about-timeline .timeslot img {
    margin: 0 auto 12px !important;
    display: block;
    width: auto;
    position: static;
  }
  .layout-about .about-timeline .timeslot .timeslot-description {
    margin: 0 0 8px;
  }
  .layout-about .about-timeline .timeslot:last-child {
    height: auto;
  }
  .layout-footer-contact .social-links {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  .layout-footer-contact .social-links a {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .layout-footer-contact .callcenter {
    float: none;
    text-align: center;
  }
  .layout-footer-contact .callcenter a i {
    vertical-align: top;
  }
  .layout-footer-contact .callcenter a .number.number-bold {
    display: inline-block;
  }
  .layout-footer-contact .callcenter div {
    display: block;
    margin-top: -24px;
  }
  .layout-footer-copyright .layout-constrained {
    position: relative;
  }
  .layout-footer-copyright .anadolu {
    position: absolute;
    top: 40%;
    left: 39%;
  }
  .layout-footer-copyright .copyright {
    text-align: center;
    padding: 0px;
    float: none;
    background-position: center 113px;
  }
  body.ar .layout-footer-copyright .copyright
  {
    float: none;
    padding: 0;
    margin: 0;
  }
   .layout-footer-copyright .isuzulogo {
    position: absolute;
    top: 72%;
    left: 34%;
  }

  body.ar .layout-footer-copyright .isuzulogo{
    left: 30%;
  }

  .layout-footer-copyright .copyright span {
    position: absolute;
  }
   
  .layout-footer-copyright .copyright a {
    display: block;
    float: none;
    margin-left: 0px;
  }
  body.ar .layout-footer-copyright .copyright a:first-child {
    margin-left: 0;
  }
  .layout-footer-copyright .copyright a.third-link {
    margin: 0 0 112px;
  }
  .layout-homebanner .homebanner .bannerImage {
    height: 400px;
  }
  .layout-homebanner .homebanner .intro {
    font-size: 9px;
    position: static;
    text-align: center;
    margin: -15px 80px 70px;
  }
  .layout-homebanner .homebanner .intro br {
    display: none;
  }
  .layout-homebanner .homebanner .intro a.button {
    float: none;
  }
  .layout-homebanner .homebanner .intro.intro-newyear h3 {
    color: #252525;
  }
  .layout-homebanner .homebanner .intro.intro-campaign h2,
  .layout-homebanner .homebanner .intro.intro-campaign h3,
  .layout-homebanner .homebanner .intro.intro-campaign h4 {
    color: #252525;
  }

  .layout-homebanner .homebanner .intro-nwide h2,
  .layout-homebanner .homebanner .intro-nwide h3, 
  .layout-homebanner .homebanner .intro-nwide h4  {
  color: #252525;
  }

  .layout-homebanner .homebanner .intro-tora h2,
  .layout-homebanner .homebanner .intro-tora h3, 
  .layout-homebanner .homebanner .intro-tora h4  {
  color: #252525;
  }
  .layout-homebanner .homebanner .intro-novociti h2,
  .layout-homebanner .homebanner .intro-novociti h3, 
  .layout-homebanner .homebanner .intro-novociti h4  {
  color: #252525 !important;
  }
  .layout-homebanner .homebanner .intro-tora .tora-logo {
  text-align: center;
  display: block;
  width: 100%;
  height: 39px;
  background: url(/assets/images/tora-logo-koyu.png) no-repeat center;
}
.layout-intro .intro p.medium {margin-bottom: 20px;}
.intro-detail .column.medium .dmaxLink {float: none; text-align: center; margin: 20px auto;}

.layout-homebanner .homebanner .bannerImage.novociti {
  background-position: 60.5% center;
}

  .button.white.red {
  background: #FE0036;
  color: #fff !important;
  }
  .layout-news .timeline.timeline-move {
    display: none;
  }
  .layout-news .news {
    width: 100%;
    padding: 0px;
  }
  .layout-press-gallery .press-gallery li {
    width: 50%;
  }
  .layout-catalogs .catalogs li {
    width: 33%;
  }
  .layout-service .column.column33 {
    width: 100%;
    padding: 0 40px;
  }
  .layout-service .column.column33 .servicebox {
    width: 100%;
  }
  .layout-pagenav.layout-pagenav-service .pagenav-footer li.pillbox {
    margin: 0px;
  }
  .layout-pagenav.layout-pagenav-service .pagenav-footer li.pillbox .locator {
    display: block;
    margin: 24px 10px 0px;
  }
  .layout-corporate .article {
    width: 100%;
    float: none;
    margin: 0 0 60px;
  }
  .layout-corporate .timeline {
    width: 320px;
    margin: auto;
    float: none;
  }
  .layout-corporate .timeline .line {
    left: 50%;
  }
  .layout-corporate .timeline .timeslot {
    width: 127px;
    left: 0px;
    right: auto;
    text-align: right;
  }
  .layout-corporate .timeline .timeslot .dot {
    right: -42px;
    left: auto;
  }
  .layout-corporate .timeline .timeslot .dot.dot-large {
    right: -49px;
    left: auto;
  }
  .layout-corporate .timeline .timeslot.odd {
    text-align: left;
    right: 0px;
    left: auto;
  }
  .layout-corporate .timeline .timeslot.odd .dot {
    left: -40px;
    right: auto;
  }
  .layout-corporate .timeline .timeslot.odd .dot.dot-large {
    right: auto;
    left: -48px;
  }
}
@media screen and (max-width: 600px) and (min-width: 480px) {
  .infobox {
    background-position: 75% 0%;
  }
}
@media screen and (max-width: 580px) {
  .layout-news .timeline.timeline-default {
    padding-left: 60px;
    width: 100%;
  }
  .layout-news .timeline.timeline-default .timeslot {
    width: 100%;
  }
  .layout-news .timeline.timeline-default .timeslot img {
    min-height: initial;
  }
  .layout-catalogs .catalogs li {
    width: 50%;
  }
  .layout-map .map .mapbox-container {
    left: 50%;
    top: 0px;
    right: auto;
    margin-left: -160px;
  }
}
@media screen and (max-width: 480px) {
  .layout-home .column33 {
    width: 100%;
  }
  .infobox {
    background-position: 100% 0%;
  }
  .layout-homebanner .homebanner .bannerImage {
    height: 290px;
  }
  .layout-news .timeline {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-news .timeline .timeslot {
    min-height: initial;
  }
  .layout-news .timeline .timeslot img {
    width: 100%;
  }
  .layout-service .column.column33 {
    width: 100%;
    padding: 0 23px;
  }
  .layout-route .ico .ico-route-toggle {
    display: block;
  }
  .filter.filter-route {
    width: 240px;
    margin: 0 0 0 4px;
  }
  .ico-route {
    display: none;
  }
  .vjs-default-skin .vjs-progress-control {
    width: 50%;
  }
  .dmaxLink {width: 274px;}
}
@media screen and (max-width: 400px) {
  .layout-gallery .tabs .tab-nav li a {padding: 10px 8px;}
}
@media screen and (max-width: 400px) {
  .layout-press-gallery .press-gallery li {
    width: 100%;
    text-align: center;
  }
  .layout-press-gallery .press-gallery li img {
    margin-left: auto;
    margin-right: auto;
  }
  .layout-gallery .tabs .tab-nav li a {
    color: #000;
    font-size: 12px;
  }
  .dmaxLink {width: 160px;}
}
@media screen and (max-width: 360px) {
  .layout-homebanner .homebanner .bannerImage {
    height: 240px;
  }
  .layout-homebanner .homebanner .intro {
    margin-left: 30px;
    margin-right: 30px;
  }
  .layout-catalogs .catalogs li {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
  }
  .layout-catalogs .catalogs li img {
    margin-left: auto;
    margin-right: auto;
  }
  .layout-catalogs .catalogs li .catalogs-text {
    margin: 0px;
  }
  .layout-pagenav .filter-price {
    width: 285px;
  }
  .layout-corporate .timeline {
    width: 100%;
  }
  .layout-corporate .timeline .line {
    left: 7px;
  }
  .layout-corporate .timeline .timeslot,
  .layout-corporate .timeline .timeslot.odd {
    width: 225px;
    left: 35px;
    text-align: left;
  }
  .layout-corporate .timeline .timeslot .dot,
  .layout-corporate .timeline .timeslot.odd .dot {
    left: -35px;
    right: auto;
  }
  .layout-corporate .timeline .timeslot .dot.dot-large,
  .layout-corporate .timeline .timeslot.odd .dot.dot-large {
    left: -42px;
    right: auto;
  }
  .layout-about .about-timeline .timeslot .timeslot-left q,
  .layout-about .about-timeline .timeslot .timeslot-right q {
    width: 300px;
  }
  .body-detail .filter {
    width: 287px!important;
  }
    .layout-footer-copyright .anadolu {
    position: absolute;
    top: 43%;
    left: 28%;
  }
   .layout-footer-copyright .copyright span {
    position: absolute;
  }
    .layout-footer-copyright .isuzulogo {
    position: absolute;
    top: 75%;
    left: 17% !important;
  }

}

/*======= DISCLAIMER =======*/
body.not-found .layout-header .navbar-toggle,
body.disclaimer .layout-header .navbar-toggle,
body.not-found .layout-header .menu,
body.disclaimer .layout-header .menu {
  display: none;
}
body.not-found .layout-footer,
body.disclaimer .layout-footer,
body.not-found .layout-footer-contact,
body.disclaimer .layout-footer-contact {
  display: none;
}
body.not-found .layout-footer-copyright,
body.disclaimer .layout-footer-copyright {
  padding: 20px 0;
}
body.not-found .layout-footer-copyright .copyright,
body.disclaimer .layout-footer-copyright .copyright {
  height: 45px;
  padding-top: 7px;
}
body.layout-footer-copyright .isuzulogo {
    position: absolute;
    float: right;
  }
body.not-found .layout-footer-copyright .copyright a,
body.disclaimer .layout-footer-copyright .copyright a {
  display: none;
}
body.not-found .layout-constrained,
body.disclaimer .layout-constrained {
  padding: 0 20px;
  text-align: justify;
}
/*======= FONT-FACE =======*/
@font-face {
  font-family: '300';
  src: url('/assets/fonts/opensans-light-webfont.eot');
  src: url('/assets/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-light-webfont.woff') format('woff'), url('/assets/fonts/opensans-light-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '400';
  src: url('/assets/fonts/opensans-regular-webfont.eot');
  src: url('/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-regular-webfont.woff') format('woff'), url('/assets/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '400italic';
  src: url('/assets/fonts/opensans-italic-webfont.eot');
  src: url('/assets/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-italic-webfont.woff') format('woff'), url('/assets/fonts/opensans-italic-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-italic-webfont.svg#400') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '500';
  src: url('/assets/fonts/opensans-semibold-webfont.eot');
  src: url('/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-semibold-webfont.woff') format('woff'), url('/assets/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '700';
  src: url('/assets/fonts/opensans-bold-webfont.eot');
  src: url('/assets/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-bold-webfont.woff') format('woff'), url('/assets/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '900';
  src: url('/assets/fonts/opensans-extrabold-webfont.eot');
  src: url('/assets/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/opensans-extrabold-webfont.woff') format('woff'), url('/assets/fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('/assets/fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'isuzu';
  src: url('/assets/fonts/usuzi-regular-webfont.eot');
  src: url('/assets/fonts/usuzi-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/usuzi-regular-webfont.woff') format('woff'), url('/assets/fonts/usuzi-regular-webfont.ttf') format('truetype'), url('/assets/fonts/usuzi-regular-webfont.svg#isuzu') format('svg');
  font-weight: normal;
  font-style: normal;
}
