/*!
 * Theme Name:  TheWorld
 * Theme URI:   http://www.theme-junkie.com/themes/theworld
 * Description: TheWorld is minimal and fresh magazine theme with a modern, elegant design and fully responsive from Theme Junkie. It perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version:     1.0.4
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:        two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: theworld
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * TheWorld WordPress Theme, Copyright 2014 - 2016 http://www.theme-junkie.com/
 * TheWorld 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 - Latest Content
	6.3 - Editor's Picks
	6.4 - More Content
	6.5 - Pagination
	6.6 - Singular
	6.7 - Comments
7.0 - Sidebar
8.0 - Footer
9.0 - Misc
---------------------------------------------------------------------- */
/* 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; }

/* 2.0 - Basic
---------------------------------------------------------------------- */
body {
  background: #ffffff;
  color: #555555;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: bold; }

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;
  font-family: 'Titillium Web', Arial, sans-serif;
  height: 40px;
  padding: 0 15px; }

textarea {
  font-family: 'Titillium Web', Arial, sans-serif;
  border: 1px solid #e6e6e6;
  padding: 15px; }

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  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; }

button {
  font-family: 'Titillium Web', Arial, sans-serif;
  border: none;
  height: 32px;
  padding: 0 15px; }

button:hover {
  color: #ffffff; }

a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }

a:hover {
  text-decoration: none; }

a:active {
  outline: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

address {
  font-style: italic;
  margin-bottom: 24px; }

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

b,
strong {
  font-weight: 600; }

cite,
dfn,
em,
i {
  font-style: italic; }

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

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  hyphens: none;
  line-height: 1.6; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

/* 4.0 - Header
---------------------------------------------------------------------- */
#masthead {
  background-color: #ffffff;
  width: 100%; }

#logo {
  float: left;
  margin: 7px 50px 0 0; }

.site-title {
  font-size: 32px;
  padding: 15px 0; }

#secondary-bar {
  display: block;
  line-height: 48px;
  margin-bottom: 0;
  padding: 0 20px; }

#secondary-bar .header-social-icons {
  color: #ffffff;
  float: right; }

#secondary-bar .header-social-icons span {
  font-size: 14px; }

#secondary-bar .fa {
  color: #ffffff;
  margin-left: 10px; }

/* 5.0 - Reset
---------------------------------------------------------------------- */
.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: #ffffff;
  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: 25px !important; }

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

.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: #dddddd; }

#primary-nav {
  float: right; }

#primary-nav .sf-arrows .sf-with-ul:after {
  visibility: hidden; }

#primary-nav .sf-menu li {
  box-shadow: 1px 0 0 rgba(100, 100, 100, 0.1) inset, 0 0 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  text-align: left; }

#primary-nav .sf-menu li li {
  box-shadow: none;
  width: 150px; }

#primary-nav .sf-menu ul ul {
  left: 150px;
  top: -5px; }

#primary-nav .sf-menu li a {
  border-top: 5px solid transparent;
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 27px 25px;
  text-transform: uppercase; }

#primary-nav .sf-menu li a:hover {
  color: #333333; }

#primary-nav .sf-menu li li a {
  border-top: none;
  font-weight: bold; }

#primary-nav .sf-menu li .menu-desc {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: none; }

#primary-nav .sf-menu li ul {
  border-top: 5px solid #e6e6e6;
  padding: 0 25px; }

#secondary-nav {
  z-index: 50;
  position: relative; }

#secondary-nav .sf-menu li a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding: 0 20px;
  text-transform: uppercase; }

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

#secondary-nav .sf-menu li a:hover,
#secondary-nav .sf-menu li.current-menu-item a {
  background: transparent url(assets/img/overlay.png) repeat;
  color: #ffffff; }

#secondary-nav .sf-menu li.current-menu-item li a,
#primary-nav .sf-menu li.current-menu-item li a {
  background: transparent;
  color: #555555; }

#secondary-nav .sf-menu li li a,
#primary-nav .sf-menu li li a {
  line-height: 1;
  border-bottom: 1px dotted;
  border-color: #dddddd !important;
  color: #555555;
  font-size: 13px;
  padding: 15px 0;
  text-transform: none; }

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

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

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

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

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%; }

.sf-mega {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%; }

#primary-nav .sf-menu .sf-mega .sf-mega-section > a {
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 0 10px;
  text-transform: capitalize; }
  #primary-nav .sf-menu .sf-mega .sf-mega-section > a:hover {
    border-top: 0; }

