@import url(font-awesome/css/font-awesome.min.css);
@import url(micons/micons.css);
@import url(fonts.css);

code, pre {
    background: #F1F1F1
}

@media only screen and (max-width: 850px) {
    .about-how-content {
        max-width: 550px
    }

    .about-how-content::after {
        display: none
    }

    .about-how-content .step {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        padding: 0 40px .9rem 60px
    }
}



html {
    font-size: 10px
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 9.38px
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 9.38px
    }
}

body, html {
    height: 100%
}

body {
    background: #141515;
    font-family: muli-regular, sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    color: #767676;
    margin: 0;
    padding: 0
}

a, a:visited {
    color: #0087cc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus, a:hover {
    color: #32b7e1
}

.h01, .h02, .h03, .h04, .h05, .h06, h1, h2, h3, h4, h5, h6 {
    font-family: montserrat-regular, sans-serif;
    color: #151515;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.4rem
}

abbr, p.lead {
    color: #838383
}

.h03, .h04, h3, h4 {
    margin-bottom: 1.5rem
}

.h05, .h06, h5, h6 {
    margin-bottom: 1.2rem
}

.h01, h1 {
    font-size: 3.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem
}

@media only screen and (max-width: 600px) {
    .h01, h1 {
        font-size: 2.6rem;
        letter-spacing: -.07rem
    }
}

.h05, .h06, h5, h6 {
    letter-spacing: .2rem;
    text-transform: uppercase
}

.h02, h2 {
    font-size: 2.4rem;
    line-height: 1.25
}

.h03, h3 {
    font-size: 2rem;
    line-height: 1.5
}

.h04, h4 {
    font-size: 1.7rem;
    line-height: 1.76
}

.h05, h5 {
    font-size: 1.4rem;
    line-height: 1.7
}

.h06, h6 {
    font-size: 1.3rem;
    line-height: 1.85
}

p img {
    margin: 0
}

p.lead {
    font-family: muli-light, sans-serif;
    font-size: 2.1rem;
    line-height: 1.857;
    margin-bottom: 3.6rem
}

@media only screen and (max-width: 768px) {
    p.lead {
        font-size: 2rem
    }
}

b, em, i, strong {
    font-size: 1.6rem;
    line-height: 1.875;
    font-style: normal;
    font-weight: 400
}

em, i {
    font-family: muli-italic, sans-serif
}

b, strong {
    font-family: muli-bold, sans-serif
}

small {
    font-size: 1.1rem;
    line-height: inherit
}

blockquote {
    margin: 3rem 0;
    padding-left: 5rem;
    position: relative
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0;
    margin: 0;
    color: rgba(0, 0, 0, .3);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0
}

blockquote p {
    font-family: muli-light, sans-serif;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.895
}

blockquote cite {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.615
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
    color: #838383;
    border: none
}

abbr {
    font-family: muli-bold, sans-serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem
}

code, kbd, pre, samp, var {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace
}

pre {
    padding: 2.4rem 3rem 3rem
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    border: 1px solid #E1E1E1;
    border-radius: 3px
}

pre > code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0
}

li, ul.disc li {
    display: list-item
}

pre.prettyprint > code {
    border: none
}

del {
    text-decoration: line-through
}

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

mark {
    background: #FFF49B;
    color: #000
}

