/*!
 * Theme Name:  GoMedia
 * Theme URI:   http://www.theme-junkie.com/themes/gomedia/
 * Description: GoMedia is a fresh magazine theme with a modern, elegant design and fully responsive. Therefore GoMedia is perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version:     1.0.7
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com
 * Tags:        two-columns, left-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: gomedia
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * GoMedia WordPress Theme, Copyright 2014 - 2017 http://www.theme-junkie.com/
 * GoMedia 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
 */
@font-face {
    font-family: ProximaNova;

    src: url(assets/fonts/proximanova.eot);
    src: url(assets/fonts/proximanova.eot?#iefix) format('embedded-opentype'), url(assets/fonts/proximanova.woff) format('woff'), url(assets/fonts/proximanova.ttf) format('truetype'), url(assets/fonts/proximanova.svg#proxima_nova_rgregular) format('svg');
}

@font-face {
    font-family: ProximaNovaBold;

    src: url(assets/fonts/proximanovabold.eot);
    src: url(assets/fonts/proximanovabold.eot?#iefix) format('embedded-opentype'), url(assets/fonts/proximanovabold.woff) format('woff'), url(assets/fonts/proximanovabold.ttf) format('truetype'), url(assets/fonts/proximanovabold.svg#proxima_nova_rgbold) format('svg');
}

/**
 * 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 {
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    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 {
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/* change colours to suit your needs */
ins {
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark {
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

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

    border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

/* Defaults */
.clearfix:before,
.clearfix:after {
    display: table;

    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-family: 'ProximaNova', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;

    color: #666;
    background: #fff;
}

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

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-group input,
.input-group button {
    border-radius: 0 !important;
}

input {
    border: none !important;
    background: #f0f0f0 !important;
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}

button {
    margin-left: 0 !important;

    text-transform: uppercase;

    border-right: none !important;
    border-left: none !important;
}

button:hover {
    color: #fff !important;
}

/* Nav Search */
#nav-search {
    position: absolute;
    right: 0;

    margin-top: 11px;

    color: #fff;
}

#nav-search a {
    display: block;

    color: #fff;
}

#nav-search input {
    border-right: 1px solid #ddd !important;
    background: #fff !important;
}

#nav-search input:hover,
#nav-search input:focus {
    background: #fff !important;
}

#nav-search button {
    line-height: 20px;
}

#nav-search button,
#nav-search button:hover,
#nav-search button:active {
    color: #999 !important;
    background: #f5f5f5;
}

.subscribe-widget input:hover,
.subscribe-widget input:focus {
    background: #e6e6e6 !important;
}

.subscribe-widget button {
    color: #fff !important;
    background: #f64;
}

a:link,
a:visited {
    text-decoration: none;

    color: #007bb6;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.header-social {
    font-size: .86em;
    line-height: 40px;

    height: 40px;

    color: #999;
}

@media (min-width: 320px) {
    .header-social {
        padding: 20px 0 0 20px;

        text-align: left;
    }
}

@media (min-width: 601px) {
    .header-social {
        padding: 0;

        text-align: right;
    }
}

.header-social span {
    margin-right: 5px;
}

.header-social a {
    line-height: 26px;

    display: inline-block;

    width: 26px;
    height: 26px;
    margin-left: 2px;

    text-align: center;

    color: #999;
    border-radius: 50%;
}

.header-social a:hover {
    color: #fff;
    border: 1px solid #fff;
}

#footer .header-social a.facebook,
#sidebar-primary .header-social a.facebook,
.header-social a.facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

#footer .header-social a.twitter,
#sidebar-primary .header-social a.twitter,
.header-social a.twitter:hover {
    border: 1px solid #00aced;
    background: #00aced;
}

#footer .header-social a.google-plus,
#sidebar-primary .header-social a.google-plus,
.header-social a.google-plus:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

#footer .header-social a.linkedin,
#sidebar-primary .header-social a.linkedin,
.header-social a.linkedin:hover {
    border: 1px solid #007bb6;
    background: #007bb6;
}

#footer .header-social a.pinterest,
#sidebar-primary .header-social a.pinterest,
.header-social a.pinterest:hover {
    border: 1px solid #c92228;
    background: #c92228;
}

#footer .header-social a.rss,
#sidebar-primary .header-social a.rss,
.header-social a.rss:hover {
    border: 1px solid #f0b70c;
    background: #f0b70c;
}

#footer .header-social a.email,
#sidebar-primary .header-social a.email,
.header-social a.email:hover {
    border: 1px solid #aad450;
    background: #aad450;
}

#header {
    background: #fff;
}

@media (min-width: 320px) {
    #header {
        height: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    #header {
        height: 120px;
        margin-bottom: 0;
    }
}

#main {
    padding: 15px 0 0 0;

    background-color: #fff;
}

@media (min-width: 1024px) {
    #main {
        background: url('assets/images/bg-main.png') -1220px top repeat-y;
    }
}

@media (min-width: 1200px) {
    #main {
        background: url('assets/images/bg-main.png') -1020px top repeat-y;
    }
}

@media (min-width: 1300px) {
    #main {
        background: url('assets/images/bg-main.png') top center repeat-y;
    }
}

.site-branding {
    margin-top: 30px;
}

