/*!
 * Theme Name:  Rexus
 * Theme URI:   http://www.theme-junkie.com/themes/rexus
 * Description: Rexus is another minimal and fresh magazine theme with a modern, elegant design and fully responsive from Theme Junkie. Rexus perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version:     1.0.8
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:        two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: rexus
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Rexus WordPress Theme, Copyright 2014 - 2016 http://www.theme-junkie.com/
 * Rexus is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic
 * 3.0 - Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Featured Content
 *   6.2 - Video Slider
 *   6.3 - Breaking News
 *   6.4 - Content Loop
 *   6.5 - Carousel Loop
 *   6.6 - Pagination
 *   6.7 - Singular (Add WP default style here)
 *   6.8 - Comments
 * 7.0 - Sidebar
 * 8.0 - Footer
 * 9.0 - Misc
 * 10.0 - Background Pattern
 * 11.0 - Teams Page
 * 12.0 - bbPress
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*------------------------------------*	$TYPOGRAPHY
\*------------------------------------*/
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
  direction: ltr;
  margin: 0;
  padding: 0; }

/**
 * Set link colors.
 */
a {
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  text-decoration: none; }

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11px 0;
  margin: 0.80769rem 0; }

h1,
.h1 {
  font-size: 36px;
  font-size: 2.76923rem;
  line-height: 1.1em; }

h2,
.h2 {
  font-size: 30px;
  font-size: 2.30769rem;
  line-height: 1.1em; }

h3,
.h3 {
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 1.3em; }

h4,
.h4 {
  font-size: 20px;
  font-size: 1.53846rem;
  line-height: 1.3em; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1.23077rem; }

h6,
.h6 {
  font-size: 14px;
  font-size: 1.07692rem; }

/**
 * Text elements.
 */
p {
  margin: 0 0 15px; }

abbr[title],
dfn[title] {
  cursor: help; }

del {
  color: #aaaaaa;
  text-decoration: line-through;
  vertical-align: baseline; }

pre {
  margin: 21px 0;
  margin: 1.61538rem 0;
  padding: 21px;
  padding: 1.61538rem;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  color: #2080ad; }

code {
  color: #2080ad; }

ins {
  background: #fff9c0;
  text-decoration: none; }

address {
  margin: 0 0 21px;
  margin: 0 0 1.61538rem;
  display: block; }

ul,
ol {
  margin: 13px 0;
  margin: 1rem 0;
  padding: 0 0 0 21px;
  padding: 0 0 0 1.61538rem; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

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

ol ol ol ol {
  list-style: lower-alpha; }

li ul,
li ol {
  margin: 0; }

dl {
  margin: 21px;
  margin: 1.61538rem; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 21px;
  margin-bottom: 1.61538rem; }

hr {
  margin: 21px 0;
  margin: 1.61538rem 0;
  border-top: 1px solid #efefef;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  min-height: 0; }

hr.dotted {
  border-style: dotted; }

hr.dashed {
  border-style: dashed; }

hr.blackborder {
  border-color: black; }

hr.whiteborder {
  border-color: white; }

/**
 * Print styles.
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * 2.0 Basic
 * -----------------------------------------------------------------------------
 */
body {
  background: #ffffff;
  color: #666666;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: 32px;
  padding: 0 15px; }

button {
  border: none;
  height: 32px;
  padding: 0 15px; }

button:hover {
  color: #ffffff; }

a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover {
  text-decoration: none; }

a:active {
  outline: none; }

.clearfix:before, .posts-thumbnail-widget li:before,
.clearfix:after,
.posts-thumbnail-widget li:after {
  content: "";
  display: table; }

.clearfix:after, .posts-thumbnail-widget li:after {
  clear: both; }

.clearfix, .posts-thumbnail-widget li {
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #eee;
  color: #999;
  outline: 0;
  margin: 0;
  text-align: left;
  height: 2.5em;
  vertical-align: top; }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 2.5em; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

table {
  font-size: 12px;
  font-size: 0.92308rem;
  max-width: 100%;
  width: 100%; }

table,
td {
  margin: 20px 0;
  margin: 1.53846rem 0;
  padding: 5px 10px;
  padding: 0.38462rem 0.76923rem;
  border: 1px solid #e9e9e9; }

th {
  margin: 5px 0 10px;
  margin: 0.38462rem 0 0.76923rem;
  padding: 5px 10px;
  padding: 0.38462rem 0.76923rem;
  background-color: #f0f0f0;
  color: #555555;
  text-align: left; }

tr {
  background-color: white; }

table button,
table input {
  *overflow: auto; }

/**
 * 3.0 Structure
 * -----------------------------------------------------------------------------
 */
.container {
  margin: 0 auto;
  width: 1020px; }

#page {
  background: url("assets/img/bg-page.png") repeat-y right top; }

.layout-default .content-area,
.layout-2c-l .content-area {
  float: left; }

.layout-default #secondary,
.layout-2c-l #secondary {
  float: right; }

.layout-2c-r .content-area {
  float: right; }

.layout-2c-r #secondary {
  float: left; }

.layout-1c .content-area,
.layout-1c-narrow .content-area {
  width: 100%;
  border-right: 0; }

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
#masthead {
  margin-top: 30px;
  padding: 0;
  position: relative; }

#logo {
  float: left;
  height: 80px;
  margin-left: -15px;
  position: relative;
  z-index: 999; }

#header-search {
  position: absolute;
  right: 0; }

