nav,
header,
footer,
section,
article,
figure {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: white;
  color: #040404;
  font: 15px Helvetica, Arial, sans-serif;
  line-height: 25px;
  margin: 0;
  min-width: 320px;
}

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

a:hover {
  text-decoration: underline;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

img {
  border: none;
}

form,
fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  color: #6a6765;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font: 15px "Cinzel", "Times New Roman", Georgia, Serif;
  vertical-align: middle;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

audio,
canvas,
video {
  display: inline-block;
}

figure {
  margin: 0;
  padding: 0;
}

/* media styles start */
@media only screen and (max-width: 959px) {
  body {
    line-height: 20px;
  }
}
/* media styles start */
.container {
  margin: 0 auto;
  max-width: 1062px;
  padding: 0 21px;
}
.container:after {
  clear: both;
  content: "";
  display: block;
}

.accessibility {
  left: -9999px;
  position: absolute;
  top: 0;
}

#twocolumn:after {
  clear: both;
  content: "";
  display: block;
}

.placeholder {
  display: block;
}

[class^="ico"] {
  background: url('../images/sprite.png?1406018610') no-repeat;
  display: inline-block;
  vertical-align: middle;
}

* + html [class^="ico"] {
  display: inline;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media only screen and (max-width: 959px) {
  .l-hidden {
    display: none !important;
  }

  .l-visible {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-hidden {
    display: none !important;
  }

  .m-visible {
    display: block !important;
  }
}
@media only screen and (max-width: 639px) {
  .sm-hidden {
    display: none !important;
  }

  .sm-visble {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .xs-hidden {
    display: none !important;
  }

  .xs-visible {
    display: block !important;
  }
}
.heading {
  color: white;
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.heading .holder {
  margin: 0 auto;
  max-width: 548px;
  position: relative;
}
.heading .caption {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 27px;
}
.heading .border-left,
.heading .border-right {
  height: 5px;
  left: 0;
  margin-top: -3px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50%;
  z-index: 1;
}
.heading .border-left:after,
.heading .border-right:after {
  border: 1px solid #555351;
  border-width: 1px 0;
  content: "";
  height: 2px;
  left: 0;
  margin-right: 83px;
  position: absolute;
  right: 0;
  top: 0;
}
.heading .border-right {
  left: auto;
  right: 0;
}
.heading .border-right:after {
  margin: 0 0 0 83px;
}
.heading h1 {
  font-size: 59px;
  line-height: 61px;
}

/* basic elements styles start */
p {
  margin: 0 0 20px;
}

h1 {
  font: 52px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 54px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h2 {
  font: 30px "Cinzel", "Times New Roman", Georgia, Serif;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h3 {
  font: 21px "Cinzel", "Times New Roman", Georgia, Serif;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 20px;
}

/* media styles start */
@media only screen and (max-width: 959px) {
  h1 {
    font-size: 47px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 19px;
  }

  .heading .caption {
    font-size: 21px;
    line-height: 25px;
  }
  .heading h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  h2 {
    font-size: 26px;
  }

  .heading {
    margin-bottom: 15px;
  }
  .heading .caption {
    font-size: 18px;
    line-height: 20px;
  }
  .heading h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .heading .border-left:after {
    margin-right: 68px;
  }
  .heading .border-right:after {
    margin-left: 68px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
/* media styles end */
/* basic elements styles end */
/* btn styles start */
.btn {
  background: #4f4f4f;
  color: white;
  display: inline-block;
  font: 24px "Cinzel", "Times New Roman", Georgia, Serif;
  min-height: 52px;
  line-height: 28px;
  margin: 0;
  min-width: 134px;
  padding: 0 21px;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover {
  background: #6a6a6a;
}

.btn:hover {
  text-decoration: none;
}

.btn.light-gray {
  background: #c9c9c9;
}
.btn.light-gray:hover {
  background: #9f9f9f;
}

.btn.gray {
  background: #7c7c7c;
}
.btn.gray:hover {
  background: #898989;
}

.btn.blue {
  background: #95c3db;
}

.btn.green {
  background: #71cb3a;
}

.btn.pink {
  background: #ff646f;
}

.btn.light-blue {
  background: #58c3ff;
}

.btn.orange {
  background: #c28a1e;
}

.btn.full-width {
  padding: 0;
  width: 100%;
}

.btn.small {
  min-height: 44px;
  min-width: 110px;
  padding: 0 10px;
}

input[type="submit"].btn,
button.btn {
  border: none;
  cursor: pointer;
  line-height: normal !important;
  overflow: visible;
}

.btn-add {
  background: none;
  border: none;
  color: #a3a3a3;
  cursor: pointer;
  font: italic 15px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: none;
}
.btn-add:hover .ico {
  background-position: -168px -168px;
}
.btn-add .ico {
  background: url('../images/sprite.png?1406018610') no-repeat -193px -122px;
  display: inline-block;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 10px;
  vertical-align: middle;
  width: 44px;
}

/* media styles start */
@media only screen and (max-width: 639px) {
  .btn {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .btn {
    font-size: 19px;
    line-height: 23px;
  }
}
/* media styles end */
/* btn styles end */
/* custom form elements styles start */
.outtaHere {
  left: -9999px !important;
  position: absolute !important;
}

.outtaHere-touch {
  height: 100%;
  left: 0 !important;
  opacity: 0;
  position: absolute !important;
  top: 0 !important;
  width: 100%;
  z-index: 1;
}

/* custom radio styles start */
.radioAreaChecked,
.radioArea {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #b9b9b9;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 12px;
}

.radioAreaChecked:after {
  background: #b9b9b9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

/* custom radio styles end */
/* custom checkbox styles start */
.checkboxAreaChecked,
.checkboxArea {
  border: 1px solid #b9b9b9;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.checkboxAreaChecked:after {
  background: #b9b9b9;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

/* custom checkbox styles end */
/* custom form elements styles end */
#wrapper {
  overflow: hidden;
  position: relative;
}

/* header styles start */
#header {
  font-family: "Cinzel", "Times New Roman", Georgia, Serif;
  padding: 14px 0;
  position: relative;
  z-index: 10;
}
#header .container {
  position: relative;
}
#header .has-border:before {
  background: #dddddd;
  bottom: -16px;
  content: "";
  height: 2px;
  left: 21px;
  position: absolute;
  right: 21px;
}
#header .logo {
  background: url('../images/sprite.png?1406018610') no-repeat;
  height: 81px;
  overflow: hidden;
  margin: 0 0 0 42px;
  text-indent: -9999px;
  width: 237px;
}
#header .logo a {
  display: block;
  height: 100%;
}
#header .list-holder {
  margin-bottom: 26px;
}
#header .list-holder:after {
  clear: both;
  content: "";
  display: block;
}

.header-box {
  margin-right: 42px;
  padding-top: 3px;
}
.header-box.got-contacts {
  padding-top: 0;
}

/* nav styles start */
#nav {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 19px;
  max-width: 679px;
  text-transform: uppercase;
}
#nav .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav .list:after {
  clear: both;
  content: "";
  display: block;
}
#nav .list > li {
  float: left;
  margin-left: 26px;
}
#nav .list > li:first-child {
  margin-left: 0;
}
#nav .has-drop {
  position: relative;
}
#nav .has-drop.hover > a {
  color: #d89a21;
  text-decoration: none;
}
#nav .has-drop.hover .drop {
  display: block;
}
#nav a {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#nav a:hover {
  color: #d89a21;
  text-decoration: none;
}
#nav .drop {
  display: none;
  left: 50%;
  margin-left: -68px;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  width: 143px;
}
#nav .drop ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
  list-style: none;
  margin: 0;
  padding: 7px 0 1px;
  background: white;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}
#nav .drop ul:after {
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  width: 0;
}
#nav .drop li {
  padding: 0 15px;
  position: relative;
}
#nav .drop li:first-child:after {
  display: none;
}
#nav .drop li:after {
  background: #dddddd;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
#nav .drop a {
  display: block;
  padding: 7px 0;
}

/* nav styles end */
/* phone list styles start */
.phone-list {
  list-style: none;
  margin: 0 -15px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  max-width: 370px;
  position: relative;
}
.phone-list li {
  float: right;
  margin-right: 15px;
  font-weight: normal;
}

/* phone list styles end */
/* header styles end */
/* media styles start */
@media only screen and (max-width: 959px) {
  #header .logo {
    background-position: -245px -6px;
    height: 68px;
    margin-left: 10px;
    width: 200px;
  }

  .header-box {
    margin-right: 10px;
  }

  #nav {
    font-size: 14px;
  }
  #nav .list > li {
    margin-left: 16px;
  }
  #nav .drop {
    margin-left: -62px;
    width: 128px;
  }
  #nav .drop ul {
    font-size: 12px;
    padding-top: 3px;
  }
  #nav .drop li {
    padding: 0 8px;
  }
  #nav .drop li:after {
    left: 8px;
    right: 8px;
  }
  #nav .drop a {
    padding: 5px 0;
  }

  .phone-list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 18px 0 7px;
  }
  #header .logo {
    float: none !important;
    margin: 0 auto 19px;
  }
  #header .list-holder {
    margin-bottom: 14px;
  }
  #header .has-border:before {
    bottom: -9px;
  }

  .header-box {
    float: none !important;
    padding-top: 0;
    margin-right: 0;
  }

  #nav {
    margin: 0 auto;
  }
  #nav .list {
    text-align: center;
  }
  #nav .list > li, #nav .list > li:first-child {
    display: inline-block;
    float: none;
    margin: 0 8px 10px;
  }
  #nav .drop {
    margin-left: -52px;
    width: 115px;
  }

  .phone-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none !important;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .phone-list li {
    display: inline-block;
    float: none;
    margin: 0 7px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 479px) {
  #nav .list li,
  #nav .list li:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* media styles end */
/* main styles start */
#main {
  position: relative;
  z-index: 2;
}

