@charset "IBM866";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "MyriadPro-Regular", sans-serif;
  color: #fff;
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  opacity: 0;
  display: none;
}

.modal {
  z-index: 9999;
  position: fixed;
  display: none;
}

.inner {
  margin: 0 auto;
  width: 960px;
}

.button {
  cursor: pointer;
  border: none;
  outline: none;
  background: #383d6d;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: "MyriadPro-Cond", sans-serif;
  display: inline-block;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}
.button:hover {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
  color: #000;
}

.h1 {
  color: #000;
  font-family: "MyriadPro-Bold", sans-serif;
  font-size: 34px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.h1:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  background: url(img/header-line.png) no-repeat -90px top;
  width: 80px;
  height: 3px;
}
.h1:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  background: url(img/header-line.png) no-repeat -230px top;
  width: 80px;
  height: 3px;
}

header {
  width: 100%;
  height: 100px;
  padding-top: 25px;
  position: fixed;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.66);
}
header nav {
  margin-left: 145px;
  height: 52px;
  padding: 0 12px;
  display: inline-block;
  border-left: 1px solid #383d6d;
  border-right: 1px solid #383d6d;
  vertical-align: top;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav div {
  display: inline-block;
  margin-top: 10px;
}
header nav div + div {
  float: right;
}
header nav div a {
  display: block;
  font-size: 18px;
  padding-left: 3px;
  font-family: "MyriadPro-Cond", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
header nav div a:hover {
  padding-left: 2px;
  border-left: 1px solid #fff;
  color: #383d6d;
}
header address {
  float: right;
  text-align: center;
}
header address span {
  display: block;
  font-size: 23px;
  font-size: 20px;
  font-family: "MyriadPro-Cond", sans-serif;
  margin-top: -24px;
}
header address .button {
  width: 136px;
  height: 23px;
  line-height: 24px;
}

#slides {
  width: 100%;
  height: 672px;
}
#slides .slides-pagination {
  bottom: 155px;
}
#slides .slides-pagination a {
  border-color: #6e6e6e;
}
#slides .slides-pagination a.current {
  background: #6e4f04;
}
#slides .slides-navigation {
  width: 960px;
  left: 50%;
  top: 340px;
  margin-left: -480px;
}
#slides .slides-navigation a {
  background: url(img/sprite.png) no-repeat 0 -60px;
  width: 26px;
  height: 51px;
  float: left;
}
#slides .slides-navigation a + a {
  float: right;
  background-position: left top;
}

#slides .container {
  position: relative;
  margin: 140px auto 0;
  width: 710px;
  text-align: center;
  /*-webkit-transition: all 2s cubic-bezier(0.25, 0.86, 0, 0.96);*/
  /*-moz-transition: all 2s cubic-bezier(0.25, 0.86, 0, 0.96);*/
  /*-o-transition: all 2s cubic-bezier(0.25, 0.86, 0, 0.96);*/
  /*transition: all 2s cubic-bezier(0.25, 0.86, 0, 0.96);*/
}
#slides .container div {
  padding-top: 32px;
  height: 220px;
  width: 100%;
  margin-bottom: 12px;
  background: rgba(0, 0, 0, 0.66);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #383d6d;
  border-right: 1px solid #383d6d;
}
#slides .container div h1 {
  font-size: 32px;
  font-family: "MyriadPro-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#slides .container div h2 {
  font-size: 29px;
  font-family: "MyriadPro-Cond", sans-serif;
}
#slides .container span {
  display: inline-block;
  opacity: 1;
  color: #383d6d;
  width: 348px;
  height: 47px;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.66);
  font-size: 25px;
  font-family: "MyriadPro-Cond", sans-serif;
  float: left;
  /*-webkit-transition: all 1s linear;
  -webkit-transition-delay: 1s;
  -moz-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  transition: all 1s linear 1s;*/
  border-left: 1px solid #383d6d;
}

#slides .container span:last-child {
  border-right: 1px solid #383d6d;
  border-left: none;
}

#slides .container span + span {
  float: right;
}

.main-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.19);
  height: 125px;
  padding-top: 25px;
  text-align: center;
  margin-top: -150px;
  z-index: 5;
  position: relative;
}
.main-form h2 {
  padding-top: 12px;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: "MyriadPro-Cond", sans-serif;
  text-align: center;
}