hr {
    border: solid rgba(0, 0, 0, .1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ol, ul {
    margin-left: 1.7rem
}

ul li {
    padding-left: .4rem
}

ol ol, ol ul, ul ol, ul ul {
    margin: .6rem 0 .6rem 1.7rem
}

ul.disc li {
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32b7e1;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle
}

dt {
    margin: 0;
    color: #32b7e1
}

dd {
    margin: 0 0 0 2rem
}

.button, button {
    margin-bottom: 1.2rem
}

fieldset {
    margin-bottom: 1.5rem;
    border: none
}

.fluid-video-wrapper, .ss-custom-select, blockquote, dl, figure, form, input, ol, p, pre, select, table, textarea, ul {
    margin-bottom: 3rem
}

img.pull-right {
    margin: 1.5rem 0 0 3rem
}

img.pull-left {
    margin: 1.5rem 3rem 0 0
}

.bgrid {
    padding: 0 20px
}
@media only screen and (min-width: 1024px) {
    .flexslider.small{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .bgrid {
        padding: 0 18px
    }
}

@media only screen and (max-width: 768px) {
    .bgrid {
        padding: 0 15px
    }
}

@media only screen and (max-width: 600px) {
    .bgrid {
        padding: 0 10px
    }
}

@media only screen and (max-width: 400px) {
    .bgrid {
        padding: 0
    }
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: muli-regular, sans-serif
}

td, th {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8
}

th {
    color: #151515;
    font-family: montserrat-bold, sans-serif
}

td {
    line-height: 1.5
}

td:first-child, th:first-child {
    padding-left: 0
}

td:last-child, th:last-child {
    padding-right: 0
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

#about, .pace {
    overflow: hidden
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 150px;
    background: #dedede
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 150px;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #32b7e1
}

.no-js #preloader, .oldie #preloader, .oldie .pace, .pace.pace-inactive {
    display: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 800;
    height: 100%;
    width: 100%
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], select, textarea {
    display: block;
    height: 6rem;
    padding: 1.5rem 2rem;
    border: 0;
    outline: 0;
    color: #333;
    font-family: muli-regular, sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px
}

.ss-custom-select {
    position: relative;
    padding: 0
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem
}

.ss-custom-select select::-ms-expand {
    display: none
}

.ss-custom-select::after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    color: #252525
}

.oldie .ss-custom-select::after {
    display: none
}

textarea {
    min-height: 25rem
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, select:focus, textarea:focus {
    color: #000
}

label, legend {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.4rem;
    margin-bottom: .6rem;
    color: #151515;
    display: block
}

.alert-box, label > .label-text {
    font-family: montserrat-regular, sans-serif
}

input[type=checkbox], input[type=radio] {
    display: inline
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    line-height: inherit
}

label > input[type=checkbox], label > input[type=radio] {
    margin: 0;
    position: relative;
    top: .15rem
}

::-webkit-input-placeholder {
    color: #838383
}

:-moz-placeholder {
    color: #838383
}

::-moz-placeholder {
    color: #838383
}

:-ms-input-placeholder {
    color: #838383
}

.placeholder {
    color: #838383 !important
}

input:-webkit-autofill, input:-webkit-autofill:focus input:-webkit-autofill, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #57ca67;
    transition: background-color 5000s ease-in-out 0s
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
    display: inline-block;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.5rem;
    height: 5.4rem;
    line-height: calc(5.4rem - .6rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #c5c5c5;
    border: .3rem solid #c5c5c5
}

.button:focus, .button:hover, button:focus, button:hover, input[type=submit]:focus, input[type=submit]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=button]:focus, input[type=button]:hover {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000;
    outline: 0
}

.button.button-primary, button.button-primary, input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
    background-color: #32b7e1;
    border-color: #32b7e1;
    color: #FFF
}

.button.button-primary:focus, .button.button-primary:hover, button.button-primary:focus, button.button-primary:hover, input[type=submit].button-primary:focus, input[type=submit].button-primary:hover, input[type=reset].button-primary:focus, input[type=reset].button-primary:hover, input[type=button].button-primary:focus, input[type=button].button-primary:hover {
    background: #309a3f;
    border-color: #309a3f
}

.button.full-width, button.full-width {
    width: 100%;
    margin-right: 0
}

.button.medium, button.medium {
    height: 5.7rem !important;
    line-height: calc(5.7rem - .6rem) !important
}

.button.large, button.large {
    height: 6rem !important;
    line-height: calc(6rem - .6rem) !important
}

.button.stroke, button.stroke {
    background: 0 0 !important;
    color: #a5a5a5 !important
}

.button.stroke:hover, button.stroke:hover {
    border: .3rem solid #32b7e1;
    color: #32b7e1
}

.button.pill, button.pill {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 1000px
}

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

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-size: 1.5rem
}

.alert-box .close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer
}

.ss-error {
    background-color: #ffd1d2;
    color: #e65153
}

.ss-success {
    background-color: #c8e675;
    color: #758c36
}

.ss-info {
    background-color: #d7ecfb;
    color: #4a95cc
}

.ss-notice {
    background-color: #fff099;
    color: #bba31b
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: montserrat-bold, sans-serif;
    line-height: 6rem;
    text-indent: 0;
    background: 0 0;
    color: #151515
}

.lining dd, .lining dt {
    display: inline;
    margin: 0
}

