/* @group General */
html {
	width: 100%;
	height: 100%;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

a, a:visited {
	text-decoration: underline;
	color: #819356;
}

a:hover, a:active {
	text-decoration: none;
}

h1 {
	font-size: 2.6em;
	letter-spacing: -2px;
}

h2 {
	font-size: 2.4em;
	letter-spacing: -2px;
}

h3 {
	font-size: 2em;
	letter-spacing: -2px;
}

h4 {
	font-size: 1.8em;
	letter-spacing: -1px;
}

h5 {
	font-size: 1.6em;
	letter-spacing: -1px;
}

h6 {
	font-size: 1.4em;
	letter-spacing: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 8px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
}

.image-left {
	float: left;
	margin: 12px 30px 12px 0;
}

.image-right {
	float: right;
	margin: 12px 0 12px 30px;
}

.clearer {
	clear: both;
}

.clear-left {
	clear: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.ie7 img, .iem7 img {
    -ms-interpolation-mode: bicubic
}

blockquote {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style-position: inside;
	padding-left: 15px;
}

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

#extraContent1,
#extraContent2,
#extraContent3,
#extraContent4 {
	display: none;
}

/* @end */

/* @group Layout */


body {
	font-size: 1.6em;
	line-height: 1.6em;
	-webkit-text-size-adjust: none;
}

header {
	position: relative;
}

#banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
}


#extraContent2 {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 430px;
	background-color: rgba(256,256,256,0.8);
	padding: 40px;
	z-index: 100;
	border-bottom-width: 8px;
	border-bottom-style: solid;
}

#extraContainer2 {
	overflow: hidden;
}

#navigation_bar {
	background-color: rgba(40,40,40,0.85);
	height: 116px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
	font-size: 16px;
}

#navigation_bar>.row {
	position: relative;
}

nav#main_navigation>ul, 
#site_title, 
#navigation_bar,
#mobile_nav_toggle {
	-webkit-transition-duration: 240ms;
	transition-duration: 240ms;
	-webkit-transition-property: height, line-height;
	transition-property: height, line-height;
}

#slogan {
	text-align: center;
}

#slogan h2 {
	display: inline-block;
	padding: 20px;
	font-size: 2em;
	border-style: solid;
	border-width: 1px;
	letter-spacing: -1px;
	border-radius: 2px;
}

#alignment_wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

#alignment_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#alignment_wrapper .items li
{
	text-align: center;
  margin: 0px 5px 5px 0px;
}
  
#alignment_wrapper .items li .outerContainer
{
  display: table;
  overflow: hidden;
  width: 100%;
}
  
#alignment_wrapper .items li .outerContainer .innerContainer
{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.modal_popup_link_wrapper {
	-webkit-transition-duration: 240ms;
	transition-duration: 240ms;
	-webkit-transition-property: line-height;
	transition-property: line-height;
}


#main_navigation {
	display: inline-block;
	float: right;
}

#navigation_bar * {
	z-index: 1000;
}

#site_title {
	font-size: 2.0em;
	line-height: 116px;
	display: inline-block;
	float: left;
	letter-spacing: -1px;
}

#extraContent1 {
}

#extraContent1 .row {
	padding-top: 40px;
	padding-bottom: 40px;
}

#extraContainer1 {
	padding-left: 40px;
	padding-right: 40px;
}

#content_container {
	background-color: #fff;
	color: #6a6a6a;
	padding: 40px 30px;
}

#extraContent4 {
	background-color: #fff;
	color: #6a6a6a;
	padding: 40px;
	margin-top: 40px;
}

#extraContainer4 {
}

#copyright {
	text-align: right;
	font-size: 0.8em;
}

#footer {
	margin-top: 12px;
	padding-bottom: 100px;
}

#footer a,
#footer a:visited {
}

#footer a:hover,
#footer a:active {
}

.modal_popup_link_wrapper {
	display: inline-block;
	float: right;
	line-height: 116px;
	display: none;
	position: relative;
}

.modal_popup_link i {
	text-align: center;
	line-height: 34px;
	height: 34px;
	width: 34px;
	margin-left: 6px;
	font-size: 0.9em;
	position: relative;
	top: -1px;
}

