/*
Theme Name: Ceder
Theme URI: http://themeforest.net/item/ceder-personal-wordpress-blog-theme/15934968
Author: Slashdown
Author URI: http://themeforest.net/user/slashdown
Description: Personal WordPress Theme
Tags: one-column, two-columns 
Version: 1.0
Text Domain: ceder
Domain Path: /languages
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/**
 * Table of Contents:
 *
 * 1.0 - Framework
 * 2.0 - Reset
 * 3.0 - Repeatable Patterns
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Breadcrumbs
 * 7.0 - Content
 *   7.1 - Post Thumbnail
 *   7.2 - Entry Header
 *   7.3 - Entry Meta
 *   7.4 - Entry Content
 *   7.5 - Galleries
 *   7.6 - Post Formats
 *   7.7 - Post/Image/Paging Navigation
 *   7.8 - Attachments
 *   7.9 - Archives
 *   7.10 - Contributor Page
 *   7.11 - 404 Page
 *   7.12 - Full-width
 *   7.13 - Singular
 *   7.14 - Comments
 *   7.15 - Gallery & Portfolio
 *   7.16 - Nivo Slider
 *   7.17 - Forms Styles
 *   7.18 - Related posts
 *   7.19 - Post Excerts shortcodes
 *   7.20 - Social share
 *   7.21 - About the author
 * 8.0 - None Pages
 * 9.0 - Sidebar
 *   9.1 - Widgets
 *   9.2 - Content Sidebar Widgets
 * 10.0 - Page Builder Elements
 * 11.0 - Footer
 * 12.0 - Featured Content
 * 13.0 - Multisite
 * 14.0 - Animations
 * 15.0 - BxSlider
 * 16.0 - Media Queries
 * 17.0 - Print
 * -----------------------------------------------------------------------------
 */


/** 
  * 1.0 Framework
  * -----------------------------------------------------------------------------
  * Bootstrap v3 
  * http://www.getbootstrap.com
  *
  */

html,body
{
    overflow-x: hidden; 
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.main-content {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    nav .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/**
 * 2.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f9f9f9;
}

.column-1-1, .column-1-2, .column-1-3, .column-2-3, .column-1-4, .column-3-4, .column-1-5, .column-2-5, .column-3-5, .column-4-5 {
    display: block;
    float: left;
    position: relative;
    margin: 0 25px;
    box-sizing: border-box;
}

.column-1-1 {
    width: 100%;
}

.column-1-2 {
    width: 48.2%;
}

.column-1-3 {
    width: 30.9%;
}

.column-1-4 {
    width: 22.3%;
}

.column-1-5 {
    width: 17.1%;
}

.column-2-3 {
    width: 65.5%;
}

.column-3-4 {
    width: 74.1%;
}

.column-2-5 {
    width: 40%;
}

.column-3-5 {
    width: 60%;
}

.column-4-5 {
    width: 80%;
}

.shortcode-container p {
    text-align: left;
}

.shortcode-container.button {
    display: inline-block;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

a, header header .searchform:after, .ghost-button a:hover:after, .ghost-button a:hover:before, .fw-btn-ghost, button, .button, input[type="button"], input[type="reset"], input[type="submit"], .widget_flickr_image_gallery li a img, .widget .badge, .widget_social_links li, .comment-list .reply a:before, .fw-btn-text-link:hover span, .related-posts article figure img, a.social-share:before {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    margin: 36px 0 6px;
}

h1 {
    font-size: 48px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 40px;
    line-height: 1;
}

h3 {
    font-size: 32px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 28px;
    line-height: 1.2;
}

h5 {
    font-size: 24px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 1.3846153846;
    }
    h2 {
        font-size: 22px;
        line-height: 1;
    }
    h3 {
        font-size: 20px;
        line-height: 1.0909090909;
    }
    h4 {
        font-size: 18px;
        line-height: 1.2;
    }
    h5 {
        font-size: 16px;
        line-height: 1.3333333333;
    }
    h6 {
        font-size: 14px;
        line-height: 1.5;
    }
}

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

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

b, strong {
    font-weight: 700;
}

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

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

p {
    margin-bottom: 24px;
    line-height: 150%;
}

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

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote {
    border-left: 3px solid;
    padding-left: 56px;
    margin: 48px 0;
}

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

blockquote p {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 8px;
}

blockquote p:first-child:before {
    content: open-quote;
    display: inline;
    width: 32px;
    font-size: 70px;
    vertical-align: bottom;
    position: absolute;
    padding-top: 12px;
    margin-left: -45px;
}

blockquote p:first-child:after {
    content: close-quote;
    display: inline;
    width: 32px;
    font-size: 70px;
    vertical-align: bottom;
    position: absolute;
    padding-top: 12px;
    margin-left: 11px;
}

blockquote cite, blockquote small {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.5;
}

.format-quote blockquote {
    border-left: none;
    padding-left: 30px;
    padding-right: 26px;
    margin: 17px 0 -3px 0;
}
@media (max-width: 992px) {
 
  blockquote {
    padding-left: 40px;
  }

}

.format-quote blockquote p {
    margin-top: 20px;
}

.format-quote h2.quoty {
    display: none;
}

.entry-content blockquote cite a {
    text-decoration: none;
    font-weight: normal;
}

cite:before {
    content: '- ';
}

cite:after {
    content: ' -';
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul, ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

input, textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 2px;
    width: 100%;
}

.fw-divider-dotted hr {
    height: inherit !important;
    border-top: 2px dotted;
    background: transparent !important;
}


/**
 * 3.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

.more-link, .form-submit input[type="submit"], .form-mailchimp input[type="submit"], .fw-btn-main {
    padding: 12px 24px;
    font-weight: 500;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    display: table;
    margin: 40px auto 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.more-link, .form-submit input[type="submit"], .form-mailchimp input[type="submit"], .fw-btn-main {
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
}

aside .form-mailchimp input[type="submit"] {
    font-weight: normal;
    margin-top: 12px !important;
}

aside .form-mailchimp input[type="submit"]:hover {
    font-weight: normal;
    margin-top: 9px !important;
    margin-bottom: 3px;
}

footer .form-mailchimp input[type="submit"], .entry-content .form-mailchimp input[type="submit"] {
    font-weight: normal;
    display: inline-block;
    margin: 0 4px 4px -9px;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-shadow: 0px 3px ##84A9B1, 0 6px rgba(0, 0, 0, 0.10) !important;
    box-shadow: 0px 3px #84A9B1, 0px 6px rgba(0, 0, 0, 0.10) !important;
}

footer .form-mailchimp input[type="submit"]:hover, .entry-content .form-mailchimp input[type="submit"]:hover {
    -webkit-box-shadow: 0px 6px ##84A9B1, 0 12px rgba(0, 0, 0, 0.10) !important;
    box-shadow: 0px 6px #84A9B1, 0 12px rgba(0, 0, 0, 0.10) !important;
    margin-top: -3px;
}

.more-link:hover, .form-submit input[type="submit"]:hover {
    margin-bottom: 27px !important;
    margin-top: 37px;
}

.ghost-button a, .fw-btn-ghost {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 12px 16px;
    line-height: 1;
}

.nav-next.ghost-button a::before {
    font-family: 'FontAwesome';
    content: "\f060";
    margin-right: 8px;
    font-weight: normal;
}

.nav-previous.ghost-button a::after {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-left: 8px;
    font-weight: normal;
}

a.fw-btn-text-link {
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none !important;
}

.fw-btn-text-link::after {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-left: 4px;
    font-weight: normal;
}

.fw-btn-text-link span {
    border-bottom: 2px solid rgba(160, 203, 210, 0);
    padding-bottom: 6px;
}

.fw-btn-text-link:hover span {
    border-bottom: 2px solid rgba(160, 203, 210, 1.0);
    padding-bottom: 6px;
}

.nav-next a, .nav-previous a {
    position: relative;
    clear: both;
    display: inline-block;
}

.nav-next a {
    float: right !important;
}

.nav-previous a {
    float: left !important;
}

@media (max-width: 992px) {
    .nav-next a, .nav-previous a {
        margin-bottom: 48px;
    }
    aside {
        clear: both;
    }
    .flexgrid {
        display: flex;
        flex-direction: column;
    }
    .reorder-col-sidebar-left {
        order: 1;
    }
    .sidebar-left {
        order: 2;
    }
    .flexgrid blockquote {
        min-height: inherit;
    }
}

@media (min-width: 993px) {
    .reorder-col-sidebar-left {
        z-index: 10;
    }
    .flexgrid blockquote p {
        margin-top: 50%;
        margin-bottom: 50%;
    }
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */

::selection {
    background: #a0cbd2;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #a0cbd2;
    color: #fff;
    text-shadow: none;
}


/* Input fields */

input, textarea {
    border: 2px solid;
    border-radius: 5px;
    padding: 8px 10px 7px;
}

textarea {
    width: 100%;
}

select {
    width: 100%;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #a0cbd2;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px 13px;
    text-transform: uppercase;
    vertical-align: bottom;
    display: inline-block;
}

.buttons-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

.buttons-list li {
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

.button.blue {
    background: #4682B4;
}

.button.blue:hover, .button.blue:focus {
    background: #6AA0CC;
}

.button.black {
    background: #000;
}

.button.black:hover, .button.black:focus {
    background: #494848;
}

.shortcode-container.hr hr {
    padding: 0;
    margin: 0;
    height: 1px;
}

.shortcode-column .shortcode-container.hr {
    padding-right: 0;
}

.shortcode .notification {
    width: initial;
}

header .form-control {
    width: 100%;
}

header .searchform .search-submit {
    display: none;
    margin-top: 21px;
}


/* Alert Message */

.notification, .fw-flash-messages .fw-flash-type-warning .fw-flash-message, .fw-flash-messages .fw-flash-type-success .fw-flash-message, .fw-flash-messages .fw-flash-type-info .fw-flash-message, .fw-flash-messages .fw-flash-type-error .fw-flash-message {
    font-size: 13px;
    padding: 7px 8px 4px;
    background: #fcf7da;
    border: 1px solid #f4db83;
    border-left-width: 3px;
    color: #c3a12d;
    overflow: hidden;
}

.content-area .fw-flash-messages .fw-flash-type-warning .fw-flash-message p {
    color: #c3a12d;
}

.content-area .fw-flash-messages .fw-flash-type-warning .fw-flash-message, .content-area .fw-flash-messages .fw-flash-type-success .fw-flash-message, .content-area .fw-flash-messages .fw-flash-type-info .fw-flash-message, .content-area .fw-flash-messages .fw-flash-type-error .fw-flash-message {
    font-size: 13px;
}

.notification i, .notification span {
    display: inline-block;
}

.notification i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    margin-right: 10px;
    color: #d8b233;
}

.notification span {
    vertical-align: top;
    line-height: 28px;
}

.notification.success, .fw-flash-messages .fw-flash-type-success .fw-flash-message {
    background: #e3eac8;
    border: 1px solid #c2d18c;
    border-left-width: 3px;
    color: #8fa349;
}

.content-area .fw-flash-messages .fw-flash-type-success .fw-flash-message p {
    color: #8fa349;
}

.notification.success i {
    color: #91a252;
}

.notification.info, .fw-flash-messages .fw-flash-type-info .fw-flash-message {
    background: #d9ecf4;
    border: 1px solid #9bc9de;
    border-left-width: 3px;
    color: #548da8;
    padding: 7px 8px 4px;
}

.content-area .fw-flash-messages .fw-flash-type-info .fw-flash-message p {
    color: #548da8;
}

.notification.info i {
    color: #5994b0;
}

.notification.error, .fw-flash-messages .fw-flash-type-error .fw-flash-message {
    background: #f9e5e6;
    border: 1px solid #f6c7ca;
    border-left-width: 3px;
    color: #b26a6d;
}

.content-area .fw-flash-messages .fw-flash-type-error .fw-flash-message p {
    color: #b26a6d;
}

.notification.error i {
    color: #ed2d39;
}

.fw-flash-messages .fw-flash-message {
    margin-bottom: 20px;
}

.fw-flash-messages .fw-flash-message > p:last-child {
    margin-bottom: 0;
}


/* Tabs */

.content-tabs-text {
    border: 1px solid #cfcfcf;
    padding: 20px 30px;
    display: none;
    margin-top: -1px;
}

.content-tabs-text img {
    float: left;
    margin: 5px 20px 5px 0;
}

.content-tabs-text p {
    margin-bottom: 0;
}

.wrap-content-tabs .content-tabs ul {
    list-style: none;
    margin: 0;
}

.wrap-content-tabs .content-tabs ul li {
    display: inline-block;
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    margin-right: -4px;
}

.wrap-content-tabs .content-tabs ul li a, #content .wrap-content-tabs .content-tabs ul li a {
    color: #000;
}

.wrap-content-tabs .content-tabs ul li.ui-state-active {
    background: #fff;
    border-bottom-color: #fff;
}

.wrap-content-tabs .content-tabs ul li.ui-state-active a {
    color: #2b2b2b;
}

.wrap-content-tabs .content-tabs ul li a {
    font-size: 15px;
    color: #999999;
    text-decoration: none;
    display: block;
    padding: 7px 25px;
}

.wrap-content-tabs .content-tabs ul li a:focus {
    outline: none;
}


/* Accordion */

.accordion {
    border: 1px solid #cfcfcf;
    clear: both;
}

.accordion .accordion-title, #content article .entry-content .accordion .accordion-title {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #2b2b2b;
    position: relative;
    background: #f2f2f2;
    padding: 15px 40px;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #cfcfcf;
}

.accordion .accordion-title:first-child, #content article .entry-content .accordion .accordion-title:first-child {
    border-top: none;
}

.accordion .accordion-title.ui-state-active, #content article .entry-content .accordion .accordion-title.ui-state-active {
    background: none;
    /*border-bottom: none;*/
}

.accordion .accordion-title .ui-icon {
    background: url("images/plus-accordion.png") no-repeat;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 8px;
    height: 8px;
}

.accordion .accordion-title.ui-state-active .ui-icon {
    background: url("images/minus-accordion.png") no-repeat;
    top: 22px;
}

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


/* Info Block */

.info {
    background: #f2f2f2;
    border: 1px solid #cfcfcf;
    padding: 23px 30px;
}

.info p {
    margin-bottom: 0;
    display: inline-block;
    width: 80%;
}

.info .button {
    display: inline-block;
    float: right;
    margin-top: 2px;
}


/* Testimonials */

.testimonials {
    border: 1px solid #cfcfcf;
    padding: 25px 7px 0;
    overflow: hidden;
    position: relative;
}

.testimonials ul li {
    width: 750px;
}

.testimonials .testimonials-author {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 24px;
}

.testimonials .testimonials-author:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 57px;
}

.testimonials .testimonials-author:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid #e7e7e7;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -18px;
    left: 56px;
}

.testimonials .testimonials-author .avatar {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 20px;
}

.testimonials .testimonials-author .name {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    color: #2b2b2b;
    margin-bottom: -4px;
}

.testimonials .testimonials-author .function {
    font-size: 13px;
    color: #a8a8a8;
}

.testimonials .testimonials-author .function a {
    font-size: 13px;
    color: #f17e12;
    text-decoration: none;
}

.testimonials .testimonials-author .function a:hover {
    text-decoration: underline;
}

.testimonials .testimonials-text {
    padding-left: 3px;
}

.testimonials .testimonials-text p {
    margin-bottom: 0;
}

.testimonials .testimonials-controls {
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: none !important;
}

.testimonials .testimonials-controls a {
    font-size: 0;
    display: block;
    float: left;
    margin-right: 5px;
    width: 11px;
    height: 11px;
    border: 2px solid #ccd1d3;
    border-radius: 50%;
}

.testimonials .testimonials-controls a.selected {
    background-color: #ccd1d3;
}

.testimonials .prev, .testimonials .next {
    position: absolute;
    top: 45px;
    right: 34px;
    line-height: 8px;
    text-decoration: none;
    background: #f3f3f3;
    padding: 9px;
}

.testimonials .prev {
    right: 64px;
}

.testimonials .prev i, .testimonials .next i {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #020202;
    font-size: 15px;
}


/* Our Team */

.our-team img {
    margin: 0 auto 23px auto;
    display: block;
}

.our-team .member-name {
    font-size: 24px;
    color: #2b2b2b;
    text-transform: uppercase;
    display: block;
}

.our-team .member-function {
    font-size: 13px;
    color: #a8a8a8;
    display: block;
    margin-bottom: 15px;
}

.our-team .member-function a {
    color: #f17e12;
    text-decoration: none;
}

.our-team .member-function a:hover {
    text-decoration: underline;
}

.our-team .our-team-text {
    text-align: justify;
}

.our-team .our-team-text p {
    margin-bottom: 0;
}


/* Price */

.pricing {
    text-align: center;
    font-size: 33px;
}

.fw-package-wrap {
    margin-bottom: 40px;
    position: relative;
}

.fw-pricing .fw-btn-main, .fw-pricing .fw-btn-main:hover {
    margin-left: auto;
    margin-right: auto;
}

