/* ==========================================================================
Global Styles
 ==========================================================================*/
* { /*Remove green "hightlight" on Android browsers*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}
.clear-both{height:0; clear:both;}

body {
	background-color: #a7a7a7 !important;
	margin: 0px;
	padding: 0px;
}

.container {
	margin:0 auto;
}


/*Header*/
.header {
	position:relative;
	z-index:100;
	background-color: #a73259;
	width:100%;
	padding-top: 5px;
	height: 113px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	float: left;
	display: inline;
}
.page_title {
	margin-left: 50px;
	margin-top: 76px;
	width: auto;
	margin-bottom: 0px;
	float: left;
	display: inline;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	color: #cccccc;
	line-height: 120%;
}
.logo{
	text-align:right;
}
.logo img{
	margin-right:50px;
}

/*Menu*/
.menu-container{
	margin-left:0 !important;
}
.navigation{
	padding:0 25px;
}
.menu {
	float:left;
	display:inline-block;
	height:40px;
	list-style:none;
	padding:7px 0 0;
	background:url(../images/nvsml_sli.jpg) repeat-x 0 0;
	margin:0;
}
.menu li{
	float:left;
	padding:0;
	text-align:center;
	margin:0 5px 0 0;
}
.menu a{
	display:block;
	width:97px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
}

.welcome-btn{
	background:url(../images/menu-buttons/welcome-sprite.png) no-repeat 0 0;
}
.rooms-btn{
	background:url(../images/menu-buttons/rooms-sprite.png) no-repeat 0 0;
}
.location-btn{
	background:url(../images/menu-buttons/location-sprite.png) no-repeat 0 0;
}
.facilities-btn{
	background:url(../images/menu-buttons/facilities-sprite.png) no-repeat 0 0;
}
.bookings-btn{
	background:url(../images/menu-buttons/bookings-sprite.png) no-repeat 0 0;
}
.links-btn{
	background:url(../images/menu-buttons/links-sprite.png) no-repeat 0 0;
}
.policies-btn{
	background:url(../images/menu-buttons/policies-sprite.png) no-repeat 0 0;
}
.contactus-btn{
	background:url(../images/menu-buttons/contactus-sprite.png) no-repeat 0 0;
}
.welcome-btn:hover,
.rooms-btn:hover,
.location-btn:hover,
.facilities-btn:hover,
.bookings-btn:hover,
.links-btn:hover,
.policies-btn:hover,
.contactus-btn:hover{
	background-position:0 -25px;
}

.call-button{
	text-align:center;
	background:#a73259;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
}
.call-button a{
	display:block;
	width:100%;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	padding:3px 0;
}

/*Content*/
.content-container{
	background:url(../images/bdr_sli.jpg) repeat-y 0 0;
}
.content{
	padding:0 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.content-bottom{
	padding:0 45px 10px;
	margin-bottom:0 !important;
}


/*Home Page*/
.cycle-slideshow{
	margin:10px 0 20px;
}

/*Links Page*/
.links-list .link{
	font-size:12px;
	text-align:center;
}
.links-list a{
	color:#000;
	text-decoration:none;
}

/*ReCAPTCHA Style Fixes*/
#recaptcha_widget_div input[type=text]{
    height:18px !important;
}

/*Contact Us*/
#contact_div {
	background-color: #FFF;
	width:480px;
	padding-top:0px;
	height:inherit;
	margin-left:92px;
	margin-top:3px;
	margin-bottom:0px;
	float:left;
	display:inline;
	min-height: 300px;
	font-size:12px;

}
#contact_div input[type=text],
#contact_div textarea{
	font-size:12px;
}

#contact_div input[type=text]{
	width:220px;
	padding:0 3px;
}
#contact_div textarea{
	width:450px;
}

/*Footer*/
.footer {
	background-color: #a73259;
	width: 100%;
	padding-top: 0px;
	height: 120px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
	float: left;
	display: inline;
}
.footer-menu{
	padding-top:15px;
}
.footer-menu a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	margin-left:23px;
}
.footer-menu a:hover{
	color:#fff;
}
.footer-contact{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:15px;
	padding-top:15px;
 text-align:center;
 line-height:20px;
}

