/*
Theme Name: Heat
Theme URI: http://www.megathe.me
Author: MegaTheme
Author URI: http://www.megathe.me
Description: Premium Portfolio WordPress Theme by MegaTheme
Version: 1.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Made with Love by MegaTheme

/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;f
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote p:before,
q:before,
blockquote p:after,
q:after {
	font: normal 35px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0;
	position: relative;
	top: 13px;
}
blockquote p:before,
q:before {
	padding-right: 2px;
}
blockquote p:after,
q:after {
	padding-left: 2px;
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
#page {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.single-post #page {
	max-width: 1441px;
	margin: 0 auto;
}
.single-post #primary {
	max-width: 695px;
	margin: 0 0 0 35px;
	float: left;
}
#content {
	margin: 0;
}
#wrapper {
	max-width: 1441px;
	margin: 0 auto;
	padding: 4em 0 0;
}
#secondary {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 220px;
}

/* Singular */
.singular .entry-meta {
	display: none;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Blog, Search and Archive */
.archive #page,
.search #page,
.blog #page {
	background: whiteSmoke;
}
.archive #main,
.search #main,
.blog #main {
	padding: 35px 0 0;
}
.archive .entry-title-lead,
.search .entry-title-lead,
.blog .entry-title-lead {
	text-align: left;
	display: none;
}
body.archive h1.entry-title,
body.search h1.entry-title,
body.blog h1.entry-title {
	line-height: 1.5em;
	font-size: 24px;
	font-weight: normal;
}
.archive #primary,
.search #primary,
.blog #primary {
	max-width: 97%;
	margin: 0 auto;
	padding: 0;
}
.archive .hentry,
.search .hentry,
.blog .hentry {
	margin: 0 15px 30px 15px;
	padding: 20px;
	width: 257px;
	width: 256px\0/;
	float: left;
	border-bottom: none;
	background: white;
}
.archive .entry-content-meta-wrapper,
.search .entry-content-meta-wrapper,
.blog .entry-content-meta-wrapper {
	width: 100%;
}
.single-post .entry-meta {
	display: block;
}
.archive footer.entry-meta span,
.search footer.entry-meta span,
.blog footer.entry-meta span {
	color: #cfcfcf;
}
.archive footer.entry-meta .sep,
.search footer.entry-meta .sep,
.blog footer.entry-meta .sep {
	padding: 0 5px;
}
.not-found {
	margin: 0 0 31.2% 15px;
	font-size: 20px;
}

/* Default */
.page-template-default #primary {
	max-width: 695px;
	margin: 0 0 0 35px;
	float: left;
}

/* Full Width */
.page-template-page-full-width-php #page {
	padding: 0 35px 0;
	width: auto;
}
.page-template-page-full-width-php #main #primary,
.page-template-page-full-width-php .left-sidebar #main #primary {
	max-width: 1441px;
}
.page-template-page-full-width-php .entry-title {
	background: white;
	padding: 0 1.625em 0 0;
	margin: 10px 0 12px 0;
}
.page-template-page-full-width-php #main #content,
.page-template-page-full-width-php .left-sidebar #main #content {
	width: 100%;
}

/* Contact */
.page-template-page-contact-php #main {
	padding: 30px 35px 0;
}
.page-template-page-contact-php #main #primary,
.page-template-page-contact-php .left-sidebar #main #primary {
	max-width: 1441px;
}
.page-template-page-contact-php .entry-title {
	background: white;
	padding: 0 1.625em 0 0;
	margin: 10px 0 12px 0;
}
.page-template-page-contact-php #main #content,
.page-template-page-contact-php .left-sidebar #main #content {
	width: 100%;
}
.page-template-page-contact-php .map {
	margin: 0;
}
.wpcf7-submit {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 10px 10px 0;
	border: none;
	color: white;
	background-color: #111;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    cursor: pointer;
    width: auto !important;
    padding: 5px 14px;
}
.wpcf7-submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:active {
	background-color: #cfcfcf;
	color: white;
}
.input-block {
	float: left;
	margin: 0 20px 20px 0;
}
.input-block:nth-of-type(3n) {
	margin-right: 0;
}
.wpcf7-form strong {
	font-size: 14px;
	padding-bottom: 4px;
	float: left;
	clear: both;
}
.input-block span.wpcf7-form-control-wrap {
	clear: both;
	float: left;
}
.wpcf7-form input {
	width: 218px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wpcf7-form textarea {
	width: 98.9%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wpcf7-form .textarea-block {
	clear: both;
}
.page-template-page-contact-php span.wpcf7-not-valid-tip {
	position: inherit;
	left: 0;
	top: 0;
	background: transparent;
	color: #ababab;
	border: none;
	font-size: 11px;
	width: auto;
	padding: 0;
	display: block;
}
.page-template-page-contact-php div.wpcf7-validation-errors {
	background-color: #ff555d;
	border: none;
	color: white;
	margin: 1em 0 1em;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	border-radius: 2px;
}
.page-template-page-contact-php div.wpcf7-mail-sent-ok {
	background-color:#36AF70;
	border: none;
	color: white;
	margin: 1em 0 1em;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	border-radius: 2px;
}

/* Portfolio */
body.page-template-page-portfolio-php {
	background-color: #111;
}
body.page-template-page-portfolio-php #main {
	padding: 0;
}
body.page-template-page-portfolio-php #primary {
	width: 100%;
}
.page-template-page-portfolio-php #block-portfolio {
	position: relative;
	z-index: 100;
	padding: 0;
	overflow: hidden;
}
.page-template-page-portfolio-php #portfolio {
	margin: 0 auto;
	padding: 0;
	max-width: 1441px;
}
.page-template-page-portfolio-php .entry-header {
	display: none;
}
.page-template-page-portfolio-php #block-portfolio .hentry img {
	display: block;
	max-width: none;
	width: 102.4%;
	width: 100%(0/);
}
.page-template-page-portfolio-php #block-portfolio .hentry {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 24.6%;
	width: 25%\0/;
}
.page-template-page-portfolio-php #block-portfolio .hentry .content-wrapper {
	position: relative;
}
.page-template-page-portfolio-php #block-portfolio .post-thumbnail {
	position: relative;
	margin: 0;
}
.page-template-page-portfolio-php #block-portfolio .hentry img {
	float: left;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.page-template-page-portfolio-php #block-portfolio .entry-header {
	display: block;
	margin-bottom: 14px;
	text-align: left;
}
.entry-category {
	color: #888;
}
.entry-category i {
	color: #888;
}
.entry-category .sep {
	padding: 0 5px;
	color: #888;
}
.entry-excerpt {
	color: #888;
	font-size: 12px;
	font-weight: normal;
}

/* Gallery List */
body.page-template-page-galleries-list-php {
	background: #333;
}
body.page-template-page-galleries-list-php #main {
	padding: 0;
}
body.page-template-page-galleries-list-php #primary {
	width: 100%;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper {
	position: relative;
	z-index: 100;
	padding: 0;
}
.page-template-page-galleries-list-php #galleries-list {
	margin: 0 auto;
	padding: 0;
	max-width: 1441px;
}
.page-template-page-galleries-list-php .entry-header {
	display: none;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry img {
	display: block;
	max-width: none;
	width: 102.4%;
	width: 100%(0/);
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 24.6%;
	width: 25%\0/;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry .content-wrapper {
	position: relative;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .post-thumbnail {
	position: relative;
	margin: 0;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry img {
	float: left;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.page-template-page-galleries-list-php #block-galleries-list-wrapper .entry-header {
	display: block;
	margin-bottom: 14px;
	text-align: left;
}

/* Gallery */
#ajax-loading {
	width: 12px;
	height: 12px;
	z-index: 199;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(images/gallery-preloader.gif) no-repeat center center;
	display: none;
}
body.single-gallery #main,
body.page-template-page-gallery-php #main {
	padding: 0;
}
body.single-gallery #primary,
body.page-template-page-gallery-php #primary {
	width: 100%;
}
.single-gallery .entry-header,
.page-template-page-gallery-php .entry-header {
	display: none;
}
.single-gallery #block-gallery,
.page-template-page-gallery-php #block-gallery {
	position: relative;
	z-index: 100;
	padding: 0;
}
.single-gallery .photos-gallery,
.page-template-page-gallery-php .photos-gallery {
	margin: 0;
}
.single-gallery #block-gallery .gallery-item,
.page-template-page-gallery-php #block-gallery .gallery-item {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
}
.single-gallery .gallery-item,
#block-gallery .gallery-item {
	width: 24.6%;
	width: 25%url(0/);
}
@-moz-document url-prefix() { 
  	.single-gallery .gallery-item,
	#block-gallery .gallery-item {
		width: 25%;
	}
	.single-gallery #block-gallery .gallery-item img,
	.page-template-page-gallery-php #block-gallery .gallery-item img {
		width: 100% !important;
	}
	.single-gallery #block-gallery .entry-view-wrapper,
	.page-template-page-gallery-php #block-gallery .entry-view-wrapper {
		width: 100% !important;
	}
}
.single-gallery #block-gallery .gallery-item img,
.page-template-page-gallery-php #block-gallery .gallery-item img {
	float: left;
	width: 102.4%;
	width: 100%(0/);
	height: auto;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.single-gallery #block-gallery .entry-view-wrapper,
.page-template-page-gallery-php #block-gallery .entry-view-wrapper {
	background: rgba(255,255,255,1);
	width: 100.1%;
	width /*\**/: 100.1%;
}
.single-gallery #block-gallery .gallery-item:active .entry-view-wrapper,
.single-gallery #block-gallery .gallery-item:hover .entry-view-wrapper,
.page-template-page-gallery-php #block-gallery .gallery-item:active .entry-view-wrapper,
.page-template-page-gallery-php #block-gallery .gallery-item:hover .entry-view-wrapper {
	opacity: .25;
}

/* Video Gallery */
body.page-template-page-gallery-video-php #main {
	padding: 0;
}
body.page-template-page-gallery-video-php #primary {
	width: 100%;
}
.page-template-page-gallery-video-php .entry-header {
	display: none;
}
.page-template-page-gallery-video-php #block-video-gallery {
	position: relative;
	z-index: 100;
	padding: 0;
}
.videos-gallery {
	margin: 0;
	list-style: none;
}
.page-template-page-gallery-video-php #block-video-gallery .video-gallery-item {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
}
.single-gallery .video-gallery-item,
#block-video-gallery .video-gallery-item {
	width: 32.6%;
	width: 33.1%\0/;
}
.single-gallery #block-video-gallery .video-gallery-item img,
.page-template-page-gallery-video-php #block-video-gallery .video-gallery-item img {
	float: left;
	width: 102.8%;
	width: 100%(0/);
	height: auto;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.single-gallery #block-video-gallery .entry-view-wrapper,
.page-template-page-gallery-video-php #block-video-gallery .entry-view-wrapper {
	background: rgba(255,255,255,1);
	opacity: 0;
	width: 102.4%;
	width: 100%(0/);
}
#block-video-gallery .entry-view {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
#block-video-gallery .entry-view-content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
}
#block-video-gallery .media-image .entry-view-wrapper:active,
#block-video-gallery .media-image .entry-view-wrapper:hover {
	opacity: .25;
}
#block-video-gallery .media-video .entry-view-wrapper {
	background: transparent;
	opacity: .75;
	display: block !important;
}
#block-video-gallery .media-video .entry-view {
	filter: alpha(opacity=75);
}
#block-video-gallery .media-video .entry-view:active,
#block-video-gallery .media-video .entry-view:hover {
	filter: alpha(opacity=100);
}
#block-video-gallery .media-video .entry-view-wrapper:active,
#block-video-gallery .media-video .entry-view-wrapper:hover {
	opacity: 1;
}
#block-video-gallery .entry-view-wrapper i {
	font-size: 26px;
	color: #fff;
	text-shadow: 0 0 18px rgba(0, 0, 0, .95);
}

/* Password Protected  */
.password-protected {
	text-align: center;
	padding: 2em 0 1em;
	background: whiteSmoke;
	max-width: 50%;
	margin: 4em auto;
	border-left: 4px solid #111;
}
.protected {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 1.625em;
}
.password-protected input[type="password"] {
	background: #ddd;
	box-shadow: none;
	border: none;
	color: #111;
	padding: 0 10px;
	width: 180px;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
}
.password-protected input[type="password"]:focus {
	background: #DDD;
}
.password-protected input[type="submit"] {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #181818;
	box-shadow: none;
	border: none;
	color: white;
	padding: 5px 14px;
	cursor: pointer;
	margin: 0 3px;
	line-height: 24px;
	position: relative;
	bottom: 6px;
}
.password-protected input[type="submit"]:hover,
.password-protected input[type="submit"]:focus,
.password-protected input[type="submit"]:active {
	background: #111;
}