.sf-menu .sf-mega .sf-mega-section {
  float: left;
  width: 150px;
  margin-right: 20px; }
  .sf-menu .sf-mega .sf-mega-section ul {
    box-shadow: none; }

.sf-menu .sf-mega .sf-mega-section ul li:first-child a {
  padding-top: 0 !important; }

.sf-menu .sf-mega .sf-mega-section ul li:last-child a {
  padding-bottom: 0 !important; }

.sf-mega-posts {
  float: left;
  width: 600px;
  border-left: 1px solid #e6e6e6; }

.sf-mega-posts a {
  margin-bottom: 10px !important;
  padding: 0 !important;
  line-height: 1.3em !important; }

.sf-mega-posts .entry-title a:link,
.sf-mega-posts .entry-title a:visited {
  background: none !important;
  color: #333333 !important;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important; }

.sf-mega-posts .hentry {
  float: left;
  width: 180px;
  margin-left: 20px; }

.sf-mega-posts .entry-thumbnail {
  width: 180px;
  height: auto; }

.sf-mega ul {
  background: none !important;
  border: none;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  position: static; }

.sf-mega li {
  border: none;
  width: 150px; }

.sf-mega li a {
  color: #333333;
  font-size: 13px;
  width: 150px; }

#primary-nav .sf-menu .sf-mega {
  border-top: 5px solid #e6e6e6;
  padding: 25px; }

.sf-menu .cols-4 {
  width: 811px; }

.sf-menu .cols-3 {
  width: 582px; }

#primary-nav .sf-menu .sf-mega .sf-mega-section {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px; }

#primary-nav .sf-menu .sf-mega .sf-mega-section:nth-child(3n) {
  border: none;
  padding: 0;
  margin: 0; }

#primary-nav .sf-menu .sf-mega .sf-mega-section:nth-child(3n+1) {
  clear: left; }

#primary-nav .sf-menu .sf-mega .sf-mega-section ul {
  border-top: none;
  margin-top: 0;
  top: 0; }

#primary-nav .sf-menu .sf-mega .sf-mega-section ul li a {
  border: none;
  font-size: 13px;
  font-weight: normal;
  margin: 7px 0;
  padding: 0; }

#primary-nav .sf-menu .sf-mega .sf-mega-section p {
  font-size: 13px;
  margin-top: 15px; }

/* 6.0 - Content
---------------------------------------------------------------------- */
.entry-title .fa {
  font-size: 16px;
  margin-left: 12px; }

.entry-title .fa-picture-o {
  color: #7cb600; }

.entry-title .fa-youtube-play {
  color: #C92228; }

.entry-thumbnail {
  -webkit-transition: opacity 150ms linear,-webkit-transform 100ms linear;
  transition: opacity 150ms linear; }

.entry-thumbnail:hover {
  opacity: 0.8; }

.entry-summary {
  margin-bottom: 15px; }

.entry-share-icons {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  -webkit-transition: opacity 250ms linear,-webkit-transform 100ms linear;
  transition: opacity 250ms linear; }

.entry-share-icons .fa {
  margin-right: 6px; }

.section-title {
  border-left: 5px solid;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase; }

.see-all {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

.see-all a:link,
.see-all a:visited {
  color: #9f9f9f; }

#carousel-1 .section-title {
  border-color: #ffffff;
  color: #ffffff; }

.hentry:hover .entry-share-icons,
#featured-content .entry-share-icons,
.entry-footer .entry-share-icons {
  opacity: 1;
  visibility: visible; }

#more-content .entry-meta {
  margin-bottom: 7px; }

#more-content .entry-title {
  margin-bottom: 10px; }

/* 6.1 - Featured Content
---------------------------------------------------------------------- */
#featured-content {
  background-color: #222222;
  color: #999999;
  margin-bottom: 30px;
  padding: 40px 0;
  position: relative; }

#featured-content .section-title {
  border-left-color: #ffffff;
  color: #ffffff;
  line-height: 1; }

#featured-content a:hover {
  color: #ffffff; }

#featured-content ul li {
  list-style: none; }

#featured-content .hentry {
  position: relative; }

#featured-content .entry-title {
  font-size: 38px; }

#featured-content .entry-title a {
  color: #ffffff; }

#featured-content .entry-thumbnail {
  float: left;
  width: 710px;
  height: 400px;
  margin: 0 20px 0 0; }

#featured-content .entry-comment {
  top: 0;
  right: 0; }

#featured-content #carousel-0 {
  position: relative; }

#featured-content #carousel-0 ul li {
  width: 1080px; }