.sitemap{
	text-align:center;
	margin-bottom: 0 !important;
}
.sitemap a{
	color:#333;
	text-decoration:none;
}

/* ==========================================================================
Tablet Styles
 ==========================================================================*/
@media only screen and (min-width: 720px) and (max-width: 1024px) {
.menu{
	height:65px;
	padding:5px;
	background-image:none;
	background:#a73259;
	margin:5px 0 0;
}
.menu li{
	margin:5px 0;
}
.content-container{
	background:#fff;
	background-image:none;
}
.content{
	padding:0 20px;
}
.content iframe{
	max-width:100%;
	height:auto;
}
.flash-slider object{
	margin:0 0 0 20px;
}
}
/* END Table Styles */


/* ==========================================================================
Mobile Styles
 ==========================================================================*/
@media only screen and (max-width: 719px) {
blockquote{
	margin:0;
}
.header{
	height:auto;
}
.logo{
	text-align:center;
}
.logo img{
	margin-right:0;
}
.page_title{
	width:100%;
	text-align:center;
	margin:0;
}
.nav-toggle{
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	background:#a73259;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 0;
}
.menu{
	height:auto;
	padding:5px;
	background-image:none;
	background:#a73259;
	margin:5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.menu li{
	width:100%;
	margin:5px 0;
}
.menu li a{
	display:block;
	width:100%;
	padding:3px 0;
	margin:0 auto;
}
.content-container{
	background:#fff;
	background-image:none;
}
.content{
	padding:0 20px;
}
.content iframe{
	max-width:100%;
	height:auto;
}
.content img{
	max-width:100%;
	height:auto;
}
#contact_div{
	width:100%;
	margin-left:0;
}
#contact_div input[type=text]{
	width:100%;
}
#contact_div textarea{
	width:94%;
}
.flash-slider object{
	display:none;
	margin:0 0 0 20px;
}
.content-bottom{
	padding:0 10px;
}
.content-bottom img{
	max-width:100%;
	height:auto;
}
.content-bottom .col{
	width:100%;
	text-align:center;
	margin:15px; 0;
}
.footer{
	height:auto;
	text-align:center;
	padding-bottom:15px;
}
.footer-contact{
	text-align:center;
}
.footer-menu a{
	margin:0 11px;
}
}
/* END Mobile Styles */