/* Slider Page */
.page-template-page-slider-php {
	background: white;
}
.page-template-page-slider-php .no-found {
	margin: 20% 0;
	font-size: 34px;
	color: #cfcfcf;
}
.page-template-page-slider-php #main {
	padding: 0;
}
.page-template-page-slider-php .entry-header {
	display: none;
}
#carousel-gallery-wrapper {
	background: #111;
	overflow: hidden;
}

/* Royal Slider */
body.full-width-slider {
	background: white;
	overflow-x: hidden;
}
body.full-width-slider #page {
	position: absolute;
	top: 0;
	min-height: auto;
	height: 100%;
}
body.full-width-slider #colophon {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
body.full-width-slider .no-found {
	margin: 20% 0;
	font-size: 34px;
	color: #cfcfcf;
}
body.full-width-slider #main {
	padding: 0;
}
body.full-width-slider .entry-header {
	display: none;
}
.fullWidth {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#full-width-slider {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 64px;
	left: 0;
}
#full-width-slider .rsContent img {
	width: 0;
	height: 0;
}

/* Visible Nearby Images */
.page-template-page-gallery-visible-nearby-php {
	background: white;
}
.page-template-page-gallery-visible-nearby-php #main {
	padding: 0;
}
.page-template-page-gallery-visible-nearby-php .entry-header {
	display: none;
}

.visibleNearby {
  width: 100%;
  background: #111;
  color: #FFF;
  padding: 0;
  overflow: hidden;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #111;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}

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


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-visible-nearby {
    padding: 12px 0 12px;
  }
  #gallery-visible-nearby .rsOverflow,
  .royalSlider#gallery-visible-nearby {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-visible-nearby .rsOverflow,
  .royalSlider#gallery-visible-nearby {
    height: 300px !important;
  }
}

/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: auto;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.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);
}
.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;
}
.rsContent img {
	float: left;
	width: 100%;
	height: 100%;
}
.rsTitle {
	position: absolute;
	background: rgba(255,255,255,0.75);
	padding: 0px 10px;
	position: absolute;
	right: 35px;
	bottom: 35px;
	left: auto !important;
	top: auto !important;
	top: auto;
	z-index: 25;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.15);
	padding: 5px 15px;
}
.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;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	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: 0;
	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;
	-webkit-backface-visibility: hidden;
}
.grab-cursor {
	cursor:url(images/grab.png) 8 8, move; 
}
.grabbing-cursor{ 
	cursor:url(images/grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	-webkit-backface-visibility: hidden;
}
/* Background */
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #111;
}

/***************
*
*  Arrows
*
****************/
.rsMinW .rsArrow {
	height: 44px;
	width: 30px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
 }
.rsMinW .rsArrowLeft { right: 39px; bottom: 2px; }
.rsMinW .rsArrowRight { right: 9px; bottom:2px; }
.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top:-12px;	
	margin-left: -12px;
	position: absolute;	
	cursor: pointer;	
	background: #111;
	background-color: transparent;
}
.rsMinW .rsArrowIcn:hover {}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {}
.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3; }

/***************
*
/ Bullets
*
****************/
.rsMinW .rsBullets {
	position: absolute;
	z-index: 35;
	bottom: 35px;
	left: 35px;
	width: auto;
	height: auto;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
}
.rsMinW .rsBullet {
	width: 4px;
	height: 4px;
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;

	*display:inline; 
	*zoom:1;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.rsMinW .rsBullet:active,
.rsMinW .rsBullet:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.rsMinW .rsBullet.rsNavSelected  {
	background: transparent;
}

/***************
*
*  Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
	right: 35px;
	top: 35px;
	width: 32px;
	height: 32px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 0;
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	font-size: 20px;
	text-align: center;
	opacity: .75;
	filter: alpha(opacity=75);
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.15);

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.rsMinW .rsFullscreenIcn:before,
.rsMinW.rsFullscreen .rsFullscreenIcn:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-style: normal;
}
.rsMinW .rsFullscreenIcn:before {
	content: "\f065";
}
.rsMinW .rsFullscreenIcn:hover {
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.rsMinW.rsFullscreen .rsFullscreenIcn:before {
	content: "\f066";
}

/***************
*
*  Preloader
*
****************/

.rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(images/preloader-circles.gif);

	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;	
}

/* Home Slider */
.page-template-page-home-slider-php {
	background: white;
}
.page-template-page-home-slider-php #main {
	padding: 0;
}
.page-template-page-home-slider-php .entry-header {
	display: none;
}
.page-template-page-home-slider-php .no-found {
	margin: 20% 0;
	font-size: 34px;
	color: #cfcfcf;
}
.home-slider-link {
	color: #111;
	text-decoration: none;
	float: left;
}
.home-slider-link:focus,
.home-slider-link:active,
.home-slider-link:hover {
	opacity: .75 !important;
	filter: alpha(opacity=75);
}
.infoBlock {
	left: 35px;
	bottom: 40%;
	top: auto;
	right: auto;
	max-width: 60%;
}
.infoBlock header {
	display: inline;
}
.infoBlock h2 {
	background: white;
	display: inline;
	clear: both;
	padding: 2px 5px;
	margin: 0 0 2px;
	font-size: 55px;
	text-transform: uppercase;
	float: left;
}
.home-slider-description {
	float: left;
	clear: both;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.home-slider-description p {
	display: inline-block;
	background: white;
	margin: 2px 0;
	padding: 2px 5px;
	line-height: 1.775;
	float: left;
	clear: both;
}

/* Single Portfolio */
.single-portfolio {
	background-color: white;
}
.single-portfolio #page {
	background-color: whitesmoke;
}
.single-portfolio .hentry {
	padding: 0 0 60px;
}
.portfolio-media  {
	background: #111;
	overflow: hidden;
}
.fluid-video {
	max-width: 960px;
	margin: 0 auto;
}
.single-portfolio #main {
	padding: 0;
	max-width: 100%;
}
.single-portfolio #primary {
	width: 100%;
	margin: 0;
	float: none;
}
.single-portfolio #nav-single {
	padding: 1.625em 0;
}
.single-portfolio .gallery-wrapper {
	float: left;
	margin-right: 30px;
}
.single-portfolio .entry-title  {
	font-size: 32px;
	font-weight: normal;
	text-transform: none;
}
.single-portfolio #content #nav-single {
	padding: 1.625em 0;
	margin: 0 auto 0;
	max-width: 600px;
}
.portfolio-content {
	padding: 0;
	max-width: 1015px;
	margin: 0;
	padding: 0;
}
.portfolio-description {
	width: 68.5%;
	float: left;
	margin: 0 30px 0 0;
	padding: 35px 30px 0 35px;
	border-right: 1px dotted #ababab;
}
.single-portfolio .portfolio-meta {
	margin-top: 0;
	padding-top: 35px;
	float: left;
	width: 21.6%;
}
.single-portfolio .portfolio-meta span {
	display: block;
	padding: 3px 0 0;
}
.single-portfolio #nav-single .nav-back i {
	font-size: 14px;
	vertical-align: -14%;
}
@-moz-document url-prefix() { 
  .single-portfolio #nav-single .nav-back i {
     vertical-align: -7%;
  }
}
.single-portfolio .portfolio-meta .sep {
	padding: 0 6px;
	display: inline-block;
}
.single-portfolio #nav-single .nav-previous,
.single-portfolio #nav-single .nav-next,
.nav-back {
	float: none;
	display: inline-block !important;
}
.single-portfolio #nav-single .nav-previous a,
.single-portfolio #nav-single .nav-next a,
.single-portfolio #nav-single .nav-back a {
	color: #111;
}
.single-portfolio #nav-single .nav-previous a:active,
.single-portfolio #nav-single .nav-previous a:hover,
.single-portfolio #nav-single .nav-next a:active,
.single-portfolio #nav-single .nav-next a:hover,
.single-portfolio #nav-single .nav-back a:active,
.single-portfolio #nav-single .nav-back a:hover {
	color: #ababab;
}
.single-portfolio #nav-single .nav-next i {
	padding-right: 0;
	padding-left: 2px;
}
.single-portfolio #nav-single .nav-previous i {
	padding-right: 2px;
	padding-left: 0;
}
.single-portfolio #nav-single i {
	vertical-align: -16%;
}
.single-portfolio #nav-single i {
	font-size: 17px;
}
.single-portfolio .addthis_button_compact  {
	float: left;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body,
input,
textarea {
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.625;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
}
body {
	background-color: whitesmoke;
}
body:after {
		display: none;
		content: 'big';
	}

/* clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/* Selection */
::selection {
	background: #fff203;
}
::-moz-selection {
	background: #fff203;
}

.hidden {
	display: none;
}

.no-found {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 1.625em 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-style: normal;
	text-rendering: optimizeLegibility;
	line-height: 1.3;
	margin-bottom: 14px;
	margin-top: 14px;
	clear: both;
}
h1 {
	font-size: 44px;
	line-height: 1.3;
}
h2 {
	font-size: 37px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	color: #ababab;
	line-height: 0;
}
.subheader {
	line-height: 1.3;
	color: #999;
	font-weight: 300;
	margin-bottom: 17px;
}

/* Borders */
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
p:empty {
	padding: 0;
	margin: 0;
}
aside,
aside p {
	font-size: 13px;
	line-height: 1.35;
	font-style: italic;
}
ul, ol {
	margin: 0 0 1.625em 2.625em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-weight: normal;
	padding: 0 0 0 20px;
	border-left: 5px solid #e2e2e2;
	color: #999999;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #111;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background-color: #F8F8F8;
	background-image: -webkit-linear-gradient(#F4F4F4 50%, #E7E7E7 50%);
	background-image: -moz-linear-gradient(#F4F4F4 50%, #E7E7E7 50%);
	background-image: -o-linear-gradient(#F4F4F4 50%, #E7E7E7 50%);
	background-image: -ms-linear-gradient(#F4F4F4 50%, #E7E7E7 50%);
	background-size: 38px 38px;
	font: 12px Consolas, "Liberation Mono", Courier, monospace;
	line-height: 19px;
	margin: 0 0 1.625em;
	overflow: auto;
	padding: 0 0 0 4px;
	border: solid 1px #ababab;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #111;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	background: white;
	border: 1px solid #cfcfcf;
	color: #888;
	border-radius: 2px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
	border-color: #ababab;
}
textarea {
	padding: 6px 5px;
	width: 98%;
	border-radius: 2px;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
input,
textarea {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
input[type=submit] {
	border-radius: 3px;
}
#searchform {
	position: relative;
}
input#s {
	color: #cfcfcf;
	font-size: 23px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 0 4px 34px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	width: 72px;
}
label[for=s] {
	position: absolute;
	top: 39%;
	left: 4%;
	z-index: -1
}
label[for=s]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e018";
	color: #cfcfcf;
	font-size: 17px;
}
input#s:focus {
	color: #111;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #ababab;
	text-decoration: underline;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.more-link {
	color: #111;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.more-link:focus,
.more-link:active,
.more-link:hover {
	color: #ababab;
}
a:focus,
a:active,
a:hover {
	color: #111;
}
.meta-nav {
	font-weight: normal;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
}

div#full-width-slider {
	overflow: hidden;
}


/* =Header
----------------------------------------------- */

#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	background: white;
	width: 100%;
}
#branding {
	max-width: 1441px;
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
}
#site-title {
	margin: 0;
	padding: 1.025em 0;
	float: left;
	clear: none;
	line-height: 0.925;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 4px;
	font-family: "Droid Sans", 'Helvetica Neue', Helvetica, sans-serif;
}
#site-title a,
#site-title-custom a {
	font-size: 1.44em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #111;
	float: left;
}
#site-title-custom {
	margin: 0;
	padding: 1.225em 0;
	float: left;
	clear: none;
	line-height: 0.925;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
#site-title-custom img {
	float: left;
	max-width: 100%;
	height: auto;
}


/* =Menu
-------------------------------------------------------------- */

/*** Structure ***/
#access {
	display: block;
	margin: 0 0 0 35px;
	padding: 1.625em 0;
	float: left;
	line-height: 1.725;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#access ul,