.lining dd + dt:before, .lining dt + dt:before {
    content: "\A";
    white-space: pre
}

.lining dd + dd:before {
    content: ", "
}

.lining dd:before {
    content: ": ";
    margin-left: -.2em
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions
}

.dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -.2em
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". "
}

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0
}

.pull-quote:after, .pull-quote:before {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, .3)
}

.pull-quote:before {
    content: "\201C";
    top: -3.6rem;
    left: 0
}

.pull-quote:after {
    content: '\201D';
    bottom: 3.6rem;
    right: 0
}

.pull-quote blockquote {
    margin: 0
}

.pull-quote blockquote:before {
    content: none
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #ccc
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: montserrat-semibold, sans-serif;
    border: none;
    color: #151515
}

.stats-tabs li a em, h1.intro-header {
    font-family: montserrat-regular, sans-serif
}

.stats-tabs li a:hover {
    color: #32b7e1
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0;
    font-size: 1.4rem;
    color: #909090
}

h1.intro-header {
    font-size: 3.4rem;
    line-height: 1.324;
    color: #151515;
    position: relative;
    padding-bottom: 3.6rem
}

h1.intro-header::before {
    display: block;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #32b7e1;
    position: absolute;
    left: 0;
    bottom: 0
}

.wide {
    max-width: 1300px
}

.narrow {
    max-width: 800px
}

@media only screen and (max-width: 768px) {
    h1.intro-header {
        font-size: 3.1rem
    }
}

@media only screen and (max-width: 600px) {
    h1.intro-header {
        font-size: 2.6rem
    }
}

#header {
    width: 100%;
    height: 72px;
    background-color: #111;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 501
}

.header-logo {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 501
}

.header-logo a, .header-menu-toggle span {
    -webkit-transition: all .5s ease-in-out;
    text-shadow: none
}

.header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 97px;
    height: 22px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 97px 22px;
    font: 0/0 a;
    color: transparent;
    transition: all .5s ease-in-out
}

.header-menu-toggle {
    display: none;
    position: fixed;
    right: 32px;
    top: 15px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-menu-toggle:focus, .header-menu-toggle:hover {
    color: #FFF
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    transition: all .5s ease-in-out;
    font: 0/0 a;
    color: transparent
}

#header-nav-wrap, #header-nav-wrap .cta {
    font-family: montserrat-medium, sans-serif;
    font-size: 14px
}

.header-menu-toggle span::after, .header-menu-toggle span::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header-menu-toggle span::before {
    top: -9px
}

.header-menu-toggle span::after {
    bottom: -9px
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.header-menu-toggle.is-clicked span::after, .header-menu-toggle.is-clicked span::before {
    background-color: #fff
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

#header-nav-wrap {
    position: absolute;
    top: 0;
    right: 40px
}

#header-nav-wrap .header-main-nav {
    display: inline-block;
    list-style: none;
    height: 72px;
    margin: 0 1rem 0 0
}

#header-nav-wrap .header-main-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 1.5rem
}

#header-nav-wrap .header-main-nav li a {
    display: block;
    line-height: 72px
}

#header-nav-wrap .header-main-nav li a, #header-nav-wrap .header-main-nav li a:visited {
    color: rgba(255, 255, 255, .45)
}

#header-nav-wrap .header-main-nav li a:focus, #header-nav-wrap .header-main-nav li a:hover, #header-nav-wrap .header-main-nav li.current a {
    color: #fff
}

#header-nav-wrap .cta {
    height: 3.6rem;
    line-height: calc(3.6rem - .6rem);
    padding: 0 1.5rem;
    text-transform: none;
    letter-spacing: normal;
    margin: 0
}

@media only screen and (max-width: 10000px) {
    #header {
        max-width: none
    }
}

@media only screen and (max-width: 768px) {
    .header-logo a {
        width: 88px;
        height: 20px;
        background-size: 88px 20px
    }

    #header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        right: auto;
        left: 0;
        background-color: #111;
        padding: 120px 40px 54px
    }

    #header-nav-wrap .header-main-nav {
        display: block;
        height: auto;
        margin: 0 0 4.2rem;
        border-top: 1px solid rgba(255, 255, 255, .03)
    }

    #header-nav-wrap .header-main-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .03)
    }

    #header-nav-wrap .header-main-nav li a {
        padding: 18px 0;
        line-height: 18px
    }

    #header-nav-wrap .cta {
        height: 42px;
        line-height: calc(42px - .6rem);
        padding: 0 30px
    }

    .header-menu-toggle {
        display: block
    }
}

