/*
Theme Name: 	Focal
Theme URI: 		http://herothemes.com/
Author: 		Chris Mooney (Hero Themes)
Author URI: 	http://herothemes.com
Description: 	<strong>For updates:</strong> <a href="http://twitter.com/herothemes">Follow me on twitter</a> &ndash; <a href="http://www.facebook.com/herothemes">Join the Facebook Group</a>
Version: 		1.0.0
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
*/

/* =Notes
--------------------------------------------------------------

Please don't edit this file directly. Consider using a Child Theme (http://codex.wordpress.org/Child_Themes) or overiding CSS by using the Custom CSS box in the theme options panel.


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*------------------------------------------------------------------------------
Normalize and Reset
------------------------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:hover,a:active{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/*------------------------------------------------------------------------------
Forms
------------------------------------------------------------------------------*/

/* Inputs */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	background:#fafafa;
	border:1px solid rgba(0,0,0,0.05);
	color:#6e6c6c;
	padding: 14px 12px;
	-webkit-appearance: none;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

/* Buttons */
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	color:#fff;
	border:none;
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 12px 14px 10px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	vertical-align: top;
	width: auto;
	font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background:rgba(0,0,0,0.8);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2) inset;
}
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea, select[size], select[multiple] {
    height: auto;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}


/*------------------------------------------------------------------------------
Core Classes
------------------------------------------------------------------------------*/

/*	Clearfix */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}.clearfix:after{clear:both;}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	width:auto;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.entry-content .cards-multimedia img {
    height: auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}

/*	Responsive Video Container  */
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background:#f5f5f5;
	max-width: 100%;
	padding: 15px;
	margin:0 0 20px;
	position:relative;
}
.wp-caption.alignleft {
	margin-right:20px;	
}
.wp-caption.alignright {
	margin-left:20px;	
}
.wp-caption.aligncenter {
	margin:0 auto 20px;	
}
.entry-caption {
	font-size: 15px;
	text-align:center;
	display:table;
	line-height: 100%;
    margin: 10px auto 0;
    padding: 0;
}
.wp-caption > a, .wp-caption img {
	display:block;
	line-height:0;	
}
.wp-caption img {
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.wp-caption .wp-caption-text {
	font-size: 14px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
img.alignleft {
	margin: 30px 30px 30px 0;
}
img.alignright {
	margin: 30px 0 30px 30px;
}
img.aligncenter {
	margin: 0 0 5px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 25px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 25px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 25px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 26px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 25px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

/*	Sticky Post */
.sticky {}


/*------------------------------------------------------------------------------
Document Setup
------------------------------------------------------------------------------*/

html {}
body {
	background:#fff;
	color:#444;
	font: 15px/24px 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	height:100%;
	-webkit-backface-visibility: hidden;
}

/* Links */
a {
	text-decoration:none;
	outline:0;
	-webkit-transition-property:background color;
	-webkit-transition-duration:.12s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-property:background color;
	-moz-transition-duration:.12s;
	-moz-transition-timing-function:ease-out;
	-o-transition-property:background color;
	-o-transition-duration:.12s;
	-o-transition-timing-function:ease-out;
	transition-property:background color;
	transition-duration:.12s;
	transition-timing-function:ease-out;
}
a:hover {
	cursor:pointer;
}
a,
a:hover {}

.entry-content::selection {
	background: #fcff99; /* Safari */
}
.entry-content::-moz-selection {
	background: #fcff99; /* Firefox */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	color:#1a1a1a;	
}


/*------------------------------------------------------------------------------
Page Structure
------------------------------------------------------------------------------*/

#site-container {}
.container {
	padding:0 30px;
}

#primary,
.container {
	margin:0 auto;
	max-width: 980px;
}
#primary {	
	padding:0 30px;
}
#content {
	float:left;
	width: 70%;
	margin:0;
}
#primary.sidebar-right #content {}
#primary.sidebar-left #content {
	float:right;
}
#primary.sidebar-off #content {
	width:100%;
	float:none;
	padding:0;
}
#sidebar {
	float:left;
	width: 30%;
	max-width: 300px;
	font-size:13px;
	line-height:20px;
	margin:0;
	position:relative;
}
#primary.sidebar-right #sidebar {
	padding:40px 0 0 30px;
}
#primary.sidebar-left #sidebar {
	padding:40px 30px 0 0;
}


.home #primary {
	padding:0;	
}
.home #content {
	max-width:100%;	
}


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