form.form input {
  font-size: 20px;
  font-family: "MyriadPro-Cond", sans-serif;
  width: 159px;
  height: 27px;
  border: none;
  outline: none;
  color: #fff;
  margin-right: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 27px;
  padding: 0 22px 0 8px;
  background: #18191e url(img/sprite.png) no-repeat right -123px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
form.form input:focus {
  background-position: right -153px;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(92, 66, 3, 0.65), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 4px 0px rgba(92, 66, 3, 0.65), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 4px 0px rgba(92, 66, 3, 0.65), 0 1px 1px rgba(0, 0, 0, 0.2);
}
form.form input + input {
  background-position: right -189px;
}
form.form input + input:focus {
  background-position: right -219px;
}
form.form .button {
  width: 159px;
  height: 27px;
  line-height: 27px;
}

.section-1 {
  width: 100%;
  height: 765px;
  background: url(img/section-1.jpg) no-repeat center top;
  padding-top: 36px;
  text-align: center;
  /*color: #818181;*/
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-1 h1 {
  margin-bottom: 40px;
}
.section-1 .inner {
  text-align: left;
}
.section-1 .inner > div {
  margin-bottom: 10px;
}
.section-1 article {
  position: relative;
  width: 310px;
  height: 310px;
  background: #eeeeee;
  overflow: hidden;
  display: inline-block;
}
.section-1 article:hover {
  color: #000;
}
.section-1 article + article {
  margin-left: 10px;
}
.section-1 article img {
  cursor: pointer;
  display: block;
  margin: -22px 0 3px 0;
}
.section-1 article h2 {
  font-size: 18px;
  margin-bottom: 4px;
  padding-left: 8px;
}
.section-1 article p {
  font-size: 14px;
  padding-left: 8px;
  line-height: 1.2;
}
.section-1 article .button {
  position: absolute;
  bottom: 12px;
  left: 85px;
  width: 137px;
  height: 23px;
  line-height: 23px;
  display: block;
  margin: 2px auto;
  border: 1px solid #c5c5c5;
}
.section-1 article .button + a {
  position: absolute;
  bottom: 4px;
  left: 100px;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  width: 115px;
  color: #818181;
}
.section-1 article .button + a:hover {
  color: #000;
}

.section-2, .section-4 {
  height: 444px;
  width: 100%;
  background: url(img/section-2.jpg) no-repeat center top white;
}
.section-2 .inner, .section-4 .inner {
  background: #000;
  height: 100%;
  padding: 26px 18px 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}
.section-2 h1, .section-4 h1 {
  font-size: 30px;
  font-family: "MyriadPro-Bold", sans-serif;
  margin-bottom: 46px;
  text-transform: uppercase;
}
.section-2 p, .section-4 p {
  font-size: 18px;
  line-height: 1.5;
}
.section-2 p b, .section-4 p b {
  font-family: "MyriadPro-Bold", sans-serif;
}
.section-2 p + p, .section-4 p + p {
  margin-top: 44px;
}

.section-3 {
  width: 100%;
  height: 1220px;
  background: url(img/section-3.jpg) no-repeat center top;
  padding-top: 36px;
  text-align: center;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-3 h1 {
  margin-bottom: 40px;
}
.section-3 div {
  margin-bottom: 16px;
  text-align: center;
}
.section-3 div article {
  width: 468px;
  height: 540px;
  border: 1px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 7px 0 7px;
  display: inline-block;
  background: #d9d9d9;
}
.section-3 div article h2 {
  text-align: left;
  font-size: 18px;
  font-family: "MyriadPro-Regular", sans-serif;
  line-height: 1.18;
  margin-bottom: 16px;
}
.section-3 div article h2 b {
  font-family: "MyriadPro-Semibold", sans-serif;
}
.section-3 div article span {
  text-align: left;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.section-3 div article img {
  margin-bottom: 12px;
}
.section-3 div article img + img {
  margin-left: 8px;
}
.section-3 div article + article {
  float: right;
}

.section-4 {
  height: 245px;
  width: 100%;
  background: url(img/section-4.jpg) no-repeat center 10px white;
}
.section-4 .inner {
  background: #000;
  height: 100%;
  padding: 28px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.section-4 h1 {
  font-size: 30px;
  font-family: "MyriadPro-Bold", sans-serif;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.section-4 h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 34px;
}
.section-4 .button {
  width: 137px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #c5c5c5;
}

.section-5 {
  width: 100%;
  background: url(img/section-5.jpg) no-repeat center top;
  height: 955px;
  padding-top: 38px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-5 h1 {
  margin-bottom: 80px;
  color: #fff;
}
.section-5 h1:before {
  width: 138px;
  background: url(img/header-line.png) no-repeat 0px -4px;
}
.section-5 h1:after {
  width: 138px;
  background: url(img/header-line.png) no-repeat -266px -4px;
}
.section-5 .inner {
  position: relative;
}
.section-5 #datepicker {
  position: relative;
  width: 378px;
  height: 330px;
  margin: 0 auto 60px;
}
.section-5 #datepicker > span {
  display: block;
  position: absolute;
  font-size: 18px;
  text-align: left;
  top: -35px;
}
.section-5 #datepicker > span + span {
  top: 356px;
}
.section-5 #timepiecker {
  width: 378px;
  height: 100px;
  background: #000;
  margin: 0 auto 25px;
  text-align: center;
}
.section-5 #timepiecker article {
  line-height: 0.9;
  padding-top: 9px;
  display: inline-block;
  position: relative;
  color: #1f1f1f;
  font-size: 30px;
  font-family: 'Tahoma', sans-serif;
}
.section-5 #timepiecker article + article {
  margin-left: 10px;
}
.section-5 #timepiecker article + article:before {
  content: ':';
  position: absolute;
  color: #fff;
  top: 33px;
  left: -12px;
}
.section-5 #timepiecker article span {
  display: block;
}
.section-5 #timepiecker article span.current {
  color: #fff;
}
.section-5 #timepiecker article > div {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  z-index: 3;
}
.section-5 #timepiecker article > div a {
  width: 20px;
  height: 18px;
  display: inline-block;
  background: url(img/time-sprite.png) no-repeat center 2px;
  vertical-align: top;
}
.section-5 #timepiecker article > div a + a {
  margin-top: 52px;
  background-position: center -5px;
}
.section-5 form {
  text-align: left;
  display: inline-block;
  width: 535px;
}
.section-5 form span {
  display: block;
  margin-bottom: 14px;
}
.section-5 form textarea {
  overflow: hidden;
  resize: none;
  width: 237px;
  height: 98px;
  background: #eeeeee;
  border: none;
  float: left;
  font-size: 18px;
  font-family: "MyriadPro-Regular", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
}
.section-5 form textarea:-moz-placeholder {
  color: #000;
}
.section-5 form input {
  float: right;
  width: 237px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: "MyriadPro-Regular", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px 0 8px;
  -webkit-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.88);
  background: #eeeeee url(img/sprite-2.png) no-repeat 215px -93px;
}
.section-5 form input::-webkit-input-placeholder {
  color: #000;
}
.section-5 form input + input {
  background-position: 215px -135px;
  margin-top: 17px;
}
.section-5 form button {
  display: block;
  margin: 160px auto 0;
  width: 212px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

/* Стили для jQuery UI Datepicker  */
.ui-datepicker-inline {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16.5px;
  padding: 0;
  margin: 0;
  width: 378px;
  height: 330px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker-inline > div {
  position: relative;
  height: 68px;
  line-height: 68px;
  font-size: 23px;
}
.ui-datepicker-inline > div a {
  background: #383d6d url(img/sprite-2.png) no-repeat center -46px;
  display: block;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 51px;
  height: 51px;
  right: -77px;
  top: 140px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-datepicker-inline > div a:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.79);
}
.ui-datepicker-inline > div a:first-child {
  background-position: center 15px;
  left: -77px;
  right: none;
}
.ui-datepicker-inline > div a span {
  color: transparent;
}
.ui-datepicker-inline > div > div {
  position: relative;
}
.ui-datepicker-inline > div > div .ui-datepicker-month {
  font-size: 23px;
  text-transform: uppercase;
}
.ui-datepicker-inline > div > div .ui-datepicker-year {
  display: none;
  position: absolute;
}
.ui-datepicker-inline table {
  width: 100%;
  height: 240px;
}
.ui-datepicker-inline table tr {
  height: 29px;
}
.ui-datepicker-inline table td {
  font-size: 16.5px;
  text-align: center;
  padding: 0 4px;
}
.ui-datepicker-inline table td.ui-datepicker-unselectable {
  color: #4c5246;
}
.ui-datepicker-inline table td a {
  color: #c7c7c7;
  display: block;
  text-align: center;
  line-height: 36px;
}
.ui-datepicker-inline table td a.ui-state-active {
  background: #383d6d;
  color: #fff;
  position: relative;
}
.ui-datepicker-inline table thead tr {
  height: 36px;
  border: 2px solid #727272;
  border-left: none;
  border-right: none;
  color: #383d6d;
}
.ui-datepicker-inline table thead tr th {
  text-align: center;
}
.ui-datepicker-inline table thead span {
  font-size: 14.2px;
  text-transform: uppercase;
}

.section-6 {
  width: 100%;
  padding: 60px 0 20px;
  text-align: center;
}
.section-6 .inner {
  width: 960px;
  height: 800px;
  background: white url(img/section-6.jpg) no-repeat center top;
}
.section-6 a {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  color: #000;
  font-family: "IntroRegular", sans-serif;
  font-size: 16.6px;
}
.section-6 a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(img/arrows-v.png) no-repeat;
}
.section-6 a.up:before {
  background-position: 0 -42px;
}