#header-search input {
  background: #f5f5f5;
  border: none;
  height: 40px;
  letter-spacing: 1px;
  margin: 0 -4px 0 0;
  padding: 0 15px;
  text-transform: uppercase; }

#header-search input:hover,
#header-search input:focus {
  background: #dddddd; }

#header-search button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  height: 40px;
  margin: 0; }

.site-title {
  padding: 10px 20px;
  font-size: 36px; }
  .site-title a:link,
  .site-title a:visited {
    color: #fff; }

.header-social-icons {
  position: absolute;
  top: 5px;
  right: 0; }

.header-social-icons {
  color: #999999;
  margin-left: 5px; }

.header-social-icons .fa {
  display: inline-block;
  font-size: 0.85em;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; }

.header-social-icons .fa-facebook {
  color: #3b5998; }

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
/* Superfish Menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: 0; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-menu ul {
  background: #fff;
  margin-top: 0;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03); }

.sf-menu ul ul {
  left: 170px;
  margin-top: 0; }

.sf-menu a {
  padding: 0 15px;
  zoom: 1; }

.sf-menu ul a {
  font-size: 1em; }

.sf-menu li {
  z-index: 100; }

.sf-menu ul li {
  width: 170px; }

.sf-arrows .sf-with-ul {
  padding-right: 22px !important; }

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  margin-right: 7px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dddddd; }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #dddddd; }

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 0px;
  border-color: transparent;
  border-left-color: #dddddd; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #e6e6e6; }

#primary-nav {
  background: #353535;
  height: 40px;
  z-index: 50;
  position: relative; }

#primary-nav .sf-menu li a {
  color: #ffffff;
  font-size: 0.86em;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase; }

#primary-nav .sf-menu li a:hover {
  background: #555555;
  color: #ffffff; }

#secondary-nav {
  background: #e9e9e9;
  height: 40px;
  margin-top: 40px;
  position: relative; }

#secondary-nav li a {
  border-right: 1px dotted #cccccc;
  color: #999999;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 40px; }

#secondary-nav li a:hover {
  background: #f5f5f5; }

#secondary-nav li ul {
  margin-left: -1px;
  z-index: 99; }

#primary-nav .sf-menu li li a,
#secondary-nav .sf-menu li li a {
  border-right: none;
  font-family: Georgia, serif;
  line-height: 1;
  border-bottom: 1px dotted #dddddd;
  color: #999999;
  font-size: 0.9em;
  font-weight: normal;
  padding: 12px 0;
  text-transform: none; }

#primary-nav .sf-menu li ul,
#secondary-nav .sf-menu li ul {
  background: #ffffff;
  padding: 0 15px; }

#primary-nav .sf-menu li li a:hover,
#secondary-nav .sf-menu li li a:hover {
  background: #ffffff; }

#primary-nav .sf-menu li li:last-child a,
#secondary-nav .sf-menu li li:last-child a {
  border-bottom: none; }

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- 
 */
/**
 * 6.1 Featured Content
 * ----------------------------------------------------------------------------- 
 */
#featured-content {
  height: 510px;
  position: relative; }

#featured-content .featured-box {
  position: absolute;
  width: 340px;
  overflow: hidden; }

#featured-content .featured-box .entry-thumbnail {
  width: 340px; }

#featured-content .featured-box .entry-header {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

#featured-content .featured-box .entry-title {
  color: #ffffff;
  line-height: 1.2;
  margin: 20px; }

#featured-content .featured-box .entry-meta {
  color: #ffffff;
  font-size: 0.85em; }

#featured-content .featured-big {
  width: 340px;
  height: 340px; }

#featured-content .featured-big .entry-header {
  height: 340px; }

#featured-content .featured-big .entry-title {
  font-size: 2.2em; }

#featured-content .featured-small {
  width: 340px;
  height: 170px; }

#featured-content .featured-small .entry-header {
  height: 170px; }

#featured-content .featured-small .entry-title {
  font-size: 1.3em; }

#featured-content #featured-0 {
  top: 0;
  left: 0; }

#featured-content #featured-1 {
  top: 0;
  left: 340px; }

#featured-content #featured-2 {
  top: 0;
  left: 680px; }

#featured-content #featured-3 {
  top: 170px;
  left: 340px; }