#site-header {
	background:#1A1A1A;
	padding:20px 0 0;
}
#site-header #logo {
	float:left;
	margin:0 0 20px;
}
#site-header #logo a {
	display:block;
	line-height:0;
	color:#fff;
	font-weight:600;
	font-size:42px;
	line-height:0;
	letter-spacing:-2px;
}
#site-header #logo img {
	max-width:100%;
	height:auto;	
}
#site-header #logo .site-title,
#site-header #logo .site-description {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
#site-header #logo .site-tagline {
	color:#fff;
	margin:10px 0 0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;	
}

/* Subheader */
#site-subheader {
	color:#fff;	
	padding:30px 0;
	font-family: 'Montserrat', sans-serif;
}
#site-subheader h1,
#site-subheader strong {
	color:#fff;	
	margin:10px 0;
	font-size:24px;
	font-weight:normal;
}

/* Social Icon */
#social-icons {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#social-icons li {
	float:left;
	margin:0 0 0 10px;	
}
#social-icons li a {
	display:table;
	color: #fff;
	font-size:15px;
	padding: 8px;
	line-height: 100%;	
	border:2px solid #fff;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
#social-icons li a i {
	display: table;
    text-align: center;
    width: 17px;
	line-height: 100%;
	
	-webkit-transition-property:none;
	-webkit-transition-duration:0;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-property:none;
	-moz-transition-duration:0;
	-moz-transition-timing-function:ease-out;
	-o-transition-property:none;
	-o-transition-duration:0;
	-o-transition-timing-function:ease-out;
	transition-property:none;
	transition-duration:0;
	transition-timing-function:ease-out;	
}
#social-icons li a:hover {
	border:none;
	padding: 10px;
}

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

#site-footer {
	background:#1a1a1a;
	color:#fff;
	padding:15px 0;
}
#site-footer #copyright {
	font-size:14px;	
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
}

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

/* Primary Navigation */
#nav-primary {
	float:right;
}
#nav-primary ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-primary li {
	float:left;
	margin:0 0 0 10px;
	position:relative;
	
	height: 60px;
    margin: 0 0 0 15px;
    /* edit padding: 0 0 67px; */
    padding: 15px 0 52px;
}
#nav-primary li a {
	display:block;
	padding:10px 12px;
	color:#fff;
	font-size:16px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
#nav-primary li a:hover {}

#nav-primary li.current-menu-item > a {
	border: 2px solid #FFFFFF;
}

#nav-primary ul li:hover {
	visibility: inherit;
}
#nav-primary ul li:hover ul, 
#nav-primary ul li.sfHover ul {
	left: 0;
	top: 30px;
	z-index: 99;
}
#nav-primary ul li:hover li ul, 
#nav-primary ul li.sfHover li ul, 
#nav-primary ul li li:hover li ul, 
#nav-primary ul li li.sfHover li ul, 
#nav-primary ul li li li:hover li ul, 
#nav-primary ul li li li.sfHover li ul {
	top: -9999em;
}
#nav-primary ul li li:hover ul, 
#nav-primary ul li li.sfHover ul,
#nav-primary ul li li li:hover ul, 
#nav-primary ul li li li.sfHover ul, 
#nav-primary ul li li li li:hover ul, 
#nav-primary ul li li li li.sfHover ul {
	 left: 220px;
	 top: -12px;
	}
#nav-primary ul li a:hover, 
#nav-primary ul li:hover, 
#nav-primary ul li.sfHover a, 
#nav-primary ul li.current-cat a, 
#nav-primary ul li.current_page_item a, 
#nav-primary ul li.current-menu-item a {
	text-decoration: none;
}
#nav-primary ul ul {
    background: #1a1a1a;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
    margin: 36px 0 0 10px;
    padding: 0 0 6px;
	position: absolute;
	top: -9999em;
	width: 220px;
}
#nav-primary ul ul ul:before, 
#nav-primary ul ul ul:after  {
	display:none
}
#nav-primary ul ul li {
	float: none;
	width: 100%;
	margin:0;
	padding:0;
	border:none;
	height:auto;
	text-align:left;
}
#nav-primary ul ul li a {
	display:block;
    font-size: 13px;
	font-weight: normal;
	color:#fff;
	padding: 12px 20px;
	border-bottom:1px solid #313131;
    display: block;
	margin: 0;
}
#nav-primary ul ul li:last-child a {
	border-bottom:none;
}
#nav-primary ul ul li a:hover {
	text-decoration:none;
	background:#313131;
}
#nav-primary .has-children > a:after {
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	content: "\f107";
	color: #fff;
	margin:0 -2px 0 5px;
}