#featured-content .jcarousel-pagination {
  position: absolute;
  bottom: 20px;
  left: 327px;
  width: auto;
  height: 10px;
  z-index: 999; }

#featured-content .jcarousel-pagination a {
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  text-indent: -9999em; }

#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  border-radius: 50%; }

#featured-content .jcarousel-control-prev {
  left: -61px; }

#featured-content .jcarousel-control-next {
  right: -61px; }

/* 6.2 - Recent Content
---------------------------------------------------------------------- */
#recent-content .hentry {
  float: left;
  width: 340px;
  margin: 0 30px 0 0;
  padding-bottom: 40px;
  position: relative; }

#recent-content .last-post {
  margin-right: 0; }

#recent-content .entry-thumbnail {
  margin: 0 0 5px 0;
  width: 100%;
  height: auto; }

#recent-content .entry-title {
  font-size: 24px; }

.entry-meta {
  line-height: 1; }

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

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

.content-area .hentry .entry-meta {
  color: #9f9f9f;
  margin-bottom: 10px; }

.content-area .entry-category,
.content-area .entry-date {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.085em;
  text-transform: uppercase; }

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

.content-area .entry-author,
.content-area .edit-link {
  margin-left: 7px; }

.content-area .entry-category {
  margin-right: 7px; }

.content-area .byline {
  color: #9f9f9f;
  font-size: 13px;
  margin-bottom: 10px; }

.content-area .byline a {
  color: #9f9f9f;
  text-decoration: underline; }

.content-area .byline a:hover {
  color: #333333;
  text-decoration: none; }

.entry-comment {
  background: url("assets/img/icon-comment.png") no-repeat;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 13px;
  text-align: center; }

.entry-comment a:link,
.entry-comment a:visited {
  color: #ffffff !important;
  text-decoration: none !important; }

/* 6.3 - Editors's Picks
---------------------------------------------------------------------- */
#carousel-1 {
  color: #ffffff;
  position: relative; }

.carousel-loop {
  padding: 30px 0; }

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

.carousel-loop .hentry {
  position: relative; }

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

.carousel-loop .hentry .entry-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px; }

.carousel-loop .hentry .entry-title a:link,
.carousel-loop .hentry .entry-title a:visited {
  color: #ffffff; }

.carousel-loop .hentry .entry-meta {
  color: #eeeeee; }

.carousel-loop .hentry .entry-meta a {
  border-bottom: 1px dotted #eeeeee;
  color: #eeeeee; }

.carousel-loop .hentry .entry-meta a:hover {
  border-bottom-color: #ffffff;
  color: #ffffff; }

.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: 200px;
  margin-right: 20px; }

#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 105px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -21px;
  text-align: center;
  color: #eeeeee !important;
  text-decoration: none;
  font-size: 1em; }

#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
  border-color: #ffffff; }

#carousel-1 .jcarousel-control-prev {
  left: -62px; }

#carousel-1 .jcarousel-control-next {
  right: -62px; }

#carousel-1 .inactive {
  color: #eeeeee !important;
  cursor: default;
  opacity: 0.5; }

/* 6.4 - More Content
---------------------------------------------------------------------- */
#more-content {
  float: left;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 40px; }

#more-content .hentry {
  position: relative; }

.single #more-content .hentry .entry-comment {
  top: 0;
  right: 0; }

.content-loop ul {
  border-top: 1px solid #e9e9e9; }

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

.content-loop .hentry {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding: 25px 0; }

.content-loop .hentry .entry-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold; }

.content-loop .entry-thumbnail {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
  height: auto; }

.content-loop .hentry .entry-comment {
  top: 25px;
  right: 0; }

.more-content-link {
  margin: 30px 0 0 0; }

.more-content-link a:link,
.more-content-link a:visited {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase; }

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

.pagination .page-numbers {
  background: #f0f0f0;
  padding: 9px 14px;
  margin: 0 1px;
  display: inline-block;
  color: #333333;
  text-decoration: none; }

.pagination .prev,
.pagination .next {
  color: #ffffff; }

.pagination .prev:hover,
.pagination .next:hover {
  background-image: url(assets/img/overlay.png);
  background-repeat: repeat;
  color: #ffffff !important; }

/* 6.6 - Singular
---------------------------------------------------------------------- */
#related-content {
  background: #222222;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0 30px;
  position: relative; }

#related-content .section-title {
  border-left-color: #ffffff;
  color: #ffffff;
  text-transform: none; }

#related-content ul li {
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
  width: 255px; }