#featured-content #featured-4 {
  top: 170px;
  left: 680px; }

#featured-content #featured-5 {
  top: 340px;
  left: 0; }

#featured-content #featured-6 {
  top: 340px;
  left: 340px; }

/**
 * 6.2 Video Slider
 * ----------------------------------------------------------------------------- 
 */
/* Video Promo */
#video-promo {
  background: #353535;
  border-top: 1px solid #444444;
  font-size: 1.2em;
  height: 60px;
  line-height: 60px;
  padding: 0 20px; }

#video-promo .fa {
  margin-right: 5px; }

#video-promo:hover .fa,
#video-promo a {
  color: #ffffff; }

#video-promo .right {
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase; }

/* Video Slider */
#video-slider {
  height: 384px; }

#video-slider .tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  float: right;
  width: 340px; }

#video-slider .tabs-nav li {
  float: left;
  line-height: 38px;
  padding: 0;
  position: relative;
  line-height: 1.3; }

#video-slider .tabs-nav li a {
  background-color: #252525;
  border-bottom: 1px solid #353535;
  color: #ffffff;
  font-weight: 500;
  display: table-cell;
  font-size: 0.9em;
  width: 170px;
  height: 56px;
  padding: 10px 20px 10px 150px;
  vertical-align: middle; }

#video-slider .tabs-nav li:last-child a {
  border-bottom: none; }

#video-slider .tabs-nav li a:hover,
#video-slider .tabs-nav li.active a {
  background: #444444; }

#video-slider .tabs-nav li a span {
  left: 56px;
  top: 27px; }

#video-slider .tabs-nav li .entry-thumbnail {
  float: left;
  height: 76px;
  width: 135px;
  position: absolute;
  left: 0;
  top: 0; }

#video-slider .tabs-container {
  background: #252525;
  float: left;
  width: 680px;
  height: 384px;
  overflow: hidden; }

/**
 * 6.3 Breaking News
 * ----------------------------------------------------------------------------- 
 */
#breaking-news {
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.2em;
  height: 58px;
  line-height: 60px;
  position: relative;
  text-align: left; }

#breaking-news a {
  color: #333333; }

/* Ticker Styling */
.ticker-wrapper.has-js {
  width: 100%;
  height: 59px;
  display: block; }

.ticker {
  width: 960px;
  height: 59px;
  display: block;
  position: relative;
  overflow: hidden; }

.ticker-title {
  background: #f0f0f0 url("assets/img/bg-headline.png") no-repeat right 0;
  color: #999999;
  font-size: 0.8em;
  font-weight: 500;
  display: inline-block;
  float: left;
  height: 58px;
  line-height: 59px;
  margin-right: 20px;
  padding: 0 40px 0 20px;
  text-transform: uppercase; }

.ticker-content {
  margin-top: 18px;
  margin-left: 60px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em; }

.ticker-controls {
  list-style-type: none;
  float: right;
  margin-top: 19px; }

.ticker-controls li {
  float: left;
  cursor: pointer;
  height: 20px;
  width: 18px;
  opacity: 0.2;
  display: block; }

.ticker-controls li.jnt-play-pause,
.ticker-controls li.jnt-play-pause.paused {
  display: none; }

.ticker-controls li.jnt-prev {
  background-image: url(assets/img/icon-back.png); }

.ticker-controls li.jnt-prev.over {
  opacity: 1; }

.ticker-controls li.jnt-next {
  background-image: url(assets/img/icon-forward.png); }

.ticker-controls li.jnt-next.over {
  opacity: 1; }

.js-hidden {
  display: none; }

.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #F8F0DB; }

.left .ticker-swipe {
  /*left: 80px;*/ }

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
  float: left; }

.left .ticker-controls {
  padding-left: 6px; }

.right .ticker-swipe {
  /*right: 80px;*/ }

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
  float: right; }

.right .ticker-controls {
  padding-right: 6px; }

/**
 * 6.4 Content Loop
 * ----------------------------------------------------------------------------- 
 */
.content-area {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: 678px; }

.content-area .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
  position: relative; }

.entry-thumbnail-wrap {
  float: left;
  display: block;
  position: relative; }

.content-area .entry-thumbnail {
  float: left;
  margin: 0 20px 0 0; }

.content-area .entry-excerpt-wrap {
  display: table; }

.content-area .entry-title {
  line-height: 1.3;
  margin-bottom: 15px; }

.content-area .entry-title a {
  color: #333333;
  font-weight: bold; }

.content-area .entry-category {
  margin-bottom: 15px; }

