/* Site Structure */
/* apply a natural box layout model to all elements */
/*------------------------------------------------------------------------------
== WP Gallery
------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
= Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
= Navigation
--------------------------------------------------------------*/
/* Primary Navigation */
/*------------------------------------------------------------------------------
= Gallery Styles & Layouts
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
Gallery Archive
------------------------------------------------------------------------------*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/*------------------------------------------------------------------------------
== Widget Area Specific Styles
------------------------------------------------------------------------------*/
/* Sidebar Styles */
/*------------------------------------------------------------------------------
= Magnific Popup CSS
------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*	Clearfix */
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
  /* Screen readers only */
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body {
  background: #fff;
  color: #4d4d4d;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-size-adjust: auto;
  -webkit-backface-visibility: hidden;
}
#site-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
}
#primary {
  max-width: 1200px;
}
#primary.sidebar-left #content, #primary.sidebar-right #content {
  width: 70%;
}
#primary.sidebar-left #content {
  float: right;
}
#primary.sidebar-right #content {
  float: left;
}
#primary.sidebar-right #sidebar {
  padding-left: 30px;
}
#primary.sidebar-left #sidebar {
  padding-right: 30px;
}
@media screen and (max-width: 980px) {
  #primary {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 720px) {
  #primary {
    margin-left: 10px;
    margin-right: 10px;
  }
  #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;
    padding: 0;
    margin: 0 0 20px;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  #primary {
    margin-left: 0;
    margin-right: 0;
  }
}
#content {
  width: 100%;
  position: relative;
}
#sidebar {
  float: left;
  width: 30%;
  position: relative;
}
#primary {
  margin: 40px auto 0;
}
#primary.sidebar-off {
  max-width: 820px;
  padding-left: 15px;
  padding-right: 15px;
  /* Links */
}
a {
  color: #900;
  text-decoration: none;
  outline: 0;
  -moz-transition: color 0.12s ease-out;
  -o-transition: color 0.12s ease-out;
  -webkit-transition: color 0.12s ease-out;
  -ms-transition: color 0.12s ease-out;
  transition: color 0.12s ease-out;
  /* Headings */
}
a:hover {
  color: #c00;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1;
}
.ht-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
form {
  /* Inputs */
  font-size: 13px;
}
form textarea, form select, form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"] {
  background: #e5e5e5;
  border: none;
  color: #6e6c6c;
  padding: 12px 14px;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