#access ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#access ul ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
}
#access ul ul li {
	width: 100%;
}
#access ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#access ul li {
	display: inline-block;
	position: relative;
	margin-left: 14px;
}
#access ul li li {
	margin: 0;
}
#access ul a {
	display: block;
	position: relative;

	-webkit-transition: color ease .2s;
	-moz-transition: color ease .2s;
	-o-transition: color ease .2s;
	-ms-transition: color ease .2s;
}
#access ul li:hover ul,
#access ul li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 2;
}
#access ul li:hover li ul,
#access ul li.sfHover li ul {
	top: -999em;
}
#access ul li li:hover ul,
#access ul li li.sfHover ul {
	left: 16.5em; /* match ul width */
	top: 0;
}
#access ul li li:hover li ul,
#access ul li li.sfHover li ul {
	top: -999em;
}
#access ul li li li:hover ul,
#access ul li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** Style ***/
.menu {
	max-width: 1441px;
	margin: 0 auto;
}
#access ul {
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
}
#access ul a {
	text-decoration: none;
	padding: 0;
}
#access ul a  { /* visited pseudo selector so IE6 applies text colour*/
	color: #111;
}
#access ul li ul {
	background: white;
	padding: 0.8em 1em 0.8em 1em;
	border: 1px solid #ababab;
}
#access ul li li {
	background: none;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 0;
}
#access ul li li li {
	background: none;
}
#access ul li a:hover,
#access ul li.sfHover > a,
#access ul .current-menu-item > a,
#access ul .current_page_item > a {
	color: #ff7260;
	outline: 0;
}
#access ul .menu-item-object-custom.current_page_item > a {
	color: #ff7260;
}
#access ul .menu-item-object-custom.current-menu-item  a:hover,
#access ul .menu-item-object-custom.current_page_item  a:hover {
	color: #ff7260;
}
#access ul li li:hover,
#access ul li li.sfHover,
#access ul li li.current-menu-item,
#access ul li li.current_page_item {
	background: none;
	box-shadow: none;
	border-radius: 0;
}
#access ul li li a:hover,
#access ul li li.sfHover > a,
#access ul li .current-menu-item > a,
#access ul li .current_page_item > a {
	color: #ff7260;
}
#access ul li li a {
	font-size: 13px;
	font-weight: normal;
	padding: 0;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
/*** Arrows **/
#access ul a.sf-with-ul {
	padding-right: 0.8em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0;
	top: 1.05em;
	overflow: hidden;
	text-indent: -999em;
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	border-top: 4px solid #111;
	font-family: Arial !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: white !important;
}
li li .sf-sub-indicator {
	width: 0;
	height: 0;
	right: .75em;
	text-indent: -999em;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #111;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0.95em;
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0.75em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	border-top-color: #ff7260;
}

/* point right for anchors in subs */
#access ul ul .sf-sub-indicator {
	border-top-color: #ff7260;
}
#access ul ul a > .sf-sub-indicator {
	background-position:  0 0;
	border-right-color: #ff7260;
	border-top-color: transparent;
	-webkit-transition: border-color ease .2s;
	-moz-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	-ms-transition: border-color ease .2s;
}
/* apply hovers to modern browsers */
#access ul ul a:focus > .sf-sub-indicator,
#access ul ul a:hover > .sf-sub-indicator,
#access ul ul a:active > .sf-sub-indicator,
#access ul ul li:hover > a > .sf-sub-indicator,
#access ul ul li.sfHover > a > .sf-sub-indicator {
	border-left-color: #ff7260;
}


/* =Menu for mobile devises
-------------------------------------------------------------- */
#access-mobile {
	display: none;
	margin: 0 auto;
	text-align: left;
}
#mega-menu-dropdown {
	cursor: pointer;
	display: none;
	text-decoration: none;
	line-height: 4.425;
	padding: 0;
	float: right;
}
#mega-menu-dropdown span {
	float: right;
	color: #111;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#mega-menu-dropdown i {
	color: #111;
	font-size: 10px;
	margin: 9px 0 0;
	vertical-align: 5%;
}
#access-mobile > div {
	background: #fff;
	margin: 0;
}
#access-mobile ul {
	margin: 0;
	list-style: none;
	background: #fff;
	margin: 0 auto;
	display: none;
	padding: 0 0 20px;
	clear: both;
	position: relative;
	z-index: 1000;
}
#access-mobile ul ul {
	display: block;
	margin: 0;
	padding: 0 0 0 14px;
}
#access-mobile li {
	border-top: 1px solid #cfcfcf;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
#access-mobile li:first-of-type {
	border: none;
}
#access-mobile li a {
	border: none;
	color: #111;
	display: block;
	line-height: 3.25em;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0;
	font-size: 14px;
}
#access-mobile li li {
	border: none;
}
#access-mobile li li a {
	font-size: 12px;
}
#access-mobile .current_page_item a {
	color: #ff7260;
}
#access-mobile li a:active,
#access-mobile li a:hover {
	color: #ff7260;
}

/* Search Form */
#branding #searchform {
	float: right;
	padding: 1.325em 0;
}
#branding #s {
	float: right;
	padding: 4px 0 4px 28px;
	border-radius: 0;
	box-shadow: none;

	-webkit-transition: width .2s linear;
	-moz-transition: width .2s linear;
	-ms-transition: width .2s linear;
	-o-transition: width .2s linear;
}
#branding #s:focus {
	width: 132px;
}
#branding #searchsubmit {
	display: none;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 35px 0 30px;
	max-width: 1441px;
	margin: 0 auto;
}
.page-header {
	padding: 0 0 1.625em;
}
.page-title {
	line-height: 1.5em;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ababab;
	margin: 0 15px 5px;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.entry-format-wrapper {
	max-width: 125px;
	margin: 1.625em auto;
}
.entry-format-wrapper img {
	float: left;
	max-width: 100%;
	height: auto;
}
.entry-title {
	line-height: 1.6em;
	font-size: 22px;
	font-weight: normal;
	clear: right;
	position: relative;
	display: inline-block;
	margin: 0 0 14px;
}
.entry-content .entry-title-lead {
	line-height: 46px;
	font-size: 34px;
	font-weight: normal;
	margin: 6px 0 30px 0;
	padding: 0 0 26px;
}
.entry-title-lead p {
	margin: 0;
}
.entry-title,
.entry-title a {
	color: #111;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ababab;
}
.entry-meta {
	color: #cfcfcf;
	clear: both;
	font-size: 11px;
	line-height: 18px;
}
.entry-meta .sep {
	padding: 0 5px;
}
.entry-meta .icon-calendar {
	font-size: 11px;
	padding: 0 2px 0 0;
}
.sep {
	padding: 0 8px;
	color: #cfcfcf;
}
.entry-meta p {
	display: inline;
	color: #cfcfcf;
	padding: 0;
}
.entry-meta a {
	color: #cfcfcf;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.entry-meta a:focus,
.entry-meta a:active,
.entry-meta a:hover {
	color: #111;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content-meta-wrapper .entry-content {
	padding: 14px 0 14px;
}
.comment-content h1,
.comment-content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 .8125em;
	line-height: 30px;
}
.comment-content h3 {
	font-size: 14px;
	line-height: 2.6em;
	font-weight: bold;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #111;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #111;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.social-buttons-wrapper {
	display: block;
	margin: 0 0 14px;
}
.social-buttons {
	display: block;
	margin-top: 1.625em;
}
.social-buttons a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	}
.social-button-wrapper {
	float: left;
	margin-left: 1em;
}
.social-button-wrapper:first-child {
	margin-left: 0;
}
.social-button-wrapper iframe {
	max-width: none !important;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin: 0.4em 0 14px;
}
.wp-caption {
	max-width: 100%;
	position: relative;
}
.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption.rs-caption {
	position: absolute;
	top: auto;
	color: white;
	font-size: 12px;
	background: rgba(0, 0, 0, .75);
	padding: 6px 14px;
	margin:0;
	left: 10px;
	bottom: 10px;
	border: none;
	width: auto !important;
	max-width: 25%;
	max-height: 34%;
	box-shadow: none;
}
.archive .wp-caption .wp-caption-text,
.archive .gallery-caption,
.search .wp-caption .wp-caption-text,
.search .gallery-caption,
.blog .wp-caption .wp-caption-text,
.blog .gallery-caption,
.one-half .wp-caption .wp-caption-text,
.one-half .gallery-caption,
.one-third .wp-caption .wp-caption-text,
.one-third .gallery-caption,
.two-third .wp-caption .wp-caption-text,
.two-third .gallery-caption,
.one-fourth .wp-caption .wp-caption-text,
.one-fourth .gallery-caption,
.three-fourth .wp-caption .wp-caption-text
.three-fourth .gallery-caption {
	display: none;
}
.wp-caption .wp-caption-text {
	padding: 6px 14px;
	position: absolute;
}
.post-gallery a,
.post-gallery a img {
	float: left;
	box-shadow: 0 0 0 transparent;
}
.post-gallery a img {
	max-width: 100%;
}

.gallery-wrapper .gallery-icon img {
	float: left;
	max-width: 100%;
}

#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image styles */
.widget img {}
.widget img,
img[class*="avatar"],
.format-gallery .gallery-thumb img {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.wp-caption img {}
a:focus img[class*="avatar"],
a:hover img[class*="avatar"],
a:active img[class*="avatar"],
.widget a:focus img,
.widget a:hover img,
.widget a:active img {
	opacity: .75;
}

/* Make sure embeds and iframes fit their containers */
embed,
.entry-content iframe,
.fluid-video iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #111;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-format {
	font: normal normal 10px Georgia, Times, serif;
	color: #111;

}
.entry-header {}
.single .entry-header {}
.entry-header .entry-meta {}
article.format-link .entry-content,
article.format-quote .entry-content {}
.entry-content-meta-wrapper {
	padding: 0;
}
.post-thumbnail {
	position: relative;
	margin: 0 0 1.625em;
}
.post-gallery {
	margin: 0 0 1.625em;
}
.post-gallery .gallery-wrapper {
	margin: 0;
}
.post-thumbnail a {
	display: block;
}
.post-thumbnail img[class*="attachment-"] {
	width: 100%;
	float: left;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.entry-view-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .85);
	color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	text-shadow: none;
	-webkit-tap-highlight-color: transparent;
}
.entry-view {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.entry-view-content {
	display: table-cell;
	vertical-align: middle;
}
.entry-view-content i {
	font-size: 23px;
}
a:hover .entry-view-wrapper {
	opacity: .95;
}
.gallery-item {
	overflow: hidden;
}
.portfolio-view-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	text-shadow: none;
	-webkit-tap-highlight-color: transparent;
	width: 100%(0/);
	width: 102.4%;
}
.portfolio-view {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	filter: alpha(opacity=0);
	background-color: #111;
	background-color: rgba(17,17,17,.95);
}
.portfolio-view-content {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	text-align: left;
}
a:hover .portfolio-view-wrapper {
	opacity: 1;
	filter: alpha(opacity=95);
}
a:hover .portfolio-view {
	filter: alpha(opacity=95);
}
.post-thumbnail h1 {
	font-size: 19px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {}
.singular.page .hentry {
	word-wrap: break-word;
}
.singular .entry-title {
	font-size: 40px;
	line-height: 1.325;
}
.singular .post-thumbnail {
	margin: 0 0 30px;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
}

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .entry-content {
	float: none;
}
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
.format-gallery footer.entry-meta .entry-meta {
		padding: 0 0 1.625em;
}

/* =Image
----------------------------------------------- */

.format-image footer.entry-meta .entry-meta {
		padding: 0 0 1.625em;
}

/* =Status
----------------------------------------------- */

.archive .format-status,
.search .format-status,
.blog .format-status {
	padding: 4px;
	width: 289px;
}

.format-status blockquote {
	padding: 0;
	border: none;
}

a[data-datetime] {
    display: none;
}
.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.format-status .entry-content {
	margin: 0 0 14px;
	min-height: 35px;
}
.format-status .entry-meta {
	display: none;
}
.format-status .twt-tweet .p-author {
	min-height: 35px !important;
}
.format-status .twitter-tweet-rendered,
.format-status .twt-border {
	width: auto !important;
	max-width: 100% !important;
	min-width: 100% !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}
.status-content {
	min-height: 91px;
}
.type-post .twt-border {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.type-post .twt-border .twt-tweet {
	padding: 0 !important;
	border-bottom: none !important;
}
.type-post .twt-actions a,
.type-post .twt-actions li {
	padding: 0 !important;
}
.status-content p {
	padding: 0;
	margin: 0;
}
.format-status footer.entry-meta .entry-meta {
		padding: 0 0 1.625em;
}
.status-content blockquote p:before,
.status-content q:before {
	content: "";
}
.status-content blockquote p:after,
.status-content q:after {
	content: "";
}
.status-content blockquote,
.status-content q {
	quotes: none;
}

/* =Link
----------------------------------------------- */

.format-link .entry-content a {
	font-family: Georgia, Palatino, serif !important;
	color: #111;
}
.format-link .entry-content a:focus,
.format-link .entry-content a:active,
.format-link .entry-content a:hover {
	color: #ababab;
}

/* =Quote
----------------------------------------------- */

.format-quote .entry-title {
	display: none;
}
.format-quote blockquote {
	font-size: 16px;
	margin: 0 0 14px;
}
.format-quote .quote-meta {
	margin: 0;
	text-align: right;
}
.format-quote footer.entry-meta .entry-meta {
		padding: 0 0 1.625em;
}

/* =Video
----------------------------------------------- */

.format-video footer.entry-meta .entry-meta {
		padding: 0 0 1.625em;
}

/* =Audio
----------------------------------------------- */


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #111;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #111;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #site-title {
	float: none;
	text-align: center;
}
.error404 #site-title a {
	float: none;
}
.error404 #site-title #custom-logo,
.error404 #site-title img {
	float: none;
}
.error404 #page {
	background: white;
	padding-top: 0;
}
.error404 #main {
	margin: 0 auto 3.5em;
	max-width: 1441px;
	padding: 3.5em 0 0;
}
.error404 #primary {
	width: 100%;
	margin: 0;
	float: none;
	text-align: center;
	padding: 0 0 30px;
}
.error404 #main #primary #content .entry-header .entry-title {
	color: #111;
	font-size: 240px;
	font-weight: bold;
	line-height: 1.0em;
	letter-spacing: 5px;
}
.error404 #main #primary #content .entry-content {
	float: none;
	width: auto;
}
.error404 h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.error404 p {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#back {
	text-decoration: underline;
}
#back a:focus,
#back a:active,
#back a:hover {
	color: #111;
}