.content-area .entry-category a {
  color: #ffffff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: uppercase; }

.content-area .entry-category a:hover {
  background: #999999; }

.content-area .entry-meta {
  color: #9f9f9f;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 15px;
  position: relative; }

.content-area .entry-meta a {
  color: #9f9f9f; }

.content-area .entry-meta a:hover {
  color: #333333; }

.content-area .entry-meta span {
  font-family: Arial, serif;
  font-style: normal; }

.content-area .entry-author a,
.content-area .entry-categories a {
  border-bottom: 1px solid #cccccc; }

.content-area .entry-comment {
  position: absolute;
  right: 0; }

.content-area .entry-comment a {
  background: url(assets/img/icon-comment.png) no-repeat right 1px;
  font-family: Georgia, serif;
  padding: 0 18px 0 0; }

.content-area .more-link {
  color: #9f9f9f;
  font-family: Georgia, serif;
  font-size: 0.85em;
  margin-top: 15px; }

.content-area .more-link a {
  border-bottom: 1px solid #cccccc;
  color: #9f9f9f; }

.content-area .more-link a:hover {
  color: #333333; }

.content-area .entry-share-icons {
  margin: 0 10px 0 0; }

.content-area .entry-share-icons .fa {
  font-size: 1.05em;
  margin-left: 5px; }

.content-area .entry-share-icons a {
  border-bottom: none; }

.content-area .entry-share-icons div {
  display: inline; }

.content-area .entry-share-icons .count {
  display: none; }

.video-icon {
  background: url("assets/img/icon-play.png") no-repeat;
  display: block;
  position: absolute;
  opacity: 0.7;
  width: 36px;
  height: 22px;
  top: 10px;
  left: 10px; }

.image-icon {
  background: url("assets/img/icon-image.png") no-repeat;
  display: block;
  position: absolute;
  opacity: 0.8;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px; }

a:hover .video-icon {
  background: url("assets/img/icon-play-hover.png") no-repeat;
  opacity: 1; }

a:hover .image-icon {
  opacity: 1; }

/**
 * 6.5 Carousel Loop
 * ----------------------------------------------------------------------------- 
 */
#carousel-1 {
  position: relative; }

.carousel-loop {
  border-top: 1px solid #e6e6e6;
  padding: 20px 20px 30px; }

.carousel-loop .section-title {
  margin-bottom: 15px; }

.carousel-loop li {
  list-style: none; }

.carousel-loop .hentry {
  position: relative;
  text-align: center; }

.carousel-loop .hentry .entry-thumb {
  margin-bottom: 5px;
  width: 100%;
  height: auto; }

.carousel-loop .hentry .entry-title {
  color: #333333;
  font-size: 1em;
  line-height: 1.33;
  margin-bottom: 10px; }

.carousel-loop .hentry .entry-meta {
  color: #999999;
  font-size: 0.85em; }

.jcarousel {
  position: relative;
  overflow: hidden; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  float: left; }

.carousel-loop .jcarousel {
  width: 100%;
  overflow: hidden; }

.carousel-loop li {
  width: 230px;
  margin-right: 20px; }

.jcarousel-control-prev,
.jcarousel-control-next {
  border-radius: 50%;
  border: 1px solid #dddddd;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  color: #999999 !important;
  text-decoration: none;
  font-size: 1em; }

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  border-color: #999999; }

.jcarousel-control-prev {
  right: 55px; }

.jcarousel-control-next {
  right: 15px; }

.inactive {
  color: #eeeeee !important;
  cursor: default; }

/**
 * 6.6 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination {
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 50px 0 !important;
  text-transform: uppercase;
  text-align: center; }

.pagination .page-numbers {
  background: #f0f0f0;
  border-right: 1px dotted #dddddd;
  padding: 9px 14px;
  margin-left: -5px;
  display: inline-block;
  color: #9f9f9f;
  text-decoration: none; }

.pagination .prev,
.pagination .next {
  border-right: none;
  color: #ffffff; }

.pagination .prev:hover,
.pagination .next:hover {
  background: #999999;
  color: #ffffff !important; }

/**
 * 6.7 Singular
 * ----------------------------------------------------------------------------- 
 */
.breadcrumbs {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px; }

.post-nav {
  position: relative; }

.post-nav a {
  color: #999999 !important;
  display: block;
  font-family: Georgia, serif;
  font-size: 0.85em;
  width: 260px;
  position: relative;
  text-align: center; }

.post-nav .fa {
  font-size: 18px;
  position: absolute;
  top: 0; }

.post-nav .fa-angle-left {
  left: 0; }

.post-nav .fa-angle-right {
  right: 0; }

.post-nav-prev {
  float: left;
  padding: 0 20px 0 30px; }

.post-nav-next {
  border-left: 1px solid #e9e9e9;
  float: right;
  padding: 0 30px 0 20px; }

h1.entry-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px; }

.page-title {
  font-weight: bold;
  margin-bottom: 15px; }

.page .content-area .hentry,
.bbpress .content-area .hentry {
  border-bottom: none; }

.page #comments {
  border-top: 1px solid #e9e9e9; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  margin-bottom: 15px; }

.entry-content p {
  margin-bottom: 15px; }

.entry-content strong {
  font-weight: bold; }

.entry-content ul,
.entry-content ol {
  margin-left: 20px; }

.entry-content ul li {
  list-style: inside; }

.entry-content blockquote {
  border-left: 10px solid #f0f0f0;
  color: #999999;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px; }

/* Author Box */
.author-box {
  background: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
  margin-bottom: 20px;
  padding: 20px; }

.author-box:hover {
  background: #ffffff; }

.author-box .avatar {
  border-radius: 50%;
  margin: 0 20px 0 0;
  width: 72px; }

.author-box .author-title {
  color: #555555;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px; }

.author-box p {
  font-size: 0.85em; }

.entry-footer {
  color: #999999;
  font-family: Georgia,serif;
  font-size: 0.85em;
  margin-top: 20px; }

.entry-tags {
  margin-top: 15px; }

.entry-tags a,
.entry-tags a:link,
.entry-tags a:visited {
  background: #f0f0f0;
  border-left: 3px solid #f0f0f0;
  color: #999999;
  display: inline-block;
  font-family: Arial, serif;
  margin-right: 5px;
  padding: 3px 7px 2px 4px;
  text-transform: lowercase; }

.entry-tags a:hover {
  background: #999999;
  color: #ffffff; }

/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------- 
 */
#primary #comments {
  padding: 20px; }

.comments-title {
  font-size: 1.4em;
  margin-bottom: 20px; }

#reply-title {
  margin-bottom: 30px; }

#comment-nav-below {
  display: block;
  clear: both;
  margin-bottom: 60px; }

.no-comments {
  margin-bottom: 20px; }

ol.commentlist {
  margin-bottom: 60px; }

ol.commentlist li {
  margin-bottom: 25px;
  padding-top: 15px;
  clear: left; }

ol.commentlist li:first-child {
  border: none;
  padding: 25px 0 0px 0; }

ol.commentlist li {
  list-style: none; }

ol li ol.children {
  float: left;
  margin-left: 80px; }

ol.commentlist li ol.children li:first-child {
  padding: 25px 0 0 0; }

ol.commentlist li ol.children li:last-child {
  margin-bottom: 0; }

ol.commentlist li ol.children li {
  margin: 0 0 25px 0; }

.avatar {
  float: left;
  border-radius: 50%; }

.comment-des p {
  margin: 0; }

.comment-des {
  margin: 0 0 0 81px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

.comment-des:hover {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }

.byuser .comment-des {
  border-color: #ffb400;
  background: #fff2bc; }

.byuser .comment-des strong {
  font-weight: bold; }

.comment-des strong {
  color: #555555;
  font-weight: bold; }

.comment-by {
  font-size: 0.9em;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  position: relative; }

.comment-by span.author {
  display: block; }

.comment-by span.reply {
  color: #999999;
  font-size: 0.95em;
  top: 5px;
  right: 0;
  position: absolute; }

.comment-by span.reply a,
.comment-by span.reply a:visited {
  color: #999999;
  font-weight: normal; }

.comment-by p.date {
  color: #999;
  display: block;
  font-size: 0.9em;
  font-style: italic; }

.comment-by p.date a {
  color: #999; }

/* Comment Form */
#respond label {
  color: #999999;
  font-weight: normal; }

#respond input {
  float: left;
  margin: 0 10px 10px 0;
  height: 3em;
  width: 174px; }

#respond .comment-website {
  margin-right: 0; }

#respond textarea {
  padding: 15px;
  margin-bottom: 10px;
  width: 606px; }

#respond input,
#respond textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 0.8em; }

#respond input:hover,
#respond input:focus,
#respond textarea:hover,
#respond textarea:focus {
  border-color: #dddddd;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important; }

#respond button {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  padding: 0 15px; }

#respond .form-submit {
  display: none; }

.comment-awaiting-moderation {
  color: #f00;
  font-size: 12px;
  font-weight: bold; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/**
 * 7.0 Sidebar
 * -----------------------------------------------------------------------------
 */
#secondary {
  width: 340px; }

/* Widgets */
#secondary .widget {
  margin: 20px 0 0 20px;
  width: 300px; }

#secondary .widget {
  background: #ffffff;
  margin-bottom: 40px; }

#secondary .widget .widget-title {
  border-bottom: 1px solid #e9e9e9;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase; }

#secondary .widget ul li {
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
  list-style: none;
  padding: 12px 0; }

#secondary .widget ul li:first-child {
  padding-top: 0; }