.sections-header {
  padding-top: 17px;
  position: relative;
  z-index: 1;
}
.sections-header .header-frame {
  margin: 0 43px;
  position: relative;
}
.sections-header .header-frame:after {
  clear: both;
  content: "";
  display: block;
}
.sections-header .header-frame > .border-left, .sections-header .header-frame > .border-right {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 50%;
  z-index: -1;
}
.sections-header .header-frame > .border-left:after, .sections-header .header-frame > .border-right:after {
  background: #9e9e9e;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-right: 122px;
  right: 0;
}
.sections-header .header-frame > .border-right {
  left: auto;
  right: 0;
}
.sections-header .header-frame > .border-right:after {
  margin: 0 0 0 123px;
}
.sections-header .heading, .bggray .sections-header.white .heading {
  border: 1px solid #9e9e9e;
  color: #625f5e;
  left: 50%;
  margin: -8px 0 0 -122px;
  min-width: 224px;
  padding-top: 4px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.sections-header .heading .border-left:after,
.sections-header .heading .border-right:after {
  border-color: #9e9e9e;
  height: 1px;
  margin-right: 62px;
}
.sections-header .heading .border-right:after {
  margin: 0 0 0 59px;
}
.sections-header .heading .border-left,
.sections-header .heading .border-right {
  margin-top: -2px;
}
.sections-header .caption {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 19px;
  position: relative;
  z-index: 2;
}
.sections-header h2 {
  font-size: 23px;
  line-height: 27px;
  margin: -4px 0 6px;
  position: relative;
}
/*
.sections-header.white .heading {
  border-color: #e5e5e5;
  color: #e5e5e5;
}
*/
.sections-header.white .heading .border-left:after,
.sections-header.white .heading .border-right:after {
  border-color: #e5e5e5;
}
.sections-header.white .breadcrumbs .home {
  background-position: -257px -204px;
}
.sections-header.white .header-frame > .border-left:after, .sections-header.white .header-frame > .border-right:after {
  background: white;
}
.sections-header.white .sections-nav li:after {
  background-color: white;
}
.sections-header.white .sections-nav .prev a:after {
  background-position: -175px -253px;
}
.bggray .sections-header.white .sections-nav .prev a:after {
  background-position: -175px -218px;
}
.sections-header.white .sections-nav .next a:after {
  background-position: -197px -253px;
}

.sections-nav {
  list-style: none;
  margin: 0 -9px 0 0;
  padding: 0;
  overflow: hidden;
}
.sections-nav li {
  float: left;
  position: relative;
}
.sections-nav li:after {
  background: #afafaf;
  bottom: -9999px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.sections-nav li:first-child:after {
  display: none;
}
.sections-nav .prev a,
.sections-nav .next a {
  display: block;
  height: 27px;
  overflow: hidden;
  padding: 9px 19px;
  position: relative;
  text-indent: -9999px;
  width: 15px;
}
.sections-nav .prev a:after,
.sections-nav .next a:after {
  background: url('../images/sprite.png?1406018610') no-repeat -175px -218px;
  content: "";
  height: 27px;
  left: 19px;
  position: absolute;
  top: 7px;
  width: 15px;
}
.sections-nav .next a:after {
  background-position: -196px -218px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 14px 0 0 2px;
}
.breadcrumbs:after {
  clear: both;
  content: "";
  display: block;
}
.breadcrumbs li {
  float: left;
  margin-left: 10px;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs .home {
  background: url('../images/sprite.png?1406018610') no-repeat -256px -177px;
  display: block;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
}

/* visual styles start */
.visual {
  font: 21px "Cinzel", "Times New Roman", Georgia, Serif;
  margin-bottom: 28px;
  position: relative;
}
.visual .img-holder {
  position: relative;
}

.visual .bg-holder {
  position: relative;
  overflow: hidden;
}
.visual .heading-holder {
  background: black;
  background: rgba(0, 0, 0, 0.76);
  bottom: 0;
  color: white;
}
.visual .heading-holder .box {
  margin: 0 auto;
  max-width: 1020px;
  padding: 3px 31px 6px;
}

.visual h2 {
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.visual img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.visual p {
  margin-bottom: 2px;
}

/* info cols styles start */
.info-cols {
  overflow: hidden;
  position: relative;
}
.info-cols:after {
  background: #5c5c5c;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -2;
}
.info-cols:before {
  background: black;
  bottom: 20px;
  content: "";
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 20px;
  width: 1px;
  z-index: -1;
}
.info-cols .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.info-cols .col:first-child a:after {
  right: 3px;
}
.info-cols a {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #484645;
  display: block;
  padding: 13px 15px 14px 23px;
  position: relative;
  text-decoration: none;
}
.info-cols a span {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #c28a1e;
  display: inline-block;
}
.info-cols a:after {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  background: #b3986d;
  bottom: -9999px;
  content: "";
  left: -4px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.info-cols a:hover {
  color: white;
}
.info-cols a:hover span {
  color: white;
}
.info-cols a:hover:after {
  opacity: 1;
}
.info-cols h3 {
  margin: 0;
}
.info-cols .note {
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  padding-top: 3px;
}

/* info cols styles end */
/* visual styles end */
/* promo info styles start */
.promo-info {
  margin-bottom: 36px;
  padding: 0 0 25px 0;
  position: relative;
}
.promo-info:after {
  clear: both;
  content: "";
  display: block;
}
.promo-info:before {
  background: black;
  bottom: 3px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 5px;
  width: 1px;
}

.promo-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 19px;
  padding-right: 25px;
  width: 50%;
}
.promo-text .img-holder {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
  margin: 0 19px 10px 0;
}
.promo-text .img-holder.small-img {
  max-width: 203px;
  max-height: 237px;
}
.promo-text .img-holder.big-img {
  max-width: 340px;
  max-height: 398px;
}
.promo-text img {
  display: block;
  height: auto;
  width: 100%;
}
.promo-text p {
  margin-bottom: 12px;
}
.promo-text .note {
  display: block;
  font-style: normal;
  font: 15px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.promo-text .holder {
  margin-top: 7px;
  padding-right: 15px;
}
.promo-text h1 {
  margin-bottom: 0;
}
.promo-text .box {
  margin-left: 7px;
  overflow: hidden;
}
.promo-text .caption {
  font: 20px "Cinzel", "Times New Roman", Georgia, Serif;
  padding-top: 11px;
  margin: 0 6px 10px 0;
}
.promo-text .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promo-text .social-list li {
  display: inline-block;
  margin: 0 0 5px 5px;
  vertical-align: middle;
}
.promo-text .social-list a {
  background: url('../images/sprite.png?1406018610') no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}
.promo-text .social-list .amazon {
  background-position: 0 -95px;
  height: 36px;
  width: 37px;
}
.promo-text .social-list .bonzo-box {
  background-position: -41px -96px;
  height: 35px;
  width: 34px;
}

.promo-text .social-list .indie_bound {
  background: url('../images/indie_bound.jpg') no-repeat;
  height: 34px;
  width: 34px;
}

.promo-text .social-list .vk {
  background-position: -118px -95px;
  height: 34px;
  width: 34px;
}
.promo-text .social-list .ibooks {
  background-position: -81px -97px;
  height: 32px;
  width: 31px;
}

/* promo info styles end */
/* ill list styles start */
.ill-list {
  background: #31272c url('../images/../images/backgrounds/bg-pattern-1.jpg?1404140012') repeat-x;
  padding: 20px 0 19px;
}
.ill-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1010px;
  text-align: center;
}
.ill-list li {
  display: inline-block;
  margin: 0 1px;
  position: relative;
  vertical-align: middle;
  width: 14%;
}
.ill-list li .bg {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  background: black;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
.ill-list img {
  height: auto;
  width: 100%;
}
.ill-list li:hover .bg {
  opacity: 1;
}
.ill-list figure {
  border-bottom: 2px solid #95c3db;
  margin: 0 auto;
  max-height: 466px;
  max-width: 139px;
  overflow: hidden;
  position: relative;
}
.ill-list figure figcaption {
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0 0 1px;
  -moz-box-shadow: rgba(50, 50, 50, 0.4) 0 0 1px;
  box-shadow: rgba(50, 50, 50, 0.4) 0 0 1px;
  background: white;
  bottom: 0;
  color: #484645;
  font-family: "Cinzel", "Times New Roman", Georgia, Serif;
  left: 0;
  padding: 18px 5px 8px;
  position: absolute;
  right: 0;
}
.ill-list figure figcaption:after {
  background: url('../images/sprite.png?1406018610') no-repeat -171px -122px;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: -9px;
  width: 15px;
}
.ill-list figure .img-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.ill-list figure h3 {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  z-index: 1;
}

/* ill list styles end */
/* about info styles start */
.about-info {
  padding-top: 8px;
}
.about-info .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px 0 58px;
}
.about-info h2 {
  font-size: 34px;
  line-height: 36px;
  margin: 0 0 10px -3px;
  position: relative;
  text-transform: none;
}
.about-info h2 span {
  display: block;
  font-size: 24px;
}
.about-info #twocolumn {
  position: relative;
}
.about-info #twocolumn:before {
  background: black;
  bottom: 54px;
  content: "";
  right: 42.6%;
  position: absolute;
  top: 47px;
  width: 1px;
}
.about-info #content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 69px 0 0;
  width: 57.4%;
}
.about-info #sidebar {
  margin-bottom: 8px;
  padding: 47px 0;
  width: 42.6%;
}

