@charset 'UTF-8';
/**
 * 	Name: portum.css
 *
 *	Main stylesheet
 *
 *  T.O.C
 *
 *
 */
/**
* @uses: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
*/
body
{
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    overflow-x: hidden;

    margin: 0;

    color: #212529;
    background-color: #fff;
}

html
{
    overflow-x: hidden;
}

p
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Hind', sans-serif;
    font-weight: 400;

    color: #212529;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    font-size: inherit;
    font-weight: inherit;
}

h1,
.ewf-like-h1
{
    font-size: 44px;
    line-height: 55px;
    line-height: 1.25;

    margin-top: 44px;
    margin-bottom: 44px;
}

h2,
.ewf-like-h2
{
    font-size: 38px;
    line-height: 47px;
    line-height: 1.3055555556;

    margin-top: 38px;
    margin-bottom: 38px;
}

h3,
.ewf-like-h3
{
    font-size: 32px;
    line-height: 40px;
    line-height: 1.25;

    margin-top: 32px;
    margin-bottom: 32px;
}

h4,
.ewf-like-h4
{
    font-size: 26px;
    line-height: 32px;
    line-height: 1.2307692308;

    margin-top: 26px;
    margin-bottom: 26px;
}

h5,
.ewf-like-h5
{
    font-size: 20px;
    line-height: 25px;
    line-height: 1.25;

    margin-top: 20px;
    margin-bottom: 20px;
}

h6,
.ewf-like-h6
{
    font-size: 16px;
    line-height: 20px;
    line-height: 1.25;

    margin-top: 16px;
    margin-bottom: 16px;
}

.screen-reader-text
{
    position: absolute;

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

    width: 1px;
    height: 1px;

    overflow-wrap: normal;
}

/* ==========================================================================
  =Blockquotes
  ========================================================================== */
blockquote
{
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.3;

    margin: 0;

    color: #212121;
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr
{
    height: 1px;
    margin: 25px 0;

    border: 0;
    background-color: #ebebeb;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul,
ol
{
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;

    margin: 0;
    padding: 0;

    list-style: outside none none;
    list-style-position: inside;

    color: inherit;
}

li > ul,
li > ol
{
    margin-bottom: 0;
    margin-left: 25px;
}

ul
{
    list-style-type: disc;
}

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

ol
{
    list-style-type: decimal;
}

dt
{
    font-weight: bold;
}

dd
{
    margin-bottom: 0;
}

/* ==========================================================================
  =Links
  ========================================================================== */
a
{
    cursor: pointer;
    text-decoration: none;

    color: #0385d0;
}

/**
	* 1. Remove the gray background color from active links in IE 10.
	*/
a:active
{
    /* 1 */
    color: #172128;
    background-color: transparent;
}

a:active,
a:hover,
a:focus
{
    text-decoration: none;

    outline: 0;
}

a:hover,
a:focus
{
    color: #a1083a;
}

/* =Social Links
   ========================================================================== */
.social-links
{
    margin-bottom: 25px;
}

/*
 * 1. Clearfix hack
 */
.social-links:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

a.social-icon
{
    display: inline-block;

    margin-right: 15px;
    margin-bottom: 5px;
}

a.social-icon:last-child
{
    margin-right: 0;
}

a.social-icon
{
    color: #212529;
}

a.social-icon:hover,
a.social-icon:focus
{
    color: #a1083a;
}

a.social-icon:active
{
    color: #172128;
}

/* ==========================================================================
   =Text Alignment classes
   ========================================================================== */
.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

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

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

/* ==========================================================================
   =Text Transformation classes
   ========================================================================== */
.text-nowrap
{
    white-space: nowrap;
}

.text-lowercase
{
    text-transform: lowercase;
}

.text-uppercase
{
    text-transform: uppercase;
}

.text-capitalize
{
    text-transform: capitalize;
}

.text-accent-color
{
    color: #0962ea;
}

.text-accent-color-2
{
    color: #dbe9fe;
}

/* ==========================================================================
   =Clearings
   ========================================================================== */
/**
  * ClearFix Hack
 * Usage:  add  class="fixed"  to parents of floated elements
  */
.fixed:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

/**
  * Clear content
 * Usage:  <br class="clear">
  */
.clear
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    width: 0;
    height: 0;
}

/* ------------------------------ HEADLINE section ---------------------------*/
.headline
{
    width: 100%;
}
.headline h3
{
    z-index: 9;

    margin-bottom: 0;
}
.headline span
{
    font-size: 16px;

    color: #212529;
}

@media (max-width: 768px)
{
    .headline--xs-bottom
    {
        margin-top: 55px;
    }
    .headline--xs-bottom h3
    {
        margin: 0;
    }
}
/* ------------------------------ HEADLINE section - END --------------------*/
/* ==========================================================================
  =Images
  ========================================================================== */
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;

    border: none;
}

/* ==========================================================================
  =Tables
  ========================================================================== */
table,
th,
td
{
    border: 1px solid #ebebeb;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table
{
    width: 100%;
    margin-bottom: 25px;

    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;

    border-width: 1px 0 0 1px;
    /* 1 */
}

caption,
th,
td
{
    font-weight: normal;

    text-align: left;
}

caption
{
    margin-bottom: 25px;
}

th
{
    font-weight: 700;

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

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

th,
td
{
    padding: 12px;
}

/* ==========================================================================
   =Misc
   ========================================================================== */
pre
{
    display: block;
    overflow-x: auto;

    margin-bottom: 28px;
    padding: 14px;

    white-space: pre-wrap;

    background-color: #f9f9fa;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: 900;
}

small
{
    font-size: 75%;
}

big
{
    font-size: 125%;
}

abbr[title]
{
    cursor: help;

    border-bottom: 1px dotted #777;
}

address
{
    display: block;

    margin-bottom: 28px;
}

q
{
    font-family: 'Georgia', 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;

    quotes: '“' '”' '“' '”';

    color: #1a171c;
}

q:before
{
    content: open-quote;
}

q:after
{
    content: close-quote;
}

kbd,
tt,
var,
samp,
code,
pre
{
    font-family: monospace;
}

mark,
ins
{
    text-decoration: none;
}

s,
del
{
    text-decoration: line-through;
}

/* =Grid
   ========================================================================== */
.container
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}
.container-fluid
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.row:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9
{
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9
    {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9
    {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9
    {
        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;
    }
}
/* =Visibility
 ========================================================================== */
.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;
    }
}
.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

@media (min-width: 576px)
{
    .text-sm-left
    {
        text-align: left !important;
    }

    .text-sm-right
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }
}
@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }

    .text-md-right
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }
}
@media (min-width: 992px)
{
    .text-lg-left
    {
        text-align: left !important;
    }

    .text-lg-right
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }
}
@media (min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left !important;
    }

    .text-xl-right
    {
        text-align: right !important;
    }

    .text-xl-center
    {
        text-align: center !important;
    }
}
.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.font-weight-normal
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 700 !important;
}

.font-italic
{
    font-style: italic !important;
}

.container-fluid.ewf-padding-left--none,
.container-fluid.ewf-padding-right--none
{
    padding-right: 0;
    padding-left: 0;
}

.ewf-padding-left--none div[class*=col],
.ewf-padding-right--none div[class*=col]
{
    padding-right: 0;
    padding-left: 0;
}

.ewf-padding-left--none .row,
.ewf-padding-right--none .row
{
    margin-right: 0;
    margin-left: 0;
}

.ewf-section-text
{
    margin-bottom: 55px;
}

.ewf-padding-left--none .ewf-section-text,
.ewf-padding-right--none .ewf-section-text
{
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.ewf-item__spacing-none
{
    padding-right: 0;
    padding-left: 0;
}

.ewf-item__spacing-none + .ewf-item__spacing-none,
.ewf-item__spacing-none:first-child
{
    margin-top: 0;
}

.ewf-item__spacing-sm
{
    padding-right: 1px;
    padding-left: 1px;
}

.ewf-item__spacing-sm + .ewf-item__spacing-sm,
.ewf-item__spacing-sm:first-child
{
    margin-top: 1px;
    margin-bottom: 1px;
}

.ewf-item__spacing-md
{
    padding-right: 7px;
    padding-left: 7px;
}

.ewf-item__spacing-md + .ewf-item__spacing-md,
.ewf-item__spacing-md:first-child
{
    margin-top: 14px;
    margin-bottom: 14px;
}

.ewf-item__spacing-lg
{
    padding-right: 13px;
    padding-left: 13px;
}

.ewf-item__spacing-lg + .ewf-item__spacing-lg,
.ewf-item__spacing-lg:first-child
{
    margin-top: 26px;
    margin-bottom: 26px;
}

.row-flow-reverse
{
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.row-column-reverse
{
        flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}
.row-column-reverse .ewf-section-text
{
    margin-top: 55px;
    margin-bottom: 0;
}

/* ==========================================================================
   =Buttons
   ========================================================================== */
.ewf-btn
{
    position: relative;

    display: inline-block;

    min-width: 110px;
    margin-right: 10px;
    padding: 6px 13px;

    cursor: pointer;
    -webkit-transition: .3s all ease;
         -o-transition: .3s all ease;
            transition: .3s all ease;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: solid 1px transparent;
    background-color: #0962ea;
    background-clip: padding-box;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.ewf-btn:focus,
.ewf-btn:hover
{
    color: #fff;
    background-color: #dbe9fe;
}
.ewf-btn:active
{
    color: #fff;
    background-color: #0962ea;
}

.ewf-btn:active,
.ewf-btn:hover,
.ewf-btn:focus
{
    color: #fff;
}

.ewf-btn,
.ewf-btn:active,
.ewf-btn:hover,
.ewf-btn:focus
{
    color: #fff;
}

.ewf-btn.ewf-btn--small
{
    padding: 2px 14px;

    border-radius: 18px;
}

.ewf-btn.ewf-btn--large
{
    padding: 9px 21px;

    border-radius: 24px;
}

.ewf-btn.ewf-btn--huge
{
    font-weight: bold;

    padding: 16px 29px;

    border-radius: 32px;
}

.ewf-btn.ewf-btn--secondary
{
    color: #0962ea;
    background-color: transparent;
}

/* ==========================================================================
   =Forms
   ========================================================================== */
fieldset
{
    display: block;
}

label
{
    display: block;
}

/**
 * 1. IE input fix.
 */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea
{
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px;

    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;

    color: #000;
    border: 0;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12) inset;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .12) inset;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus
{
    border-color: #cde0e9;
    outline: none;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=color]:disabled,
textarea:disabled
{
    cursor: not-allowed;

    background-color: #fbfcfe;
}

input[type=text]:invalid,
input[type=password]:invalid,
input[type=date]:invalid,
input[type=datetime]:invalid,
input[type=datetime-local]:invalid,
input[type=month]:invalid,
input[type=week]:invalid,
input[type=email]:invalid,
input[type=number]:invalid,
input[type=search]:invalid,
input[type=tel]:invalid,
input[type=time]:invalid,
input[type=url]:invalid,
input[type=color]:invalid,
textarea:invalid
{
    border-color: #ffc3be;
}

input[type=text][disabled],
input[type=text][readonly],
fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=date][disabled],
input[type=date][readonly],
fieldset[disabled] input[type=date],
input[type=datetime][disabled],
input[type=datetime][readonly],
fieldset[disabled] input[type=datetime],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
fieldset[disabled] input[type=datetime-local],
input[type=month][disabled],
input[type=month][readonly],
fieldset[disabled] input[type=month],
input[type=week][disabled],
input[type=week][readonly],
fieldset[disabled] input[type=week],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=number][disabled],
input[type=number][readonly],
fieldset[disabled] input[type=number],
input[type=search][disabled],
input[type=search][readonly],
fieldset[disabled] input[type=search],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=time][disabled],
input[type=time][readonly],
fieldset[disabled] input[type=time],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url],
input[type=color][disabled],
input[type=color][readonly],
fieldset[disabled] input[type=color],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea
{
    cursor: not-allowed;

    background-color: #fbfcfe;
}