#secondary .widget ul li a {
  color: #333333; }

/* Ad Widget */
#secondary .ad-widget .widget-title {
  border: none;
  color: #9f9f9f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding: 0;
  text-transform: none; }

/* Search Widget */
#secondary .widget_search input {
  width: 228px; }

/* Subscribe Widget */
#secondary .subscribe-widget .widget-title {
  border: none;
  margin-bottom: 0; }

#secondary .subscribe-widget p {
  margin-bottom: 15px; }

#secondary .subscribe-widget input {
  background: #fff2bc;
  border: none;
  width: 182px;
  height: 36px;
  margin: 0;
  letter-spacing: 1px; }

#secondary .subscribe-widget input:focus,
#secondary .subscribe-widget input:hover {
  background: #fffbbc; }

#secondary .subscribe-widget button {
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px; }

/* Tabs Widget */
#secondary .tabs-widget .tabs-nav {
  border-bottom: 3px solid;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#secondary .tabs-widget .tabs-nav li {
  border: none;
  float: left;
  list-style: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 2px 0 0;
  line-height: 38px; }

#secondary .tabs-widget .tabs-nav li a {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  background-color: #999999;
  font-size: 0.75em;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-transform: uppercase; }

#secondary .tabs-widget .tabs-nav li.active a,
#secondary .tabs-widget .tabs-nav li a:hover {
  color: #ffffff; }