.fw-pricing .fw-btn-ghost, .fw-pricing .fw-btn-ghost:hover {
    clear: both;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.package {
    display: inline-block;
    font-size: 14px;
    width: 255px;
    position: relative;
    border: 1px solid #eeeeee;
    padding-bottom: 0;
    vertical-align: middle;
}

.package .heading-row, .package .pricing-row {
    background: #000;
    color: #fff;
}

.package.highlight-col .heading-row, .package.highlight-col .pricing-row {
    background: #f17e12;
}

.package .heading-row span, .package .pricing-row span {
    display: block;
    padding: 13px 0;
}

.package .heading-row .type {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    border-bottom-color: rgba(234, 234, 234, 0.1);
}

.package .pricing-row .price {
    font-size: 28px;
}

.package .col-row {
    padding: 10px 0;
    color: #666666;
    font-weight: bold;
}

.package .col-row:nth-child(2n+1) {
    background: #f7f7f7;
}

.package.highlight-col {
    width: 282px;
    top: 0;
}

.package.highlight-col .col-row {
    padding: 14px 0;
}

.package.highlight-col .type-price .type, .package.highlight-col .type-price .price {
    padding: 16px 0;
}

.package.desc-col {
    text-align: right;
    border: none;
    box-sizing: border-box;
    margin: 0;
}

.package.desc-col .heading-row, .package.desc-col .pricing-row {
    background: none;
    color: transparent;
    visibility: hidden;
}

.package.desc-col .col-row {
    background: none;
    border-top: 1px solid #eee;
    padding-top: 9px;
    padding-right: 15px;
}

.package.desc-col .col-row:last-child {
    border-bottom: 1px solid #eee;
}

.clear {
    width: 100%;
    clear: both;
}


/* Table Performance */

.table-performance {
    font-size: 14px;
    color: #666666;
}

.table-performance thead tr th {
    font-weight: bold;
    text-transform: capitalize;
}

.table-performance tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}


/* Icons */

.shortcode-icon {
    display: inline-block;
    text-align: center;
}

.shortcode-icon i, .icon-box i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 28px;
    position: relative;
    line-height: 1.5;
}

.shortcode-icon .list-title, .icon-box .list-title {
    font-size: 16px;
    display: inline-block;
    line-height: normal;
}

.icon-box {
    margin: 0;
    position: relative;
}

.icon-box.vertical {
    margin-bottom: 13px;
}

.icon-box p {
    margin-bottom: 0;
}

.icon-box .list-title {
    font-size: 24px;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
}

.icon-box.vertical .list-separator {
    position: absolute;
    height: 64%;
    top: 55px;
    left: 15px;
    border-left: 1px solid #e5e5e5;
}

.icon-box.vertical p {
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.subtitle-article {
    font-size: 12px;
    color: #a8a8a8;
}

.subtitle-article.shortcode-container {
    display: inline-block;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}


/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, .widget img, .wp-caption {
    max-width: 100%;
    height: auto;
    display: block;
}


/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
    margin-bottom: 24px;
    max-width: 100%;
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
    margin-bottom: 0;
}

.entry-content iframe {
    margin: 0 auto;
}


/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

.textalignleft {
    text-align: left;
}

.textalignright {
    text-align: right;
}

.textaligncenter {
    text-align: center;
}

.floatnone {
    float: none;
}

blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright, figure.wp-caption.alignright, img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

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


/* Assistive text */

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

.hide {
    display: none;
}


/* Clearing floats */

.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
    content: "";
    display: table;
}

.footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
    clear: both;
}


/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}


/* Separators */

span.entry-date::after, span.featured-post:after, .full-size-link:after, .parent-post-link:after, span.author:after, span + .byline:after, span + .comments-link:after, span + .edit-link:after {
    content: ", ";
}

.entry-meta span:last-of-type:after {
    content: "";
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */


header {
    background: #ffffff;
    margin-bottom: 48px;
}

.site-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.site-title a, .site-title a:hover {
    color: #1b1b19;
}

#logo {
    position: relative;
    width: 100%;
    padding: 48px 0 48px 0;
    display: table;
}

#logo .site-title {
    float: none;
}

.logo-alignleft {
    float: left;
}

.logo-alignright {
    float: right;
}

.logo-aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    #logo {
        padding: 24px 0 24px 0;
    }
    .logo-alignleft {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .logo-alignright {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


/* Retina Logo */

header #logo #logo-retina {
    display: none;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Logo */
    header #logo #logo-retina {
        display: inline-block;
    }
    header #logo #logo-default {
        display: none;
    }
}


/* Header Social */

header .social-icons {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    position: absolute;
}

header .social-icons a {
    color: #808080;
    display: inline-block;
}

header .social-icons a:hover {
    color: #a0cbd2;
}


/* Header Search */

header .searchform {
    position: absolute;
    display: inline-block;
    float: right;
    right: 0;
    margin-top: 11px;
    z-index: 9999;
    background: transparent !important;
}

header .searchform:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #1b1b19;
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 11px;
    z-index: 1;
    cursor: pointer;
}

header .searchform .form-control {
    background-color: transparent;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0px 8px 0px 26px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    z-index: 0;
}

header .searchform .form-control:focus {
    border: 2px solid;
    border-radius: 5px;
    cursor: text;
    outline: 0;
    width: 230px;
    background: transparent;
    margin-right: 16px;
}

header .search-submit {
    display: none;
}

header input[type="search"] {
    -webkit-appearance: textfield;
}


/* Header add */

.header-add {
    vertical-align: middle;
    display: table-cell;
}

.header-add-center {
    margin-top: 24px;
    margin-bottom: -24px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .header-add {
        display: none;
    }
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
    list-style: none;
    margin: 0;
}

.site-navigation li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
    margin-left: 20px;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-parent > a, .site-navigation .current-menu-ancestor > a {
    color: #55d737;
    font-weight: 900;
}


/* Primary Navigation */

.primary-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 24px;
    background: #ffffff;
}

#sticker {
    z-index: 9999;
}

.primary-navigation.toggled-on {
    padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.primary-navigation.toggled-on .nav-menu {
    display: block;
}

.primary-navigation a {
    padding: 7px 0;
    line-height: inherit;
    display: block;
}

.primary-navigation a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
    top: 1px;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    text-align: center;
}

.site-navigation a {
    color: #1b1b19;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}

.site-navigation a:hover {
    color: #1b1b19;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-parent > a, .site-navigation .current-menu-ancestor > a {
    color: #1b1b19;
    font-weight: normal;
}


/* Primary Navigation */

.primary-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 24px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.primary-navigation.toggled-on {
    padding: 8px 0;
}

.primary-navigation .nav-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.primary-navigation a {
    padding: 7px 0;
    line-height: inherit;
    display: block;
}

.primary-navigation a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
    top: 1px;
    font-weight: 100;
    display: inline-block;
    width: 1em;
    text-align: center;
}


/* Mega Menu */

@media screen and (max-width: 400px) {
    .primary-navigation .mega-nav {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    .primary-navigation .mega-nav {
        display: none;
    }
}

@media screen and (min-width: 673px) {
    .primary-navigation .mega-nav li {
        border-top: none;
        border-bottom: none;
    }
    .primary-navigation .mega-nav {
        padding: 10px;
    }
    .primary-navigation .mega-nav > li {
        padding: 8px 21px;
    }
    .primary-navigation .mega-nav {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .primary-navigation {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .primary-navigation p {
        color: #fff;
        margin: 7px 0;
    }
    .primary-navigation a {
        padding: 0;
        margin: 7px 0;
    }
    .primary-navigation a:before {
        display: inline-block;
        width: 1em;
        text-align: center;
    }
    .site-navigation {
        border-top: 2px dotted;
    }
    .primary-navigation.toggled-on {
        position: relative;
        z-index: 9999;
    }
    .primary-navigation.toggled-on .nav-menu {
        position: relative;
        display: block;
        clear: both;
        padding-top: 8px;
        z-index: 9999;
        background: #ffffff;
    }
    .primary-navigation.toggled-on .nav-menu:before {
        content: '';
        width: 100%;
        position: relative;
        float: left;
        display: block;
        margin-top: 0;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.08);
        border-top: 1px solid;
    }
    .primary-navigation.toggled-on li a {
        border-top: 1px solid #ededed;
        padding: 16px;
        margin: 0;
    }
    .primary-navigation.toggled-on ul.children {
        border-top: 1px solid #ededed;
    }
    .primary-navigation.toggled-on ul.children ul {
        border: 0;
    }
    .primary-navigation.toggled-on ul.children li a {
        border-top: 0;
        text-transform: none;
    }
    .primary-navigation.toggled-on ul.children li a:before {
        content: "\f105";
        top: 0;
        font-family: 'FontAwesome';
        font-size: 14px;
    }
    .primary-navigation.toggled-on #menu-primary {
        overflow-y: scroll;
        width:100%;
        max-height:450px;
    }
    #sticker, .sticky-wrapper {
      height: 66px;
      max-height: 66px;
    }


    .site-navigation ul ul {
        margin-left: 0;
        border: 0;
    }
    .site-navigation ul ul ul {
        margin-left: 16px;
    }
    .sub-menu a {
        padding-left: 32px !important;    
      }
    .primary-navigation li.current_page_item > a:after, .primary-navigation li:hover > a:after {
        color: #a0cbd2;
    }
    .primary-navigation li:hover > a span, .primary-navigation ul.children li:hover > a span {
        border-bottom: 2px solid #a0cbd2;
        padding-bottom: 4px;
    }
    .primary-navigation li li:hover a span {
        border-bottom: 0;
        padding-bottom: 0;
    }
    header .searchform {
        position: relative;
        display: inline-block;
        float: left;
        background: #ffffff;
        margin-left: 8px;
        margin-top: 6px;
    }
    header .searchform:after {
        top: 8px;
    }
    header .form-control {
        margin: 0;
    }
    header .social-icons {
        margin-top: 5px;
        text-align: center;
        display: inline;
        position: absolute;
        width: 100%;
    }
    header .social-icons a {
        margin-right: 24px;
    }
    header .form-control:focus {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .primary-navigation {
        float: initial;
        font-size: 14px;
        margin: initial;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
        border-top: 2px dotted;
        z-index: -10;
    }
    .primary-navigation.toggled-on {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }
    .primary-navigation .menu-toggle {
        display: none;
        padding: 0;
    }
    .primary-navigation .nav-menu {
        border-bottom: 0;
        display: inline-block;
    }
    .primary-navigation a {
        padding: 0 16px;
        white-space: nowrap;
    }
    .primary-navigation a:before {
        position: relative;
        font-size: 16px;
        line-height: 0;
        margin-right: 9px;
        top: 2px;
        font-weight: 100;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-navigation ul ul a {
        padding: 16px;
        white-space: normal;
        width: 235px;
        text-align: left;
        text-transform: none;
        border-bottom: 1px solid #ededed;
    }
    .primary-navigation ul ul a:hover, .primary-navigation ul ul li.current_page_item a, .primary-navigation ul ul li.current_page_parent > a, .primary-navigation ul ul li.focus > a {
        background-color: rgba(161, 204, 211, 0.03);
        color: #a1ccd3;
    }
    .primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
        padding-right: 26px;
    }
    .primary-navigation .menu-item-has-children a, .primary-navigation .page_item_has_children a {
        padding-right: 26px;
    }
    .primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
        -webkit-font-smoothing: antialiased;
        content: '\f107';
        display: inline-block;
        font-family: 'FontAwesome';
        position: relative;
        margin-left: 0;
        margin-right: -17px;
        vertical-align: baseline;
        float: right;
        font-size: 16px;
    }
    .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
        content: "\f105";
        top: 0;
        left: -32px;
        font-family: 'FontAwesome';
        font-size: 14px;
    }
    .primary-navigation li .menu-item-has-children > a, .primary-navigation li .page_item_has_children > a {
        padding-right: 0;
        width: 235px;
    }
    .primary-navigation li:hover > a, .primary-navigation li.focus > a {
        background-color: transparent;
        color: initial;
    }
    .primary-navigation li {
        border: 0;
        display: inline-block;
        height: 64px;
        line-height: 65px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        z-index: 9997;
    }

    .primary-navigation li.current_page_item > a:after, .primary-navigation li:hover > a:after {
        color: #a0cbd2;
    }
    .primary-navigation li > a span {
        border-bottom: 2px solid rgba(160, 203, 210, 0);
        padding-bottom: 6px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .primary-navigation li:hover > a span {
        border-bottom: 2px solid rgba(160, 203, 210, 1.0);
        padding-bottom: 6px;
    }
    .primary-navigation li li:hover a span {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .primary-navigation li li > a span {
        border: 0 !important;
    }
    .primary-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909;
    }
    .primary-navigation ul ul li a:hover, .primary-navigation ul ul li a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .primary-navigation ul li:hover > ul, .primary-navigation ul li.focus > ul {
        left: auto;
    }
    .primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul {
        left: 100%;
    }
    .primary-navigation ul ul {
        background-color: #ffffff;
        float: left;
        margin: 0;
        position: absolute;
        top: 65px;
        visibility: hidden;
        z-index: -1;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        font-weight: normal;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: 0.1s;
        /* react immediately on hover */
    }
    .primary-navigation ul .mega-menu {
        position: absolute;
        visibility: hidden;
        z-index: -1;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        font-weight: normal;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: 0.1s;
        /* react immediately on hover */
    }
    .primary-navigation ul .mega-menu ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .primary-navigation ul .mega-menu ul li a {
        border-bottom: 0;
    }
    .primary-navigation ul ul, .primary-navigation ul .mega-menu {
        opacity: 0;
    }
    .primary-navigation ul li:hover > ul, .primary-navigation ul li:hover > .mega-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: 0s;
        /* react immediately on hover */
        z-index: 9999;
    }
    .primary-navigation ul ul li:hover ul {
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .primary-navigation ul ul ul {
        left: -999em;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .primary-navigation .search-absolute {
        margin-right: 44px;
    }
    .primary-navigation .mega-menu .menu-item {
        float: none;
    }
    .primary-navigation ul .mega-menu ul {
        position: static;
        float: none;
    }
    .primary-navigation .menu-item-has-mega-menu {
        position: relative;
    }
    .primary-navigation .mega-menu {
        position: absolute;
        left: auto;
        top: 100%;
        background: #fff;
        /* overrides from settings / styling / mega-menu */
        margin-top: 1px;
        visibility: hidden;
        z-index: -1;
        opacity: 0;
    }
    .primary-navigation ul li .mega-menu ul {}
    .primary-navigation ul li:hover > .mega-menu ul {
        background: none;
        visibility: visible;
        opacity: 1;
    }
    .primary-navigation .mega-menu a {
        padding: 0;
        display: inline;
        position: relative;
        line-height: 22px;
        text-transform: none;
    }
    #masthead .primary-navigation .mega-menu .current-menu-item a {
        font-weight: normal;
        color: #3de132;
    }
    .primary-navigation .mega-menu a:hover, .primary-navigation .mega-menu a:focus {
        text-decoration: underline;
    }
    .primary-navigation .mega-menu p {
        margin: 0 0 1em 0;
    }
    .primary-navigation .mega-menu a:before {
        top: -2px;
        line-height: 22px;
        text-decoration: none;
    }
    .primary-navigation .mega-menu a:after {
        display: none !important;
    }
    .primary-navigation .mega-menu li, .primary-navigation .mega-menu li:hover {
        background: none;
    }
    .primary-navigation .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }
    .primary-navigation .mega-menu .menu-item {
        color: white;
        text-transform: none;
        font-size: 13px;
        line-height: 20px;
    }
    /* row */
    .primary-navigation .mega-menu-row {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 30px 0;
    }
    .primary-navigation .mega-menu-row {
        border-top: 1px solid #484848;
        /* overrides from settings / styling / mega-menu */
    }
    .primary-navigation .mega-menu-row:first-child {
        border-top: none;
    }
    /* column */
    .primary-navigation .mega-menu-col {
        display: table-cell;
        width: 1px;
        padding: 0 30px;
        border-left: 2px dotted #D8D8D7;
        /* overrides from settings / styling / mega-menu */
    }
    .primary-navigation .mega-menu-col:first-child {
        border-left: none;
    }
    .primary-navigation .mega-menu-col > a {
        display: inline-block;
        width: auto !important;
        padding: 0 !important;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 14px;
        text-transform: none;
    }
    .primary-navigation .mega-menu-col > a {
        border-bottom: 0;
    }
    .primary-navigation .mega-menu-col > a:before {
        top: 2px;
    }
    /* column sub-menus */
    .primary-navigation .mega-menu-col .sub-menu .sub-menu {
        padding-left: 27px;
    }
    .primary-navigation .mega-menu-row .sub-menu-has-icons {
        padding-left: 27px;
    }
    .primary-navigation .mega-menu-row .menu-item-has-icon > p {
        margin-left: -27px;
    }
    .primary-navigation .mega-menu-row .sub-menu-has-icons a:before, .primary-navigation .mega-menu-row > .menu-item-has-icon > a:before {
        position: absolute;
        left: -27px;
        width: 18px;
        text-align: center;
        margin: 0;
    }
    .primary-navigation .mega-menu-row > .menu-item-has-icon > a {
        left: 27px;
    }
    .primary-navigation .mega-menu li:hover a {
        background: none;
    }
    .primary-navigation .mega-menu-col p + .sub-menu {
        margin-top: 12px;
    }
}


/* Secondary Navigation */