#related-content .entry-meta {
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 5px 0px;
  text-transform: uppercase; }

#related-content ul li .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: auto; }

#related-content .entry-title {
  font-size: 13px;
  font-weight: bold; }

#related-content .entry-title a:link,
#related-content .entry-title a:visited {
  color: #ffffff; }

#related-content .jcarousel-control-prev,
#related-content .jcarousel-control-next {
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 45px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em; }

#related-content .jcarousel-control-prev {
  left: -62px; }

#related-content .jcarousel-control-next {
  right: -62px; }

#related-content .inactive {
  color: #f0f0f0 !important;
  cursor: default;
  opacity: 0.5; }

.breadcrumbs {
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  padding: 0 0 30px 0; }

.breadcrumbs h1 {
  font-weight: bold; }

.post-nav {
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.post-nav .post-nav-prev {
  float: left; }

.post-nav .post-nav-next {
  border-left: 1px solid #dddddd;
  float: right; }

.post-nav p {
  color: #999999;
  width: 49%;
  position: relative;
  text-align: center; }

.post-nav .fa {
  position: absolute;
  top: 2px; }

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

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

.post-nav a:hover {
  color: #333333; }

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

.page-title {
  font-weight: bold; }

#more-content .entry-content {
  margin-top: 20px;
  word-wrap: break-word; }

.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: 0 0 20px 20px; }

.entry-content ul li {
  list-style: disc;
  margin: 5px 0; }

.entry-content ol lo {
  list-style: decimal; }

blockquote {
  border-left: 10px solid #f0f0f0;
  color: #999999;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
  -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); }

table th {
  border: 1px solid #e0e0e0;
  border-right: none;
  background-color: #fafafa;
  text-align: left;
  padding: 10px 15px;
  color: #444;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600; }

table td:last-child {
  border-right: 1px solid #e0e0e0; }

table th:last-child {
  border-right: 1px solid #e0e0e0; }

table td {
  padding: 10px 15px;
  border: #e0e0e0 1px solid;
  border-top: none;
  border-right: none; }

table tr:hover td {
  background-color: #fafafa; }

.author-box {
  border: 1px solid #e6e6e6;
  color: #999999;
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  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); }

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

.author-box .author-title,
.author-box .author-title a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

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

.entry-footer {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px; }

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

.entry-tags a:link,
.entry-tags a:visited {
  color: #999999;
  font-size: 12px;
  margin-right: 7px;
  text-decoration: underline; }

.entry-tags a:hover {
  color: #333333;
  text-decoration: none; }

#contact-form label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px; }

#contact-form input {
  width: 250px; }

#contact-form textarea {
  width: 90%;
  height: 200px; }

#contact-form button {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 10px 20px;
  text-transform: uppercase; }

.members {
  margin: 0;
  padding: 0; }

.members .member {
  padding: 2%;
  width: 45%;
  float: left;
  list-style: none; }

.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;
  width: 100%; }

.member-photo .member-social {
  list-style: none;
  margin: 0;
  padding: 0; }

.member-photo .member-social li {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px; }

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

.page-links {
  clear: both;
  margin: 8px 0; }

/* 6.7 - Comments
---------------------------------------------------------------------- */
#primary #comments {
  margin-top: 20px; }

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

#respond {
  margin-top: 80px; }

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

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

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

ol.commentlist li {
  margin-bottom: 25px; }

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

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

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

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-content p {
  margin-bottom: 10px; }

.comment-des ul,
.comment-des ol {
  margin: 0 0 0 20px !important; }

.comment-des ul li {
  list-style: disc;
  margin: 0 !important;
  padding: 0 !important; }

.comment-des ol li {
  list-style: decimal;
  margin: 0 !important;
  padding: 0 !important; }

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

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

.comment-by .date a:link,
.comment-by .date a:visited {
  color: #999999; }

.comment-by .date a:hover {
  color: #333333; }

#respond label {
  color: #999999;
  font-weight: normal; }

#respond input {
  float: left;
  width: 211px;
  margin: 0 10px 10px 0; }

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

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

#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;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  display: inherit; }

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

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/* 7.0 - Sidebar
---------------------------------------------------------------------- */
#secondary {
  float: right;
  margin-top: 30px; }

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

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

#secondary .widget .widget-title {
  border-left: 5px solid;
  padding-left: 15px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase; }

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

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

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

/* Subscribe Widget */
#secondary .subscribe-widget p {
  margin-bottom: 15px; }