/* =Attachments
----------------------------------------------- */

.image-attachment .hentry {
	padding: 0;
}
.image-attachment .entry-header {
	padding: 0 35px;
}
.single-attachment #comments {
	margin: 0 35px;
}
.single-attachment #content #nav-single {
	padding: 30px 35px 30px;
}
.image-attachment div.attachment {
	margin: 0 0 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0;
}
.archive  #content nav,
.search #content nav,
.blog #content nav {
	padding: 0 15px 30px;
}
#content nav a,
#content nav  span.current {
	font-size: 10px;
 	font-weight: normal;
	color: #ababab;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
#content nav i {
	font-size: 49px;
	vertical-align: middle;
}
#content nav a:focus,
#content nav a:active,
#content nav a:hover {
	color: #111;
}
#content nav span.current {
	background-color: #DDD;
	border-color: #ababab;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-next i {
	padding-left: 4px;
	padding-right: 0;
}
.nav-previous i {
	padding-right: 4px;
	padding-left: 0;
}
.single-portfolio .nav-next i {
	padding-right: 4px;
	padding-left: 0;
}
.single-portfolio .nav-previous i {
	padding-left: 4px;
	padding-right: 0;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#content #nav-single {
	padding: 30px 0 0;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: right;
	width: auto;
}
#nav-single .nav-next {
	float: left;
}
#nav-single .nav-previous i,
#nav-single .nav-next i {
	padding-right: 0;
	padding-left: 4px;
}
#nav-single .nav-next i {
	padding-right: 4px;
	padding-left: 0;
}

/* =Navigation with pagination
-------------------------------------------------------------- */

#content #nav-pagination {
	clear: both;
	overflow: hidden;
	padding: 1.625em 0;
}
#content #nav-pagination a,
.dots,
#content #nav-pagination  span.current {
	font-size: 12px;
 	font-weight: normal;
 	line-height: 1.45em;
	color: #111;
 	padding: 3px 8px;
	background-color: #EAECEA;
	border: solid 1px #ababab;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border-radius: 0;
	margin: 0 8px 8px 0;
	float: left;
}
#content #nav-pagination span.current {
	background-color: #DDD;
	border-color: #ababab;
}
#content #nav-pagination a:focus,
#content #nav-pagination a:active,
#content #nav-pagination a:hover {
	background-color: #DDD;
	border-color: #ababab;
}

/* =Navigation with load more button
-------------------------------------------------------------- */

#content #nav-pagination-load-more {
	display: none;
	padding: 0 0 30px;
	text-align: center;
}
#content #nav-pagination-load-more #load-more {
	display: inline-block;
}
#content #nav-pagination-load-more #load-more {
	position: relative;
	margin: 0 auto;
	padding: 1px 16px;
	width: auto;
	text-align: center;
	float: none;
	font-weight: bold;
	text-transform: none;
	font-size: 13px;
	background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
	background-color: #EAECEA;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	color: #111;
	letter-spacing: 0;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#content #nav-pagination-load-more #load-more:hover {
	background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
	border-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
	color: black;
}
#content #nav-pagination-load-more #load-more:active {
	background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
	box-shadow: none;
	text-shadow: none;
}
#content #nav-pagination-load-more a,
.dots,
#content #nav-pagination-load-more  span.current {
	display: none;
}
/* Infinite Scroll */
#content nav #load-more i {
	font-size: 8px;
}
#posts-count {
	position: relative;
	right: 0;
	bottom: 1px;
}
#posts-count img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 0 0 4px;
}
#preloader {
	z-index: 199;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 20px;
	background: url(images/preloader.gif) no-repeat center center;
	display: block;
	color: white;
	right: 20px;
	opacity: .85;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 11px;
	color: #111;
}
.widget {
	clear: both;
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ababab;
	padding: 0 0 30px 0;
	font-style: normal;
}
.widget p {
	font-style: normal;
	font-size: 11px;
	line-height: 1.625;
}
#page .widget:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.widget-title {
	color: #111;
	font-size: 19px;
	line-height: 1.625;
	margin: 0 0 15px 0;
	font-weight: normal;
}
.widget-title span {
	padding: 0;
}
.widget ul {
	font-size: 12px;
	margin: 0;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #111;
	font-size: 11px;
	margin: 0 0 0.912em;
	float: left;
	width: 100%;
}
.widget p {}
.widget a {
	text-decoration: underline;
	color: #ababab;
	font-weight: normal;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #111;
}
.widget img {
	margin: 0.3em 1em 0 0;
	float: left;
}
.widget .entry-meta {
	clear: right;
}
.widget time {
	color: #111;
	font-size: 11px;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search #s {
	width: 86.3%;
}
.widget_search label[for="s"] {
	top: 24%
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ddd;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #ababab;
	border-color: #0861a5;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Social Accounts */
#site-generator .social {
	text-decoration: none;
	float: right;
	color: #666;
	margin-left: 1em;
}
#site-generator .social:focus,
#site-generator .social:active,
#site-generator .social:hover {
	color: #111;
}
.social-icon {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	float: left;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.social-icon:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
}
#facebook:before {
	content: "\e007";
}
#twitter:before {
	content: "\e008";
}
#gplus:before {
	content: "\e009";
}
#dribbble:before {
	content: "\e00a";
}
#foursquare:before {
	content: "\e00b";
}
#linkedin:before {
	content: "\e00c";
}
#pinterest:before {
	content: "\e00d";
}
#tumblr:before {
	content: "\e00e";
}
#github:before {
	content: "\e010";
}
#vimeo:before {
	content: "\e011";
}
#flickr:before {
	content: "\e012";
}
#forrst:before {
	content: "\e013";
}
#instagram:before {
	content: "\e014";
}
#lastfm:before {
	content: "\e015";
}
#feed:before {
	content: "\e016";
}
#stumbleupon:before {
	content: "\e017";
}
.icon-search:before {
	content: "\e017";
}
#px:before {
	content: "\e000";
}
#youtube:before {
	content: "\e001";
}
#behance:before {
	content: "\e01e";
}
#vk:before {
	content: "\e01f";
}

/* Pages Widget */
.widget_pages ul {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.widget_pages a {
	color: #111;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 9px 30px 9px 0;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	position: relative;
}
.widget_pages a span {
	position: relative;
	z-index: 3;
}
.widget_pages .pointer {
	display: block;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: url(images/pointer.png) no-repeat top right;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.widget_pages a:focus .pointer,
.widget_pages a:active .pointer,
.widget_pages a:hover .pointer {
	opacity: 1;
}
.widget_pages .current_page_item .pointer {
	opacity: 1;
}
/* Archives Widget */
.widget ul .current-cat,
.widget ul .current-cat a {
	font-weight: bold;
}

/* Recent Twitter Updates */
.widget ul li.jta-tweet-list-item {
	width: auto;
}
.entry-content .widget ul li.jta-tweet-list-item {
	float: none;
}
.jta-tweet-text {
	display: block;
}
.jta-tweet-attributes {
	font-size: 11px;
}
.jta-tweet-timestamp {
	display: block;
}
.jta-tweet-timestamp a {
	color: #cfcfcf;
	font-weight: normal;
	text-decoration: none;
}
.jta-tweet-action-reply:after,
.jta-tweet-action-retweet:after {
	content: "\a0\b7\a0";
	font-family: Georgia, Times, serif;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* =Comments
----------------------------------------------- */

#comments {
	padding: 1.625em 0;
	float: left;
}
#comments .sep {
	float: none;
	padding: 0 1px
}
#comments-title {
	color: #111;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #ababab;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto 2.5em;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%;
}
.commentlist > li.comment {
	margin: 0 0 1.625em;
	padding: 0;
}
.commentlist li.comment .fn {
	font-weight: bold;
	font-size: 13px;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	margin: 1.625em 0 0;
	padding: 0;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #111;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-author {
	margin: 0 0 8px;
}
.comment-content {
	margin: 0 0 0 70px;
	padding: 0 1.625em 1.625em 0;
}
.comment-content p {
	padding: 0;
}
.comment-content p:last-child {
	margin: 0;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 70px;
	margin-bottom: 14px;
}
.commentlist .children li.comment .comment-content {
	margin: 0 0 0 140px;
}
.commentlist .children .avatar {
}
.comment-awaiting-moderation {
	margin-left: 24px;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.avatar.vcard {
	float: left;
}
.commentlist img.avatar {
	border-radius: 3px;
}
.comment-reply-link,
.comment-edit-link {
	color: #111;
}
.comment-reply-link:focus,
.comment-reply-link:active,
.comment-reply-link:hover,
.comment-edit-link:focus,
.comment-edit-link:active,
.comment-edit-link:hover {
	color: #ababab;
}

/* Comment Form */
#respond {
	padding: 0;
}
#respond input[type="text"],
#respond textarea {
	display: block;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	font-size: 13px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #666;
}
#respond textarea {
	resize: vertical;
	width: 100%;
	display: block;
	height: 95px;
}
span.required {
	color: #ababab;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 15px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
	padding: 0;
}
#respond .form-submit {
	margin: 0 0 10px;
}
#respond input#submit {
	background-color: #111;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0;
	padding: 4px 10px;
	color: white;
	border-radius: 3px;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
#respond input#submit:hover,
#respond input#submit:active {
	background-color: #cfcfcf;
}
#respond #cancel-comment-reply-link {
	text-decoration: none;
}
.commentlist #respond {
	margin: 0 0 0 70px;
	padding: 0 0 1.625em;
	position: relative;
	width: auto;
}
.commentlist .children #respond {
	margin: 0 0 0 140px;
}
#reply-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	color: white;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.625em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 0.8em;
	right: 0;
	background-color: #111;
	padding: 2px 4px 1px;
	border-radius: 3px;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	background-color: #cfcfcf;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 66.3%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
#respond .form-allowed-tags,
#respond .form-allowed-tags code {
	font-size: 11px;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	background: white;
}
iframe[class*="PIN_"] {
	display: none;
}
#supplementary-wrapper {
	position: relative;
}
#supplementary {
	max-width: 1441px;
	margin: 0 auto;
	padding: 4em 0 0;
}
#supplementary ul li {
	font-size: 12px;
}
#supplementary .widget-title {
	background: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
#supplementary .widget-title,
#supplementary .entry-meta,
#supplementary .widget a {
	color: #ddd;
	font-weight: normal;
}
#supplementary .widget {
	color: #ababab;
	border: none;
}
#supplementary .widget a {
	color: #666;
}
#supplementary .widget a:first-child {
	margin-left: 0;
}
#supplementary .widget a:hover,
#supplementary .widget a:focus,
#supplementary .widget a:active {
	color: #ddd;
}
#supplementary p {
	color: #666;
}
#supplementary .widget time {
	color: #ababab;
}
#supplementary .sep {
	display: none;
}