.secondary-navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    margin: 48px 0;
}

.secondary-navigation a {
    padding: 9px 0;
}

.secondary-navigation a.fa:before {
    margin-right: 10px;
}

.menu-toggle {
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: initial;
    right: initial;
    text-align: center;
    width: 48px;
    float: right;
}

.menu-toggle:before {
    color: #1b1b19;
    content: "\f419";
    display: inline;
    margin-top: 16px;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover, .menu-toggle:before {
    background-color: transparent;
}

.menu-toggle:focus {
    outline: none;
}


/* Navigation M Screen 768px*/

@media (min-width: 1200px) {
    .primary-navigation a {
        padding: 0px 16px;
    }
}


/**
 * 6.0 Breadcrumbs
 * -----------------------------------------------------------------------------
 */

.breadcrumbs {
    font-size: 12px;
    color: #000000;
    margin: 12px 0;
}

.breadcrumbs .separator {
    margin: 0 4px;
    font-size: 14px;
    line-height: 13px;
}

.breadcrumbs a {
    color: #000000;
}


/**
 * 7.0 Content
 * -----------------------------------------------------------------------------
 */

article {
    padding: 40px 16px 48px 16px;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.content-area {
    padding-top: 48px;
}

.hentry {
    margin: 0 auto 48px;
    max-width: 100%;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    max-width: 700px;
}

.page-content {
    margin-bottom: 48px;
}


/**
 * 7.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}

a.post-thumbnail {
    display: initial;
}

.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
}


/* Image Hover Zoom */

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

img.zoom-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    box-shadow: 0px 0px 0px 0px #000;
    /*Firefox opacity flickr bug fix */
}

img.zoom-img:hover {
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1000ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1000ms;
    overflow: hidden;
    opacity: 0.7;
}

a.post-thumbnail:after, .post-thumbnail:after {
    content: '';
    border-top: 2px dotted #ffffff;
    width: 100%;
    margin-top: -2px;
    float: left;
    margin-bottom: 0;
    position: relative;
}

article.has-post-thumbnail {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}


/**
 * 7.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.entry-title {
    line-height: 1.0909090909;
    margin: 0 0 32px 0;
    text-align: center;
}

.entry-title a {
    color: #2b2b2b;
    font-size: 48px;
}

.grid-post .entry-title a {
    font-size: 24px;
}
.list-post .entry-title a {
    font-size: 24px;
}

.site-content .entry-header {
    background-color: #fff;
    padding: 0 10px 6px;
}

.site-content .has-post-thumbnail .entry-header {
    padding-top: 24px;
}


/**
 * 7.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
    font-size: 0.8em;
    clear: both;
    font-weight: normal;
    line-height: 1.3333333333;
    text-align: center;
}

.entry-meta a {
    font-weight: normal;
    text-decoration: underline;
}

article.sticky:before {
    content: 'STICKY';
    font-size: 14px;
    padding: 8px 12px;
    background: #1B1B19;
    z-index: 2;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-border-radius: 0 5px 0 5px;
    border-radius: 0 5px 0 5px;
}

.sticky .entry-date {
    display: none;
}

.entry-date:last-of-type:after {
    text-decoration: none;
}

.cat-links {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.cat-links:before {
    z-index: 1;
    display: inline-block;
    width: 32px;
    height: 2px;
    border-top: 2px solid;
    content: "";
    margin-right: 8px;
    vertical-align: middle;
}

.cat-links:after {
    z-index: 1;
    display: inline-block;
    width: 32px;
    height: 2px;
    border-top: 2px solid;
    content: "";
    margin-left: 8px;
    vertical-align: middle;
}

.cat-links a {
    text-decoration: none;
}

.byline {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.site-content .entry-meta {
    background-color: #fff;
    margin-bottom: 8px;
}

.site-content footer.entry-meta {
    margin: 24px auto 0;
    padding: 0 10px;
}


/* Tag links style */

.single-post .entry-meta .tag-links a, .widget .tagcloud a {
    border-radius: 5px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
    margin: 0 8px 8px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-post .single-post-meta-bottom {
    border-top: 2px dotted;
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 32px 0 32px;
    margin-top: 28px;
    margin-bottom: -24px;
}

.list-view .list-post-meta-bottom {
    border-top: 2px dotted;
    margin-left: -16px;
    margin-right: -16px;
    padding: 20px 32px 0 32px;
    display: block;
    margin-top: 28px;
    margin-bottom: -24px;
}

.list-view .list-post-meta-bottom .tag-links {
    display: block;
    margin-top: 8px;
}

.single-post .entry-meta .tag-links a:hover {
    color: #fff;
}


/**
 * 7.4 Entry Content
 * -----------------------------------------------------------------------------
 */

@media (min-width: 768px) {
    .entry-content:first-of-type p:first-of-type::first-letter {
        font-weight: normal;
        color: #9FCBD2;
        float: left;
        font-size: 90px;
        line-height: 81px;
        text-transform: uppercase;
        padding-right: 8px;
    }
    .entry-content:first-of-type blockquote p:first-of-type::first-letter, .entry-content .form-mailchimp:first-of-type p:first-of-type::first-letter {
        font-weight: inherit;
        color: inherit;
        float: inherit;
        font-size: inherit;
        line-height: inherit;
        text-transform: inherit;
        padding-right: inherit;
    }
}

.entry-content, .entry-summary, .page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.site-content .entry-content, .site-content .entry-summary, .page-content {
    background-color: #fff;
    padding: 6px 10px 0;
}

.page .entry-content {
    padding-top: 0;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
    margin-top: 0;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: underline;
    font-weight: normal;
}

.entry-content table, .comment-content table {
    font-size: 14px;
    line-height: 1.2857142857;
}

.entry-content th, .comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.entry-content td, .comment-content td {
    padding: 8px;
}

.entry-content .edit-link {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-content .edit-link a {
    color: #767676;
    text-decoration: none;
}

.entry-content .edit-link a:hover {
    color: #41a62a;
}


/* Mediaelements */

.hentry .mejs-container {
    margin: 12px 0 18px;
}

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
    background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #a0cbd2;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

.hentry .mejs-overlay-loading {
    background: transparent;
}


/* Page links */

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

.page-links a, .page-links > span {
    background: #fff;
    display: inline-block;
    margin: 0 1px 2px 0;
    text-align: center;
    font-weight: bold;
}

.page-links a {
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px;
}

.page-links > .page-links-title {
    height: auto;
    margin: 0;
    padding-right: 7px;
    width: auto;
}


/**
 * 7.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

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

.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 {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    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;
}


/**
 * 7.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content, .format-aside .entry-summary, .format-quote .entry-content, .format-quote .entry-summary, .format-link .entry-content, .format-link .entry-summary {
    padding-top: 0;
}

.site-content .format-link .entry-title, .site-content .format-aside .entry-title, .site-content .format-quote .entry-title {
    display: none;
}

.format-quote blockquote {
    font-size: 24px;
}

.soundcloud {
    margin-bottom: -30px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

article.has_soundcloud {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.soundcloud:after {
    content: '';
    border-top: 2px dotted #ffffff;
    width: 100%;
    margin-top: -33px;
    float: left;
    margin-bottom: 0;
    position: relative;
}

.soundcloud iframe {
    width: 100%;
}

.video_embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

article.hasvideo {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.video_embed:after {
    content: '';
    border-top: 2px dotted #ffffff;
    width: 100%;
    margin-top: -33px;
    float: left;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
}

.video_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**
 * 7.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    hyphens: auto;
    word-wrap: break-word;
}

.post-navigation, .image-navigation {
    margin: 24px auto 48px;
    max-width: 700px;
    padding: 0 10px;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
    max-width: 300px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%;
    display: inline-block;
}

.post-navigation a[rel="next"], .image-navigation .previous-image[rel="next"], .image-navigation .next-image[rel="next"] {
    float: right;
    text-align: right;
}

.post-navigation .meta-nav {
    color: #7c7c7c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
}

.post-navigation a, .image-navigation a {
    color: #2d2d2d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    text-transform: uppercase;
}

.post-navigation a:hover, .image-navigation a:hover {
    color: #41a62a;
}


/* Paging Navigation */

.paging-navigation {
    border-top: 5px solid #000;
    margin: 48px 0;
    position: relative;
    float: left;
}

.paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}

.paging-navigation .page-numbers {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
}

.paging-navigation a {
    color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
    border-top: 5px solid #a0cbd2;
}

.paging-navigation a:hover {
    border-top: 5px solid #41a62a;
    color: #2b2b2b;
}


/**
 * 7.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar, .attachment .post-thumbnail {
    display: none;
}

.attachment .entry-content {
    padding-top: 0;
}

.attachment footer.entry-meta {
    text-transform: none;
}

.entry-attachment .attachment {
    margin-bottom: 24px;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

@media (max-width: 600px) {
    #bg {
        display: none;
    }
}


/**
 * 7.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header, .page-header {
    margin: 24px auto;
    max-width: 700px;
}

.archive-title, .page-title, .search-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}

.taxonomy-description, .author-description {
    color: #767676;
    font-size: 14px;
    line-height: 1.2857142857;
    padding-top: 18px;
}

.taxonomy-description p, .author-description p {
    margin-bottom: 18px;
}

.taxonomy-description p:last-child, .author-description p:last-child {
    margin-bottom: 0;
}

.taxonomy-description a, .author-description a {
    text-decoration: underline;
}

.taxonomy-description a:hover, .author-description a:hover {
    text-decoration: none;
}


/**
 * 7.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 10px;
}

.contributor:first-of-type {
    padding-top: 24px;
}

.contributor-info {
    margin: 0 auto;
    max-width: 700px;
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px;
}

.contributor-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.contributor-bio a {
    text-decoration: underline;
}

.contributor-bio a:hover {
    text-decoration: none;
}

.contributor-posts-link {
    display: inline-block;
    line-height: normal;
    padding: 10px 30px;
}

.contributor-posts-link:before {
    content: "\f443";
}


/**
 * 7.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
    padding-top: 0;
}

.error404 .page-content .searchform {
    margin-bottom: 24px;
}


/**
 * 7.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
    max-width: 100%;
}


/**
 * 7.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
    margin-top: -48px;
}


/**
 * 7.14 Comments
 * -----------------------------------------------------------------------------
 */

#comments {
    padding: 40px 16px 48px 16px;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}

#comments ol {
    margin: 0;
}

#comments .comments-title, .comment-respond h3 {
    text-align: center;
    margin: 0 0 32px 0;
    font-size: 24px;
}

#comments .comments-title:after, .comment-respond h3:after {
    content: " ";
    border-bottom: 2px solid;
    padding-top: 8px;
    width: 32px;
    position: relative;
    margin: auto;
    clear: both;
    display: block;
}

article.comment-body {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    position: relative;
}

.comment-list {
    list-style: none;
}

.comment-author {
    font-size: 20px;
    line-height: 1.7142857142;
    width: 75%;
}

#comments p:first-of-type::first-letter {
    font-weight: inherit;
    color: inherit;
    float: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    padding-right: inherit;
}

.comment-list .reply, .comment-metadata {
    font-size: 14px;
    line-height: 2;
    font-style: italic;
}

.comment-list .reply {
    margin-top: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.comment-list .reply a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 12px 16px;
    line-height: 1;
    font-style: normal;
}

.nav-next.ghost-button a::before {
    font-family: 'FontAwesome';
    content: "\f060";
    margin-right: 8px;
    font-weight: normal;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
    border-top: 2px dotted;
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -5px;
}

.says {
    display: none;
}

.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
    padding-left: 50px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:before, .comment-reply-login:before {
    font-family: 'FontAwesome';
    content: "\f112";
    margin-right: 6px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul, .comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul, .comment-content li > ol {
    margin-bottom: 0;
}

.comment-content >:last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0px;
    margin-bottom: 24px;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
    font-weight: normal;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags, .form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

.comment-list .children article {
    padding-left: 24px !important;
}

@media (max-width: 320px) {
    .comment-list .reply {
        display: block;
        position: relative;
    }
}

/**
 * 7.15 Gallery & Portfolio
 * -----------------------------------------------------------------------------
 */

.site-content.project-content .has-post-thumbnail .entry-header {
    padding-top: 0;
}

.full-width.singular .site-content.project-content .hentry.has-post-thumbnail, .full-width.home .site-content.project-content .hentry.has-post-thumbnail {
    margin-top: 0;
}

.full-width .site-content.project-content .has-post-thumbnail .entry-header, .full-width.singular .site-content.project-content .hentry.has-post-thumbnail, .full-width.home .site-content.project-content .hentry.has-post-thumbnail {
    margin-top: 0;
}

.site-content.project-content .has-post-thumbnail .entry-header {
    margin-top: 0;
}

.gallery-list, .portfolio-list {
    margin: 0;
    list-style: none;
    font-size: 0;
}

.gallery-list .gallery-item {
    display: inline-block;
    float: none;
    margin: 0 8px 8px 0;
}

section.portfolio {
    margin-bottom: 10px;
}

.portfolio-list .portfolio-item {
    display: block;
    float: left;
    margin: 0 10px 30px 0;
}

.gallery-list .gallery-img {
    width: 213px;
    min-height: 160px;
    position: relative;
}

a.pp_arrow_previous, a.pp_arrow_next {
    margin-top: 9px !important;
}

.portfolio-list .portfolio-img {
    width: 223px;
    position: relative;
}

.portfolio-img h4.title-item {
    margin-top: 20px;
}

.portfolio-item h4 a {
    text-decoration: none;
}

.gallery-list .gallery-item .see-more, .portfolio-list .portfolio-item .see-more {
    line-height: 170px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    /*background-color: rgba(5, 0, 0, 0.3);*/
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-list .gallery-item .see-more .hover-title, .portfolio-list .portfolio-item .see-more .hover-title, .gallery-list .gallery-item .title-item {
    display: none;
}

.gallery-list .gallery-item img {
    max-width: 100%;
}

.title-item {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-top: 28px;
}

.wrapp-categories-gallery, .wrapp-categories-portfolio {
    overflow: hidden;
    margin: 12px 0 10px;
}

.wrapp-categories-gallery .gallery-categories, .wrapp-categories-portfolio .portfolio-categories {
    list-style: none;
    margin: 0;
    font-size: 12px;
}

.wrapp-categories-gallery .gallery-categories li, .wrapp-categories-portfolio .portfolio-categories li {
    float: left;
    color: #767676;
    text-transform: uppercase;
}

.wrapp-categories-gallery .gallery-categories .categories-item.active, .wrapp-categories-gallery .gallery-categories li:hover, .wrapp-categories-portfolio .portfolio-categories .categories-item.active, .wrapp-categories-portfolio .portfolio-categories li:hover {
    cursor: pointer;
    color: #a0cbd2;
}

.wrapp-categories-gallery .separator, .wrapp-categories-portfolio .separator {
    float: left;
    margin: 0 5px;
}

#Container .mix {
    display: none;
}


/**
 * 7.16 Nivo Slider
 * -----------------------------------------------------------------------------
 */

.wrap-nivoslider.theme-default {
    position: relative;
    margin-bottom: 45px;
}

.wrap-nivoslider .nivo-caption {
    font-style: italic;
    font-size: 16px;
    color: #fff;
    padding: 21px 130px 21px 35px;
}

.wrap-nivoslider .nivoSlider .nivo-caption a {
    text-decoration: none;
    color: #55d727;
    border-bottom: none;
}

.wrap-nivoslider.theme-default .nivoSlider {
    box-shadow: none;
    z-index: 2;
}

.wrap-nivoslider.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
    position: absolute;
    right: 28px;
    bottom: 13px;
    z-index: 10;
}

.wrap-nivoslider.theme-default .nivo-html-caption {
    position: relative;
}

.wrap-nivoslider.theme-default .nivo-controlNav a {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.3;
    width: 9px;
    height: 9px;
}

.wrap-nivoslider.theme-default .nivo-controlNav a.active {
    opacity: 1;
}

.wrap-nivoslider.theme-default .nivo-directionNav a {
    background: url("images/arrows2.png") no-repeat;
    width: 19px;
    height: 38px;
    margin-top: -15px;
}

.wrap-nivoslider.theme-default a.nivo-nextNav {
    background-position: -21px 0;
}

.nivoslider-image {
    visibility: hidden;
}


/**
 * 7.17 Forms Styles
 * -----------------------------------------------------------------------------
 */


.contact-form input[type="submit"]:hover {
    margin-top: -3px;
    margin-bottom: 3px;
}

.wrap-forms {
    margin-bottom: 20px;
}

.wrap-forms .wrap-step {
    width: 100%;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    height: 52px;
    margin-bottom: 37px;
}

.wrap-forms .wrap-step .steps {
    list-style: none;
    text-align: justify;
    margin: 0;
    padding: 11px 20px 0;
}

.wrap-forms .wrap-step .steps:after {
    width: 100%;
    height: 0;
    content: '';
    display: inline-block;
}

.wrap-forms .wrap-step .steps li {
    display: inline-block;
}

.wrap-forms .wrap-step .steps .step {
    color: #0f6ab8;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.wrap-forms .wrap-step .steps .step span {
    background: #0f6ab8;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    line-height: 15px;
    vertical-align: text-bottom;
    display: inline-block;
    height: 15px;
    width: 15px;
    text-align: center;
}

