/*********************/
/* Theme Styles      */
/*********************/

/* @font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
       url('fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
} */

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

b, strong {
}

a:link, a:visited {
}

a:hover, a:active {
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.image-left {
  float: left;
  margin-right: 20px;
}

.image-right {
  float: right;
  margin-left: 20px;
}

.clearer {
  clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

blockquote, .standout {
  margin-left: 40px;
  padding-left: 20px;
  border-left: 3px solid;
  font-size: 20px;
}

.imageStyle {
}

figure {
  margin: 22px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}

/*********************/
/* Theme Layout      */
/*********************/

/* BANNER */
#banner {
  position: relative;
  background: url('../../../rw_common/images/_DSF5306.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#banner .banner-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 47.9em) {
	/*Small*/
  #banner .banner-bottom-gradient {
    height: 100px;
  }
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Medium*/
  #banner .banner-bottom-gradient {
    height: 150px;
  }
}

@media (min-width: 62em) and (max-width: 74.9em) {
	/*Large*/
  #banner .banner-bottom-gradient {
    height: 250px;
  }
}

@media (min-width: 75em) {
	/*Extra Large*/
  #banner .banner-bottom-gradient {
    height: 350px;
  }
}

#banner-inner {
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10;
  position: relative;
}

#banner-contents {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.banner-overlay {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Site Title */
#banner-contents h1.site-title {
  opacity: 0;
  display: inline-block;
}

#banner-contents a#site-title-link,
#banner-contents a#site-title-link:visited,
#banner-contents a#site-title-link:hover,
#banner-contents a#site-title-link:active {
  text-decoration: none;
}



/* Site Slogan */
#banner-contents h2.site-slogan {
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0;
}

/* Site Logo */
#site-logo {
  margin-bottom: 20px;
  display: none;
  opacity: 0;
}

#site-logo img {
  max-width: 100%;
  height: auto;
}

/*Content Container */
#content-container {
}

#content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Footer */
footer#site-footer {
  display: block;
  width: 100%;
  background-color: #012433;
  color: #fff;
}

footer#site-footer #footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Breadcrumb */
.breadcrumb_container {
  display: none;
  margin-bottom: 20px;
}

.breadcrumb_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb_container ul li {
  display: inline-block;
}

.breadcrumbCurrentPage {
  font-weight: bold;
}

/*********************/
/* ExtraContent      */
/*********************/

#myExtraContent1
#myExtraContent2,
#myExtraContent3,
#myExtraContent4,
#myExtraContent5 {
  display: none;
}

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

#extraContent1 {
  opacity: 0;
}

.hidden-extra-content-area {
  z-index: 999;
  display: none;
  width: 100%;
  position: absolute;
  margin-bottom: 40px;
}

#hidden-extra-content-area-toggle {
  z-index: 1000;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 44px;
  text-align: center;
  border-bottom-left-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0,0,0,0.33);
  display: none;
}

#hidden-extra-content-area-toggle .icon-wrap {
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.spin-toggle-icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#extraContent1 {
  margin-top: 40px;
}

#extraContent2 {
  padding: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.33);
}

@media (max-width: 47.9em) {
	/*Small*/
  #extraContent2 {
    padding-top: 60px;
  }
}

@media (min-width: 48em) {
	/*Medium and Larger*/
  #extraContent2 {
    padding-top: 60px;
  }
}

#extraContent3 {
  margin-top: 40px;
}


/*********************/
/* Main Navigation   */
/*********************/

nav#site-navigation {
  z-index: 15;
  position: absolute;
  top: 0;
  width: 100%;
}

nav#site-navigation > ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  text-align: center;
  position: relative;
}

nav#site-navigation > ul > li {
 display: inline-block;
 padding-left: 8px;
 padding-right: 8px;
 position: relative;
 white-space: nowrap;
}

nav#site-navigation > ul > li > a,
nav#site-navigation > ul > li > a:visited {
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  transition-duration: 325ms;
  transition-property: color;
  cursor: pointer;
  white-space: nowrap;
}

nav#site-navigation > ul > li > a#current,
nav#site-navigation > ul > li > a.currentAncestor {
  border-bottom: 3px solid #ae354a;
  font-weight: bold;
}