@media only screen and (max-width: 600px) {
    #header-nav-wrap .cta {
        display: block;
        padding: 0 20px
    }
}

@media only screen and (max-width: 400px) {
    .header-menu-toggle {
        right: 24px
    }
}

@media only screen and (min-width: 769px) {
    #header-nav-wrap {
        display: block !important
    }
}

#home {
    width: 100%;
    height: 786px;
    min-height: auto;
    background-color: transparent;
    position: relative;
    display: table
}

#home .overlay, #home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    width: 100%;
    height: 100%
}

#home .shadow-overlay {
    background: -moz-linear-gradient(left, #000 0, #000 20%, transparent 100%);
    background: -webkit-linear-gradient(left, #000 0, #000 20%, transparent 100%);
    background: linear-gradient(to right, #000 0, #000 20%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1)
}

#home .overlay {
    background-color: #000
}

.no-js #home {
    background: #151515
}

.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

.home-content .contents {
    position: relative
}

.home-content-left {
    padding: 15rem 0 12rem 40px;
    position: relative;
    width: 50%
}

.home-content-left h3 {
    color: rgba(255, 255, 255, .8);
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 2.4rem
}

.home-content-left h1 {
    font-family: montserrat-regular, sans-serif;
    font-size: 5.2rem;
    letter-spacing: -.05rem;
    line-height: 1.269;
    color: #fff;
    margin-bottom: 9rem
}

.home-content-left .button.stroke {
    color: #fff !important;
    border-color: #fff;
    margin: 0 .6rem 1.2rem;
    padding: 0 2.2rem;
    min-width: 188px
}

.home-content-left .button.stroke span[class*=icon] {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.home-content-left .button.stroke:focus, .home-content-left .button.stroke:hover {
    background-color: #fff !important;
    color: #000 !important
}

.home-image-right {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 21rem;
    z-index: 500;
    width: 50%;
    text-align: right
}

.home-image-right img {
    vertical-align: bottom;
    width: 75%
}

.home-social-list {
    position: absolute;
    right: 42px;
    top: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.2rem;
    line-height: 1.75;
    text-align: center;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%)
}

.home-social-list::before {
    display: block;
    content: "";
    width: 2px;
    height: 42px;
    background-color: rgba(255, 255, 255, .15);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.home-social-list li {
    padding-left: 0
}

.home-social-list li a, .home-social-list li a:visited {
    color: #FFF
}

.home-social-list li a:active, .home-social-list li a:focus, .home-social-list li a:hover {
    color: #44c455
}

.home-scrolldown {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    float: right
}

.home-scrolldown i {
    padding-left: 9px
}

.home-scrolldown a:focus, .home-scrolldown a:hover {
    color: #44c455 !important
}

.oldie .home-scrolldown, html[data-useragent*='MSIE 10.0'] .home-scrolldown {
    display: none
}

.scroll-icon {
    display: inline-block;
    font-family: montserrat-medium, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFF !important;
    background: 0 0;
    position: relative;
    top: 36px;
    right: 42px;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite
}

.scroll-icon i {
    font-size: 2.4rem;
    position: relative;
    bottom: -6px
}

@-webkit-keyframes animate-it {
    0%, 100%, 60%, 80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    40% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes animate-it {
    0%, 100%, 60%, 80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    40% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@media only screen and (max-width: 1300px) {
    .home-image-right {
        right: 5rem
    }
}

@media only screen and (max-width: 1200px) {
    #home {
        overflow: hidden
    }

    .home-content {
        vertical-align: middle
    }

    .home-content-left {
        padding: 18rem 0 12rem 40px
    }

    .home-content-left h3 {
        font-size: 1.5rem
    }

    .home-content-left h1 {
        font-size: 4.8rem
    }

    .home-image-right {
        padding-top: 18rem
    }

    .home-image-right img {
        vertical-align: top;
        width: 70%
    }
}

@media only screen and (max-width: 1100px) {
    .home-content-left h1 {
        font-size: 4.6rem
    }


    .home-content-left h1 br {
        display: none
    }
}

@media only screen and (max-width: 1024px) {

    .flexslider.small {
        display:none;
    }

    .flexslider.big {
        display:block;
    }

    .home-content-left {
        width: 60%;
        padding: 18rem 6rem 12rem 4rem
    }

    .home-content-left h3 {
        font-size: 1.5rem
    }

    .home-content-left h1 {
        font-size: 4.2rem
    }

    .home-image-right {
        width: 40%;
        padding-top: 120px
    }

    .home-image-right img {
        vertical-align: top;
        width: 100%
    }
}

@media only screen and (max-width: 900px) {

    .home-image-right img {
        display: none;
    }

    .flexslider.big {
        display:none;
    }

    .flexslider.small {
        display:block;
    }

    #home {
        height: auto;
        /*min-height: 840px*/
    }

    #home, .home-content {
        display: block;
        text-align: center
    }

    .home-content-left {
        width: 94%;
        position: static;
        padding: 15rem 6rem 100px;
        margin: 0 auto
    }

    .home-content-left h1 {
        margin-bottom: 3.6rem
    }

    .home-image-right {
        width: 25%;
        right: auto;
        margin: 10% 0 -378px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    #home {
        min-height: 400px;
    }


    .home-content-left h3 {
        font-size: 1.4rem
    }

    .home-content-left h1 {
        font-size: 3.6rem
    }

    .home-image-right img {
        display: none;
    }

    .home-content .contents {
        /*height: 500px;*/
    }
}