.modal_popup_link i:hover {
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

/* @end */

/* @group Navigation */
.edge {
	right: 0 !important;
}

nav#main_navigation li ul.sub-menu {
}

nav#main_navigation li.open>ul.sub-menu {
  display: visible;
  opacity: 1;
	left: 0px
}

nav#main_navigation>ul>li>ul li.open>ul.sub-menu {
  display: visible;
  opacity: 1;
  margin-top: -1px;
	left: 0px
}

nav#main_navigation {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

nav#main_navigation ul {
	list-style: none;
	margin-bottom: 0;
}

nav#main_navigation>ul {
	list-style: none;
	line-height: 116px;
}

.smaller_nav {
	height: 56px !important;
	line-height: 56px !important;
}

.nav_shadow {
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(65,65,65,0.85);
}

nav#main_navigation>ul>li {
	display: inline-block;
	margin-left: 4px;
	position: relative;
}

nav#main_navigation a {
	text-decoration: none;
	color: #D5D5D5;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}

nav#main_navigation a.current,
nav#main_navigation a.currentAncestor, 
nav#main_navigation>ul a:hover {
}

nav#main_navigation>ul>li>a.current,
nav#main_navigation>ul>li>a.currentAncestor, 
nav#main_navigation>ul>li>a:hover {
}

nav#main_navigation a:hover {
}

nav#main_navigation a.current, 
nav#main_navigation a:hover {
}

nav#main_navigation ul li.hasChild>a:after, nav#mobile_navigation li.hasChild>a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: 8px;
}

nav#main_navigation ul ul, 
nav#main_navigation ul ul ul, 
nav#main_navigation ul ul ul ul, 
nav#main_navigation ul ul ul ul ul {
	display: none;
}

nav#main_navigation ul ul {
	position: absolute;
	background-color: rgba(256,256,256,0.85);
	padding: 10px 0;
	margin: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

nav#main_navigation>ul>li>ul {
	margin-top: -1px;
}

nav#main_navigation ul ul li.hasChild>a:after {
  font-family: 'FontAwesome';
  content: '\f104';
  position: absolute;
  left: 0;
  margin-left: 20px;
}

nav#main_navigation ul ul li{
	position: relative;
}

nav#main_navigation ul ul ul {
	top: 1px;
	left: 0;
}

nav#main_navigation ul ul a.current, nav#main_navigation ul ul a:hover {
	border-radius: 0px;
}

nav#main_navigation ul ul li a {
	text-align: left;
	display: block;
	position: relative;
	padding: 5px 40px;
	color: #2A2A2A;
}

nav#main_navigation ul ul li a {
}

nav#main_navigation ul ul ul {
}

nav#main_navigation ul ul ul li a {
}

/* Mobile Navigation */
nav#mobile_navigation {
	display: none;
}

#mobile_nav_toggle {
	height: 116px;
	line-height: 116px;
	display: inline-block;
	float: right;
}

#mobile_navigation_opener {
	background-color: #cdcdcd;
	color: #383b42;
	text-align: center;
	line-height: 34px;
	height: 34px;
	width: 34px;
	margin-left: 6px;
	font-size: 0.9em;
	cursor: pointer;
	display: none;
}

#mobile_navigation_closer {
	width: 100%;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #454c54;
	color: #c2c2c4;
	cursor: pointer;
}

nav#mobile_navigation {
	background-color: #383b42;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

nav#mobile_navigation ul {
	list-style: none;
}

nav#mobile_navigation ul {
	padding: 0;
	margin: 0;
}

nav#mobile_navigation ul li {
	border-top-width: 1px;
	border-top-style: solid;
}

nav#mobile_navigation>ul>li:first-child {
	border-top: none;
}


nav#mobile_navigation ul a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}

nav#mobile_navigation ul a,
nav#mobile_navigation ul a:visited {
	color: #a4a4a4;
}

nav#mobile_navigation ul a:hover,
nav#mobile_navigation ul a:active,
nav#mobile_navigation a.current,
nav#mobile_navigation a.currentAncestor {
}

nav#mobile_navigation ul ul, 
nav#mobile_navigation ul ul ul, 
nav#mobile_navigation ul ul ul ul, 
nav#mobile_navigation ul ul ul ul ul {
	display: none;
}