/* Site Generator Line */
#site-generator {
	max-width: 1441px;
	margin: 0 auto;
	color: #ababab;
	font-size: 11px;
	line-height: 2.2em;
	padding: 16px 35px 12px;
}
#site-generator p {
	margin: 0;
	padding: 0;
	color: #666;
	float: left;
}
#site-generator a {
	color: #111;
	text-decoration: underline;
}
#site-generator a:focus,
#site-generator a:active,
#site-generator a:hover {
	color: #ababab;
}
#site-generator img {
	vertical-align: -70%;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  	z-index: 2;
}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
  	-webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
      -o-transition-property: height;
    transition-property: height;
}
.isotope .isotope-item {
  	-webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
     -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope-item {
 	z-index: 2;
   	-webkit-backface-visibility: hidden;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  	-webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
      -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/**** Filters ****/
#filters {
  	padding: 1.625em 0;
  	float: right;
  	line-height: 2.025;
}
#filters a {
	margin: 0;
	padding: 0;
    color: #ababab;
    text-decoration: none;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
}
#filters .sep {
	padding: 0 5px;
}
#filters a:first-child {
  	margin-left: 0;
}
#filters a:focus,
#filters a:active,
#filters a:hover {
  	color: #111;
}
#filters a.selected {
  	color: #111;
}