.section-7 {
  width: 100%;
  background: url(img/section-7.jpg) no-repeat center top;
  height: 405px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 44px;
  text-align: center;
}
.section-7 h1 {
  margin-bottom: 50px;
}
.section-7 h1:before {
  width: 200px;
  background-position: 0 0;
}
.section-7 h1:after {
  width: 200px;
  background-position: right 0;
}
.section-7 div {
  margin-bottom: 30px;
  text-align: center;
}
.section-7 figure {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  /*height: 234px;*/
  overflow: hidden;
  /*margin-top: 30px;*/
}
.section-7 figure figcaption {
  color: #000;
  font-size: 17px;
  margin-top: 2px;
  line-height: 1.07;
}
.section-7 figure img {
  border: 2px solid #0d0d0d;
}
.section-7 figure + figure {
  margin-left: 15px;
}

.section-8 {
  width: 100%;
  background: #fff;
  height: 672px;
  padding-top: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-8 .inner {
  height: 100%;
  background: url(img/section-8.jpg) no-repeat center top;
}
.section-8 h1 {
  margin-bottom: 60px;
}
.section-8 h1:before {
  width: 200px;
  background-position: 0 0;
}
.section-8 h1:after {
  width: 200px;
  background-position: right 0;
}

.section-9 {
  width: 100%;
  height: 406px;
  background: url(img/section-9.jpg) no-repeat center top;
}
.section-9 .inner {
  padding: 90px 0 0 32px;
}
.section-9 .inner a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.95);
  display: inline-block;
}
.section-9 .inner a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.section-9 .inner a + a {
  margin-left: 46px;
}