.wrap-forms .wrap-step .steps li.active-step .step span {
    background: #2b2b2b;
}

.wrap-forms .wrap-step .steps li.active-step .step, .wrap-forms .wrap-step .steps .step:hover, .wrap-forms .wrap-step .steps .step:hover strong {
    color: #2b2b2b;
    border-color: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step:hover span {
    background: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step strong {
    border-bottom: 1px solid #0f6ab8;
}

.wrap-forms .wrap-step .steps li.active-step .step strong {
    border: none;
}

.wrap-forms .field-text, .wrap-forms .field-gap, .wrap-forms .field-textarea, .wrap-forms .field-select, .wrap-forms .field-upload, .wrap-forms .field-date, .wrap-forms .field-time, .wrap-forms .field-multiple, .wrap-forms .field-rating, .wrap-forms .field-table {
    margin-bottom: 23px;
    width: 100%;
}

.wrap-forms .field-checkbox, .wrap-forms .field-radio {
    margin-bottom: 15px;
}

.wrap-forms .field-text.field-address {
    margin-bottom: -8px;
}

.wrap-forms .field-multiple div[class*='field-'] {
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
}

.wrap-forms .wrap-rating .rating span {
    font-size: 19px;
}

.wrap-forms .wrap-rating .rating-title {
    margin-bottom: 19px;
}

.wrap-forms label, .wrap-forms input, .wrap-forms select {
    width: 100%;
}

.wrap-forms .field-text.field-address input, .wrap-forms .field-text.field-address textarea, .wrap-forms .field-text.field-address select {
    margin-bottom: 31px;
}

.wrap-forms .field-text.field-address input:last-child {
    margin-bottom: 0;
}

.wrap-forms label {
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
}

.wrap-forms sup {
    font-size: 16px;
    color: #c0392b;
    top: 0;
    left: 2px;
}

.wrap-forms input, .wrap-forms select {
    font-size: 14px;
    height: 41px;
    padding: 0 15px;
}

.wrap-forms textarea {
    padding: 8px 15px;
    height: 162px;
    font-size: 14px;
    line-height: 22px;
}

.wrap-forms select {
    border-color: #e5e5e5;
}

.wrap-forms .field-gap input.fill-gap {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #808080;
    text-align: left;
    width: initial;
    height: initial;
}

.wrap-forms .field-gap input.fill-gap:hover, .wrap-forms .field-gap input.fill-gap:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #808080;
    background: none;
}

.wrap-forms div[class*='field-'] .omega {
    width: 48%;
    display: inline-block;
}

.wrap-forms div[class*='field-'] .omega.omega-right, .wrap-forms div[class*='field-'] .omega-right {
    float: right;
}

.wrap-forms .field-time .time {
    width: 82%;
    display: inline-block;
}

.wrap-forms .field-time .time-format {
    width: 16%;
    float: right;
    display: inline-block;
}

.wrap-forms .field-upload .upload-file-input, .wrap-forms .field-upload .upload-file-button {
    display: inline-block;
    width: auto;
}

.wrap-forms .field-upload .upload-file-input {
    width: 86%;
}

.wrap-forms .field-upload .upload-file-button {
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.wrap-forms .field-table table, th, td {
    border-color: #e5e5e5;
}

.wrap-forms .field-table table thead tr td {
    text-align: center;
    background: #f7f7f7;
    padding: 8px 20px;
    min-height: 73px;
    line-height: 52px;
}

.wrap-forms .field-table table thead tr td span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.wrap-forms .field-table table tbody tr td {
    padding: 15px;
    line-height: 20px;
}

.wrap-forms .field-table table tbody tr td.input-styled {
    text-align: center;
    padding: 0;
}

.wrap-forms .field-table table tbody tr td.input-styled .custom-radio {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.wrap-forms input:-moz-placeholder, .wrap-forms textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    text-transform: none;
    font-style: italic;
}

.wrap-forms input::-moz-placeholder, .wrap-forms textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    text-transform: none;
    font-style: italic;
}

.wrap-forms input:-ms-input-placeholder, .wrap-forms textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    text-transform: none;
    font-style: italic;
}

.wrap-forms input::-webkit-input-placeholder, .wrap-forms textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    font-style: italic;
    text-transform: none;
}

.wrap-forms input:focus::-webkit-input-placeholder {
    color: transparent;
}

.wrap-forms textarea:focus::-webkit-input-placeholder {
    color: transparent;
}


/* Custom CheckBox  & Radio */

.wrap-forms .custom-checkbox, .wrap-forms .custom-radio {
    position: relative;
}

.wrap-forms .custom-checkbox::selection, .wrap-forms .custom-radio::selection {
    background: transparent;
    color: inherit;
}

.wrap-forms .custom-checkbox input, .wrap-forms .custom-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: auto;
    width: auto;
    border: none;
    margin: 0;
}

.wrap-forms .custom-checkbox label, .wrap-forms .custom-radio label {
    position: relative;
    width: auto;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 0 33px;
    margin-top: 8px;
    cursor: pointer;
    min-height: 17px;
}

.wrap-forms .custom-checkbox label::selection, .wrap-forms .custom-radio label::selection {
    background: transparent;
    color: inherit;
}

.wrap-forms .custom-checkbox label.focus, .wrap-forms .custom-radio label.focus {
    outline: none;
}

.wrap-forms .custom-checkbox label:before, .wrap-forms .custom-radio label:before, .wrap-forms .custom-checkbox label:after, .wrap-forms .custom-radio label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.wrap-forms .custom-checkbox label:before, .wrap-forms .custom-radio label:before {
    width: 24px;
    height: 24px;
    border: 2px solid;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.wrap-forms .custom-checkbox label.checked:after {
    width: 9px;
    height: 9px;
    margin: 2px 4px 4px 5px;
    font-family: 'FontAwesome';
    content: "\f00c";
}

.wrap-forms .custom-radio label.checked:after {
    width: 9px;
    height: 9px;
    margin: 2px 4px 4px 8px;
    ;
    font-family: 'FontAwesome';
    content: "\f111";
    font-size: 10px;
}

.wrap-forms .custom-radio label:before, .wrap-forms .custom-radio label.checked:after {
    border-radius: 50%;
}


/* Styled Select */

.wrap-forms .selectize-control .selectize-input {
    border: 2px solid;
    height: 41px;
    padding: 0 15px;
    box-shadow: none;
    border-radius: 5px;
}

.wrap-forms .selectize-control .selectize-input:focus {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wrap-forms .selectize-control .selectize-input > * {
    font-size: 14px;
    line-height: 40px;
}

.wrap-forms .selectize-control .selectize-dropdown-content > div[data-selectable]:hover, .wrap-forms .selectize-control .selectize-dropdown-content > div[data-selectable].selected, .wrap-forms .selectize-control .selectize-dropdown-content > div[data-selectable].active {
    background: rgba(67, 129, 182, 0.2);
}


/* Section Break */

.wrap-forms .section-break {
    border-top: 1px solid #e5e5e5;
    margin: 42px auto 39px;
    padding-top: 25px;
}

.wrap-forms .section-break .title {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Arial';
    color: #333333;
    font-weight: 400;
    margin-bottom: 13px;
}

.wrap-forms .section-break .sub-title {
    font-size: 13px;
    font-family: 'Arial';
    font-weight: 400;
    color: #595959;
}

.wrap-forms .nav-form {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 29px;
    margin-top: 48px;
}

.wrap-forms .nav-form .button.button-nav-form, .wrap-forms .nav-form .number-pages-form {
    display: inline-block;
}

.wrap-forms .nav-form .button.button-nav-form {
    border-top-left-radius: 0;
    padding: 10px 20px;
    font-weight: 400;
}

.wrap-forms .nav-form .number-pages-form {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 7px;
}

.wrap-forms .nav-form .button.button-nav-form.next {
    float: right;
}

.wrap-forms .nav-form .button.button-nav-form.prev {
    float: left;
}


/**
 * 7.18 Related posts
 * -----------------------------------------------------------------------------
 */

.related-posts {
    padding: 0px 16px 0px 16px;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 32px 0 48px 0;
    width: 100%;
}

.related-posts article {
    list-style: none;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    padding-bottom: 28px;
    padding-top: 0;
}

.related-posts h2 {
    font-size: 24px;
    text-align: center;
    margin: 32px 0 32px 0;
}

.related-posts h2::after {
    content: " ";
    border-bottom: 2px solid;
    padding-top: 8px;
    width: 32px;
    position: relative;
    margin: auto;
    clear: both;
    display: block;
}

.related-posts article h5 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: -3px;
}

.related-posts article a.date {
    font-style: italic;
    font-size: 14px;
}

.related-posts article figure img:hover {
    opacity: 0.7;
}

.related-posts ul {
    list-style: none;
}

@media screen and (max-width: 991px) {
    .related-posts {
        text-align: center;
        margin-bottom: 40px;
    }
    .related-posts figure {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }
    .related-posts figure img {
        width: 100%;
        height: auto;
    }
    .related-posts article {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .related-posts figure {
        float: left;
        min-height: 111px;
    }
}

@media screen and (min-width: 1200px) {
    .related-posts figure {
        float: left;
        min-height: 139px;
    }
}


/**
 * 7.19 Post Excerts shortcodes
 * -----------------------------------------------------------------------------
 */

.list-content-wrapper {
    padding: 24px 30px;
}

.list-post .col-md-8, .list-post .col-md-4, .list-post article {
    padding: 0;
}

.list-content-wrapper .fw-btn-text-link {
    margin-top: 16px;
    float: right;
}

.list-content-wrapper .entry-header {
    margin-bottom: 13px;
}  

.grid-post .fw-btn-main {
    margin: 32px auto 0 auto;
}

.grid-post .fw-btn-main:hover {
    margin: 29px auto 3px auto;
}

.grid-post .video_embed {
    padding-bottom: 66.25%;
}
.grid-post .format-quote blockquote {
    border-left: none;
    padding-left: 30px;
    padding-right: 26px;
    margin: 17px 0 -29px 0;
}

@media screen and (min-width: 992px) {
  .grid-post .entry-title {
      font-size: 24px;
  }
  .grid-post article {
      min-height: 436px;
  }
  .grid-post article {
    padding-top: 28px;
  }
  .grid-post .entry-title {
    margin: 0 0 16px 0;
  }
  .grid-post .entry-header {
    margin-bottom: 16px;
  }
  .grid-post .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .list-view .list-post-meta-bottom .tag-links {
    width: 75%;
  }
}

.list-content-wrapper .entry-meta {
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
  .list-post .post-thumbnail {
      width: 50%;
      display: inline-block;
      float: left;
  }
  .list-post .list-content-wrapper {
      width: 50%;
      display: inline-block;
      float: left;
  }
  .list-post a.mask, .list-post .post-thumbnail img {
      -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
  }
  .list-post a.post-thumbnail:after {
      display: none;
      border-top: 0;
      border-right: 2px dotted #ffffff;
  }
  .list-post a.post-thumbnail:before {
      content: '';
      border-right: 2px dotted #FFFFFF;
      width: 32px;
      height: 100%;
      right: 0;
      position: absolute;
      z-index: 2;
  }
  .format-quote .list-content-wrapper {
      width: 100%;
  }
  .list-content-wrapper {
      padding: 24px 30px;
  }
  .list-content-wrapper h1 {
      font-size: 24px;
      line-height: 1;
      margin: 0 0 6px 0;
  }
  .list-content-wrapper .entry-meta {
      margin: 0 0 6px 0;
  }    
}

.bxslider {
    opacity: 0;
}

.post-slider {
    position: relative;
    margin-bottom: 32px;
}

.post-slider h1 {
    position: relative;
    text-align: center;
    margin-top: 16px;
}

.post-slider h1 a {
    color: #ffffff;
}

.post-slider .slider-entry-meta {
    text-align: center;
    margin-bottom: 20px;
}

.post-slider .slider-entry-meta a {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
}

.post-slider .cat-links {
    margin-top: 32px;
    margin-bottom: 0;
}

.post-slider .cat-links a {
    color: #ffffff;
}

.post-slider img {
    background: rgba(255, 0, 0, 0.25);
}

.post-slider .slider-content {
    position: absolute;
    z-index: 1;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
}

.post-slider .fw-btn {
    margin: 0 auto;
}

.post-slider .fw-btn:hover {
    margin: -3px auto;
}


/**
 * 7.20 Social share
 * -----------------------------------------------------------------------------
 */

.mml-40 {
    margin-left: -40px;
    margin-top: -4px;
    float: right;
}

.list-post-meta-bottom .mml-40, .list-post-meta-bottom .tal {
    margin-bottom: -32px;
}

.tal {
    text-align: left !important;
}

.col-md-3.mml-40 a.social-share {
    float: right;
}

a.social-share {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

@media (max-width: 992px) {
    .tal {
        float: none;
        text-align: center !important;
        margin-bottom: 42px;
        position: relative;
    }
    .list-post-meta-bottom .tal {
        margin-bottom: 16px;
    }
    .col-md-3.mml-40 {
        width: 100%;
    }
    .mml-40 {
        clear: both;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .col-md-3.mml-40 a.social-share {
        float: none;
    }
    a.social-share {
        float: none;
        margin-bottom: 16px;
    }
    .single-post .tal.entry-meta .tag-links a {
        margin: 0 4px 8px 4px;
    }
}

a.social-share:before {
    content: "\f1e0";
    font-family: 'FontAwesome';
    padding-right: 8px;
}


/* Modal Overlay */

.modal-overlay {
    background: rgba(0, 0, 0, .75);
    height: 100%;
    left: 0;
    display: flex;
    overflow: auto;
    padding: 1.5em;
    position: fixed;
    top: 0;
    transition: opacity .2s;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
}

.modal-overlay[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.modal-overlay[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}


/* Modal Content Area */

.modal-content {
    background: #ffffff;
    margin: auto;
    margin-top: 25%;
    max-width: 800px;
    overflow: auto;
    overflow-x: hidden;
    padding: 1.5em;
    position: relative;
    transform: scale(.8);
    transition: transform .3s;
    width: 100%;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: -30;
}

.modal-content h4 {
    text-align: center;
}

.modal-content ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-bottom: 32px;
}

.modal-content ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    margin-top: 20px;
}

.modal-content ul li a {
    border-radius: 50%;
    padding: 8px 9px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.modal-overlay[aria-hidden="false"] .modal-content {
    transform: scale(1);
}


/* Close Modal Button */

.btn-close {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 25px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
    line-height: 1;
}

.btn-close:hover {
    color: #c12f48;
}


/* Modal Content Area */

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-content ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-bottom: 32px;
}

.modal-content ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    margin-top: 20px;
}

.modal-content ul li a {
    border-radius: 50%;
    padding: 5px 9px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 122px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/**
 * 7.21 About the author
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 768px) {
    /* Grid paddings */
    .blog-author {
        margin-left: -40px;
        margin-right: -40px;
    }
}

.blog-author {
    clear: both;
    display: block;
    border-top: 2px dotted;
    padding: 32px 32px 0 32px;
    margin-top: 48px;
    margin-bottom: -24px;
}

.blog-author .avatar {
    border-radius: 50%;
    float: left;
    margin: 0 24px 16px 0;
}

.blog-author h3 {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
  .blog-author {
    padding: 32px 0;
    text-align: center;
    position: relative;
  }
  .blog-author .avatar {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
  }
}

/**
 * 8.0 None Pages 
 * -----------------------------------------------------------------------------
 */

.error-404, .no-post {
    text-align: center;
    margin-bottom: 40px;
}

.error-404 h2, .no-post h2 {
    color: #f5f5f5;
    text-align: center;
    font-size: 200px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.error-404 p {
    margin-top: -170px;
}

.error-404 .searchform, .no-post .searchform {
    margin-bottom: 64px;
}

.error-404 form.searchform, .no-post form.searchform {
    position: relative;
}

.error-404 form.searchform input, .no-post form.searchform input {
    width: 100%;
}

.error-404 form.searchform:after, .no-post form.searchform:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #1b1b19;
    font-size: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    z-index: 0;
}

@media (max-width: 992px) {
    .error-404 h2, .no-post h2 {
        font-size: 100px;
        height: 200px;
    }
  }
.search-no-results article {
  margin-bottom: 40px;
}

/**
 * 9.0 Sidebars
 * -----------------------------------------------------------------------------
 */


/* Secondary */

#secondary {
    position: relative;
    z-index: 2;
}

.site-description {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}


/* Primary Sidebar */

.primary-sidebar {
    padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
    padding-top: 0;
}


/**
 * 9.1 Widgets
 * -----------------------------------------------------------------------------
 */


/* Primary Sidebar, Footer Sidebar */

.widget {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.2857142857;
    margin-bottom: 48px;
    width: 100%;
    word-wrap: break-word;
    float: left;
}

.widget a {
    color: #fff;
}

.widget ul a {
    display: list-item;
}

.widget a:hover {
    color: #41a62a;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    margin: 24px 0 12px;
}

.widget h1, .content-sidebar .widget_rss h1 a {
    font-size: 22px;
    line-height: 1.0909090909;
}

.widget h2 {
    font-size: 20px;
    line-height: 1.2;
}

.widget h3 {
    font-size: 18px;
    line-height: 1.3333333333;
}

.widget h4 {
    font-size: 16px;
    line-height: 1.5;
}

.widget h5 {
    font-size: 14px;
    line-height: 1.7142857142;
}

.widget h6 {
    font-size: 12px;
    line-height: 2;
}

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7);
}