@media only screen and (max-width: 600px) {
    .home-content-left {
        padding: 12rem 6rem 50px
    }

    .home-content-left h1 {
        font-size: 3.3rem
    }

    .home-content-left .button.stroke {
        width: 100%;
        min-width: 0;
        max-width: 280px
    }

    .home-social-list {
        font-size: 2rem;
        right: 30px
    }

    .scroll-icon {
        top: 21px
    }
}

@media only screen and (max-width: 500px) {
    .home-scrolldown, .home-social-list {
        display: none
    }

    .home-content-left {
        padding: 12rem 2.5rem 50px;
        width: 100%
    }

    .home-content-left h1 {
        font-size: 3rem
    }
}

@media only screen and (max-width: 400px) {
    .home-content-left {
        padding: 12rem 0 50px
    }

    .home-content-left .button.stroke {
        margin: 0 0 1.2rem
    }

    .home-image-right {
        width: 25%;
        margin: 20% 0 -298px
    }
}

#about {
    min-height: 786px;
    background: #fff;
    padding-top: 18rem
}

.about-intro {
    padding-bottom: 3.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.about-features .features-list {
    padding-top: 5.4rem
}

.about-features .feature {
    margin-bottom: 1.8rem
}

.about-features .feature .icon {
    margin-bottom: 1.5rem;
    display: inline-block
}

.about-features .feature .icon i {
    color: #32b7e1;
    font-size: 4.8rem
}

.about-features .feature h3 {
    font-family: montserrat-regular, sans-serif;
    font-size: 1.9rem;
    color: #151515;
    margin-bottom: 3rem
}

.about-how {
    padding-top: 7.2rem;
    padding-bottom: 6rem
}

.about-how h1.intro-header {
    text-align: center
}

#about .about-how h1.intro-header::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about-how-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 300px;
    margin-top: 7.2rem;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.about-how-content::after, .about-how-content::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0
}

.about-how-content::before {
    left: 0
}

.about-how-content::after {
    left: 50%
}

.about-how-content .about-how-steps {
    width: 100%
}

.about-how-content .step {
    padding: 0 40px 1.5rem 60px;
    position: relative;
    min-height: 240px
}

.about-how-content .step h3 {
    margin-bottom: 2.4rem
}

.about-how-content .step::before {
    display: block;
    font-family: muli-bold;
    font-size: 2rem;
    content: attr(data-item);
    color: #fff;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #32b7e1;
    box-shadow: 0 0 0 15px #fff;
    z-index: 500;
    position: absolute;
    top: -12px;
    left: -27px
}

.about-bottom-image img {
    vertical-align: bottom
}

@media only screen and (max-width: 1200px) {
    .about-how-content {
        max-width: 800px
    }
}

@media only screen and (max-width: 1024px) {
    .about-intro {
        max-width: 800px;
        text-align: center
    }

    .about-intro h1::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about-intro [class*=col-] {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0
    }

    .about-how-content {
        max-width: 700px
    }
}