/* Navbar Toggle */
.navbar-toggle {
	float:right;
	background: none;
	padding: 9px 10px;
	margin:5px 0 25px;
	border: 2px solid #fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	display:none;
}
.navbar-toggle:hover {}
.navbar-toggle .icon-bar {
	background:#fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Pagination Navigation */
.paging-navigation {
	clear: both;
	padding:30px 0;
    margin: 0 auto 30px;
	position:relative;
}
.paging-navigation ul {
	list-style:none;
	padding:0;
	margin:0 auto;	
	text-align: center;
}
.paging-navigation li {
	position: relative;
    width: 50%;
}
.paging-navigation li a {
	color:#4d4d4d;
	font-size: 15px;
	font-weight:600;
	line-height:100%;
}
.paging-navigation li a i {
    border: 2px solid #4D4D4D;
    color: #4D4D4D;
    font-size: 13px;
    height: 30px;
    line-height: 27px;
    position: relative;
    top: 0;
    width: 30px;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
.paging-navigation li.nav-previous {
	float: left;
}
.paging-navigation li.nav-previous a {
	float: left;
}
.paging-navigation li.nav-previous i {
	margin:0 5px 0 0;	
}
.paging-navigation li.nav-next {
	float:right;	
}
.paging-navigation li.nav-next a {
	float: right;
}
.paging-navigation li.nav-next i {
	margin:0 0 0 5px;	
}
.paging-navigation li i {
	font-size: 12px;
	font-weight:normal;	
}

/* Page Navigation */
.page-links {
	font-weight: 600;	
}
.page-links a, 
.page-links span {
	background:#2E3639;
    font-weight: 600;
	font-size: 13px;
    padding: 4px 8px;
	color:#fff;
	font-weight:normal;
}


/*------------------------------------------------------------------------------
Mobile Menu
------------------------------------------------------------------------------*/

.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  /* Theme Settings */
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  background: #1a1a1a;
  color: #fff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}

#nav-primary-mobile-title {
	color:#fff;
	margin:0 30px 15px;
	padding:45px 0px 15px;
	border-bottom:2px solid #fff;	
}
#nav-primary-mobile ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-primary-mobile li {
		
}
#nav-primary-mobile a {
	display:block;
	color:#fff;
	font-size:15px;
	padding:12px 30px;
	border-bottom:1px solid #313131;
}

/*------------------------------------------------------------------------------
WordPress Gallery
------------------------------------------------------------------------------*/

.entry-content .gallery {
	list-style:none;
	margin:0;
	padding:0;	
}
.gallery .gallery-item {
	float:left;	
	margin:0 0 6px !important;
	padding: 0 6px 0 0;
}
.gallery .gallery-item > a {
	display: block;
	line-height: 0;
}
.gallery .gallery-item img {
	height: auto;
    max-width: 100%;
	width:auto;
	display: block;
	position: relative;
}
.gallery .gallery-caption {
	font-size: 13px;
    margin: 5px 0 10px;
}
.gallery .gallery-item {
	position:relative;		
}
.gallery.gallery-columns-1 .gallery-item {
	width:100%;
}
.gallery.gallery-columns-2 .gallery-item {
	width:50%;
}
.gallery.gallery-columns-3 .gallery-item {
	width:33%;
}
.gallery.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery.gallery-columns-5 .gallery-item {
	width:20%;
}
.gallery.gallery-columns-6 .gallery-item {
	width:16.5%;
}
.gallery.gallery-columns-7 .gallery-item {
	width:14%;
}
.gallery.gallery-columns-8 .gallery-item {
	width:12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
	width:11%;
}


/*------------------------------------------------------------------------------
Page Header
------------------------------------------------------------------------------*/



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

.hentry {
	padding:40px 0;
	position:relative;
}

/* Entry header */
.hentry .entry-header {
	margin:0 0 20px;
}

/* Entry Title */
.hentry .entry-title {
	margin:0 0 20px;
	font-size:28px;
	font-weight:500;
	letter-spacing:-1px;
}
.hentry .entry-title, 
.hentry .entry-title a {
	color: #1a1a1a;
	line-height:30px;
	outline:none;
    text-decoration: none;
}

/* Entry Thumb */
.hentry .entry-thumb {
	margin:0 0 30px;
	position:relative;
}
.hentry .entry-thumb > a {
	display: block;
	line-height: 0;
}
.hentry .entry-thumb img {
	height: auto;
    max-width: 100%;
	display: block;
}