/* ==========================================================================

  Base Stylesheet - http://matthewhartman.github.com/base/
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.2 - Last Updated: 16th January, 2013

========================================================================== */
/* ==========================================================================
/* --  Micro Clearfix, Resets and Common Classes
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* General Resets */
/* Start font size at 100% */
html {
  font-size: 100%;
}
/* Make all form fonts consistent */
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* Remove default borders */
form,
fieldset,
a img {
  border: 0;
}
/* Remove default spacing */
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Common Classes */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
.strong {
  font-weight: bold;
}
.alert {
  background-color: #ffffcc;
  display: block;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nolist {
  list-style: none;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.hide,
.none,
.nodesktop {
  display: none;
}
/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Body */
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Links */
a {
}
a:visited {
}
a:hover {
}
a:active {
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
/*h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}*/
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 6px;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
small {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Block Quotes, Pre and Code Blocks */
q {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 30px;
  margin: 20px 0;
  font-family: "Georgia", "Times";
  font-style: italic;
}
q:before,
q:after {
  font-size: 80px;
  font-size: 5rem;
  color: #999999;
}
q:before {
  content: "\201C";
  margin-left: -0.5em;
  float: left;
}
q:after {
  content: "\201D";
  margin-right: -0.5em;
  float: right;
}
code {
  padding: 2px 6px;
  font-family: Monaco, Andale Mono, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fee9cc;
  border: 1px solid #ffc9b3;
  line-height: normal;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #dddddd;
  margin: 2em 0;
}
/* 1.3 Tables
   ========================================================================== */
table.responsive {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table.responsive th,
table.responsive td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
table.responsive thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #ffffff;
  color: #222222;
}
table.responsive tfoot td {
  font-weight: bold;
}
table.responsive caption {
  padding: .5em;
  font-style: italic;
  background-color: #eeeeee;
  border-bottom: 0;
  font-weight: bold;
}
/* 1.4 Lists
   ========================================================================== */
ul,
ul ul {
  list-style: disc;
  margin: 4px 0 4px 25px;
  padding: 0;
}
ol,
ol ol {
  list-style: decimal;
  margin: 4px 0 4px 25px;
  padding: 0;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
form.responsive fieldset {
  margin: 1.5em 0;
}
form.responsive legend {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
  width: 100%;
  display: block;
  border: 0;
  *margin-left: -5px;
}
form.responsive label {
  font-weight: bold;
  cursor: pointer;
}
form.responsive .inline-field label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 1em;
}
form.responsive .field {
  padding: 0.2em 0;
}
form.responsive .field label {
  display: block;
}
form.responsive .checkbox {
  display: block;
  position: relative;
  line-height: normal;
  padding: 0.2em 0;
}
form.responsive .checkbox label {
  display: table-cell;
  *zoom: 1;
}
form.responsive .checkbox input[type=checkbox],
form.responsive .checkbox input[type=radio] {
  float: left;
  top: -2px;
  position: relative;
  margin-right: 1em;
}
/* Inputs (Text, Search, Email, etc) */
form.responsive input[type=text],
form.responsive input[type=password],
form.responsive input[type=email],
form.responsive input[type=search],
form.responsive input[type=tel],
form.responsive input[type=file] {
  outline: 0;
  padding: 2px 5px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #dddddd;
  border-top: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form.responsive input[type=file] {
  border: 0;
  height: 20px;
}
form.responsive input[type=button]::-moz-focus-inner,
form.responsive input[type=submit]::-moz-focus-inner,
form.responsive input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
form.responsive input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
form.responsive input[type=submit],
form.responsive input[type=button],
form.responsive input[type=reset] {
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  /* Remove Default Browser Behaviour for Safari */

  -moz-appearance: none;
  /* Remove Default Browser Behaviour for Firefox */

}
form.responsive textarea {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #666666;
  outline: 0;
  padding: 2px 5px;
  vertical-align: top;
  border: 1px solid #dddddd;
  padding: 10px;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form.responsive select {
  font-size: 14px;
  font-size: 0.875rem;
  outline: 0;
  border: 0;
  padding: 7px;
  height: 30px;
  line-height: normal;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  *border: 10px solid #ffffff;
  outline: 1px solid #999999;
}
form.responsive select[multiple] {
  min-height: 100px;
  vertical-align: top;
  border: 1px solid #dddddd;
}
form.responsive select,
form.responsive input[type=text],
form.responsive input[type=password],
form.responsive input[type=email],
form.responsive input[type=search],
form.responsive input[type=tel] {
  width: 280px;
}
form.responsive textarea {
  width: 260px;
}

/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.row {
  margin-bottom: 1em;
}
.container {
  max-width: 900px;
  min-width:200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 980px;
  margin: 0 auto;
}
/* Fluid Grid */
.col {
  margin-left: 3%;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.333%;
}
.two {
  width: 14.667%;
}
.three {
  width: 23.0%;
}
.four {
  width: 31.333%;
}
.five {
  width: 39.667%;
}
.six {
  width: 48.0%;
}
.seven {
  width: 56.333%;
}
.eight {
  width: 64.667%;
}
.nine {
  width: 73.0%;
}
.ten {
  width: 81.333%;
}
.eleven {
  width: 89.667%;
}
.twelve {
  width: 100%;
}
.half {
  width: 48.0%;
}
.one-third {
  width: 31.333%;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
  html body {
    max-width: 959px;
    padding: 0;
    margin: 0;
  }
  .container {
    width: 700px;
  }
  .notablet {
    display: none !important;
  }
  .showtablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 719px) {
  html body {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  /* Mobile Grid */
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  /* Mobile Forms */
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=tel],
  textarea {
    width: 90%;
    padding: 5%;
  }
  select {
    width: 100%;
  }
  .nomobile {
    display: none !important;
  }
  .showmobile {
    display: block;
  }
}
/* End Mobile Media Query */


/* ==========================================================================
   ==========================================================================
   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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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: white;
  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: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444; }
  .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 {
    /* The shadow behind the image */ }
    .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
}