.site-description {
    font-size: 14px;
}

/* Superfish Menu */
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;

    display: none;
}

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

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

.sf-menu a {
    position: relative;

    display: block;
}

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

/*** DEMO SKIN ***/
.sf-menu ul {
    margin-top: 0;

    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

.sf-menu ul ul {
    left: 160px;

    margin-top: -5px;
}

.sf-menu a {
    font-size: 1.3em;

    zoom: 1;

    padding: 0 15px;
    /* IE7 */
}

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

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

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

.sf-arrows .sf-with-ul {
    padding-right: 22px !important;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 0;

    width: 0;
    height: 0;
    margin-top: -2px;
    margin-right: 7px;

    content: '';

    border: 5px solid transparent;
    border-top-color: #ddd;
}

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

.sf-arrows ul .sf-with-ul:after {
    margin-top: -7px;
    margin-right: 0;

    border-color: transparent;
    border-left-color: #ddd;
}

.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-navigation {
    height: 41px;

    border-bottom: 1px solid #e6e6e6;
}

#primary-navigation .sf-menu li a {
    font-size: .86em;
    line-height: 40px;

    margin: 0;
    padding: 0 15px;

    color: #999;
}

#primary-navigation .sf-menu li a:hover,
#primary-navigation .sf-menu li.sfHover a {
    color: #666;
    background: #f5f5f5;
}

#primary-navigation .sf-menu li li a {
    line-height: 1;

    padding: 10px 0;
}

#primary-navigation .sf-menu li ul {
    z-index: 99;

    padding: 5px 15px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f5f5f5;
}

#primary-navigation .sf-menu li li a {
    font-size: .86em;
    line-height: 1;

    padding: 10px 0;

    color: #999;
    border-bottom: 1px solid #e9e9e9;
}

#primary-navigation .sf-menu li li a:hover {
    color: #666;
}

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

/* Secondary Nav */
#secondary-nav {
    position: relative;
    z-index: 50;

    height: 60px;

    background: #007bb6;
}

#secondary-nav .container {
    position: relative;
}

#secondary-nav .sf-menu li a {
    font-size: 1em;
    line-height: 60px;

    padding: 0 20px;

    color: #fff;
}

#secondary-nav .sf-menu li a:hover {
    color: #eee;
}

#secondary-nav .sf-menu li ul {
    padding: 5px 20px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
}

#secondary-nav .sf-menu li li a {
    font-size: .9em;
    line-height: 1;

    padding: 10px 0;

    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

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

#secondary-nav .sf-menu li li a:hover {
    color: #333;
}

/* Header Search */
#featured-content {
    margin-top: 10px;
    margin-bottom: 15px;
}

#featured-left {
    position: relative;

    overflow: hidden;

    height: 338px;
}

@media (min-width: 320px) {
    #featured-left {
        margin-bottom: 20px;
    }
}

@media (min-width: 801px) {
    #featured-left {
        margin-bottom: 0;
    }
}

#featured-left img {
    width: 100%;
    height: auto;
}

#featured-left .block-title {
    position: absolute;
    bottom: 25px;
    left: 30px;

    width: 444px;
    padding: 10px 15px;

    opacity: .6;
    color: #fff;
    background: #000;
}

#featured-left li {
    position: relative;
}

#featured-left li a {
    position: relative;

    display: block !important;
}

#featured-left .entry-title {
    font-size: 1.4em;

    margin-bottom: 5px;

    color: #fff;
}

#featured-left .entry-meta {
    font-size: .8em;

    color: #ccc;
}

#carousel-0 .carousel-indicators {
    top: 20px;
    right: 20px;
    left: 0;

    width: auto;
    height: 10px;
    margin-left: 0;

    text-align: right;
}

#carousel-0 .carousel-caption {
    position: absolute;
    right: 20px;
    left: 20px;

    padding: 10px 15px;

    text-align: left;

    opacity: .6;
    background: #000;
}

@media (min-width: 320px) {
    #carousel-0 .carousel-caption {
        width: 35%;
    }
}

@media (min-width: 480px) {
    #carousel-0 .carousel-caption {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    #carousel-0 .carousel-caption {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    #carousel-0 .carousel-caption {
        width: 55%;
    }
}

#carousel-0:hover .carousel-caption {
    opacity: .5;
}

#featured-right ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;

    list-style: none;

    border-bottom: 1px solid #e6e6e6;
}

#featured-right ul li .entry-title {
    font-size: 1.3em;

    margin-bottom: 5px;

    color: #333;
}

#featured-right ul li:hover .entry-title {
    color: #007bb6;
}

.plain-item {
    position: relative;
}

.plain-item img {
    float: left;

    width: 145px;
    height: 90px;
    margin: 0 15px 0 0;
}

.plain-item .entry-meta {
    color: #999;
}

@media (min-width: 320px) {
    .plain-item .entry-meta {
        display: none;
    }
}

@media (min-width: 1200px) {
    .plain-item .entry-meta {
        display: block;
    }
}

#featured-right ul li.last-item {
    padding-bottom: 0;

    border-bottom: none;
}

/* Content */
#content {
    margin-top: 15px;
}

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

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

.entry-content .row {
    margin-bottom: 40px;
}

.entry-content a.btn {
    color: #fff;
}