/* Entry Meta */
.entry-meta {
	display:block;
    font-size: 14px;
	font-weight:600;
	margin:0 0 20px;
	padding:0;
	line-height:22px;
}
.entry-meta li {
	display:inline;
	margin:0 20px 0 0;	
}
.entry-meta li .fa {
	margin:0 10px 0 0;
}

.entry-meta,
.entry-meta a,
.entry-meta a:visited {
	color:#737373;
}


/* Entry Content */
.hentry .entry-summary {
	font-size:14px;
	line-height:22px;
}
.hentry .entry-summary p {
	margin:0;	
}
.hentry .readmore {
	background:#F3B230;
	color:#fff;
	padding:10px 15px;
	font-weight:bold;
	font-size:15px;
	display:block;
	float:right;	
}

/* Tags Display */
.tags {
	font-weight:600;	
}
.tags a, 
.widget_tag_cloud a {
	background:#ebebeb;
	display:inline-block;
	color: #fff;
	font-weight:normal;
	font-size: 12px;
    line-height: 100%;
	padding: 6px 12px;
    margin: 0 0 10px 5px;
	text-decoration:none;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
.tags a:visited, 
.widget_tag_cloud a:visited {
	color: #fff;
}
.tags a:hover, 
.widget_tag_cloud a:hover {
	background:#1a1a1a;
	color:#fff;
}

/* No Results */
.post.no-results {
	margin:40px 0 0;
}
#searchform #searchsubmit {
	padding:16px 14px 14px;
}

/*------------------------------------------------------------------------------
Content - Blog
------------------------------------------------------------------------------*/

.blog .hentry:nth-child(odd),
.category .hentry:nth-child(odd),
.archive .hentry:nth-child(odd),
.tag .hentry:nth-child(odd),
.search .hentry:nth-child(odd) {
	background:#f5f5f5;
}
.blog .hentry,
.category .hentry,
.archive .hentry,
.tag .hentry,
.search .hentry {
	padding-left:30px;
	padding-right:30px;	
}


/*------------------------------------------------------------------------------
Content - Single
------------------------------------------------------------------------------*/

.single .hentry .entry-title {
	font-size:34px;
}
.single .hentry .entry-title, 
.single .hentry .entry-title a {
	line-height:32px;
}
.single .hentry .entry-header {
	border-bottom:2px solid #1a1a1a;
}


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

#comments {
	background:#F5F5F5;
	padding:30px;
	margin:0 0 30px;
}
#comments ol {
	list-style:none;
	margin: 0;
	padding: 0;
}	
#comments ul.children {
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
}
#comments .comment-block {	
	clear:both;
	border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
	padding:0 0 10px;
}
#comments ol li:last-child .comment-block {
	border-bottom:0;	
	margin:0;
	padding:0;
}

/* Comment Meta  */	
#comments .comment-meta {
	margin:0 0 20px;	
}
#comments .comment .avatar {
	float:left;
	margin:0 20px 0 0;
}
#comments .comment .fn {
	font-weight:600;
	font-style:normal;
	line-height: 100%;
	font-size:18px;
	color:#313739;
}
#comments .comment .fn,
#comments .comment .fn a {
	color:#313739;
}
#comments .comment-meta cite {
	display:block;
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	color: #383838;
	line-height: 100%;
    margin: 0 0 10px;
}
#comments .comment-meta cite a {
	color: #383838;
}
.comments-area .comment-time {
	color: #737980;
    font-size: 11px;
    line-height: 100%;
	margin: 0 0 0 5px;
}
.comments-area .comment-time i {
	font-size: 4px;
    margin: 0 5px 0 0;
    position: relative;
    top: -3px;
}
/* Comment Actions  */
#comments .comment-action {
    font-size: 13px;
	font-weight:bold;
	font-family: 'Montserrat',sans-serif;
	line-height: 100%;
	float:right;
	text-transform:uppercase;
}
#comments .comment-action a {
	color:#8c8c8c;	
}
#comments .comment-edit-link .middot {
	margin: 0 5px;
	font-size:18px;
	color:#8c8c8c;
}
/* Comment Content  */
#comments .comment-content {
	margin:12px 0 0 70px;
	font-size: 14px;
    line-height: 22px;
}
#comments .comment-content p {
	margin:0 0 20px;
}
.bypostauthor {}
.avatar {
	border-radius:99%;
	-moz-border-radius:99%;
	-webkit-border-radius:99%;
}