.widget mark, .widget ins {
    color: #000;
}

.widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 12px;
    line-height: 1.5;
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.widget blockquote cite {
    color: #fff;
    font-size: 14px;
    line-height: 1.2857142857;
}

.widget dl, .widget dd {
    margin-bottom: 18px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}

.widget li > ol, .widget li > ul {
    margin-left: 10px;
}

.widget_meta ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_categories ul li a:before {
    margin-right: 8px;
    vertical-align: text-bottom;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: "\f105";
}

.widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
    margin-bottom: 18px;
}

.widget input:focus, .widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.widget .widget-title {
    text-align: center;
    margin: 0 0 32px 0;
}

.widget .widget-title::after {
    content: " ";
    border-bottom: 2px solid;
    padding-top: 8px;
    width: 32px;
    position: relative;
    margin: auto;
    clear: both;
    display: block;
}

.widget-title, .widget-title a {
    color: #fff;
}

.widget-title a:hover {
    color: #41a62a;
}


/* Calendar Widget*/

.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    font-weight: normal;
    line-height: 1.7142857142;
    margin-bottom: 16px;
}

.widget_calendar thead th {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td, .widget_calendar thead th {
    text-align: center;
}

.widget_calendar tbody a {
    background-color: #a0cbd2;
    color: #fff;
    display: block;
}

.widget_calendar tbody a:hover {
    color: #fff;
}

.widget_calendar #prev {
    padding-left: 5px;
}

.widget_calendar #prev a, .widget_calendar #next a {
    font-size: 14px;
    font-weight: normal;
}

.widget_calendar #next {
    padding-right: 5px;
    text-align: right;
}


/* Tagcloud */

.widget .tagcloud {
    text-align: center;
}

.widget .tagcloud a {
    line-height: 1;
    font-weight: normal;
    font-size: 14px !important;
}


/* List Style Widgets*/

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li, .widget_recent_articles li {
    border-top: 2px dotted;
    padding: 8px 0 9px;
}

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child, footer .widget ul li:first-child, .widget_recent_articles li:first-child {
    border-top: 0;
}

.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
    border-top: 2px dotted;
    margin-top: 9px;
}

.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
    padding-bottom: 0;
}

.widget_nav_menu img {
    display: none;
}

.widget .badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    margin-top: 2px;
}


/* Recent Posts Widget */

.widget_recent_entries .post-date {
    display: block;
}


/* Recent Articles Widget */

.widget .news-article {
    float: left;
    display: block;
    width: 100%;
}

.widget_recent_articles li {
    padding-top: 16px;
    padding-bottom: 16px;
}

.widget .news-thumb {
    float: left;
    display: inline-block;
    position: relative;
}

.widget .news-content {
    display: table;
    position: relative;
}

.widget .news-thumb img {
    margin-right: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget .news-thumb img:hover {
    opacity: 0.7;
}

.widget .news-content h4 {
    font-size: 14px;
    padding-top: 0;
    margin: 0;
    line-height: 1;
}

.widget .news-content a {
    padding: 0;
}

.widget .news-content span a {
    font-size: 14px;
    font-style: italic;
}

footer .news-content h4, footer .news-content h4 a {
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .widget .news-thumb {
    float: left;
    display: inline;
    position: relative;
    width: 40%;
  }
  .widget .news-content {
    float: left;
    display: inline;
    position: relative; 
    width: 60%;
}
}

/* RSS Widget */

.rsswidget img {
    display: none;
}

.rssSummary {
    margin: 9px 0;
}

.rss-date {
    display: block;
    font-size: 14px;
    font-style: italic;
}

.widget_rss li {
    border-bottom: 2px dotted;
    padding: 8px 0 12px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    border: 0;
}


/* Text Widget */

.textwidget {
    font-size: 16px;
}

.widget_text > div >:last-child {
    margin-bottom: 0;
}


/* Search Widget */

.widget_search form.searchform {
    position: relative;
}

.widget_search form.searchform:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #1b1b19;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 9px;
    z-index: 0;
}


/* Banner Ad */

.widget_banner_ad {
    padding: 32px !important;
}
.widget_banner_ad img {
  width: 100%;
  height: auto;
}


/* About Me */

.content-sidebar .about-me {
    position: relative;
}

.content-sidebar .about-me .cover-photo img {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
}

.content-sidebar .about-me .cover-photo:after {
    content: '';
    border-top: 2px dotted #ffffff;
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: absolute;
    margin-top: -2px;
}

.content-sidebar .about-me .profile-photo {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    right: 12px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.content-sidebar .about-me .profile-text {
    font-size: 16px;
    text-align: center;
}

.content-sidebar .about-me .fw-btn-ghost {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

footer .about-me {
    margin-top: 40px;
}

footer .about-me h4 {
    margin-top: 16px !important;
}

footer .about-me .cover-photo img {
    width: 100%;
    height: auto;
}

footer .about-me .profile-photo {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    right: 12px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

footer .about-me .profile-text {
    font-size: 16px;
    text-align: left;
}

footer .about-me .fw-btn-ghost {
    margin-top: 16px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    background: none;
}

footer.site-footer .widget_about_me a {
    font-size: 14px !important;
    border: none;
    background: none;
}


/* WPML */

header #lang_sel {
    float: right;
    display: inline;
    position: absolute;
    text-align: right;
    right: 50px;
    margin-top: 21px;
    margin-left: 0;
    padding-left: 0;
    z-index: 800;
}

header #lang_sel li {
    width: initial;
    float: right;
}

header #lang_sel li a {
    border: 0;
    font-size: 14px;
}

#lang_sel a.lang_sel_sel, #lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel:hover > a, #lang_sel ul ul:hover > a {
    background: #ffffff;
}

#lang_sel ul ul {
    width: 100%;
    height: auto;
    border: initial;
    background-color: transparent;
    float: left;
    margin: 0;
    position: absolute;
    top: 44px;
    visibility: hidden;
    z-index: -1;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.1s;
    display: table;
}

#lang_sel ul ul li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
}

#lang_sel ul ul li a {
    padding: 16px;
    white-space: normal;
    width: 235px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #ededed;
}

#lang_sel > ul > li > a:first-child:after {
    -webkit-font-smoothing: antialiased;
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    position: relative;
    margin-left: 0;
    margin-right: -17px;
    vertical-align: baseline;
    float: right;
    font-size: 16px;
}

header #lang_sel a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 !important;
}

#lang_sel img.iclflag {
    top: -1px;
}

@media (max-width: 1199px) {
    header #lang_sel {
        margin-top: 14px;
        left: 70px;
        right: initial;
    }
    .primary-navigation.toggled-on #lang_sel li a {
        border-top: 0;
        padding: 0px 10px;
        margin: 0;
    }
}


/* Mailchimp */

aside .widget_mc4wp_form_widget p {
    margin-top: -16px;
}

aside .form-mailchimp p, .form-mailchimp p:first-letter {
    font-size: 16px !important;
    text-align: center;
}

aside .widget_mc4wp_form_widget {
    border: 8px solid #ffffff;
    border-collapse: collapse;
    padding-bottom: 48px !important;
}

aside .widget_mc4wp_form_widget input.email {
    background: #ffffff !important;
}

aside .widget_mc4wp_form_widget .email {
    position: relative;
}

aside .widget_mc4wp_form_widget .email:after {
    font-family: 'FontAwesome';
    content: "\f0e0";
    color: #1b1b19;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 0;
}

footer .form-mailchimp .email, .entry-content .form-mailchimp {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 100%;
    float: left;
}

footer .form-mailchimp, .entry-content .form-mailchimp {
    width: 100%;
}

footer .form-mailchimp .email input, .entry-content .form-mailchimp .email input {
    float: left;
}

footer .form-mailchimp input[type="submit"] {
    z-index: 9;
    position: absolute;
    float: right;
    right: 0;
}

.entry-content .form-mailchimp input[type="submit"] {
    z-index: 9;
    position: absolute;
    float: right;
    right: -4px;
}

aside .widget_mc4wp_form_widget p {
    font-size: 16px;
    text-align: center;
}

/**
 * 9.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
    font-size: 16px;
}

.content-sidebar .widget a.fw-btn-ghost {
    font-size: 14px;
}

.content-sidebar .widget pre {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark, .content-sidebar .widget ins {
    color: #2b2b2b;
}

.content-sidebar .widget fieldset {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
    color: #767676;
}

.content-sidebar .widget blockquote cite {
    color: #2b2b2b;
}

.content-sidebar .widget li > ol, .content-sidebar .widget li > ul {
    margin-left: 18px;
}

.content-sidebar .widget table, .content-sidebar .widget th, .content-sidebar .widget td {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
    color: #767676;
}

.content-sidebar .widget hr {
    background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input, .content-sidebar .widget textarea, footer .form-mailchimp input.email, .entry-content .form-mailchimp input.email {
    background-color: #fff;
    color: #2b2b2b;
    background-color: transparent;
    height: 41px;
    margin: 0;
    padding: 0px 8px 0px 8px;
    position: relative;
    font-size: 14px;
    color: #808080;
    z-index: 0;
    width: 100%;
}

.content-sidebar .widget input:focus, .content-sidebar .widget textarea:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
    background-color: #a0cbd2;
    border: 0;
    color: #fff;
}

.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
    background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active {
    background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
    color: #767676;
}


/* Calendar Widget */

.content-sidebar .widget_calendar caption {
    text-align: center;
    font-size: 14px;
}

.content-sidebar .widget_calendar tbody a, .content-sidebar .widget_calendar tbody a:hover {
    color: #fff;
}


/**
 * 10.0 Page builder elements
 * -----------------------------------------------------------------------------
 */

.fw-accordion {
    border: 2px solid;
    clear: both;
    border-radius: 5px;
}

.fw-accordion .fw-accordion-title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background: transparent;
    padding: 16px 24px;
    margin: 0;
    cursor: pointer;
    border-top: 2px dotted;
}

.fw-accordion .fw-accordion-title:focus {
    outline: medium none;
}

.fw-accordion .fw-accordion-title:first-child {
    border-top: none;
}

.fw-accordion .fw-accordion-title.ui-state-active {
    background: none;
}

.fw-accordion .fw-accordion-content {
    padding: 0;
}

.fw-accordion .fw-accordion-content > p {
    padding: 0 30px 20px 30px;
}

.fw-accordion .fw-accordion-content p:last-child {
    margin-bottom: 0;
}


/* Button */

.fw-btn-main {
    margin: 0;
}

.fw-btn-main:hover {
    margin: -3px 0 3px 0;
}

.fw-btn i {
    margin-right: 5px;
}

.fw-btn i.pull-right {
    margin: 0 0 0 8px;
    position: relative;
    top: 0.3em;
}

a.fw-btn-ghost {
    text-decoration: none;
    font-weight: bold;
}


/* Additional styles */

.fw-btn.fw-btn-round {
    border-radius: 5px;
}

.fw-btn.fw-btn-square {
    border-radius: 0 !important;
}

.fw-btn.fw-btn-outline, .fw-btn.fw-btn-borders {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
}


/* Button Sizes */