.entry-content a.btn-default {
    color: #777;
}

.entry-content .tabs-nav {
    margin-left: 0;
}

.entry-content .tabs-nav li {
    list-style: none;
}

.entry-content .accordion h3 {
    margin-bottom: 0;
}

.entry-content .team-avatar {
    width: 100%;
}

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

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

.entry-content .team-name h4 {
    margin-bottom: 5px;
}

.entry-content .team-name span {
    color: #999;
}

/* Recent Content */
#recent-content-1 {
    position: relative;

    margin-top: 35px;

    border-top: 10px solid #e6e6e6;
}

#recent-content-1 .section-title {
    font-size: .87em;
    line-height: 37px;

    position: absolute;
    top: -26px;
    left: 54px;

    width: 82px;
    height: 26px;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #999;
    border-top: 1px solid #e6e6e6;
    border-right: 3px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    background: #fff;
}

@media (min-width: 768px) {
    .content-loop {
        background: url('assets/images/bg-recent-content.png') 133px 0 repeat-y;
    }
}

.content-loop .hentry {
    border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 320px) {
    .content-loop .hentry {
        position: relative;

        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .content-loop .hentry {
        padding-left: 170px;

        background: url('assets/images/bg-hentry.png') no-repeat 0 35px;
    }
}

@media (min-width: 768px) {
    .content-loop .hentry:hover {
        background: url('assets/images/bg-hentry-active.png') no-repeat 0 35px;
    }
}

.content-loop .hentry .entry-title {
    margin-bottom: 10px;
}

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

.content-loop .hentry .entry-title a:hover {
    color: #007bb6;
}

.content-loop .hentry .entry-date {
    font-size: .8em;

    position: absolute;
    top: 40px;
    left: 10px;

    color: #666;
}

.content-loop .hentry .entry-category {
    font-size: .8em;

    position: absolute;
    top: 90px;
    left: 0;
}

.content-loop .hentry .entry-category a:link,
.content-loop .hentry .entry-category a:visited {
    line-height: 28px;

    display: block;

    width: 150px;
    height: 28px;
    padding-left: 10px;

    color: #fff;
    background: url('assets/images/bg-category.png') no-repeat;
}

.content-loop .hentry .entry-category a:hover {
    background: url('assets/images/bg-category-active.png') no-repeat;
}

@media (min-width: 320px) {
    .posted-on,
    .entry-category {
        display: none;
    }
}

@media (min-width: 768px) {
    .posted-on,
    .entry-category {
        display: block;
    }
}

@media (min-width: 320px) {
    .entry-info {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .entry-info {
        margin-bottom: 0;
    }
}

.content-loop .hentry .entry-meta {
    margin-bottom: 10px;

    color: #999;
}

.content-loop .hentry .entry-author a:hover,
.content-loop .hentry .entry-excerpt a:hover {
    color: #333;
}

.content-loop .hentry .entry-excerpt {
    line-height: 1.6;
}

.entry-thumb-wrapper {
    position: relative;

    float: right;

    margin: 0 0 40px 20px;
}

/* Carousel Loop */
.carousel-loop {
    padding: 40px 0;

    background: #e6e6e6;
}

.carousel-loop .section-title {
    font-weight: 100 !important;

    margin-bottom: 15px;
}

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

.carousel-loop .hentry {
    position: relative;

    height: 210px;
    padding-bottom: 15px;

    background: #fff;
}

.carousel-loop .hentry .entry-thumb {
    margin-bottom: 10px;
}

.carousel-loop .hentry .entry-title {
    font-size: 1em;
    line-height: 1.33;

    padding: 0 10px;

    color: #333;
}

.carousel-loop .hentry a:hover .entry-title {
    color: #007bb6;
}

.icon-mark {
    font-size: 1em;
    line-height: 36px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

    text-align: center;

    opacity: .7;
    color: #fff;
    background: #000;
}

#featured-left .icon-mark {
    left: 0;
}

a:hover .icon-mark {
    opacity: 1;
    background: #f64;
}

/* Pagination */
.archive #content {
    margin-top: 15px;
}

.pagination {
    width: 100%;
    padding: 50px 0 60px;

    text-transform: uppercase;

    background: #fff;
}

.pagination {
    margin: 0 0 -8px 0 !important;
}

.pagination .page-numbers {
    color: #555;
    border: none !important;
}

.pagination .current {
    color: #007bb6;
    background: #fff !important;
}

.pagination .page-numbers:hover {
    color: #007bb6 !important;
    background: #fff !important;
}

.pagination .next {
    position: absolute;
    right: 5px;
}

.pagination .prev {
    position: absolute;
    right: 70px;
}

.loop-pagination .pagination .active span {
    color: #555;
    background-color: #fff;
}

/* Single */
.single #content {
    margin-top: 10px;
}

.single .entry-category {
    font-size: .8em;

    position: absolute;
    top: 0;
    left: 0;
}

.single .entry-category a:link,
.single .entry-category a:visited {
    line-height: 28px;

    display: block;

    width: 150px;
    height: 28px;
    margin-bottom: 2px;
    padding-left: 10px;

    color: #fff;
    background: url('assets/images/bg-category.png') no-repeat;
}

.single .entry-category a:hover {
    background: url('assets/images/bg-category-active.png') no-repeat;
}