#secondary .subscribe-widget input {
  background: #ffffff;
  border: 1px solid #e6e6e6 !important;
  border: none;
  width: 180px;
  height: 34px;
  margin: 0;
  letter-spacing: 1px; }

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

/* Tabs Widget */
#secondary .tabs-widget .tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

#secondary .tabs-widget .tabs-nav li {
  border-top: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  padding: 0; }

#secondary .tabs-widget .tabs-nav li a {
  display: block;
  padding: 0 20px;
  color: #333333;
  font-size: 18px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-transform: uppercase; }

#secondary .tabs-widget .tab-content {
  border: none;
  background: #fff; }
  #secondary .tabs-widget .tab-content .widget {
    margin-left: 0; }
  #secondary .tabs-widget .tab-content .widgettitle {
    display: none; }

#secondary .tabs-widget .tab-content .entry-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px 0 0; }

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

#secondary .tabs-widget .tab-content ul li:last-child {
  border-bottom: none; }

#secondary .tabs-widget .tab-content ul li .entry-title {
  font-size: 14px;
  font-weight: bold; }

#secondary .tabs-widget .tab-content ul li .entry-meta {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: lowercase; }

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

#secondary .tabs-widget #tab4 a {
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 3px 3px 0;
  text-align: center;
  text-transform: lowercase; }

.widget select {
  width: 100%;
  max-width: 100%;
  border-color: #ddd;
  padding: 3px; }

/* Posts thumbnail widget. */
.footer-column .posts-thumbnail-widget img {
  width: 48px;
  height: 48px; }

.posts-thumbnail-widget li {
  line-height: 1.3; }

.posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 15px; }

.posts-thumbnail-widget .entry-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: lowercase;
  display: block;
  font-weight: 400; }
  .tabs-widget .posts-thumbnail-widget .entry-date {
    text-transform: uppercase; }

.posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px; }

.posts-thumbnail-widget .entry-info .entry-view {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
  font-weight: 400;
  display: inline-block; }

/* Search widget. */
.widget_search input {
  width: 270px; }

/* 8.0 - Footer
---------------------------------------------------------------------- */
#footer {
  background-color: #222222;
  color: #999999;
  font-size: 12px;
  padding: 20px 0 30px 0;
  position: relative;
  z-index: 999; }

#footer .widget {
  font-size: 13px;
  padding-top: 30px; }

#footer .widget-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase; }

#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: #999999; }

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

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

.footer-column-4 {
  padding-right: 0; }

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

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

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

.posts-thumbnail-widget .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0; }

#footer .subscribe-widget button {
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  text-transform: uppercase; }

#footer .subscribe-widget input {
  background: #ffffff;
  border: none;
  width: 130px;
  height: 36px;
  margin: 0; }

/* Site Bottom */
#site-bottom {
  color: #999999;
  margin: 0;
  padding: 20px 0 0;
  text-align: center; }

#site-bottom a,
#site-bottom a:visited {
  color: #ffffff; }

#site-bottom a:hover {
  color: #ffffff; }

#footer-nav {
  margin-bottom: 30px; }

#site-bottom ul li {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin: 0 10px;
  text-transform: uppercase; }

#site-bottom ul li li {
  display: none; }

#site-bottom p {
  margin-bottom: 15px; }

.copyright {
  font-size: 12px; }

.footer-social-icons {
  font-size: 16px;
  margin-bottom: 30px; }

.footer-social-icons .fa {
  margin: 0 10px; }

/* 9.0 - MISC.
---------------------------------------------------------------------- */
button:hover,
.btn:hover,
.more-content-link a:hover {
  background-image: url(assets/img/overlay.png) !important;
  background-repeat: repeat; }

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

.tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 24px;
  color: #fff;
  content: attr(title);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  left: -10%;
  padding: 3px 10px 2px;
  position: absolute;
  z-index: 98; }

.tooltip:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 30%;
  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; }

.fa-dribbble {
  color: #ea4c89; }

.header-ad {
  background: #f0f0f0;
  height: 90px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center; }

.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px; }

.required {
  color: red; }

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

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

.layout-2c-r #secondary .widget {
  margin-left: 0; }

.layout-1c #more-content {
  width: 100%; }

.one-column {
  float: none;
  width: 100% !important; }

/**
 * bbPress Custom Style
 */
.bbp-search-form {
  margin-bottom: 10px; }

.bbp-forum-title {
  font-weight: 600;
  font-size: 14px; }

#bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 13px; }

/**
 * 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 {
  margin-bottom: 24px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-bottom: 5px; }

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

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px; }

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