nav#mobile_navigation li.open_mobile>ul.sub-menu {
  display: block;
	left: 0px
}

nav#mobile_navigation>ul>li>ul li.open_mobile>ul.sub-menu {
  display: block;
	left: 0px
}

nav#mobile_navigation ul ul a {
	padding-left: 30px;
} 

nav#mobile_navigation ul ul ul a {
	padding-left: 40px;
} 

nav#mobile_navigation ul ul ul ul a {
	padding-left: 50px;
} 

/* @end */


/* @group Blog */

#archives { 
  display: block; 
}

#archives a {
	text-decoration: none;
}

.blogEntryTopperImg {
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.blogEntryTopper_wrapper {
	position: relative;
	margin-bottom: 20px;
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-type: none;
	padding: 0;
	list-style-position: inside;
	margin: 20px 0 0;
}

ul.blog-tag-cloud li {
	display: inline-block;
	margin-bottom: 8px;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link {
	text-decoration: none;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.blog-tag-cloud a:hover, ul.blog-tag-cloud a:active {
	text-decoration: none;
}

.blog-tag-size-1 {
}

.blog-tag-size-2 {
}

.blog-tag-size-3 {
}

.blog-tag-size-4 {
}

.blog-tag-size-5 {
}

.blog-tag-size-6 {
}

.blog-tag-size-7 {
}

.blog-tag-size-8 {
}

.blog-tag-size-9 {
}

.blog-tag-size-10 {
}

.blog-tag-size-11 {
}

.blog-tag-size-12 {
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {
}

.blog-tag-size-17 {
}

.blog-tag-size-18 {
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin-bottom: 30px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-weight: normal;
	font-style: normal;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: none;
}	

.blog-archive-link a:before {
  content: '\f104';
  font-family: FontAwesome;
  margin-right: 6px;
}	
/* @end */

.blog-entry {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px;
}

.lastBlogChild {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-entry .image-left,
.blog-entry .image-right {
}

h1.blog-entry-title {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.0em;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  letter-spacing: -1px;
  width: 100%;
}

h1.blog-entry-title a {
	text-decoration: none;
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: normal;
	display: inline-block;
	position: relative;
	line-height: 1.2;
	letter-spacing: -2px;
}

h1.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	margin-top: 8px;
	margin-bottom: 24px;
}

.blog-entry-body {
}

p.blog-entry-tags {
	margin: 20px 0 0;
}

.blog-entry-tags:before {
  content: '\f02c';
  font-family: FontAwesome;
  margin-right: 6px;
}

.blog-entry-tags:before {
}

p.blog-entry-tags a, p.blog-entry-tags a:visited {
}

p.blog-entry-tags a:hover {
}

.blog-entry-comments {
}

.blog-entry-comments:before {
  content: '\f0e6';
  font-family: FontAwesome;
  margin-right: 7px;
}

.blog-entry-comments:hover {
}

.blog-entry-comments a, .blog-entry-comments a:visited {
}

.blog-entry-comments a:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
}

.blog-entry-category a:hover {
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-top: 20px;
}

#blog-archives br {
}

.blog-archive-link-enabled:before {
	content: '\f017';
	font-family: FontAwesome;
	margin-right: 6px;
}

#blog-archives a, #blog-archives a:visited {
}

#blog-archives a:hover {
}

.blog-archive-link-disabled:before {
	content: '\f017';
	font-family: FontAwesome;
	margin-right: 6px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
}
/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 20px;
}

#blog-categories br {
	display: none;
}

#blog-categories a, #blog-categories a:visited {
	display: inline-block;
	margin-right: 12px;
}

.blog-category-link-enabled:before {
	content: '\f016';
	font-family: FontAwesome;
	margin-right: 6px;
}


.blog-category-link-enabled, .blog-category-link-disabled {
}

#blog-categories a:hover {
}

.blog-category-link-disabled {
}

.blog-category-link-disabled:before {
	content: '\f016';
	font-family: FontAwesome;
	margin-right: 6px;
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 20px;
}

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link, a:link.blog-rss-link,
a:link.blog-comments-rss-link, a:visited.blog-rss-link,
a:visited.blog-comments-rss-link {
}