.single h1.entry-title {
    margin-bottom: 15px;
}

.single #content .entry-meta {
    margin-bottom: 15px;
}

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

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

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

.entry-content blockquote {
    font-style: italic;

    margin: 20px 0;
}

.author-box {
    margin-bottom: 25px;
    padding-bottom: 25px;

    text-align: center;

    color: #888;
    border-bottom: 1px solid #e6e6e6;
}

.author-box .avatar {
    float: none;

    width: 80px;
    margin: 0 0 15px 0;

    border-radius: 50%;
}

.author-box .author-title {
    font-size: 1.2em;

    margin-bottom: 5px;

    color: #555;
}

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

.single .hentry .entry-meta {
    color: #999;
}

.single .hentry .entry-meta a {
    color: #999;
}

.entry-categories {
    margin-bottom: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid #e6e6e6;
}

.entry-categories ul .box .count {
    display: none;
}

.entry-categories ul li,
.entry-tags ul li {
    font-size: .9em;

    list-style: none;

    color: #999;
}

.entry-tags ul li a {
    display: block;

    margin-bottom: 5px;
    padding: 5px 10px;

    color: #999;
    background: #f0f0f0;
}

@media (min-width: 320px) {
    .entry-tags ul li a {
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .entry-tags ul li a {
        width: 100%;
    }
}

.entry-tags ul li a:hover {
    background: #ddd;
}

.entry-header h3 {
    font-size: 1em;

    margin-bottom: 15px;
}

.entry-categories ul li a {
    font-size: .95em;

    color: #999;
}

.entry-categories i.icon-facebook-sign {
    color: #3b5998;
}

.entry-categories i.icon-twitter-sign {
    color: #00aced;
}

.entry-categories i.icon-google-plus-sign {
    color: #dd4b39;
}

.entry-categories i.icon-linkedin-sign {
    color: #007bb6;
}

.follow {
    margin-top: 15px;
}

.follow a {
    padding: 3px 10px;

    color: #999;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.follow a:hover {
    color: #666;
    border-color: #999;
    background: #f0f0f0;
}

.related-posts {
    margin: 30px 0;
    padding: 20px 0;

    border-top: 1px solid #e6e6e6;
    border-bottom: 10px solid #e6e6e6;
}

.related-posts .section-title {
    font-size: 1.2em;

    margin-bottom: 20px;
}

.related-posts ul {
    margin-bottom: 0;
}

.related-posts ul li {
    position: relative;

    list-style: none;
}

.related-posts ul li .icon-mark {
    left: 15px;
}

.related-posts ul li .entry-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.related-posts .entry-title {
    font-size: 1.1em;

    color: #555;
}

.related-posts a:hover .entry-title {
    color: #007bb6;
}

@media only screen and (max-width: 767px) {
    .related-posts ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

.loop-nav {
    margin-bottom: 30px;
}

/* Blog Post
====================================*/
.comments-title {
    margin-bottom: 30px;
}

#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 {
    padding: 25px 0 0 0;

    border: none;
}

ol.commentlist li {
    clear: both;

    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;

    border: 1px solid #e6e6e6;
    background-color: #fff;
}

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

.byuser .comment-des {
    border-color: #bde395;
    background: #eff8e6;
}

.byuser .comment-des strong {
    color: #578824;
}

.comment-des strong {
    font-weight: normal;

    color: #555;
}

.comment-by {
    font-size: .9em;

    position: relative;

    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
}

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

.comment-by span.reply {
    font-size: .95em;

    position: absolute;
    top: 5px;
    right: 0;

    color: #999;
}

.comment-by span.reply a,
.comment-by span.reply a:visited {
    font-weight: normal;

    color: #999;
}

.comment-by p.date,
.comment-by p.date a {
    font-size: .9em;
    font-style: italic;

    display: block;

    color: #999;
}

.comment-awaiting-moderation {
    color: red;
}

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

    color: #999;
}

#respond input,
#respond textarea {
    border: 1px solid #e6e6e6 !important;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none;
}

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

#respond .btn {
    margin-bottom: 30px;
    padding: 10px 15px;

    text-transform: none;

    color: #fff;
    border: none;
    border-radius: 0;
    background: #007bb6;
}

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

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

/* Sidebar */
#main .container {
    position: relative;
}

#sidebar-2 {
    margin-top: 15px;
}

.sidebar {
    padding-left: 15px;
}

.sidebar .widget {
    margin-bottom: 15px;
    padding: 15px;

    background: #fff;
}

.sidebar .widget .widget-title {
    padding-bottom: 10px;

    color: #333;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar .widget ul li {
    padding: 10px 0;

    list-style: none;

    border-bottom: 1px dotted #ddd;
}

.sidebar .widget ul li:last-child {
    padding-bottom: 0;

    border-bottom: none;
}

.sidebar .widget ul li a,
.sidebar .widget ul li a:visited {
    color: #555;
}

.sidebar .widget ul li a:hover {
    color: #007bb6;
}

.sidebar .form-group .col-md-7 {
    padding-right: 0;
}

.sidebar .widget select {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

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

.sidebar .widget .tagcloud {
    margin-top: 14px;
}

.sidebar .widget_search #nav-search {
    position: relative;

    float: none;

    width: 100%;
    padding: 0;
}