textarea[rows]
{
    height: auto;
}

/**
 *  1. Disallow resize out of parent
 */
textarea
{
    max-width: 100%;
    /* 1 */
}

/**
 * 1. IE input fix.
 */
select
{
    font: inherit;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 37px;
    margin-bottom: 25px;
    /* 1 */
    padding: 5px 12px;

    color: #212529;
    border: 1px solid #ebebeb;
    background-color: #fff;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select[multiple]
{
    line-height: 25px;
    line-height: 1.7857142857;

    height: auto;
    padding: 12px 12px;
}

select:disabled
{
    cursor: not-allowed;
}

select:focus
{
    border-color: #cde0e9;
}

input[type=range]
{
    width: 50%;
}

/**
 * 1. Firefox fix for size. or else it overflows on 320px
 */
input[type=file]
{
    font-size: 13px;

    width: 100%;
    /* 1 */
    height: auto;
    margin-bottom: 25px;
}

input[type=checkbox],
input[type=radio]
{
    margin-bottom: 0;
}

input[type=checkbox] + label,
input[type=radio] + label
{
    margin-right: 12px;
    margin-bottom: 12px;

    vertical-align: baseline;
}

input[type=reset],
input[type=submit],
input[type=button]
{
    font: inherit;

    position: relative;

    display: inline-block;

    min-width: 150px;
    margin-bottom: 25px;
    padding: 9px 22px;

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

    color: #fff;
    border: none;
    border-radius: 35px;
    background-color: #0962ea;
    background-clip: padding-box;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus
{
    color: #fff;
    background-color: #dbe9fe;
}

input[type=reset]:active,
input[type=submit]:active,
input[type=button]:active
{
    color: #fff;
    background-color: #dbe9fe;
}

/**
  * Placeholder text color -- selectors need to be separate to work.
  */
::-webkit-input-placeholder
{
    color: #ababb2;
}

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

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

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

/* ==========================================================================
   =Icons
   ========================================================================== */
.ewf-icon
{
    font-size: 36px;

    display: inline-block;

    border-width: 0;
    border-style: solid;
}

/* ==========================================================================
    =Header
    ========================================================================= */
#header
{
    line-height: 60px;

    position: relative;
    z-index: 50;

    background-color: #151c1f;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
            box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}
#header.sticky--top-bar
{
    top: 40px;
}
#header.header--over-content
{
    position: absolute;
    top: 0;

    width: 100%;
}
#header.header--no-shadow
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.header--over-content + section > .section-video
{
    margin-top: -90px;
}

body.admin-bar #header.header--over-content
{
    top: 32px;
}

body.ctdw-bar-visible #header.header--over-content
{
    top: 40px;
}

/* ==========================================================================
    =Logo
    ========================================================================= */
/**
	 * 1. displaying the <a> inline-block makes it depends on the size of it's children
	 *    we add max-width:100% to tell it not that it shouldn't extend beyond the size of it's
	 *    parent if it's child is very large eg a 1000x1000 logo img
	 */
#logo
{
    float: left;
}

#logo a
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    max-width: 100%;
    /* 1 */
}

#logo img
{
    max-width: initial !important;

    -webkit-transition: width .3s;
         -o-transition: width .3s;
            transition: width .3s;
}

/* ==========================================================================
    =Sticky Header
    ========================================================================= */
@media (min-width: 1025px)
{
    /**
     * 1. The z-index has to be 1020 so it is bigger than the back to top buttons z-index that is 1010
     */
    #header.stuck
    {
        position: fixed;
        z-index: 1020;
        /* 1 */
        top: 0;

        width: 100%;
        margin: 0 auto;

        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;

        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
                box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    }
    #header.stuck #logo img
    {
        max-width: 80%;
    }
    #header.stuck #custom-search-button
    {
        top: 23px;
    }

    body.ctdw-bar-visible #header.stuck
    {
        top: 40px;
    }

    body.admin-bar #header.stuck
    {
        top: 32px;
    }
}
/* ==========================================================================
    =Sticky header logo 
    ========================================================================= */
img.custom-logo--sticky
{
    display: none;
}
#header.stuck img.custom-logo--sticky
{
    display: inline;
}

#header.stuck.header--has-sticky-logo .custom-logo
{
    display: none;
}

/* ==========================================================================
   =Menu
   ========================================================================== */
.portum-menu
{
    position: relative;

    float: right;

    margin: 0;
    padding: 0;

    list-style: none;
}
.portum-menu.is-visible
{
    display: block;
    visibility: visible;

    opacity: 1;
}
.portum-menu a
{
    display: block;

    padding: 0 15px;

    text-decoration: none;
}
.portum-menu a:hover
{
    color: #0962ea;
}
.portum-menu li
{
    position: relative;

    float: left;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-transition: all .1s cubic-bezier(.86, 0, .07, 1);
         -o-transition: all .1s cubic-bezier(.86, 0, .07, 1);
            transition: all .1s cubic-bezier(.86, 0, .07, 1);
}
.portum-menu li.menu-item-has-children .arrow
{
    font-family: 'fontawesome';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
         -o-transition:         transform .6s cubic-bezier(.86, 0, .07, 1);
            transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
            transition:         transform .6s cubic-bezier(.86, 0, .07, 1);
            transition:         transform .6s cubic-bezier(.86, 0, .07, 1), -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    text-transform: none;

    color: #212121;
}
.portum-menu li.menu-item-has-children .arrow:after
{
    content: '';
}
.portum-menu li.menu-item-has-children .arrow.is-active
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.portum-menu li.current-menu-item
{
    position: relative;
}
.portum-menu li.current-menu-item > a
{
    color: #0962ea;
}
.portum-menu li:hover
{
    position: relative;
}
.portum-menu .sub-menu
{
    margin: 0;

    background-color: #fff;
}
.portum-menu .sub-menu li
{
    line-height: normal;

    position: relative;

    float: none;

    width: 100%;
}
.portum-menu .sub-menu li:hover
{
    background-color: #eee;
}

.portum-menu-icon
{
    position: relative;

    float: right;

    margin: 0 -15px 0 0;
    padding: 28px 15px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.portum-menu-icon .portum-navicon
{
    position: relative;

    display: block;

    width: 18px;
    height: 2px;

    -webkit-transition: background-color .6s cubic-bezier(.86, 0, .07, 1);
         -o-transition: background-color .6s cubic-bezier(.86, 0, .07, 1);
            transition: background-color .6s cubic-bezier(.86, 0, .07, 1);

    background-color: #212121;
}
.portum-menu-icon .portum-navicon:before,
.portum-menu-icon .portum-navicon:after
{
    position: absolute;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .6s cubic-bezier(.86, 0, .07, 1);
         -o-transition: all .6s cubic-bezier(.86, 0, .07, 1);
            transition: all .6s cubic-bezier(.86, 0, .07, 1);

    background-color: #212121;
}
.portum-menu-icon .portum-navicon:before
{
    top: 6px;
}
.portum-menu-icon .portum-navicon:after
{
    top: -6px;
}

.portum-menu-icon--open .portum-navicon
{
    background: transparent !important;
}
.portum-menu-icon--open .portum-navicon:before
{
    top: 0;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.portum-menu-icon--open .portum-navicon:after
{
    top: 0;

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

@media (max-width: 768px)
{
    .portum-menu li
    {
        line-height: normal;

        display: block;
        float: none;
    }
    .portum-menu li.menu-item-has-children .arrow
    {
        font-size: 1em;

        width: 50px;
        padding: 17px 0;

        cursor: pointer;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        text-align: center;
    }
    .portum-menu li.menu-item-has-children > a
    {
        width: calc( 100% - 50px - 30px );
    }
    .portum-menu a
    {
        position: relative;
        z-index: 2;

        padding: 15px;
    }
    .portum-menu .sub-menu
    {
        position: static;

        display: block;
        visibility: visible;
        overflow: hidden;

        width: 100%;
        max-height: 0;
        margin: 0;
    }
    .portum-menu .sub-menu.is-visible
    {
        max-height: 5000px;

        -webkit-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
             -o-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
                transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
    }
    .portum-menu .sub-menu a
    {
        font-size: inherit;

        padding: 15px;
    }
}
@media (min-width: 769px)
{
    #header.portum-classic .portum-menu-icon
    {
        display: none;
    }
    #header.portum-classic .portum-menu .sub-menu
    {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;

        visibility: hidden;

        width: 200px;
        margin: 1px 0 0;

        opacity: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
                box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    }
    #header.portum-classic .portum-menu .sub-menu a
    {
        font-size: 14px;

        padding: 12px 15px;
    }
    #header.portum-classic .portum-menu .sub-menu .menu-item-has-children .arrow
    {
        top: 15px;
        right: 3px;

        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    #header.portum-classic .portum-menu .sub-menu .sub-menu
    {
        top: 0;
        left: 100%;

        margin: 0;
    }
    #header.portum-classic .portum-menu li:hover > .sub-menu
    {
        visibility: visible;

        -webkit-transition: opacity .4s cubic-bezier(.86, 0, .07, 1);
             -o-transition: opacity .4s cubic-bezier(.86, 0, .07, 1);
                transition: opacity .4s cubic-bezier(.86, 0, .07, 1);

        opacity: 1;
    }
}
@media (max-width: 768px)
{
    #header.portum-classic .portum-menu
    {
        left: 15px;

        overflow: hidden;

        width: calc(100% + 30px);
        max-height: 0;

        text-align: left;
    }
    #header.portum-classic .portum-menu li
    {
        border-top: 1px solid #eee;
    }
    #header.portum-classic .portum-menu.menu-item-has-children > a
    {
        border-right: 1px solid #eee;
    }
    #header.portum-classic .portum-menu--visible
    {
        max-height: 5000px;

        -webkit-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
             -o-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
                transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
    }
}

#header.portum-sidebar
{
    line-height: 40px;

    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 200px;
    height: 100%;

    text-align: center;
}
#header.portum-sidebar + #wrap
{
    position: relative;
    left: 200px;

    max-width: calc(100% - 200px);
}
#header.portum-sidebar #logo
{
    float: none;

    margin: 50px 0;
}
#header.portum-sidebar .portum-menu
{
    float: none;
}
#header.portum-sidebar .portum-menu li
{
    float: none;
}
#header.portum-sidebar .portum-menu li.menu-item-has-children .arrow
{
    font-size: 1em;
    line-height: normal;

    width: 30px;
    padding: 17px 0;

    cursor: pointer;
}
#header.portum-sidebar .portum-menu a
{
    line-height: normal;

    padding: 12px 15px;
}
#header.portum-sidebar .portum-menu .sub-menu
{
    overflow: hidden;

    max-height: 0;
}
#header.portum-sidebar .portum-menu .sub-menu.is-visible
{
    max-height: 5000px;

    -webkit-transition: max-height 2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: max-height 2s cubic-bezier(.645, .045, .355, 1);
            transition: max-height 2s cubic-bezier(.645, .045, .355, 1);
}

#header.portum-offcanvas .offcanvas
{
    position: fixed;
    z-index: 9999999999;
    right: 0;

    overflow: hidden;

    width: 250px;
    height: 100vh;

    -webkit-transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
         -o-transition:         transform .6s cubic-bezier(.86, 0, .07, 1);
            transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
            transition:         transform .6s cubic-bezier(.86, 0, .07, 1);
            transition:         transform .6s cubic-bezier(.86, 0, .07, 1), -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);

    background-color: #111;
}
#header.portum-offcanvas .offcanvas--visible
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
#header.portum-offcanvas .offcanvas__content
{
    position: relative;

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

    width: 100%;
    height: 100%;
}
#header.portum-offcanvas .offcanvas__content .portum-menu-icon
{
    margin: 0;
}
#header.portum-offcanvas .portum-menu
{
    float: none;

    margin-top: 61px;
}
#header.portum-offcanvas .portum-menu li
{
    line-height: normal;

    float: none;
}
#header.portum-offcanvas .portum-menu li.menu-item-has-children .arrow
{
    font-size: 1em;

    width: 50px;
    padding: 13px 0;

    cursor: pointer;
    text-align: center;
}
#header.portum-offcanvas .portum-menu li.menu-item-has-children > a
{
    width: calc( 100% - 50px - 70px );
}
#header.portum-offcanvas .portum-menu a
{
    padding: 8px 35px;
}
#header.portum-offcanvas .portum-menu .sub-menu
{
    overflow: hidden;

    max-height: 0;
}
#header.portum-offcanvas .portum-menu .sub-menu.is-visible
{
    max-height: 5000px;

    -webkit-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
         -o-transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
            transition: max-height 2s cubic-bezier(.86, 0, .07, 1);
}

.title-area
{
    position: relative;

    background-position: center;
    background-size: cover;
}

.title-area__overlay
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #f6f6f6;
}

.title-area__content
{
    position: relative;

    padding-top: 100px;
    padding-bottom: 100px;

    text-align: center;
}
.title-area__content h1
{
    font-weight: 700;

    margin: 0 0 30px;
}
.title-area__content .page-cat-links
{
    margin-bottom: 30px;
}
.title-area__content .page-cat-links a
{
    font-size: .9em;

    margin: 0 12px;
    padding: 0 8px;

    color: #fff;
    border-radius: 4px;
    background-color: #0962ea;
}
.title-area__content .page-excerpt
{
    font-size: 1.2em;
    font-weight: 300;

    margin-bottom: 30px;
}
.title-area__content .page-meta > span
{
    margin: 0 20px;
}
.title-area__content .page-meta .page-meta__author img
{
    width: 40px;
    height: 40px;

    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.title-area__content .col-md-8 > :last-child
{
    margin-bottom: 0;
}

.title-area--has-bg .title-area__overlay
{
    opacity: .5;
    background-color: #000;
}
.title-area--has-bg .title-area__content
{
    padding-top: 180px;
    padding-bottom: 180px;

    color: #e8e8e8;
}
.title-area--has-bg .title-area__content h1
{
    color: #fff;
}
.title-area--has-bg .title-area__content h1 a
{
    color: inherit;
}
.title-area--has-bg .title-area__content .page-meta a
{
    color: #e8e8e8;
}

/*==========================================================================
  =Posts
  ========================================================================== */
.post
{
    margin-bottom: 30px;
}

.post--loop
{
    position: relative;

    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
            box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
}

.post--loop.format-image .post-content-wrap
{
    background-position: center;
    background-size: cover;
}
.post--loop.format-image a
{
    color: #fff;
}
.post--loop.format-image .post-content
{
    min-height: 200px;

    color: #b3b3b3;
}

/* =Post Content Wrap
========================================================================== */
.post-content-wrap
{
    padding: 30px;

    border-radius: inherit;
}

.post-content-wrap__overlay
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
    border-radius: inherit;
    background-color: #000;
}

/* =Post Header
========================================================================== */
/* =Post Content
========================================================================== */
/* =Post Content
   ========================================================================== */
.post-content
{
    position: relative;
}

/*
 * 1. Clearfix hack
 */
.post-content:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.post-content iframe
{
    max-width: 100%;
}

.post-content img
{
    width: initial;
    max-width: 100%;
}

/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail
{
    position: relative;
    z-index: 0;

    display: block;

    width: 100%;
}

.post-thumbnail img
{
    width: 100%;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-thumbnail-preloader
{
    position: relative;

    overflow: hidden;

    height: 345px;
}
.post-thumbnail-preloader .preloader
{
    position: Absolute;
    top: 0;
    right: 50px;

    width: 100%;
    height: 100%;
}
.post-thumbnail-preloader .overlay
{
    width: 510px;
    height: 355px;
    margin-top: -5px;

    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);

    opacity: 1;
    background-color: #fff;
}
.post-thumbnail-preloader .overlay:before
{
    position: absolute;
    top: 0;
    left: 10px;

    width: 510px;
    height: 355px;

    content: '';

    opacity: .7;
    background-color: #fff;
}
.post-thumbnail-preloader .overlay:after
{
    position: Absolute;
    top: 0;
    left: 20px;

    width: 510px;
    height: 355px;

    content: '';

    opacity: .4;
    background-color: #fff;
}
.post-thumbnail-preloader img
{
    width: auto;
    max-width: none;
    height: 345px;

    opacity: 0;
}
.post-thumbnail-preloader.animate img
{
    opacity: 1;
}
.post-thumbnail-preloader.animate .preloader
{
    -webkit-animation: anim-blog-preloader 1500ms linear both;
            animation: anim-blog-preloader 1500ms linear both;
    -webkit-animation-delay: 450;
            animation-delay: 450;
}

@media (max-width: 991px)
{
    .post-thumbnail-preloader .preloader
    {
        display: none;
    }
    .post-thumbnail-preloader img
    {
        width: 100%;
        height: auto;
    }
}
.post-thumbnail img
{
    display: block;
}
.post-thumbnail .effect
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.post-thumbnail img + .effect
{
    z-index: -5;
    top: -6px;
    left: 5px;

    width: 98.8%;

    opacity: .45;
}
.post-thumbnail img + .effect + .effect
{
    z-index: -10;
    top: -12px;
    left: 10px;

    width: 97.6%;

    opacity: .1;
}
.post-thumbnail img.animate + .effect
{
    -webkit-animation: anim-blog-sticky-effect 250ms linear both;
            animation: anim-blog-sticky-effect 250ms linear both;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
}
.post-thumbnail img.animate + .effect + .effect
{
    -webkit-animation: anim-blog-sticky-effect 450ms linear both;
            animation: anim-blog-sticky-effect 450ms linear both;
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms;
}

@-webkit-keyframes anim-blog-sticky-effect
{
    0%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);

        opacity: 0;
    }
    5.71%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1);
    }
    11.31%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1);
    }
    17.02%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1);
    }
    22.62%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1);
    }
    28.33%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1);
    }
    33.93%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.215, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.215, 0, 1);
    }
    45.15%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1);
    }
    72.57%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.387, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.387, 0, 1);
    }
    100%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes anim-blog-sticky-effect
{
    0%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);

        opacity: 0;
    }
    5.71%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1);
    }
    11.31%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1);
    }
    17.02%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1);
    }
    22.62%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1);
    }
    28.33%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1);
    }
    33.93%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.215, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.215, 0, 1);
    }
    45.15%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1);
    }
    72.57%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.387, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -.387, 0, 1);
    }
    100%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@-webkit-keyframes anim-blog-preloader
{
    0%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    .37%
    {
        -webkit-transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1);
                transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1);
    }
    .73%
    {
        -webkit-transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1);
                transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1);
    }
    1.63%
    {
        -webkit-transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1);
                transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1);
    }
    2.52%
    {
        -webkit-transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1);
                transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1);
    }
    3.42%
    {
        -webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1);
                transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1);
    }
    4.3%
    {
        -webkit-transform: matrix3d(.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1);
                transform: matrix3d(.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1);
    }
    5.31%
    {
        -webkit-transform: matrix3d(.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1);
                transform: matrix3d(.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1);
    }
    7.88%
    {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1);
                transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1);
    }
    10.51%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1);
    }
    11.45%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1);
    }
    14.29%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1);
    }
    15.82%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1);
    }
    21.02%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1);
    }
    35.34%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1);
    }
    49.55%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1);
    }
    78.18%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1);
    }
    100%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
    }
}
@keyframes anim-blog-preloader
{
    0%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    .37%
    {
        -webkit-transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1);
                transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1);
    }
    .73%
    {
        -webkit-transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1);
                transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1);
    }
    1.63%
    {
        -webkit-transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1);
                transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1);
    }
    2.52%
    {
        -webkit-transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1);
                transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1);
    }
    3.42%
    {
        -webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1);
                transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1);
    }
    4.3%
    {
        -webkit-transform: matrix3d(.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1);
                transform: matrix3d(.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1);
    }
    5.31%
    {
        -webkit-transform: matrix3d(.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1);
                transform: matrix3d(.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1);
    }
    7.88%
    {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1);
                transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1);
    }
    10.51%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1);
    }
    11.45%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1);
    }
    14.29%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1);
    }
    15.82%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1);
    }
    21.02%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1);
    }
    35.34%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1);
    }
    49.55%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1);
    }
    78.18%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1);
    }
    100%
    {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
    }
}
/* =Post Title
   ========================================================================== */