/* Comment Form */
#respond {
	clear: both;
	margin:0 0 30px;
}
#commentform p {
	margin:0 0 15px;
}
#commentform .text-input {
	float:left;
	margin: 0 15px 0 0;	
}
#commentform .text-input,
#commentform #comment {
	padding: 14px;
	font-size:14px;
	max-width: 100%;
}
#commentform #submit {
	padding: 14px 24px 12px;
}
#commentform .comment-notes {
	margin:0 0 26px;	
}
#commentform label {
	font-size: 12px;
}
#commentform .form-author label, 
#commentform .form-email label, 
#respond .form-url label {
	display: inline-block;
    margin: 10px 0 0;
}
#commentform .form-textarea label {
	display:block;
	margin:0 0 5px;
}
.form-allowed-tags {
	font-size:13px;
}
.form-allowed-tags code {
	font-size: 12px;
    line-height: 16px;
    margin: 0 0 26px;
}
#cancel-comment-reply-link {
	font-size:13px;
	float:right;
	color:#C4524A;
}
#commentform .logged-in-as {
	margin:0 0 26px;	
}
#commentform .required {
	color:#C4524A;
}
.comments-title,
#reply-title,
#gallery-related-title {
    font-size: 20px;
    font-weight: bold;
	border-bottom: 2px solid #1a1a1a;
	padding:0 0 15px;
    margin: 0 0 30px;
}


/*------------------------------------------------------------------------------
Content Styling
------------------------------------------------------------------------------*/

.entry-content p > a {
	font-weight:600;
}
.entry-content p, 
.entry-content ul, 
.entry-content ol {
	margin: 0;
    padding: 0 0 20px;
}
.entry-content ul, 
.entry-content ol {
	margin: 0 0 0 45px;
}
.entry-content ul li, 
.entry-content ol li {
	margin: 0 0 5px;
}
.entry-content blockquote {
	color:#fff;
	margin: 0 0 20px;
    padding: 25px;
	position:relative;
}
.entry-content blockquote:before {
	left: 25px;
    position: absolute;
    top: 25px;
	content:"\f10d";
	display:block;	
	font-family: FontAwesome;
	font-size: 28px;
}
.entry-content blockquote p {
	padding:0 0 20px 50px;
}
.entry-content blockquote p:last-of-type {
	padding-bottom:0;
}
.entry-content blockquote cite {
	display:block;
	font-size:14px;	
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	margin: 0 0 20px;
	padding: 5px 0 0;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.5px;
}
.entry-content h2 {
    font-size: 24px;
	line-height: 32px;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 32px;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 26px;
}
.entry-content h5 {
	font-size: 16px;
}
.entry-content h6 {
	font-size: 15px;
}
code, pre {
	display: block;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	line-height: 0.8em;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}
pre {
	background:#f5f5f5;
	border: 1px solid #d6d6d6;
	padding: 2em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-content mark {
    background:#FDFFC7;
	color: #383838;
    padding: 0 5px;
}

/*------------------------------------------------------------------------------
Widget Styles
------------------------------------------------------------------------------*/
	
.widget {
	margin-bottom:60px;	
}
.widget-title {
	margin:0 0 20px;
	font-size: 15px;
    font-weight: normal;
}
.widget-title,
.widget-title a {
	color:#383838;
}
.widget a, 
.widget a:visited {
    color: #666;
    text-decoration: none;
}
.widget ul {
	padding:0;
	margin:0;
	list-style:none;
}
.widget ul a {
	text-decoration:none;
}
.widget ul ul {
	margin:5px 0 5px 5px;
}
.widget li {
	margin:0 0 5px;
}
.widget li:last-child {
	margin:0;
}

/* Sidebar Widget Styles */
#sidebar .widget {
	background:#F5F5F5;
    margin: 0 0 40px;
	padding:25px;
}


/*	List Widget Styling */
.widget_recent_entries li, 
.widget_recent_comments li, 
.widget_meta li, 
.widget_nav_menu li, 
.widget_pages li,
.widget_archive li,
.widget_recent_comments li,
.widget_categories li {
    margin: 0 0 10px;
	padding-left:15px !important;
	position:relative;
}
.widget_recent_entries li:before,
.widget_meta li:before, 
.widget_nav_menu li:before, 
.widget_pages li:before,
.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f0da";
	color:#737373;
	position:absolute;
	top:1px;
	left:0;
	font-size:12px
}
.widget_recent_entries li:last-child, 
.widget_recent_comments li:last-child, 
.widget_meta li:last-child, 
.widget_nav_menu li:last-child, 
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_recent_comments li:last-child,
.widget_categories li:last-child {
	border-bottom: none;
    margin: 0;
	padding: 0;
}