.sidebar .widget_search #nav-search .form-control {
    border: 1px solid #ddd !important;
}

/* Ad Widget */
.sidebar .ad-widget {
    margin-bottom: 10px;
    padding: 0;

    text-align: center;

    background: none;
}

.sidebar .ad-widget .widget-title {
    font-size: .8em;

    padding-top: 0;

    text-align: center;

    color: #999;
    border: none;
}

/* Tabs Widget */
.tabs-widget {
    background: none !important;
}

.tabs-widget .fa {
    font-size: 12px;

    margin-right: 2px;
}

.sidebar .tabs-nav li i {
    opacity: 1 !important;
    color: #555 !important;
}

.sidebar .tabs-nav li a {
    font-size: 12px;

    padding: 0 15px;

    text-transform: uppercase;

    color: #555 !important;
}

.sidebar .tab-content .entry-thumb {
    float: right;

    width: 64px;
    height: 64px;
    margin: 0 0 0 15px !important;
}

.sidebar .tab-content ul li {
    margin: 0 15px;
    padding: 15px 0;

    list-style: none;

    border-bottom: 1px solid #e6e6e6;
}

.sidebar .tab-content ul li a .entry-title {
    color: #555;
}

.sidebar .tab-content ul li a:hover .entry-title {
    color: #007bb6;
}

.sidebar .tab-content ul li .entry-title {
    font-size: 1em;
}

.sidebar .tab-content ul li .entry-meta {
    font-size: .9em;

    margin-top: 10px;

    color: #999;
}

.sidebar .tab-content {
    padding: 0 0 20px 0;

    background: #fff;
}

.sidebar .tab-content .last-item {
    padding-bottom: 0;

    border-bottom: 0;
}

.sidebar .subscribe-widget {
    padding: 15px;

    background: #fff;
}

.sidebar .subscribe-widget .widget-title,
.sidebar .video-widget .widget-title {
    padding: 0 0 10px 0;

    border: none;
}

.subscribe-widget .fa {
    font-size: .83em;
}

.sidebar #tab3 {
    padding: 15px;
}

.sidebar #tab3 a {
    font-size: .9em !important;

    display: inline-block;

    margin-right: 0;
    margin-bottom: 4px;
    padding: 3px 10px;

    text-transform: lowercase;

    color: #fff;
    background: #007bb6;
}

.sidebar .widget.widget-gomedia-tabs {
    padding: 0;
}

.sidebar .widget .tabs-nav li {
    padding: 0;

    border: 0;
}

@media (max-width: 1024px) {
    .sidebar .widget .tabs-nav li {
        width: 100%;
    }
}

.sidebar .tab-content .widget {
    margin: 0;
    padding: 0;
}

.sidebar .tab-content .widget_tag_cloud .widgettitle {
    display: none;
}

.sidebar .tab-content .widget_tag_cloud .tagcloud {
    margin: 0;
}

/* Video Widget */
.sidebar .video-frame {
    margin-top: 10px;
}

.sidebar .video-frame iframe,
.sidebar .video-frame object,
.sidebar .video-frame embed {
    width: 100%;
    max-width: 100%;
}

#footer {
    font-size: .9em;

    padding: 40px 0 0;

    color: #bbb;
    background: #3e433e;
}

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

#footer .widget-title {
    font-size: 1.6em;

    margin-bottom: 15px;

    color: #fff;
}

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

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

    list-style: none;
}

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

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

#footer .widget select {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

#footer .widget img {
    max-width: 100%;
    height: auto;
}

#footer .widget .tagcloud {
    margin-top: 14px;
}

#footer .widget_search #nav-search {
    position: relative;

    float: none;

    width: 100%;
    padding: 0;
}

#footer .widget_search #nav-search .form-control {
    border: 1px solid #ddd !important;
}

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

/* Footer Widgets */
#footer .subscribe-widget button {
    background: #666 !important;
}

.recent-posts-widget li {
    margin-bottom: 5px;
    padding: 0 0 5px 0;

    border-bottom: 1px solid #555;
}

#footer .recent-posts-widget li:last-child,
#sidebar-primary .recent-posts-widget li:last-child {
    padding-bottom: 0;

    border-bottom: none;
}

#footer .recent-posts-widget .entry-thumb,
#sidebar-primary .recent-posts-widget .entry-thumb {
    float: left;

    width: 42px;
    height: auto;
    margin: 0 15px 10px 0;
}

#footer .recent-posts-widget .entry-title,
#sidebar-primary .recent-posts-widget .entry-title {
    font-size: 1em;

    margin-bottom: 5px;
}

/* Twitter Widget */
.sidebar .twitter-widget li {
    padding-left: 25px !important;

    background: url(assets/images/icon-twitter.png) 0 15px no-repeat;
}

.sidebar .twitter-widget li a,
.sidebar .twitter-widget li a:visited {
    color: #007bb6 !important;
}

.sidebar .twitter-widget li .tweet-date a {
    color: #999 !important;
}

#footer .twitter-widget li {
    margin-bottom: 10px;
    padding-left: 25px;

    background: url(assets/images/icon-twitter.png) 0 4px no-repeat;
}

#footer .twitter-widget li .tweet-date a {
    color: #666;
}