.section-10 {
  width: 100%;
  background: url(img/section-10.jpg) no-repeat center top;
}

.sform {
  width: 960px;
  height: 245px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  text-align: center;
  padding-top: 28px;
  color: #fff;
}
.sform h1 {
  font-size: 30px;
  font-family: "MyriadPro-Bold", sans-serif;
  margin-bottom: 18px;
}
.sform h2 {
  font-size: 19px;
  margin-bottom: 18px;
}
.sform form input {
  margin: 0 0 26px;
}
.sform form input + input {
  margin-left: 56px;
}
.sform form .button {
  border: 1px solid #c5c5c5;
}

#map {
  width: 100%;
  height: 427px;
  padding-top: 97px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(img/map.jpg) no-repeat center top;
}
#map .inner address {
  line-height: 1.3;
  word-spacing: -0.5px;
  letter-spacing: -0.5px;
  display: inline-block;
  width: 485px;
  height: 175px;
  margin: 0 18px 0 35px;
  padding: 25px 155px 55px 25px;
  color: #000;
  font-size: 16.6px;
  position: relative;
  background: white url(img/map-mini.jpg) no-repeat 450px center;
}
#map .inner address span {
  display: block;
}
#map .inner address span:first-child {
  font-size: 19.3px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
#map .inner address time {
  display: block;
  line-height: 1;
  margin: 25px 0 25px;
  margin: 10px 0 10px;
}
#map .inner address b {
  font-family: "MyriadPro-Bold", sans-serif;
}
#map .inner a {
  background: white url(img/map-mini-2.jpg) no-repeat 20px 15px;
  display: inline-block;
  color: #000;
  font-size: 16.6px;
  width: 188px;
  height: 76px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0 0 85px;
  text-align: left;
  letter-spacing: -1px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#map .inner a:hover {
  text-decoration: underline;
  margin-left: 15px;
}
#map .inner a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 41px solid transparent;
  border-left: 36px solid #fff;
  border-bottom: 35px solid transparent;
}