/*	Search Widget */
#sidebar .widget_search {}
.widget_search #s {
    width: 100%;
	background:#fff;
}
.widget_search #searchsubmit {
	display:none;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #525A61;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
	background:#fafafa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:3%;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* RSS Widget */
.widget_rss .widget-title > a img {
	margin:0 5px 0 0;	
	position: relative;
    top: 2px;
}
.widget_rss li {
	margin:0 0 20px;	
}
.widget_rss li > a {
	font-size: 20px;
	line-height: 26px;
    margin: 0 0 15px;
	color: #383838;
}
.widget_rss li .rss-date {
	display:block;
	color: #737980;
	margin:0 0 10px;
	font-size:13px;
}
.widget_rss li .rssSummary {
	margin:0 0 10px;	
}

/* Recent Comments Widget */
.recentcomments a,
.recentcomments a:visited {
	color:inherit;
}

/*	Posts Widget */
.ht_posts_widget li {
	margin:0 0 10px !important;	
}
.ht_posts_widget .widget-entry-thumb a {
	display:block;
	line-height:0;
}
.ht_posts_widget .widget-entry-thumb, 
.ht_posts_widget .widget-entry-thumb.no-thumb {
	float:left;
	margin:0 15px 0 0;
	width:60px;
}
.ht_posts_widget .widget-entry-thumb.no-thumb {
	background:#EBEBEB;
	height:60px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.ht_posts_widget .widget-entry-thumb.no-thumb i {
	display: table;
    font-size: 30px;
    line-height: 60px;
	color:#383838;
    margin: 0 auto;
}
.ht_posts_widget .widget-entry-thumb {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.ht_posts_widget .widget-entry-title {
	display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: -5px 0 5px 75px;
}
.ht_posts_widget .widget-entry-title,
.ht_posts_widget .widget-entry-title:visited {
	color: #383838;
}
.ht_posts_widget .widget-entry-meta {
	list-style:none;
	padding:0;
	margin:0;
	line-height:100%;
	margin:0 0 10px;
	color: #6e747a;
    font-size: 12px;
    font-weight: 600;
	text-transform: uppercase;	
}
.ht_posts_widget .widget-entry-meta i {
	margin:0 5px 0 0;	
}

/*	Flickr Widget */
.ht_flickr_widget .flickr_badge_image {
	float:left;
	margin: 0 10px 10px 0;
}
.ht_flickr_widget .flickr_badge_image a {
	display:block;
	line-height:0;	
}

/*------------------------------------------------------------------------------
Author Page
------------------------------------------------------------------------------*/

.author-info {
	border-bottom: 1px solid #DFDFDF;
    margin: 0 0 50px;
    padding: 0 0 30px;
}
.author-info .author-title {
	margin:0 0 20px;
	padding:0;
	font-size:20px;	
}
.author-info .author-avatar {
	float:left;	
}
.author-info .author-description {
	margin:0 0 0 150px;
}


/*------------------------------------------------------------------------------
404 Error
------------------------------------------------------------------------------*/

.post.error404 {
	padding: 100px 0;
    text-align: center;
}


/*------------------------------------------------------------------------------
Home
------------------------------------------------------------------------------*/

.home #site-footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;	
}


/*------------------------------------------------------------------------------
Gallery Archive
------------------------------------------------------------------------------*/

#isotope-container {
    display: block;
    width: 100%;
}
.isotope-item {
    float: left;
    height: auto;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.isotope-item img {
    height: auto;
    width: 100%;
	line-height:0;
}
.gallery-thumb {
    position: relative;
	display:block;
	line-height: 0;
	overflow: hidden;
}
.gallery-thumb img {
	max-width:100%;
	height: auto;
}
.gallery-thumb:hover figcaption {
    opacity: 1;
    pointer-events: auto;
}
.gallery-thumb figcaption {
    color: #fff;
	text-align:center;
    padding: 25% 25px;
    position: absolute;
    top: 0;
	left: 0;
	right:0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.gallery-thumb figcaption.with-excerpt {
	padding-top:18%	
}
.gallery-thumb figcaption .overlay-title {
	color:#fff;
	font-size:20px;
	margin:0 0 10px;
}
.gallery-thumb figcaption .overlay-caption:before {
	background:#fff;
	content: "";
    display: block;
    height: 2px;
    margin: 0 auto 10px;
    width: 30px;
}
.gallery-thumb figcaption .overlay-caption {
	font-size:14px;
	line-height:20px;
	margin: 25px 0 0;
}

/* Isotope Filter */
#gallery-filter {
	display:inline-block;
	list-style:none;
	padding:0;
	margin: 0 0 0 10px;	
}
#gallery-filter li {
	display:inline-block;	
	line-height: 32px;
}
#gallery-filter li a.active {
	border:2px solid #fff;
	padding:4px 8px;	
}
#gallery-filter li a {
	padding:1px 8px;	
	color:#fff;	
	outline:none;
}