#footer .help-block {
    color: #bbb;
}

#footer .header-social,
#sidebar-primary .header-social {
    font-size: 1em;

    margin-left: -5px;

    text-align: left;
}

#footer .header-social a,
#sidebar-primary .header-social a {
    color: #fff;
}

#sidebar-primary .header-social {
    margin-top: 8px;
}

#sidebar-primary .header-social a {
    margin-left: 8px;
}

/* Bottom */
#site-bottom {
    font-size: .9em;

    margin-top: 40px;
    padding: 25px 0 30px;

    border-top: 1px solid #555;
}

#site-bottom .backtotop {
    margin-left: 5px;
}

#site-bottom ul li {
    float: left;

    margin-right: 15px;

    list-style: none;
}

#site-bottom a {
    color: #ccc;
}

@media (min-width: 320px) {
    #site-bottom .bottom-left {
        margin-bottom: 20px;

        text-align: center;
    }
    #site-bottom ul li {
        display: inline-block;
        float: none;
    }
}

@media (min-width: 992px) {
    #site-bottom .bottom-left {
        margin-bottom: 0;

        text-align: left;
    }
}

@media (min-width: 320px) {
    #site-bottom .bottom-right {
        text-align: center;
    }
}

@media (min-width: 992px) {
    #site-bottom .bottom-right {
        float: right;

        text-align: right;
    }
}

/* MISC */
#header-ad {
    margin-top: 15px;

    text-align: right;
}

.home-ad {
    margin: 20px 0;

    text-align: center;
}

/* Fonts */
.more-news,
#recent-content-1 .section-title,
.pagination .page-numbers,
.sidebar .tabs-nav li a,
.single h1.entry-title,
.content-loop .hentry .entry-author a,
.content-loop .hentry .entry-excerpt a,
.single .entry-author a,
.comment-des strong,
.author-box .author-title,
#respond .btn,
.entry-header h3,
.related-posts .section-title,
.error-title,
strong,
#content .section-title,
#content .page-title {
    font-family: 'ProximaNovaBold', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* Alert Boxes