.fw-btn.fw-btn-lg {
    padding: 15px 35px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

.fw-btn.fw-btn-lg.fw-btn-round {
    border-radius: 52px;
}

.fw-btn.fw-btn-lg i.pull-right {
    top: 0.2em;
}

.fw-btn.fw-btn-sm {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.fw-btn.fw-btn-sm.fw-btn-round {
    border-radius: 30px;
}

.fw-btn.fw-btn-sm i.pull-right {
    top: 0.2em;
}

.fw-btn.fw-btn-full {
    width: 100%;
}


/* Call-to-action */

.fw-call-to-action {
    border: 2px solid;
    border-radius: 5px;
    padding: 24px;
    display: table;
}

.fw-call-to-action > div {
    display: table-cell;
    vertical-align: middle;
}

.fw-call-to-action .fw-action-content h2 {
    margin-top: 0;
    font-weight: bold;
}

.fw-call-to-action .fw-action-btn {
    padding-left: 32px;
}


/* Divider space (empty) */

.fw-divider-space {
    clear: both;
    width: 100%;
}

.fw-divider-space.space-sm {
    height: 24px;
}

.fw-divider-space.space-md {
    height: 48px;
}

.fw-divider-space.space-lg {
    height: 96px;
}


/* Divider only Line */

.fw-divider-line {
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


/* Iconbox */

.fw-iconbox {
    padding: 30px 0;
}

.fw-iconbox .fw-iconbox-title h3 {
    margin-top: 0;
    font-size: 23px;
    font-weight: bold;
}

.fw-iconbox .fw-iconbox-text {
    padding-bottom: 10px;
}

.fw-iconbox .fw-iconbox-text p:last-child {
    margin-bottom: 0;
}


/* Icon box style 1 */

.fw-iconbox-1 {
    text-align: center;
}

.fw-iconbox-1 .fw-iconbox-image {
    width: 56px;
    font-size: 28px;
    line-height: 28px;
    margin-right: auto;
    margin-left: auto;
    color: #5bcc92;
    border-radius: 5px;
}

.fw-iconbox-1 .fw-iconbox-image img {
    border-radius: 5px;
}

.fw-iconbox-1 .fw-iconbox-title h3 {
    margin-top: 0.6em;
}

.fw-iconbox-1.bg-on .fw-iconbox-image {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #5bcc92;
    color: #fff;
}

.fw-iconbox-1.icon-circle .fw-iconbox-image {
    border-radius: 50%;
}

.fw-iconbox-1.icon-circle .fw-iconbox-image img {
    border-radius: 50%;
}


/* Icon box style 2 */

.fw-iconbox-2 {
    text-align: left;
}

.fw-iconbox-2 .fw-iconbox-image {
    float: left;
    width: 28px;
    font-size: 28px;
    line-height: 28px;
    color: #5bcc92;
    border-radius: 5px;
    text-align: left;
}

.fw-iconbox-2 .fw-iconbox-image img {
    border-radius: 5px;
}

.fw-iconbox-2 .fw-iconbox-aside {
    margin-left: 43px;
}

.fw-iconbox-2.bg-on .fw-iconbox-title h3, .fw-iconbox-2.fw-iconbox-image-type .fw-iconbox-title h3 {
    margin-top: 14px;
}

.fw-iconbox-2.bg-on .fw-iconbox-image {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #5bcc92;
    color: #fff;
    text-align: center;
}

.fw-iconbox-2.icon-circle .fw-iconbox-image {
    border-radius: 50%;
}

.fw-iconbox-2.icon-circle .fw-iconbox-image img {
    border-radius: 50%;
}


/* Icon box style 3 */

.fw-iconbox-3 {
    text-align: left;
}

.fw-iconbox-3 .fw-iconbox-image {
    float: left;
    width: 56px;
    font-size: 28px;
    color: #5bcc92;
    border-radius: 5px;
    line-height: 28px;
}

.fw-iconbox-3 .fw-iconbox-image img {
    border-radius: 5px;
}

.fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-image {
    margin-right: 15px;
}

.fw-iconbox-3 .fw-iconbox-aside {
    display: inline;
}

.fw-iconbox-3.bg-on .fw-iconbox-title h3, .fw-iconbox-3.fw-iconbox-image-type .fw-iconbox-title h3 {
    margin-top: 14px;
}

.fw-iconbox-3.bg-on .fw-iconbox-image {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #5bcc92;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.fw-iconbox-3.fw-icon-right .fw-iconbox-image {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.fw-iconbox-3 .fw-iconbox-text {
    clear: both;
    padding-top: 10px;
}

.fw-iconbox-3.icon-circle .fw-iconbox-image {
    border-radius: 50%;
}

.fw-iconbox-3.icon-circle .fw-iconbox-image img {
    border-radius: 50%;
}


/* Map * /
/** fix infowindow dimensions **/

.fw-map-canvas .unyson-shortcode-map-content {
    /*max-width: 420px;*/
    min-width: 274px;
    padding: 5px 4px;
}

.fw-map-canvas img {
    max-width: none !important;
}

.fw-map-canvas .gm-style-iw {
    /*min-height: 70px;*/
    overflow: hidden;
}


/** .fix infowindow dimensions **/

.fw-map-canvas .infowindow a {
    text-decoration: none;
    font-weight: bold;
    color: #568EC7;
}

.fw-map-canvas .infowindow-thump img {
    width: 100px;
    height: 60px;
    margin-right: 10px;
}

.fw-map-canvas .infowindow-thump {
    float: left;
}

.fw-map-canvas .infowindow-title {
    line-height: 27px;
}

.fw-map-canvas .infowindow-description {
    color: #AFAFAF;
    font-size: 11px;
    font-style: italic;
}

.fw-map-canvas .infowindow-content {
    float: left;
    max-width: 130px;
}


/* Tabs */

.fw-tabs-container .fw-tabs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.fw-tabs-container .fw-tabs ul:before, .fw-tabs-container .fw-tabs ul:after {
    content: " ";
    display: table;
}

.fw-tabs-container .fw-tabs ul:after {
    clear: both;
}

.fw-tabs-container .fw-tabs ul:before, .fw-tabs-container .fw-tabs ul:after {
    content: " ";
    display: table;
}

.fw-tabs-container .fw-tabs ul:after {
    clear: both;
}

.fw-tabs-container .fw-tabs ul li {
    border: 1px solid #cfcfcf;
    display: inline-block;
    margin-right: 4px;
    float: left;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.fw-tabs-container .fw-tabs ul li.ui-state-active {
    border-bottom: 1px solid #fff;
}

.fw-tabs-container .fw-tabs ul li:first-child {
    border-left: 1px solid #cfcfcf;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.fw-tabs-container .fw-tabs ul li a {
    display: block;
    font-size: 15px;
    padding: 7px 25px;
    text-decoration: none;
}

.fw-tabs-container .fw-tabs ul li a:focus {
    outline: medium none;
}

.fw-tabs-container .fw-tabs ul li.ui-state-active {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff !important;
    border-bottom-color: #fff;
}

.fw-tabs-container.tabs-justified .fw-tabs ul li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.fw-tabs-container.tabs-justified .fw-tab-content {
    border-top: 0px;
}

.fw-tabs-container .fw-tab-content {
    border: 1px solid #cfcfcf;
    display: none;
    margin-top: -1px;
    padding: 20px 30px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.fw-tabs-container .fw-tab-content img {
    float: left;
    margin: 5px 20px 5px 0;
}

.fw-tabs-container .fw-tab-content p:last-child {
    margin-bottom: 0;
}


/* Team member */

.fw-team .fw-team-image {
    text-align: center;
}

.fw-team .fw-team-inner {
    text-align: center;
}

.fw-team .fw-team-name {
    margin-bottom: 10px;
}

.fw-team .fw-team-name h3 {
    font-size: 23px;
    margin: 10px 0 5px 0;
}

.fw-team .fw-team-name span {
    font-size: 13px;
}


/* Testimonials */

.fw-testimonials {
    position: relative;
    margin: 40px 0;
}

.fw-testimonials .fw-testimonials-item {
    position: relative;
}

.fw-testimonials .fw-testimonials-text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
}

.fw-testimonials .fw-testimonials-text p {
    margin-bottom: 1.4em;
}

.fw-testimonials .fw-testimonials-text p:last-child {
    margin-bottom: 0;
}

.fw-testimonials .prev, .fw-testimonials .next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    color: #ababab;
}

.fw-testimonials .prev:active, .fw-testimonials .next:active {
    margin-top: 1px;
}

.fw-testimonials .prev:hover, .fw-testimonials .next:hover {
    color: #000000;
    border-color: #000000;
}

.fw-testimonials .prev i:before {
    font-family: 'FontAwesome';
    content: "\f104";
}

.fw-testimonials .next i:before {
    font-family: 'FontAwesome';
    content: "\f105";
}

.fw-testimonials .fw-testimonials-pagination a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    margin: 3px;
    outline: none;
}

.fw-testimonials .fw-testimonials-pagination a span {
    display: block;
    text-indent: -300px;
}

.fw-testimonials-1 {
    text-align: center;
    padding: 20px 0;
}

.fw-testimonials-1 .fw-testimonials-title:after {
    content: "";
    clear: both;
    display: block;
    margin: 10px auto;
    width: 56px;
    height: 2px;
}

.fw-testimonials-1 .fw-testimonials-item {
    text-align: center;
}

.fw-testimonials-1 .fw-testimonials-avatar img {
    margin: 0 auto;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.fw-testimonials-1 .fw-testimonials-text {
    text-align: center;
    padding: 10px 10%;
}

.fw-testimonials-1 .fw-testimonials-author {
    padding: 10px 0;
}

.fw-testimonials-1 .fw-testimonials-author .author-name {
    font-weight: bold;
}

.fw-testimonials-1 .fw-testimonials-author em:before {
    content: ", ";
    margin-left: -3px;
}

.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url:before {
    content: ", ";
    margin-left: -3px;
}

.fw-testimonials-1 .prev, .fw-testimonials-1 .next {
    position: absolute;
    z-index: 2;
    top: 42%;
    font-size: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.fw-testimonials-1 .prev i, .fw-testimonials-1 .next i {
    position: relative;
    top: -1px;
}

.fw-testimonials-1 .prev:active, .fw-testimonials-1 .next:active {
    margin-top: 1px;
}

.fw-testimonials-1 .prev:hover, .fw-testimonials-1 .next:hover {
    color: #000000;
    border-color: #000000;
}

.fw-testimonials-1 .prev {
    left: 1px;
}

.fw-testimonials-1 .prev i {
    left: -2px;
}

.fw-testimonials-1 .prev i:before {
    content: "\f104";
}

.fw-testimonials-1 .next {
    right: 1px;
}

.fw-testimonials-1 .next i {
    right: -2px;
}

.fw-testimonials-1 .next i:before {
    content: "\f105";
}

.fw-testimonials-1 .fw-testimonials-pagination {
    text-align: center;
    margin-top: 10px;
}

.fw-testimonials-1.fw-testimonials-1-2 .fw-testimonials-meta {
    display: table;
    margin: 0 auto;
}

.fw-testimonials-1.fw-testimonials-1-2 .fw-testimonials-meta > div {
    display: table-cell;
    vertical-align: middle;
}

.fw-testimonials-1.fw-testimonials-1-2 .fw-testimonials-avatar {
    display: inline-block;
}

.fw-testimonials-1.fw-testimonials-1-2 .fw-testimonials-author {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.fw-testimonials-2 .fw-testimonials-text {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
}

.fw-testimonials-2 .fw-testimonials-text:before, .fw-testimonials-2 .fw-testimonials-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 45px;
    border-style: solid;
}

.fw-testimonials-2 .fw-testimonials-text:before {
    bottom: -11px;
    margin-left: -1px;
    border-width: 11px 11px 0 11px;
    border-color: #dadada transparent transparent transparent;
}

.fw-testimonials-2 .fw-testimonials-text:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
}

.fw-testimonials-2 .fw-testimonials-meta {
    display: table;
    margin-left: 20px;
}

.fw-testimonials-2 .fw-testimonials-meta > div {
    display: table-cell;
    vertical-align: middle;
}

.fw-testimonials-2 .fw-testimonials-avatar {
    margin-right: 10px;
}

.fw-testimonials-2 .fw-testimonials-avatar img {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
}

.fw-testimonials-2 .fw-testimonials-author {
    padding: 0 0 0 20px;
}

.fw-testimonials-2 .fw-testimonials-author .author-name {
    font-weight: bold;
    display: block;
}

.fw-testimonials-2 .fw-testimonials-author em {
    font-size: 90%;
}

.fw-testimonials-2 .fw-testimonials-author .fw-testimonials-url {
    display: block;
    font-size: 90%;
}

.fw-testimonials-2 .fw-testimonials-arrows {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
}

.fw-testimonials-2 .fw-testimonials-arrows a {
    margin: 0 5px;
    outline: none;
}

.fw-testimonials-2 .fw-testimonials-pagination {
    position: absolute;
    display: inline-block;
    bottom: 22px;
    right: 60px;
    z-index: 2;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-text:before, .fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-text:after {
    left: auto;
    right: 45px;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-text:before {
    margin: 0 -1px 0 0;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-meta {
    margin-right: 20px;
    float: right;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-avatar {
    float: right;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-author {
    padding: 0 20px 0 0;
    text-align: right;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-author .author-name {
    font-weight: bold;
    display: block;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-arrows {
    right: auto;
    left: 0;
}

.fw-testimonials-2.fw-testimonials-2-2 .fw-testimonials-pagination {
    right: auto;
    left: 60px;
}

.fw-testimonials-3 .fw-testimonials-pagination {
    display: none;
}

.fw-testimonials-3 .fw-testimonials-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

.fw-testimonials-3 .fw-testimonials-item:before {
    content: "”";
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0px;
    line-height: 1em;
    font-size: 100px;
    color: #ccc;
}

.fw-testimonials-3 .fw-testimonials-avatar {
    float: left;
    margin: 0 20px;
}

.fw-testimonials-3 .fw-testimonials-avatar img {
    margin: 0 auto;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.fw-testimonials-3 .fw-testimonials-text {
    position: relative;
    margin-left: 150px;
}

.fw-testimonials-3 .fw-testimonials-author {
    text-align: right;
}

.fw-testimonials-3 .fw-testimonials-author .author-name {
    font-weight: bold;
    color: #888;
}

.fw-testimonials-3 .fw-testimonials-author .author-name:before {
    content: "- ";
}

.fw-testimonials-3 .fw-testimonials-author em:before, .fw-testimonials-3 .fw-testimonials-author .fw-testimonials-url:before {
    content: " | ";
}

.fw-testimonials-3 .fw-testimonials-arrows {
    position: relative;
    text-align: center;
}

.fw-testimonials-3 .fw-testimonials-arrows a {
    margin: 0 10px;
}

.fw-testimonials-4 .fw-testimonials-arrows {
    display: none;
}

.fw-testimonials-4 .fw-testimonials-item {
    padding-top: 5px;
}

.fw-testimonials-4 .fw-testimonials-avatar {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    height: 120px;
}

.fw-testimonials-4 .fw-testimonials-avatar img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.fw-testimonials-4 .fw-testimonials-wrapper {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-left: 130px;
}

.fw-testimonials-4 .fw-testimonials-author {
    text-align: left;
}

.fw-testimonials-4 .fw-testimonials-author .author-name {
    font-weight: bold;
    color: #888;
}

.fw-testimonials-4 .fw-testimonials-author .author-name:before {
    content: "- ";
}

.fw-testimonials-4 .fw-testimonials-author em:before, .fw-testimonials-4 .fw-testimonials-author .fw-testimonials-url:before {
    content: " / ";
    font-style: normal;
}

.fw-testimonials-4 .fw-testimonials-pagination {
    text-align: center;
    margin-top: 20px;
}


/**
 * 11.0 Footer
 * -----------------------------------------------------------------------------
 */

footer.site-footer {
    background: #ffffff;
    margin-top: 56px;
    font-size: 16px;
}

footer.site-footer a, .recentcomments {
    font-size: 16px;
}

footer.site-footer .widget {
    margin-top: 40px !important;
}

footer.site-footer .widget h4, footer.site-footer .widget h4 a {
    font-size: 24px;
    text-align: left;
    margin: 0 0 8px 0;
}

footer.site-footer .widget h4 {
    position: relative;
}

footer.site-footer .tabs ul li {
    border: 0;
    padding: 0;
}

footer.site-footer .widget ul li {
    padding: 8px 0 9px;
}

footer.site-footer .widget > ul > li, footer.site-footer .widget ul.menu > li, footer.site-footer .menu-short-container ul > li, footer.site-footer .wrap-tabs #popular_posts > ul li {
    border-bottom: 2px dotted;
}

footer.site-footer .widget > ul > li:last-child, footer.site-footer ul.menu li:last-child, footer.site-footer .wrap-tabs #popular_posts > ul li:last-child {
    border-bottom: 0;
}

footer.site-footer .widget_popular_posts li, footer.site-footer .widget_most_commented li {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

footer.site-footer .tabs {
    margin-bottom: 0;
}

footer.site-footer .tabs .ui-widget-header a {
    font-size: 24px;
}

footer.site-footer .tabs .ui-widget-header {
    text-align: left;
}

footer.site-footer .tabs ul li {
    padding: 0;
}

footer.site-footer .tabs ul:after {
    content: none;
    border-bottom: 0;
    padding-top: 0;
    width: 0;
    clear: none;
}

footer.site-footer .widget_social_links {
    text-align: left;
}

footer.site-footer .widget_social_links li {
    margin-left: 0;
}

footer.site-footer .widget_social_links ul li {
    border: 0;
    padding: 0;
}

footer.site-footer .widget > ul li a:before, footer.site-footer .menu-short-container ul li a:before, #popular_posts ul li a:before {
    margin-right: 8px;
    vertical-align: text-bottom;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: "\f105";
}

footer.site-footer .widget_social_links ul li a:before, footer.site-footer .ul li a.rsswidget:before, .wrap-flickr ul li a:before, ul#recentcomments li a:before, footer.site-footer ul.wrap-recent-articles li a:before {
    content: none;
}

footer.site-footer .widget .wrap-flickr {
    text-align: left;
}

footer.site-footer .col-md-3 .widget_flickr_image_gallery li a img {
    width: 82px;
    height: 82px;
}

footer.site-footer .col-md-4 .widget_flickr_image_gallery li a img {
    width: 114px;
    height: 114px;
}

footer.site-footer .col-md-6 .widget_flickr_image_gallery li a img {
    width: 104px;
    height: 104px;
}

footer.site-footer .col-md-12 .widget_flickr_image_gallery li a img {
    width: 119px;
    height: 119px;
}

footer.site-footer .widget_flickr_image_gallery ul li {
    padding: 0 0 8px 0;
}

footer.site-footer .widget_flickr_image_gallery ul .flickr_badge_image {
    margin-bottom: 0 !important;
}

footer.site-footer form.searchform {
    position: relative;
}

footer.site-footer form.searchform input {
    width: 100%;
    font-size: 14px;
}

footer.site-footer .searchform:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #1b1b19;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 1;
}

footer.site-footer .widget .tagcloud {
    text-align: left;
}


/* Calendar Widget*/

.calendar_wrap table {
    line-height: 2;
    margin: 0;
}

.calendar_wrap caption {
    font-size: 14px;
    text-align: center;
}

.calendar_wrap caption {
    font-weight: normal;
    line-height: 1.7142857142;
    margin-bottom: 16px;
}

.calendar_wrap thead th {
    background-color: rgba(255, 255, 255, 0.1);
}

.calendar_wrap tbody td, .calendar_wrap thead th {
    text-align: center;
}

footer.site-footer .calendar_wrap tbody a {
    background-color: #a0cbd2;
    color: #fff;
    display: block;
    border-radius: 5px;
}

footer.site-footer .calendar_wrap tbody a:hover {
    color: #fff;
}

footer.site-footer .calendar_wrap #prev {
    padding-left: 5px;
}

footer.site-footer .calendar_wrap #prev a, footer.site-footer .calendar_wrap #next a {
    font-size: 14px;
    font-weight: normal;
}

footer.site-footer .calendar_wrap #next {
    padding-right: 5px;
    text-align: right;
}


/* footer.site-footer Bottom */

footer.site-footer .footer-bottom {
    font-size: 14px;
    padding: 32px 0;
    border-top: 2px dotted;
    font-weight: bold;
    text-transform: uppercase;
}

footer.site-footer .footer-bottom #go-top {
    font-weight: bold;
    display: inline-block;
    float: right;
}

footer.site-footer .footer-bottom #go-top {
    cursor: pointer;
}

footer.site-footer .footer-bottom #go-top i {
    font-size: 14px;
    margin-left: 8px;
    vertical-align: text-top;
}

#go-top:hover i {
    animation-name: fadeOutUp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation: fadeOutUp 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: fadeOutUp;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@media (min-width: 768px) {
    footer.site-footer .footer-bottom .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    footer.site-footer .footer-bottom {
        text-align: center;
    }
    footer.site-footer .footer-bottom #go-top {
        text-align: center;
        width: 100%;
        margin-top: 16px;
    }
}


/* Form Responsive */


/*Screen 1024px*/

@media (max-width: 1199px) {
    .wrap-forms .field-upload .upload-file-input {
        width: 83%;
    }
}


/*Screen 768px*/

@media (max-width: 991px) {
    .wrap-forms .field-upload .upload-file-input {
        width: 78%;
    }
}


/*Screen 568px*/

@media (max-width: 767px) {
    .wrap-forms .field-upload .upload-file-input {
        width: 80%;
    }
    footer.site-footer .widget {
    margin-top: 20px !important;
    margin-bottom: 12px;
}
}


/*Screen 480px*/

@media (max-width: 500px) {}


/*Screen 320px*/