/* side nav styles start */
.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 19px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.side-nav li {
  margin-bottom: -1px;
  position: relative;
}
.side-nav li:first-child a:after {
  display: none;
}
.side-nav a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  padding: 54px 10px 46px;
  position: relative;
}
.side-nav a:after {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background: #5c5c5c;
  content: "";
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.side-nav a:hover:after {
  opacity: 0;
}
.side-nav a:hover {
  color: white;
  text-decoration: none;
}
.side-nav a:hover.black {
  background: black;
}
.side-nav a:hover.brown {
  background: #b3986d;
}
.side-nav a:hover.blue {
  background: #95c3db;
}

/* side nav styles end */
/* about info styles end */
/* media styles start */
.media {
  padding-top: 12px;
  position: relative;
  width: 47%;
}
.media a:after {
  background: url('../images/sprite.png?1406018610') no-repeat -63px -134px;
  bottom: -17px;
  content: "";
  height: 98px;
  left: -17px;
  position: absolute;
  width: 98px;
}
.media .img-holder {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #37221f;
  overflow: hidden;
  position: relative;
}
.media img {
  display: block;
  height: auto;
  width: 100%;
}
.media .offer-logo {
  background: url('../images/sprite.png?1406018610') no-repeat 0 -134px;
  height: 63px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  text-indent: -9999px;
  top: 4px;
  width: 62px;
}
.media .text-holder {
  background: black;
  background: rgba(0, 0, 0, 0.76);
  bottom: 0;
  color: white;
  left: 0;
  padding: 16px 10px 14px 72px;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
}

/* media styles end */
/* main form styles start */
.main-form {
  color: #6a6765;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  padding: 37px 22px 0 62px;
  text-transform: uppercase;
}
.main-form h1, .contentarea h1 {
  color: #3f3d3c;
  font-size: 49px;
  letter-spacing: normal;
  line-height: 51px;
  margin-bottom: 57px;
  text-transform: none;
}
.main-form h2 {
  color: #908d8b;
  font: 35px Helvetica, Arial, sans-serif;
  line-height: 37px;
  margin-bottom: 24px;
}
.main-form h3 {
  font: 23px Helvetica, Arial, sans-serif;
  line-height: 27px;
}
.main-form p {
  margin-bottom: 11px;
}
.main-form .row {
  margin: 0 -5px;
  padding-top: 15px;
  position: relative;
}
.main-form .row:after {
  clear: both;
  content: "";
  display: block;
}
.main-form .row:first-child {
  padding-top: 0;
}
.main-form .btn {
  max-width: 250px;
  letter-spacing: normal;
}
.main-form .btn.hide {
  display: none;
}
.main-form .btn-box {
  margin-left: 52px;
  position: relative;
  z-index: 2;
}
.main-form .btn-box:after {
  clear: both;
  content: "";
  display: block;
}
.main-form fieldset {
  margin-left: 52px;
  position: relative;
  z-index: 1;
}
.main-form .form-frame {
  display: none;
  position: relative;
}
.main-form .form-frame.active {
  display: block;
}
.main-form .form-holder {
  margin: 0 186px -35px 0;
  position: relative;
  padding-bottom: 37px;
}
.main-form .btn-holder {
  padding-bottom: 35px;
}
.main-form .form-box {
  padding: 33px 0 35px;
  position: relative;
}
.main-form .form-box:first-child {
  padding-top: 0;
}
.main-form .form-box:after {
  background: url('../images/decorations/bg-border-dotted.png?1404474982') repeat-x;
  top: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.main-form .form-box:first-child:after {
  display: none;
}
.main-form .note {
  display: block;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: 565px;
  text-transform: none;
}
.main-form input[type="text"],
.main-form input[type="tel"],
.main-form input[type="password"],
.main-form input[type="email"],
.main-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  padding: 14px 14px 13px;
  width: 100%;
}
.main-form input[type="text"].low,
.main-form input[type="tel"].low,
.main-form input[type="password"].low,
.main-form input[type="email"].low,
.main-form textarea.low {
  padding-top: 11px;
  padding-bottom: 9px;
}
.main-form input[type="text"].error,
.main-form input[type="tel"].error,
.main-form input[type="password"].error,
.main-form input[type="email"].error,
.main-form textarea.error {
  border-color: #ff3333;
  color: #ff3333;
}
.main-form textarea {
  resize: none;
}
.main-form .input-holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
.main-form .input-holder.full-width {
  width: 100%;
}
.main-form .input-holder.half-width {
  width: 50%;
}
.main-form .input-holder.extra-large {
  width: 75.3%;
}
.main-form .input-holder.large {
  width: 47.3%;
}
.main-form .input-holder.middle {
  width: 44.3%;
}
.main-form .input-holder.small-middle {
  width: 31%;
}
.main-form .input-holder.small {
  width: 24.7%;
}
.main-form .input-holder input[type="text"],
.main-form .input-holder input[type="tel"],
.main-form .input-holder input[type="password"],
.main-form .input-holder input[type="email"] {
  height: 49px;
}
.main-form .important .input-holder {
  position: relative;
}
.main-form .important label {
  font: 15px "Cinzel", "Times New Roman", Georgia, Serif;
  left: 20px;
  letter-spacing: normal;
  position: absolute;
  text-transform: none;
  top: 15px;
}
.main-form .important label:after {
  background: url('../images/sprite.png?1406018610') no-repeat -253px -115px;
  content: "";
  height: 5px;
  position: absolute;
  right: -5px;
  top: 2px;
  width: 5px;
}
.main-form .important .focus label {
  display: none;
}
.main-form input::-webkit-input-placeholder,
.main-form textarea::-webkit-input-placeholder {
  color: #6a6765;
  opacity: 1;
}
.main-form input::-moz-placeholder,
.main-form textarea::-moz-placeholder {
  color: #6a6765;
  opacity: 1;
}
.main-form input:-ms-input-placeholder,
.main-form textarea:-ms-input-placeholder {
  color: #6a6765;
  opacity: 1;
}
.main-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.main-form input:focus::-moz-placeholder {
  color: transparent;
}
.main-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.main-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.main-form input.error::-webkit-input-placeholder,
.main-form textarea.error::-webkit-input-placeholder {
  color: #ff3333;
  opacity: 1;
}
.main-form input.error::-moz-placeholder,
.main-form textarea.error::-moz-placeholder {
  color: #ff3333;
  opacity: 1;
}
.main-form input.error:-ms-input-placeholder,
.main-form textarea.error:-ms-input-placeholder {
  color: #ff3333;
  opacity: 1;
}
.main-form .radio-list {
  font-size: 16px;
  text-transform: none;
  list-style: none;
  margin: 0;
  padding: 11px 0 0;
}
.main-form .radio-list:after {
  clear: both;
  content: "";
  display: block;
}
.main-form .radio-list li {
  margin: 0 13px;
  padding-left: 19px;
  position: relative;
}
.main-form .radio-list label {
  display: inline-block;
  max-width: 100px;
}
.main-form .radio-list .radioAreaChecked,
.main-form .radio-list .radioArea {
  left: 0;
  position: absolute;
  top: 5px;
}

.trade-reference h2 {
  margin-bottom: 2px;
}
.trade-reference .note {
  margin-bottom: 6px;
  max-width: 545px;
}
.trade-reference .form-box {
  padding-left: 26px;
}
.trade-reference .trade-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.trade-reference .trade-list:after {
  background: white;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.trade-reference .trade-list li {
  position: relative;
}
.trade-reference .trade-list .number {
  color: #c9c9c9;
  font: 37px "Cinzel", "Times New Roman", Georgia, Serif;
  left: 0;
  line-height: 41px;
  position: absolute;
  top: 37px;
  width: 25px;
  z-index: 1;
}

.accounts-information .radio-holder {
  padding: 20px 0 25px;
}
.accounts-information .radio-list {
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
  position: relative;
}
.accounts-information .note {
  margin-bottom: 0;
  max-width: 184px;
  text-transform: uppercase;
}

.spend-amount {
  text-transform: none;
}
.spend-amount label {
  max-width: 340px;
  padding: 11px 0 0 5px;
}
.spend-amount .input-holder {
  position: relative;
}
.spend-amount .input-holder:after {
  background: url('../images/sprite.png?1406018610') no-repeat -173px -135px;
  content: "";
  height: 24px;
  left: -13px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.personal-guarantee a {
  color: #6a6765;
}
.personal-guarantee h2,
.personal-guarantee h3 {
  margin-bottom: 10px;
}
.personal-guarantee .form-holder {
  margin-right: 86px;
}
.personal-guarantee .form-box {
  padding: 17px 0 4px;
}
.personal-guarantee .text-holder {
  margin-right: 100px;
}
.personal-guarantee .input-data {
  text-transform: none;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.personal-guarantee .input-data li:after {
  clear: both;
  content: "";
  display: block;
}
.personal-guarantee .input-data .input-box {
  max-width: 222px;
  display: inline-block;
  position: relative;
}
.personal-guarantee .input-data .input-box:after {
  background: url('../images/decorations/bg-border-dashed.png?1404725645') repeat-x;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.personal-guarantee .input-data input {
  border: none;
  padding: 0 5px;
}
.personal-guarantee .acception-box {
  margin-bottom: 10px;
  position: relative;
  padding-left: 21px;
}
.personal-guarantee .acception-box label {
  margin-left: 5px;
  vertical-align: middle;
}
.personal-guarantee .acception-box .checkboxAreaChecked,
.personal-guarantee .acception-box .checkboxArea {
  position: absolute;
  left: 0;
  top: 5px;
}
.personal-guarantee .attention {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
.personal-guarantee .add-info {
  display: block;
  margin-bottom: 21px;
}
.personal-guarantee .text-box {
  position: relative;
  margin-top: -10px;
}

/* steps list styles start */
.steps-list {
  list-style: none;
  margin: 0 -3px 45px 52px;
  padding: 0;
  letter-spacing: normal;
  line-height: 17px;
  overflow: hidden;
  position: relative;
}
.steps-list:before {
  background: #cbcbcb;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 3px;
}
.steps-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -3px;
  padding: 9px 10px 6px;
  position: relative;
  vertical-align: middle;
  width: 16.5%;
}
.steps-list li:before {
  background: #cbcbcb;
  bottom: -9999px;
  content: "";
  left: -1px;
  position: absolute;
  top: -9999px;
  width: 1px;
}
.steps-list li:first-child {
  border-left: 0;
}
.steps-list li .text {
  color: #6f6c6a;
  display: inline-block;
  max-width: 100px;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.steps-list li .number {
  color: #d0d0d0;
  display: inline-block;
  font: 37px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 41px;
  margin-right: 3px;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.steps-list .active:after {
  background: #4d4b4a;
  bottom: -9999px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -9999px;
  z-index: 1;
}
.steps-list .active .number {
  color: #7b7b7b;
}
.steps-list .active .text {
  color: white;
}

/* steps list styles end */
/* inputs list styles start */
.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0 0 23px;
  letter-spacing: normal;
  max-width: 500px;
}
.inputs-list li {
  padding: 13px 0 0 35px;
  position: relative;
}
.inputs-list li:after {
  clear: both;
  content: "";
  display: block;
}
.inputs-list li:first-child {
  padding-top: 0;
}
.inputs-list li:first-child .number {
  padding-top: 8px;
}
.inputs-list .number {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  font: 21px "Cinzel", "Times New Roman", Georgia, Serif;
  left: 0;
  line-height: 25px;
  padding-top: 19px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}

/* inputs list styles end */
/* main form styles end */
/* about styles start */
.about {
  color: #5c5c5c;
  line-height: 26px;
  position: relative;
}
.about .holder {
  padding-left: 42px;
}
.about .holder:after {
  clear: both;
  content: "";
  display: block;
}
.about .img-holder {
  position: absolute;
  left: 50%;
  top: 0;
}
.about h1 {
  color: #403e3e;
  font-size: 47px;
  line-height: 49px;
  margin-bottom: 31px;
  max-width: 50%;
  padding-left: 42px;
  text-transform: none;
}
.about .text-box {
  text-align: justify;
}
.about .text-holder {
  padding: 38px 0 46px;
  position: relative;
}
.about .intro {
  background: url('../images/decorations/bg-decoration-ill-1.jpg?1405008583') no-repeat 50% 0;
  margin-top: -119px;
  padding-top: 54px;
  position: relative;
  z-index: 7;
}
.about .statistics {
  padding-bottom: 17px;
  text-align: center;
}
.about .img-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -80px -85px 37px 47px;
  min-height: 511px;
  min-width: 457px;
  position: relative;
}
.about .img-list img {
  display: block;
}
.about .img-list li {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: opacity, left, right;
  -moz-transition-property: opacity, left, right;
  -o-transition-property: opacity, left, right;
  transition-property: opacity left right;
  background: white;
  opacity: 0;
  padding: 4px;
  position: absolute;
  right: -100%;
}
.about .photo-1 {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
  top: 20px;
  z-index: 1;
}
.about .photo-2 {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 115px;
  z-index: 2;
}
.about .photo-3 {
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  bottom: 0;
  z-index: 3;
}
.about .action li {
  opacity: 1;
  right: 0;
}
.about .action .photo-2 {
  right: 48%;
}
.about .right {
  background: url('../images/decorations/bg-decoration-ill-2.jpg?1405063238') no-repeat 50% 0;
}
.about .right .text-box {
  padding: 62px 31px 0 0;
}
.about .right .img-list {
  margin: 0 0 0 -52px;
  min-width: 445px;
}
.about .right .img-list li {
  left: -100%;
  right: auto;
}
.about .right .action li {
  left: 0;
}
.about .right .action .photo-2 {
  left: 5%;
}
.about .right .photo-1 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.about .right .photo-2 {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 39px;
  top: auto;
}

.media-holder {
  background: #323132 url('../images/backgrounds/bg-members.jpg?1405003935') no-repeat 50% 0;
  max-height: 237px;
  overflow: hidden;
  padding: 28px 0 15px;
  position: relative;
}
.media-holder.origins {
  background: #323132 50% 0;
  overflow: hidden;
  padding: 28px 0 15px;
  position: relative;
  display: none;
}
.media-holder .container {
  max-width: 1000px;
}
.media-holder h2 {
  color: #5c5c5c;
  font: 46px Helvetica, Arial, sans-serif;
  line-height: 50px;
  margin: 0 0 0 -34px;
  position: relative;
  z-index: 1;
}
.media-holder h2 span {
  display: block;
  font: 90px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 92px;
  margin: -14px 0 0 15px;
  position: relative;
}
.media-holder:after, .media-holder:before {
  background: url('../images/backgrounds/bg-pattern-2.png?1405004447') repeat-x;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.media-holder:before {
  background-image: url('../images/backgrounds/bg-pattern-3.png?1405005176');
  left: 50%;
}
.media-holder.facility {
  background: url('../images/backgrounds/bg-facility.jpg?1405003999') no-repeat 50% 0;
}
.media-holder .media-box {
  padding: 10px 0 28px;
}
.media-holder .text {
  margin: -14px auto 0;
  max-width: 400px;
  position: relative;
}
.media-holder .caption {
  color: white;
  display: inline-block;
  font: 19px Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
}
.media-holder .caption span {
  display: block;
  font: 29px "Cinzel", "Times New Roman", Georgia, Serif;
  letter-spacing: 2px;
  line-height: 31px;
  margin: -2px 0 0 10px;
  position: relative;
}
.media-holder .btn-holder {
  margin-top: -36px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.media-holder .border-left,
.media-holder .border-right {
  height: 5px;
  left: 0;
  margin-top: -3px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50%;
  z-index: 1;
}
.media-holder .border-left:after,
.media-holder .border-right:after {
  border: 1px solid #aaaaaa;
  border-width: 1px 0;
  content: "";
  height: 3px;
  left: 0;
  margin-right: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.media-holder .border-right {
  left: auto;
  right: 0;
}
.media-holder .border-right:after {
  margin: 0 0 0 60px;
}
.media-holder a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  background: transparent;
  border: 3px solid white;
  cursor: pointer;
  display: inline-block;
  height: 96px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 96px;
  z-index: 2;
}
.media-holder a:after {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid white;
  content: "";
  height: 90px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 90px;
}
.media-holder a:before {
  background: url('../images/sprite.png?1406018610') no-repeat -286px -102px;
  border: none;
  content: "";
  height: 134px;
  left: -18px;
  position: absolute;
  top: -18px;
  width: 134px;
}

.media-holder h3 {
  color: #5c5c5c;
  font: 46px "nimbus-sans", Helvetica, Arial, sans-serif;
  line-height: 50px;
  margin: 0 0 0 -34px;
  position: relative;
  z-index: 1;
}
.media-holder h3 span {
  display: block;
  font: 90px "trajan-pro-3", "Times New Roman", Georgia, Serif;
  line-height: 92px;
  margin: -14px 0 0 15px;
  position: relative;
}
.media-holder:after, .media-holder:before {
  background: url('../images/backgrounds/bg-pattern-2.png?1405004447') repeat-x;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.media-holder:before {
  background-image: url('../images/backgrounds/bg-pattern-3.png?1405005176');
  left: 50%;
}
.media-holder.facility {
  background: url('../images/backgrounds/bg-facility.jpg?1405003999') no-repeat 50% 0;
}
.media-holder .media-box {
  padding: 10px 0 28px;
}
.media-holder .text {
  margin: -14px auto 0;
  max-width: 400px;
  position: relative;
}
.media-holder .caption {
  color: white;
  display: inline-block;
  font: 19px "nimbus-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
}
.media-holder .caption span {
  display: block;
  font: 29px "trajan-pro-3", "Times New Roman", Georgia, Serif;
  letter-spacing: 2px;
  line-height: 31px;
  margin: -2px 0 0 10px;
  position: relative;
}
.media-holder .btn-holder {
  margin-top: -36px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.media-holder .border-left,
.media-holder .border-right {
  height: 5px;
  left: 0;
  margin-top: -3px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50%;
  z-index: 1;
}
.media-holder .border-left:after,
.media-holder .border-right:after {
  border: 1px solid #aaaaaa;
  border-width: 1px 0;
  content: "";
  height: 3px;
  left: 0;
  margin-right: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.media-holder .border-right {
  left: auto;
  right: 0;
}
.media-holder .border-right:after {
  margin: 0 0 0 60px;
}
.media-holder a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
  background: transparent;
  border: 3px solid white;
  cursor: pointer;
  display: inline-block;
  height: 96px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 96px;
  z-index: 2;
}
.media-holder a:after {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid white;
  content: "";
  height: 90px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 90px;
}
.media-holder a:before {
  background: url('../images/sprite.png?1406018610') no-repeat -286px -102px;
  border: none;
  content: "";
  height: 134px;
  left: -18px;
  position: absolute;
  top: -18px;
  width: 134px;
}


/* about styles end */
/* contact page styles start */
.contact-page .main-form {
  margin-bottom: 0;
  padding: 0 176px 0 0;
}
.contact-page .main-form textarea {
  max-height: 186px;
}
.contact-page .main-form .btn-holder {
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
.contact-page #twocolumn {
  clear: both;
  content: "";
  display: block;
  padding: 40px 320px 87px 46px;
  /* border-top: 2px solid #ddd; */
}
.contact-page fieldset {
  margin: 0 0 23px 0;
}
.contact-page h1 {
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 40px;
}
.contact-page #content {
  width: 100%;
}
.contact-page #sidebar {
  color: #6a6765;
  margin-right: -320px;
  position: relative;
  width: 318px;
}
.contact-page .border-left,
.contact-page .border-right {
  height: 5px;
  left: 0;
  margin-top: -2px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50%;
  z-index: 1;
}
.contact-page .border-left:after,
.contact-page .border-right:after {
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
  content: "";
  height: 2px;
  left: 0;
  margin-right: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-page .border-right {
  left: auto;
  right: 0;
}
.contact-page .border-right:after {
  margin: 0 0 0 60px;
}
.contact-page .btn {
  position: relative;
  z-index: 2;
}

.contact-info {
  letter-spacing: 1px;
  line-height: 17px;
  padding-top: 131px;
}
.contact-info h2 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: bold;
}
.contact-info a {
  color: #6a6765;
}
.contact-info .box {
  margin-bottom: 20px;
}
.contact-info .map-link {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
}
.contact-info .map-link:after {
  background: url('../images/sprite.png?1406018610') no-repeat -250px -97px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 11px;
}
.contact-info .address {
  margin-bottom: 5px;
  font-style: normal;
}
.contact-info .phone {
  display: block;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 5px;
}
.contact-info .phone span {
  font-weight: normal;
}
.contact-info .numbers-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.contact-info .numbers-list li {
  margin-bottom: 5px;
}
.contact-info .numbers-list dl {
  overflow: hidden;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.contact-info .numbers-list dd {
  font-weight: normal;
  letter-spacing: 2px;
  margin-left: 3px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.contact-info .service-box .numbers-list {
  list-style: none;
  margin: 0;
  padding: 7px 0 0;
}
.contact-info .service-box .numbers-list li {
  margin-bottom: 0;
}
.contact-info .service-box .phone {
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 5px;
}
.contact-info .service-box .note {
  display: block;
  font-weight: bold;
}
.contact-info .emails-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.contact-info .emails-list li {
  margin-bottom: 10px;
}
.contact-info .emails-list dt {
  display: inline-block;
}
.contact-info .emails-list dd {
  display: inline-block;
  margin-left: 0;
}
.contact-info .names-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info .performers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info .caption {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

/* contact page styles end */
/* posts section styles start */
.posts-section {
  color: #6a6765;
  font-size: 16px;
  line-height: 22px;
  padding: 55px 63px 55px 43px;
}
.posts-section .post {
  margin-bottom: -16px;
  padding: 61px 0 32px;
  position: relative;
}
.posts-section .post:before {
  background: url('../images/decorations/bg-border-dotted.png?1404474982') repeat-x;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.posts-section .post:first-child {
  padding-top: 0;
}
.posts-section .post:first-child:before {
  background: none;
}
.posts-section h1 {
  color: #403e3e;
  margin-bottom: 36px;
  text-transform: none;
}
.posts-section h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.posts-section h2 a {
  color: #403e3e;
}
.posts-section .date {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  margin-bottom: 31px;
}
.posts-section .date a {
  color: #403e3e;
  font-family: "Cinzel", "Times New Roman", Georgia, Serif;
  text-transform: uppercase;
}
.posts-section p {
  margin-bottom: 13px;
}
.posts-section .link-holder {
  margin-right: 7px;
  padding-top: 10px;
}
.posts-section .more {
  color: #6a6765;
  display: inline-block;
  font-family: "Cinzel", "Times New Roman", Georgia, Serif;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}
.posts-section .more:after {
  background: url('../images/sprite.png?1406018610') no-repeat -264px -98px;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 15px;
}
.posts-section figure:after {
  clear: both;
  content: "";
  display: block;
}
.posts-section .img-holder {
  margin: 0 31px 16px 0;
}
.posts-section .img-holder img {
  display: block;
}

/* posts section styles end */
/* press section styles start */
.press-section {
  padding: 55px 34px 46px 38px;
}
.press-section h1 {
  color: #403e3e;
  margin-bottom: 18px;
  padding-left: 5px;
  text-transform: none;
}
.press-section img {
  display: block;
  height: auto;
  width: 100%;
}

.video-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.video-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -4px 38px 0;
  padding: 0 5px;
  vertical-align: top;
  width: 33.3%;
}
.video-list .img-holder {
  margin-bottom: 12px;
  position: relative;
}
.video-list .fancybox-media {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.video-list .fancybox-media:after {
  background: url('../images/sprite.png?1406018610') no-repeat -245px -127px;
  content: "";
  height: 35px;
  left: 50%;
  margin: -16px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 31px;
}
.video-list .fancybox-media:before {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid white;
  content: "";
  height: 84px;
  left: 50%;
  margin: -46px 0 0 -46px;
  position: absolute;
  top: 50%;
  width: 84px;
}
.video-list h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.video-list h2 span {
  font-weight: bold;
  font-size: 16px;
}
.video-list h2 a {
  color: #403e3e;
}
.video-list .date {
  color: #908d8b;
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 17px;
  position: relative;
}

/* press section styles end */
/* products ills styles start */
.products-ills {
  background: #312c30 url('../images/backgrounds/bg-pattern-4.jpg?1405606902') no-repeat 0 50%;
  color: white;
  padding: 50px 0 55px;
  position: relative;
}
.products-ills:after, .products-ills:before {
  background: url('../images/backgrounds/bg-pattern-5.png?1405585381') repeat-x;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.products-ills:before {
  background-image: url('../images/backgrounds/bg-pattern-6.png?1405585406');
  left: 50%;
}
.products-ills .list-holder {
  margin: 0 auto;
  max-width: 1006px;
}

.products-list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  position: relative;
}
.products-list:after {
  clear: both;
  content: "";
  display: block;
}
.products-list a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #d5d5d5;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.products-list a > img {
  display: block;
  opacity: 0;
}
.products-list a:after {
  background: url('../images/decorations/bg-shadow-bottom.png?1405592672') repeat-x;
  bottom: 0;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
}
.products-list li {
  -webkit-box-shadow: black 0 0 80px;
  -moz-box-shadow: black 0 0 80px;
  box-shadow: black 0 0 80px;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: 332px;
}
.products-list li:before {
  border: 2px solid #d5d5d5;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products-list li:hover .img-box {
  bottom: -20%;
  left: -20%;
  right: -20%;
  top: -20%;
}
.products-list .long {
  width: 667px;
}
.products-list .img-box {
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.products-list .img-box img {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.products-list .fspg-title {
font: 30px "Cinzel", "Times New Roman", Georgia, Serif;
font-weight: normal;
margin: 0 0 20px;
text-transform: uppercase;
  bottom: 0;
  color: white;
  font-size: 44px;
  left: 26px;
  line-height: 48px;
  position: absolute;
  z-index: 1;
}
.products-list .top .fspg-title {
  bottom: auto;
  top: 22px;
}
.products-list .right .fspg-title {
  left: auto;
  right: 20px;
}
.products-list .right a:after {
  background-image: url('../images/decorations/bg-shadow-top.png?1405592538');
  bottom: auto;
  top: -37px;
}
.products-list .long .fspg-title {
  left: 30px;
}
.products-list .long a:after {
  background: url('../images/decorations/bg-shadow-left.png?1405592791') repeat-y;
  height: auto;
  left: -100px;
  right: auto;
  top: 0;
  width: 446px;
}

/* products ills styles end */
/* product info styles start */
.product-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5c5c5c;
  padding: 103px 0 20px;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}
.product-info .bg-holder {
  position: relative;
  overflow: hidden;
}
.product-info .bg-holder img {
  display: block;
  position: relative;
}
.product-info h1 {
  color: white;
  font-size: 109px;
  letter-spacing: 7px;
  line-height: 111px;
  /*margin-bottom: 16px; */
  margin-bottom: 150px;
  text-align: center;
  /*text-shadow: 0px 0 40px rgba(0, 0, 0, 0.9), 0px 0 40px rgba(0, 0, 0, 0.8), 0px 0 40px rgba(0, 0, 0, 0.1);*/
  text-shadow: 0px 0 30px rgba(0, 0, 0, 0.3), 0px 0 20px rgba(0, 0, 0, 0.2), 0px 0 10px rgba(0, 0, 0, 0.1);*/

}
.product-info h1.shadow {
  text-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
}
.product-info h2 {
  color: #525252;
  font-size: 33px;
  line-height: 35px;
  margin-bottom: 25px;
  text-align: center;
}
.product-info h2.border {
  margin-left: 43px;
  margin-right: 43px;
  position: relative;
}
.product-info h2.border span {
  background: white;
  padding: 0 7px;
  position: relative;
  z-index: 1;
}
.product-info h2.border:after {
  background: #cbcbcb;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.product-info h2.long span {
    max-width: 720px;
}

.product-info .intro {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.product-info .intro .title-box {
  margin: 0 auto 20px;
  max-width: 240px;
}
.product-info .intro p {
  margin-bottom: 38px;
}
.product-info .intro .text {
  background: white;
  margin: 0 auto;
  max-width: 639px;
  padding: 45px 92px 13px;
  position: relative;
}
.product-info .intro .uppercase {
  font: 37px "Cinzel", "Times New Roman", Georgia, Serif;
  line-height: 39px;
  letter-spacing: -6px;
}
.product-info .intro .bg-holder {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: -166px;
  z-index: -1;
}
.heightlimit .intro .bg-holder, 
.product-info .intro .bg-holder.limited-height {
  max-height: 671px;
}

.product-info .intro .bg-holder.shadow:after {
    background: url("../images/decorations/bg-shadow-ill.png?1407828995") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 196px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-info .intro h2 {
  margin-bottom: 8px;
}
.product-info .info-box {
  padding: 24px 0 68px;
  position: relative;
}
.product-info .intro + .info-box {
  padding-top: 49px;
}
.product-info .text-holder {
  padding-top: 36px;
  position: relative;
  text-align: center;
}
.product-info .text-holder h2 {
  background: white;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0;
  margin-left: -242px;
  max-width: 500px;
  min-width: 464px;
  padding: 24px 10px 8px;
  position: absolute;
}
.product-info .text-holder h2 span {
    background: none repeat scroll 0 0 white;
    display: inline-block;
    max-width: 556px;
    min-width: 464px;
    padding: 24px 10px 8px;
}
.product-info .text-holder .small span {
    min-width: 236px;
}


.product-info .box {
  margin: 0 50px;
  padding: 0 111px 7px;
}
.product-info .bg-black {
  background: #323130;
  color: #dddddd;
  padding-bottom: 36px;
}
.product-info .bg-black h2 {
  background: #323130;
  color: white;
}
.product-info .bg-black h2 span {
    background: none repeat scroll 0 0 #323130;
    color: white;
}


.product-info .bg-gray, .bggray #infobox2 {
  background: #edecec url('../images/backgrounds/bg-ill-6.jpg?1405686174') no-repeat 50% 0;
  border-bottom: 3px solid white;
  position: relative;
}
.product-info .bg-gray .title-box {
  padding-bottom: 26px;
}
.product-info .bg-gray .has-border:after {
  background: rgba(0, 0, 0, 0.21);
}
.product-info .title-box {
  font-size: 18px;
  line-height: 20px;
  margin: 0 43px 37px;
  text-align: center;
}
.product-info .title-box .title {
  font-size: 33px;
  line-height: 35px;
  margin: 0 auto 4px;
}
.product-info .title-box .note {
  color: #726f6c;
  max-width: 697px;
}
.product-info .title-box.alt {
  font-size: 15px;
  line-height: 17px;
}
.product-info .title-box.alt .title {
  font: 39px Helvetica, Arial, sans-serif;
  line-height: 41px;
}
.product-info .title-box.alt .note {
  color: #93908e;
  display: block;
  margin-top: -7px;
  position: relative;
}
.product-info .has-border {
  position: relative;
}
.product-info .has-border:after {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.product-info .holder {
  margin: 0 43px;
  padding: 19px 0;
}
.product-info .holder:after {
  clear: both;
  content: "";
  display: block;
}
.product-info .table-holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 93px;
  width: 50%;
}
.product-info .table-holder:first-child {
  padding: 0 69px 0 24px;
}

.product-info .one-table .table-holder {
    margin-left: auto;
    margin-right: auto;
}
.product-info .heading-box {
    margin-bottom: 19px;
    position: relative;
}
.product-info .heading-box:after {
    background: none repeat scroll 0 0 #c4c4c4;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}
.product-info .heading-box .frame {
    background: none repeat scroll 0 0 white;
    border: 1px solid #c4c4c4;
    font-size: 15px;
    line-height: 17px;
    margin: 0 auto;
    max-width: 511px;
    padding: 13px 28px 5px;
    position: relative;
    z-index: 1;
}
.product-info .heading-box h2 {
    margin-bottom: 2px;
}
.product-info .heading-box p {
    margin-bottom: 10px;
}

.info-table {
  border-collapse: collapse;
  color: #666666;
  font-size: 15px;
  line-height: 17px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
.info-table:after {
  background: #2e2d2c;
  bottom: -15px;
  content: "";
  left: -24px;
  padding-left: 24px;
  position: absolute;
  top: -19px;
  width: 59%;
  z-index: -1;
}

.info-table.one-row tr:first-child td:after {
    bottom: 0;
    display: block;
    top: auto;
}

.info-table tr:first-child td:after {
  display: none;
}



.info-table .cell-1 {
  color: white;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
  width: 59%;
}
.info-table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0 8px 10px;
  position: relative;
  width: 41%;
}
.info-table td:after {
  background: rgba(143, 143, 143, 0.3);
  top: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.info-table .note-cell {
  line-height: 15px;
}
.info-table .note-cell em {
  font-size: 12px;
  line-height: 13px;
  text-transform: none;
}

.wide-tables {
  padding-top: 47px;
}
.wide-tables .table-holder {
  padding-left: 69px;
}
.wide-tables .table-holder:first-child {
  padding: 0 0 0 69px;
}
.wide-tables .info-table:after {
  width: 52%;
}
.wide-tables td {
  width: 48%;
}
.wide-tables .cell-1 {
  width: 52%;
}

/* product info styles end */
/* media styles start */
@media only screen and (max-width: 1250px) {
  .about .img-list {
    margin-right: 0;
    min-height: 450px;
    min-width: 443px;
  }
  .about .img-list li {
    width: 296px;
  }
  .about .img-list .short {
    width: 198px;
  }
  .about .img-list .long {
    width: 335px;
  }
  .about .img-list img {
    height: auto;
    width: 100%;
  }
  .about .right .img-list {
    margin: 0;
    min-width: 386px;
  }

  .media-holder h2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1130px) {
  .about .right .text-box {
    padding-right: 0;
  }

  .products-ills {
    background-size: cover;
  }
}
@media only screen and (max-width: 1070px) {
  .about-info .container {
    padding-right: 15px;
    padding-left: 17px;
  }

  .main-form {
    padding-left: 22px;
  }
  .main-form fieldset,
  .main-form .btn-box {
    margin-left: 0;
  }

  .steps-list {
    margin-left: 0;
  }

  .products-list {
    box-shadow: none;
    margin: 0 auto;
    max-width: 674px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-info .container {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 959px) {
  .visual {
    font-size: 19px;
    margin-bottom: 19px;
  }
  .visual .info-cols a {
    padding-left: 10px;
  }
  .visual .heading-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-info {
    margin-bottom: 19px;
    padding: 0 10px 0;
  }
  .promo-info:before {
    margin-left: 29px;
  }

  .promo-text .note {
    font-size: 15px;
  }

  .media .text-holder {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 7px;
    padding-top: 9px;
  }

  .about-info .container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .about-info #twocolumn:before {
    bottom: 19px;
    right: 38.3%;
    top: 12px;
  }
  .about-info #sidebar {
    padding: 12px 0;
    width: 38.4%;
  }
  .about-info #content {
    padding-right: 40px;
    padding-top: 6px;
    width: 61.6%;
  }
  .about-info h2 span {
    font-size: 20px;
    line-height: 27px;
  }

  .ill-list {
    padding: 18px 0;
  }
  .ill-list figure h3 {
    font-size: 21px;
  }

  .side-nav {
    font-size: 16px;
    line-height: 19px;
  }
  .side-nav a {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .main-form {
    margin-bottom: 33px;
    padding: 28px 0 0;
  }
  .main-form .form-holder {
    margin: 0 0 -26px;
    padding-bottom: 28px;
  }
  .main-form .form-box {
    padding: 24px 0 26px;
  }
  .main-form .btn-holder {
    padding-bottom: 26px;
  }
  .main-form h1, .contentarea h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 26px;
  }
  .main-form h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-form .note {
    font-size: 14px;
    line-height: 18px;
  }
  .main-form input[type="text"],
  .main-form input[type="tel"],
  .main-form input[type="password"],
  .main-form input[type="email"] {
    padding-bottom: 11px;
    padding-top: 12px;
  }
  .main-form input[type="text"].low,
  .main-form input[type="tel"].low,
  .main-form input[type="password"].low,
  .main-form input[type="email"].low {
    padding-bottom: 7px;
    padding-top: 9px;
  }
  .main-form .radio-list .radioAreaChecked,
  .main-form .radio-list .radioArea {
    top: 2px;
  }
  .main-form .input-holder input[type="text"],
  .main-form .input-holder input[type="tel"],
  .main-form .input-holder input[type="password"],
  .main-form .input-holder input[type="email"] {
    height: 45px;
  }
  .main-form .important label {
    top: 14px;
  }

  .trade-reference .form-box {
    padding-left: 26px;
  }
  .trade-reference .trade-list .number {
    top: 29px;
    font-size: 34px;
    line-height: 36px;
  }

  .steps-list {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 21px;
  }
  .steps-list li .number {
    font-size: 34px;
    line-height: 36px;
  }
  .steps-list li .text {
    max-width: 72px;
  }

  .spend-amount label {
    font-size: 14px;
    line-height: 18px;
  }

  .personal-guarantee .form-box {
    padding: 17px 0 4px;
  }
  .personal-guarantee .input-data input {
    padding: 0 5px;
  }
  .personal-guarantee .acception-box .checkboxAreaChecked,
  .personal-guarantee .acception-box .checkboxArea {
    top: 2px;
  }

  .accounts-information .radio-list {
    margin-top: -2px;
  }

  .about h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 17px;
    padding-left: 0;
  }
  .about .text-holder {
    padding: 21px 0 9px;
  }
  .about .intro {
    padding-top: 136px;
  }
  .about .statistics {
    padding-bottom: 4px;
  }
  .about .right .text-box {
    padding-top: 12px;
  }
  .about .img-list {
    margin-top: -58px;
  }
  .about .holder {
    padding-left: 0;
  }

  .media-holder {
    padding-top: 15px;
  }
  .media-holder h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .media-holder h2 span {
    font-size: 76px;
    line-height: 78px;
  }
  .media-holder .caption {
    font-size: 15px;
    line-height: 19px;
  }
  .media-holder .caption span {
    font-size: 25px;
    line-height: 29px;
  }
  .media-holder .btn-holder {
    margin-top: 0;
  }
  .media-holder a {
    height: 85px;
    width: 85px;
  }
  .media-holder a:before {
    background-position: 0 -232px;
    height: 82px;
    left: 16px;
    top: -12px;
    width: 82px;
  }
  .media-holder a:after {
    height: 79px;
    width: 79px;
  }
  .media-holder .border-left:after {
    margin-right: 53px;
  }
  .media-holder .border-right:after {
    margin-left: 53px;
  }

  .contact-page #twocolumn {
    padding: 28px 254px 7px 0;
  }
  .contact-page .main-form {
    padding-right: 76px;
  }
  .contact-page #sidebar {
    margin-right: -254px;
    width: 254px;
  }

  .contact-info {
    font-size: 13px;
    line-height: 15px;
    padding-top: 72px;
  }
  .contact-info .box {
    margin-bottom: 16px;
  }
  .contact-info h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .contact-info .phone {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 1px;
  }
  .contact-info .numbers-list li {
    margin-bottom: 3px;
  }
  .contact-info .emails-list li {
    margin-bottom: 5px;
  }
  .contact-info .caption {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1px;
  }
  .contact-info .service-box .phone {
    font-size: 13px;
    line-height: 17px;
    padding-top: 3px;
  }
  .contact-info .service-box .numbers-list {
    padding-top: 5px;
  }

  .posts-section {
    font-size: 14px;
    line-height: 20px;
    padding: 27px 0 28px;
  }
  .posts-section h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 27px;
  }
  .posts-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .posts-section .date {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 23px;
  }
  .posts-section .link-holder {
    margin-right: 0;
  }
  .posts-section .img-holder {
    max-width: 350px;
  }
  .posts-section .img-holder img {
    height: auto;
    width: 100%;
  }
  .posts-section .more:after {
    top: 6px;
  }

  .press-section {
    padding: 27px 0 46px;
  }
  .press-section h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 27px;
    padding-left: 0;
  }

  .video-list {
    margin: 0 -5px;
  }
  .video-list h2 {
    font-size: 12px;
    line-height: 18px;
  }
  .video-list h2 span {
    font-size: 14px;
  }
  .video-list .date {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 17px;
  }

  .products-list .fspg-title {
    font-size: 39px;
    line-height: 43px;
  }

  .sections-header .heading {
    margin-top: -5px;
  }
  .sections-header .header-frame {
    margin: 0;
  }
  .sections-header h2 {
    margin-bottom: 5px;
  }

  .product-info {
    font-size: 15px;
    line-height: 22px;
    padding-top: 55px;
  }
  .product-info .intro {
    font-size: 14px;
    line-height: 21px;
  }
  .product-info .intro .bg-holder {
    top: -117px;
  }
  .product-info .intro .text {
    padding: 34px 54px 13px;
  }
  .product-info .intro .uppercase {
    font-size: 35px;
    line-height: 37px;
  }
  .product-info .intro p {
    margin-bottom: 20px;
  }
  .product-info h1 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 20px;
  }
  .product-info h2 {
    font-size: 27px;
    line-height: 29px;
  }
  .product-info h2.border {
    margin-left: 0;
    margin-right: 0;
  }
  .product-info .intro + .info-box {
    padding-top: 36px;
  }
  .product-info .holder {
    margin: 0;
    padding: 10px 0;
  }
  .product-info .table-holder {
    padding-left: 58px;
  }
  .product-info .table-holder:first-child {
    padding-left: 24px;
  }
  .product-info .info-box {
    padding-bottom: 34px;
  }
  .product-info .box {
    margin: 0;
    padding: 0 0 7px;
  }
  .product-info .title-box {
    font-size: 15px;
    line-height: 17px;
    margin-right: 0;
    margin-left: 0;
  }
  .product-info .title-box .title {
    font-size: 27px;
    line-height: 29px;
  }
  .product-info .title-box.alt .title {
    font-size: 37px;
    line-height: 41px;
  }
  .product-info .bg-black {
    padding-bottom: 13px;
  }

  .info-table {
    font-size: 13px;
  }
  .info-table .note {
    font-size: 11px;
    line-height: 13px;
  }
  .info-table:after {
    bottom: -10px;
    top: -8px;
  }

  .wide-tables .table-holder {
    padding: 0 0 0 50px;
  }
  .wide-tables .table-holder:first-child {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .visual {
    font-size: 16px;
  }
  .visual .note {
    font-size: 15px;
    line-height: 19px;
  }

  .promo-text {
    float: none !important;
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .promo-text:after {
    clear: both;
    content: "";
    display: block;
  }

  .media {
    float: none !important;
    padding-top: 0;
    width: 100%;
  }
  .media .img-holder {
    margin-left: 0;
  }
  .media .text-holder {
    font-size: 15px;
    line-height: 19px;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .promo-info {
    padding-bottom: 0;
  }
  .promo-info:before {
    background: none;
  }

  .ill-list figure h3 {
    font-size: 17px;
  }

  .about-info h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .main-form {
    font-size: 12px;
  }
  .main-form h1, .contentarea h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .main-form h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .main-form h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .steps-list {
    margin-bottom: 24px;
  }
  .steps-list li {
    text-align: center;
    vertical-align: top;
  }
  .steps-list li .number {
    display: block;
    margin-right: 0;
  }
  .steps-list li .text {
    display: block;
    max-width: none;
  }

  .personal-guarantee .attention {
    font-size: 18px;
    line-height: 23px;
  }
  .personal-guarantee .acception-box .checkboxAreaChecked,
  .personal-guarantee .acception-box .checkboxArea {
    top: 4px;
  }

  .accounts-information .radio-list {
    margin-top: -1px;
  }

  .spend-amount label {
    max-width: 295px;
  }

  .about .img-list {
    margin-left: 36px;
    min-height: 408px;
    min-width: 308px;
  }
  .about .img-list li {
    width: 266px;
  }
  .about .img-list li.short {
    width: 168px;
  }
  .about .img-list li.long {
    width: 305px;
  }
  .about h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .about .photo-2 {
    top: 100px;
  }
  .about .right .img-list {
    min-width: 347px;
  }
  .about .right .photo-2 {
    bottom: 0;
  }

  .contact-page .main-form {
    padding-right: 47px;
  }

  .contact-info {
    padding-top: 64px;
  }

  .posts-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .posts-section .img-holder {
    max-width: 278px;
  }
  .posts-section .post {
    padding-top: 23px;
  }

  .press-section h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .video-list li {
    width: 50%;
  }

  .products-list {
    max-width: 598px;
  }
  .products-list li {
    width: 294px;
  }
  .products-list .fspg-title {
    font-size: 35px;
    left: 24px;
    line-height: 39px;
  }
  .products-list .long {
    width: 598px;
  }
  .products-list .long .fspg-title {
    left: 24px;
  }
  .products-list .img-box img {
    height: 100%;
    width: auto;
  }
  .products-list .right .fspg-title {
    right: 24px;
  }

  .product-info .table-holder {
    padding-left: 38px;
  }
  .product-info .table-holder:first-child {
    padding: 0 24px 0 14px;
  }
  .product-info .intro .bg-holder {
    top: -119px;
  }

  .info-table:after {
    left: -14px;
    padding-left: 14px;
  }

  .wide-tables .table-holder {
    padding: 0 0 0 20px;
  }
  .wide-tables .table-holder:first-child {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 639px) {
  .visual {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .visual h2 {
    font-size: 23px;
    margin-bottom: 4px;
  }
  .visual .heading-holder {
    background: black;
    position: static;
  }
  .visual .info-cols a {
    padding-right: 10px;
  }

  .promo-text {
    margin-bottom: 14px;
  }
  .promo-text .caption {
    margin-bottom: 0;
  }

  .about-info .container {
    padding-left: 10px;
  }
  .about-info #twocolumn:before {
    display: none;
  }
  .about-info #content {
    float: none !important;
    padding-right: 0;
    width: 100%;
  }
  .about-info #sidebar {
    float: none !important;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .side-nav a {
    padding: 19px 10px 15px;
  }
  .side-nav a:after {
    left: 0;
    right: 0;
  }

  .ill-list {
    padding: 0;
  }
  .ill-list a {
    text-decoration: none;
  }
  .ill-list figure {
    border-bottom: none;
    max-width: none;
    padding: 0 20px;
  }
  .ill-list figure figcaption {
    background: none;
    color: white;
    padding: 0;
    position: static;
  }
  .ill-list figure h3 {
    font-size: 25px;
  }
  .ill-list ul {
    position: relative;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
  }
  .ill-list li {
    display: block;
    height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 2px 0 5px;
    width: 100%;
  }
  .ill-list img {
    display: none;
  }

  .steps-list:after, .steps-list:before {
    background: #cbcbcb;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .steps-list:before {
    right: auto;
    height: auto;
  }
  .steps-list li {
    vertical-align: bottom;
    margin: 0 -4px 0 0;
    width: 33.33%;
  }
  .steps-list li:after {
    background: #cbcbcb;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: -9999px;
  }
  .steps-list li.active {
    overflow: hidden;
  }
  .steps-list li.active:after {
    height: auto;
    right: 1px;
  }
  .steps-list li:first-child {
    border-left: 1px solid #cbcbcb;
  }

  .main-form .input-holder.small-middle, .main-form .input-holder.middle, .main-form .input-holder.small {
    width: 33.3%;
  }
  .main-form .input-holder.extra-large {
    width: 66.6%;
  }
  .main-form .btn-add {
    font-size: 14px;
    line-height: 18px;
  }
  .main-form .btn-add .ico {
    margin-right: 5px;
  }
  .main-form .radio-list {
    list-style: none;
    margin: 0;
    padding: 13px 0 0;
    font-size: 14px;
  }
  .main-form .radio-list li {
    margin: 0 5px;
  }
  .main-form .radio-list .radioAreaChecked,
  .main-form .radio-list .radioArea {
    top: 1px;
  }
  .main-form .btn {
    max-width: 133px;
  }

  .spend-amount label {
    margin-bottom: 24px;
    max-width: none;
  }
  .spend-amount .input-holder:after {
    left: 3px;
  }
  .spend-amount .input-holder.large {
    padding-left: 20px;
    width: 100%;
  }

  .inputs-list {
    max-width: none;
  }

  .accounts-information .radio-holder {
    padding-bottom: 2px;
  }
  .accounts-information .radio-list {
    padding-top: 0;
  }
  .accounts-information .note {
    margin-top: 1px;
    max-width: 140px;
  }

  .personal-guarantee .text-holder {
    margin-right: 0;
  }

  .about h1 {
    max-width: none;
    text-align: center;
  }
  .about .img-list {
    margin: 0 0 20px 24px;
    min-height: 342px;
    min-width: 249px;
  }
  .about .img-list li {
    transition: none;
    width: 216px;
  }
  .about .img-list li.short {
    width: 118px;
  }
  .about .img-list li.long {
    width: 255px;
  }
  .about .right .img-list {
    margin-bottom: 10px;
    min-width: 288px;
  }

  .contact-page .main-form {
    padding-right: 0;
  }
  .contact-page #twocolumn {
    padding-bottom: 17px;
    padding-right: 0;
  }
  .contact-page #content {
    float: none !important;
    padding-bottom: 10px;
  }
  .contact-page #sidebar {
    float: none !important;
    margin-right: 0;
    width: 100%;
  }

  .contact-info {
    padding-top: 0;
  }

  .posts-section {
    padding-bottom: 13px;
  }
  .posts-section .img-holder {
    float: none !important;
    max-width: none;
    margin-right: 0;
  }

  .products-list {
    max-width: 438px;
  }
  .products-list li {
    width: 214px;
  }
  .products-list .long {
    width: 438px;
  }

  .product-info {
    padding-top: 48px;
  }
  .product-info h1 {
    font-size: 70px;
    line-height: 72px;
  }
  .product-info h2 {
    font-size: 23px;
    margin-bottom: 17px;
  }
  .product-info .intro .text {
    padding: 23px 33px 9px;
  }
  .product-info .intro .bg-holder {
    top: -105px;
  }
  .product-info .title-box {
    margin-bottom: 25px;
  }
  .product-info .title-box .title {
    font-size: 23px;
    line-height: 27px;
  }
  .product-info .title-box.alt .title {
    font-size: 33px;
    line-height: 35px;
  }
  .product-info .intro + .info-box {
    padding-top: 22px;
  }
  .product-info .info-box {
    padding-bottom: 22px;
  }
  .product-info .text-holder {
    padding-top: 22px;
  }
  .product-info .text-holder h2 {
    margin-left: -155px;
    max-width: 320px;
    min-width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-info .table-holder {
    float: none !important;
    width: 100%;
    padding: 40px 0 0 14px;
  }
  .product-info .table-holder:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .product-info .bg-black {
    padding-bottom: 0;
  }

  .wide-tables {
    padding-top: 24px;
  }
  .wide-tables .table-holder {
    padding: 40px 0 0 14px;
  }
  .wide-tables .table-holder:first-child {
    padding: 0 0 0 14px;
  }

  .sections-nav {
    margin-right: 0;
  }
  .sections-nav .prev a,
  .sections-nav .next a {
    height: 20px;
    padding-left: 12px;
    padding-right: 12px;
    width: 11px;
  }
  .sections-nav .prev a:after,
  .sections-nav .next a:after {
    background-position: -215px -222px;
    left: 11px;
    height: 20px;
    width: 11px;
  }
  .sections-nav .next a:after {
    background-position: -230px -222px;
    left: 13px;
  }

  .sections-header .heading {
    margin-top: -7px;
  }
  .sections-header .caption {
    font-size: 13px;
  }
  .sections-header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .sections-header.white .sections-nav .prev a:after {
    background-position: -215px -257px;
  }
  .sections-header.white .sections-nav .next a:after {
    background-position: -230px -257px;
  }

  .products-ills {
    padding: 19px 0 16px;
  }
}
@media only screen and (max-width: 479px) {
  .visual {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .visual h2 {
    font-size: 14px;
  }
  .visual .info-cols {
    padding-bottom: 0;
  }
  .visual .info-cols:before {
    display: none;
  }
  .visual .info-cols .col {
    float: none !important;
    margin-bottom: -1px;
    position: relative;
    width: 100%;
  }
  .visual .info-cols .col:after {
    background: #5c5c5c;
    content: "";
    height: 1px;
    left: -10px;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: -2;
  }
  .visual .info-cols .col:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .visual .info-cols .col:first-child:after {
    display: none;
  }
  .visual .info-cols a {
    overflow: hidden;
    padding: 14px 10px 16px;
  }
  .visual .info-cols a:after {
    left: -10px;
    right: -10px;
  }
  .visual .info-cols .col:first-child a:after {
    right: 0;
  }

  .promo-text .holder {
    margin-top: 0;
  }
  .promo-text .img-holder {
    float: none !important;
    margin-bottom: 14px;
    margin-right: 0;
  }
  .promo-text .img-holder.small-img, .promo-text .img-holder.big-img {
    max-height: none;
    max-width: none;
  }
  .promo-text .box {
    margin-left: 0;
    margin-top: 0;
  }
  .promo-text .caption {
    margin-top: 0;
  }
  .promo-text p {
    margin-bottom: 16px;
  }

  .media .text-holder {
    font-size: 13px;
    line-height: 17px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .main-form {
    margin-bottom: 31px;
  }
  .main-form h1, .contentarea h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .main-form .radio-list li {
    margin: 0 0 0 5px;
  }
  .main-form .radio-list li:first-child {
    margin-left: 0;
  }
  .main-form .radio-list label {
    font-size: 14px;
  }

  .accounts-information .radio-list li,
  .accounts-information .radio-list li:first-child {
    margin: 0 5px;
  }
  .accounts-information .note {
    margin: 0 0 10px;
    max-width: none;
  }

  .steps-list li.active:after {
    right: 1px;
  }

  .about .img-list {
    float: none;
    margin-left: 0;
    min-height: 342px;
    width: 100%;
  }
  .about .action .photo-2 {
    right: 143px;
  }
  .about .right .img-list {
    margin-bottom: 22px;
    width: 100%;
  }

  .media-holder h2 {
    font-size: 27px;
    line-height: 29px;
  }
  .media-holder h2 span {
    font-size: 58px;
    line-height: 60px;
    margin-top: -3px;
  }
  .media-holder .caption {
    font-size: 13px;
    line-height: 17px;
  }

  .video-list li {
    width: 100%;
  }

  .products-list {
    max-width: 278px;
  }
  .products-list .long,
  .products-list li {
    width: 100%;
  }

  .product-info .intro .bg-holder {
    top: -97px;
  }
  .product-info .text-holder h2 {
    left: 21px;
    margin: 0;
    max-width: none;
    min-width: 0;
    right: 21px;
  }
  .product-info h1.small {
    font-size: 46px;
  }

  .sections-header {
    padding-top: 6px;
  }
  .sections-header .heading {
    margin: -4px 0 0 -99px;
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sections-header .heading .border-left:after {
    margin-right: 53px;
  }
  .sections-header .heading .border-right:after {
    margin: 0 0 0 53px;
  }
  .sections-header .header-frame {
    padding-bottom: 10px;
  }
  .sections-header .header-frame > .border-left:after {
    margin-right: 99px;
  }
  .sections-header .header-frame > .border-right:after {
    margin: 0 0 0 99px;
  }

  .sections-nav {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .sections-nav li {
    float: none !important;
  }
  .sections-nav li:after {
    display: none;
  }
}
/* media styles end */
/* main styles end */
/* footer styles start */
#footer {
  padding: 24px 0 16px;
  position: relative;
  z-index: 1;
}
#footer .footer-box {
  position: relative;
}
#footer .footer-box:before {
  background: #5c5c5c;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: -24px;
}
#footer .social-list {
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  max-width: 390px;
}
#footer .social-list li {
  float: left;
  margin: 0 0 8px 8px;
}
#footer .social-list a {
  background: url('../images/sprite.png?1406018610') no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 22px;
  width: 22px;
}
#footer .social-list .pinterest {
  background-position: -223px -97px;
}
#footer .social-list .twitter {
  background-position: -196px -97px;
}
#footer .social-list .facebook {
  background-position: -168px -97px;
}


.contact-page .visual {
	padding-top: 5px;
	border-top: 2px solid #ddd;
	margin-bottom: 0;
}

/* media styles start */
@media only screen and (max-width: 959px) {
  #footer .social-list {
    max-width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 11px;
    padding-top: 19px;
  }
  #footer .footer-box:before {
    top: -19px;
  }
  #footer .social-list {
    max-width: 190px;
  }
}
@media only screen and (max-width: 479px) {
  #footer {
    padding-bottom: 6px;
    padding-top: 14px;
  }
  #footer .footer-box:before {
    top: -14px;
  }
  #footer .social-list {
    float: none;
    margin-right: 0;
    max-width: none;
    text-align: center;
  }
  #footer .social-list li {
    display: inline-block;
    float: none !important;
    margin: 0 4px 8px;
  }
}
/* media styles end */
/* footer styles end */
/* fancybox styles start */
.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}
.fancybox-type-iframe.fancybox-opened .fancybox-outer {
  margin: 25px 0 0;
}