form textarea[disabled], form select[disabled], form input[type="date"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="email"][disabled], form input[type="month"][disabled], form input[type="number"][disabled], form input[type="password"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="text"][disabled], form input[type="time"][disabled], form input[type="url"][disabled], form input[type="week"][disabled] {
  color: #eee;
}
form input[disabled], form select[disabled], form select[disabled] option, form select[disabled] optgroup, form textarea[disabled], form 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: #888;
  cursor: default;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #888;
}
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #888;
}
form textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
  max-width: 600px;
  /* Buttons */
}
form button, form input[type="reset"], form input[type="submit"], form input[type="button"] {
  color: #fff;
  border: none;
  padding: 12px 14px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0 0.3s ease-out;
  -o-transition: all 0 0.3s ease-out;
  -webkit-transition: all 0 0.3s ease-out;
  -ms-transition: all 0 0.3s ease-out;
  transition: all 0 0.3s ease-out;
  text-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
  width: auto;
}
form button, form input[type="submit"], form input[type="button"], form input[type="reset"] {
  cursor: pointer;
}
form button[disabled], form input[disabled] {
  cursor: default;
}
form button:hover, form input[type="reset"]:hover, form input[type="submit"]:hover, form input[type="button"]:hover {
  text-decoration: none;
}
form form button:active, form form input[type="reset"]:active, form form input[type="submit"]:active, form form input[type="button"]:active {
  position: relative;
  top: 1px;
}
form input[type="reset"]::-moz-focus-inner, form input[type="submit"]::-moz-focus-inner, form input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form textarea, form select[size], form select[multiple] {
  height: auto;
}
form input[type="search"]::-webkit-search-decoration {
  display: none;
}
.entry-content::selection {
  background: #fcff99;
}
.entry-content::-moz-selection {
  background: #fcff99;
}
.entry-content > p, .entry-content > ul, .entry-content > ol {
  margin: 0 0 20px;
}
.entry-content > ul, .entry-content > ol {
  margin-left: 60px;
  padding: 0;
}
.entry-content blockquote {
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  position: relative;
  position: relative;
}
.entry-content blockquote p {
  padding: 0 0 20px;
  margin: 0;
}
.entry-content blockquote p:last-of-type {
  padding: 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: 35px 0 20px;
}
.entry-content h1 {
  font-size: 36px;
}
.entry-content h2 {
  font-size: 28px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h4 {
  font-size: 18px;
}
.entry-content h5 {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 15px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content mark {
  background: #fdffc7;
  color: #383838;
  padding: 0 5px;
}
.entry-content blockquote p {
  padding-left: 50px !important;
}
.entry-content blockquote:before {
  content: "\f10d";
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  left: 25px;
  position: absolute;
  top: 20px;
}
.entry-content dl, .comment-content dl {
  margin: 0 20px;
}
.entry-content dt, .comment-content dt {
  font-weight: bold;
}
.entry-content dd, .comment-content dd {
  margin-bottom: 20px;
}
.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: 15px;
  margin: 20px 0;
}
.entry-content td, .comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-caption {
  max-width: 100%;
  margin: 0 0 20px;
  position: relative;
  font-style: italic;
  font-size: 90%;
}
.wp-caption > a {
  display: block;
  border: 0 !important;
  line-height: 0;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.wp-caption.aligncenter {
  margin: 0 auto 20px;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  /* Make sure videos and embeds fit their containers */
}
embed, iframe, object, video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  /* Override the Twitter embed fixed width */
  max-width: 100% !important;
}
.entry-content .cards-multimedia img {
  height: auto;
}
.entry-content .gallery {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}
.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%;
}
#comments-title, #reply-title {
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin: 0 0 30px;
  border-bottom: 2px solid #1a1a1a;
  padding: 0 0 10px;
}
#comment-wrap {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 980px) {
  #comment-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  #comment-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #comment-wrap {
    padding: 15px;
  }
}
.comment-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.comment-list li {
  margin: 0 0 1em;
  padding: 0 0 1em 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.comment-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list .avatar {
  float: left;
  margin-left: -80px;
}
.comment-list .fn {
  font-style: normal;
  display: block;
}
.comment-list .fn a {
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.comment-list .comment-time {
  display: block;
  font-size: 0.8em;
  text-decoration: none;
  color: #808080;
  margin-top: -5px;
  /* Comment Actions  */
}
.comment-list .comment-time:visited {
  color: #808080;
}
.comment-list .comment-time:hover {
  color: #000;
}
.comment-list .comment-action {
  font-size: 12px;
  line-height: 100%;
  float: right;
}
.comment-list .comment-action a {
  display: inline-block;
  background: #e5e5e5;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  margin: 0 5px 0 0;
  padding: 4px 5px;
}
.comment-list .comment-edit-link {
  margin: 0 5px 0 0;
  /* Comment Content  */
}
.comment-list .comment-content {
  font-size: 14px;
  line-height: 20px;
}
.comment-list .avatar {
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
}
.comment-list .comment-awaiting-moderation {
  background: #fdffc7;
  color: #383838;
  padding: 0 5px;
}
.comment #respond {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#commentform p {
  margin: 0 0 20px;
}
#commentform .text-input {
  float: left;
  margin: 0 20px 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 40px;
}
#commentform label {
  font-size: 12px;
}
#commentform .form-author label, #commentform .form-email label, #commentform .form-url label {
  display: inline-block;
  margin: 10px 0 0;
}
#commentform .form-textarea label {
  display: block;
  margin: 0 0 5px;
}
#commentform .logged-in-as {
  margin: 0 0 40px;
}
#commentform .required {
  color: #c4524a;
}
.form-allowed-tags {
  font-size: 13px;
}
.form-allowed-tags code {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 40px;
}
#cancel-comment-reply-link {
  font-size: 11px;
  float: right;
  color: #c4524a;
  text-transform: uppercase;
  line-height: 22px;
}
#cancel-comment-reply-link:hover {
  color: #a3453e;
}
#cancel-comment-reply-link i {
  font-size: 22px;
  font-style: normal;
  position: relative;
  top: 2px;
}
#comments, #respond {
  margin: 0 0 40px;
}
.hentry {
  position: relative;
  margin: 0 0 30px;
  background: #fff;
  /* Entry Header */
}
.hentry .entry-header {
  margin: 0;
}
.hentry .entry-wrap {
  max-width: 900px;
  padding: 40px;
  /* Entry Thumb */
}
@media screen and (max-width: 980px) {
  .hentry .entry-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  .hentry .entry-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hentry .entry-wrap {
    padding: 15px;
  }
}
.hentry .entry-thumb {
  position: relative;
  margin: 0 0 20px;
  /* Entry Header  */
}
.hentry .entry-thumb img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.hentry .entry-thumb .entry-header {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .hentry .entry-thumb .entry-header {
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  .hentry .entry-thumb .entry-header {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hentry .entry-thumb .entry-header {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.hentry .entry-header {
  margin-bottom: 20px;
  /* Entry Title */
}
.hentry .entry-header h1, .hentry .entry-header h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.hentry .entry-header p {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  background: #000;
  padding: 10px 0;
  box-shadow: 10px 0 0 #000, -10px 0 0 #000;
}
@media screen and (max-width: 980px) {
  .hentry .entry-header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .hentry .entry-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hentry .entry-header {
    margin-bottom: 15px;
  }
}
.hentry .entry-title {
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 38px;
  /* Entry Meta */
}
.hentry .entry-title a {
  color: #1a1a1a;
  text-decoration: none;
  outline: none;
  line-height: 38px;
}
.hentry .entry-title a:visited {
  color: #1a1a1a;
}
.hentry .entry-title a:hover {
  color: #000;
}
.hentry .entry-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: #737373;
  /* Readmore */
}
.hentry .entry-meta li {
  float: left;
  margin: 0 20px 0 0;
}
.hentry .entry-meta a {
  display: inline-block;
}
.hentry .entry-meta a:hover {
  color: #737373;
  padding: 0 5px;
  margin: 0 -5px;
}
.hentry .entry-meta .fa {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 720px) {
  .hentry .entry-meta {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .hentry .entry-meta {
    margin: 0 0 20px;
  }
}
.hentry .readmore {
  font-size: 14px;
  padding: 12px 15px;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
  -ms-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
.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 10px 15px;
  position: relative;
}
.widget li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  left: -15px;
}
.widget li:last-child {
  margin-bottom: 0;
  /*	Search Widget */
}
.widget_search #s {
  width: 100%;
}
.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 {
  color: inherit;
}
.recentcomments a:visited {
  color: inherit;
}
body.error404 {
  background: #1a1a1a;
}
.post.error404 {
  margin: 30px 0 80px;
}
.post.error404 .entry-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 auto 20px;
  color: #fff;
}
.post.error404 .entry-tagline {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 100%;
  color: #fff;
}
.post.error404 .search-form .search-field {
  width: 320px;
}
.post.error404 .search-form .search-submit {
  display: none;
}
#nav-primary {
  float: right;
  font-family: 'Montserrat', sans-serif;
  z-index: 9999;
}
#nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-primary li {
  float: left;
  position: relative;
  height: 60px;
  margin: 0 0 0 15px;
  padding: 0 0 67px;
}
#nav-primary li a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
#nav-primary li.current-page-ancestor > a, #nav-primary li.current-menu-ancestor > a, #nav-primary li.current_page_ancestor > a #nav-primary li.current-menu-item > a, #nav-primary li.current-menu-parent > a {
  border: 2px solid #fff;
}
#nav-primary li.current-menu-item .sub-menu li > a {
  border: none;
}
#nav-primary .sub-menu li.current-menu-item a {
  border: none;
}
#nav-primary li.current-menu-parent li.current-menu-item > a {
  border: 2px solid #fff;
}
#nav-primary ul li:hover {
  visibility: inherit;
}
#nav-primary ul li:hover ul {
  left: 0;
  top: 30px;
  z-index: 99;
  display: block;
}
#nav-primary ul li:hover li ul, #nav-primary ul li li:hover li ul, #nav-primary ul li li li:hover li ul {
  top: -9999em;
}
#nav-primary ul li li:hover ul, #nav-primary ul li li li:hover ul, #nav-primary ul li li li li:hover ul {
  left: 220px;
  top: -12px;
}
#nav-primary ul li a:hover, #nav-primary ul li:hover, #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;
  display: none;
}
#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;
}
#nav-primary ul li ul.sub-menu li ul.sub-menu {
  margin-left: -2px;
  /* Navbar Toggle */
}
#navbar-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  background: none;
  padding: 4px 10px;
  margin: -22px 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: none;
  /* Responsive Nav */
}
#navbar-toggle i {
  font-size: 18px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 720px) {
  /* Pagination Navigation */  #navbar-toggle {
    display: block;
  }
  #nav-primary {
    display: none;
    float: none;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    right: 0;
  }
  #nav-primary li {
    float: none;
    margin: 0;
    height: auto;
    padding: 0;
  }
  #nav-primary li.current-menu-item a, #nav-primary li.current-menu-parent > a {
    border: none;
    border-bottom: 1px solid #313131;
  }
  #nav-primary li a {
    border-bottom: 1px solid #313131;
  }
  #nav-primary ul ul {
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: auto;
    top: auto;
    border-bottom: 1px solid #313131;
  }
  #nav-primary ul li:hover ul {
    top: auto;
  }
}
.paging-navigation {
  clear: both;
  padding: 30px 0;
  margin: 0 auto 30px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.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 {
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0 4px 10px;
  text-transform: uppercase;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
  -ms-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
.paging-navigation li a i {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 27px;
  position: relative;
  top: 0;
  padding: 0 10px 0 5px;
}
.paging-navigation li.nav-previous {
  float: left;
}
.paging-navigation li.nav-previous a {
  float: left;
  padding-right: 10px;
}
.paging-navigation li.nav-next {
  float: right;
}
.paging-navigation li.nav-next a {
  float: right;
}
.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;
}
#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;
  margin: 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: 16%;
}
.gallery-thumb figcaption .overlay-title {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 24px;
}
.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 Captions
------------------------------------------------------------------------------*/
}
.ht-gallery-caption {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.ht-gallery-caption h2 {
  background: #1a1a1a;
  display: table;
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
.ht-gallery-caption h3 {
  background: #fff;
  clear: left;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 12px 15px;
}
.ht-gallery-caption p {
  background: #000;
  display: table;
  padding: 15px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 880px) {
  .ht-gallery-caption h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  .ht-gallery-caption h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .ht-gallery-caption p {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /*------------------------------------------------------------------------------
== Fullscreen Gallery
------------------------------------------------------------------------------*/  .ht-gallery-caption {
    bottom: 10px;
  }
  .ht-gallery-caption h2 {
    font-size: 14px;
    line-height: 22px;
  }
}
#ht-gallery-slideshow {
  width: 100%;
  height: 800px;
  /*------------------------------------------------------------------------------
== Carousel Gallery
------------------------------------------------------------------------------*/
}
#ht-gallery-slideshow.ht-gallery-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
}
#ht-gallery-carousel {
  width: 100%;
  height: 800px;
  padding: 0 30px;
  /*------------------------------------------------------------------------------
== Grid Gallery
------------------------------------------------------------------------------*/
}
@media screen and (max-width: 980px) {
  #ht-gallery-carousel {
    padding: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  #ht-gallery-carousel {
    padding: 0 10px;
  }
}
#ht-gallery-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#ht-gallery-grid .with-vid:before {
  font-family: FontAwesome;
  content: "\f03d";
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#ht-gallery-grid .with-vid:before:hover:before {
  opacity: 0;
}
#ht-gallery-grid, #ht-galleries-related {
  /* Grid Landscape */
}
#ht-gallery-grid li, #ht-galleries-related li {
  position: relative;
  float: left;
  overflow: hidden;
}
#ht-gallery-grid figure, #ht-galleries-related figure {
  margin: 0;
}
#ht-gallery-grid figure:hover figcaption, #ht-galleries-related figure:hover figcaption {
  opacity: 1;
}
#ht-gallery-grid figure figcaption, #ht-galleries-related figure figcaption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
#ht-gallery-grid figure figcaption span, #ht-galleries-related figure figcaption span {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ht-gallery-grid figure figcaption span h2, #ht-galleries-related figure figcaption span h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
#ht-gallery-grid figure figcaption .ht-lightbox, #ht-galleries-related figure figcaption .ht-lightbox {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px;
  line-height: 100%;
}
#ht-gallery-grid figure figcaption .ht-lightbox:hover, #ht-galleries-related figure figcaption .ht-lightbox:hover {
  color: #fff;
}
#ht-gallery-grid img, #ht-galleries-related img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#ht-gallery-grid.ht-grid-portrait li {
  width: 10%;
  /* Grid Portrait */
}
@media screen and (max-width: 2700px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 12.5%;
  }
}
@media screen and (max-width: 2400px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 14.28571%;
  }
}
@media screen and (max-width: 2100px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 16.66667%;
  }
}
@media screen and (max-width: 1800px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 20%;
  }
}
@media screen and (max-width: 1500px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 900px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  #ht-gallery-grid.ht-grid-portrait li {
    width: 100%;
  }
}
#ht-gallery-grid.ht-grid-landscape li {
  width: 16.66667%;
  /* Grid Square */
}
@media screen and (max-width: 2500px) {
  #ht-gallery-grid.ht-grid-landscape li {
    width: 20%;
  }
}
@media screen and (max-width: 2000px) {
  #ht-gallery-grid.ht-grid-landscape li {
    width: 25%;
  }
}
@media screen and (max-width: 1500px) {
  #ht-gallery-grid.ht-grid-landscape li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1000px) {
  #ht-gallery-grid.ht-grid-landscape li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #ht-gallery-grid.ht-grid-landscape li {
    width: 100%;
  }
}
#ht-gallery-grid.ht-grid-square li {
  width: 16.66667%;
  /* Grid Animation */
}
@media screen and (max-width: 1900px) {
  #ht-gallery-grid.ht-grid-square li {
    width: 20%;
  }
}
@media screen and (max-width: 1500px) {
  #ht-gallery-grid.ht-grid-square li {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  #ht-gallery-grid.ht-grid-square li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 800px) {
  #ht-gallery-grid.ht-grid-square li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #ht-gallery-grid.ht-grid-square li {
    width: 100%;
  }
}
#ht-gallery-grid {
  /*------------------------------------------------------------------------------
== Related Galleries
------------------------------------------------------------------------------*/
}
#ht-gallery-grid li:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
#ht-gallery-grid li:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#ht-gallery-grid li:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#ht-gallery-grid li:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#ht-gallery-grid li:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#ht-gallery-grid li:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#ht-gallery-grid li:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
#ht-gallery-grid li:nth-child(8) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#ht-gallery-grid li:nth-child(9) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
#ht-gallery-grid li:nth-child(10) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#ht-gallery-grid li:nth-child(11) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
#ht-gallery-grid li:nth-child(12) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#ht-gallery-grid li:nth-child(13) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
#ht-gallery-grid li:nth-child(14) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#ht-gallery-grid li:nth-child(15) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
#ht-gallery-grid li:nth-child(16) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
#ht-gallery-grid li:nth-child(17) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
#ht-gallery-grid li:nth-child(18) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
#ht-gallery-grid li:nth-child(19) {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
#ht-gallery-grid li:nth-child(20) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
#gallery-related-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #1a1a1a;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
#ht-galleries-related {
  /*------------------------------------------------------------------------------
== Gallery Taxonomy
------------------------------------------------------------------------------*/
}
#ht-galleries-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ht-galleries-related li {
  float: left;
  width: 50%;
}
#ht-galleries-related li > a {
  display: block;
  line-height: 0;
}
#ht-galleries-related img {
  max-width: 100%;
  height: auto;
}
#ht-gallery-taxonomy {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  /*------------------------------------------------------------------------------
== Galleries - Single
------------------------------------------------------------------------------*/
}
#ht-gallery-taxonomy li {
  float: left;
  padding: 0 15px;
  width: 33.333%;
}
#ht-gallery-taxonomy li:nth-child(4n) {
  clear: both;
}
#ht-gallery-taxonomy .hentry {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
#ht-gallery-taxonomy .hentry .entry-title {
  line-height: 26px;
}
#ht-gallery-taxonomy .hentry .entry-title a {
  line-height: 26px;
}
.single-ht_gallery_post {
  /*------------------------------------------------------------------------------
Gallery Single
------------------------------------------------------------------------------*/
}
.single-ht_gallery_post #primary {
  max-width: 100%;
}
.single-ht_gallery_post .entry-content {
  margin: 0 0 20px;
}
#single-image-gallery-header {
  display: table;
  margin: 40px auto 0;
  text-align: center;
  position: relative;
}
#single-gallery-header {
  margin: 0 0 20px;
  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: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
  transition-property: opacity;
  transition-duration: 0.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;
  padding: 0 15px;
}
.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;
  /*------------------------------------------------------------------------------
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: rgba(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: rgba(0, 0, 0, 0.8);
  border: 0;
  -webkit-border-radius : 7px;
  -moz-border-radius : 7px;
  border-radius : 7px;
}
.nicescroll-rails > div {
  top: -4px !important;
  /*------------------------------------------------------------------------------
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;
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
  /* Fullscreen options, very important ^^ */
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* ios controls over video bug, shifting video */
}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url("../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;
  background: url(blank.gif);
  /*------------------------------------------------------------------------------
= RoyalSlider Skin 
------------------------------------------------------------------------------*/
  /* Background */
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder {
  background: #1a1a1a;
  color: #fff;
  /* Arrows */
}
.rsDefault .rsArrow {
  position: absolute;
  bottom: 48%;
  display: inline-block !important;
  z-index: 99999;
}
.rsDefault .rsArrow.rsArrowRight {
  right: 20px;
}
.rsDefault .rsArrow.rsArrowLeft {
  left: 20px;
}
.rsDefault .rsArrowIcn {
  cursor: pointer;
  font-size: 30px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 39px;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
}
.rsDefault .rsArrowIcn:hover {
  color: #fff;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: "\f104";
  margin: 0 0 0 -1px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  content: "\f105";
  margin: 0 -1px 0 0;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn:before {
  content: "\f106";
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn:before {
  content: "\f107";
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
  /* Bullets */
}
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
  /* Thumbnails */
}
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  height: 100%;
  line-height: 0;
}
.rsDefault .rsThumb .thumbIco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  line-height: inherit;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.rsDefault .rsThumb .thumbIco:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 25px;
  margin: -15px 0 0 -15px;
  top: 50%;
  left: 50%;
}
.rsDefault .rsThumb.rsNavSelected .thumbIco, .rsDefault .rsThumb:hover .thumbIco {
  opacity: 1;
}
.rsDefault .rsThumb img {
  height: 100%;
  width: 100%;
  /* Thumbnail selected */
}
.rsDefault .rsTmb {
  display: block;
  /* Thumbnails with text */
}
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}
.rsDefault .rsTmb span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  /* Thumbnails arrow icons */
}
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('images/rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
  /* Fullscreen button */
}
.rsDefault .rsFullscreenBtn {
  right: 30px;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 0;
  width: 32px;
  height: 32px;
}
.rsDefault .rsFullscreenIcn:after {
  content: "\f065";
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  width: 32px;
  color: #fff;
  border: 2px solid #fff;
  /* Play/close video button */
}
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
}
.rsDefault .rsPlayBtnIcon:after {
  content: "\f04b";
  display: block;
  font-family: FontAwesome;
  font-size: 26px;
  height: 64px;
  line-height: 62px;
  text-align: center;
  width: 64px;
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault.ht-gallery-fullscreen .rsCloseVideoBtn {
  right: 30px;
}
.rsDefault .rsCloseVideoBtn {
  right: 75px;
  top: 30px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn:after {
  content: "\f00d";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.rsDefault .rsFullscreenIcn, .rsDefault .rsPlayBtnIcon, .rsDefault .rsCloseVideoIcn {
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.rsDefault .rsFullscreenIcn:hover, .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon, .rsDefault .rsCloseVideoIcn:hover {
  background: #1a1a1a;
  /* Preloader */
}
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url('../images/preloader-white.gif');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  /* Custom RS Styles */
}
.rsDefault .rsThumbsHor, .rsDefault .rsThumbsVer {
  background: #fff;
  padding: 5px;
  position: absolute;
}
.rsDefault .rsThumbsHor .rsThumb {
  height: 110px;
  width: 183px;
}
.rsDefault .rsThumbsHor {
  left: 0;
  right: 0;
  bottom: 53px;
  height: 120px;
}
.rsDefault .rsThumbsVer {
  right: 30px;
  top: 0;
  bottom: 0;
  width: 240px;
}
.rsWithThumbsVer .ht-gallery-caption .ht-container {
  padding-right: 390px;
}
.rsWithThumbsVer .rsArrow.rsArrowRight {
  right: 290px;
}
@media all and (max-width: 800px) {
  .rsDefault .rsThumbsVer {
    width: 200px;
  }
  .rsWithThumbsVer .rsArrow.rsArrowRight {
    right: 270px;
  }
  .rsWithThumbsVer .rsArrow.rsArrowLeft {
    right: 335px;
  }
  .rsWithThumbsVer .ht-gallery-caption .ht-container {
    padding-right: 280px;
  }
}
@media all and (max-width: 720px) {
  .rsWithThumbsVer .ht-gallery-caption .ht-container {
    padding-right: 10px;
  }
  .rsWithThumbsVer .rsArrow.rsArrowRight {
    right: 20px;
  }
  .rsWithThumbsVer .rsArrow.rsArrowLeft {
    right: 75px;
  }
  .ht-gallery-caption {
    bottom: 70px;
  }
  .rsDefault .rsThumbsVer, .rsDefault .rsArrowIcn, .rsDefault .rsThumbsToggle {
    display: none;
  }
  .rsDefault .rsThumbsHor {
    position: relative;
    bottom: 0;
    margin: 0 0 20px;
  }
}
.rsDefault .rsThumbsVer .rsThumb {
  float: none;
  height: auto;
}
.rsDefault.rsWithThumbsHor .ht-gallery-caption {
  bottom: 225px;
  right: 30px;
}
.rsDefault .rsThumb {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIntrans;
  animation-name: fadeIntrans;
}
.rsDefault .rsThumb:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.rsDefault .rsThumb:nth-child(3) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.rsDefault .rsThumb:nth-child(4) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.rsDefault .rsThumb:nth-child(5) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.rsDefault .rsThumb:nth-child(6) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.rsDefault .rsThumb:nth-child(7) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.rsDefault .rsThumb:nth-child(8) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.rsDefault .rsThumb:nth-child(9) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.rsDefault .rsThumb:nth-child(10) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.rsDefault .rsThumb:nth-child(11) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.rsDefault .rsThumb:nth-child(12) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.rsDefault .rsThumb:nth-child(13) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.rsDefault .rsThumb:nth-child(14) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.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: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: 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;
  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: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -45px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow {
  color: #000;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.mfp-arrow:hover {
  color: #000 !important;
}
.mfp-arrow.mfp-arrow-right:before {
  content: "\f105";
  margin: -5px -5px 0 0;
}
.mfp-arrow.mfp-arrow-left:before {
  content: "\f104";
  margin: -5px 0 0 -5px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-right {
  right: 0;
}
.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;
}
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;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    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;
}
#sidebar {
  font-size: 13px;
  line-height: 20px;
  /*------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
}
#sidebar .widget {
  background: #f5f5f5;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}
#sidebar .widget a, #sidebar .widget a:visited {
  color: #4d4d4d;
}
#sidebar .widget a:hover {
  color: #000;
}
#sidebar .widget .widget-title {
  color: #000;
}
#sidebar .widget-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-header {
  background: #1a1a1a;
  padding: 20px 0 0;
  position: relative;
}
#site-header #logo {
  display: inline-block;
  margin: 0 0 20px;
}
@media screen and (max-width: 720px) {
  #site-header #logo {
    padding-right: 38%;
  }
}
#site-header #logo h1 {
  display: none;
}
#site-header #logo a {
  display: block;
  line-height: 0;
  font-weight: 600;
  font-size: 42px;
  line-height: 0;
  letter-spacing: -2px;
}
#site-header #logo img {
  max-width: 100%;
  height: auto;
}
body.fixed-header #site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
body.fixed-header.admin-bar #site-header {
  top: 32px;
}
#site-subheader {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 30px 0;
  /*------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
}
#site-subheader h1, #site-subheader strong {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
}
#site-footer {
  background: #1a1a1a;
  padding: 15px 0;
}
#site-footer #copyright {
  color: #fff;
  float: left;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 9;
}
#site-footer #copyright a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 720px) {
  #site-footer {
    padding-top: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  #site-footer {
    padding-top: 10px;
    padding-left: 10px;
  }
}
body.fixed-footer #site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /*------------------------------------------------------------------------------
Social Icons
------------------------------------------------------------------------------*/
}
#social-icons {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  float: right;
}
#social-icons li {
  float: left;
  margin: 0 0 0 15px;
}
#social-icons li:first-child {
  margin: 0;
}
#social-icons li a {
  display: table;
  color: #fff;
  font-size: 15px;
  float: right;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#social-icons li a i {
  display: inline-block;
  position: relative;
  z-index: 9999;
  -moz-transition: none 0s ease-out;
  -o-transition: none 0s ease-out;
  -webkit-transition: none 0s ease-out;
  -ms-transition: none 0s ease-out;
  transition: none 0s ease-out;
}
#social-icons, #site-footer #copyright {
  /* Tags Display */
}
@media screen and (max-width: 480px) {
  #social-icons, #site-footer #copyright {
    float: none;
  }
}
.tags strong {
  font-weight: normal;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.tags a, .widget_tag_cloud a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 10px 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.tags a:visited, .widget_tag_cloud a:visited {
  color: #000;
}
.tags a:hover, .widget_tag_cloud a:hover {
  color: #fff;
  background: #1a1a1a !important;
  /* Sticky */
}
.sticky {
  /* Password Protected */
}
.entry-content.password-protected {
  padding: 40px 0;
  margin: 0;
}
.post-password-form, .entry-content.password-protected h1 {
  color: #fff;
}
.post-password-form input[type=password] {
  width: 200px;
}
.post-password-form input[type=submit] {
  padding: 12px 14px 13px;
}
.ht-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ht-animated2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ht-fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ht-fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIntrans {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIntrans {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#latest-heroic-galleries li {
  margin: 0 0 20px;
}
#latest-heroic-galleries li:before {
  display: none;
}
#latest-heroic-galleries img {
  max-width: 100%;
  height: auto;
  margin: 0 0 5px;
}
#latest-heroic-galleries h3 {
  margin: 0 0 10px;
}