/*------------------------------------------------------------------------------
Gallery Single
------------------------------------------------------------------------------*/

#single-image-gallery-header {
	display:table;
	margin:40px auto 0;
	text-align:center;
	position:relative;	
}
#single-gallery-header {
	margin:0;
	padding:0;
	max-width: 100%;
	height: 500px;
}
#single-gallery-header ul {
	list-style:none;
	padding:0;
	margin:0;
	height: 500px;
	overflow-y: hidden;
}
#single-gallery-header li {
	float: left;
	position:relative;
}
#single-image-gallery-header .gallery-fullscreen,
#single-gallery-header li .gallery-fullscreen {
	position:absolute;
	bottom:20px;
	right:20px;	
	border:2px solid #fff;
	padding:10px;
	color:#fff;
	line-height: 100%;
	opacity:0;	
	-webkit-transition-property:opacity;
	-webkit-transition-duration:.12s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-property:opacity;
	-moz-transition-duration:.12s;
	-moz-transition-timing-function:ease-out;
	-o-transition-property:opacity;
	-o-transition-duration:.12s;
	-o-transition-timing-function:ease-out;
	transition-property:opacity;
	transition-duration:.12s;
	transition-timing-function:ease-out;
}
#single-image-gallery-header:hover .gallery-fullscreen,
#single-gallery-header li:hover .gallery-fullscreen {
	opacity:1;	
}
.single-ht_gallery_post #primary.sidebar-off {
    max-width: 820px;
}
.single-ht_gallery_post #content {
	padding-top:0 !important;
}
.ht_gallery_post.hentry {
	padding-bottom:20px;
}
.ht_gallery_post .entry-title {
	display:block;
	background:none;
	color:#1a1a1a;
	padding:0 0 10px;
	margin:0 0 30px !important;
	border-bottom:2px solid #1a1a1a;
}

/* Gallery Related */
#gallery-related {
	margin:0 0 40px;
}
#gallery-related ul {
	list-style:none;
	margin:0 0 0 -20px;
	padding:0;	
}
#gallery-related ul li {
	float:left;
	width:50%;
	padding: 0 0 0 20px;
}


/*------------------------------------------------------------------------------
Isotope Animations
------------------------------------------------------------------------------*/

.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, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** 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;
}

/*------------------------------------------------------------------------------
CSS Animations
------------------------------------------------------------------------------*/

.animated {
        -webkit-animation-duration: 1s;
         -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
         animation-duration: 1s;
        -webkit-animation-fill-mode: both;
         -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
         animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
}

@-o-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
}

@keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
}
.animated.fadeIn {
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
}

/*------------------------------------------------------------------------------
Supersized CSS
------------------------------------------------------------------------------*/

#supersized-loader { 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url("images/progress.gif") no-repeat center center;
}
#supersized {
	display:block; 
	position:fixed; 
	left:0;
	 top:0; 
	 overflow:hidden; 
	 z-index:-999; 
	 height:100%; 
	 width:100%; 
	 list-style:none; 
	 margin: 0; 
	 padding: 0;
	}
#supersized img { 
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none;
}
#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
}	/*Speed*/
#supersized.quality img { 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality;
}	/*Quality*/
#supersized li { 
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:fixed; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#111;
}
#supersized a { 
	width:100%; 
	height:100%; 
	display:block;
}
#supersized li.prevslide { 
	z-index:-20;
}
#supersized li.activeslide { 
	z-index:-10; 
}
#supersized li.image-loading { 
	background:#111 url("images/progress.gif") no-repeat center center; 
	width:100%; 
	height:100%;
}
#supersized li.image-loading img{ 
	visibility:hidden;
}
#supersized li.prevslide img, 
#supersized li.activeslide img{ 
	display:inline;
}
#slidecaption { 
	float:left; 
	position:absolute;
	left:70px;
	right:70px;
	bottom:25%;
}
#slidecaption #gallery-caption {
	margin: 0 auto;
	max-width: 1100px;
}
#slidecaption #gallery-caption h2 {
	font-size:42px;
	line-height:40px;
	color:#FFF; 
	font-family: 'Montserrat',sans-serif;
	margin:0;
	text-transform:uppercase;
	background:#1a1a1a;
	padding:15px;
	display:inline-block;
	float:left;
}
#slidecaption #gallery-caption .gallery-desc {
	font-size:15px;
	margin:0; 
	padding:10px 15px;
	background:#fff;
	display:inline-block;
	clear:left;
	float:left;
}
#slidecaption #gallery-caption .caption-btn {
	margin:20px 0 0;
	display:inline-block;
	border:2px solid #fff;
	padding:10px 15px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#prevslide, 