footer {
  width: 100%;
  height: 100px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}
footer section {
  margin-left: 270px;
  vertical-align: 10px;
  display: inline-block;
  font-size: 16.6px;
  font-family: "MyriadPro-Cond", sans-serif;
  color: #fff;
  text-align: center;
}
footer section div {
  text-transform: uppercase;
  border-right: 2px solid #383d6d;
  padding-right: 3px;
}
footer section div span {
  background: #383d6d;
  display: inline-block;
  padding: 1px 2px;
}
footer address {
  float: right;
  text-align: center;
}
footer address span {
  display: block;
  font-size: 23px;
  font-size: 20px;
  font-family: "MyriadPro-Cond", sans-serif;
  margin-top: -24px;
}
footer address .button {
  width: 136px;
  height: 23px;
  line-height: 24px;
}
footer .copyright a {
  color: #fff;
}
/*=============================*/
.left_fixed, .right_fixed{
	position: fixed;
	z-index: 9999;
	top: 180px;
	background: #fff;
	background: rgba(0,0,0,.66);
	/*border-radius: 10px;
	-webkit-border-radius: 10px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.left_fixed{
/*display: none;*/
	left: 10px;
	width: 300px;
	height: 327px;
	padding: 32px 35px;
	top: 140px;
}
.right_fixed{
	right: 30px;
	width: 58px;
	height: 226px;
	padding: 17px 0;
	text-align: center;
}
.left_fixed a{
	position: relative;
	width: 100%;
	height: 57px;
	border: 1px solid #2e4668;
	background: #2f72c1;
	display: block;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #719fd5), color-stop(32%, #2f72c1));
	background-image: -webkit-linear-gradient(#719fd5 0%, #2f72c1 32%);
	background-image: -moz-linear-gradient(#719fd5 0%, #2f72c1 32%);
	background-image: -o-linear-gradient(#719fd5 0%, #2f72c1 32%);
	background-image: linear-gradient(#719fd5 0%, #2f72c1 32%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 15px 0 56px;
	-webkit-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.75),
				inset 1px 1px 1px 0 rgba(255,255,255,.75);
	-moz-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.75),
				inset 1px 1px 1px 0 rgba(255,255,255,.75);
	-o-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.75),
				inset 1px 1px 1px 0 rgba(255,255,255,.75);
	box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.75),
				inset 1px 1px 1px 0 rgba(255,255,255,.75);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: calibri, sans-serif;
}
.left_fixed-3, .left_fixed-4 {
	padding-top: 15px !important;
}
.right_fixed a{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: url(../img/sprite_fixed.png) no-repeat -65px top;
}
.right_fixed a.right_fixed-2{
	background-position: -64px -52px;
}
.right_fixed a.right_fixed-3{
	background-position: -64px -107px;
}
.right_fixed a.right_fixed-4{
	background-position: -64px -161px;
}
.right_fixed a+a{
	margin-top: 13px;
}
.left_fixed a.b{
	font-size: 24px;
	padding-left: 62px;
}
.left_fixed a:before{
	content: '';
	width: 37px;
	height: 37px;
	position: absolute;
	background: url(../img/sprite_fixed.png) no-repeat left top;
	left: 10px;
	top: 7px;
}
.left_fixed a.left_fixed-2:before{
	background-position: left -53px;
	top: 9px;
}
.left_fixed a.left_fixed-3:before{
	background-position: left -102px;
	top: 9px;
}
.left_fixed a.left_fixed-4:before{
	background-position: left -150px;
	top: 9px;
}
.left_fixed a+a{
	margin-top: 10px;
}
/*================================*/