@media (max-width: 479px) {
    .wrap-forms .field-upload .upload-file-input {
        width: 68%;
    }
    .wrap-forms .field-time .time {
        width: 70%;
    }
    .wrap-forms .field-time .time-format {
        width: 25%;
    }
    .wrap-forms .wrap-step {
        height: auto;
    }
    .wrap-forms .wrap-step .steps li {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    .wrap-forms .field-table table {
        overflow-x: auto;
        display: block;
    }
}


/**
 * 12.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.featured-content-inner {
    overflow: hidden;
}

.featured-content .hentry {
    color: #fff;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.featured-content .post-thumbnail, .featured-content .post-thumbnail:hover {
    background: transparent;
}

.featured-content .post-thumbnail {
    display: block;
    position: relative;
    padding-top: 55.357142857%;
    overflow: hidden;
}

.featured-content .post-thumbnail img {
    left: 0;
    position: absolute;
    top: 0;
}

.featured-content .entry-header {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    overflow: hidden;
    padding: 24px 10px;
}

.featured-content a {
    color: #fff;
}

.featured-content a:hover {
    color: #41a62a;
}

.featured-content .entry-meta {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.0909090909;
    margin-bottom: 12px;
}

.featured-content .cat-links {
    font-weight: 700;
}

.featured-content .entry-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3333333333;
    margin: 0;
    text-align: center;
}


/* Slider */

.slider .featured-content .hentry {
    -webkit-backface-visibility: hidden;
    display: none;
    position: relative;
}

.slider .featured-content .post-thumbnail {
    padding-top: 55.49132947%;
}

.slider-control-paging {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin: -24px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.slider-control-paging li {
    float: left;
    margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
    margin-right: 0;
}

.slider-control-paging a {
    cursor: pointer;
    display: block;
    height: 44px;
    position: relative;
    text-indent: -999em;
    width: 44px;
}

.slider-control-paging a:before {
    background-color: #4d4d4d;
    content: "";
    height: 12px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 12px;
}

.slider-control-paging a:hover:before {
    background-color: #41a62a;
}

.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
    background-color: #a0cbd2;
}

.slider-direction-nav {
    clear: both;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.slider-direction-nav li {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
}

.slider-direction-nav li:last-child {
    border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
    background-color: #000;
    display: block;
    font-size: 0;
    height: 46px;
}

.slider-direction-nav a:hover {
    background-color: #a0cbd2;
}

.slider-direction-nav a:before {
    color: #fff;
    content: "\f430";
    font-size: 32px;
    line-height: 46px;
}

.slider-direction-nav .slider-next:before {
    content: "\f429";
}

.slider-direction-nav .slider-disabled {
    display: none;
}


/**
 * 13.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
    padding-top: 72px;
    width: auto;
}

.site-main .mu_register, .widecolumn > h2, .widecolumn > form {
    margin: 0 auto 48px;
    max-width: 700px;
    padding: 0 30px;
}

.site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
    font-size: inherit;
    width: 90%;
}

.site-main .mu_register input[type="submit"], .widecolumn #submit {
    font-size: inherit;
    width: auto;
}


/**
 * 14.0 Animations
 * -----------------------------------------------------------------------------
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}


/**
 * 15.0 BxSlider
 * -----------------------------------------------------------------------------
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.bx-wrapper ul {
    margin: 0;
}
.post-slider#fullscreen-slider .bx-wrapper ul li {
    width: 100% !important;
}
.post-slider .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-slider .slider-content .cat-links {
    margin-top: 0;
}
.post-slider .slider-content .fw-btn-main:hover {
    margin-top: -3px;
    margin-bottom: 3px;
}
.post-slider .slider-content .cat-links a:hover {
    color: #fff;
}
.post-slider .slider-content .cat-links a, .post-slider .slider-content .slider-entry-title a, .post-slider .slider-content .slider-entry-meta a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -ms-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    transition: border 200ms ease;
}
.post-slider .slider-content .cat-links a:hover, .post-slider .slider-content .slider-entry-title a:hover, .post-slider .slider-content .slider-entry-meta a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    /* ^- the important bit. RGB 192,192,192 is the same as #C0C0C0*/
    
    -webkit-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
}
.bx-wrapper .bx-viewport {    
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(css/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.bx-wrapper .bx-prev {
    left: 16px;
}
.bx-wrapper .bx-next {
    right: 16px;
}
.bx-wrapper .bx-prev {
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 0px 11px;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: Alpha(Opacity=100);
}
.bx-wrapper .bx-next {
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 0px 13px;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: Alpha(Opacity=100);
}
.bx-wrapper .bx-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 19px;
}
.bx-wrapper .bx-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 19px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 8999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.bx-viewport {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}
article.has_gallery {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.bx-wrapper:after {
    content: '';
    border-top: 2px dotted #ffffff;
    width: 100%;
    margin-top: -33px;
    float: left;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
}


/**
 * 16.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    .list-view .site-content .post-thumbnail {
        background: none;
        width: auto;
        z-index: 2;
    }
    .list-view .site-content .post-thumbnail img {
        float: left;
        margin: 0 10px 3px 0;
        width: 84px;
    }
    .list-view .site-content .entry-header {
        background-color: transparent;
        padding: 0;
    }
    .list-view .content-area {
        padding: 0 10px;
    }
    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0;
        min-height: 60px;
        padding: 12px 0 9px;
    }
    .list-view .site-content .cat-links, .list-view .site-content .type-post .entry-content, .list-view .site-content .type-page .entry-content, .list-view .site-content .type-post .entry-summary, .list-view .site-content .type-page .entry-summary, .list-view .site-content footer.entry-meta {
        display: none;
    }
    .list-view .site-content .entry-title {
        clear: none;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 6px;
        text-transform: none;
    }
    .list-view .site-content .format-aside .entry-title, .list-view .site-content .format-link .entry-title, .list-view .site-content .format-quote .entry-title {
        display: block;
    }
    .list-view .site-content .entry-meta {
        background-color: transparent;
        clear: none;
        margin: 0;
        text-transform: none;
    }
    .archive-header, .page-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 24px auto 0;
        padding-bottom: 24px;
    }
    .error404 .page-header {
        border-bottom: 0;
        margin: 0 auto 24px;
        padding: 0 10px;
    }
    /* Grid */
    .column-1-1, .column-1-2, .column-1-3, .column-2-3, .column-1-4, .column-3-4, .column-1-5, .column-2-5, .column-3-5, .column-4-5 {
        width: 100%;
    }
    .info p {
        width: 70%;
    }
    .info .button {
        margin-top: 28px;
    }
    .testimonials ul li {
        width: 209px;
    }
    .testimonials .prev, .testimonials .next {
        top: 4px;
    }
    .package.desc-col {
        display: none;
    }
    .package, .package.highlight-col {
        width: 100%;
    }
}

@media screen and (min-width: 401px) {
    a.post-thumbnail:hover img {
        opacity: 0.85;
    }
    .full-size-link:before, .parent-post-link:before, .site-content span + .byline:before, .site-content span + .comments-link:before, .site-content span + .edit-link:before, .site-content span + .entry-date:before {
        content: "";
    }
    .attachment span.entry-date:before, .entry-meta .edit-link a:before, .entry-meta span.author-name:before, .site-content .byline a:before, .site-content .comments-link a:before, .site-content .entry-date a:before, .site-content .featured-post:before, .site-content .full-size-link a:before, .site-content .parent-post-link a:before, .site-content .post-format a:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal 16px/1 Genericons;
        text-decoration: inherit;
        vertical-align: text-bottom;
    }
    .site-content .entry-meta > span {
        margin-right: 10px;
    }
    .site-content .format-video .post-format a:before {
        content: "\f104";
    }
    .site-content .format-audio .post-format a:before {
        content: "\f109";
    }
    .site-content .format-image .post-format a:before {
        content: "\f473";
    }
    .site-content .format-quote .post-format a:before {
        content: "\f106";
        margin-right: 2px;
    }
    .site-content .format-gallery .post-format a:before {
        content: "\f103";
        margin-right: 4px;
    }
    .site-content .format-aside .post-format a:before {
        content: "\f101";
        margin-right: 2px;
    }
    .site-content .format-link .post-format a:before {
        content: "\f107";
        position: relative;
        top: 1px;
    }
    .site-content .featured-post:before {
        content: "\f308";
        margin-right: 3px;
        position: relative;
        top: 1px;
    }
    .site-content .entry-date a:before, .attachment .site-content span.entry-date:before {
        content: "\f303";
        margin-right: 1px;
        position: relative;
        top: 1px;
    }
    .site-content .byline a:before {
        content: "\f304";
    }
    .site-content .comments-link a:before {
        content: "\f300";
        margin-right: 2px;
    }
    .site-content .full-size-link a:before {
        content: "\f402";
        margin-right: 1px;
    }
    .site-content .parent-post-link a:before {
        content: "\f301";
    }
    .list-view .site-content .hentry {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 48px;
    }
    .list-view .site-content .hentry:first-of-type, .list-view .site-content .hentry.has-post-thumbnail {
        border-top: 0;
        padding-top: 0;
    }
    .archive-header, .page-header {
        margin: 0 auto 60px;
        padding: 0 10px;
    }
    .error404 .page-header {
        margin-bottom: 24px;
    }
    .testimonials ul li {
        width: 407px;
    }
    .package, .package.highlight-col {
        width: 175px;
    }
}

@media screen and (min-width: 594px) {
    .site-content .entry-header {
        padding-right: 30px;
        padding-left: 30px;
    }
    .site-content .has-post-thumbnail .entry-header {
        margin-top: -48px;
    }
}

@media screen and (min-width: 673px) {
    .search-toggle {
        margin-right: 18px;
    }
    .search-box .search-field {
        width: 50%;
    }
    .content-area {
        float: left;
        width: 100%;
    }
    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }
    .archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }
    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }
    .full-width .site-content {
        margin-right: 0;
    }
    .full-width .site-content .has-post-thumbnail .entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail, .full-width.home .site-content .hentry.has-post-thumbnail {
        margin-top: -48px;
    }
    #supplementary {
        padding: 0 28px;
    }
    .content-sidebar {
        float: right;
        position: relative;
        width: 100%;
    }
    .grid .featured-content .hentry {
        float: left;
        width: 50%;
    }
    .grid .featured-content .hentry:nth-child( 2n+1) {
        clear: both;
    }
    .grid .featured-content .entry-header {
        border-color: #000;
        border-style: solid;
        border-width: 12px 10px;
        height: 96px;
        padding: 0;
    }
    .slider .featured-content .entry-title {
        font-size: 22px;
        line-height: 1.0909090909;
    }
    .slider .featured-content .entry-header {
        min-height: inherit;
        padding: 24px 30px 48px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        z-index: 3;
    }
    .slider-control-paging {
        background: transparent;
        margin-top: -48px;
        padding-left: 20px;
        width: 50%;
    }
    .slider-direction-nav {
        clear: none;
        float: right;
        margin-top: -48px;
        width: 98px;
    }
    .slider-direction-nav li {
        border: 0;
        padding: 0 1px 0 0;
    }
    .slider-direction-nav li:last-child {
        padding: 0 0 0 1px;
    }
    .slider-direction-nav a {
        height: 48px;
    }
    .slider-direction-nav a:before {
        line-height: 48px;
    }
    .site-info {
        padding: 15px 30px;
    }
    .info p {
        width: 70%;
    }
    .info .button {
        margin-top: 40px;
    }
    .testimonials ul li {
        width: 390px;
    }
    .package.desc-col {
        display: none;
    }
    .package, .package.highlight-col {
        width: 205px;
    }
}

@media screen and (min-width: 1200px) {
    .search-toggle {
        margin-right: 0;
    }
    /* Fixed Header */
    .masthead-fixed .site-main {
        margin-top: 48px;
    }
    /* Navigation */
    .site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    /* Grid paddings */
    #comments, article {
        padding-left: 40px;
        padding-right: 40px;
    }
    .single-post .single-post-meta-bottom {
        margin-left: -40px;
        margin-right: -40px;
    }
    .list-view .list-post-meta-bottom {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media screen and (max-width: 768px) {
    #comments {
      margin-bottom: 40px;
    }
}

@media screen and (min-width: 810px) {
    .attachment .entry-attachment .attachment {
        margin-right: -168px;
        margin-left: -168px;
        max-width: 810px;
    }
    .attachment .site-content .attachment img {
        display: block;
        margin: 0 auto;
    }
    .contributor-avatar {
        margin-left: -168px;
    }
    .contributor-summary {
        float: left;
    }
    .full-width .site-content blockquote.alignleft, .full-width .site-content blockquote.alignright {
        width: -webkit-calc(50% + 130px);
        width: calc(50% + 130px);
    }
    .full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
        margin-left: -168px;
    }
    .full-width .site-content .alignleft {
        clear: left;
    }
    .full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
        margin-right: -168px;
    }
    .full-width .site-content .alignright {
        clear: right;
    }
}

@media screen and (min-width: 846px) {
    .content-area {
        padding-top: 72px;
    }
    .site-content .has-post-thumbnail .entry-header {
        margin-top: -48px;
    }
    .comment-list .trackback, .comment-list .pingback, .comment-list article {
        margin-bottom: 36px;
        padding-top: 36px;
    }
    .comment-author .avatar {
        height: 80px;
        top: 2px;
        width: 80px;
    }
    .comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
        padding-left: 102px;
    }
    .comment-list .children {
        margin-left: 20px;
    }
    .full-width.singular .site-content .hentry.has-post-thumbnail, .full-width.home .site-content .hentry.has-post-thumbnail {
        margin-top: -72px;
    }
    .featured-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1008px) {
    .search-box-wrapper {
        padding-left: 182px;
    }
    .main-content {
        float: left;
    }
    .site-content .entry-header {
        margin-top: 0;
    }
    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }
    .primary-sidebar {
        padding-top: 0;
    }
    .site-description {
        display: block;
        margin: -3px 0 21px;
    }
    .site-description:empty {
        margin: 0;
    }
    .secondary-navigation {
        font-size: 11px;
        margin: 0 -30px 48px;
        width: 182px;
    }
    .secondary-navigation li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .secondary-navigation a {
        padding: 10px 30px;
    }
    .secondary-navigation ul ul {
        background-color: #a0cbd2;
        position: absolute;
        top: 0;
        left: -999em;
        width: 182px;
        z-index: 99999;
    }
    .secondary-navigation li li {
        border-top: 0;
    }
    .secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
        background-color: #a0cbd2;
        color: #fff;
    }
    .secondary-navigation ul ul a:hover, .secondary-navigation ul ul li.focus > a {
        background-color: #41a62a;
    }
    .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
        left: 162px;
    }
    .secondary-navigation .menu-item-has-children > a {
        padding-right: 38px;
    }
    .secondary-navigation .menu-item-has-children > a:after {
        -webkit-font-smoothing: antialiased;
        content: "\f501";
        display: inline-block;
        font: normal 8px/1 Genericons;
        position: absolute;
        right: 26px;
        top: 14px;
        vertical-align: text-bottom;
    }
    .footer-sidebar .widget, .primary-sidebar .widget {
        font-size: 12px;
        line-height: 1.5;
    }
    .footer-sidebar .widget {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0 30px;
        width: 25%;
    }
    .footer-sidebar .widget h1, .primary-sidebar .widget h1 {
        font-size: 20px;
        line-height: 1.2;
    }
    .footer-sidebar .widget h2, .primary-sidebar .widget h2 {
        font-size: 18px;
        line-height: 1.3333333333;
    }
    .footer-sidebar .widget h3, .primary-sidebar .widget h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .footer-sidebar .widget h4, .primary-sidebar .widget h4 {
        font-size: 14px;
        line-height: 1.7142857142;
    }
    .footer-sidebar .widget h5, .primary-sidebar .widget h5 {
        font-size: 12px;
        line-height: 2;
    }
    .footer-sidebar .widget h6, .primary-sidebar .widget h6 {
        font-size: 11px;
        line-height: 2.1818181818;
    }
    .footer-sidebar .widget code, .footer-sidebar .widget kbd, .footer-sidebar .widget tt, .footer-sidebar .widget var, .footer-sidebar .widget samp, .footer-sidebar .widget pre, .primary-sidebar .widget code, .primary-sidebar .widget kbd, .primary-sidebar .widget tt, .primary-sidebar .widget var, .primary-sidebar .widget samp, .primary-sidebar .widget pre {
        font-size: 11px;
        line-height: 1.6363636363;
    }
    .footer-sidebar .widget blockquote, .primary-sidebar .widget blockquote {
        font-size: 14px;
        line-height: 1.2857142857;
    }
    .footer-sidebar .widget blockquote cite, .primary-sidebar .widget blockquote cite {
        font-size: 12px;
        line-height: 1.5;
    }
    .footer-sidebar .widget input, .footer-sidebar .widget textarea, .primary-sidebar .widget input, .primary-sidebar .widget textarea {
        font-size: 12px;
        padding: 3px 2px 4px 4px;
    }
    .footer-sidebar .widget input[type="button"], .footer-sidebar .widget input[type="reset"], .footer-sidebar .widget input[type="submit"], .primary-sidebar .widget input[type="button"], .primary-sidebar .widget input[type="reset"], .primary-sidebar .widget input[type="submit"] {
        padding: 5px 15px 4px;
    }
    .footer-sidebar .widget .widget-title {
        font-size: 11px;
        font-weight: 900;
        line-height: 1.6363636363;
        margin-bottom: 18px;
    }
    .footer-sidebar .widget_archive li, .footer-sidebar .widget_categories li, .footer-sidebar .widget_links li, .footer-sidebar .widget_meta li, .footer-sidebar .widget_nav_menu li, .footer-sidebar .widget_pages li, .footer-sidebar .widget_recent_comments li, .footer-sidebar .widget_recent_entries li, .primary-sidebar .widget_archive li, .primary-sidebar .widget_categories li, .primary-sidebar .widget_links li, .primary-sidebar .widget_meta li, .primary-sidebar .widget_nav_menu li, .primary-sidebar .widget_pages li, .primary-sidebar .widget_recent_comments li, .primary-sidebar .widget_recent_entries li {
        border-top: 0;
        padding: 0 0 6px;
    }
    .footer-sidebar .widget_archive li:last-child, .footer-sidebar .widget_categories li:last-child, .footer-sidebar .widget_links li:last-child, .footer-sidebar .widget_meta li:last-child, .footer-sidebar .widget_nav_menu li:last-child, .footer-sidebar .widget_pages li:last-child, .footer-sidebar .widget_recent_comments li:last-child, .footer-sidebar .widget_recent_entries li:last-child, .primary-sidebar .widget_archive li:last-child, .primary-sidebar .widget_categories li:last-child, .primary-sidebar .widget_links li:last-child, .primary-sidebar .widget_meta li:last-child, .primary-sidebar .widget_nav_menu li:last-child, .primary-sidebar .widget_pages li:last-child, .primary-sidebar .widget_recent_comments li:last-child, .primary-sidebar .widget_recent_entries li:last-child {
        padding: 0;
    }
    .footer-sidebar .widget_categories li ul, .footer-sidebar .widget_nav_menu li ul, .footer-sidebar .widget_pages li ul, .primary-sidebar .widget_categories li ul, .primary-sidebar .widget_nav_menu li ul, .primary-sidebar .widget_pages li ul {
        border-top: 0;
        margin-top: 6px;
    }
    #supplementary {
        padding: 0;
    }
    .footer-sidebar {
        font-size: 12px;
        line-height: 1.5;
    }
    .featured-content {
        padding-left: 182px;
    }
    .grid .featured-content .hentry {
        width: 33.3333333%;
    }
    .grid .featured-content .hentry:nth-child( 2n+1) {
        clear: none;
    }
    .grid .featured-content .hentry:nth-child( 3n+1) {
        clear: both;
    }
    .grid .featured-content .entry-header {
        height: 120px;
    }
    .column-1-1, .column-1-2, .column-1-3, .column-2-3, .column-1-4, .column-3-4, .column-1-5, .column-2-5, .column-3-5, .column-4-5 {
        display: block;
        float: left;
        position: relative;
        padding-right: 0;
        margin: 0 0 0 25px;
        box-sizing: border-box;
    }
    .shortcode-container {
        margin-top: 0;
        margin-bottom: 45px;
        width: 100%;
        box-sizing: border-box;
    }
    h1.shortcode-container {
        margin-bottom: 30px;
    }
    .notification.shortcode-container {
        margin-bottom: 20px;
    }
    .no-border.shortcode-container {
        margin-bottom: 0px;
    }
    .shortcode-container p:last-child {
        margin-bottom: 0;
    }
    .icon-box.shortcode-container.vertical {
        margin-bottom: 0;
    }
    .subtitle-article.shortcode-container {
        margin-bottom: 23px;
    }
    a.shortcode-container {
        display: inline-block;
    }
    .shortcode-column.first {
        margin-left: 0;
        clear: both;
    }
    .text-block.shortcode-container {
        margin-bottom: 24px;
    }
    .column-1-1 {
        width: 100%;
    }
    .column-1-2 {
        width: 48.2%;
    }
    .column-1-3 {
        width: 30.9%;
    }
    .column-1-4 {
        width: 22.3%;
    }
    .column-1-5 {
        width: 17.1%;
    }
    .column-2-3 {
        width: 65.5%;
    }
    .column-3-4 {
        width: 74.1%;
    }
    .column-2-5 {
        width: 40%;
    }
    .column-3-5 {
        width: 60%;
    }
    .column-4-5 {
        width: 80%;
    }
    .info p {
        width: 70%;
    }
    .info .button {
        margin-top: 32px;
    }
    .testimonials ul li {
        width: 610px;
    }
    .column-3-4 .testimonials ul li {
        width: 440px;
    }
    .column-2-3 .testimonials ul li {
        width: 380px;
    }
    .column-1-2 .testimonials ul li {
        width: 270px;
    }
    .column-1-2 .testimonials .prev, .column-1-2 .testimonials .next {
        top: 59px;
    }
    .package.desc-col {
        display: inline-block;
        position: relative;
        padding-right: 15px;
    }
    .package {
        width: 205px;
    }
    .package.highlight-col {
        width: 257px;
    }
    .icon-box .list-title {
        display: inline-block;
        margin: 0 0 15px;
        text-align: left;
        padding-left: 35px;
    }
    .icon-box i {
        display: inline-block;
        float: left;
        top: -8px;
        font-size: 28px;
        position: absolute;
    }
}