@media only screen and (max-width: 850px) {
    .about-how-content {
        max-width: 550px
    }

    .about-how-content::after {
        display: none
    }

    .about-how-content .step {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 40px .9rem 60px
    }
}

@media only screen and (max-width: 768px) {
    .about-features .feature .icon i {
        font-size: 4.4rem
    }

    .about-features .feature h3 {
        font-size: 1.8rem
    }

    .about-how h3 {
        font-size: 1.9rem
    }

    .about-how-content::before {
        left: 30px
    }

    .about-how-content .step {
        padding: 0 10px 0 80px
    }

    .about-how-content .step::before {
        font-size: 1.6rem;
        height: 45px;
        width: 45px;
        line-height: 45px;
        top: -9px;
        left: 7.5px
    }
}

@media only screen and (max-width: 650px) {
    .about-features {
        max-width: 600px;
        text-align: center
    }

    .about-features .feature {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 4.5rem
    }

    .about-features .feature h3 {
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width: 400px) {
    .about-how-content {
        text-align: center
    }

    .about-how-content::before {
        display: none
    }

    .about-how-content .step {
        padding: 60px 0 0
    }

    .about-how-content .step::before {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#pricing {
    background: #ebebeb;
    padding-top: 15rem;
    padding-bottom: 12rem
}

#pricing h1 {
    margin-bottom: 3.6rem
}

.pricing-intro {
    padding-top: .6rem
}

.pricing-table {
    text-align: center
}

.pricing-table .plan-block {
    background: #fff;
    border-radius: 5px;
    padding: 4.8rem 4rem 5.4rem;
    margin-bottom: 4.8rem
}

.pricing-table .plan-block:after {
    content: "";
    display: table;
    clear: both
}

.pricing-table .plan-block .plan-block-title {
    font-family: montserrat-regular, sans-serif;
    font-size: 2.4rem;
    margin-bottom: 3.6rem
}

.pricing-table .plan-block .plan-block-price {
    font-family: montserrat-medium, sans-serif;
    font-size: 7.8rem;
    color: #151515;
    line-height: 1;
    margin-bottom: 0
}

.pricing-table .plan-block .plan-block-price sup {
    font-family: montserrat-regular, sans-serif;
    font-size: 3rem;
    top: -3.6rem;
    margin-right: 3px
}

.pricing-table .plan-block .plan-block-per {
    margin-top: -.6rem;
    margin-bottom: 0;
    font-family: montserrat-medium, sans-serif;
    font-size: 1.7rem
}

.pricing-table .plan-block .plan-block-features {
    list-style: none;
    margin: 0 2rem 4.2rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 1.6rem;
    line-height: 2.4rem
}

.pricing-table .plan-block .plan-block-features li {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.pricing-table .plan-block .plan-block-features li span {
    color: #32b7e1;
    font-family: muli-bold, sans-serif
}

.pricing-table .plan-block.primary {
    background: #32b7e1;
    color: rgba(255, 255, 255, .8)
}

.pricing-table .plan-block.primary .plan-block-features li span, .pricing-table .plan-block.primary .plan-block-price, .pricing-table .plan-block.primary .plan-block-title {
    color: #fff
}

.pricing-table .plan-block.primary .plan-block-features {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.pricing-table .plan-block.primary .plan-block-features li {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.pricing-table .plan-block.primary .button.button-primary {
    background: #fff;
    color: #151515;
    border-color: #fff
}

.pricing-table .plan-block.primary .button.button-primary:focus, .pricing-table .plan-block.primary .button.button-primary:hover {
    color: #32b7e1
}

.pricing-table .plan-bottom-part {
    margin-top: 3rem
}

@media only screen and (max-width: 1024px) {
    #pricing .pricing-content > [class*=col] {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0
    }

    #pricing [class*=col].pricing-intro {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 650px
    }

    #pricing [class*=col].pricing-intro h1::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #pricing [class*=col].pricing-table {
        margin-top: 5.4rem;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 768px) {
    .pricing-table .plan-wrap {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0
    }

    .pricing-table .plan-bottom-part, .pricing-table .plan-top-part {
        float: left
    }

    .pricing-table .plan-top-part {
        width: 41.66667%;
        margin-top: 1.2rem
    }

    .pricing-table .plan-bottom-part {
        width: 58.33333%
    }
}

@media only screen and (max-width: 600px) {
    #pricing [class*=col].pricing-table {
        max-width: 360px
    }

    #pricing .plan-bottom-part, #pricing .plan-top-part {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0
    }
}

