/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.royalSlider {
  width: 855px;
  height: 325px;
}
.rsBullets {
  bottom: auto;
  top: 14px;
  background: none;
}
.rsBullet {
  padding: 6px 4px 6px;
}
.rsBullet.rsNavSelected span {
  background: #ee721f;
}
.rsBullet span {
  background: rgba(238, 114, 31, 0.4);
}
.rsBullet span:hover {
  cursor: pointer;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #79767E;
  font-size: 62.5%;
}
a:link,
a:visited {
  color: #005066;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin: 0 0 15px 0;
  font: normal 2.4em/1 Georgia, "Times New Roman", Times, serif;
  color: #AD3C05;
}
h2 {
  margin: 0 0 1em 0;
  font: normal 2em/1 Georgia, "Times New Roman", Times, serif;
  color: #D1580C;
}
h3 {
  font: bold 1.2em/1.2 Verdana, Tahoma, sans-serif;
  margin: 0 0 1em 0;
  color: #D87C3E;
}
h4 {
  font: bold 1.1em/1.2 Arial, Helvetica, sans-serif;
  margin: 0.5em 0 0.5em;
  color: #585858;
}
p {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.1em;
  margin: 0 0 1em 0;
  line-height: 1.5;
  color: #79767E;
}
p.intro {
  font-size: 1.2em;
}
p.testimonial {
  font-size: 1.2em;
  font-family: Verdana, Tahoma, sans-serif;
  font-style: italic;
}
p.note {
  font-size: 1em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.5;
  font-family: Verdana, Tahoma, sans-serif;
}
ol {
  margin-left: 1.9em;
}
ul ul,
ul ul ul,
ul ol,
ol ol {
  font-size: 1em;
}
li {
  background: url(/img/bullet_copy.gif) 8px 0.7em no-repeat #fff;
  padding: 0.1em 0 0.1em 23px;
  color: #79767E;
  list-style: none;
}
li p {
  font-size: 1em;
}
ol li {
  background: none;
  list-style: decimal;
  padding: 0;
}
hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 10px;
  height: 0;
}
.small {
  font-size: 0.8em;
}
/* =custom styles
----------------- */
img.figure-left {
  margin: 0 10px 10px 0;
  float: left;
}
img.figure-right {
  margin: 0 0 10px 10px;
  float: right;
}
.data {
  font-family: Verdana, Tahoma, sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 8px;
}
.data td {
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  padding: 5px;
  font-family: Verdana, Tahoma, sans-serif;
}
.data th {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  padding: 6px;
  text-align: left;
}
.data td p,
.data th p {
  margin: 0;
  font-size: 11px;
}
table.people {
  width: 100%;
}
table.people td {
  vertical-align: top;
  padding-bottom: 20px;
}
table.people td.photo {
  width: 140px;
  padding-right: 10px;
}
table.people td h2 {
  margin-bottom: 0.4em;
  font-size: 1.6em;
}
table.people td p.role {
  font-size: 1em;
  color: #E2691A;
}
/*
 Styles for links to downloads
*/
a.doctype_doc {
  background-image: url(/img/symbols/doc_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_gif {
  background-image: url(/img/symbols/gif_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_htm {
  background-image: url(/img/symbols/htm_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_img {
  background-image: url(/img/symbols/img_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_jpg {
  background-image: url(/img/symbols/jpg_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_mdb {
  background-image: url(/img/symbols/mdb_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_mov {
  background-image: url(/img/symbols/mov_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_pdf {
  background-image: url(/img/symbols/pdf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_png {
  background-image: url(/img/symbols/png_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_ppt {
  background-image: url(/img/symbols/ppt_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_pub {
  background-image: url(/img/symbols/pub_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_rm {
  background-image: url(/img/symbols/rm_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_rtf {
  background-image: url(/img/symbols/rtf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_swf {
  background-image: url(/img/symbols/swf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_tmp {
  background-image: url(/img/symbols/tmp_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_txt {
  background-image: url(/img/symbols/txt_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_wmv {
  background-image: url(/img/symbols/wmv_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_xls {
  background-image: url(/img/symbols/xls_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_zip {
  background-image: url(/img/symbols/zip_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
#gallery-wrap {
  clear: both;
  margin-top: 30px;
}
.gallery {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* 
	------------------------
	Riverview Retreat Master CSS
	Author: www.72dpi.co.nz
	------------------------
*/
/*
	Reset and Zero Default Elements
	Eric Meyer = meyerweb.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: url(/img/bg_body.gif) center top repeat-y #ECEAD5;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 62.5%;
  color: #79767E;
}
.tuck {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
div.right {
  float: right;
}
div.left {
  float: left;
}
/* =typography defaults */
a:link,
a:visited {
  color: #D1580C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*h1#home-heading{
	margin: 0;
	font: normal 3em/1 Arial, Helvetica, sans-serif;
	padding-left: 20px;
}*/
h1 {
  margin: 0 0 15px 0;
  font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
  color: #AD3C05;
}
h2 {
  margin: 0 0 1em 0;
  font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
  color: #D1580C;
}
h3 {
  font: bold 15px/18px Verdana, Tahoma, sans-serif;
  margin: 0 0 1em 0;
  color: #D87C3E;
}
h4 {
  font: bold 1.1em/1.2 Verdana, Tahoma, sans-serif;
  margin: 0.5em 0 0.5em;
  color: #333;
}
p {
  margin: 0 0 1em 0;
  line-height: 1.5;
}
p.note {
  font-size: 1em;
}
sup {
  vertical-align: super;
  font-size: 0.9em;
  line-height: 0.1;
}
td {
  font-size: 1em;
}
th.right,
td.right {
  text-align: right;
}
th.center,
td.center {
  text-align: center;
}
small,
.small {
  font-size: 0.8em;
}
hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 10px;
  height: 0;
}
/* =structure
-------------- */
#bg-main {
  width: 100%;
  min-height: 770px;
  height: auto !important;
  height: 770px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#wrap {
  width: 855px;
  text-align: left;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -26px;
  /* the bottom margin is the negative value of the footer's height */
  z-index: 2;
  background: url(/img/bg_body.png) -50px 65px no-repeat;
}
#header {
  /*width: 960px;*/
  height: 322px;
  position: relative;
  padding: 0;
  z-index: 5;
}
#header a,
#main a {
  position: relative;
}
#main {
  width: 706px;
  padding: 40px 47px 0 47px;
  background: url(/img/bg_main_top.png) 0 0 no-repeat;
  position: relative;
  z-index: 10;
  margin: -50px 0 0 28px;
}
#content {
  width: 475px;
  float: right;
  margin-bottom: 30px;
  display: inline;
}
#sidebar {
  float: left;
  width: 185px;
  margin-bottom: 30px;
}
.facebook {
  margin: 0 0 15px 10px;
}
/* =header elements
--------------------- */
#watermark {
  background: url(/img/riverview_watermark.png) 0 0 no-repeat;
  width: 125px;
  height: 105px;
  position: absolute;
  top: 201px;
  right: 88px;
  z-index: 20;
}
#logo {
  width: 294px;
  height: 52px;
  position: absolute;
  top: 120px;
  left: 60px;
  z-index: 2000;
}
#logo a {
  background: url(/img/logo_riverviewretreat.png) 0 0 no-repeat;
  display: block;
  width: 294px;
  height: 52px;
}
#logo img {
  display: block;
  width: 0;
}
/* =nav */
#nav {
  background: url(/img/nav_dash.gif) 0 0 repeat-x;
  margin-bottom: 20px;
}
#nav li {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  background: url(/img/nav_dash.gif) left bottom repeat-x;
  padding: 2px 0 3px 0;
  line-height: 1;
}
#nav li a {
  display: block;
  padding: 6px 10px;
  color: #333;
}
#nav li a:hover {
  color: #333;
  text-decoration: none;
  background-color: #F4F3E8;
}
#nav li a.current,
#nav li a.current:hover {
  color: #333;
  background-color: #ECEAD5;
}
#nav li li a.current,
#nav li li a.current:hover {
  color: #333;
  background-color: #F5F4EB;
}
ul#nav li li {
  padding: 0px 4px 4px 4px;
  background-color: #ECEAD5;
  margin: 0 0 0 0;
  font-size: 0.9em;
  font-weight: normal;
}
ul#nav li.current li a,
ul#nav li.current li a:hover {
  line-height: 1;
  padding: 0 0 0 0;
  background: none;
  font-weight: normal;
  padding: 5px;
  background-color: #2998DE;
}
/* =content
--------------- */
.copy {
  /*padding: 20px 15px 5px 20px;*/
}
.copy p.intro {
  font-size: 15px;
  line-height: 24px;
  color: #999;
  font-style: italic;
  font-family: Verdana, Tahoma, sans-serif;
}
.copy p.testimonial {
  font-size: 1.2em;
  font-family: Verdana, Tahoma, sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}
.copy p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 20px;
}
.copy p.note,
.copy p.small {
  font-size: 1em;
}
.copy ul,
ol {
  margin: 1em 0 1.5em 0;
  font-size: 1.1em;
  line-height: 1.5;
}
.copy ol {
  font-size: 1.1em;
  margin-left: 2.8em;
}
.copy ul ul,
.copy ul ul ul,
.copy ol ol,
.copy ul ol {
  font-size: 1em;
}
.copy li {
  background: url(/img/bullet_copy.gif) 8px 0.7em no-repeat;
  padding: 0.1em 0 0.1em 23px;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 20px;
}
.copy li p {
  font-size: 1em;
}
.copy ol li {
  background: none;
  list-style: decimal;
  padding: 0;
  font-size: 1em;
}
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert ul {
  margin-bottom: 0;
}
.alert li {
  margin-bottom: 0;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger h3,
.alert-danger li {
  color: #a94442;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success h3,
.alert-success li {
  color: #3c763d;
}
#home-features {
  clear: both;
  margin-top: 20px;
}
#home-features .feature {
  float: left;
  width: 190px;
  padding: 15px;
  margin-right: 22px;
  display: inline;
  background: url(/img/bg_grad_homefeature.png) 0 0 repeat-x;
}
#home-features .last {
  float: right;
  margin: 0;
}
#home-features h2 {
  margin-bottom: 12px;
}
#home-features .feature a img {
  border: 3px solid #D1580C;
  margin-bottom: 10px;
}
#home-features .feature p {
  color: #666;
}
/* =gallery */
#slideshow-bg {
  background: url(/img/bg_gallery.gif) 0 0 no-repeat;
  width: 493px;
  height: 370px;
  padding: 11px 0 0 0;
  position: relative;
}
.slideshow-thumbnails .overlay {
  left: 0;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 10000;
}
.slideshow-thumbnails .overlay.a {
  background: url(vertical-thumbnails-a.png);
  top: 0;
}
.slideshow-thumbnails .overlay.b {
  background: url(vertical-thumbnails-b.png);
  bottom: 0;
}
/* =forms
--------- */
input,
select,
textarea {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.1em;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
input.text,
textarea,
select {
  border: 1px solid #dedbc1;
  background-color: #f7f5ee;
}
input.button {
  background: url(/img/bg_btn.png) left bottom repeat-x #F3F1E4;
  color: #666;
  font-weight: normal;
  padding: 3px 10px;
  border: 1px solid #DEDBC1;
  width: auto;
}
#contact-details {
  float: right;
  width: 220px;
}
a.loc-map {
  display: block;
  background: url(/img/map.png) 0 0 no-repeat;
  width: 201px;
  height: 155px;
  cursor: pointer;
  postion: relative;
  left: -8px;
}
.shadowbox {
  width: 493px;
  /*position: relative;*/
  background: url(/img/bg_enquiryform_top.png) 0 0 no-repeat;
  margin-left: -10px;
}
.shadowbox-inner {
  background: url(/img/bg_enquiryform_btm.png) left bottom no-repeat;
  padding: 20px;
}
dl.form {
  font-size: 1.1em;
  padding: 10px;
  width: 400px;
  margin-left: 20px;
}
dl.form select {
  font-size: 1em;
  width: 99%;
}
dl.form textarea {
  font-size: 14px;
  width: 280px;
  height: 100px;
  padding: 10px;
}
dl.form input.large {
  width: 99%;
  font-size: 1em;
}
dl.form input.text {
  width: 280px;
  font-size: 14px;
  padding: 10px;
}
dl.form dt {
  float: left;
  clear: left;
  width: 100px;
  /**/
  margin: 0 0 2px 0;
  line-height: 1.3;
  padding: 12px 0 2px;
  font-weight: bold;
  /*display: inline;*/
}
dl.form dd {
  float: left;
  width: 300px;
  /*font-size: 1.1em;*/
  margin-bottom: 6px;
}
dl.form dd p {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}
dl.form dd p.note {
  font-size: 0.9em;
}
dl.form dt.required {
  color: #D91F05;
}
img.captcha {
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 4px;
  /*border: 1px solid #999;
	padding:5px 0;*/
}
input#captcha {
  width: 100px;
}
#confirmation {
  padding: 20px 25px;
  background: url(/img/bg_confirmation.png) 0 0 no-repeat;
  width: 443px;
  height: 98px;
  margin-left: -10px;
}
#loader {
  background: url(/img/ajax-loader.gif) center center no-repeat;
  width: 440px;
  height: 40px;
  position: absolute;
  display: none;
}
.g-recaptcha {
  margin-bottom: 10px;
}
.btn {
  border: none;
  outline: none;
  background: #D87C3E;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 4px;
}
.btn:hover {
  cursor: pointer;
}
/* =footer items
-------------------- */
.push {
  height: 26px;
}
/* .push must be the same height as #footer */
#footer {
  height: 26px;
  margin: 0 auto;
  width: 695px;
  position: relative;
  z-index: 5;
}
#footer p {
  font-size: 1.1em;
  color: #999;
  float: left;
}
#footer a#siteby {
  width: 88px;
  height: 26px;
  float: right;
  background: url(/img/siteby72dpi.gif) 0 0 no-repeat;
}
/* =shared styles with Editor
	place necessary selectors from text.css here and vice versa so that reset.css is actually useful.
----------------------------- */
img.figure-left {
  margin: 0 10px 10px 0;
  float: left;
}
img.figure-right {
  margin: 0 0 10px 10px;
  float: right;
}
table.list td {
  vertical-align: top;
  padding: 4px;
  line-height: 1.3;
}
table.data {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 8px;
}
table.data td {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 5px;
  vertical-align: middle;
}
table.data th {
  font-size: 13px;
  padding: 6px;
  text-align: left;
}
table.data td p,
table.data th p {
  margin: 0;
  font-size: 1em;
}
/* download icons */
a.doctype_doc {
  background-image: url(/img/symbols/doc_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_gif {
  background-image: url(/img/symbols/gif_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_htm {
  background-image: url(/img/symbols/htm_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_img {
  background-image: url(/img/symbols/img_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_jpg {
  background-image: url(/img/symbols/jpg_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_mdb {
  background-image: url(/img/symbols/mdb_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_mov {
  background-image: url(/img/symbols/mov_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_pdf {
  background-image: url(/img/symbols/pdf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_png {
  background-image: url(/img/symbols/png_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_ppt {
  background-image: url(/img/symbols/ppt_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_pub {
  background-image: url(/img/symbols/pub_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_rm {
  background-image: url(/img/symbols/rm_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_rtf {
  background-image: url(/img/symbols/rtf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_swf {
  background-image: url(/img/symbols/swf_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_tmp {
  background-image: url(/img/symbols/tmp_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_txt {
  background-image: url(/img/symbols/txt_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_wmv {
  background-image: url(/img/symbols/wmv_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_xls {
  background-image: url(/img/symbols/xls_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
a.doctype_zip {
  background-image: url(/img/symbols/zip_icon.gif);
  background-repeat: no-repeat;
  padding: 2px;
  padding-left: 20px;
}
/* =self-clearing floats 
-------------------------------------- */
#main:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child + html #main,
*:first-child + html .clearfix {
  min-height: 1px;
}
@media (print) {
  body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    background-color: #fff;
  }
  #sidebar,
  #nav,
  #footer {
    display: none;
  }
  a:link,
  a:visited {
    color: #2e3191;
    text-decoration: none;
  }
  a img {
    border: 0;
  }
  h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #666;
  }
  h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
  }
  h3 {
    font-size: 12px;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .data td {
    border-bottom: 1px solid #ccc;
  }
  .data th {
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  table.cart {
    width: 100%;
    margin-bottom: 12px;
  }
  table.cart th {
    background-color: #f5f5f5;
    padding: 5px;
    line-height: 1;
    color: #666;
    border: 1px solid #ccc;
    border-width: 1px 0;
    /*text-transform: uppercase;*/
  }
  table.cart td {
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    vertical-align: top;
    font-size: 1em;
  }
  div.section {
    border-top: 1px solid #ccc;
    clear: both;
    padding: 10px 0;
  }
  div.column-left {
    float: left;
    width: 49%;
  }
  div.column-right {
    float: right;
    width: 49%;
  }
  #footer {
    border-top: 1px solid #ccc;
    clear: both;
  }
  /* =order print */
  body#print {
    text-align: center;
  }
  #wrap {
    width: 600px;
    text-align: left;
    margin: 0 auto;
  }
}
/* =self-clearing floats 
-------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child + html .clearfix {
  min-height: 1px;
}
/* \*/
* html .clearfix {
  height: 1%;
  display: block;
}
/* */