#secondary .tabs-widget .tabs-nav li span {
  margin-left: -7px; }

#secondary .tabs-widget .tabs-nav li i {
  margin: 10px 0 0 0; }

#secondary .tabs-widget .tabs-widget .fa {
  margin-right: 2px;
  font-size: 12px; }

#secondary .tabs-widget .tab-content {
  border: none;
  background: #fff; }

#secondary .tabs-widget .tab-content .entry-thumb {
  float: left;
  margin: 0 15px 5px 0; }

#secondary .tabs-widget .tab-content ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  line-height: 1.3;
  list-style: none;
  margin: 0; }

#secondary .tabs-widget .tab-content ul li a {
  color: #555; }

#secondary .tabs-widget .tab-content ul li .entry-title {
  font-size: 1em; }

#secondary .tabs-widget .tab-content ul li .entry-meta {
  margin-top: 5px;
  color: #999;
  font-size: 0.85em; }

#secondary .tabs-widget .tab-content ul li span {
  color: #999999; }

#secondary .tabs-widget #tab4 {
  margin-top: 15px; }

#secondary .tabs-widget #tab4 a {
  background: #f0f0f0;
  border-left: 3px solid #f0f0f0;
  color: #999999;
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 1px 3px 0;
  padding: 3px 7px 2px 4px;
  text-transform: lowercase; }

#secondary .tabs-widget #tab4 a:hover {
  background: #999999;
  color: #ffffff; }

#secondary .tabs-widget .widget {
  margin: 0; }

#secondary .tabs-widget .widget .widgettitle {
  display: none; }

/* Accordion Widget */
#secondary .accordion-widget {
  padding: 0; }

.accordion {
  background: #ffffff; }

.ui-accordion .ui-accordion-header {
  background-color: #999999;
  color: #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 1em;
  padding: 9px 15px 10px 15px;
  outline: none;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }

.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
  color: #ffffff; }

.ui-accordion .ui-accordion-icons {
  padding-left: 40px;
  margin-bottom: 0; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 15px; }

.ui-accordion .ui-accordion-content {
  padding: 18px 0 20px 0; }

.ui-accordion .ui-accordion-content p {
  margin: 0; }

.ui-accordion-icon,
.ui-accordion-icon-active {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  background-image: url(assets/img/accordion-plus.png);
  background-repeat: no-repeat;
  background-position: 50%;
  float: left;
  margin: 1px 10px 0 0;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }

.ui-accordion-icon-active {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  background-image: url(assets/img/accordion-minus.png); }

.widget ul {
  margin: 0;
  padding: 0; }

/* Posts Thumbnail Widget */
.posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 10px; }

.posts-thumbnail-widget .entry-date {
  display: block;
  font-size: 12px;
  padding-top: 2px; }

.posts-thumbnail-widget .entry-info {
  display: block;
  font-size: 12px;
  padding-top: 2px; }
  .posts-thumbnail-widget .entry-info .entry-date {
    display: inline-block;
    margin-right: 5px; }

.widget select {
  width: 100%;
  max-width: 100%; }

.widget_search #header-search {
  position: relative; }

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#footer {
  background: #353535 url("assets/img/bg-footer.png") repeat-y;
  color: #bbbbbb;
  font-size: 0.9em; }

/* Footer Widgets */
#footer .widget {
  font-size: 0.9em;
  margin-bottom: 30px;
  padding-top: 30px; }

#footer .widget-title {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px; }

#footer .widget p {
  margin-bottom: 15px; }

#footer .widget li {
  list-style: none;
  margin-bottom: 15px; }

#footer .widget li a,
#footer .widget li a:visited {
  color: #bbbbbb; }

#footer .widget li a:hover {
  color: #ffffff; }

.footer-column-1,
.footer-column-2,
.footer-column-3,
.footer-column-4 {
  float: left;
  width: 230px;
  padding: 0 0 0 20px; }

.footer-column-4 {
  border-right: none; }