====================================*/
.notification {
    font-size: 13px;
    line-height: 18px;

    position: relative;

    margin-bottom: 15px;
    padding: 14px 40px 14px 18px;

    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

.notification p {
    margin: 0;
}

.notification span {
    font-weight: 600;
}

.notification.success,
.notification.success strong {
    color: #5f9025;
    border: 1px solid #b3dc82;
    background-color: #ebf6e0;
}

.notification.error,
.notification.error strong {
    color: #de5959;
    border: 1px solid #fbc4c4;
    background-color: #ffe9e9;
}

.notification.warning,
.notification.warning strong {
    color: #8f872e;
    border: 1px solid #ded58a;
    background-color: #fbfadd;
}

.notification.notice,
.notification.notice strong {
    color: #5091b2;
    border: 1px solid #b6d7e8;
    background-color: #e9f7fe;
}

.notification strong {
    border: none !important;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    position: absolute;
    top: 20px;
    right: 0;

    display: block;

    height: 8px;
    padding: 0 14px;

    weight: 8px;
}

.close i {
    font-size: 11px;

    float: left;

    margin: -5px 5px 0 0;
}

.notification.success .close {
    color: #8dbf52;
}

.notification.error .close {
    color: #f59292;
}

.notification.warning .close {
    color: #c6bd67;
}

.notification.notice .close {
    color: #86b4cc;
}

/* Tabs
====================================*/
.tabs-nav {
    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

.tabs-nav li {
    line-height: 38px;

    position: relative;

    float: left;
    overflow: hidden;

    padding: 0;
}

.tabs-nav li a {
    font-weight: 500;

    display: block;

    padding: 0 20px;

    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    text-decoration: none;
    letter-spacing: 0;

    color: #888;
    border: 1px solid #e0e0e0;
    border-right: none;
    outline: none;
    background-color: #f8f8f8;
}

.tabs-nav li:first-child a {
    border-left: 1px solid #e0e0e0;
}

.tabs-nav li:last-child a {
    border-right: 1px solid #e0e0e0;
}

.tabs-nav li.active a {
    font-weight: 500;

    color: #333;
}

.tabs-nav li.active i:before {
    color: #555;
}

.tabs-nav li i:before {
    color: #909090;
}

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

.tabs-nav li.active a i {
    opacity: 1;

    filter: alpha(opacity=100);
}

.tabs-nav li i {
    margin: 10px 0 0 0;

    opacity: .64;

    filter: alpha(opacity=64);
}

.tabs-nav li a:hover {
    background: #fff;
}

.tabs-nav li.active a {
    color: #007bb6;
    border-top: 1px solid #169fe6;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.tab-content {
    padding: 20px;
}

.tab-content li {
    padding: 0;
}

.tabs-container {
    line-height: 21px;

    overflow: hidden;

    width: 100%;
    margin: -1px 0 20px;

    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

/* Sidebar Tabs */
.sidebar .tabs-nav li a {
    color: #555;
    border: none;
    background: none;
}

.sidebar .tabs-nav li.active a {
    color: #007bb6;
    background: #fff;
}

.sidebar .tabs-container {
    border: none;
}

/* Accordions
====================================*/
.accordion {
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

.ui-accordion .ui-accordion-header {
    font-size: 1em;
    line-height: 30px;

    position: relative;

    display: block;

    margin-top: -1px;
    padding: 0;
    padding: 14px 0 15px 0;

    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out;
            transition: background-color 200ms ease-in-out;

    color: #707070;
    border: 1px solid #e0e0e0;
    outline: none;
}

.ui-accordion .ui-accordion-header {
    background-color: #fcfcfc;
}

.ui-accordion .ui-accordion-header:hover {
    background-color: #fff;
}

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    color: #007bb6;
    border-bottom: 0;
    background-color: #fff;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 50px;
}

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

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

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

.ui-accordion .ui-accordion-content {
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.ui-accordion-icon,
.ui-accordion-icon-active {
    display: inline-block;
    float: left;

    width: 18px;
    height: 18px;
    margin: 5px 10px 0 0;

    -webkit-transition: background-color 200ms ease-in-out;
            transition: background-color 200ms ease-in-out;

    border-radius: 2px;
    background-color: #ccc;
    background-image: url(assets/images/accordion-plus.png);
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}

.ui-accordion-icon-active {
    background-color: #007bb6;
    background-image: url(assets/images/accordion-minus.png);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
}

.sidebar .ui-accordion .ui-accordion-header {
    border: none;
    border-top: 1px solid #f0f0f0;
}

.sidebar .ui-accordion .ui-accordion-content {
    border: none;
}

/* Toggle
====================================*/
.toggle-wrap {
    float: left;

    width: 100%;
    margin-bottom: 15px;

    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

.trigger a {
    font-weight: 500;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 14px 0 15px 20px;

    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out;
            transition: background-color 200ms ease-in-out;

    color: #707070;
}

.trigger a {
    background-color: #fcfcfc;
}

.trigger a:hover,
.trigger.active a,
.trigger.active a:hover {
    background: #fff;
}

.trigger.active a {
    color: #007bb6;
}

.toggle-icon {
    display: inline-block;
    float: left;

    width: 18px;
    height: 18px;
    margin: 5px 10px 0 0;

    -webkit-transition: background-color 200ms ease-in-out;
            transition: background-color 200ms ease-in-out;

    border-radius: 2px;
    background-color: #ccc;
    background-image: url(assets/images/accordion-plus.png);
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}

.trigger.active .toggle-icon {
    background-color: #007bb6;
    background-image: url(assets/images/accordion-minus.png);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
}

.toggle-container p {
    margin: 0;
}

.toggle-container {
    padding: 0 20px 17px 20px;
}

/* Notice
====================================*/
.large-notice {
    padding: 32px;

    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
}

.large-notice h2 {
    margin-bottom: 10px;
}

.large-notice p {
    font-size: 14px;
    line-height: 22px;

    color: #888;
}

/* Progress Bar
====================================*/
.skill-bar {
    position: relative;

    height: 41px;
    margin: 0 0 10px 0;

    background: #f6f6f6;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
}

.skill-bar-content[data-percentage] {
    text-indent: -9999px;
}

.skill-bar-content {
    width: 0;
    height: 41px;

    background: #007bb6;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .12);
}

.skill-bar .skill-title {
    position: absolute;
    top: 9px;
    left: 15px;

    color: #fff;
}

.skill-bar .percentage {
    position: absolute;
    top: 9px;
    left: 90%;

    color: #666;
}

/* C A R O U S E L */
/** Carousel **/
.jcarousel {
    position: relative;

    overflow: hidden;
}

.jcarousel ul {
    position: relative;

    width: 20000em;
    margin: 0;
    padding: 0;

    list-style: none;
}

.jcarousel li {
    float: left;
}

.carousel-loop .jcarousel {
    overflow: hidden;

    width: 100%;
}

.carousel-loop li {
    width: 190px;
    margin-right: 30px;
}

.jcarousel img {
    display: block;

    max-width: 100%;
    height: auto !important;
}

/** Carousel Pagination **/
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    font-size: 1em;
    line-height: 35px;

    position: absolute;
    top: 0;

    width: 32px;
    height: 32px;

    text-align: center;
    text-decoration: none;

    color: #fff !important;
    background: #666;
}

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

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

.inactive {
    cursor: default;

    background: #999;
}

.jcarousel-pagination {
    position: absolute;
    top: 20px;
    right: 20px;
}

.jcarousel-pagination a {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-left: 6px;

    text-indent: -9999em;

    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.jcarousel-pagination a.active {
    background: #fff;
}

/* MISC */
.error-title {
    font-size: 11em;
    line-height: 1;

    margin: 0;
    padding: 0;
}

.error-msg {
    font-size: 4.5em;

    margin-bottom: 30px !important;
    padding: 20px 30px;

    color: #8f872e;
    border: 1px solid #ded58a;
    background-color: #fbfadd;
}

.left-sidebar #main {
    background: url(assets/images/bg-main-reverse.png) repeat-y top center !important;
}

.more-news {
    float: right;

    margin: 30px 0;

    text-decoration: underline;
}

img {
    max-width: 100%;
}

@media (min-width: 320px) {
    #logo {
        float: none;

        text-align: center;
    }
}

@media (min-width: 992px) {
    #logo {
        float: left;

        text-align: left;
    }
}

/**
 * Custom media query.
 */
@media (min-width: 1281px) {
    .container {
        width: 1320px;
    }
}

/* styles for desktop */
.tinynav {
    display: none;
}

/* styles for mobile */
@media screen and (max-width: 769px) {
    #secondary-nav {
        padding: 10px;
    }
    .tinynav {
        display: block;

        width: 100%;
        padding: 10px;

        border: 1px solid #eee;
    }
    #secondary-menu {
        display: none;
    }
}