/* jPlayer
*********************************/ 
div.jp-jplayer {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background: whiteSmoke;
}
div.jp-video .jp-jplayer img,
div.jp-video .jp-jplayer video,
div.jp-video .jp-jplayer object {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.audio-poster img,
.jp-jplayer-audio img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
div.jp-audio,
div.jp-video {
	background: transparent;
	position: relative;
}
div.jp-video-full {
	width: 100%;
	height: 100%;
	position: static !important;
	position: relative;
}
div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index: 1000;
	padding: 0;
}
div.jp-video-full .jp-jplayer object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.jp-video-full div.jp-gui {
	position: fixed !important;
	position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
div.jp-video-full div.jp-interface {
	position: absolute !important;
	position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
}
div.jp-video div.jp-video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
a.jp-video-play-icon {
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
div.jp-interface {
	width: 100%;
	height: 30px;
	position: relative;
	background-color: #222;
	border: 1px solid #222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.jp-controls .seperator-second {
    left: auto;
    right: 71px;
}
div.jp-interface a {
	cursor: pointer;
	
}
.jp-controls,
.jp-toggles {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jp-controls li,
.jp-toggles li {
	display: inline;
}
.jp-controls a,
.jp-toggles a {
	display: block;
	overflow: hidden;
	position: absolute;
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	color: #898f8f;
	text-align: center;
	line-height: 1.625;
	font-size: 18px;
}
a.jp-play,
a.jp-pause {
	width: 32px;
	height: 28px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}
a.jp-play {}
a.jp-play:before {
	content: "\e005";
}
a.jp-play:focus,
a.jp-play:active,
a.jp-play:hover {
	color: white;
}
a.jp-pause {
	display: none;
	font-size: 26px;
	line-height: 1.225;
}
a.jp-pause:before {
	content: "\e019";
}
a.jp-pause:focus,
a.jp-pause:active,
a.jp-pause:hover {
	color: white;
}
.jp-current-time,
.jp-duration {
	position: absolute;
	top: 0;
	font-size: 12px;
	width: 46px;
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
}
.jp-current-time {
	left: 52px;
}
.jp-duration {
	right: 95px;
}
div.jp-progress {
	position: absolute;
	height: 8px;
	left: 99px;
	top: 8px;
	right: 157px;
	border: 1px solid #898f8f;
	padding: 1px;
}
div.jp-seek-bar {
	width: 100% !important;
	height: 8px;
	cursor: pointer;
	background: rgba(255,255,255,0.16);
}
div.jp-play-bar {
	width: 0%;
	height: 100%;
	background: rgb(255, 255, 255);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
a.jp-mute,
a.jp-unmute {
	width: 32px;
	height: 28px;
	z-index: 1;
	outline: none;
}
a.jp-mute {}
a.jp-mute:before {
	content: "\e01b";
}
a.jp-mute:focus,
a.jp-mute:active,
a.jp-mute:hover {
	color: white;
}
a.jp-unmute {
	display: none;
}
a.jp-unmute:before {
	content: "\e01a";
}
a.jp-unmute:focus,
a.jp-unmute:active,
a.jp-unmute:hover {
	color: white;
}
div.jp-volume-bar {
	position: absolute;
	top: 9px;
	right: 41px;
	width: 29px;
	height: 12px;
	cursor: pointer;
	overflow: hidden;
	background: url(images/jplayer/jplayer.png) 0 -12px repeat-x;
}
.jp-volume-bar-value {
	width: 0px;
	height: 12px;
	background: url(images/jplayer/jplayer.png) 0 0 repeat-x;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
a.jp-full-screen,
a.jp-restore-screen {
	width: 15px;
	height: 15px;
	z-index: 1;
	outline: none;
	right: 14px;
	top: 9px;
}
a.jp-full-screen {
	background: url(images/jplayer/jplayer.png) -10px -25px no-repeat;
}
a.jp-restore-screen {
	background: url(images/jplayer/jplayer.png) -25px -25px no-repeat;
	display: none;
}
a.jp-repeat,
a.jp-repeat-off {
	width: 15px;
	height: 15px;
	z-index: 1;
	outline: none;
	right: 14px;
	top: 9px;
}
a.jp-repeat {
	background: url(images/jplayer/jplayer.png) -30px -40px no-repeat;
}
a.jp-repeat-off {
	background: url(images/jplayer/jplayer.png) -30px -55px no-repeat;
	display: none;
}
div.jp-video.minimal div.jp-progress {
	left: 37px;
	right: 81px;
}
div.jp-video.minimal div.jp-volume-bar {
	right: 10px;
}
div.jp-video.minimal a.jp-mute,
div.jp-video.minimal a.jp-unmute {
	right: 44px;
}
div.jp-video.minimal a.jp-full-screen,
div.jp-video.minimal .jp-current-time,
div.jp-video.minimal .jp-duration {
	display: none !important;
}
div.jp-audio.minimal div.jp-progress {
	left: 37px;
	right: 81px;
}
div.jp-audio.minimal div.jp-volume-bar {
	right: 10px;
}
div.jp-audio.minimal a.jp-mute,
div.jp-audio.minimal a.jp-unmute {
	right: 44px;
}
div.jp-audio.minimal a.jp-repeat,
div.jp-audio.minimal .jp-current-time,
div.jp-audio.minimal .jp-duration {
	display: none !important;
}
.jp-no-solution {
	margin: 14px 0 0;
	padding: 5px;
	font-size: .8em;
	background-color: whiteSmoke;
	border: 1px solid #111;
	display: none;
	z-index: 1000;
}
.jp-no-solution a {
	color:#111;
}
.jp-no-solution span {
	font-size: 1em;
	display: block;
	font-weight: bold;
	line-height: 18px;
}

/* PhotoSwipe
*********************************/ 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #111;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay {
	background: #111;
}

/* UILayer */
div.ps-uilayer { 
	background: #111;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: move\0/;
}

/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #111;
}
div.ps-zoom-pan-rotate *  { display: block; }

/* Carousel */
div.ps-carousel-item-loading { 
	background: url(images/preloader-circles.gif) no-repeat center center; 
}
div.ps-carousel-item-error { 
	background: url(images/photoswipe/error.gif) no-repeat center center; 
}

/* Caption */
div.ps-caption{ 
	background: black;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }
div.ps-caption-bottom{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}
div.ps-caption-content{
	padding: 13px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

/* Toolbar */
div.ps-toolbar{ 
	background: black;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}
div.ps-toolbar-top {
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close,
div.ps-toolbar-previous,
div.ps-toolbar-next,
div.ps-toolbar-play {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	color: #ababab;
}
div.ps-toolbar-close:hover,
div.ps-toolbar-previous:hover,
div.ps-toolbar-next:hover,
div.ps-toolbar-play:hover {
	color: white;
}
div.ps-toolbar div div.ps-toolbar-content {
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 2;
	-webkit-font-smoothing: antialiased;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
div.ps-toolbar div div.ps-toolbar-content:before {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	line-height: 2.775;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
div.ps-toolbar-close div.ps-toolbar-content {}
div.ps-toolbar-close div.ps-toolbar-content::before {
	content: "\e006";
}
div.ps-toolbar-previous div.ps-toolbar-content {}
div.ps-toolbar-previous div.ps-toolbar-content::before {
	content: "\e003";
}
div.ps-toolbar-previous-disabled div.ps-toolbar-content {}
div.ps-toolbar-next div.ps-toolbar-content {}
div.ps-toolbar-next div.ps-toolbar-content::before {
	content: "\e002";
}
div.ps-toolbar-next-disabled div.ps-toolbar-content {
	background-position: -132px -44px;
}
div.ps-toolbar-play div.ps-toolbar-content {}
div.ps-toolbar-play div.ps-toolbar-content::before {
	content: "\e005";
}

/* FancyBox
*********************************/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background-color: black;
	color: #333;
	text-shadow: none;
	filter: alpha(opacity=1);
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	background: whiteSmoke;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/preloader-circles.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.95);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	text-shadow: rgba(0, 0, 0, .8) 0px 1px 2px;
	color: white;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Buttons */
#fancybox-buttons-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}
#fancybox-buttons-wrapper.top {
	top: 10px;
}
#fancybox-buttons-wrapper.bottom {
	bottom: 0;
}
#fancybox-buttons {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: black;
	opacity: 0.92;
	display: table;
	table-layout: fixed;
	text-align: center;
	color: #ffffff;
}
#fancybox-buttons div {
	display: table-cell;
	vertical-align: middle;
	color: #ababab;
	margin: 0;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}
#fancybox-buttons span {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	vertical-align: middle;
	outline: none;
	text-decoration: none;

	-webkit-transition: opacity ease .2s;
	-moz-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	-ms-transition: opacity ease .2s;
}
#fancybox-buttons span:before {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	line-height: 2.775;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
#fancybox-buttons div:hover {
	color: white;
}
#fancybox-buttons div.btnPrev {}
#fancybox-buttons div.btnPrev span:before {
	content: "\e003";
}
#fancybox-buttons div.btnNext {}
#fancybox-buttons div.btnNext span:before {
	content: "\e002";
}
#fancybox-buttons div.btnClose {}
#fancybox-buttons div.btnClose span:before {
	content: "\e006";
}
#fancybox-buttons div.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* FlexSlider Necessary Styles
*********************************/ 

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li:first-child {display: block;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height: auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: .5;
}
.flex-direction-nav a {
	width: 36px;
    height: 62px;
    display: block;
    float: left;
    margin: -31px 0 0;
    position: absolute;
	top: 50%;
	opacity: 0;
	text-decoration: none;
	font-size: 32px;
	color: white !important;
	text-shadow: black 0 0 5px;

	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1.95;
	-webkit-font-smoothing: antialiased;
}
.flex-direction-nav a:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	content: "\e01d";
}
.flex-direction-nav .flex-next {
    right: 0;
}
.flex-direction-nav .flex-next:before {
	content: "\e01c";
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-next:active,
.flexslider:hover .flex-prev:active {}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 100;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	background: #fff;
	width: 6px;
	height: 6px;
	opacity: .75;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-backface-visibility: hidden;
	border: 1px solid #fff;
	border-radius: 10px;
}
.flex-control-paging li a:hover { opacity: 1; }
.flex-control-paging li a.flex-active { background: 0; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Shortcodes
----------------------------------------------- */
/* Buttons */
.button {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: white;
    background-color: #f5f5f5;
    border-radius: 2px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.button:focus,
.button:active,
.button:hover {
    background-color: #111;
    color: white;
}
.small {
    font-size: 12px;
    padding: 3px 10px;
}
.medium {
    font-size: 14px;
    padding: 5px 14px;
}
.large {
    font-size: 16px;
    padding: 7px 17px;
}
.orange {
    background-color: #ff7800;
}
.blue {
    background-color: #00CCFF;
}
.green {
    background-color: #36AF70;
}
.yellow {
    background-color: #edbb58;
}
.red {
    background-color: #ff555d;
}
.pink {
    background-color: #ff557e;
}
.purple {
    background-color: #944374;
}
.black {
    background-color: #111;
}
.black:focus,
.black:active,
.black:hover {
    background-color: #cfcfcf;
}

/* Columns */
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}
.column-last {
    margin-right: 0;
    clear: right;
}
.one-half {
    width: 47.8%;
}
.two-column .one-half {
    width: 47.2%;
}
.one-third {
    width: 30.4%;
}
.two-column .one-third {
    width: 29.8%;
}
.two-third {
    width: 65.0%;
}
.two-column .two-third {
    width: 64.4%;
}
.one-fourth {
    width: 21.7%;
}
.two-column .one-fourth {
    width: 21.7%;
}
.three-fourth {
    width: 73.0%;
}
.two-column .three-fourth {
    width: 73%;
}

/* jQuery UI Tabs */
.ui-tabs {
    position: relative;
    zoom: 1;
    margin: 0 0 30px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 40px;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active {
    border-top: 3px solid #111111;
	margin-top: -3px;
}
.ui-tabs .ui-tabs-nav li a {
    text-decoration: none;
    color: #ababab;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 23px;
    display: inline-block;
    height: 31px;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.ui-tabs .ui-tabs-nav li a:focus,
.ui-tabs .ui-tabs-nav li a:active,
.ui-tabs .ui-tabs-nav li a:hover {}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: bold;
	color: #111;
	background: white;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: white;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 1.625em;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ui-tabs .ui-tabs-panel p {
	word-wrap: break-word;
	width: 100%;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}

/* jQuery UI Accordions */
.ui-accordion {
    width: 100%;
    clear: both;
    margin: 0 0 30px;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    zoom: 1;
    -webkit-transition: background-color ease .2s;
    -moz-transition: background-color ease .2s;
    -o-transition: background-color ease .2s;
    -ms-transition: background-color ease .2s;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 11px 3px 11px 30px;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.framed.ui-accordion-icons .ui-accordion-header a {
    padding-left: 3.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: 0;
    top: 36%;
    margin: -3px 0 0 0;

    width: auto;
	height: auto;
	line-height: inherit;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
.ui-accordion .ui-accordion-header .ui-icon:before {
	font-family: "GeneralFoundicons";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f003";
	font-size: 11px;
}
.framed .ui-accordion-header .ui-icon {
    top: 35%;
	left: 2.3%;
}
.ui-accordion .ui-state-active .ui-icon {}
.ui-accordion .ui-state-active .ui-icon:before {
   content: "\f004";
}
.framed .ui-state-default .ui-icon {
    color: #111
}
.framed .ui-state-active .ui-icon,
.framed .ui-state-hover .ui-icon,
.framed .ui-state-focus .ui-icon {}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -1px;
    position: relative;
    top: 1px;
    margin-bottom: 1px;
    overflow: auto;
    display: none;
    zoom: 1; 
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}
.framed .ui-accordion-content-active {
    border-bottom: 1px dashed #ddd;
}
.ui-accordion .ui-accordion-content-active:last-child {
    border-bottom: none;
}

.ui-accordion .ui-state-default,
.ui-accordion .ui-widget-content .ui-state-default {
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    color: #111;
    outline: none;
    overflow: visible;
    letter-spacing: 0;
    margin: 0;
}
.framed .ui-state-default,
.framed .ui-widget-content .ui-state-default {
    background-color: whiteSmoke;
    border-bottom: 1px dashed #ddd;
}
.ui-accordion .ui-state-default:last-of-type,
.ui-accordion .ui-widget-content .ui-state-default:last-of-type {
   border-bottom: none;
}
.ui-accordion .ui-state-default a,
.ui-accordion .ui-state-default a:link,
.ui-accordion .ui-state-default a:visited {
    color: #111;
    text-decoration: none;
    outline: none;
}
.ui-accordion .ui-state-hover,
.ui-accordion .ui-widget-content .ui-state-hover,
.ui-accordion .ui-state-focus,
.ui-accordion .ui-widget-content .ui-state-focus {
    text-transform: none;
    outline: none;
}
.framed .ui-state-hover,
.framed .ui-widget-content .ui-state-hover,
.framed .ui-state-focus,
.framed .ui-widget-content .ui-state-focus {
    background-color: #EDEFF2;
}
.ui-accordion .ui-state-hover a,
.ui-accordion .ui-state-hover a:hover {
    text-decoration: none;
    outline: none;
}
.ui-accordion .ui-state-active,
.ui-accordion .ui-widget-content .ui-state-active {
    color: #111;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    outline: none;
    letter-spacing: 0;
}
.framed  .ui-state-active,
.framed  .ui-widget-content .ui-state-active {
    background-color: whiteSmoke;
    border-bottom: 1px dashed #ddd;
}
.framed  .ui-accordion-header:first-child {
    border-top: 1px dashed #ddd;
}
.framed  .ui-accordion-header:last-of-type {
      border-bottom: 1px dashed #ddd;
}
.ui-accordion .ui-state-active a,
.ui-accordion .ui-state-active a:link,
.ui-accordion .ui-state-active a:visited {
    color: #111;
    outline: none;
    text-decoration: none;
}

/* Dropcaps */
.dropcap {
    font-size: 53px;
    line-height: 0.8em;
    margin: 0 0.23em 0.1em 0;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 6px;
}

/* hr */
.hr {
    background: none;
    border-top: 1px dotted #ababab;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 30px 0;
    clear: both;
}

/* Icons */
.promo-icon {
    float: left;
    margin: 0 1em 4em 0;
}
.promo-icon-content h2 {
    clear: none;
    font-size: 24px;
	font-weight: normal;
	margin: 0 0 .8125em;
	line-height: 30px;
}
.promo-icon-content {
    margin-left: 57px;
}

/* Lists */
ul.square {
	list-style-type: square;
}
ul.square li ul {
	list-style: inherit;
}
ul.circle {
	list-style-type: circle;
}
ul.circle li ul {
	list-style: inherit;
}
ul.disc {
	list-style-type: disc;
}
ul.disc li ul {
	list-style: inherit;
}

/* Google Maps */
.map {
    margin-bottom: 30px;
    clear: both;
}
.map img {
    max-width: none;
}
/* Combo Boxes */
.combo-box {
    background: #F2F4F7;
    border: 1px solid #C3CFD9;
    margin: 0 0 30px;
    padding: 1.625em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}
.combo-box h2 {
    display: inline;
}
.combo-box .button {
    float: right;
    margin: 4px 0 0 1.625em;
}
.combo-box p {
    margin: 0;
}

/* =iosSlider
----------------------------------------------- */
.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: visible;
}
.container .iosSliderContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	overflow: visible;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: auto;
}
.iosSlider .slider {
	width: 50000px;
	height: 100%;
}
.iosSlider .slider .item {
	float: left;
	width: auto;
}
.iosSlider .slider .item img {
	width: 100%;
	height: auto;
	float: left;
}
.indicators {
	position: relative;
	top: 325px;
	left: 0;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	z-index: 10;
}
.indicators .item {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	border: 1px solid #111;
}
.indicators .selected {
	background: #666;
}
.iosNext,
.iosPrev {
	display: block;
	font-size: 24px;
	color: white !important;
	line-height: 2.55;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin: -37px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	background: #111;
	background: rgba(0, 0, 0, 0.1);
	width: 42px;
	height: 60px;
	text-align: center;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.iosNext {
	right: 0;
	left: auto;
}
.iosNext:hover,
.iosPrev:hover {
	background: rgba(0, 0, 0, 0.2);
}
.iosNext:before,
.iosPrev:before {
	font-family: 'entypo';
    src: url('fonts/entypo/entypo.eot');
    src: url('fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo/entypo.woff') format('woff'),
         url('fonts/entypo/entypo.ttf') format('truetype'),
         url('fonts/entypo/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
	font-size: 49px;
	color: #fff;
	content: "\E765";
	line-height: 0.78;
}
.iosNext:before {
	content: "\E766";
}
.iosUnselectable {
	background: rgba(0, 0, 0, 0.1) !important;
	opacity: .15 !important;
}
.iosUnselectable {
	opacity: .15 !important;
}
.scrollbarBlock1 {
	background: rgba(255, 255, 255, .5);
}

/* =IcoMoon Icon Fonts
----------------------------------------------- */
@font-face {
  	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* =Foundation Icon Fonts
----------------------------------------------- */
/* font-face */
@font-face {
  font-family: "GeneralEnclosedFoundicons";
  src: url("fonts/foundation_icons_general_enclosed/general_enclosed_foundicons.eot");
  src: url("fonts/foundation_icons_general_enclosed/general_enclosed_foundicons.eot?#iefix") format("embedded-opentype"), url("fonts/foundation_icons_general_enclosed/general_enclosed_foundicons.woff") format("woff"), url("fonts/foundation_icons_general_enclosed/general_enclosed_foundicons.ttf") format("truetype"), url("fonts/foundation_icons_general_enclosed/general_enclosed_foundicons.svg#GeneralEnclosedFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
}

[class*="foundicon-"]:before {
  font-family: "GeneralEnclosedFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-settings:before {
  content: "\f000";
}

.foundicon-heart:before {
  content: "\f001";
}

.foundicon-star:before {
  content: "\f002";
}

.foundicon-plus:before {
  content: "\f003";
}

.foundicon-minus:before {
  content: "\f004";
}

.foundicon-checkmark:before {
  content: "\f005";
}

.foundicon-remove:before {
  content: "\f006";
}

.foundicon-mail:before {
  content: "\f007";
}

.foundicon-calendar:before {
  content: "\f008";
}

.foundicon-page:before {
  content: "\f009";
}

.foundicon-tools:before {
  content: "\f00a";
}

.foundicon-globe:before {
  content: "\f00b";
}

.foundicon-home:before {
  content: "\f00c";
}

.foundicon-quote:before {
  content: "\f00d";
}

.foundicon-people:before {
  content: "\f00e";
}

.foundicon-monitor:before {
  content: "\f00f";
}

.foundicon-laptop:before {
  content: "\f010";
}

.foundicon-phone:before {
  content: "\f011";
}

.foundicon-cloud:before {
  content: "\f012";
}

.foundicon-error:before {
  content: "\f013";
}

.foundicon-right-arrow:before {
  content: "\f014";
}

.foundicon-left-arrow:before {
  content: "\f015";
}

.foundicon-up-arrow:before {
  content: "\f016";
}

.foundicon-down-arrow:before {
  content: "\f017";
}

.foundicon-trash:before {
  content: "\f018";
}

.foundicon-add-doc:before {
  content: "\f019";
}

.foundicon-edit:before {
  content: "\f01a";
}

.foundicon-lock:before {
  content: "\f01b";
}

.foundicon-unlock:before {
  content: "\f01c";
}

.foundicon-refresh:before {
  content: "\f01d";
}

.foundicon-paper-clip:before {
  content: "\f01e";
}

.foundicon-video:before {
  content: "\f01f";
}

.foundicon-photo:before {
  content: "\f020";
}

.foundicon-graph:before {
  content: "\f021";
}

.foundicon-idea:before {
  content: "\f022";
}

.foundicon-mic:before {
  content: "\f023";
}

.foundicon-cart:before {
  content: "\f024";
}

.foundicon-address-book:before {
  content: "\f025";
}

.foundicon-compass:before {
  content: "\f026";
}

.foundicon-flag:before {
  content: "\f027";
}

.foundicon-location:before {
  content: "\f028";
}

.foundicon-clock:before {
  content: "\f029";
}

.foundicon-folder:before {
  content: "\f02a";
}

.foundicon-inbox:before {
  content: "\f02b";
}

.foundicon-website:before {
  content: "\f02c";
}

.foundicon-smiley:before {
  content: "\f02d";
}

.foundicon-search:before {
  content: "\f02e";
}

/* Foundation Icon Fonts - General Set */
/* font-face */
@font-face {
  font-family: "GeneralFoundicons";
  src: url("fonts/foundation_icons_general/general_foundicons.eot");
  src: url("fonts/foundation_icons_general/general_foundicons.eot?#iefix") format("embedded-opentype"), url("fonts/foundation_icons_general/general_foundicons.woff") format("woff"), url("fonts/foundation_icons_general/general_foundicons.ttf") format("truetype"), url("fonts/foundation_icons_general/general_foundicons.svg#GeneralFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="general foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

[class*="general foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-settings:before {
  content: "\f000";
}

.foundicon-heart:before {
  content: "\f001";
}

.foundicon-star:before {
  content: "\f002";
}

.foundicon-plus:before {
  content: "\f003";
}

.foundicon-minus:before {
  content: "\f004";
}

.foundicon-checkmark:before {
  content: "\f005";
}

.foundicon-remove:before {
  content: "\f006";
}

.foundicon-mail:before {
  content: "\f007";
}

.foundicon-calendar:before {
  content: "\f008";
}

.foundicon-page:before {
  content: "\f009";
}

.foundicon-tools:before {
  content: "\f00a";
}

.foundicon-globe:before {
  content: "\f00b";
}

.foundicon-home:before {
  content: "\f00c";
}

.foundicon-quote:before {
  content: "\f00d";
}

.foundicon-people:before {
  content: "\f00e";
}

.foundicon-monitor:before {
  content: "\f00f";
}

.foundicon-laptop:before {
  content: "\f010";
}

.foundicon-phone:before {
  content: "\f011";
}

.foundicon-cloud:before {
  content: "\f012";
}

.foundicon-error:before {
  content: "\f013";
}

.foundicon-right-arrow:before {
  content: "\f014";
}

.foundicon-left-arrow:before {
  content: "\f015";
}

.foundicon-up-arrow:before {
  content: "\f016";
}

.foundicon-down-arrow:before {
  content: "\f017";
}

.foundicon-trash:before {
  content: "\f018";
}

.foundicon-add-doc:before {
  content: "\f019";
}

.foundicon-edit:before {
  content: "\f01a";
}

.foundicon-lock:before {
  content: "\f01b";
}

.foundicon-unlock:before {
  content: "\f01c";
}

.foundicon-refresh:before {
  content: "\f01d";
}

.foundicon-paper-clip:before {
  content: "\f01e";
}

.foundicon-video:before {
  content: "\f01f";
}

.foundicon-photo:before {
  content: "\f020";
}

.foundicon-graph:before {
  content: "\f021";
}

.foundicon-idea:before {
  content: "\f022";
}

.foundicon-mic:before {
  content: "\f023";
}

.foundicon-cart:before {
  content: "\f024";
}

.foundicon-address-book:before {
  content: "\f025";
}

.foundicon-compass:before {
  content: "\f026";
}

.foundicon-flag:before {
  content: "\f027";
}

.foundicon-location:before {
  content: "\f028";
}

.foundicon-clock:before {
  content: "\f029";
}

.foundicon-folder:before {
  content: "\f02a";
}

.foundicon-inbox:before {
  content: "\f02b";
}

.foundicon-website:before {
  content: "\f02c";
}

.foundicon-smiley:before {
  content: "\f02d";
}

.foundicon-search:before {
  content: "\f02e";
}

/* Foundation Icon Fonts - Social Set */
/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url("fonts/foundation_icons_social/social_foundicons.eot");
  src: url("fonts/foundation_icons_social/social_foundicons.eot?#iefix") format("embedded-opentype"), url("fonts/foundation_icons_social/social_foundicons.woff") format("woff"), url("fonts/foundation_icons_social/social_foundicons.ttf") format("truetype"), url("fonts/foundation_icons_social/social_foundicons.svg#SocialFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="social foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="social foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-thumb-up:before {
  content: "\f000";
}

.foundicon-thumb-down:before {
  content: "\f001";
}

.foundicon-rss:before {
  content: "\f002";
}

.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}

.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-github:before {
  content: "\f006";
}

.foundicon-path:before {
  content: "\f007";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-dribbble:before {
  content: "\f009";
}

.foundicon-stumble-upon:before {
  content: "\f00a";
}

.foundicon-behance:before {
  content: "\f00b";
}

.foundicon-reddit:before {
  content: "\f00c";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

.foundicon-vimeo:before {
  content: "\f00f";
}

.foundicon-flickr:before {
  content: "\f010";
}

.foundicon-slideshare:before {
  content: "\f011";
}

.foundicon-picassa:before {
  content: "\f012";
}

.foundicon-skype:before {
  content: "\f013";
}

.foundicon-steam:before {
  content: "\f014";
}

.foundicon-instagram:before {
  content: "\f015";
}

.foundicon-foursquare:before {
  content: "\f016";
}

.foundicon-delicious:before {
  content: "\f017";
}

.foundicon-chat:before {
  content: "\f018";
}

.foundicon-torso:before {
  content: "\f019";
}

.foundicon-tumblr:before {
  content: "\f01a";
}

.foundicon-video-chat:before {
  content: "\f01b";
}

.foundicon-digg:before {
  content: "\f01c";
}

.foundicon-wordpress:before {
  content: "\f01d";
}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */@font-face{font-family:'FontAwesome';src:url('fonts/font_awesome/fontawesome-webfont.eot?v=3.1.0');src:url('fonts/font_awesome/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('fonts/font_awesome/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('fonts/font_awesome/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.2857142857142858em;text-align:center}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.5714285714285714em}ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul>li .icon-li{width:.7142857142857143em;display:inline-block;text-align:center}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before,.icon-mail-forward:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before,.icon-rotate-left:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before,.icon-mail-reply:before{content:"\f112"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}

/* =Entypo Icon Fonts
----------------------------------------------- */
@font-face {
    font-family: 'entypo';
    src: url('fonts/entypo/entypo.eot');
    src: url('fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo/entypo.woff') format('woff'),
         url('fonts/entypo/entypo.ttf') format('truetype'),
         url('fonts/entypo/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =AddThis
----------------------------------------------- */

.addthis_button_compact {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #111 !important;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	height: 35px;
	line-height: 3.425;
}
.at300bs:hover {
	opacity: 1;
}
.at16nc.at16t_compact {
	background: none;
	height: 36px;
	width: 26px;
	display: inline-block;
	vertical-align: -42%;
	padding-right: 5px;
	overflow: visible;
}
@-moz-document url-prefix() { 
	.at16nc.at16t_compact {
		vertical-align: -52%;
	} 
}
.addthis_button_compact .at16nc:before {
	font-family: 'entypo';
    src: url('fonts/entypo/entypo.eot');
    src: url('fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo/entypo.woff') format('woff'),
         url('fonts/entypo/entypo.ttf') format('truetype'),
         url('fonts/entypo/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
	content: "\E73C";
	font-size: 49px;
	color: #111;
}
#at_hover.atm-s .at_bold,
#at_hover.atm-s a:hover .at_bold,
.atm-s a,
#at_hover.atm-s a,
#at20mc a,
.atm-s a:hover,
#at_hover.atm-s a:hover,
#atic_signin #at_auth:hover  {
	color: #111 !important;
}
.atm-s a:hover,
#at_hover.atm-s a:hover,
#atic_signin #at_auth:hover {
	background: whitesmoke !important;
}
.atm-i {
	border: 3px solid #ccc;
	box-shadow: none;
	border-radius: 0;

}
.atm-s a,
#at_hover.atm-s a {
	padding: 5px 10px;
}
.addthis_toolbox  {
	float: right;
	margin-left: 30px;
}

#_atssh {
	display: none;
}


/* =Responsive Structure
----------------------------------------------- */

@media only screen and (min-width: 1441px) {
	body:after {
		content: 'large';
	}
	.page-template-page-portfolio-php #main,
	body.page-template-page-gallery-php #main,
	body.page-template-page-galleries-list-php #main,
	body.page-template-page-gallery-video-php #main,
	body.page-template-page-full-width-slider-php #main,
	body.page-template-page-home-slider-php #main {
		max-width: 100%;
	}
	.page-template-page-portfolio-php #portfolio,
	.page-template-page-galleries-list-php #galleries-list,
	.page-template-page-gallery-video-php #block-video-gallery {
		max-width: 100%;
	}
	.page-template-page-portfolio-php #block-portfolio .hentry,
	.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry {
		width: 24.5%;
		width: 24.5%\0/;
	}
	.single-gallery .gallery-item,
	#block-gallery .gallery-item {
		width: 24.5%;
		width /*\**/: 24.95%;
	}
	@-moz-document url-prefix() { 
	  	.single-gallery .gallery-item,
		#block-gallery .gallery-item {
			width: 24.95%;
		}
		.single-gallery #block-gallery .gallery-item img,
		.page-template-page-gallery-php #block-gallery .gallery-item img {
			width: 100.2% !important;
		}
		.single-gallery #block-gallery .entry-view-wrapper,
		.page-template-page-gallery-php #block-gallery .entry-view-wrapper {
			width: 100.2% !important;
		}
	}
	.single-gallery #block-gallery .gallery-item img,
	.page-template-page-gallery-php #block-gallery .gallery-item img {
		width: 102.4%;
		width /*\**/: 100.2%;
	}
	.single-gallery #block-gallery .entry-view-wrapper,
	.page-template-page-gallery-php #block-gallery .entry-view-wrapper {
		background: rgba(255,255,255,1);
		width: 102.4%;
		width /*\**/: 100.2%;
	}
	.archive #main,
	.search #main,
	.blog #main {
		max-width: 100%;
	}
	.archive #primary,
	.search #primary,
	.blog #primary {
		max-width: 1468px;
		padding: 0;
	}
	.archive .hentry,
	.search .hentry,
	.blog .hentry {
		width: 297px;
	}
	.archive .format-status,
	.search .format-status,
	.blog .format-status {
		width: 329px;
	}
	.archive #content nav,
	.search #content nav,
	.blog #content nav {
		padding: 0;
	}
	.single-post #primary {
		margin: 0;
}



}