nav#site-navigation > ul > li > a#current,
nav#site-navigation > ul > li > a:hover,
nav#site-navigation > ul > li > a:active,
nav#site-navigation > ul > li > a.currentAncestor {
  color: rgba(255,255,255,1);
}

.scrolled_background {
  background-color: %colour_nav_bar_bkg_scrolled% !important;
  transition-duration: 1000ms;
  transition-property: background-color;
}


/*********************/
/* Sub Navigation    */
/*********************/

nav#site-navigation ul ul {
  background-color: #fff;
  position: absolute;
  list-style: none;
  padding: 20px;
  margin: 0;
  border-radius: 6px;
  margin-top: 18px;
  text-align: left;
  min-width: 200px;
  visibility: hidden;
  box-shadow: 0 0 4px rgba(0,0,0,0.33);
}

nav#site-navigation ul ul:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 8px 20px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -20px;
}

nav#site-navigation ul ul li,
nav#site-navigation ul ul a {
  width: 100%;
  display: block;
}

nav#site-navigation ul ul a,
nav#site-navigation ul ul a:visited {
  text-decoration: none;
}

nav#site-navigation ul ul a#current {
  font-weight: bold;
}

nav#site-navigation > ul a.parent.closed:after {
  content: '+';
  font-family: FontAwesome;
  margin-left: 4px;
  float: right;
  font-size: 13px;
  line-height: 24px;
  transition-duration: 315ms;
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

nav#site-navigation > ul a.parent.open:after {
  content: '+';
  font-family: FontAwesome;
  margin-left: 4px;
  float: right;
  font-size: 13px;
  line-height: 24px;
  opacity: 0.6;
  transform: rotate(135deg);
  transition-duration: 315ms;
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

}

nav#site-navigation > ul a.parent {
    margin-right: 6px;
}

nav#site-navigation > ul a.parent::after {
  display: inline-block;
  position: absolute;
}


/*********************/
/* Mobile Navigation */
/*********************/
#mobile-navigation-toggle {
  z-index: 1000;
  width: 44px;
  height: 44px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(91,184,250);
  background: -moz-linear-gradient(top,  rgba(91,184,250,1) 0%, rgba(78,156,250,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(91,184,250,1) 0%,rgba(78,156,250,1) 100%);
  background: linear-gradient(to bottom,  rgba(91,184,250,1) 0%,rgba(78,156,250,1) 100%);
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0,0,0,0.33);
  display: none;
}

#mobile-navigation-toggle .icon-wrap {
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.spin-nav-icon {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hidden-navigation-area {
  display: none;
}

@media (min-width: 62em) and (max-width: 74.9em) {
	/*Large*/
  .hidden-navigation-area {
    display: none !important;
  }
}

@media (min-width: 75em) {
	/*Extra Large*/
  .hidden-navigation-area {
    display: none !important;
  }
}

#mobile-navigation ul {
  padding: 0;
  margin: 0;
  padding-top: 52px;
  padding-bottom: 12px;
  list-style: none;
}

#mobile-navigation ul li {
  border-bottom: 1px solid #f2f2f1;
}

#mobile-navigation ul li:last-child {
  border-bottom: none;
}

#mobile-navigation ul li a {
  display: block;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-duration: 300ms;
  transition-property: background;
}

@media (max-width: 47.9em) {
	/*Small*/
  #mobile-navigation-toggle {
    display: block;
  }

  nav#site-navigation {
    display: none;
  }
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Medium*/
  #mobile-navigation-toggle {
    display: block;
  }

  nav#site-navigation {
    display: none;
  }
}


/* Mobile sub-navigation */
#mobile-navigation ul a.parent {
  cursor: pointer;
}

nav#mobile-navigation > ul a.parent.closed:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 0px;
  float: right;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 315ms;
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

nav#mobile-navigation > ul a.parent.open:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 0px;
  float: right;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
  transform: rotate(90deg);
  transition-duration: 315ms;
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 325ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

}

#mobile-navigation ul ul {
  padding: 0;
  margin: 0;
  display: none;
}

#mobile-navigation ul ul li:first-child {
  border-top: 1px solid #f2f2f1;
}

#mobile-navigation ul ul a {
  text-indent: 20px;
}


/*********************/
/* Social Badges     */
/*********************/

#social_badges {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  z-index: 13;
}