/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: none .4s ease;
            transition: none .4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
            transition-property: top, right, bottom, left, border;
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    top: 0;
    left: 0;

    margin: 0;

    border: 0 solid transparent;
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
    border: 0 solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0;
}

.mm-fixed-top {
    top: 0;
}

.mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
        box-sizing: border-box;

    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
}

html.mm-opened {
    position: relative;

    overflow-x: hidden;
}

html.mm-opened .mm-page {
    position: relative;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    position: fixed;
    z-index: 999999;

    display: none;

    width: 100%;
    height: 100%;

    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    height: 100%;
    padding: 0;

    background: inherit;
}

.mm-menu > .mm-panel {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100%;

    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    padding: 0;

    background: inherit;

    -webkit-overflow-scrolling: touch;
}

.mm-menu > .mm-panel.mm-opened {
    left: 0;

    padding: 0;
}

.mm-menu > .mm-panel.mm-subopened {
    left: -40%;
}

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu > .mm-panel.mm-hidden {
    display: block;
    visibility: hidden;
}

.mm-menu .mm-list {
    padding: 0;
}

.mm-menu > .mm-list {
    padding: 20px 0 40px 0;
}

.mm-panel > .mm-list {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.mm-panel > .mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list > li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
    font-size: 14px;

    text-decoration: none;
}

.mm-list > li {
    position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
    font-size: 14px;
    line-height: 20px;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 10px 10px 10px 20px;

    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;

    color: inherit;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;

    content: '';

    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    position: relative;
    left: auto;

    width: auto;
    margin-left: 20px;
}

.mm-list a.mm-subopen {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 40px;
    height: 100%;
    padding: 0;
}

.mm-list a.mm-subopen:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 100%;

    content: '';

    border-left-width: 1px;
    border-left-style: solid;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    margin-right: 40px;
    padding-right: 5px;
}

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    margin-right: 0;
    padding-right: 45px;
}

.mm-list a.mm-subclose {
    margin-top: -20px;
    padding-top: 30px;

    text-indent: 20px;
}

.mm-list > li.mm-label {
    font-size: 10px;
    line-height: 25px;

    overflow: hidden;

    padding-right: 5px;

    white-space: nowrap;
    text-indent: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.mm-list > li.mm-spacer {
    padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    position: absolute;
    bottom: 50%;

    display: block;

    width: 7px;
    height: 7px;
    margin-bottom: -5px;

    content: '';
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border: 2px solid transparent;
}

.mm-list a.mm-subopen:after {
    right: 18px;

    border-top: none;
    border-left: none;
}

.mm-list a.mm-subclose:before {
    left: 22px;

    margin-bottom: -15px;

    border-right: none;
    border-bottom: none;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;

    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    top: 16px;
    right: 16px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.mm-ismenu {
    color: rgba(255, 255, 255, .6);
    background: #333;
}

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, .15);
}

.mm-menu .mm-list > li > a.mm-subclose {
    color: rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .1);
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, .3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, .1);
}

.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, .05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, .05);
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 80%;
}

.mm-menu {
    width: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }
    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px;
    }
    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 440px;
    }
}

@media screen and (min-width: 320px) {
    .mobile-menu {
        font-size: 32px;

        display: block;

        padding-left: 10px;

        color: #333;
    }
}

@media screen and (min-width: 601px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (min-width: 320px) {
    #primary-navigation {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    #primary-navigation {
        display: block;
    }
}

/**
 * WordPress Class
 */
.sticky,
.bypostauthor {
    color: inherit;
    background: inherit;
}

.alignleft {
    display: inline;
    float: left;

    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;

    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: auto;
}

.alignnone {
    display: block;
}

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

.wp-caption-text {
    font-style: italic;

    color: #999;
}

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

.gallery-item {
    position: relative;

    float: left;
    overflow: hidden;

    margin: 0 4px 4px 0;
    margin: 0 .25rem .25rem 0;
}

.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 {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;

    position: absolute;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 2px 8px;
    padding: .125rem .5rem;

    text-align: left;

    opacity: 0;
    color: white;
    background-color: black;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    min-height: 50px;

    content: '';
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;

    white-space: nowrap;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    line-height: normal;

    z-index: 100000;
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    /* Above WP toolbar. */
}

/*!
 *  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 PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    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');
}

.fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.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 {
    margin-left: 2.142857142857143em;
    padding-left: 0;

    list-style-type: none;
}

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

.fa-li {
    position: absolute;
    top: .14285714285714285em;
    left: -2.142857142857143em;

    width: 2.142857142857143em;

    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;
            animation: spin 2s infinite linear;
}

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

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
}

.fa-stack {
    line-height: 2em;

    position: relative;

    display: inline-block;

    width: 2em;
    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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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';
}