@media screen and (min-width: 1040px) {
    .site-content .has-post-thumbnail .entry-header {
        margin-top: -48px;
    }
    .archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
        padding-right: 15px;
        padding-left: 15px;
    }
    .full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }
    .site-content .entry-content {
        padding-top: 18px;
    }
}

@media screen and (min-width: 1080px) {
    .search-box .search-field {
        width: 324px;
    }
    .secondary-navigation, .secondary-navigation ul ul {
        width: 222px;
    }
    .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
        left: 202px;
    }
    .slider .featured-content .entry-title {
        font-size: 33px;
    }
    .slider .featured-content .entry-header, .slider-control-paging {
        width: 534px;
    }
    .slider-control-paging {
        padding-left: 24px;
    }
    .slider-control-paging li {
        margin: 12px 12px 12px 0;
    }
    .slider-control-paging a {
        height: 24px;
        width: 24px;
    }
    .slider-control-paging a:before {
        top: 6px;
        left: 6px;
    }
}

@media screen and (min-width: 1110px) {
    .site-content .entry-content {
        padding-top: 18px;
    }
}

@media screen and (min-width: 1218px) {
    .full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
        margin-right: auto;
    }
}

@media screen and (min-width: 1260px) {
    .site-content blockquote.alignleft, .site-content blockquote.alignright {
        width: -webkit-calc(50% + 18px);
        width: calc(50% + 18px);
    }
    .site-content blockquote.alignleft {
        margin-left: -18%;
    }
    .site-content blockquote.alignright {
        margin-right: -18%;
    }
}


/**
 * 15.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
    body {
        background: none !important;
        /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 12pt;
    }
    .site, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
        max-width: 100%;
    }
    .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
        display: none;
    }
    .site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
        color: #2b2b2b;
    }
    .entry-content a, .entry-summary a, .page-content a, .comment-content a {
        text-decoration: none;
    }
    .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
        background: transparent;
    }
    .site-title {
        float: none;
        font-size: 19pt;
    }
    .content-area {
        padding-top: 0;
    }
    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 48px;
        padding-bottom: 24px;
    }
    .post-thumbnail img {
        margin: 0 10px 24px;
    }
    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }
    .site-content footer.entry-meta {
        margin: 24px auto;
    }
    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }
    .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    .archive-title, .page-title, .search-title {
        margin: 0 10px 48px;
    }
    .featured-content .hentry {
        margin-bottom: 48px;
    }
    .featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
        padding-top: 0;
    }
    .featured-content .post-thumbnail img {
        position: relative;
    }
    .featured-content .entry-header {
        padding: 0 10px 24px;
    }
    .featured-content .entry-meta {
        font-size: 9pt;
        margin-bottom: 11px;
    }
    .featured-content .cat-links {
        font-weight: 900;
    }
    .featured-content .entry-title {
        font-size: 25pt;
        line-height: 36px;
    }
}


/* Tabs */

.wrap-tabs {
    overflow: hidden;
}

.footer-sidebar .wrap-tabs {
    border-top: none;
}

.widget .tabs a {
    color: #090909;
}

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

.tabs .ui-widget-header {
    text-align: center;
}

.tabs {
    overflow: hidden;
    margin-bottom: 32px;
}

.tabs ul:after {
    content: " ";
    border-bottom: 2px solid;
    padding-top: 8px;
    width: 32px;
    position: relative;
    margin: auto;
    clear: both;
    display: block;
}

.tabs li a:focus {
    outline: none;
}

.tabs li {
    display: inline-block;
}

.tabs .separator {
    color: #767676;
    margin: 0 0 0 5px;
    font-size: 11px;
}

.primary-sidebar .tabs {
    margin-bottom: 16px;
}

.footer-sidebar .tabs li.ui-tabs-active a, .primary-sidebar .tabs li.ui-tabs-active a {
    color: #fff;
}

.footer-sidebar .tabs li a, .primary-sidebar .tabs li a {
    color: #767676;
    font-size: 11px;
}

.footer-sidebar .tabs .separator, .primary-sidebar .tabs .separator {
    font-size: 11px;
    font-weight: bold;
}

.primary-sidebar .wrap-tabs {
    border-top: none;
}


/* Widget Popular Posts & Most Commented */

.widget_popular_posts li, .widget_most_commented li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px dotted;
}

.widget_popular_posts li:last-child, .widget_most_commented li:last-child {
    border-bottom: none;
}

.primary-sidebar .widget_popular_posts li, .primary-sidebar .widget_most_commented li {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: none;
}


/* Widget Social Links */

.widget_social_links {
    overflow: hidden;
    text-align: center;
}

.widget_social_links i {
    font-family: 'FontAwesome';
    font-style: normal;
}

.widget_social_links li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    margin-top: 20px;
}

.widget_social_links li a {
    border-radius: 50%;
    padding: 6px 12px;
    width: 38px;
    height: 38px;
}

.widget.widget_social_links ul li a {
    font-size: 18px;
}

.widget.widget_social_links ul li a:hover {
    color: #a0cbd2;
}

aside .widget {
    padding: 32px 32px 44px 32px;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 40px 0;
}

.widget a {
    color: #fff;
}

.widget a:hover {
    color: #41a62a;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    margin: 24px 0 12px;
}

.widget h1 {
    font-size: 22px;
    line-height: 1.0909090909;
}

.widget h2, .content-sidebar .widget .tabs a, .content-sidebar .widget h2 a {
    font-size: 22px;
    line-height: 1.0909090909;
}

.widget h3 {
    font-size: 18px;
    line-height: 1.3333333333;
}

.widget h4 {
    font-size: 16px;
    line-height: 1.5;
}

.widget h5 {
    font-size: 14px;
    line-height: 1.7142857142;
}

.widget h6 {
    font-size: 12px;
    line-height: 2;
}

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7);
}

.widget mark, .widget ins {
    color: #000;
}

.widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 12px;
    line-height: 1.5;
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.widget blockquote cite {
    color: #fff;
    font-size: 14px;
    line-height: 1.2857142857;
}

.widget dl, .widget dd {
    margin-bottom: 18px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}

.widget li > ol, .widget li > ul {
    margin-left: 10px;
}

.widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
    margin-bottom: 18px;
}

.widget input:focus, .widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.widget-title, .widget-title a {
    color: #fff;
}

.widget-title a:hover {
    color: #41a62a;
}

.widget_social_links .widget-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6363636363;
    margin-bottom: 18px;
}


/* Social Icons */


/*.fa-google:before {
  content: "\f1a0";
}*/

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

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

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

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

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

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

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

.widget {
    font-size: 12px;
    line-height: 1.5;
}


/* Widget Flickr */

.widget .wrap-flickr {
    margin: 0 -4px -8px -4px;
    text-align: center;
}

.widget_flickr_image_gallery {
    /*overflow: hidden;*/
}

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

.widget_flickr_image_gallery ul .flickr_badge_image {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 4px;
}

.primary-sidebar .widget_flickr_image_gallery ul li:nth-child(3n) {
    margin-right: 0;
}

.widget_flickr_image_gallery li a img {
    max-width: 100%;
    width: 93px;
    height: 93px;
}

.widget_flickr_image_gallery li a img:hover {
    opacity: 0.8;
}

.content-sidebar .widget_flickr_image_gallery li a {
    width: 93px;
    height: 93px;
}

/* Instagram widget */

@media (max-width: 767px) {
  #sb_instagram img {
    width: 100%;
  }
}

/* Fixes for Styling */

#content h1.entry-title a {
    color: #2b2b2b;
}

.video-wrapper.shortcode-container {
    max-width: 100%;
}

.shortcode-container iframe {
    max-width: 100%;
    height: auto;
}

.video-wrapper .mejs-container {
    margin-top: 0;
}

.form-error {
    color: #c2362c;
}


/* Course Meta */

.wrap-course-meta {
    border-top: 1px solid #e5e5e5;
    margin: 25px auto 20px;
    padding-top: 28px;
}

.wrap-course-meta .author {
    display: inline-block;
    width: 60%;
}

.wrap-course-meta .author .author-avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 21px;
}

.wrap-course-meta .author .author-avatar img {
    max-width: 100%;
}

.wrap-course-meta .author .author-name {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b2b2b;
}

.wrap-course-meta .author .author-name {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.wrap-course-meta .author .occupation {
    display: inline-block;
}

.wrap-course-meta .wrap-price {
    display: inline-block;
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 8px;
    padding-right: 5px;
}

.wrap-course-meta .wrap-price .old-price, .wrap-course-meta .wrap-price .course-price {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}

.wrap-course-meta .wrap-price .old-price {
    color: #767676;
    text-decoration: line-through;
    margin-right: 5px;
}

.wrap-course-meta .wrap-price .unit {
    font-size: 12px;
    font-weight: bold;
    color: #767676;
}

.wrap-course-meta .wrap-price .unit strong {
    margin-right: 3px;
}


/* Course Meta Responsive */


/*Screen 768px*/

@media (max-width: 991px) {
    .wrap-course-meta .author .author-avatar {
        float: none;
    }
}


/*Screen 568px*/

@media (max-width: 767px) {
    .wrap-course-meta .author .author-avatar {
        float: left;
    }
}


/*Screen 480px*/

@media (max-width: 500px) {
    .wrap-course-meta .author .author-avatar {
        float: none;
    }
    .wrap-course-meta .wrap-price {
        padding-top: 25px;
    }
    .wrap-course-meta {
        margin-bottom: 0;
    }
}


/* Tabs Course */

.tabs-course-panel .tabs-course ul {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 31px;
}

.tabs-course-panel .tabs-course ul .ui-state-default {
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    padding: 0;
    margin-right: 1px;
}

.tabs-course-panel .tabs-course ul .ui-state-default a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
    line-height: normal;
    padding: 10px 17px;
    display: block;
}

.tabs-course-panel .tabs-course ul .ui-state-default.ui-state-active, .tabs-course-panel .tabs-course ul li.ui-state-hover {
    background: none;
}

.tabs-course-panel .tabs-course ul .ui-state-default.ui-state-active a, .tabs-course-panel .tabs-course ul .ui-state-default.ui-state-hover a {
    color: #000;
}

.tabs-course-panel .tabs-course ul .ui-state-default a:focus {
    outline: none;
}

.section-course {
    margin-bottom: 34px;
}

.section-course .title-section-course {
    border-bottom: 3px solid #e5e5e5;
    font-size: 13px;
    color: #2b2b2b;
    text-transform: uppercase;
    display: block;
    padding-bottom: 7px;
}

.section-course .title-section-course b {
    font-weight: bold;
}

.section-course .course-lesson .free-lesson {
    background: #a0cbd2;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 8px;
}

.section-course .course-lesson li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.section-course .course-lesson .time-lesson {
    display: inline-block;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 4px;
}

.section-course .course-lesson .name-lesson {
    color: #2b2b2b;
    text-decoration: none;
    margin-right: 17px;
}

.section-course .course-lesson .name-lesson:hover {
    color: #a0cbd2;
}

.section-course .course-lesson i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.section-course .course-lesson .fa.fa-play {
    border: 1px solid #2b2b2b;
    padding: 2px 4px;
    font-size: 8px;
}

.start-quiz {
    margin-bottom: 20px;
}


/* Responsive for Course Details (Info & Tabs)*/


/*Screen 320px*/

@media (max-width: 479px) {
    .wrap-details-course .info-course {
        display: block;
        width: 100%;
    }
    .wrap-details-course .button-take-course {
        display: block;
        float: none;
        margin-top: 15px;
    }
    .tabs-course-panel .tabs-course ul .ui-state-default {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .section-course .course-lesson .time-lesson {
        display: block;
        float: none;
        margin-left: 30px;
    }
    .section-course .course-lesson .free-lesson {
        float: right;
    }
}


/* Widget More Course */

.widget.widget_learning_courses .more-courses-thumbnail {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.widget.widget_learning_courses .more-courses-thumbnail img {
    max-width: 100%;
}

.widget.widget_learning_courses ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

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

.widget.widget_learning_courses .name-course {
    font-size: 13px;
    color: #2b2b2b;
    font-weight: 400;
    display: block;
}

.widget.widget_learning_courses .author-name {
    font-size: 12px;
    color: #a8a8a8;
}

.widget.widget_learning_courses .author-name a {
    color: #a8a8a8;
    text-decoration: none;
}

.widget.widget_learning_courses .author-name a:hover {
    text-decoration: underline;
}

.primary-sidebar.widget-area .widget.widget_learning_courses .name-course {
    color: #fff;
    font-size: 12px;
}

.primary-sidebar.widget-area .widget.widget_learning_courses .author-name {
    font-size: 11px;
}


/* Responsive Widget More Course */


/*Screen 1024px*/

@media (max-width: 1199px) {
    .widget.widget_learning_courses .more-courses-thumbnail {
        margin-bottom: 28px;
    }
}


/*Screen 768px*/

@media (max-width: 991px) {
    .widget.widget_learning_courses .more-courses-thumbnail {
        margin-bottom: 10px;
    }
}


/*Screen 568px*/

@media (max-width: 767px) {}


/*Screen 480px*/

@media (max-width: 500px) {}


/*Screen 320px*/

@media (max-width: 479px) {}


/*
 * fix for https://github.com/ThemeFuse/Unyson/issues/97
 */

.fw-page-builder-content {
    margin-left: -15px;
    margin-right: -15px;
}