#social_badges a,
#social_badges a:visited {
  text-align: center;
  text-decoration: none;
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
  font-family: 'FontAwesome';
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 20px;
  transition-duration: 250ms;
  transition-property: background, color, top;
  color: #071016;
  position: relative;
}

#social_badges a:hover,
#social_badges a:active {
  top: -5px;
}

#social_badges .twitter:before {
  content: '\f099';
}

#social_badges .facebook:before {
  content: '\f09a';
}

#social_badges .dribbble:before {
  content: '\f17d';
}

#social_badges .github:before {
  content: '\f09b';
}

#social_badges .google-plus:before {
  content: '\f0d5';
}

#social_badges .instagram:before {
  content: '\f16d';
}

#social_badges .linkedin:before {
  content: '\f0e1';
}

#social_badges .skype:before {
  content: '\f17e';
}

#social_badges .tumblr:before {
  content: '\f173';
}

#social_badges .youtube:before {
  content: '\f167';
}

#social_badges .apple:before {
  content: '\f179';
}

#social_badges .windows:before {
  content: '\f17a';
}

#social_badges .xing:before {
  content: '\f168';
}

#social_badges .email:before {
  content: '\f003';
}

#social_badges .android:before {
  content: '\f17b';
}

#social_badges .soverflow:before {
  content: '\f16c';
}

#social_badges .pinterest:before {
  content: '\f0d2';
}

#social_badges .dropbox:before {
  content: '\f16b';
}

#social_badges .behance:before {
  content: '\f1b4';
}

#social_badges .vine:before {
  content: '\f1ca';
}

#social_badges .tumblr:before {
  content: '\f173';
}

#social_badges .rss:before {
  content: '\f09e';
}

#social_badges .comments:before {
  content: '\f0e6';
}

#social_badges .pencil:before {
  content: '\f040';
}

#social_badges .soundcloud:before {
  content: '\f1be';
}

#social_badges .cart:before {
  content: '\f07a';
}

#social_badges .tumblr:before {
  content: '\f173';
}

#social_badges .spotify:before {
  content: '\f1bc';
}

#social_badges .amazon:before {
  content: '\f270';
}

#social_badges .codepen:before {
  content: '\f1cb';
}

#social_badges .flickr:before {
  content: '\f16e';
}

#social_badges .deviantart:before {
  content: '\f1bd';
}

#social_badges .envelope:before {
  content: '\f0e0';
}

#social_badges .medium:before {
  content: '\f23a';
}

#social_badges .paypal:before {
  content: '\f1ed';
}

#social_badges .slack:before {
  content: '\f198';
}

#social_badges .steam:before {
  content: '\f1b6';
}

#social_badges .vimeo:before {
  content: '\f27d';
}

#social_badges .codepen:before {
  content: '\f1cb';
}

#social_badges .etsy:before {
  content: '\f2d7';
}

#social_badges .medium:before {
  content: '\f23a';
}

#social_badges .reddit:before {
  content: '\f281';
}

#social_badges .snapchat:before {
  content: '\f2ac';
}

#social_badges .steam:before {
  content: '\f1b6';
}

#social_badges .twitch:before {
  content: '\f1e8';
}

#social_badges .yelp:before {
  content: '\f1e9';
}



/* Main content area unordered list styles */

ul.disc {
  list-style-type: disc;
}

ul.circle {
  list-style-type: circle;
}

ul.square {
  list-style-type: square;
}

ol.arabic-numbers {
  list-style-type: decimal;
}

ol.upper-alpha {
  list-style-type: upper-latin;
}

ol.lower-alpha {
  list-style-type: upper-latin;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

ol.lower-roman {
  list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/* Table Styles */

table {

}

/* Blog Entry Topper */

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

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


/* Blog */

/* Tag Cloud */

ul.blog-tag-cloud {
  padding: 12px 0;
  margin: 0;
  border-top: 1px solid #303030;
}

ul.blog-tag-cloud li {
  display: inline;
}

#sidebar ul.blog-tag-cloud li a,
#sidebar ul.blog-tag-cloud li a:visited {
  padding: 2px 20px;
  border-radius: 24px;
  margin-bottom: 2px;
  display: inline-block;
  background-color: #ececed;
}

#sidebar ul.blog-tag-cloud li a:hover {
}