#testimonials {
    background: #FFF;
    padding: 15rem 0 9rem;
    text-align: center;
    min-height: 600px
}

#testimonials h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#testimonials .owl-wrap {
    width: 80%;
    max-width: 900px;
    margin: 4.2rem auto 0
}

#testimonial-slider {
    margin: 0 0 3rem;
    position: relative
}

#testimonial-slider .slides {
    padding-bottom: 3rem
}

#testimonial-slider p {
    font-family: muli-regular, sans-serif;
    font-size: 3.2rem;
    line-height: 1.5;
    color: #303030
}

#testimonial-slider p::after, #testimonial-slider p::before {
    display: inline-block;
    font-family: muli-regular, serif;
    font-size: 3.6rem;
    line-height: 1;
    position: relative;
    top: .3rem
}

#testimonial-slider p::before {
    content: '\201C'
}

#testimonial-slider p::after {
    content: '\201D'
}

#testimonial-slider .testimonial-author {
    margin-top: 4.2rem
}

#testimonial-slider .testimonial-author img {
    width: 7.4rem;
    height: 7.4rem;
    margin: 0 auto 1.2rem;
    display: block;
    border-radius: 50%
}

#testimonial-slider .testimonial-author .author-info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: montserrat-semibold, sans-serif;
    font-size: 1.9rem;
    margin-top: .9rem;
    margin-bottom: 3rem;
    color: #151515
}

#testimonial-slider .testimonial-author .author-info span {
    display: block;
    font-family: muli-bold, sans-serif;
    font-size: 1.6rem;
    line-height: 1.313;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(0, 0, 0, .5);
    margin-top: .3rem
}

#testimonial-slider .owl-nav {
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#testimonial-slider .owl-nav [class*=owl-] {
    color: #FFF;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
    margin: .6rem;
    padding: 0 10px;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#testimonial-slider .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    text-decoration: none
}

#download, #download h1 {
    color: #fff
}

#testimonial-slider .owl-nav .disabled {
    background: rgba(0, 0, 0, .2);
    cursor: default
}

#testimonial-slider .owl-nav.disabled + .owl-dots {
    margin-top: 1.8rem
}

#testimonial-slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#testimonial-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #959595;
    margin: 9px;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#testimonial-slider .owl-dots .owl-dot.active span, #testimonial-slider .owl-dots .owl-dot:hover span {
    background-color: #32b7e1
}

@media only screen and (max-width: 1024px) {
    #testimonial-slider p {
        font-size: 3rem
    }
}

@media only screen and (max-width: 768px) {
    #testimonial-slider p {
        font-size: 2.6rem
    }

    #testimonial-slider .testimonial-author img {
        width: 6.6rem;
        height: 6.6rem
    }

    #testimonial-slider .testimonial-author .author-info {
        font-size: 1.8rem
    }

    #testimonial-slider .testimonial-author .author-info span {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 600px) {
    #testimonials .owl-wrap {
        width: 90%
    }

    #testimonial-slider p {
        font-size: 2.4rem
    }
}

@media only screen and (max-width: 400px) {
    #testimonials .owl-wrap {
        width: 100%
    }

    #testimonial-slider p {
        font-size: 2rem
    }
}

#download {
    /*background: #32b7e1;*/
    padding-top: 12rem;
    padding-bottom: 12rem;
    text-align: center
}

#download h1::before {
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#download .lead {
    color: #fff;
    margin-top: 4.8rem
}

#download .row {
    max-width: 800px
}

#download .download-badges {
    list-style: none;
    margin: 0;
    text-align: center
}

#download .download-badges li {
    display: inline-block;
    margin: 0 7.5px;
    padding-left: 0
}

#download .download-badges li a {
    display: block;
    width: 230px;
    height: 71px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px 71px
}

footer, footer h4 {
    font-size: 1.5rem
}

footer a:focus, footer a:hover, footer h4 {
    color: #fff
}

footer, footer ul a, footer ul a:visited {
    color: rgba(255, 255, 255, .25)
}