.post-title
{
    font-weight: 700;

    position: relative;

    margin: 0;
}

.post-title a
{
    color: #1a171c;
}

.post-title a:focus,
.post-title a:hover
{
    color: #dbe9fe;
}

@media (max-width: 425px)
{
    .post.sticky .post-title,
    .post.sticky .post-title a
    {
        -webkit-transform: skewX(0);
            -ms-transform: skewX(0);
                transform: skewX(0);
    }

    .more-link
    {
        display: none;
    }
}
/* =Post Meta
   ========================================================================== */
.post-meta
{
    position: relative;
}

.post-meta a
{
    font-size: 12px;

    display: inline-block;

    margin-right: 15px;

    letter-spacing: 1px;

    color: #212529;
}

.post-meta:last-child
{
    padding-bottom: 0;
}

.post-meta-separator
{
    padding: 0 3px 0 0;
}

.edit-link:before
{
    font-family: 'FontAwesome';

    padding-right: 3px;

    content: '';
}

.comments-link:before
{
    font-family: 'FontAwesome';

    padding-right: 3px;

    content: '';
}

.tags-links
{
    margin: 25px 0;

    color: #414444;
}

.tags-links a
{
    font-weight: 700;

    display: inline-block;

    margin: 0 5px 5px 0;
    padding: 0 10px;

    color: #6aa4bc;
    border: 1px solid #6aa4bc;
}

