/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
/* line 6, ../scss/main.scss */
#menu li {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 15, ../scss/main.scss */
#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 20, ../scss/main.scss */
#menu li a {
  text-decoration: none;
  color: #000;
}

/* line 24, ../scss/main.scss */
#menu li.active a:hover {
  color: #000;
}

/* line 27, ../scss/main.scss */
#menu li:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* line 30, ../scss/main.scss */
#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}

/* line 35, ../scss/main.scss */
#menu li.active a {
  color: #fff;
}

/* line 38, ../scss/main.scss */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 55, ../scss/main.scss */
#section1,
#section2 {
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

/* line 65, ../scss/main.scss */
#section1 {
  background-image: url("../img/bg_01n.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 0 0;
}

/* line 72, ../scss/main.scss */
#section2 {
  background: url("../img/bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 0 0;
  background-size: cover;
}

/* line 80, ../scss/main.scss */
.minwidth1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /*background-color: #000;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 100%;
  position: relative;
  top: 0;
}

/* line 91, ../scss/main.scss */
.header {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

/* line 97, ../scss/main.scss */
.logo {
  /*background: url('../img/logo.png') 0 0 no-repeat;*/
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes btn_sentra_move {
    0%   {
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
    }
    100% {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
    }
}
/* line 104, ../scss/main.scss */
.btn_sentra {
  position: absolute;
  left: 5%;
  top: 20px;
  /*
  width: 197px;
  height: auto;
  */
  z-index: 1000;
}
/* line 111, ../scss/main.scss */
.btn_sentra img {
  width: 100%;

}
/* line 116, ../scss/main.scss */
.btn_sentra:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 124, ../scss/main.scss */
.btn_testdrive {
  position: absolute;
  left: 5%;
  top: 105px;
  /*
  width: 197px;
  height: auto;
  */
  z-index: 1000;

}
/* line 131, ../scss/main.scss */
.btn_testdrive img {
  width: 100%;
}
/* line 135, ../scss/main.scss */
.btn_testdrive:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 140, ../scss/main.scss */
.btn_video {
  position: absolute;
  left: 50%;
  margin-left:-33%;
  top: 25%;
  width: 254px;
  z-index: 300;
  height: auto;
  animation-name: btn_sentra_move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
/* line 147, ../scss/main.scss */
.btn_video img {
  width: 100%;
}
/* line 151, ../scss/main.scss */
.btn_video:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 158, ../scss/main.scss */
.boy {
  position: absolute;
  /*width: 400px;
  height: 451px;*/
  bottom: 0px;
  right: 43px;
  background: url("../img/boy1.png") top center no-repeat;
  background-size: 100%;
  z-index: 1000;
  width: 400px;
  /*    height: 451px;*/
  height: 40%;
}

/* line 173, ../scss/main.scss */
.boy.active {
  position: absolute;
  /*width: 400px;
  height: 451px;*/
  bottom: 0px;
  right: 43px;
  background: url("../img/boy1.png") top center no-repeat;
  background-size: 80%;
  z-index: 1000;
  width: 400px;
  /*    height: 451px;*/
  height: 40%;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 188, ../scss/main.scss */
.boy2 {
  position: absolute;
  /*width: 400px;
  height: 451px;*/
  bottom: 0px;
  left: 16px;
  background: url("../img/boy2.png") top center no-repeat;
  background-size: 100%;
  z-index: 1100;
  width: 400px;
  /*    height: 451px;*/
  height: 40%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 203, ../scss/main.scss */
.boy2.active {
  position: absolute;
  /*width: 400px;
  height: 451px;*/
  bottom: 0px;
  left: 16px;
  background: url("../img/boy2.png") top center no-repeat;
  background-size: 80%;
  z-index: 1100;
  width: 400px;
  /*    height: 451px;*/
  height: 40%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 219, ../scss/main.scss */
.btn_avm {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -82px;
  z-index: 1000;
}
/* line 225, ../scss/main.scss */
.btn_avm img {
  width: 100%;
}

/* line 230, ../scss/main.scss */
.btn_back {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -82px;
  z-index: 1000;
}
/* line 236, ../scss/main.scss */
.btn_back img {
  width: 100%;
}

/* line 243, ../scss/main.scss */
.sentra {
  top: 45%;
  position: absolute;
  left: 50%;
  margin-left:-5%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  z-index: 300;
}
/* line 251, ../scss/main.scss */
.sentra.active img,
.sentra img {
  width: 80%;
}
/* line 255, ../scss/main.scss */
.sentra .bubble {
  display: none;
  position: absolute;
  right: 1%;
  top: -187px;
  width: 348px;
  height: 248px;
  background: url(../img/bubble.png) top center no-repeat;
}
/* line 257, ../scss/main.scss */
.sentra .bubble.active {
  display: block !important;
}
/* line 267, ../scss/main.scss */
.sentra .bubble .avmdemo {
  width: 275px;
  height: 137px;
  background-color: #000;
  top: 28px;
  left: 32px;
  position: absolute;
}

/* line 283, ../scss/main.scss */
.title2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left:50%;
  margin-left:-48%;
  /*background: url("../img/title2_09.png") top center no-repeat;*/
  filter: blur(0);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-backface-visibility: hidden;
}

/* line 292, ../scss/main.scss */
.title2.active {
  /*
  -moz-transform: scale(0.71, 0.71);
  -ms-transform: scale(0.71, 0.71);
  -webkit-transform: scale(0.71, 0.71);
  transform: scale(0.71, 0.71);
  */

}

/* line 297, ../scss/main.scss */
.sentra1 {
  position: absolute;
  width: 50%;
  height: auto;
  left: 25%;
}

/* line 305, ../scss/main.scss */
.title1 {
  position: relative;
  margin-left: 350px;
  /*
  width: 992px;
  height: 585px;
  background: url("../img/title1.png") top center no-repeat;*/
}

/* line 316, ../scss/main.scss */
.title1.active {
  /*
  -moz-transform: scale(0.71, 0.71);
  -ms-transform: scale(0.71, 0.71);
  -webkit-transform: scale(0.71, 0.71);
  transform: scale(0.71, 0.71);

  top: -15%;
  right: -10%;
  */
}

.sentra_car {
position: absolute;
    left: 50%;
    margin-left:-23.5%;
    top: 41%;
    z-index: 899;
    pointer-events: none;
}

.resize img {
  width:100%;
}

.title_btn {
  position: absolute;
  left: 215px;
  top: 270px;
}