#footer .subscribe-widget button {
  background: #3f3f3f;
  color: #999999;
  cursor: pointer;
  margin: 2px 0 0 0;
  width: 230px;
  height: 36px;
  text-transform: uppercase; }

#footer .subscribe-widget input {
  background: #3f3f3f;
  border: none;
  color: #ffffff;
  width: 200px;
  height: 36px;
  letter-spacing: 1px; }

#footer form:hover input,
#footer .subscribe-widget input:hover,
#footer .subscribe-widget input:focus {
  background: #555555; }

#footer form:hover button,
#footer .subscribe-widget button:hover {
  color: #ffffff; }

/* Site Bottom */
#site-bottom {
  border-top: 1px solid #e9e9e9;
  color: #999999;
  font-family: Georgia, serif;
  font-size: 0.85em;
  padding: 20px 0;
  text-align: center; }

#site-bottom a,
#site-bottom a:visited {
  color: #999999;
  border-bottom: 1px solid #cccccc; }

/**
 * 9.0 Misc.
 * -----------------------------------------------------------------------------
 */
/* CSS3 Gradient */
.gradient {
  position: relative; }

.gradient:before {
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 340px;
  z-index: 0;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

.gradient:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=60); }

.gradient-tran-white {
  position: relative; }

.gradient-0:before {
  background: -moz-linear-gradient(-45deg, #E2643E 0, #003471 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #E2643E), color-stop(100%, #003471));
  background: -webkit-linear-gradient(-45deg, #E2643E 0, #003471 100%);
  background: -o-linear-gradient(-45deg, #E2643E 0, #003471 100%);
  background: -ms-linear-gradient(-45deg, #E2643E 0, #003471 100%);
  background: linear-gradient(135deg, #E2643E 0, #003471 100%); }

.gradient-1:before {
  background: -moz-linear-gradient(-45deg, #417711 0, #002f4b 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #417711), color-stop(100%, #002f4b));
  background: -webkit-linear-gradient(-45deg, #417711 0, #002f4b 100%);
  background: -o-linear-gradient(-45deg, #417711 0, #002f4b 100%);
  background: -ms-linear-gradient(-45deg, #417711 0, #002f4b 100%);
  background: linear-gradient(135deg, #417711 0, #002f4b 100%); }

.gradient-2:before {
  background: -moz-linear-gradient(-45deg, #ff7c00 0, #290a59 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff7c00), color-stop(100%, #290a59));
  background: -webkit-linear-gradient(-45deg, #ff7c00 0, #290a59 100%);
  background: -o-linear-gradient(-45deg, #ff7c00 0, #290a59 100%);
  background: -ms-linear-gradient(-45deg, #ff7c00 0, #290a59 100%);
  background: linear-gradient(135deg, #ff7c00 0, #290a59 100%); }

.gradient-3:before {
  background: -moz-linear-gradient(-45deg, #662d91 0, #0072bc 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #662d91), color-stop(100%, #0072bc));
  background: -webkit-linear-gradient(-45deg, #662d91 0, #0072bc 100%);
  background: -o-linear-gradient(-45deg, #662d91 0, #0072bc 100%);
  background: -ms-linear-gradient(-45deg, #662d91 0, #0072bc 100%);
  background: linear-gradient(135deg, #662d91 0, #0072bc 100%); }

.gradient-4:before {
  background: -moz-linear-gradient(-45deg, #879073 0, #73466E 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #879073), color-stop(100%, #73466E));
  background: -webkit-linear-gradient(-45deg, #879073 0, #73466E 100%);
  background: -o-linear-gradient(-45deg, #879073 0, #73466E 100%);
  background: -ms-linear-gradient(-45deg, #879073 0, #73466E 100%);
  background: linear-gradient(135deg, #879073 0, #73466E 100%); }

.gradient-5:before {
  background: -moz-linear-gradient(-45deg, #39b54a 0, #790000 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #39b54a), color-stop(100%, #790000));
  background: -webkit-linear-gradient(-45deg, #39b54a 0, #790000 100%);
  background: -o-linear-gradient(-45deg, #39b54a 0, #790000 100%);
  background: -ms-linear-gradient(-45deg, #39b54a 0, #790000 100%);
  background: linear-gradient(135deg, #39b54a 0, #790000 100%); }

.gradient-6:before {
  background: -moz-linear-gradient(-45deg, #be3636 0, #3b910b 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #be3636), color-stop(100%, #3b910b));
  background: -webkit-linear-gradient(-45deg, #be3636 0, #3b910b 100%);
  background: -o-linear-gradient(-45deg, #be3636 0, #3b910b 100%);
  background: -ms-linear-gradient(-45deg, #be3636 0, #3b910b 100%);
  background: linear-gradient(135deg, #be3636 0, #3b910b 100%); }

/* CSS3 Tooltip */
.tooltip {
  display: inline;
  position: relative; }

.tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  bottom: 24px;
  color: #fff;
  content: attr(title);
  font-family: Arial, serif;
  font-size: 11px;
  left: -10%;
  padding: 3px 10px 2px;
  position: absolute;
  z-index: 98; }

.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 20%;
  position: absolute;
  z-index: 99; }

/* Social Icons */
.fa-facebook {
  color: #3b5998; }

.fa-twitter {
  color: #00aced; }

.fa-google-plus {
  color: #dd4b39; }

.fa-linkedin {
  color: #007bb6; }

.fa-pinterest {
  color: #C92228; }

.fa-rss {
  color: #f0b70c; }

.fa-envelope-o {
  color: #aad450; }

.backtotop {
  background: #777777;
  color: #ffffff;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center; }

.header-ad {
  margin: 30px auto 0;
  width: 728px;
  height: 90px; }

.footer-ad {
  background: #f7f7f7;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  clear: both;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: center; }

.footer-ad .ad-title {
  color: #9f9f9f;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px; }

.edit-link {
  clear: both;
  display: block; }

/**
 * WordPress Classes
 */
figure > img {
  display: block; }

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

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

embed,
iframe,
object {
  max-width: 100%;
  width: 100%; }

.wp-caption img {
  margin-bottom: 5px; }

.wp-caption-text {
  font-style: italic;
  color: #999; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
  clear: both;
  display: block;
  overflow: hidden; }

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.alignnone {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
  position: absolute; }

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit; }

/* Font Awesome */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/* Sidr - Mobile Menu */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

/**
 * 10.0 Background Pattern.
 * -----------------------------------------------------------------------------
 */
body.bg-pattern-1 {
  background: url("assets/img/bg/1.png") repeat left center; }

body.bg-pattern-2 {
  background: url("assets/img/bg/2.png") repeat left center; }

body.bg-pattern-3 {
  background: url("assets/img/bg/3.png") repeat left center; }

body.bg-pattern-4 {
  background: url("assets/img/bg/4.png") repeat left center; }

body.bg-pattern-5 {
  background: url("assets/img/bg/5.png") repeat left center; }

body.bg-pattern-6 {
  background: url("assets/img/bg/6.png") repeat left center; }

body.bg-pattern-7 {
  background: url("assets/img/bg/7.png") repeat left center; }

body.bg-pattern-8 {
  background: url("assets/img/bg/8.png") repeat left center; }

body.bg-pattern-9 {
  background: url("assets/img/bg/9.png") repeat left center; }

body.bg-pattern-10 {
  background: url("assets/img/bg/10.png") repeat left center; }

body.bg-pattern-11 {
  background: url("assets/img/bg/11.png") repeat left center; }

body.bg-pattern-12 {
  background: url("assets/img/bg/12.png") repeat left center; }

body.bg-pattern-13 {
  background: url("assets/img/bg/13.png") repeat left center; }

body.bg-pattern-14 {
  background: url("assets/img/bg/14.png") repeat left center; }

body.bg-pattern-15 {
  background: url("assets/img/bg/15.png") repeat left center; }

/**
 * 11.0 Teams Page
 * -----------------------------------------------------------------------------
 */
.members {
  list-style: none;
  margin: 0;
  padding: 0; }
  .members .member {
    padding: 2%;
    width: 45%;
    float: left; }
    .members .member:nth-of-type(2n+1) {
      clear: left; }

.member-photo {
  float: left;
  width: 100px;
  max-width: 100%;
  margin-right: 30px; }
  .member-photo img {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
  .member-photo .member-social {
    list-style: none;
    margin: 0;
    padding: 0; }
    .member-photo .member-social li {
      display: inline-block; }

.member-content {
  position: relative;
  overflow: hidden; }
  .member-content:before {
    content: '';
    width: 36px;
    height: 3px;
    background: #dededc;
    position: absolute;
    top: 0; }
  .member-content .member-name {
    margin: 18px 0 0; }
  .member-content .member-position {
    color: #999; }
  .member-content .member-desc {
    font-size: 14px;
    line-height: 1.5em; }

/**
 * 12.0 bbPress
 * -----------------------------------------------------------------------------
 */
#bbpress-forums div.bbp-search-form {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 20px; }

#bbpress-forums li.bbp-header {
  background: #353535;
  border: 0;
  color: #fff;
  padding: 20px; }

#bbpress-forums li.bbp-body ul.forum:hover {
  background-color: #ffffe0; }

#bbpress-forums button,
#bbpress-forums input[type="submit"] {
  cursor: pointer; }

#bbpress-forums fieldset.bbp-form label {
  margin-bottom: 5px;
  font-weight: bold; }

.bbp-forum-title {
  font-weight: 700; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: 0;
  font-size: 14px; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  padding: 20px;
  border-top: 0; }

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
  color: #999; }

#subscription-toggle {
  float: right; }