#nextslide { 
	position:absolute; 
	height:44px; 
	width:44px; 
	top:50%; 
	margin-top:-24px;
	z-index: 99999;
}
#prevslide{ 
	background:url('images/arrow-back.png'); 
	left:10px; 
}
#nextslide{ 
	right:10px; 
	background:url('images/arrow-next.png');
}
#prevslide:active, 
#nextslide:active{ 
	margin-top:-19px;
}
#prevslide:hover, 
#nextslide:hover{ 
	cursor:pointer;
}



/*------------------------------------------------------------------------------
NiceScroll CSS
------------------------------------------------------------------------------*/

.scrolls { cursor: move }
.dragscroll-scroller { overflow: hidden !important }
.dragscroll-container { overflow: visible !important }
.dragscroll-container,
.dragscroll-scroller { position: relative }
.dragscroll-scroller { height: 100% }
.dragscroll-inner { display : block }
.dragscroll-scrollbar-container {
    cursor : pointer;
    position: absolute;
	background:#1a1a1a;
    background: rgb(0,0,0,0.8);
    -webkit-border-radius : 7px;
    -moz-border-radius : 7px;
    border-radius : 7px;
}
.dragscroll-scrollbar-container.autohide { display: none }
.dragscroll-scrollbar-container.h {
    width : 100%;
    height : 8px;
    left : 0;
    bottom : -8px;
}
.dragscroll-scrollbar-container.v {
    height : 100%;
    width : 6px;
    top : 0;
    right : -8px;
}
.dragscroll-scrollbar.v {
    width : 6px;
    top : 0;
}
.dragscroll-scrollbar.h {
    height : 6px;
    left : 0;
}
.dragscroll-scrollbar {
    position: absolute;
    cursor : pointer;
    background:#1a1a1a;
    background: rgb(0,0,0,0.8);
	border:0;
    -webkit-border-radius : 7px;
    -moz-border-radius : 7px;
    border-radius : 7px;
}
.nicescroll-rails > div {
	top:-4px !important;
}


/*------------------------------------------------------------------------------
Magnific Popup CSS
------------------------------------------------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

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

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

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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


/*------------------------------------------------------------------------------
Responsive CSS
------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {

/* Nav Primary */	
	#nav-primary {
		display:none;	
	}
	.navbar-toggle {
		display:block;	
	}
	
}
@media screen and (max-width: 720px) {


/* Site Structure */
#primary.sidebar-off #content,
#primary.sidebar-right #content,
#primary.sidebar-left #content,
#primary.sidebar-off #sidebar,
#primary.sidebar-right #sidebar,
#primary.sidebar-left #sidebar {
	width:100%;
	float:none;
	clear: both;
	margin: 0 0 20px;
	padding:0;
}
#primary {
	margin:0 !important;
	padding:0 20px;	
}




} /* END Media Query */

@media screen and (max-width: 480px) {

.container {
	padding:0 20px;	
}
.blog #primary,
.category #primary,
.archive #primary,
.tag #primary,
.search #primary {
	padding-left:0;
	padding-right:0;	
}
#site-subheader {
	padding:20px 0;	
}
.gallery-filter-title {
	display:none;	
}
#gallery-filter {
	margin:0;	
}
#site-footer {
	padding:10px 0;	
}
#site-footer #copyright {
	display:none;	
}
#slidecaption #gallery-caption h2 {
	font-size:22px;
	line-height:26px;
	padding:10px;
}
#slidecaption #gallery-caption .gallery-desc {
	font-size:13px;
	padding:10px;
}

#single-gallery-header,
#single-gallery-header ul {
    height: 300px;
}
#single-gallery-header ul img {
	height:300px;
	width:auto;	
}

} 

/* END Media Query */