.fancybox-close {
  background: url('../images/sprite.png?1406018610') no-repeat -226px -177px;
  height: 20px;
  right: 0;
  top: -32px;
  width: 19px;
}

/* fancybox styles end */
/* media player styles start */
.video-holder {
  margin: 0px 0 0;
  min-height: 300px;
  max-height: 1150px;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.video-holder .mask {
  width: 100%;
  height: 119px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 6;
  bottom: 0px;
}

/* media player styles start */
/* media player styles end */


/* REBCODE */
.clr {float:none;clear:both;}
.fitrow {
	margin-left:0 !important;
	margin-right:0 !important;
}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:30px !important;padding-right:30px !important;}

.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}

.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}

.bottom0 {margin-bottom:0px!important;}
.bottom1 {margin-bottom:10px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.top-2 {margin-top:-20px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:30px!important;}
.top4 {margin-top:40px!important;}
.top5 {margin-top:50px!important;}
.top6 {margin-top:60px!important;}
.top7 {margin-top:70px!important;}

li.widget {list-style:none;margin:0;}
time.updated {display:none;}

.text-blue {color:#2f82d8!important;}
.text-green {color:#8fb53f!important;}
.text-orange {color:#ff7900!important;}
.text-small {font-size:12px;line-height: 15px;}
.listnone {list-style:none;}

.colorfade{
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.bgfade, .btn {
	-webkit-transition-property: background;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: background;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.hoverfade a img {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: opacity;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: opacity;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: ease;
	opacity:1;
	filter:alpha(opacity=100); 
}
.hoverfade a img:hover {opacity:.8;filter:alpha(opacity=80); }
.contentarea {color: #5c5c5c;}
.contentarea {
	color: #5c5c5c;
	border-top: 2px solid #ddd;
	padding: 45px;
	width: 972px;
	max-width: 100%;	
}
.contentarea h1 {margin-bottom: 25px;}
#nav a:hover, #nav li.current-menu-item > a {color: #d89a21;}
.nobr {display:none!important}
.nopbr br {display:none!important}
.nopbr p {margin-bottom:0!important}
.brshow {display:block!important;}

/* CONTACT FORM 7 */

div.wpcf7-validation-errors {
	color: #BB4343;
	background-color: #F8E7E7;
	border: 1px solid #B34949 !important;
	text-align: left;
}
div.wpcf7-mail-sent-ok {
	color: #036605;
	background-color: #EAF7E5;
	width: 99%;
	border: 1px solid #468847!important;
}
.wpcf7-response-output.wpcf7-display-none {padding:0!important;display: block !important;margin: 0;}
div.wpcf7-response-output.wpcf7-validation-errors, 
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px!important;
	width: 99%;
	display: inline-block !important;
	text-shadow: rgba(255, 255, 255, 0.701961) 0px 1px 0px;
	margin-top: 15px!important;
	text-align:center;
	font-size: 13px!important;
	letter-spacing: 1px!important;
	line-height: 1.5;	
}
.wpcf7-not-valid-tip {
	text-align: left;
	color: #E03E3E!important;	
	font-size: 12px!important;
	padding-top: 2px;
	padding-left: 15px;
}
.ajax-loader {
	margin-right:7px;
	position:relative;
	top:5px;	
}
.ajax-loader {display:none;visibility:hidden;}
/* END CONTACT FORM 7 */

.bannerimg, .postthumb, .wrapbgimage {height:auto;}
.tableholder .table-holder:first-child {padding: 0 69px 0 24px;}
#main .holderalign {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
}
.bggray .sections-nav li:after, 
.bggray .sections-header.white .sections-nav li:after {background: #afafaf;}
.bggray .sections-header.white .sections-nav .next a:after {background-position: -196px -218px;}
.bggray .sections-header .heading .border-left, 
.bggray .sections-header.white .heading .border-left:after, 
.bggray .sections-header.white .heading .border-right:after,
.bggray .sections-header .heading .border-right {border-color: #555351;}	
.bggray .sections-header.white .breadcrumbs .home {background: url('../images/sprite.png?1406018610') no-repeat -256px -177px;}
.bggray .sections-header.white .header-frame > .border-left:after, 
.bggray .sections-header.white .header-frame > .border-right:after {background: #9e9e9e;}

.sections-header.white .sections-nav li:after {background: #afafaf;}
.sections-header.white .sections-nav .next a:after {background-position: -196px -218px;}
.sections-header .heading .border-left, 
 .sections-header.white .heading .border-left:after, 
.sections-header.white .heading .border-right:after,
.sections-header .heading .border-right {border-color: #555351;}	
.sections-header.white .breadcrumbs .home {background: url('../images/sprite.png?1406018610') no-repeat -256px -177px;}
.sections-header.white .header-frame > .border-left:after, 
.sections-header.white .header-frame > .border-right:after {background: #9e9e9e;}

.sections-header.white .sections-nav .prev a:after {
    background-position: -175px -218px;
}

.postid-87 .product-info .intro .text,
.postid-85 .product-info .intro .text,
.postid-83 .product-info .intro .text,
.postid-81 .product-info .intro .text,
.postid-89 .product-info .intro .text,
.postid-91 .product-info .intro .text,
.postid-93 .product-info .intro .text{
    background: none;
   max-width: 1062px;
    padding-left: 0;
    padding-right: 0;
}


.page-template-template-productguide-php #footer {display:none!important;}
.borderedtop {border-top: 2px solid #ddd;}

.archivepage .posts-section {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.singlepage {}
.singlepage .video-list {
	display: inline-block;
	float: right;
	margin-left: 20px;
}
.singlepage .video-list  li {
	margin-bottom: 0;
	width: 100%;
}

time.updated {display:none}

#nav .list .menu-item-has-children {position:relative;}
#nav .list .sub-menu:before {
	content: ' ';
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-bottom: 8px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	margin-top: -13px;
	margin-left: -7px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #nav .list .sub-menu {
    margin-top: 1px !important;
  }
}

#nav .list .sub-menu {
	padding-left: 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
	margin-left: -45px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
	width: 140px;
	position:absolute;
	margin-top: 7px;
	display:none;
}
#nav .list .menu-item-has-children:hover  > .sub-menu {display:block;}
#nav .list .sub-menu li { padding:0 10px;margin-top: -1px;}
#nav .list .sub-menu li:hover {background:#777;}
#nav .list .sub-menu li:hover > a {color:#fff;border-bottom-color:#777;}
#nav .list .sub-menu li a { 
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
#nav .list .sub-menu li:last-child a {border-bottom:none;}

/* additional for creditappform */
#creditappform  {letter-spacing:0;}
#creditappform  h3 {
	font: 35px "trajan-pro-3", "Times New Roman", Georgia, Serif;
	line-height: 37px;
	margin: 0 0 30px;
	color: #908d8b;
	font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
	margin-bottom: 24px;
}
#creditappform  input[type="text"], #creditappform  input[type="email"], 
#creditappform  input[type="password"], #creditappform  input[type="tel"], 
#creditappform  textarea {font: 16px "nimbus-sans", Helvetica, Arial, sans-serif;}
#creditappform {margin-bottom:20px;}
#creditappform .wpcf7-not-valid-tip {
	font-size: 13px!important;
	padding-top: 5px;
	padding-left: 0;
	line-height: 1.3;
	text-transform: none;
}
#creditappform  .btn.light-gray {margin-top: 0;}
#creditappform  .btn {border: none;cursor:pointer;}
#creditappform  .form-frame {display:block;}
.fieldlist span.wpcf7-list-item label {cursor:pointer;}
.fieldlist span.wpcf7-list-item {
	text-transform: none;
	font-size: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#creditappform #tab-1 .inputs-list input {
	position: relative;
	z-index: 1;
}
#creditappform .fieldlist {padding-top: 12px;}
#mailedto {padding-top:0!important;}
#mailedto .note {
	font-size: 15px;
	padding-top: 2px;
}
#checkboxterm.fieldlist span.wpcf7-list-item label {cursor:pointer;margin-left: 0;}
#checkboxterm input {position: relative; top: 1px;margin-left: 0;}
#checkboxterm.fieldlist span.wpcf7-list-item {margin-left: 0;}
#checkboxterm {
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-left: 0;
}
#credentialapp6 {
	color: #6a6765;
	font-size: 15px;
	line-height: 1.75;
}
#credentialapp6 .personal-guarantee .attention {font-size: 20px;}
#credentialapp6 .form-box h3 {
	font: 23px "nimbus-sans", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	color: #6a6765;
}

/* end additional for creditappform */




@media only screen and (min-width: 1080px) {
	#table-burger .table-holder:first-child {padding-right:25px;}
	#table-burger .table-holder:last-child {padding-left:45px;}
	#table-burger {
		width: 880px;
		margin: auto;
		display: block;
	}
}
@media only screen and (min-width: 1010px) {
	.products-list li.top.right {float: right;}
	.products-list li {
		width: 328px;
		margin-right: 5px;
		margin-left: 5px;	
	}
}
@media only screen and (min-width: 768px) {
	.large-padleft0{padding-left:0 !important;}
	.large-padleft1 {padding-left:15px !important;}
	.large-padleft2 {padding-left:30px !important;}
	.large-padleft3 {padding-left:45px !important;}
	.large-padleft4 {padding-left:60px !important;}
	.large-right {float:right!important;}
	.large-left {float:left!important;}
}
@media only screen and (max-width: 767px) {
	.small-pad0 {padding-left:0 !important;padding-right:0 !important;}
	.ill-list li {margin: 0 -1px; }
}

@media only screen and (max-width: 500px) {
	.xxs-12 {
		width:100%!important;
		max-width:100%!important;
		display:block!important;
		clear:both!important;
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	img.xxs-12 {width:auto!important;}
	.field-label {text-align:left;}
}