@media (max-width: 1024px) {
	#filters {
		padding: 0 0 1.625em;
		float: left;
		clear: both;
	}
	.portfolio-view-wrapper {
		display: none;
	}
	/* jQuery UI Tabs */
	.tabs.ui-tabs-nav, .ui-tabs .ui-tabs-nav {
		height: auto;
	}
	.ui-tabs .ui-tabs-nav li {
		width: 100%;
	}
	.ui-tabs .ui-tabs-nav li a {
		font-size: 13px;
		padding: 5px 10px;
		width: 100%;
		box-sizing: border-box;
		height: 100%;
		border: 1px solid #cfcfcf;
		border-bottom: none;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-active a {
		border-top: none;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-active a {
		height: 100%;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 1.625em 10px;
	}
	.rsMinW .rsFullscreenBtn {
		display: none;
	}
	body.full-width-slider #page {
		z-index: -20;
	}
	#full-width-slider {
		z-index: -10;
	}
}

@media (max-width: 960px) {
	/* Simplify the basic layout */
	#main {
		margin: 0 auto;
	}
	.page-template-page-portfolio-php #main {
		width: 100% !important;
	}
	.page #primary {
		width: 100%;
	}
	.page-template-page-full-width-php #main #primary,
	.page-template-page-full-width-php .left-sidebar #main #primary,
	.page-template-page-contact-php #main #primary {
		width: 100%;
	}
	.entry-title-lead {
		font-size: 14px;
		font-weight: bold;
		line-height: 22px;
	}
	#main #content {
		margin: 0;
		width: auto;
	}
	.entry-content #s {
		width: 65%;
	}
	#filters li {
		float: none;
		margin-left: 0;
	}
	#content #nav-pagination a,
	.dots,
	#content #nav-pagination span.current {
		float: none;
		line-height: 3em;
	}
	/* Articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	.format-status div.author {
		clear: left;
	}
	.status-content {
		float: none;
		width: auto;
		clear: left;
	}
	/* Simplify the colophon layout */
	#site-generator {
		text-align: center;
	}
	#footer-site-title {
		float: none;
		display: block;
	}
	/* Comments */
	.commentlist .avatar {
		display: none;
	}
	.comment-content {
		margin: 0;
	}
	#reply-title {
		font-size: 16px;
	}
	.infoBlock p {
		font-size: 11px;
	}
	/* Slides */
	#block-slides-wrapper {
		min-height: 120px;
	}
	#block-slides .entry-content {
		width: 80%;
		padding: 14em 0 4em;
	}
}
/* =All Mobile Sizes
----------------------------------------------- */
@media only screen and (max-width: 960px) {
	#access-mobile {
		display: block;
	}
	#mega-menu-dropdown {
		display: block;
	}
}
@media only screen and (max-width: 960px) and (min-width: 771px) {
	body:after {
		content: 'medium';
	}
	
	#header-wrapper {
		position: static;
	}
	
	.archive #primary, .search #primary, .blog #primary {
		max-width: 726px;
		margin: 0 auto;
		padding: 0;
	}
	#access {
		display: none;
	}
	.page #primary {
		float: none;
		width: 100%;
		width: auto;
	}
	/* Page */
	.page-template-default #primary {
		margin: 0 35px;
		float: none;
	}
	/* Blog */
	.archive .hentry,
	.search .hentry,
	.blog .hentry {
		width: 293px;
	}
	.archive .format-status,
	.search .format-status,
	.blog .format-status {
		width: 325px;
	}
	.single-post #primary {
		margin: 0 35px;
		float: none;
	}
	#main #secondary {
		width: auto;
		margin: 0 0 0 35px

	}
	/* Gallery  */
	.single-gallery #block-gallery .gallery-item {}
	.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry {}
	/* Portfolio  */
	#content nav {
		text-align: center;
	}
	#content #filters a {
		float: none;
		font-size: 10px;
	}
	#content #filters .sep {
		float: none;
		font-size: 10px;
	}
	#block-portfolio .col-4 h1 {
		font-size: 11px;
		line-height: 21px;
	}
	#block-portfolio .col-4 .entry-category {
		font-size: 11px;
		line-height: 21px;
	}
	/* Single Portfolio */
	.single-portfolio .gallery-wrapper {
		margin-right: 0;
	}
	.single-portfolio .half {
		width: 100%;
		float: left;
	}
	.single-portfolio .portfolio-content.half {
		float: left;
		width: 100%;
	}
	.single-portfolio .portfolio-content.half .entry-title {
		margin: 12px 0 26px 0;
	}
	.single-portfolio .portfolio-content.half .social-buttons {
		margin: 1.625em 0;
	}
	.single-portfolio .portfolio-content.half .social-button-wrapper {
		margin-bottom: 8px;
	}
	.single-portfolio .portfolio-content.half .social-button-wrapper:last-child {
		margin-left: 1em;
	}
	.portfolio-description {
		width: auto;
		max-width: 100%;
		float: none;
		margin: 0 35px;
		padding: 35px 0 0 0;
		border-right: none;
	}
	.single-portfolio .portfolio-meta {
		padding-top: 4px;
		float: none;
		width: auto;
		margin: 0 35px 0;
	}
	.single-portfolio .portfolio-meta span {
		display: inline;
		margin: 0 4px 0 0;
	}
	.single-portfolio #content #nav-single {
		padding: 35px 0 1.625em;
		margin: 0;
		text-align: left;
	}
	/* =Footer
	----------------------------------------------- */
	#site-generator {
		text-align: center;
	}
	#site-generator p {
		margin: 0 0 14px;
		float: none;
		text-align: center;
	}
	#site-generator .social {
		float: none;
		display: inline-block;
	}
	/* Columns  */
	.one-fourth {
		width: 21.9%;
	}
	.two-third {
		width: 64.5%;
	}
	.one-half {
		width: 47.9%;
	}
	/* Contact */
	.wpcf7-form input {
		width: 138px;
	}
	.wpcf7-form textarea {
		width: 98%;
	}
}
/* =Mobile Landscape Size to Tablet Portrait
----------------------------------------------- */
@media only screen and (min-width: 380px) and (max-width: 770px) {
	body:after {
		content: 'small';
	}
		
	#header-wrapper {
		position: static;
	}
	
	#access {
		display: none;
	}
	/* Column Shortcodes */
	#page .column {
		width: 100%;
	}
	#page .one-fourth {
		width: 47.3%;
	}
	#page .one-fourth:nth-child(even) {
		margin-right: 0;
	}
	/* Page */
	.page-template-default #primary {
		margin: 0 35px;
		float: none;
		width: auto;
	}
	/* Blog */
	.archive #primary,
	.search #primary,
	.blog #primary {
		max-width: 93%;
	}
	.archive .hentry,
	.search .hentry,
	.blog .hentry {
		width: 87.1%;
	}
	.archive .format-status,
	.search .format-status,
	.blog .format-status {
		width: 93%;
	}
	.single-post #primary {
		margin: 0 35px;
		float: none;
	}
	#main #secondary {
		width: auto;
		margin: 0 35px;
	}
	.commentlist .children li.comment .comment-meta,
	.commentlist .children li.comment .comment-content,
	.commentlist .children li.comment .comment-meta,
	.comment-awaiting-moderation {
		margin-left: 0;
	}
	.comment-content {
		padding: 0 0 1.625em;
	}
	.archive #content nav,
	.search #content nav,
	.blog #content nav {
		padding: 0 20px;
	}
	/* Gallery */
	.single-gallery .gallery-item,
	#block-gallery .gallery-item {
		width: 49.5%;
	}
	.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry {
		width: 49.5%;
	}
	.page-template-page-galleries-list-php #block-galleries-list-wrapper h1 {
		font-size: 13px;
		line-height: 21px;
	}
	#block-galleries-list-wrapper .entry-category {
		font-size: 11px;
		line-height: 21px;
		display: none;
	}
	/* Video Gallery */
	.single-gallery .video-gallery-item,
	#block-video-gallery .video-gallery-item {
		width: 49.5%;
	}
	/* Portfolio  */
	.page-template-page-portfolio-php #block-portfolio .hentry {
		width: 49.5%;
	}
	#filters {
		padding: 0 0 1.625em;
		float: none;
		clear: both;
	}
	#filters a,
	#filters .sep {
		float: none;
	}
	#content #filters a {
		float: none;
		font-size: 10px;
	}
	#content #filters .sep {
		float: none;
		font-size: 10px;
	}
	#block-portfolio .col-4 h1 {
		font-size: 13px;
		line-height: 21px;
	}
	#block-portfolio .col-4 .entry-category {
		font-size: 11px;
		line-height: 21px;
		display: none;
	}
	/* Single Portfolio */
	.single-portfolio .gallery-wrapper {
		margin-right: 0;
	}
	.single-portfolio .half {
		width: 100%;
		float: left;
	}
	.single-portfolio .portfolio-content.half {
		float: left;
		width: 100%;
	}
	.single-portfolio .portfolio-content.half .entry-title {
		margin: 12px 0 26px 0;
	}
	.single-portfolio .portfolio-content.half .social-buttons {
		margin: 1.625em 0;
	}
	.single-portfolio .portfolio-content.half .social-button-wrapper {
		margin-bottom: 8px;
	}
	.single-portfolio .portfolio-content.half .social-button-wrapper:last-child {
		margin-left: 1em;
	}
	.password-protected {
		max-width: 100%;
	}
	.password-protected input[type="password"] {
		width: 140px;
	}
	.portfolio-description {
		width: auto;
		max-width: 100%;
		float: none;
		margin: 0 35px;
		padding: 35px 0 0 0;
		border-right: none;
	}
	.single-portfolio .portfolio-meta {
		padding-top: 14px;
		float: none;
		width: auto;
		margin: 0 35px 0;
	}
	.single-portfolio .portfolio-meta span {
		display: inline;
		margin: 0 4px 0 0;
	}
	.single-portfolio #content #nav-single {
		padding: 35px 0 1.625em;
		margin: 0;
		text-align: left;
	}
	/* =Footer
	----------------------------------------------- */
	#site-generator {
		text-align: center;
	}
	#site-generator p {
		margin: 0 0 14px;
		float: none;
		text-align: center;
	}
	#site-generator .social {
		float: none;
		display: inline-block;
	}
	/* Contact */
	.wpcf7-form input {
		width: 167px;
	}
	.wpcf7-form textarea {
		width: 98.5%;
	}
}
/* =Mobile Portrait Size to Mobile Landscape Size
----------------------------------------------- */
@media (max-width: 379px) {
	body:after {
		content: 'tiny';
	}
	
	#header-wrapper {
		position: static;
	}
	
	h1 {
		font-size: 34px;
		line-height: 1.3;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 15px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 10px;
		font-weight: bold;
	}
	#branding {
        text-align: center;
    }
	#access {
		display: none;
	}
	#access-mobile ul {
		padding: 0 10px 20px;
	}
	#main {
		padding: 1em 0 30px;
	}
	.page-template-page-full-width-php #page {
		padding: 0 10px 0;
	}
	#branding,
	.archive #primary,
	.search #primary,
	.blog #primary {
		padding: 0 10px;
	}
	.single-post #primary {
		margin: 0 10px;
		float: none;
	}
	#main #secondary {
		width: auto;
		margin: 0 10px;
	}
	.post-thumbnail img {
		width: 100%;
		max-width: 100%;
	}
	#site-generator {
		padding: 20px 10px;
	}
	#branding #searchform {
		display: none;
	}
	.entry-title-lead {
		padding: 0 0 16px;
		margin: 6px 0 20px 0;
	}
	/* Column Shortcodes */
	#page .column {
		width: 100%;
		margin-right: 0;
	}
	/* Page */
	.page-template-default #primary {
		margin: 0 10px;
		padding: 0 0 30px;
		float: none;
		width: auto;
	}
	/* Blog */
	.archive .hentry,
	.search .hentry,
	.blog .hentry {
		width: 90%;
		max-width: none;
		margin: 0 0 30px;
	}
	.archive .format-status,
	.search .format-status,
	.blog .format-status {
		width: 97.4%;
	}
	.commentlist .children li.comment .comment-meta,
	.commentlist .children li.comment .comment-content,
	.commentlist .children li.comment .comment-meta,
	.comment-awaiting-moderation {
		margin-left: 0;
	}
	.comment-content {
		padding: 0 0 1.625em;
	}
	.archive #content nav,
	.search #content nav,
	.blog #content nav {
		padding: 0 10px;
	}
	/* Gallery */
	.single-gallery .gallery-item,
	#block-gallery .gallery-item {
		width: 99.5%;
	}
	.page-template-page-galleries-list-php #block-galleries-list-wrapper .hentry {
		width: 99.5%;
	}
	/* Video Gallery */
	.single-gallery .video-gallery-item,
	#block-video-gallery .video-gallery-item {
		width: 99.5%;
	}
	/* Portfolio */
	.page-template-page-portfolio-php #block-portfolio .hentry {
		width: 99.5%;
	}
	#filters {
		display: none;
	}
	#content img.alignleft,
	#content img.alignright,
	#content img.aligncenter {
		margin: 0 auto 18px !important;
		clear: both !important;
		display: block !important;
	}
	body, input, textarea {
		font-size: 12px;
	}
	#site-title a {
		font-size: 20px;
	}
	#site-description {
		font-size: 11px;
	}
	#branding #searchform {
		display: none;
	}
	#access ul {
		font-size: 11px;
	}
	article.intro .entry-content {
		font-size: 11px;
	}
	.entry-title {
		font-size: 18px;
	}
	.featured-post .entry-title {
		font-size: 12px;
	}
	.singular .entry-header {
		background: none;
	}
	.singular .entry-title {
		font-size: 28px;
		margin: 12px 0 26px 0;
	}
	.entry-meta {
		font-size: 11px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 12px;
	}
	pre {
		font-size: 12px;
	}
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	#nav-single {
		display: block;
		position: static;
	}
	.social-button-wrapper {
		margin-bottom: 8px;
	}
	/* Single Portfolio */
	.single-portfolio #primary {
		width: 100%;
	}
	.portfolio-content {
		padding: 0 10px;
	}
	.single-portfolio .gallery-wrapper {
		float: left;
		margin-right: 30px;
	}
	.single-portfolio #content #nav-single {
		padding: 1.625em 10px;
	}
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	.entry-title-lead {
		font-size: 13px;
		line-height: 1.625;
	}
	.section-title {
		font-size: 13px;
		letter-spacing: 3px;
	}
	.portfolio-description {
		width: auto;
		max-width: 100%;
		float: none;
		margin: 0;
		padding: 35px 0 0 0;
		border-right: none;
	}
	.single-portfolio .portfolio-meta {
		padding-top: 14px;
		float: none;
		width: auto;
		margin: 0;
	}
	.single-portfolio .portfolio-meta span {
		display: inline;
		margin: 0 4px 0 0;
	}
	.single-portfolio #content #nav-single {
		padding: 35px 0 1.625em;
		margin: 0;
		text-align: left;
	}
	.portfolio-description {
		padding: 15px 0 0 0;
	}
	/* iosSlider */
	.iosNext,
	.iosPrev {
		display: none;
	}
	/* Home Slider */
	.infoBlock {
		top: 10%;
		left: 10px;
		max-width: 90%;
	}
	.infoBlock p {
		display: none;
	}
	.infoBlock h2 {
		font-size: 20px;
	}
	/* =Footer
	----------------------------------------------- */
	#site-generator {
		text-align: center;
	}
	#site-generator p {
		margin: 0 0 14px;
		float: none;
		text-align: center;
	}
	#site-generator .social {
		float: none;
		display: inline-block;
	}
	/* Contact */
	.input-block {
		float: none;
		margin: 0 0 20px 0;
	}
	.wpcf7-form input {
		width: 100%;
	}
	.wpcf7-form textarea {
		width: 100%;
	}
	/* iosSlider */
	.iosSlider .slider {
		width: 100%;
		height: 100%;
	}
	.iosSlider .slider .item {
		margin: 0 0 20px;
	}
	#carousel-gallery-wrapper,
	.portfolio-media {
		background: #fff;
	}

}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #111;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #111;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #111;
	}

}