.tags-links a:hover
{
    color: #aacfdf;
    border-color: #aacfdf;
}

.posted-on
{
    display: inline-block;

    color: #414444;
}

/* =Post Formats
   ========================================================================== */
.post-format
{
    display: inline-block;

    padding-right: 5px;

    color: #aacfdf;
}

.post-format:first-child
{
    padding-left: 0;
}

.format-standard .post-format
{
    display: none;
}

.format-aside .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-image .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-video .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-quote .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-gallery .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-status .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-link .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-audio .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

.format-chat .post-format:before
{
    font-family: 'FontAwesome';

    content: '';
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Pagination
   ========================================================================== */
.pagination
{
    margin: 75px 0 25px;
}

/*
	 * 1. Clearfix hack
	 */
.pagination:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.pagination .nav-links
{
    text-align: center;
}

.pagination .prev.page-numbers i
{
    padding-right: 5px;
}

.pagination .next.page-numbers i
{
    padding-left: 5px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers
{
    font-size: 14px;

    display: inline-block;

    padding: 0 12px;

    text-transform: uppercase;

    color: #212529;
    border: 1px solid #212529;
    border-radius: 30px;
}

.pagination .page-numbers a,
.pagination .page-numbers span
{
    color: inherit;
}

.pagination .page-numbers:hover
{
    color: #dbe9fe;
}

.pagination .page-numbers:active
{
    color: #0962ea;
}

.pagination .prev.page-numbers:focus,
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:focus,
.pagination .next.page-numbers:hover
{
    color: #fff;
    border: 1px solid #dbe9fe;
    background-color: #dbe9fe;
}

.pagination .prev.page-numbers:active,
.pagination .next.page-numbers:active
{
    color: #fff;
    border: 1px solid #0962ea;
    background-color: #0962ea;
}

.pagination a,
.pagination span
{
    color: #212529;
}

.pagination .page-numbers
{
    display: inline-block;

    margin-right: 25px;

    text-align: center;
}

.pagination .page-numbers:last-child
{
    margin-right: 0;
}

.pagination .page-numbers.current
{
    color: #172128;
}

@media (max-width: 767px)
{
    .pagination
    {
        margin: 50px 0 50px;
    }

    .pagination .page-numbers
    {
        display: none;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next,
    .pagination .page-numbers.current
    {
        display: inline-block;
    }

    .page-numbers.prev .screen-reader-text,
    .page-numbers.next .screen-reader-text
    {
        position: relative !important;

        overflow: auto;
        clip: auto;

        width: auto;
        height: auto;
    }
}
/* =Page Links
   ========================================================================== */
.page-links
{
    margin: 25px 0;

    color: #414444;
}
.page-links .page-number
{
    padding: 5px;
}

/* =Post Pagination
   ========================================================================== */
.pagination
{
    margin: 75px 0 25px;
}

/*
 * 1. Clearfix hack
 */
.pagination:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.pagination .nav-links
{
    text-align: center;
}

.pagination .page-numbers
{
    display: inline-block;

    margin-right: 25px;

    text-align: center;
}

.pagination .page-numbers:last-child
{
    margin-right: 0;
}

.pagination .page-numbers.current
{
    /*
  border-bottom: 1px solid $text-color;
  */
}

@media (max-width: 767px)
{
    .pagination
    {
        margin: 50px 0 50px;
    }
    .pagination .page-numbers
    {
        display: none;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next,
    .pagination .page-numbers.current
    {
        display: inline-block;
    }

    .page-numbers.prev .screen-reader-text,
    .page-numbers.next .screen-reader-text
    {
        position: relative !important;

        overflow: auto;
        clip: auto;

        width: auto;
        height: auto;
    }
}
/* =Post Navigation
   ========================================================================== */
.post-navigation
{
    margin: 25px 0 75px 0;
    padding-top: 25px;

    border-top: 1px solid #ebebeb;
}

/*
	 * 1. Clearfix hack
	 */
.post-navigation:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.post-navigation .nav-previous a
{
    position: relative;

    display: inline-block;

    padding-left: 46px;
}

.post-navigation .nav-next a
{
    position: relative;

    display: inline-block;

    padding-right: 46px;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before
{
    font-family: 'fontawesome';
    line-height: 36px;

    position: absolute;
    top: 0;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin-top: -7px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
            box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
}

.post-navigation .nav-previous a:before
{
    left: 0;

    content: '';
}

.post-navigation .nav-next a:before
{
    right: 0;

    content: '';
}

@media (min-width: 768px)
{
    .post-navigation .nav-previous
    {
        float: left;

        width: 50%;
    }

    .post-navigation .nav-next
    {
        float: right;

        width: 50%;

        text-align: right;
    }
}
@media (max-width: 767px)
{
    .post-navigation .nav-previous
    {
        margin-bottom: 25px;
    }
}
.post-navigation .nav-subtitle
{
    font-size: 12px;
    font-size: 1.2rem;

    display: block;

    margin-bottom: 5px;

    text-transform: uppercase;

    color: #414444;
}

/* ==========================================================================
   =Author bio
   ========================================================================== */
.author-bio
{
    position: relative;

    margin: 25px 0 50px;
    padding: 30px 50px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
            box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
}

/*
	 * 1. Clearfix hack
	 */
.author-bio:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.author-bio-avatar img
{
    width: 50px;
    height: 50px;

    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.author-bio-social
{
    float: right;
}

.author-bio-social a
{
    display: inline-block;

    margin-right: 10px;

    color: #414444;
}

@media (max-width: 479px)
{
    .author-bio-avatar
    {
        margin-bottom: 28px;
        margin-bottom: 1.86666666em;
    }
}
@media (min-width: 480px)
{
    .author-bio-avatar
    {
        float: left;
    }

    .author-bio-avatar + .author-bio-info
    {
        padding-left: 100px;
    }
}
.author-bio-info *:last-child
{
    margin-bottom: 0;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
.comments-wrap
{
    padding: 40px 0;

    background-color: #f6f6f6;
}

.comments-title
{
    font-weight: 700;
}

/*
	 * 1. Clearfix hack
	 */
.comments-area:after,
.comment-list:after .comment:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.comments-area
{
    margin-bottom: 50px;
}

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

.comment-list
{
    margin: 25px 0;
}

@media (max-width: 480px)
{
    .comment-list .children
    {
        margin-left: 5px;
    }
}
.no-comments,
.comment-awaiting-moderation
{
    color: #414444;
}

/* =Comment Meta
   ========================================================================== */
.comment-meta
{
    margin: 12px 0;
}

.comment-author
{
    position: relative;
    z-index: 2;
}

.comment-author .avatar
{
    position: absolute;
    top: -14px;
    left: -84px;

    width: 50px;
    height: 50px;

    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

@media (max-width: 480px)
{
    .comment-author .avatar
    {
        position: relative;
        top: auto;
        left: auto;

        display: block;

        width: 48px;
        height: 48px;
        margin-bottom: 25px;
    }
}
.comment-author .says
{
    display: none;
}

.comment-author cite
{
    font-style: normal;
}

.comment-metadata > a
{
    color: #b7b7b7;
}

/* =Comment Body
   ========================================================================== */
.comment .comment-body
{
    position: relative;

    padding: 25px 0 25px 84px;

    border-top: 1px solid #ebebeb;
}

.comment-list > li:first-child > .comment-body
{
    padding-top: 7px;

    border-top: 0;
}

@media (max-width: 480px)
{
    .comment .comment-body
    {
        padding-left: 0;
    }
}
.comment .comment-body *:last-child
{
    margin-bottom: 0;
}

/* =Comment Reply
   ========================================================================== */
.reply
{
    margin: 12px 0 25px;
}

.comment-reply-link
{
    position: relative;
}

/* ==========================================================================
   =Comments Navigation
   ========================================================================== */
.comment-navigation
{
    margin-bottom: 25px;
    padding-top: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-navigation:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

#comment-nav-above
{
    padding-bottom: 25px;

    border-bottom: 1px solid #ebebeb;
}

#comment-nav-below
{
    border-top: 1px solid #ebebeb;
}

.comment-navigation .nav-next a:after
{
    font-family: 'FontAwesome';

    padding-left: 5px;

    content: '';
}

.comment-navigation .nav-previous a:before
{
    font-family: 'FontAwesome';

    padding-right: 5px;

    content: '';
}

.comment-navigation .nav-next
{
    float: right;

    width: 50%;

    text-align: right;
}

.comment-navigation .nav-previous
{
    float: left;

    width: 50%;
}

/* ==========================================================================
   =Comments Form
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comment-respond:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.comment-reply-title
{
    font-weight: 700;

    margin-bottom: 0;
}

.comment-form
{
    margin: 0 -15px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-form:after
{
    font-size: 0;

    display: block;
    /* 1 */
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.comment-form p:not(.comment-notes):not(.logged-in-as)
{
    margin-bottom: 0;
}

.comment-form .form-submit input[type=submit]
{
    margin-top: 1em;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px)
{
    .comment-form-author,
    .comment-form-email,
    .comment-form-url
    {
        float: left;

        width: 33.33333333%;
    }
}
/* =Captions
========================================================================== */
.wp-caption
{
    max-width: 100%;
    margin-bottom: 28px;
}

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

    margin: 0 auto;
}

.wp-caption .wp-caption-text
{
    padding: 14px 0;
}

/* =Galleries
   ========================================================================== */
.gallery
{
    margin-bottom: 28px;
}

.gallery-item
{
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1.79104477%;

    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item
{
    max-width: 50%;
}

.gallery-columns-3 .gallery-item
{
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item
{
    max-width: 25%;
}

.gallery-columns-5 .gallery-item
{
    max-width: 20%;
}

.gallery-columns-6 .gallery-item
{
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item
{
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item
{
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item
{
    max-width: 11.11%;
}

.gallery-icon img
{
    margin: 0 auto;
}

.gallery-caption
{
    display: block;

    padding: 10px 0;
}

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

/* ==========================================================================
   =Alignments
   ========================================================================== */
.alignleft
{
    display: inline;
    float: left;

    margin: 0 1.5em 1.5em 0;
}

.alignright
{
    display: inline;
    float: right;

    margin: 0 0 1.5em 1.5em;
}

.aligncenter
{
    display: block;
    clear: both;

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

.ewf-section__content .woocommerce-loop-product__title
{
    font-size: 32px;
    line-height: 40px;
    line-height: 1.25;

    margin-top: 32px;
    margin-bottom: 12px;
}
.ewf-section__content .ewf-section__content .product .button
{
    margin-top: 12px;
}
.ewf-section__content .woocommerce-loop-product__link:after
{
    display: block;
    clear: both;

    content: '';
}

/*  ==========================================================================
    =Back to top
    ========================================================================== */
#back-to-top
{
    line-height: 32px;
    line-height: 2.13333333;

    position: fixed;
    z-index: 1010;
    right: -40px;
    bottom: 14px;

    width: 35px;
    width: 2.33333333em;
    height: 35px;
    height: 2.33333333em;

    cursor: pointer;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: background-color, right;
         -o-transition-property: background-color, right;
            transition-property: background-color, right;
    text-align: center;

    opacity: .95;
    color: #fff;
    border-radius: 50%;
    background-color: #0962ea;
}
#back-to-top i
{
    -webkit-transition: color .4s ease 0s;
         -o-transition: color .4s ease 0s;
            transition: color .4s ease 0s;
}
#back-to-top:hover
{
    background-color: #dbe9fe;
}
#back-to-top:hover i
{
    color: #fff;
}
#back-to-top.visible
{
    right: 14px;
    right: .93333333em;
}
#back-to-top.gone
{
    right: -40px;
    right: -2.66666666em;
}

.ewf-section__upsell-label
{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: .75em;
    font-weight: 700;
    line-height: 36px;

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

    display: inline-block;

    height: 36px;
    padding: 0 14px;

    -webkit-animation: label-appear .8s cubic-bezier(1, .05, 0, 1.36);
            animation: label-appear .8s cubic-bezier(1, .05, 0, 1.36);
    letter-spacing: .03em;
    text-transform: uppercase;

    color: #fff;
    background-color: #ff4f52;
    -webkit-box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .15);
}
.ewf-section__upsell-label i
{
    margin-right: 10px;
}

@-webkit-keyframes label-appear
{
    0%
    {
        -webkit-transform: scale(.6);
                transform: scale(.6);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}

@keyframes label-appear
{
    0%
    {
        -webkit-transform: scale(.6);
                transform: scale(.6);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.widget
{
    margin-bottom: 50px;
}

/*
.widget ul li:before {
color: inherit;
content: "\f0da";
display: inline-block;
font-family: "FontAwesome";
margin-left: 0;
transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
width: 15px;
}
*/
.widget.widget_rss ul li:before,
.widget.widget_recent_entries ul li:before
{
    display: inline;

    width: auto;

    content: '';
}

.widget ul li:before:hover
{
    padding-left: 5px;
}

#header-widget-area .widget:last-child
{
    margin-bottom: 0;
}

#footer-bottom [class*=col]:last-child .widget:last-child,
#footer [class*=col]:last-child .widget:last-child
{
    margin-bottom: 0;
}

@media (min-width: 768px)
{
    .widget:last-child
    {
        margin-bottom: 0 !important;
    }
}
/**
* 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
*/
.widget > *:last-child
{
    margin-bottom: 0;
    /* 1 */
}

.widget .widget-title a
{
    color: #0385d0;
}

#footer .widget .widget-title,
#footer .widget .widget-title a
{
    color: #fff;
}

.widget-title
{
    font-weight: 700;

    margin-bottom: 25px;

    color: #0385d0;
}

.widget-title img
{
    width: auto;
    max-width: auto;
}

/* =Widget Links
========================================================================== */
.widget a
{
    color: #0385d0;
}

.widget a:hover,
.widget a:focus
{
    color: #dbe9fe;
}

.widget a:active
{
    color: #172128;
}

.widget_archive ul
{
    list-style: none;
}

.widget_archive li
{
    padding: 6.25px 0;
}

.widget_archive li:first-child
{
    padding-top: 0;
}

.widget_archive li:last-child
{
    border-bottom: 0;
}

.widget_archive li span
{
    display: none;
    float: right;
}

.widget_archive select
{
    margin-bottom: 0;
}

#calendar_wrap table
{
    position: relative;

    border-spacing: 4px;
    border-collapse: separate;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td
{
    padding: 0;

    text-align: center;

    border: 0;
}

#footer #wp-calendar caption,
#footer #wp-calendar th
{
    color: inherit;
}

#wp-calendar caption
{
    font-weight: 700;

    margin-bottom: 0;
    padding-bottom: 15px;

    text-align: center;
    text-transform: uppercase;

    color: #212529;
}

#wp-calendar th
{
    font-size: .9em;
    font-weight: normal;

    color: inherit;
    color: #212529;
}

#wp-calendar tbody td:not(.pad)
{
    /*
  border: 1px solid #ebebeb;
  */
    font-size: .9em;
    line-height: 30px;

    background-color: #fafafa;
}

#wp-calendar tbody td a
{
    line-height: 30px;

    display: block;

    margin: 0;

    text-align: center;

    color: #fff;
    background-color: #0962ea;
}
#wp-calendar tbody td a:hover
{
    background-color: #dbe9fe;
}
#wp-calendar tbody td a:active
{
    background-color: #172128;
}

#wp-calendar tfoot
{
    float: left;

    height: 0;
}

#wp-calendar #prev a,
#wp-calendar #next a
{
    font-size: 0;
    line-height: 26px;

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

    display: inline-block;

    width: 26px;
    height: 26px;

    text-align: center;

    border-radius: 25px;
}

#wp-calendar #prev a
{
    left: 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a
{
    color: #212529;
    border: 1px solid #212529;
}

#wp-calendar #prev a:hover,
#wp-calendar #prev a:focus,
#wp-calendar #next a:hover,
#wp-calendar #next a:focus
{
    color: #fff;
    border: 1px solid #dbe9fe;
    background-color: #dbe9fe;
}

#wp-calendar #prev a:active,
#wp-calendar #next a:active
{
    color: #fff;
    border: 1px solid #172128;
    background-color: #172128;
}

#wp-calendar #next a:before,
#wp-calendar #prev a:before
{
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 26px;

    position: relative;

    display: inline-block;

    padding: 0 1px 0 0;

    content: '';
    text-align: center;
    text-align: center;

    color: inherit;
}

#wp-calendar #next a:before
{
    padding: 0 0 0 3px;

    content: ' ';
}

#wp-calendar #prev a:hover:before,
#wp-calendar #prev a:focus:before,
#wp-calendar #next a:hover:before,
#wp-calendar #next a:focus:before
{
    color: #fff;
}

/* footer */
#footer #wp-calendar #prev a,
#footer #wp-calendar #next a
{
    color: #a9afb1;
    border: 1px solid #a9afb1;
}

#footer #wp-calendar #prev a:hover,
#footer #wp-calendar #prev a:focus,
#footer #wp-calendar #next a:hover,
#footer #wp-calendar #next a:focus
{
    color: #fff;
    border: 1px solid #fff;
    background-color: #fff;
}

#footer #wp-calendar #prev a:active,
#footer #wp-calendar #next a:active
{
    color: #fff;
    border: 1px solid #a9afb1;
    background-color: #a9afb1;
}

.widget_categories ul
{
    list-style: none;
}

.widget_categories ul ul
{
    margin-bottom: 0;
}

.widget_categories li
{
    padding: 6.25px 0;
    /*
  border-bottom: 1px solid #ebebeb;
  */
}

.widget_categories li ul li
{
    border-bottom: 0;
}

.widget_categories li:first-child
{
    padding-top: 0;
}

.widget_categories li:last-child
{
    border-bottom: 0;
}

.widget_categories li ul li:last-child
{
    padding-bottom: 0;
}

.widget_categories li span
{
    display: none;
    float: right;
}

.widget_categories select
{
    margin-bottom: 0;
}

.widget_meta ul
{
    list-style: none;
}

.widget_meta li
{
    padding: 6.25px 0;
}

.widget_meta li:first-child
{
    padding-top: 0;
}

.widget_meta li:last-child
{
    margin-bottom: 0;
}

.widget_nav_menu ul
{
    list-style: none;
}

.widget_nav_menu li
{
    padding: 3.25px 0;
}

.widget_nav_menu li:first-child
{
    padding-top: 0;
}

.widget_nav_menu li:last-child
{
    margin-bottom: 0;
}

.widget_nav_menu li a
{
    display: inline-block;
}

.widget_pages ul
{
    list-style: none;
}

.widget_pages li
{
    padding: 3.25px 0;
}

.widget_pages li:first-child
{
    padding-top: 0;
}

.widget_pages li:last-child
{
    margin-bottom: 0;
}

.widget_recent_comments ul
{
    list-style: none;
}

.widget_recent_comments li
{
    padding: 3.25px 0;
}

.widget_recent_comments li:first-child
{
    padding-top: 0;
}

.widget_recent_comments li:last-child
{
    margin-bottom: 0;
}

.widget_recent_entries ul
{
    list-style: none;
}

.widget_recent_entries ul li
{
    position: relative;

    padding: 12.5px 0;

    border-bottom: 1px solid #ebebeb;
}

.widget_recent_entries ul li:first-child
{
    padding-top: 0;
}

.widget_recent_entries ul li:last-child
{
    border-bottom: 0;
}

.widget_recent_entries ul li a
{
    display: block;
}

.widget_recent_entries ul li .post-date
{
    display: block;
}

.widget_rss ul
{
    margin: 0;

    list-style: none;
}

.widget_rss li
{
    margin-bottom: 25px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child
{
    margin-bottom: 0;
}

.widget_rss .rssSummary
{
    color: inherit;
}

.widget_rss ul li a.rsswidget
{
    font-weight: bold;

    margin-top: 5px;
    margin-bottom: 25px;
}

.widget_rss .rsswidget img
{
    margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite
{
    font-size: .9em;

    display: block;

    color: #414444;
}

.widget_search .searchform
{
    position: relative;

    max-width: 400px;
}
.widget_search input[type=text]
{
    padding-left: 15px;

    border-color: transparent;
    border-radius: 35px;
}
.widget_search input[type=submit]
{
    position: absolute;
    top: 0;
    right: -1px;

    min-width: initial;
    margin: 0;
    padding: 10px 25px;
}

.widget_tag_cloud a
{
    font-size: .9em;

    display: inline-block;

    margin: 0 5px 5px 0;
    padding: 0 2px;

    text-transform: uppercase;

    color: #212529;
}

.widget_tag_cloud a:hover
{
    color: #dbe9fe;
}

.textwidget > *:last-child
{
    margin-bottom: 0;
}

/* ----------------------- SECTIONS ------------------------ */
/* =Section
   ========================================================================== */
.ewf-section
{
    position: relative;

    margin-bottom: 0;
    padding: 70px 0;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ewf-section--spacing-small
{
    padding: 35px 0;
}

.ewf-section--spacing-medium
{
    padding: 70px 0;
}

.ewf-section--spacing-large
{
    padding: 105px 0;
}

.ewf-section--parallax
{
    background-attachment: fixed;
}

.ewf-section__overlay-color
{
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ewf-section__content
{
    position: relative;
    z-index: 10;

    width: 100%;
}

.ewf-text-align--left
{
    text-align: left;
}

.ewf-text-align--center
{
    text-align: center;
}

.ewf-text-align--right
{
    text-align: right;
}

.ewf-text-transform--uppercase
{
    text-transform: uppercase;
}

.ewf-content__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (min-width: 768px)
{
    .ewf-valign--top,
    .ewf-valign--top .ewf-section__content > div > .row
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ewf-valign--middle,
    .ewf-valign--middle .ewf-section__content > div > .row
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ewf-valign--bottom,
    .ewf-valign--bottom .ewf-section__content > div > .row
    {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ewf-text-align--left,
    .ewf-text-align--left .ewf-section__content .row,
    .ewf-text-align--left .ewf-section__content .ewf-content__wrap
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ewf-text-align--center,
    .ewf-text-align--center .ewf-section__content .row,
    .ewf-text-align--center .ewf-section__content .ewf-content__wrap
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ewf-text-align--right,
    .ewf-text-align--right .ewf-section__content .row,
    .ewf-text-align--right .ewf-section__content .ewf-content__wrap
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
/* ----------------------- SECTIONS ----- end ------------------------ */
/* ----------------------------------- #02 - SERVICES section --------------------------------*/
.ewf-slider .services-item
{
    margin: 30px auto;
}

.services-item
{
    position: relative;

    margin-bottom: 20px;
    padding: 25px;

    list-style: none;
}
.services-item div[class*=ewf-like-]
{
    color: #212529;
}
.services-item p
{
    font-size: .875em;
    line-height: 1.5em;

    color: #7e8b98;
}

/* ----------------------------------- #02 - SERVICES section - END -----------------------------*/
/* ----------------------------------- #03 - PORTFOLIO section --------------------------------*/
/* =Portfolio Item
   ========================================================================== */
.ewf-portfolio-item
{
    position: relative;

    height: 100%;
}
.ewf-portfolio-item li
{
    list-style: none;
}
.ewf-portfolio-item.ewf-portfolio__has-description-below
{
    height: auto !important;
}
.ewf-portfolio-item:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.ewf-portfolio-item__thumbnail
{
    position: relative;

    overflow: hidden;

    height: 100%;
}
.ewf-portfolio-item__thumbnail img
{
    display: inline-block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.ewf-portfolio-item__overlay
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    opacity: 0;
}
.ewf-portfolio-item__overlay:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;

    opacity: 0;
    background-color: rgba(255, 255, 255, .95);
}

.ewf-portfolio-item__control-zoom
{
    font-size: 32px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;

    cursor: pointer;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    text-align: center;
    text-decoration: none;
}
.ewf-portfolio-item__control-zoom:hover
{
    text-decoration: none;
}

.ewf-portfolio-item__details + .ewf-portfolio-item__control-zoom
{
    top: 40%;
}

.ewf-portfolio-item__title
{
    margin-bottom: 0;
}

.ewf-portfolio-item__description
{
    font-size: 13px;
    line-height: 1.25;
}

.ewf-portfolio-item__overlay .ewf-portfolio-item__details
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transition: -webkit-transform .25s .1s;
         -o-transition:         transform .25s .1s;
            transition: -webkit-transform .25s .1s;
            transition:         transform .25s .1s;
            transition:         transform .25s .1s, -webkit-transform .25s .1s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    text-align: center;
}

.ewf-portfolio-item__thumbnail + .ewf-portfolio-item__details
{
    padding: 15px;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__overlay
{
    opacity: 1;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__overlay:after
{
    opacity: .85;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__control-zoom,
.ewf-portfolio-item:hover .ewf-portfolio-item__overlay .ewf-portfolio-item__details
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* =Portfolio Grid
   ========================================================================== */
.container-fluid .ewf-portfolio li img
{
    width: 100%;
}

.ewf-portfolio
{
    position: relative;

    width: 100%;

    list-style: none;
}
.ewf-portfolio :after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}
.ewf-portfolio li
{
    position: relative;

    margin-bottom: 0;
}

/* ----------------------------------- #03 - PORTFOLIO section - END --------------------------*/
/* ----------------------------------- #04 - TESTIMONIALS section ------------------------*/
.testimonial
{
    position: relative;

    min-height: 150px;
    margin-top: 55px;
    padding: 40px 20px;

    text-align: center;
}
.testimonial img
{
    display: block;

    max-width: 55px;
    margin: 0 auto;

    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.testimonial .ewf-testimonial__title
{
    margin-bottom: 0;
}
.testimonial .ewf-testimonial__by
{
    font-size: .8125em;
    font-weight: 400;

    margin: 0;
}
.testimonial .ewf-testimonial__content:before
{
    font-family: 'fontawesome';
    font-size: 1.2em;
    font-weight: 400;

    display: block;

    margin-bottom: 20px;

    content: '';

    color: #b7bec5;
}
.testimonial .ewf-testimonial__content p
{
    margin-top: 0;
}

/* ----------------------------------- #04 - TESTIMONIALS section - END -------------------*/
/* ----------------------------------- #05 - TEAM section --------------------------------*/
.features-item
{
    position: relative;

    padding: 25px;

    list-style: none;
}
.features-item div[class*=ewf-like-]
{
    color: #212529;
}
.features-item p
{
    font-size: .875em;
    line-height: 1.5em;

    color: #7e8b98;
}
.features-item.features-left
{
    text-align: right;
}

.features-image
{
    text-align: center;
}
.features-image img
{
    display: inline-block;
}

/* ----------------------------------- #05 - TEAM section - END -------------------------*/
/* ----------------------------------- #06 - VIDEO section --------------------------------------------- */
@media (max-width: 768px)
{
    .video-area
    {
        margin-bottom: 60px;
    }
}
/* ----------------------------------- #06 - VIDEO section - END --------------------------------------- */
/* ----------------------------------- #07 - TEAM section --------------------------------*/
.ewf-section__team
{
    width: 100%;
}
.ewf-section__team .ewf-team__title
{
    padding-top: 20px;
}
.ewf-section__team .ewf-team__content
{
    font-size: 14px;
    line-height: 1.8;
}
.ewf-section__team .ewf-team__content p
{
    font-size: .875em;

    margin: 0 0 .5em 0;
}
.ewf-section__team .ewf-team__thumbnail img
{
    width: 100%;
}
.ewf-section__team div[class*=ewf-like-]
{
    margin-top: 0;
    margin-bottom: 0;
}
.ewf-section__team .ewf-team__social_links
{
    margin-top: 10px;

    list-style: none;
}
.ewf-section__team .ewf-team__social_links li
{
    display: inline-block;
}
.ewf-section__team .ewf-team__social_links li:last-of-type
{
    margin-right: 0;
}
.ewf-section__team .ewf-team__social_links li a
{
    font-size: 12px;

    padding: 2px 6px;

    text-decoration: none;
}
.ewf-section__team .ewf-team__social_links li a:hover
{
    color: #fff;
    background-color: #333;
}

/* ----------------------------------- #07 - TEAM section - END -------------------------*/
/* ----------------------------------- #08 - PRICING section --------------------------------*/
.ewf-pricing__featured
{
    position: absolute;
    top: 0;

    width: calc(100% - 16px);
    padding: 8px;

    color: #fff;
    border-bottom: 2px solid transparent;
    background-color: #0962ea;
}

.ewf-pricing__item-container
{
    position: relative;

    padding: 3em 0;

    -webkit-transition: all 100ms ease-in-out;
         -o-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
}
.ewf-pricing__item-container .ewf-pricing__content,
.ewf-pricing__item-container .ewf-pricing__plan,
.ewf-pricing__item-container .ewf-pricing__details,
.ewf-pricing__item-container .ewf-pricing__button-wrapper
{
    padding-right: 30px;
    padding-left: 30px;
}
.ewf-pricing__item-container .ewf-pricing__plan
{
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
}
.ewf-pricing__item-container .ewf-pricing__plan .ewf-like-h4
{
    margin-top: 0;
    margin-bottom: 0;

    color: #212529;
}
.ewf-pricing__item-container .ewf-pricing__plan span
{
    font-size: 14px;

    color: #b3b3b3;
}
.ewf-pricing__item-container .ewf-pricing__content .ewf-like-h4
{
    font-size: 24px;
    font-weight: 500;

    color: #212529;
}
.ewf-pricing__item-container .ewf-pricing__content p
{
    font-size: .875em;
    line-height: 1.5em;

    color: #212529;
}
.ewf-pricing__item-container .ewf-pricing__details
{
    padding: 10px 0;
}
.ewf-pricing__item-container ul
{
    padding: 30px;

    list-style: none;
}
.ewf-pricing__item-container ul li
{
    color: #4e5862;
}
.ewf-pricing__item-container ul li.yes:before
{
    margin-right: 10px;

    content: '✓';

    color: #0962ea;
}
.ewf-pricing__item-container ul li.no:before
{
    margin-right: 10px;

    content: 'x';

    color: black;
}

/* ----------------------------------- #08 - PRICING section - END ---------------------------*/
/* ----------------------------------- #09 - BLOG section --------------------------------*/
.section-blog .ewf-btn
{
    margin: 20px auto;
}

.ewf-blog
{
    position: relative;

    margin: 10px auto;
}
.ewf-blog .ewf-blog__featured-image img
{
    width: 100%;
}
.ewf-blog .ewf-blog__meta
{
    margin-bottom: 1rem;
}
.ewf-blog .ewf-blog__container
{
    padding: 1.5rem;
}
.ewf-blog .ewf-blog__container .ewf-blog__news-date a,
.ewf-blog .ewf-blog__container .ewf-blog__news-date,
.ewf-blog .ewf-blog__container .ewf-blog__author a,
.ewf-blog .ewf-blog__container .ewf-blog__author,
.ewf-blog .ewf-blog__container .ewf-blog__comments a,
.ewf-blog .ewf-blog__container .ewf-blog__comments
{
    font-size: 15px;

    margin-right: 5px;

    color: #a5a5ab;
}
.ewf-blog .ewf-blog__container div[class*=ewf-like-],
.ewf-blog .ewf-blog__container div[class*=ewf-like-] a
{
    color: #404044;
}
.ewf-blog .ewf-blog__container .ewf-blog__content,
.ewf-blog .ewf-blog__container .ewf-blog__content p
{
    font-size: 15px;

    color: #8b8b92;
}

/* ----------------------------------- #09 - BLOG section - END --------------------------------*/
/* ----------------------------------- #10 - CONTACT section --------------------------------*/
.section-contact
{
    position: relative;
    z-index: 9;
}
.section-contact .container
{
    position: relative;
}

.contact-decoration
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 8px;

    background: -o-repeating-linear-gradient(315deg, #a41342, #a41342 3.03%, #dfdfdf 0, #dfdfdf 6.06%, #232d33 0, #232d33 9.09%, #dfdfdf 0, #dfdfdf 12.12%);
    background:    repeating-linear-gradient(135deg, #a41342, #a41342 3.03%, #dfdfdf 0, #dfdfdf 6.06%, #232d33 0, #232d33 9.09%, #dfdfdf 0, #dfdfdf 12.12%);
    background-color: #dfdfdf;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.contact-form-content
{
    display: none;
}

.contact-form
{
    position: relative;

    margin: 0 0 45px 0;
    padding: 50px 95px;

    background-color: #0377bb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image:    linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}
.contact-form h4
{
    line-height: 45px;

    float: left;

    margin: 0;

    color: #fff;
    text-shadow: 0 1px rgba(35, 31, 32, .41);
}
.contact-form .ewf-btn
{
    float: right;
}

.input-item
{
    position: relative;
}
.input-item span.input-icon
{
    position: absolute;
    top: 8px;
    right: 16px;

    opacity: .3;
}

@media (max-width: 540px)
{
    .contact-form
    {
        margin-bottom: 25px;
        padding: 20px 45px;

        text-align: center;
    }
    .contact-form h4
    {
        float: none;

        text-align: center;
    }
    .contact-form .ewf-btn
    {
        display: inline-block;
        float: none;
    }
}
/* ----------------------------------- #10 - CONTACT section - END --------------------------------*/
/* ----------------------------------- #11 - FOOTER section --------------------------------------------- */
#footer
{
    color: #a9afb1;
    background-color: #192229;
}
#footer.footer-sub p
{
    margin: 0;
}
#footer a
{
    color: #a9afb1;
}
#footer a:hover,
#footer a:focus
{
    color: #fff;
}
#footer a:active
{
    color: #a9afb1;
}
#footer p
{
    color: #a9afb1;
}
#footer ul.nav
{
    float: right;

    margin: 0;
}
#footer ul.nav li
{
    display: inline-block;
}
#footer ul.nav a
{
    padding: 0 10px;
}
#footer #footer-widgets
{
    padding: 70px 0;
}
#footer #footer-bottom
{
    padding: 15px 0;
}

.footer-logo
{
    display: block;

    max-width: 200px;
    margin: 0 auto 10px auto;

    text-align: center;
}

#footer .widget_media_image.footer-logo
{
    margin: 0 auto 10px auto;
}

.widget_nav_menu .menu,
.social
{
    padding: 0;

    text-align: center;
}
.widget_nav_menu .menu li,
.social li
{
    display: inline-block;

    margin: 0;

    list-style-type: none;
}
.widget_nav_menu .menu li:before,
.social li:before
{
    content: none;
}
.widget_nav_menu .menu li a,
.social li a
{
    overflow: hidden;

    width: 35px;
    height: 18px;
    padding: 9px 5px;

    text-align: center;

    color: #fff;
}
.widget_nav_menu .menu li a:before,
.social li a:before
{
    font-family: 'FontAwesome';
    font-size: 16px;

    display: inline-block;

    padding: 0 5px;

    content: '';
    vertical-align: top;

    -webkit-font-smoothing: antialiased;
}
.widget_nav_menu .menu li a[href*='wordpress.org']::before,
.widget_nav_menu .menu li a[href*='wordpress.com']::before,
.social li a[href*='wordpress.org']::before,
.social li a[href*='wordpress.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='facebook.com']::before,
.social li a[href*='facebook.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='twitter.com']::before,
.social li a[href*='twitter.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='dribbble.com']::before,
.social li a[href*='dribbble.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='plus.google.com']::before,
.social li a[href*='plus.google.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='pinterest.com']::before,
.social li a[href*='pinterest.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='github.com']::before,
.social li a[href*='github.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='tumblr.com']::before,
.social li a[href*='tumblr.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='youtube.com']::before,
.social li a[href*='youtube.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='flickr.com']::before,
.social li a[href*='flickr.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='vimeo.com']::before,
.social li a[href*='vimeo.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='instagram.com']::before,
.social li a[href*='instagram.com']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='codepen.io']::before,
.social li a[href*='codepen.io']::before
{
    content: '';
}
.widget_nav_menu .menu li a[href*='linkedin.com']::before,
.social li a[href*='linkedin.com']::before
{
    content: '';
}
.widget_nav_menu .menu li:last-child,
.social li:last-child
{
    margin: 0;
}

@media (max-width: 960px)
{
    .footer-sub p
    {
        text-align: center;
    }
    .footer-sub .nav
    {
        width: 100%;

        text-align: center;
    }
}
@media (max-width: 768px)
{
    #footer-bottom-widget-area-1,
    #footer-bottom-widget-area-2
    {
        text-align: center;
    }
}
/* ----------------------------------- #11 - FOOTER section - END ------------------------------------- */
/* =Counter
   ========================================================================== */
.ewf-counter
{
    position: relative;
}
.ewf-counter:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.ewf-counter__standard,
.ewf-counter__odometer
{
    font-size: 56px;
    /* this needs to remain hardcoded */
    line-height: 1;

    color: #212529;
}

.ewf-counter__symbol
{
    font-size: 36px;
    /* this needs to remain hardcoded */

    vertical-align: middle;
}

.ewf-counter__title
{
    color: #212529;
}

.ewf-counter__odometer
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}

.ewf-counter__odometer .odometer-digit
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}

.ewf-counter__odometer .odometer-digit .odometer-digit-spacer
{
    display: inline-block;
    visibility: hidden;

    vertical-align: middle;
}

.ewf-counter__odometer .odometer-digit .odometer-digit-inner
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    text-align: left;
}

.ewf-counter__odometer .odometer-digit .odometer-ribbon
{
    display: block;
}

.ewf-counter__odometer .odometer-digit .odometer-ribbon-inner
{
    display: block;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.ewf-counter__odometer .odometer-digit .odometer-value
{
    display: block;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.ewf-counter__odometer .odometer-digit .odometer-value.odometer-last-value
{
    position: absolute;
}

.ewf-counter__odometer.odometer-animating-up .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 2s;
         -o-transition:         transform 2s;
            transition: -webkit-transform 2s;
            transition:         transform 2s;
            transition:         transform 2s, -webkit-transform 2s;
}

.ewf-counter__odometer.odometer-animating-up.odometer-animating .odometer-ribbon-inner
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.ewf-counter__odometer.odometer-animating-down .odometer-ribbon-inner
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.ewf-counter__odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 2s;
         -o-transition:         transform 2s;
            transition: -webkit-transform 2s;
            transition:         transform 2s;
            transition:         transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.ewf-counter__odometer .odometer-value
{
    text-align: center;
}

/* =Progress Bar
   ========================================================================== */
.ewf-progress:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.ewf-progress__title
{
    font-weight: 600;
    line-height: 14px;

    display: block;

    margin-bottom: 14px;

    text-align: left;
}
.ewf-progress__title span
{
    float: right;
}

.ewf-progress__bar
{
    position: relative;

    margin-bottom: 28px;
}

.ewf-progress__bar-liniar-wrap
{
    position: relative;

    padding: 4px;

    background-color: #ebebeb;
}

.ewf-progress__bar-liniar
{
    width: 0;
    height: 10px;

    background-color: #0962ea;
}

.ewf-progress--alternative-modern .ewf-progress__bar-liniar-wrap
{
    padding: 0;

    background-color: transparent;
}
.ewf-progress--alternative-modern .ewf-progress__bar-liniar-wrap:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    content: '';

    background-color: #dbe9fe;
}

/* =Pie Chart
   ========================================================================== */
.ewf-pie
{
    position: relative;
}
.ewf-pie:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}

.ewf-pie__chart
{
    position: relative;

    margin: 0 auto;

    text-align: center;
}
.ewf-pie__chart canvas
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.ewf-pie__percent
{
    font-size: 30px;
    font-weight: 700;
}

.ewf-pie__icon,
.ewf-pie__percent
{
    display: block;

    width: 100%;

    text-align: center;

    color: #0962ea;
}

.ewf-pie__title
{
    margin-bottom: 0;

    text-align: center;
}

.ewf-pie__description
{
    font-size: 13px;
    line-height: 1.25;
}

/* =Partner/Client
   ========================================================================== */
.ewf-partner,
.ewf-partner-slider
{
    position: relative;
    /* fix for when client list is a slider and we need to display the quick edit icons */
}
.ewf-partner img,
.ewf-partner-slider img
{
    width: 100%;
}

/* =Partner/Client List
	   ========================================================================== */
.ewf-partners-list
{
    list-style: none;
}
.ewf-partners-list li
{
    margin-top: 10px;
}

.section-clientlist .ewf-slider .ewf-slider__pager .slick-dots li button
{
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, .2);
}

/* ----------------------------------- #16 - Google Map section --------------------------------------------- */
.section-map
{
    position: relative;
}
.section-map.ewf-section.ewf-section--title-top
{
    padding: 0;
}
.section-map.ewf-section.ewf-section--title-top .map-canvas
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #f5f5f5;
}
.section-map.ewf-section.ewf-section--title-top .ewf-section__map
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-map.ewf-section.ewf-section--title-bottom .ewf-section__map
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-map.ewf-section.ewf-section--title-left .map-canvas,
.section-map.ewf-section.ewf-section--title-right .map-canvas
{
    height: 550px;
}
.section-map .map-canvas
{
    display: block;
}
.section-map .map-canvas-side
{
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .045);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, .045);
}
.section-map .map-overlay
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    height: 50px;

    background: url('../images/back-section-shadow.png') repeat-x left top;
}

.map-info-wrapper
{
    position: relative;

    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 75px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
            box-shadow: 0 0 40px 4px rgba(35, 31, 32, .07);
}

.map-info-item
{
    padding: 0 20px 20px 20px;
}
.map-info-item h5
{
    margin-bottom: 15px;

    color: #0962ea;
}
.map-info-item h5 i
{
    margin-right: 10px;
}

@media (max-width: 768px)
{
    .map-info-wrapper
    {
        padding: 0 35px;
    }
}
/* ----------------------------------- #11 - Google Map section - END ------------------------------------- */
/* ----------------------------------- #17 - Section Advanced Slider --------------------------------------------- */
.ewf-slider
{
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0 auto;
}
.ewf-slider .ewf-slider__slides
{
    position: relative;

    height: 100%;
    margin-bottom: 0;

    list-style: none;

    opacity: 0;
}
.ewf-slider .ewf-slider__slides.slick-initialized
{
    -webkit-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

    opacity: 1;
}
.ewf-slider .ewf-slider__slides li
{
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    list-style: none;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ewf-slider .ewf-slider__slides li .ewf-slider-slide__content
{
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1140px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ewf-slider .ewf-slider__slides li .ewf-slider-slide__overlay
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: black;
}

.ewf-slider__pager
{
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;

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

.slick-slide
{
    -webkit-transition: opacity .5s, -webkit-transform .5s;
         -o-transition: opacity .5s, transform .5s;
            transition: opacity .5s, -webkit-transform .5s;
            transition: opacity .5s, transform .5s;
            transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.slick-slide:focus
{
    outline: none;
}

.slick-arrow
{
    font-size: 11px;
    font-weight: bold;
    line-height: 3;

    position: absolute;
    z-index: 1;
    top: 45%;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: .1em;
    text-transform: uppercase;

    color: inherit;
    border: none;
    outline: none;
    background: none;
}

.slick-arrow::before
{
    position: absolute;
    bottom: 100%;

    width: 6em;
    height: 1px;

    content: '';

    background: currentColor;
}

.slick-arrow--prev
{
    left: 2.5%;
}
.slick-arrow--prev:hover
{
    left: 2.6%;

    -webkit-transition: left .3s ease;
         -o-transition: left .3s ease;
            transition: left .3s ease;

    opacity: .75;
}

.slick-arrow--prev::before
{
    right: 0;
}

.slick-arrow--next
{
    right: 2.5%;
}
.slick-arrow--next:hover
{
    right: 2.6%;

    -webkit-transition: right .3s ease;
         -o-transition: right .3s ease;
            transition: right .3s ease;

    opacity: .75;
}

.slick-arrow--next::before
{
    left: 0;
}

.slick-arrow[class*=disabled]
{
    opacity: .25;
}

.slick-dots
{
    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    pointer-events: none;
}

.slick-dots li:not(.slick-active)
{
    display: none;
}

.slick-dots li .slick-dots-current
{
    -webkit-animation: slick-dot-opening .5s;
            animation: slick-dot-opening .5s;
}

@-webkit-keyframes slick-dot-opening
{
    from
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@keyframes slick-dot-opening
{
    from
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
.slick-dots-button
{
    font-size: 11px;

    padding: 0;

    cursor: pointer;
    letter-spacing: .2em;

    color: inherit;
    border: none;
    outline: none;
    background: none;
}

.slick-dots-current,
.slick-dots-total
{
    display: inline-block;
}

.slick-dots-separator
{
    position: relative;

    margin: 0 1em;
}

.slick-dots-separator::after
{
    position: absolute;
    top: 50%;
    right: 1px;

    width: 1px;
    height: 2em;

    content: '';
    -webkit-transform: rotate(7deg) translateY(-50%);
        -ms-transform: rotate(7deg) translateY(-50%);
            transform: rotate(7deg) translateY(-50%);

    background: currentColor;
}

/* ----------------------------------- #17 - Section Advanced Slider - END --------------------------------------- */
/* ----------------------------------- #18 - Section CTA --------------------------------------------- */
@media (max-width: 767px)
{
    .section-cta .ewf-text-align--left,
    .section-cta .ewf-text-align--right
    {
        text-align: center;
    }

    .section-cta.ewf-section--title-right .headline h3
    {
        margin-bottom: 0;
    }

    .section-cta.ewf-section--title-left .ewf-btn:last-child
    {
        margin-bottom: 0;
    }
}
@media (min-width: 767px)
{
    .section-cta .ewf-btn
    {
        margin-bottom: 0;
    }
}
@media (min-width: 992px)
{
    .section-cta.ewf-section--title-left .headline h3,
    .section-cta.ewf-section--title-right .headline h3
    {
        margin-top: 0;
    }

    .section-cta.ewf-section--title-left .ewf-section-text,
    .section-cta.ewf-section--title-right .ewf-section-text
    {
        margin-bottom: 0;
    }
}
/* ----------------------------------- #18 - Section CTA - END --------------------------------------- */
/* ----------------------------------- #19 - Section About --------------------------------------------- */
.section-about .container-fluid img
{
    /* gets applied only when the section's set to full-width */
    width: 100%;
}

/* ----------------------------------- #19 - Section About - END --------------------------------------- */
/* =Open hours section
   ========================================================================== */
.section-openhours .open-hours
{
    padding: 10px 30px;
}
.section-openhours .open-hours__schedule__container
{
    position: relative;
}
.section-openhours .open-hours__schedule__container p.open_hours__schedule_hours
{
    opacity: .65;
}
.section-openhours .open-hours__schedule__container .text-uppercase
{
    font-weight: 900;
}

/* =Accordion
   ========================================================================== */
.accordion .accordion-item__container
{
    position: relative;

    margin: 5px auto;
}

.accordion-item-toggle
{
    position: relative;

    display: block;

    margin-bottom: 0;
    padding: 11px 22px;

    cursor: pointer;

    border: 1px solid #eee;
    background-color: #fff;
}
.accordion-item-toggle:not(:first-child)
{
    margin-top: 14px;
}
.accordion-item-toggle:after
{
    font-family: 'FontAwesome';

    float: right;

    content: '';
}

.accordion-item-content
{
    display: none;

    padding: 11px 22px;

    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}
.accordion-item-content:after
{
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: ' ';
}
.accordion-item-content:last-child
{
    margin-bottom: 0;
}
.accordion-item-content.accordion-item-opened
{
    display: block;
}

/* = END Accordion Section
   ========================================================================== */
/* =Icon Boxes
   ========================================================================== */
.iconboxes-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.iconboxes-item .ewf-like-h6
{
    margin: 0;
}
.iconboxes-item.icon-left > i
{
    margin-right: 15px;
}
.iconboxes-item.icon-right
{
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}
.iconboxes-item.icon-right > i
{
    margin-left: 15px;
}
.iconboxes-item.icon-top
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.iconboxes-item.icon-top i
{
    margin-bottom: 15px;
}

/* = END Icon Boxes Section
   ========================================================================== */
.section-newsletter form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-newsletter form input[type=email]
{
    width: 100%;
    max-width: 300px;
    margin-right: -60px;
    padding-left: 15px;

    border: none;
    border-radius: 35px;
}
.section-newsletter form input[type=submit]
{
    min-width: 120px;
    margin: 0;
}

.section-instagram .section-instagram__images a
{
    display: block;
    overflow: hidden;

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

    background-position: center;
    background-size: cover;
}

/* ----------------------------------- Dashed Border Effect (all around)  ------------------------*/
.ewf-item__border-dashed-effect
{
    border: 2px dashed #9de3cc;
    border-bottom: 2px solid #9de3cc;
    border-left: 2px solid #9de3cc;
}

/* ----------------------------------- Box Shadow Effect (below) ------------------------*/
.ewf-item__shadow-effect
{
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
}

/* ----------------------------------- Simple Border Effect (all around) ------------------------*/
.ewf-item__simple-border-effect
{
    border: 1px solid #9de3cc;
}

.ewf-item__dash-of-color > i,
.ewf-item__dash-of-color > div > i
{
    position: relative;
    z-index: 2;
}

.ewf-item__dash-of-color > div > i:after,
.ewf-item__dash-of-color > i:after
{
    position: absolute;
    z-index: -1;
    top: 5px;
    left: -10px;

    width: 40px;
    height: 40px;

    content: '';

    border-radius: 50%;
    background: #9de3cc;
}

.ewf-item__spacing-none .ewf-item__simple-border-effect
{
    border-right-width: 0;
}
.ewf-item__spacing-none:last-of-type > .ewf-item__simple-border-effect
{
    border-right-width: 1px;
}
.ewf-item__spacing-none .ewf-item__border-dashed-effect
{
    border-right-width: 0;
    border-left-style: dashed;
}
.ewf-item__spacing-none .ewf-item__border-dashed-effect:before,
.ewf-item__spacing-none .ewf-item__border-dashed-effect:after
{
    width: 0;
    height: 0;
}
.ewf-item__spacing-none:first-of-type > .ewf-item__border-dashed-effect
{
    border-right-style: dashed;
    border-left-style: solid;
}
.ewf-item__spacing-none:last-of-type > .ewf-item__border-dashed-effect
{
    border-right-width: 2px;
    border-right-style: solid;
}
.ewf-item__spacing-none .ewf-item__shadow-effect
{
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .02);
            box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .02);
}
.ewf-item__spacing-none:first-of-type > .ewf-item__shadow-effect
{
    -webkit-box-shadow: -10px 10px 20px -6px rgba(0, 0, 0, .02);
            box-shadow: -10px 10px 20px -6px rgba(0, 0, 0, .02);
}
.ewf-item__spacing-none:last-of-type > .ewf-item__shadow-effect
{
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .02);
            box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .02);
}

@media (max-width: 768px)
{
    .bni-rsp
    {
        display: block;
    }

    .show-more-comments
    {
        display: none;
    }

    .comment-hidden-mobile + .show-more-comments
    {
        display: block;
    }

    .slick-next
    {
        width: 75px;
        padding-right: 0;
        padding-left: 0;

        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .slick-prev
    {
        width: 75px;
        padding-right: 0;
        padding-left: 0;

        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .portfolio-wrapper-arrows
    {
        width: 100px;
        height: 50px;
    }
}
.bypostauthor
{
    font-size: initial;
}

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

.ewf-section-hidden
{
    display: none !important;
}

.efw-section-visible
{
    display: block !important;
}

.main-container
{
    padding-top: 60px;
    padding-bottom: 60px;
}