a.blog-rss-link:before {
	content: '\f09e';
	font-family: FontAwesome;
	margin-right: 6px;
}

a.blog-rss-link:hover {
}

/* Read More links */

.blog-read-more {
	display: block;
	margin-top: 20px;
}

.blog-read-more a, .blog-read-more a:visited {
	
}

.blog-read-more a:hover, .blog-read-more a:active {
}

.blog-read-more:before {
	content: '\f002';
	font-family: FontAwesome;
	margin-right: 6px;
}


/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 40px;
}

.filesharing-item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px;
}

.filesharing-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


.filesharing-item-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.2;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
}

.filesharing-item-title a, .filesharing-item-title a:visited {
	text-decoration: none;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {

}

/* @end */

/* @group Photo Album */

/* @group Single View */

.photo-background {
	text-align: center;
}

.photo-background p{
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame {
}

.photo-background p.photo-title {
}

.photo-background p.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */

/* @group Index Page View */

.album-title {
	font-size: 2.4em;
	letter-spacing: -2px;
	line-height: 1.2;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
}

.album-description {
	margin-bottom: 40px;
}


.album-wrapper {
	position: relative;
}

.thumbnail-wrap {
	display: inline-block;
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
}

.thumbnail-frame {
	position: relative;
	display: block;
}

.thumbnail-frame img {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-caption {
	text-align: left;
	margin-top: 4px;
	display: block;
	position: relative;
	white-space: pre-line;
	width: 100%;
	overflow: hidden;
  font-size: 0.7em;
}
	
/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	padding: 0;
	text-decoration: none;
  margin-bottom: 20px;
}

.movie-page-description {
	display: block;
	margin-bottom: 30px;
}

.movie-thumbnail-frame {
	margin-right: 12px;
	margin-bottom: 48px;
	float: left;
	display: block;
}

.movie-thumbnail-frame img {
}

.movie-thumbnail-caption {
	margin: 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
	
/* @end */

/* @group Single Page View */
.movie-background {
}

.movie-title {
}

.movie-frame {
}

	
/* @end */


/* @end */

/* @group Forms */
form {
	margin: 0;
	padding: 0;
}

label {
}

.message-text {
} 

.required-text {
} 

.form-input-field {
  padding: 10px 6px !important;
  box-sizing: border-box !important;
  background-color: rgba(256, 256, 256, 0.5) !important;
  box-shadow: none !important;
  width: 100%;
}
	
.form-input-field:focus {
	outline: 0;
  background-color: rgba(256, 256, 256, 0.75) !important;
} 

/* @end */

/* @group Breadcrumb Trail */

#breadcrumb {
	font-size: 0.8em;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	float: left;
}

#breadcrumb li a {
}

#breadcrumb li:last-child a {
	font-weight: bold;
}

#breadcrumb .lastItem {
}
	
/* @end */

/* @group ExtraContent */

/* @group ExtraContent Columns */

/* CSS code for ExtraContent Columns Snippets */

.column { 
	float: left;
}

.one { 
	width: 100%; 
}

.two { 
	width: 50%; 
}

.three { 
	width: 33%; 
}

.four { 
	width: 25%; 
}

.five { 
	width: 20%; 
}

.two3rds { 
	width: 66%; 
}

.three4ths { 
	width: 75%; 
}

.four5ths { 
	width: 80%; 
}

.column .content { 
	width: 90% ! important; 
	margin: 0 auto; 
	padding: 0 ! important; 
	float: none ! important;
}

/* @end */



/* @end */

/* @group Disqus Commenting */


#disqus_thread {
	overflow:hidden;
}

#dsq-comments-title {
    clear:none !important;
} 

#dsq-content .dsq-options {
    clear:none !important;
}

#dsq-thread-settings  {
    clear:none !important;
}

#dsq-content div {
    clear:none !important;
}

.dsq-login-buttons li {
    clear:none !important;
    margin-bottom: 25px!important;
}

/* @end */


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  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: 10001;
  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: pointer;
}

.mfp-zoom {
  cursor: pointer;
}

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  opacity: 0.7;
}

.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: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;
}