.blog-tag-size-1 {
}

.blog-tag-size-2 {
}

.blog-tag-size-3 {
}

.blog-tag-size-4 {
}

.blog-tag-size-5 {
}

.blog-tag-size-6 {
}

.blog-tag-size-7 {
}

.blog-tag-size-8 {
}

.blog-tag-size-9 {
}

.blog-tag-size-10 {
}

.blog-tag-size-11 {
}

.blog-tag-size-12 {
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {
}

.blog-tag-size-17 {
}

.blog-tag-size-18 {
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {
}


/* Archive Page */

.blog-archive-background {

}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {

}

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

}

.blog-archive-month {

}

.blog-archive-link {

}

.blog-archive-link a:link, .blog-archive-link a:visited {

}

/* Main Blog Stylings */
.blog-entry {
  margin-bottom: 80px;
}

.last-blog-entry {
  margin-bottom: 0px;
}

h1.blog-entry-title {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

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

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

.blog-entry-date:before {
}

/*styles the category link in the main entry */

.blog-entry-category {

}

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

}

.blog-read-more {
  margin-top: 24px;
}

.blog-read-more a {
  text-decoration: none;
}

.read_more_wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-entry-body {

}

.blog-entry-comments:before {
}

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

p.blog-entry-tags {
  margin-top: 24px;
}

p.blog-entry-tags a {
}

/* styles the archives in the blog sidebar */

#blog-archives {
  border-top: 1px solid #303030;
  padding: 12px 0;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

.blog-archive-link-enabled:before,
.blog-archive-link-disabled:before {
  font-family: 'FontAwesome';
  content: '\f133';
  margin-right: 5px;
}

/* Styles the blog categories in the blog sidebar */

#archives {
  padding-top: 20px;
}

#archives a,
#archives a:visited {
  text-decoration: none;
}

#blog-categories {
  border-top: 1px solid #303030;
  padding: 12px 0;
}

#blog-categories:before {
}

.blog-category-link-enabled {

}

.blog-category-link-disabled {

}

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

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


/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
  border-top: 1px solid #303030;
  padding: 12px 0;
}

.blog-rss-link {

}

.blog-comments-rss-link {

}

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

/* File Sharing */

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

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

.filesharing-item:last-child {
  margin-bottom: 0px;
}

.filesharing-item-title:before {
  font-family: 'FontAwesome';
  content: '\f0f6';
  margin-right: 5px;
}

.filesharing-item-title {
    font-size: 26px;
    margin-bottom: 4px;
}

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

.filesharing-item-title a:visited {

}

.filesharing-item-description {

}


/* Photo Album */

/* Index Page (Thumbnail view) */

.album-title {
  font-size: 32px;
  margin-bottom: 20px;
}

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


.album-wrapper {
}

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

.thumbnail-frame {
}

.thumbnail-frame img {
  border-radius: 4px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-caption {
  font-size: 10px;
}


/* Single Page (Photo view) */

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

.photo-navigation {
  padding: 20px 0;
  margin-bottom: 60px;
  text-align: center;
}

.photo-links {

}

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

}

.photo-navigation a:hover {

}

img.photo-frame {
  border-radius: 4px;
}

.photo-title {
  font-size: 24px;
}

.photo-caption {

}

/* EXIF data */

/* Data wrapper */

.exif-data {

}

.exif-data p {

}

/* p tag classes for all exif data */

p.exif-version {

}

p.exif-colour-space {

}

p.exif-focal-length {

}

p.exif-dimensions {

}

p.exif-pixel-y-dimension {

}

p.exif-pixel-x-dimension {

}

p.exif-oecf-value {

}

p.exif-subsec-time-original {

}

p.exif-exposure-mode {

}

p.exif-spatial-frequency-response {

}

p.exif-scene-capture-type {

}

p.exif-subject-location {

}

p.exif-shutter-speed {

}

p.exif-datetime-original {

}

p.exif-subsec-time {

}

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

}

p.exif-flash-energy {

}

p.exif-saturation {

}

p.exif-brightness {

}

p.exif-exposure-time {

}

p.exif-f-number {

}

p.exif-file-source {

}

p.exif-gain-control {

}

p.exif-subject-area {

}

p.exif-cfa-pattern {

}

p.exif-scene-type {

}