#download .download-badges li a.badge-appstore {
    background-image: url(../images/appstore.png)
}

#download .download-badges li a.badge-googleplay {
    background-image: url(../images/google-play.png)
}

@media only screen and (max-width: 768px) {
    #download .download-badges li a {
        width: 194px;
        height: 60px;
        background-size: 194px 60px
    }
}

footer {
    padding-top: 4rem;
    padding-bottom: .2rem;
    line-height: 2.7rem
}

footer a, footer a:visited {
    color: #32b7e1
}

footer h4 {
    padding-bottom: 2.4rem;
    margin-bottom: .4rem;
    position: relative;
    text-align: center
}

footer ul {
    list-style: none;
    margin: 0
}

footer ul li {
    padding-left: 0
}

.footer-logo {
    display: block;
    margin: 0 0 5.4rem;
    padding: 0;
    outline: 0;
    border: none;
    width: 93px;
    height: 21px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 93px 21px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.footer-social-list {
    font-size: 1.8rem;
    margin-top: -1.5rem;
    margin-bottom: 3rem
}

.footer-social-list li {
    display: inline-block;
    margin-right: 8px
}

.footer-social-list li:last-child {
    margin-right: 0
}

.footer-site-links .list-links {
    margin-bottom: 3rem;
    text-align: center
}

.footer-subscribe .subscribe-form {
    margin: 0;
    padding: 0;
    position: relative
}

.footer-subscribe #mc-form {
    width: 100%
}

.footer-subscribe #mc-form input[type=email] {
    width: 100%;
    height: 5.4rem;
    padding: 1.2rem 100px 1.2rem 60px;
    background: url(../images/email-icon.png) 20px center no-repeat, rgba(0, 0, 0, .1);
    background-size: 24px 16px, auto;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, .5)
}

.footer-subscribe #mc-form input[type=email]:focus {
    color: #fff
}

.footer-subscribe #mc-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #32b7e1;
    border-color: #32b7e1;
    border-radius: 0 .5rem .5rem 0;
    padding: 0 15px
}

.footer-subscribe #mc-form label {
    color: #fff;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.3rem;
    padding: 0 2rem
}

.footer-subscribe #mc-form label i {
    padding-right: 6px
}

.footer-subscribe #mc-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form :-moz-placeholder {
    color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form ::-moz-placeholder {
    color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form .placeholder {
    color: rgba(255, 255, 255, .2) !important
}

.footer-bottom {
    margin-top: 6.6rem;
    text-align: center
}

.footer-bottom .copyright span {
    display: inline-block
}

.footer-bottom .copyright span::after {
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, .1)
}

#go-top, .footer-bottom .copyright span:last-child::after {
    display: none
}

#go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600
}

#go-top a, #go-top a:visited {
    text-decoration: none;
    border: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #000;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#go-top a i, #go-top a:visited i {
    font-size: 18px;
    line-height: inherit
}

#go-top a:focus, #go-top a:hover {
    color: #FFF
}

@media only screen and (max-width: 1024px) {
    .footer-main > .row {
        max-width: 800px
    }

    .footer-contact, .footer-info, .footer-site-links {
        margin-bottom: 1.2rem;
        text-align: center
    }

    .footer-subscribe {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    .footer-main > .row {
        max-width: 600px
    }

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

    .footer-info {
        text-align: center
    }

    #go-top {
        bottom: 0;
        right: 0
    }

    #go-top a, #go-top a:visited {
        border-radius: 5px 0 0
    }


}

@media only screen and (max-width: 600px) {
    .footer-main .row {
        max-width: 480px
    }

    .footer-main h4 {
        padding-bottom: 0;
        margin-bottom: 2.4rem
    }

    .footer-main h4::before {
        display: none
    }

    .footer-main ul.list-links {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .footer-main ul.list-links li a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .03);
        padding: .6rem 0
    }

    .footer-main ul.list-links li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, .03)
    }

    .footer-contact, .footer-site-links, .footer-subscribe {
        text-align: center
    }

    .footer-bottom {
        padding-bottom: .6rem
    }

    .footer-bottom .copyright span {
        display: block
    }

    .footer-bottom .copyright span::after {
        display: none
    }
}

.flexslider.big {
    /*display:block;*/
}

.flexslider.small {
    /*display:none;*/
}