p.exif-white-balance {

}

p.exif-flash {

}

p.exif-exposure-index {

}

p.exif-flashpix-version {

}

p.exif-device-setting-description {

}

p.exif-focalplane-x-resolution {

}

p.exif-image-uniqueid {

}

p.exif-components-configuration {

}

p.exif-light-source {

}

p.exif-sensing-method {

}

p.exif-aperture {

}

p.exif-sharpness {

}

p.exif-exposure-program {

}

p.exif-subject-distance {

}

p.exif-subsec-time-digitized {

}

p.exif-contrast {

}

p.exif-focalplane-resolution-unit {

}

p.exif-gamma {

}

p.exif-35mm-focal-length {

}

p.exif-datetime-digitized {

}

p.exif-subject-distance-range {

}

p.exif-custom-rendered {

}

p.exif-max-aperture {

}

p.exif-sound-file {

}

p.exif-metering-mode {

}

p.exif-spectral-sensitivity {

}

p.exif-exposure-bias {

}

p.exif-focalplane-y-resolution {

}

p.exif-iso-rating {

}

p.exif-maker-note {

}

p.exif-digital-zoom-ratio {

}

p.exif-user-comment {

}

/* Quicktime Page */

.movie-description {

}


/* Quicktime Album */

/* Index Page (Movie Thumbnail view) */

.movie-page-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.movie-page-description {
  margin-bottom: 40px;
}

.movie-thumbnail-frame {
  padding-bottom: 20px;
  margin-right: 10px;
}

.movie-thumbnail-frame,
.movie-thumbnail-frame img {
  max-width: 200px;
  height: auto;
  float: left;
}

.movie-thumbnail-frame:hover {

}

.movie-thumbnail-caption {
  font-size: 10px;
  line-height: 14px;
}


/* Single Page (Movie View) */

.movie-background {

}

.movie-title {

}

.movie-frame {

}


/* Contact Form */

form {
  margin: 0;
  padding: 0;
}

.message-text {
}

.required-text {
}

.form-input-field {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 8px 10px;
  border: 1px solid #CCCCCC;
  transition-duration: 400ms;
  transition-property: border-color;
}

.form-input-field:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
}

.form-input-button {
  border-radius: 4px;
  padding: 8px 20px;
  border: none;
}

.form-input-button:hover {
}

/* Sitemap */

.rw-sitemap ul {

}

.rw-sitemap ul li {

}

.rw-sitemap ul li:last-child {

}

.rw-sitemap ul li li {

}

.rw-sitemap ul li li:last-child {

}

.rw-sitemap ul ul {

}

.rw-sitemap ul ul ul {

}


/* Blog Comments */

/* These groups are used to forcibly over-ride the styles that Disqus and JS-KIT comments apply that break page layouts. It's likely you'll need to use them, however they're not ideal solutions and may not work in the future if the comment providers' Javascript-inserted markup changes. */

/* Disqus */

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

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

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

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

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

.dsq-button {
  float: none ! important;
}



/* JS-Kit Override */

.js-singleCommentBodyT {
  display: block;
  padding-top: 17px !important;

}

.js-singleCommentHeader {
  padding: 0 8px !important;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
  clear: none !important;
}

.js-singleCommentText {
  display: block !important;
  clear: both !important;
}

.js-kit-comments br {
  display: none !important;
}

.js-singleCommentBody br {
  display: block !important;
}

.op-full {
  opacity: 1 !important;
}

.mist-animated {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}



@-webkit-keyframes mist-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes mist-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

.mist-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: mist-flipInY;
  animation-name: mist-flipInY;
}

@-webkit-keyframes mist-flipOutY {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 1;
  }

  30% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 15deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
}

@keyframes mist-flipOutY {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 1;
  }

  30% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 15deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
}

.mist-flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: mist-flipOutY;
  animation-name: mist-flipOutY;
}







/* Magnific Popup CSS */

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

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

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

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

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

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

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

.mfp-ajax-cur {
  cursor: progress
}

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

.mfp-zoom {
  cursor: pointer;
}

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

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

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

.mfp-hide {
  display: none !important
}

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

.mfp-preloader a {
  color: #cccccc
}

.mfp-preloader a:hover {
  color: white
}

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -10px;
  margin-right: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px 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 50px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  **/

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
