@charset "UTF-8";



/*! Pushy - v1.0.0 - 2016-3-1

* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.

* https://github.com/christophery/pushy/

* by Christopher Yee */



font-family:sans-serif;

-ms-text-size-adjust:100%;

-webkit-text-size-adjust:100%

}

body { 

    margin: 0 !important

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

    display: block

}

audio,

canvas,

progress,

video {

    display: inline-block;

    vertical-align: baseline

}

audio:not([controls]) {

    display: none;

    height: 0

}

[hidden],

template {

    display: none

}

a {

    background-color: transparent

}

a:active,

a:hover {

    outline: 0

}

abbr[title] {

    border-bottom: 1px dotted

}

b,

strong {

    font-weight: bold

}

dfn {

    font-style: italic

}

h1 {

    font-size: 2em;

    margin: 0.67em 0

}

mark {

    background: #ff0;

    color: #000

}

small {

    font-size: 80%

}

sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline

}

sup {

    top: -0.5em

}

sub {

    bottom: -0.25em

}

img {

    border: 0

}

svg:not(:root) {

    overflow: hidden

}

figure {

    margin: 1em 40px

}

hr {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0

}

pre {

    overflow: auto

}

code,

kbd,

pre,

samp {

    font-family: monospace, monospace;

    font-size: 1em

}

button,

input,

optgroup,

select,

textarea {

    color: inherit;

    font: inherit;

    margin: 0

}

button {

    overflow: visible

}

button,

select {

    text-transform: none

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button;

    cursor: pointer

}

button[disabled],

html input[disabled] {

    cursor: default

}

button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0

}

input {

    line-height: normal

}

input[type="checkbox"],

input[type="radio"] {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding: 0

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

    height: auto

}

input[type="search"] {

    -webkit-appearance: textfield;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box

}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none

}

fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em

}

legend {

    border: 0;

    padding: 0

}

textarea {

    overflow: auto

}

optgroup {

    font-weight: bold

}

table {

    border-collapse: collapse;

    border-spacing: 0

}

td,

th {

    padding: 0

}

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box

}

*:before,

*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box

}

html {

    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)

}

body {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 14px;

    line-height: 1.42857143;

    color: #333;

    background-color: #fff

}

input,

button,

select,

textarea {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit

}

a {

    color: #337ab7;

    text-decoration: none

}

a:hover,

a:focus {

    color: #23527c;

    text-decoration: underline

}

a:focus {

    outline: 5px auto -webkit-focus-ring-color;

    outline-offset: -2px

}

figure {

    margin: 0

}

img {

    vertical-align: middle

}

.img-responsive {

    display: block;

    max-width: 100%;

    height: auto

}

.img-rounded {

    border-radius: 6px

}

.img-thumbnail {

    padding: 4px;

    line-height: 1.42857143;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 4px;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    display: inline-block;

    max-width: 100%;

    height: auto

}

.img-circle {

    border-radius: 50%

}

hr {

    margin-top: 20px;

    margin-bottom: 20px;

    border: 0;

    border-top: 1px solid #eee

}

.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    margin: -1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0

}

.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    clip: auto

}

[role="button"] {

    cursor: pointer

}

.container {

    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px

}

@media (min-width:768px) {

    .container {

        width: 750px

    }

}

@media (min-width:992px) {

    .container {

        width: 970px

    }

}

@media (min-width:1200px) {

    .container {

        width: 1170px

    }

}

.container-fluid {

    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px

}

.row {

    margin-left: -15px;

    margin-right: -15px

}

.col-xs-1,

.col-sm-1,

.col-md-1,

.col-lg-1,

.col-xs-2,

.col-sm-2,

.col-md-2,

.col-lg-2,

.col-xs-3,

.col-sm-3,

.col-md-3,

.col-lg-3,

.col-xs-4,

.col-sm-4,

.col-md-4,

.col-lg-4,

.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5,

.col-xs-6,

.col-sm-6,

.col-md-6,

.col-lg-6,

.col-xs-7,

.col-sm-7,

.col-md-7,

.col-lg-7,

.col-xs-8,

.col-sm-8,

.col-md-8,

.col-lg-8,

.col-xs-9,

.col-sm-9,

.col-md-9,

.col-lg-9,

.col-xs-10,

.col-sm-10,

.col-md-10,

.col-lg-10,

.col-xs-11,

.col-sm-11,

.col-md-11,

.col-lg-11,

.col-xs-12,

.col-sm-12,

.col-md-12,

.col-lg-12 {

    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px

}

.col-xs-1,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9,

.col-xs-10,

.col-xs-11,

.col-xs-12 {

    float: left

}

.col-xs-12 {

    width: 100%

}

.col-xs-11 {

    width: 91.66666667%

}

.col-xs-10 {

    width: 83.33333333%

}

.col-xs-9 {

    width: 75%

}

.col-xs-8 {

    width: 66.66666667%

}

.col-xs-7 {

    width: 58.33333333%

}

.col-xs-6 {

    width: 50%

}

.col-xs-5 {

    width: 41.66666667%

}

.col-xs-4 {

    width: 33.33333333%

}

.col-xs-3 {

    width: 25%

}

.col-xs-2 {

    width: 16.66666667%

}

.col-xs-1 {

    width: 8.33333333%

}

.col-xs-pull-12 {

    right: 100%

}

.col-xs-pull-11 {

    right: 91.66666667%

}

.col-xs-pull-10 {

    right: 83.33333333%

}

.col-xs-pull-9 {

    right: 75%

}

.col-xs-pull-8 {

    right: 66.66666667%

}

.col-xs-pull-7 {

    right: 58.33333333%

}

.col-xs-pull-6 {

    right: 50%

}

.col-xs-pull-5 {

    right: 41.66666667%

}

.col-xs-pull-4 {

    right: 33.33333333%

}

.col-xs-pull-3 {

    right: 25%

}

.col-xs-pull-2 {

    right: 16.66666667%

}

.col-xs-pull-1 {

    right: 8.33333333%

}

.col-xs-pull-0 {

    right: auto

}

.col-xs-push-12 {

    left: 100%

}

.col-xs-push-11 {

    left: 91.66666667%

}

.col-xs-push-10 {

    left: 83.33333333%

}

.col-xs-push-9 {

    left: 75%

}

.col-xs-push-8 {

    left: 66.66666667%

}

.col-xs-push-7 {

    left: 58.33333333%

}

.col-xs-push-6 {

    left: 50%

}

.col-xs-push-5 {

    left: 41.66666667%

}

.col-xs-push-4 {

    left: 33.33333333%

}

.col-xs-push-3 {

    left: 25%

}

.col-xs-push-2 {

    left: 16.66666667%

}

.col-xs-push-1 {

    left: 8.33333333%

}

.col-xs-push-0 {

    left: auto

}

.col-xs-offset-12 {

    margin-left: 100%

}

.col-xs-offset-11 {

    margin-left: 91.66666667%

}

.col-xs-offset-10 {

    margin-left: 83.33333333%

}

.col-xs-offset-9 {

    margin-left: 75%

}

.col-xs-offset-8 {

    margin-left: 66.66666667%

}

.col-xs-offset-7 {

    margin-left: 58.33333333%

}

.col-xs-offset-6 {

    margin-left: 50%

}

.col-xs-offset-5 {

    margin-left: 41.66666667%

}

.col-xs-offset-4 {

    margin-left: 33.33333333%

}

.col-xs-offset-3 {

    margin-left: 25%

}

.col-xs-offset-2 {

    margin-left: 16.66666667%

}

.col-xs-offset-1 {

    margin-left: 8.33333333%

}

.col-xs-offset-0 {

    margin-left: 0

}

@media (min-width:768px) {

    .col-sm-1,

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7,

    .col-sm-8,

    .col-sm-9,

    .col-sm-10,

    .col-sm-11,

    .col-sm-12 {

        float: left

    }

    

    .col-sm-12 {

        width: 100%

    }

    

    .col-sm-11 {

        width: 91.66666667%

    }

    

    .col-sm-10 {

        width: 83.33333333%

    }

    

    .col-sm-9 {

        width: 75%

    }

    

    .col-sm-8 {

        width: 66.66666667%

    }

    

    .col-sm-7 {

        width: 58.33333333%

    }

    

    .col-sm-6 {

        width: 50%

    }

    

    .col-sm-5 {

        width: 41.66666667%

    }

    

    .col-sm-4 {

        width: 33.33333333%

    }

    

    .col-sm-3 {

        width: 25%

    }

    

    .col-sm-2 {

        width: 16.66666667%

    }

    

    .col-sm-1 {

        width: 8.33333333%

    }

    

    .col-sm-pull-12 {

        right: 100%

    }

    

    .col-sm-pull-11 {

        right: 91.66666667%

    }

    

    .col-sm-pull-10 {

        right: 83.33333333%

    }

    

    .col-sm-pull-9 {

        right: 75%

    }

    

    .col-sm-pull-8 {

        right: 66.66666667%

    }

    

    .col-sm-pull-7 {

        right: 58.33333333%

    }

    

    .col-sm-pull-6 {

        right: 50%

    }

    

    .col-sm-pull-5 {

        right: 41.66666667%

    }

    

    .col-sm-pull-4 {

        right: 33.33333333%

    }

    

    .col-sm-pull-3 {

        right: 25%

    }

    

    .col-sm-pull-2 {

        right: 16.66666667%

    }

    

    .col-sm-pull-1 {

        right: 8.33333333%

    }

    

    .col-sm-pull-0 {

        right: auto

    }

    

    .col-sm-push-12 {

        left: 100%

    }

    

    .col-sm-push-11 {

        left: 91.66666667%

    }

    

    .col-sm-push-10 {

        left: 83.33333333%

    }

    

    .col-sm-push-9 {

        left: 75%

    }

    

    .col-sm-push-8 {

        left: 66.66666667%

    }

    

    .col-sm-push-7 {

        left: 58.33333333%

    }

    

    .col-sm-push-6 {

        left: 50%

    }

    

    .col-sm-push-5 {

        left: 41.66666667%

    }

    

    .col-sm-push-4 {

        left: 33.33333333%

    }

    

    .col-sm-push-3 {

        left: 25%

    }

    

    .col-sm-push-2 {

        left: 16.66666667%

    }

    

    .col-sm-push-1 {

        left: 8.33333333%

    }

    

    .col-sm-push-0 {

        left: auto

    }

    

    .col-sm-offset-12 {

        margin-left: 100%

    }

    

    .col-sm-offset-11 {

        margin-left: 91.66666667%

    }

    

    .col-sm-offset-10 {

        margin-left: 83.33333333%

    }

    

    .col-sm-offset-9 {

        margin-left: 75%

    }

    

    .col-sm-offset-8 {

        margin-left: 66.66666667%

    }

    

    .col-sm-offset-7 {

        margin-left: 58.33333333%

    }

    

    .col-sm-offset-6 {

        margin-left: 50%

    }

    

    .col-sm-offset-5 {

        margin-left: 41.66666667%

    }

    

    .col-sm-offset-4 {

        margin-left: 33.33333333%

    }

    

    .col-sm-offset-3 {

        margin-left: 25%

    }

    

    .col-sm-offset-2 {

        margin-left: 16.66666667%

    }

    

    .col-sm-offset-1 {

        margin-left: 8.33333333%

    }

    

    .col-sm-offset-0 {

        margin-left: 0

    }

}

@media (min-width:992px) {

    .col-md-1,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9,

    .col-md-10,

    .col-md-11,

    .col-md-12 {

        float: left

    }

    

    .col-md-12 {

        width: 100%

    }

    

    .col-md-11 {

        width: 91.66666667%

    }

    

    .col-md-10 {

        width: 83.33333333%

    }

    

    .col-md-9 {

        width: 75%

    }

    

    .col-md-8 {

        width: 66.66666667%

    }

    

    .col-md-7 {

        width: 58.33333333%

    }

    

    .col-md-6 {

        width: 50%

    }

    

    .col-md-5 {

        width: 41.66666667%

    }

    

    .col-md-4 {

        width: 33.33333333%

    }

    

    .col-md-3 {

        width: 25%

    }

    

    .col-md-2 {

        width: 16.66666667%

    }

    

    .col-md-1 {

        width: 8.33333333%

    }

    

    .col-md-pull-12 {

        right: 100%

    }

    

    .col-md-pull-11 {

        right: 91.66666667%

    }

    

    .col-md-pull-10 {

        right: 83.33333333%

    }

    

    .col-md-pull-9 {

        right: 75%

    }

    

    .col-md-pull-8 {

        right: 66.66666667%

    }

    

    .col-md-pull-7 {

        right: 58.33333333%

    }

    

    .col-md-pull-6 {

        right: 50%

    }

    

    .col-md-pull-5 {

        right: 41.66666667%

    }

    

    .col-md-pull-4 {

        right: 33.33333333%

    }

    

    .col-md-pull-3 {

        right: 25%

    }

    

    .col-md-pull-2 {

        right: 16.66666667%

    }

    

    .col-md-pull-1 {

        right: 8.33333333%

    }

    

    .col-md-pull-0 {

        right: auto

    }

    

    .col-md-push-12 {

        left: 100%

    }

    

    .col-md-push-11 {

        left: 91.66666667%

    }

    

    .col-md-push-10 {

        left: 83.33333333%

    }

    

    .col-md-push-9 {

        left: 75%

    }

    

    .col-md-push-8 {

        left: 66.66666667%

    }

    

    .col-md-push-7 {

        left: 58.33333333%

    }

    

    .col-md-push-6 {

        left: 50%

    }

    

    .col-md-push-5 {

        left: 41.66666667%

    }

    

    .col-md-push-4 {

        left: 33.33333333%

    }

    

    .col-md-push-3 {

        left: 25%

    }

    

    .col-md-push-2 {

        left: 16.66666667%

    }

    

    .col-md-push-1 {

        left: 8.33333333%

    }

    

    .col-md-push-0 {

        left: auto

    }

    

    .col-md-offset-12 {

        margin-left: 100%

    }

    

    .col-md-offset-11 {

        margin-left: 91.66666667%

    }

    

    .col-md-offset-10 {

        margin-left: 83.33333333%

    }

    

    .col-md-offset-9 {

        margin-left: 75%

    }

    

    .col-md-offset-8 {

        margin-left: 66.66666667%

    }

    

    .col-md-offset-7 {

        margin-left: 58.33333333%

    }

    

    .col-md-offset-6 {

        margin-left: 50%

    }

    

    .col-md-offset-5 {

        margin-left: 41.66666667%

    }

    

    .col-md-offset-4 {

        margin-left: 33.33333333%

    }

    

    .col-md-offset-3 {

        margin-left: 25%

    }

    

    .col-md-offset-2 {

        margin-left: 16.66666667%

    }

    

    .col-md-offset-1 {

        margin-left: 8.33333333%

    }

    

    .col-md-offset-0 {

        margin-left: 0

    }

}

@media (min-width:1200px) {

    .col-lg-1,

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7,

    .col-lg-8,

    .col-lg-9,

    .col-lg-10,

    .col-lg-11,

    .col-lg-12 {

        float: left

    }

    

    .col-lg-12 {

        width: 100%

    }

    

    .col-lg-11 {

        width: 91.66666667%

    }

    

    .col-lg-10 {

        width: 83.33333333%

    }

    

    .col-lg-9 {

        width: 75%

    }

    

    .col-lg-8 {

        width: 66.66666667%

    }

    

    .col-lg-7 {

        width: 58.33333333%

    }

    

    .col-lg-6 {

        width: 50%

    }

    

    .col-lg-5 {

        width: 41.66666667%

    }

    

    .col-lg-4 {

        width: 33.33333333%

    }

    

    .col-lg-3 {

        width: 25%

    }

    

    .col-lg-2 {

        width: 16.66666667%

    }

    

    .col-lg-1 {

        width: 8.33333333%

    }

    

    .col-lg-pull-12 {

        right: 100%

    }

    

    .col-lg-pull-11 {

        right: 91.66666667%

    }

    

    .col-lg-pull-10 {

        right: 83.33333333%

    }

    

    .col-lg-pull-9 {

        right: 75%

    }

    

    .col-lg-pull-8 {

        right: 66.66666667%

    }

    

    .col-lg-pull-7 {

        right: 58.33333333%

    }

    

    .col-lg-pull-6 {

        right: 50%

    }

    

    .col-lg-pull-5 {

        right: 41.66666667%

    }

    

    .col-lg-pull-4 {

        right: 33.33333333%

    }

    

    .col-lg-pull-3 {

        right: 25%

    }

    

    .col-lg-pull-2 {

        right: 16.66666667%

    }

    

    .col-lg-pull-1 {

        right: 8.33333333%

    }

    

    .col-lg-pull-0 {

        right: auto

    }

    

    .col-lg-push-12 {

        left: 100%

    }

    

    .col-lg-push-11 {

        left: 91.66666667%

    }

    

    .col-lg-push-10 {

        left: 83.33333333%

    }

    

    .col-lg-push-9 {

        left: 75%

    }

    

    .col-lg-push-8 {

        left: 66.66666667%

    }

    

    .col-lg-push-7 {

        left: 58.33333333%

    }

    

    .col-lg-push-6 {

        left: 50%

    }

    

    .col-lg-push-5 {

        left: 41.66666667%

    }

    

    .col-lg-push-4 {

        left: 33.33333333%

    }

    

    .col-lg-push-3 {

        left: 25%

    }

    

    .col-lg-push-2 {

        left: 16.66666667%

    }

    

    .col-lg-push-1 {

        left: 8.33333333%

    }

    

    .col-lg-push-0 {

        left: auto

    }

    

    .col-lg-offset-12 {

        margin-left: 100%

    }

    

    .col-lg-offset-11 {

        margin-left: 91.66666667%

    }

    

    .col-lg-offset-10 {

        margin-left: 83.33333333%

    }

    

    .col-lg-offset-9 {

        margin-left: 75%

    }

    

    .col-lg-offset-8 {

        margin-left: 66.66666667%

    }

    

    .col-lg-offset-7 {

        margin-left: 58.33333333%

    }

    

    .col-lg-offset-6 {

        margin-left: 50%

    }

    

    .col-lg-offset-5 {

        margin-left: 41.66666667%

    }

    

    .col-lg-offset-4 {

        margin-left: 33.33333333%

    }

    

    .col-lg-offset-3 {

        margin-left: 25%

    }

    

    .col-lg-offset-2 {

        margin-left: 16.66666667%

    }

    

    .col-lg-offset-1 {

        margin-left: 8.33333333%

    }

    

    .col-lg-offset-0 {

        margin-left: 0

    }

}

.clearfix:before,

.clearfix:after,

.container:before,

.container:after,

.container-fluid:before,

.container-fluid:after,

.row:before,

.row:after {

    content: " ";

    display: table

}

.clearfix:after,

.container:after,

.container-fluid:after,

.row:after {

    clear: both

}

.center-block {

    display: block;

    margin-left: auto;

    margin-right: auto

}

.pull-right {

    float: right !important

}

.pull-left {

    float: left !important

}

.hide {

    display: none !important

}

.show {

    display: block !important

}

.invisible {

    visibility: hidden

}

.text-hide {

    font: 0/0 a;

    color: transparent;

    text-shadow: none;

    background-color: transparent;

    border: 0

}

.hidden {

    display: none !important

}

.affix {

    position: fixed

}

@-ms-viewport {

    width: device-width

}

.visible-xs,

.visible-sm,

.visible-md,

.visible-lg {

    display: none !important

}

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block {

    display: none !important

}

@media (max-width:767px) {

    .visible-xs {

        display: block !important

    }

    

    table.visible-xs {

        display: table !important

    }

    

    tr.visible-xs {

        display: table-row !important

    }

    

    th.visible-xs,

    td.visible-xs {

        display: table-cell !important

    }

}

@media (max-width:767px) {

    .visible-xs-block {

        display: block !important

    }

}

@media (max-width:767px) {

    .visible-xs-inline {

        display: inline !important

    }

}

@media (max-width:767px) {

    .visible-xs-inline-block {

        display: inline-block !important

    }

}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm {

        display: block !important

    }

    

    table.visible-sm {

        display: table !important

    }

    

    tr.visible-sm {

        display: table-row !important

    }

    

    th.visible-sm,

    td.visible-sm {

        display: table-cell !important

    }

}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm-block {

        display: block !important

    }

}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm-inline {

        display: inline !important

    }

}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm-inline-block {

        display: inline-block !important

    }

}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md {

        display: block !important

    }

    

    table.visible-md {

        display: table !important

    }

    

    tr.visible-md {

        display: table-row !important

    }

    

    th.visible-md,

    td.visible-md {

        display: table-cell !important

    }

}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md-block {

        display: block !important

    }

}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md-inline {

        display: inline !important

    }

}

@media (min-width:992px) and (max-width:1199px) {

    .visible-md-inline-block {

        display: inline-block !important

    }

}

@media (min-width:1200px) {

    .visible-lg {

        display: block !important

    }

    

    table.visible-lg {

        display: table !important

    }

    

    tr.visible-lg {

        display: table-row !important

    }

    

    th.visible-lg,

    td.visible-lg {

        display: table-cell !important

    }

}

@media (min-width:1200px) {

    .visible-lg-block {

        display: block !important

    }

}

@media (min-width:1200px) {

    .visible-lg-inline {

        display: inline !important

    }

}

@media (min-width:1200px) {

    .visible-lg-inline-block {

        display: inline-block !important

    }

}

@media (max-width:767px) {

    .hidden-xs {

        display: none !important

    }

}

@media (min-width:768px) and (max-width:991px) {

    .hidden-sm {

        display: none !important

    }

}


@media (min-width:992px) and (max-width:1199px) {

    .hidden-md {

        display: none !important

    }

}

@media (min-width:1200px) {

    .hidden-lg {

        display: none !important

    }

}

.visible-print {

    display: none !important

}

@media print {

    .visible-print {

        display: block !important

    }

    

    table.visible-print {

        display: table !important

    }

    

    tr.visible-print {

        display: table-row !important

    }

    

    th.visible-print,

    td.visible-print {

        display: table-cell !important

    }

}

.visible-print-block {

    display: none !important

}

@media print {

    .visible-print-block {

        display: block !important

    }

}

.visible-print-inline {

    display: none !important

}

@media print {

    .visible-print-inline {

        display: inline !important

    }

}

.visible-print-inline-block {

    display: none !important

}

@media print {

    .visible-print-inline-block {

        display: inline-block !important

    }

}

@media print {

    .hidden-print {

        display: none !important

    }

}



::-webkit-input-placeholder {

    color: #666;

    opacity: 1

}



:-moz-placeholder {

    color: #666;

    opacity: 1

}



::-moz-placeholder {

    color: #666;

    opacity: 1

}



:-ms-input-placeholder {

    color: #666;

    opacity: 1

}



body input:focus:required:invalid,

body input:required:valid,

body textarea:focus:required:invalid,

body textarea:required:valid {

    color: #666

}



textarea {

    padding: 5px;

    resize: vertical

}



:focus,

a.button,

a:active,

a:focus,

button,

button:active,

button:focus,

input,

input:active,

input:focus,

textarea,

textarea:active,

textarea:focus {

    outline: 0

}



body {

    font-size: 16px;

    min-width: 320px;

    position: relative;

    line-height: 1.5;

    font-family: IntroBook, sans-serif;

    overflow-x: hidden;

    color: #474749;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    -ms-font-smoothing: antialiased;

    -o-font-smoothing: antialiased

}



a,

a:focus,

a:hover {

    text-decoration: none

}



.padding {

    padding: 0

}



.hidden {

    display: none

}



.responsive-img {

    max-width: 100%

}



.fl {

    float: left

}



.fr {

    float: right

}



.text-center {

    text-align: center!important

}



.text-left {

    text-align: left!important

}



.text-right {

    text-align: right!important

}



.toggle-mnu {

    display: block;

    width: 28px;

    height: 28px;

    margin-top: 14px

}



.toggle-mnu span:after,

.toggle-mnu span:before {

    content: "";

    position: absolute;

    left: 0;

    top: 9px

}



.toggle-mnu span:after {

    top: 18px

}



.toggle-mnu span {

    position: relative;

    display: block

}



.toggle-mnu span,

.toggle-mnu span:after,

.toggle-mnu span:before {

    width: 100%;

    height: 2px;

    background-color: #474749;

    -webkit-transition: all .3s;

    transition: all .3s;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-border-radius: 2px;

    border-radius: 2px

}



.toggle-mnu.on span {

    background-color: transparent

}



.toggle-mnu.on span:before {

    -webkit-transform: rotate(45deg) translate(-1px, 0);

    -ms-transform: rotate(45deg) translate(-1px, 0);

    transform: rotate(45deg) translate(-1px, 0)

}



.toggle-mnu.on span:after {

    -webkit-transform: rotate(-45deg) translate(6px, -7px);

    -ms-transform: rotate(-45deg) translate(6px, -7px);

    transform: rotate(-45deg) translate(6px, -7px)

}



@media only screen and (min-width:1200px) {

    .container {

        width: 1130px

    }

}



button {

    background: 0 0;

    border: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-box-shadow: inset 0 0 0 2px #f45e61;

    box-shadow: inset 0 0 0 2px #f45e61;

    color: #f45e61;

    font-size: inherit;

    font-weight: 700;

    margin: 1em;

    padding: 1em 2em;

    text-align: center;

    text-transform: capitalize;

    position: relative;

    vertical-align: middle

}



.callback-link a,

.header-info .callback-btn {

    margin-left: 20px

}

.inf__subtitle {
    font-size: 20px;
    font-weight: 600;
}

.inf__title {
    font-size: 30px;
}

.inf__second-title {
    font-size: 26px;
}

.inf__second-text {
    font-size: 20px;
}

.inf__text-wrapper {
    max-height: 250px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
}

.inf__text-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: '';
    display: block;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.inf__show {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.4s ease;
}

.inf__show.active {
    transform: rotate(180deg);
}

.inf__show span {
    display: block;
    color: #474749;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.inf__show img {
    display: block;
    width: 50px;
    height: auto;
}

.inf__text-wrapper.active {
    max-height: 5000px;
}

.inf__text-wrapper.active:after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .inf__title {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .inf__text {
        margin: 0 0 10px;
    }
    .inf__subtitle {
        font-size: 18px;
        margin: 10px 0 5px;
    }
    .inf__second-title {
        font-size: 20px;
        margin: 15px 0;
    }
    .inf__second-text {
        font-size: 18px;
        margin: 10px 0;
    }
    .inf__text-wrapper {
        max-height: 290px;
    }
}

.callback-btn,

.header-logo a,

.title b {

    font-family: IntroBold, sans-serif;

    text-transform: uppercase

}



button::after,

button::before {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    content: '';

    position: absolute;

    width: 100%;

    height: 100%

}



.btn.btn-border {

    display: inline-block;

    text-align: center;

    width: 160px;

    height: 40px;

    line-height: 40px;

    -webkit-box-shadow: inset 0 0 0 2px #61b3ab;

    box-shadow: inset 0 0 0 2px #61b3ab;

    color: #474749;

    font-size: 1.125em;

    position: relative

}



.btn.btn-border::after,

.btn.btn-border::before {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    -webkit-transform-origin: center;

    -ms-transform-origin: center;

    transform-origin: center

}



.header-logo a:after,

.title:before {

    content: ""

}



.btn.btn-border:hover {

    color: #474749

}



.btn.btn-border::before {

    border-top: 2px solid #232323;

    border-bottom: 2px solid #232323;

    -webkit-transform: scale3d(0, 1, 1);

    transform: scale3d(0, 1, 1)

}



.btn.btn-border::after {

    border-left: 2px solid #232323;

    border-right: 2px solid #232323;

    -webkit-transform: scale3d(1, 0, 1);

    transform: scale3d(1, 0, 1)

}



.btn.btn-border:hover::after,

.btn.btn-border:hover::before {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    -webkit-transition: -webkit-transform .5s;

    transition: -webkit-transform .5s;

    transition: transform .5s;

    transition: transform .5s, -webkit-transform .5s

}



.clear {

    clear: both

}



.header {

    min-height: 812px;

    padding-top: 37px;

    background-image: url(../img/header-img.png);

    background-size: cover;

    background-position: center top

}

.header.header_main {
    min-height: 900px;
}

.header-logo {

    display: inline-block;

    vertical-align: middle

}



.header-logo a {

    font-size: 1.5em;

    line-height: 29px;

    color: #474749;

    position: relative;

    display: block;

    float: left;

    width: 175px

}



.header-logo a:after {

    position: absolute;

    top: 0;

    right: 0;

    width: 4px;

    height: 54px;

    background-color: #CFD0D1

}



.header-logo span {

    display: block;

    float: left;

    width: 280px;

    padding: 3px 0 0 15px;

    font-size: .875em;

    line-height: 17px;

    font-weight: 600

}



.header-content {

    position: relative;

    padding-top: 64px

}

.header-content .btn-new {
    display: inline-block;
    vertical-align: middle;
    width: 310px;
    height: 60px;
    border: 2px solid transparent;
    line-height: 60px;
    background-color: #61b3ab;
    color: #fff;
    font-size: 1.225em;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header-content .btn-new:hover {
    background-color: #fff;
    color: #48484A;
    border-color: #61b3ab;
}

.header-content .title-descr {

    width: 77%

}



.callback {

    text-align: right;

    margin-right: 50px

}



.callback-info {

    display: inline-block;

    vertical-align: middle

}



.callback-info b {

    font-size: 1.0625em;

    line-height: 19px;

    color: #474749;

    font-family: IntroBold, sans-serif

}



.callback-info span {

    font-size: .875em;

    line-height: 12px;

    word-wrap: break-word;

    display: block

}



.callback-btn {

    display: inline-block;

    vertical-align: middle;

    width: 158px;

    height: 39px;

    border: 2px solid transparent;

    line-height: 36px;

    background-color: #61b3ab;

    color: #fff;

    font-size: .625em;

    font-weight: 700;

    text-align: center;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.callback-btn:hover {

    background-color: #fff;

    color: #48484A;

    border-color: #61b3ab

}



.callback-btn:focus {

    color: #fff

}



.callback-link {

    display: block;

    padding-top: 6px

}



.callback-link a {

    color: #474749;

    font-size: .875em;

    border-bottom: 1px dashed #48484A

}



.toggle-mnu {

    position: absolute;

    right: 15px;

    top: -3px

}



.toggle-mnu.on {

    position: fixed;

    right: 290px;

    top: 30px;

    z-index: 99999

}



.title-pre {

    font-size: 1.75em;

    line-height: 34px

}



.title {

    margin-top: 110px;

    position: relative

}



.title b {

    font-size: 64px;

    line-height: 77px

}



.title span {

    display: inline-block;

    width: 100%;

    font-size: 28px;

    line-height: 34px;

    font-family: IntroLight, sans-serif;

    text-transform: none

}



.triangle-down span,

section .title {

    text-transform: uppercase;

    font-family: IntroBold, sans-serif

}



.title:before {

    position: absolute;

    top: -30px;

    left: 2px;

    width: 75px;

    height: 5px;

    background-color: #61b3ab

}



.title-descr {

    padding-top: 10px;

    line-height: 22px;

    font-size: 1.125em

}



section .title {

    font-size: 2.375em;

    line-height: 46px

}



section .title:before {

    top: -40px

}



.triangle-down {

    position: absolute;

    right: 40px;

    bottom: 65px;

    text-align: center

}



.triangle-down span {

    display: block;

    color: #474749;

    font-size: 1.125em;

    line-height: 26px;

    padding-bottom: 3px

}



.btn.btn-blue,

.fa-fw,

.fa-li,

.pushy .callback-link a {

    text-align: center

}



.mfp-close,

.pushy a {

    text-decoration: none

}



.pushy {

    position: fixed;

    height: 100%;

    top: 0;

    z-index: 9999;

    background: #191918;

    overflow: auto;

    visibility: hidden;

    -webkit-overflow-scrolling: touch

}



.pushy a {

    display: block;

    color: #b3b3b1;

    padding: 15px 30px;

    outline: 0

}



.pushy a:hover {

    color: #FFF

}



.pushy.pushy-left {

    left: 0

}



.pushy-left {

    -webkit-transform: translate3d(-200px, 0, 0);

    -ms-transform: translate3d(-200px, 0, 0);

    transform: translate3d(-200px, 0, 0)

}



.pushy-open-left #container,

.pushy-open-left .push,

.pushy-right {

    -webkit-transform: translate3d(200px, 0, 0);

    -ms-transform: translate3d(200px, 0, 0);

    transform: translate3d(200px, 0, 0)

}



.pushy-open-right #container,

.pushy-open-right .push {

    -webkit-transform: translate3d(-200px, 0, 0);

    -ms-transform: translate3d(-200px, 0, 0);

    transform: translate3d(-200px, 0, 0)

}



.pushy-open-left .pushy,

.pushy-open-right .pushy {

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



#container,

.push,

.pushy {

    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);

    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);

    transition: transform .2s cubic-bezier(.16, .68, .43, .99);

    transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99)

}



.site-overlay {

    display: none

}



.pushy-open-left .site-overlay,

.pushy-open-right .site-overlay {

    display: block;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 9998;

    background-color: rgba(0, 0, 0, .5);

    -webkit-animation: fade .5s;

    animation: fade .5s

}



@keyframes fade {

    0% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



@-webkit-keyframes fade {

    0% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



.pushy-submenu ul {

    padding-left: 15px;

    -webkit-transition: max-height .2s ease-in-out;

    transition: max-height .2s ease-in-out

}



.pushy-submenu ul .pushy-link {

    -webkit-transition: opacity .2s ease-in-out;

    transition: opacity .2s ease-in-out

}



.pushy-submenu>a {

    position: relative

}



.pushy-submenu>a::after {

    content: '';

    display: block;

    height: 11px;

    width: 8px;

    position: absolute;

    top: 50%;

    right: 15px;

    background: url(../img/arrow.svg) no-repeat;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: -webkit-transform .2s;

    transition: -webkit-transform .2s;

    transition: transform .2s;

    transition: transform .2s, -webkit-transform .2s

}



.pushy-submenu-closed ul {

    max-height: 0;

    overflow: hidden

}



.pushy-submenu-closed .pushy-link {

    opacity: 0

}



.pushy-submenu-open ul {

    max-height: 1000px

}



.pushy-submenu-open .pushy-link {

    opacity: 1

}



.pushy-submenu-open a::after {

    -webkit-transform: translateY(-50%) rotate(90deg);

    -ms-transform: translateY(-50%) rotate(90deg);

    transform: translateY(-50%) rotate(90deg)

}



.no-csstransforms3d .pushy-submenu-closed ul {

    max-height: none;

    display: none

}



.fa,

.fa-stack {

    display: inline-block

}



.fa.fa-pull-left,

.fa.pull-left {

    margin-right: .3em

}



.arrow-down,

section.three {

    background-position: center top

}





/*!

Animate.css - http://daneden.me/animate

Licensed under the MIT license



Copyright (c) 2013 Daniel Eden



Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:



The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/



.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both

}



.animated.infinite {

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite

}



.animated.hinge {

    -webkit-animation-duration: 2s;

    animation-duration: 2s

}



@-webkit-keyframes bounce {

    0%,

    100%,

    20%,

    50%,

    80% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    40% {

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px)

    }

    60% {

        -webkit-transform: translateY(-15px);

        transform: translateY(-15px)

    }

}



@keyframes bounce {

    0%,

    100%,

    20%,

    50%,

    80% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    40% {

        -webkit-transform: translateY(-30px);

        -ms-transform: translateY(-30px);

        transform: translateY(-30px)

    }

    60% {

        -webkit-transform: translateY(-15px);

        -ms-transform: translateY(-15px);

        transform: translateY(-15px)

    }

}



.bounce {

    -webkit-animation-name: bounce;

    animation-name: bounce

}



@-webkit-keyframes flash {

    0%,

    100%,

    50% {

        opacity: 1

    }

    25%,

    75% {

        opacity: 0

    }

}



@keyframes flash {

    0%,

    100%,

    50% {

        opacity: 1

    }

    25%,

    75% {

        opacity: 0

    }

}



.flash {

    -webkit-animation-name: flash;

    animation-name: flash

}



@-webkit-keyframes pulse {

    0%,

    100% {

        -webkit-transform: scale(1);

        transform: scale(1)

    }

    50% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

}



@keyframes pulse {

    0%,

    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

    50% {

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }

}



.pulse {

    -webkit-animation-name: pulse;

    animation-name: pulse

}



@-webkit-keyframes rubberBand {

    0%,

    100% {

        -webkit-transform: scale(1);

        transform: scale(1)

    }

    30% {

        -webkit-transform: scaleX(1.25) scaleY(.75);

        transform: scaleX(1.25) scaleY(.75)

    }

    40% {

        -webkit-transform: scaleX(.75) scaleY(1.25);

        transform: scaleX(.75) scaleY(1.25)

    }

    60% {

        -webkit-transform: scaleX(1.15) scaleY(.85);

        transform: scaleX(1.15) scaleY(.85)

    }

}



@keyframes rubberBand {

    0%,

    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

    30% {

        -webkit-transform: scaleX(1.25) scaleY(.75);

        -ms-transform: scaleX(1.25) scaleY(.75);

        transform: scaleX(1.25) scaleY(.75)

    }

    40% {

        -webkit-transform: scaleX(.75) scaleY(1.25);

        -ms-transform: scaleX(.75) scaleY(1.25);

        transform: scaleX(.75) scaleY(1.25)

    }

    60% {

        -webkit-transform: scaleX(1.15) scaleY(.85);

        -ms-transform: scaleX(1.15) scaleY(.85);

        transform: scaleX(1.15) scaleY(.85)

    }

}



.rubberBand {

    -webkit-animation-name: rubberBand;

    animation-name: rubberBand

}



@-webkit-keyframes shake {

    0%,

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    10%,

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: translateX(-10px);

        transform: translateX(-10px)

    }

    20%,

    40%,

    60%,

    80% {

        -webkit-transform: translateX(10px);

        transform: translateX(10px)

    }

}



@keyframes shake {

    0%,

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    10%,

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: translateX(-10px);

        -ms-transform: translateX(-10px);

        transform: translateX(-10px)

    }

    20%,

    40%,

    60%,

    80% {

        -webkit-transform: translateX(10px);

        -ms-transform: translateX(10px);

        transform: translateX(10px)

    }

}



.preloader {

    position: fixed;

    background-color: #fff;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 99999

}



.ic,

.lang,

.logon {

    position: relative

}



.sk-cube-grid {

    width: 60px;

    height: 60px;

    margin: 50vh auto

}



.sk-cube-grid .sk-cube {

    width: 33%;

    height: 33%;

    background-color: #61b3ab;

    float: left;

    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;

    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out

}



.sk-cube-grid .sk-cube1 {

    -webkit-animation-delay: .2s;

    animation-delay: .2s

}



.sk-cube-grid .sk-cube2 {

    -webkit-animation-delay: .3s;

    animation-delay: .3s

}



.sk-cube-grid .sk-cube3 {

    -webkit-animation-delay: .4s;

    animation-delay: .4s

}



.sk-cube-grid .sk-cube4 {

    -webkit-animation-delay: .1s;

    animation-delay: .1s

}



.sk-cube-grid .sk-cube5 {

    -webkit-animation-delay: .2s;

    animation-delay: .2s

}



.sk-cube-grid .sk-cube6 {

    -webkit-animation-delay: .3s;

    animation-delay: .3s

}



.sk-cube-grid .sk-cube7 {

    -webkit-animation-delay: 0s;

    animation-delay: 0s

}



.sk-cube-grid .sk-cube8 {

    -webkit-animation-delay: .1s;

    animation-delay: .1s

}



.sk-cube-grid .sk-cube9 {

    -webkit-animation-delay: .2s;

    animation-delay: .2s

}



@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,

    100%,

    70% {

        -webkit-transform: scale3D(1, 1, 1);

        transform: scale3D(1, 1, 1)

    }

    35% {

        -webkit-transform: scale3D(0, 0, 1);

        transform: scale3D(0, 0, 1)

    }

}



@keyframes sk-cubeGridScaleDelay {

    0%,

    100%,

    70% {

        -webkit-transform: scale3D(1, 1, 1);

        transform: scale3D(1, 1, 1)

    }

    35% {

        -webkit-transform: scale3D(0, 0, 1);

        transform: scale3D(0, 0, 1)

    }

}

.shake {

    -webkit-animation-name: shake;

    animation-name: shake

}



@-webkit-keyframes swing {

    20% {

        -webkit-transform: rotate(15deg);

        transform: rotate(15deg)

    }

    40% {

        -webkit-transform: rotate(-10deg);

        transform: rotate(-10deg)

    }

    60% {

        -webkit-transform: rotate(5deg);

        transform: rotate(5deg)

    }

    80% {

        -webkit-transform: rotate(-5deg);

        transform: rotate(-5deg)

    }

    100% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

}



@keyframes swing {

    20% {

        -webkit-transform: rotate(15deg);

        -ms-transform: rotate(15deg);

        transform: rotate(15deg)

    }

    40% {

        -webkit-transform: rotate(-10deg);

        -ms-transform: rotate(-10deg);

        transform: rotate(-10deg)

    }

    60% {

        -webkit-transform: rotate(5deg);

        -ms-transform: rotate(5deg);

        transform: rotate(5deg)

    }

    80% {

        -webkit-transform: rotate(-5deg);

        -ms-transform: rotate(-5deg);

        transform: rotate(-5deg)

    }

    100% {

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0)

    }

}



.swing {

    -webkit-transform-origin: top center;

    -ms-transform-origin: top center;

    transform-origin: top center;

    -webkit-animation-name: swing;

    animation-name: swing

}



@-webkit-keyframes tada {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1)

    }

    10%,

    20% {

        -webkit-transform: scale(.9) rotate(-3deg);

        transform: scale(.9) rotate(-3deg)

    }

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: scale(1.1) rotate(3deg);

        transform: scale(1.1) rotate(3deg)

    }

    40%,

    60%,

    80% {

        -webkit-transform: scale(1.1) rotate(-3deg);

        transform: scale(1.1) rotate(-3deg)

    }

    100% {

        -webkit-transform: scale(1) rotate(0);

        transform: scale(1) rotate(0)

    }

}



@keyframes tada {

    0% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

    10%,

    20% {

        -webkit-transform: scale(.9) rotate(-3deg);

        -ms-transform: scale(.9) rotate(-3deg);

        transform: scale(.9) rotate(-3deg)

    }

    30%,

    50%,

    70%,

    90% {

        -webkit-transform: scale(1.1) rotate(3deg);

        -ms-transform: scale(1.1) rotate(3deg);

        transform: scale(1.1) rotate(3deg)

    }

    40%,

    60%,

    80% {

        -webkit-transform: scale(1.1) rotate(-3deg);

        -ms-transform: scale(1.1) rotate(-3deg);

        transform: scale(1.1) rotate(-3deg)

    }

    100% {

        -webkit-transform: scale(1) rotate(0);

        -ms-transform: scale(1) rotate(0);

        transform: scale(1) rotate(0)

    }

}



.tada {

    -webkit-animation-name: tada;

    animation-name: tada

}



@-webkit-keyframes wobble {

    0%,

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    15% {

        -webkit-transform: translateX(-25%) rotate(-5deg);

        transform: translateX(-25%) rotate(-5deg)

    }

    30% {

        -webkit-transform: translateX(20%) rotate(3deg);

        transform: translateX(20%) rotate(3deg)

    }

    45% {

        -webkit-transform: translateX(-15%) rotate(-3deg);

        transform: translateX(-15%) rotate(-3deg)

    }

    60% {

        -webkit-transform: translateX(10%) rotate(2deg);

        transform: translateX(10%) rotate(2deg)

    }

    75% {

        -webkit-transform: translateX(-5%) rotate(-1deg);

        transform: translateX(-5%) rotate(-1deg)

    }

}



@keyframes wobble {

    0%,

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    15% {

        -webkit-transform: translateX(-25%) rotate(-5deg);

        -ms-transform: translateX(-25%) rotate(-5deg);

        transform: translateX(-25%) rotate(-5deg)

    }

    30% {

        -webkit-transform: translateX(20%) rotate(3deg);

        -ms-transform: translateX(20%) rotate(3deg);

        transform: translateX(20%) rotate(3deg)

    }

    45% {

        -webkit-transform: translateX(-15%) rotate(-3deg);

        -ms-transform: translateX(-15%) rotate(-3deg);

        transform: translateX(-15%) rotate(-3deg)

    }

    60% {

        -webkit-transform: translateX(10%) rotate(2deg);

        -ms-transform: translateX(10%) rotate(2deg);

        transform: translateX(10%) rotate(2deg)

    }

    75% {

        -webkit-transform: translateX(-5%) rotate(-1deg);

        -ms-transform: translateX(-5%) rotate(-1deg);

        transform: translateX(-5%) rotate(-1deg)

    }

}



.wobble {

    -webkit-animation-name: wobble;

    animation-name: wobble

}



@-webkit-keyframes bounceIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

        transform: scale(.3)

    }

    50% {

        opacity: 1;

        -webkit-transform: scale(1.05);

        transform: scale(1.05)

    }

    70% {

        -webkit-transform: scale(.9);

        transform: scale(.9)

    }

    100% {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1)

    }

}



@keyframes bounceIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

        -ms-transform: scale(.3);

        transform: scale(.3)

    }

    50% {

        opacity: 1;

        -webkit-transform: scale(1.05);

        -ms-transform: scale(1.05);

        transform: scale(1.05)

    }

    70% {

        -webkit-transform: scale(.9);

        -ms-transform: scale(.9);

        transform: scale(.9)

    }

    100% {

        opacity: 1;

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

}



.bounceIn {

    -webkit-animation-name: bounceIn;

    animation-name: bounceIn

}



@-webkit-keyframes bounceInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(30px);

        transform: translateY(30px)

    }

    80% {

        -webkit-transform: translateY(-10px);

        transform: translateY(-10px)

    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes bounceInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(30px);

        -ms-transform: translateY(30px);

        transform: translateY(30px)

    }

    80% {

        -webkit-transform: translateY(-10px);

        -ms-transform: translateY(-10px);

        transform: translateY(-10px)

    }

    100% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.bounceInDown {

    -webkit-animation-name: bounceInDown;

    animation-name: bounceInDown

}



@-webkit-keyframes bounceInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(30px);

        transform: translateX(30px)

    }

    80% {

        -webkit-transform: translateX(-10px);

        transform: translateX(-10px)

    }

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes bounceInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(30px);

        -ms-transform: translateX(30px);

        transform: translateX(30px)

    }

    80% {

        -webkit-transform: translateX(-10px);

        -ms-transform: translateX(-10px);

        transform: translateX(-10px)

    }

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.bounceInLeft {

    -webkit-animation-name: bounceInLeft;

    animation-name: bounceInLeft

}



@-webkit-keyframes bounceInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(-30px);

        transform: translateX(-30px)

    }

    80% {

        -webkit-transform: translateX(10px);

        transform: translateX(10px)

    }

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes bounceInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateX(-30px);

        -ms-transform: translateX(-30px);

        transform: translateX(-30px)

    }

    80% {

        -webkit-transform: translateX(10px);

        -ms-transform: translateX(10px);

        transform: translateX(10px)

    }

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.bounceInRight {

    -webkit-animation-name: bounceInRight;

    animation-name: bounceInRight

}



@-webkit-keyframes bounceInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px)

    }

    80% {

        -webkit-transform: translateY(10px);

        transform: translateY(10px)

    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes bounceInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    60% {

        opacity: 1;

        -webkit-transform: translateY(-30px);

        -ms-transform: translateY(-30px);

        transform: translateY(-30px)

    }

    80% {

        -webkit-transform: translateY(10px);

        -ms-transform: translateY(10px);

        transform: translateY(10px)

    }

    100% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.bounceInUp {

    -webkit-animation-name: bounceInUp;

    animation-name: bounceInUp

}



@-webkit-keyframes bounceOut {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1)

    }

    25% {

        -webkit-transform: scale(.95);

        transform: scale(.95)

    }

    50% {

        opacity: 1;

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.3);

        transform: scale(.3)

    }

}



@keyframes bounceOut {

    0% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

    25% {

        -webkit-transform: scale(.95);

        -ms-transform: scale(.95);

        transform: scale(.95)

    }

    50% {

        opacity: 1;

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.3);

        -ms-transform: scale(.3);

        transform: scale(.3)

    }

}



.bounceOut {

    -webkit-animation-name: bounceOut;

    animation-name: bounceOut

}



@-webkit-keyframes bounceOutDown {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateY(-20px);

        transform: translateY(-20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



@keyframes bounceOutDown {

    0% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateY(-20px);

        -ms-transform: translateY(-20px);

        transform: translateY(-20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



.bounceOutDown {

    -webkit-animation-name: bounceOutDown;

    animation-name: bounceOutDown

}



@-webkit-keyframes bounceOutLeft {

    0% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateX(20px);

        transform: translateX(20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



@keyframes bounceOutLeft {

    0% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateX(20px);

        -ms-transform: translateX(20px);

        transform: translateX(20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



.bounceOutLeft {

    -webkit-animation-name: bounceOutLeft;

    animation-name: bounceOutLeft

}



@-webkit-keyframes bounceOutRight {

    0% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateX(-20px);

        transform: translateX(-20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



@keyframes bounceOutRight {

    0% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateX(-20px);

        -ms-transform: translateX(-20px);

        transform: translateX(-20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



.bounceOutRight {

    -webkit-animation-name: bounceOutRight;

    animation-name: bounceOutRight

}



@-webkit-keyframes bounceOutUp {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateY(20px);

        transform: translateY(20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



@keyframes bounceOutUp {

    0% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    20% {

        opacity: 1;

        -webkit-transform: translateY(20px);

        -ms-transform: translateY(20px);

        transform: translateY(20px)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



.bounceOutUp {

    -webkit-animation-name: bounceOutUp;

    animation-name: bounceOutUp

}



@-webkit-keyframes fadeIn {

    0% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



@keyframes fadeIn {

    0% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}



.fadeIn {

    -webkit-animation-name: fadeIn;

    animation-name: fadeIn

}



@-webkit-keyframes fadeInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-20px);

        transform: translateY(-20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes fadeInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-20px);

        -ms-transform: translateY(-20px);

        transform: translateY(-20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.fadeInDown {

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown

}



@-webkit-keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes fadeInDownBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.fadeInDownBig {

    -webkit-animation-name: fadeInDownBig;

    animation-name: fadeInDownBig

}



@-webkit-keyframes fadeInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-20px);

        transform: translateX(-20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes fadeInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-20px);

        -ms-transform: translateX(-20px);

        transform: translateX(-20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.fadeInLeft {

    -webkit-animation-name: fadeInLeft;

    animation-name: fadeInLeft

}



@-webkit-keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes fadeInLeftBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.fadeInLeftBig {

    -webkit-animation-name: fadeInLeftBig;

    animation-name: fadeInLeftBig

}



@-webkit-keyframes fadeInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(20px);

        transform: translateX(20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes fadeInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(20px);

        -ms-transform: translateX(20px);

        transform: translateX(20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.fadeInRight {

    -webkit-animation-name: fadeInRight;

    animation-name: fadeInRight

}



@-webkit-keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes fadeInRightBig {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.fadeInRightBig {

    -webkit-animation-name: fadeInRightBig;

    animation-name: fadeInRightBig

}



@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(20px);

        transform: translateY(20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(20px);

        -ms-transform: translateY(20px);

        transform: translateY(20px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp

}



@-webkit-keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes fadeInUpBig {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.fadeInUpBig {

    -webkit-animation-name: fadeInUpBig;

    animation-name: fadeInUpBig

}



@-webkit-keyframes fadeOut {

    0% {

        opacity: 1

    }

    100% {

        opacity: 0

    }

}



@keyframes fadeOut {

    0% {

        opacity: 1

    }

    100% {

        opacity: 0

    }

}



.fadeOut {

    -webkit-animation-name: fadeOut;

    animation-name: fadeOut

}



@-webkit-keyframes fadeOutDown {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(20px);

        transform: translateY(20px)

    }

}



@keyframes fadeOutDown {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(20px);

        -ms-transform: translateY(20px);

        transform: translateY(20px)

    }

}



.fadeOutDown {

    -webkit-animation-name: fadeOutDown;

    animation-name: fadeOutDown

}



@-webkit-keyframes fadeOutDownBig {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



@keyframes fadeOutDownBig {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



.fadeOutDownBig {

    -webkit-animation-name: fadeOutDownBig;

    animation-name: fadeOutDownBig

}



@-webkit-keyframes fadeOutLeft {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-20px);

        transform: translateX(-20px)

    }

}



@keyframes fadeOutLeft {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-20px);

        -ms-transform: translateX(-20px);

        transform: translateX(-20px)

    }

}



.fadeOutLeft {

    -webkit-animation-name: fadeOutLeft;

    animation-name: fadeOutLeft

}



@-webkit-keyframes fadeOutLeftBig {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



@keyframes fadeOutLeftBig {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



.fadeOutLeftBig {

    -webkit-animation-name: fadeOutLeftBig;

    animation-name: fadeOutLeftBig

}



@-webkit-keyframes fadeOutRight {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(20px);

        transform: translateX(20px)

    }

}



@keyframes fadeOutRight {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(20px);

        -ms-transform: translateX(20px);

        transform: translateX(20px)

    }

}



.fadeOutRight {

    -webkit-animation-name: fadeOutRight;

    animation-name: fadeOutRight

}



@-webkit-keyframes fadeOutRightBig {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



@keyframes fadeOutRightBig {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



.fadeOutRightBig {

    -webkit-animation-name: fadeOutRightBig;

    animation-name: fadeOutRightBig

}



@-webkit-keyframes fadeOutUp {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-20px);

        transform: translateY(-20px)

    }

}



@keyframes fadeOutUp {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-20px);

        -ms-transform: translateY(-20px);

        transform: translateY(-20px)

    }

}



.fadeOutUp {

    -webkit-animation-name: fadeOutUp;

    animation-name: fadeOutUp

}



@-webkit-keyframes fadeOutUpBig {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



@keyframes fadeOutUpBig {

    0% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



.fadeOutUpBig {

    -webkit-animation-name: fadeOutUpBig;

    animation-name: fadeOutUpBig

}



@-webkit-keyframes flip {

    0% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);

        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

    40% {

        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);

        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

    50% {

        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);

        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

    80% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);

        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

    100% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);

        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

}



@keyframes flip {

    0% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);

        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);

        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

    40% {

        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);

        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);

        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

    50% {

        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);

        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);

        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

    80% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);

        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);

        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

    100% {

        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);

        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);

        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in

    }

}



.animated.flip {

    -webkit-backface-visibility: visible;

    backface-visibility: visible;

    -webkit-animation-name: flip;

    animation-name: flip

}



@-webkit-keyframes flipInX {

    0% {

        -webkit-transform: perspective(400px) rotateX(90deg);

        transform: perspective(400px) rotateX(90deg);

        opacity: 0

    }

    40% {

        -webkit-transform: perspective(400px) rotateX(-10deg);

        transform: perspective(400px) rotateX(-10deg)

    }

    70% {

        -webkit-transform: perspective(400px) rotateX(10deg);

        transform: perspective(400px) rotateX(10deg)

    }

    100% {

        -webkit-transform: perspective(400px) rotateX(0);

        transform: perspective(400px) rotateX(0);

        opacity: 1

    }

}



@keyframes flipInX {

    0% {

        -webkit-transform: perspective(400px) rotateX(90deg);

        -ms-transform: perspective(400px) rotateX(90deg);

        transform: perspective(400px) rotateX(90deg);

        opacity: 0

    }

    40% {

        -webkit-transform: perspective(400px) rotateX(-10deg);

        -ms-transform: perspective(400px) rotateX(-10deg);

        transform: perspective(400px) rotateX(-10deg)

    }

    70% {

        -webkit-transform: perspective(400px) rotateX(10deg);

        -ms-transform: perspective(400px) rotateX(10deg);

        transform: perspective(400px) rotateX(10deg)

    }

    100% {

        -webkit-transform: perspective(400px) rotateX(0);

        -ms-transform: perspective(400px) rotateX(0);

        transform: perspective(400px) rotateX(0);

        opacity: 1

    }

}



.flipInX {

    -webkit-backface-visibility: visible!important;

    backface-visibility: visible!important;

    -webkit-animation-name: flipInX;

    animation-name: flipInX

}



.flipInY,

.flipOutX {

    -webkit-backface-visibility: visible!important

}



@-webkit-keyframes flipInY {

    0% {

        -webkit-transform: perspective(400px) rotateY(90deg);

        transform: perspective(400px) rotateY(90deg);

        opacity: 0

    }

    40% {

        -webkit-transform: perspective(400px) rotateY(-10deg);

        transform: perspective(400px) rotateY(-10deg)

    }

    70% {

        -webkit-transform: perspective(400px) rotateY(10deg);

        transform: perspective(400px) rotateY(10deg)

    }

    100% {

        -webkit-transform: perspective(400px) rotateY(0);

        transform: perspective(400px) rotateY(0);

        opacity: 1

    }

}



@keyframes flipInY {

    0% {

        -webkit-transform: perspective(400px) rotateY(90deg);

        -ms-transform: perspective(400px) rotateY(90deg);

        transform: perspective(400px) rotateY(90deg);

        opacity: 0

    }

    40% {

        -webkit-transform: perspective(400px) rotateY(-10deg);

        -ms-transform: perspective(400px) rotateY(-10deg);

        transform: perspective(400px) rotateY(-10deg)

    }

    70% {

        -webkit-transform: perspective(400px) rotateY(10deg);

        -ms-transform: perspective(400px) rotateY(10deg);

        transform: perspective(400px) rotateY(10deg)

    }

    100% {

        -webkit-transform: perspective(400px) rotateY(0);

        -ms-transform: perspective(400px) rotateY(0);

        transform: perspective(400px) rotateY(0);

        opacity: 1

    }

}



.flipInY {

    backface-visibility: visible!important;

    -webkit-animation-name: flipInY;

    animation-name: flipInY

}



@-webkit-keyframes flipOutX {

    0% {

        -webkit-transform: perspective(400px) rotateX(0);

        transform: perspective(400px) rotateX(0);

        opacity: 1

    }

    100% {

        -webkit-transform: perspective(400px) rotateX(90deg);

        transform: perspective(400px) rotateX(90deg);

        opacity: 0

    }

}



@keyframes flipOutX {

    0% {

        -webkit-transform: perspective(400px) rotateX(0);

        -ms-transform: perspective(400px) rotateX(0);

        transform: perspective(400px) rotateX(0);

        opacity: 1

    }

    100% {

        -webkit-transform: perspective(400px) rotateX(90deg);

        -ms-transform: perspective(400px) rotateX(90deg);

        transform: perspective(400px) rotateX(90deg);

        opacity: 0

    }

}



.flipOutX {

    -webkit-animation-name: flipOutX;

    animation-name: flipOutX;

    backface-visibility: visible!important

}



@-webkit-keyframes flipOutY {

    0% {

        -webkit-transform: perspective(400px) rotateY(0);

        transform: perspective(400px) rotateY(0);

        opacity: 1

    }

    100% {

        -webkit-transform: perspective(400px) rotateY(90deg);

        transform: perspective(400px) rotateY(90deg);

        opacity: 0

    }

}



@keyframes flipOutY {

    0% {

        -webkit-transform: perspective(400px) rotateY(0);

        -ms-transform: perspective(400px) rotateY(0);

        transform: perspective(400px) rotateY(0);

        opacity: 1

    }

    100% {

        -webkit-transform: perspective(400px) rotateY(90deg);

        -ms-transform: perspective(400px) rotateY(90deg);

        transform: perspective(400px) rotateY(90deg);

        opacity: 0

    }

}



.flipOutY {

    -webkit-backface-visibility: visible!important;

    backface-visibility: visible!important;

    -webkit-animation-name: flipOutY;

    animation-name: flipOutY

}



@-webkit-keyframes lightSpeedIn {

    0% {

        -webkit-transform: translateX(100%) skewX(-30deg);

        transform: translateX(100%) skewX(-30deg);

        opacity: 0

    }

    60% {

        -webkit-transform: translateX(-20%) skewX(30deg);

        transform: translateX(-20%) skewX(30deg);

        opacity: 1

    }

    80% {

        -webkit-transform: translateX(0) skewX(-15deg);

        transform: translateX(0) skewX(-15deg);

        opacity: 1

    }

    100% {

        -webkit-transform: translateX(0) skewX(0);

        transform: translateX(0) skewX(0);

        opacity: 1

    }

}



@keyframes lightSpeedIn {

    0% {

        -webkit-transform: translateX(100%) skewX(-30deg);

        -ms-transform: translateX(100%) skewX(-30deg);

        transform: translateX(100%) skewX(-30deg);

        opacity: 0

    }

    60% {

        -webkit-transform: translateX(-20%) skewX(30deg);

        -ms-transform: translateX(-20%) skewX(30deg);

        transform: translateX(-20%) skewX(30deg);

        opacity: 1

    }

    80% {

        -webkit-transform: translateX(0) skewX(-15deg);

        -ms-transform: translateX(0) skewX(-15deg);

        transform: translateX(0) skewX(-15deg);

        opacity: 1

    }

    100% {

        -webkit-transform: translateX(0) skewX(0);

        -ms-transform: translateX(0) skewX(0);

        transform: translateX(0) skewX(0);

        opacity: 1

    }

}



.lightSpeedIn {

    -webkit-animation-name: lightSpeedIn;

    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out

}



@-webkit-keyframes lightSpeedOut {

    0% {

        -webkit-transform: translateX(0) skewX(0);

        transform: translateX(0) skewX(0);

        opacity: 1

    }

    100% {

        -webkit-transform: translateX(100%) skewX(-30deg);

        transform: translateX(100%) skewX(-30deg);

        opacity: 0

    }

}



@keyframes lightSpeedOut {

    0% {

        -webkit-transform: translateX(0) skewX(0);

        -ms-transform: translateX(0) skewX(0);

        transform: translateX(0) skewX(0);

        opacity: 1

    }

    100% {

        -webkit-transform: translateX(100%) skewX(-30deg);

        -ms-transform: translateX(100%) skewX(-30deg);

        transform: translateX(100%) skewX(-30deg);

        opacity: 0

    }

}



.lightSpeedOut {

    -webkit-animation-name: lightSpeedOut;

    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in

}



@-webkit-keyframes rotateIn {

    0% {

        -webkit-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(-200deg);

        transform: rotate(-200deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



@keyframes rotateIn {

    0% {

        -webkit-transform-origin: center center;

        -ms-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(-200deg);

        -ms-transform: rotate(-200deg);

        transform: rotate(-200deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: center center;

        -ms-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



.rotateIn {

    -webkit-animation-name: rotateIn;

    animation-name: rotateIn

}



@-webkit-keyframes rotateInDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



@keyframes rotateInDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



.rotateInDownLeft {

    -webkit-animation-name: rotateInDownLeft;

    animation-name: rotateInDownLeft

}



@-webkit-keyframes rotateInDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



@keyframes rotateInDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



.rotateInDownRight {

    -webkit-animation-name: rotateInDownRight;

    animation-name: rotateInDownRight

}



@-webkit-keyframes rotateInUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



@keyframes rotateInUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



.rotateInUpLeft {

    -webkit-animation-name: rotateInUpLeft;

    animation-name: rotateInUpLeft

}



@-webkit-keyframes rotateInUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



@keyframes rotateInUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

    100% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

}



.rotateInUpRight {

    -webkit-animation-name: rotateInUpRight;

    animation-name: rotateInUpRight

}



@-webkit-keyframes rotateOut {

    0% {

        -webkit-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(200deg);

        transform: rotate(200deg);

        opacity: 0

    }

}



@keyframes rotateOut {

    0% {

        -webkit-transform-origin: center center;

        -ms-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: center center;

        -ms-transform-origin: center center;

        transform-origin: center center;

        -webkit-transform: rotate(200deg);

        -ms-transform: rotate(200deg);

        transform: rotate(200deg);

        opacity: 0

    }

}



.rotateOut {

    -webkit-animation-name: rotateOut;

    animation-name: rotateOut

}



@-webkit-keyframes rotateOutDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

}



@keyframes rotateOutDownLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

}



.rotateOutDownLeft {

    -webkit-animation-name: rotateOutDownLeft;

    animation-name: rotateOutDownLeft

}



@-webkit-keyframes rotateOutDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

}



@keyframes rotateOutDownRight {

    0% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

}



.rotateOutDownRight {

    -webkit-animation-name: rotateOutDownRight;

    animation-name: rotateOutDownRight

}



@-webkit-keyframes rotateOutUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

}



@keyframes rotateOutUpLeft {

    0% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: left bottom;

        -ms-transform-origin: left bottom;

        transform-origin: left bottom;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);

        opacity: 0

    }

}



.rotateOutUpLeft {

    -webkit-animation-name: rotateOutUpLeft;

    animation-name: rotateOutUpLeft

}



@-webkit-keyframes rotateOutUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

}



@keyframes rotateOutUpRight {

    0% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        opacity: 1

    }

    100% {

        -webkit-transform-origin: right bottom;

        -ms-transform-origin: right bottom;

        transform-origin: right bottom;

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        transform: rotate(90deg);

        opacity: 0

    }

}



.rotateOutUpRight {

    -webkit-animation-name: rotateOutUpRight;

    animation-name: rotateOutUpRight

}



@-webkit-keyframes slideInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes slideInDown {

    0% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

    100% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.slideInDown {

    -webkit-animation-name: slideInDown;

    animation-name: slideInDown

}



@-webkit-keyframes slideInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes slideInLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.slideInLeft {

    -webkit-animation-name: slideInLeft;

    animation-name: slideInLeft

}



@-webkit-keyframes slideInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    100% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

}



@keyframes slideInRight {

    0% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

    100% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

}



.slideInRight {

    -webkit-animation-name: slideInRight;

    animation-name: slideInRight

}



@-webkit-keyframes slideOutLeft {

    0% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



@keyframes slideOutLeft {

    0% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px)

    }

}



.slideOutLeft {

    -webkit-animation-name: slideOutLeft;

    animation-name: slideOutLeft

}



@-webkit-keyframes slideOutRight {

    0% {

        -webkit-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



@keyframes slideOutRight {

    0% {

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px)

    }

}



.slideOutRight {

    -webkit-animation-name: slideOutRight;

    animation-name: slideOutRight

}



@-webkit-keyframes slideOutUp {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



@keyframes slideOutUp {

    0% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px)

    }

}



.slideOutUp {

    -webkit-animation-name: slideOutUp;

    animation-name: slideOutUp

}



@-webkit-keyframes slideInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes slideInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

}



.slideInUp {

    -webkit-animation-name: slideInUp;

    animation-name: slideInUp

}



@-webkit-keyframes slideOutDown {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



@keyframes slideOutDown {

    0% {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px)

    }

}



.slideOutDown {

    -webkit-animation-name: slideOutDown;

    animation-name: slideOutDown

}



@-webkit-keyframes hinge {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    20%,

    60% {

        -webkit-transform: rotate(80deg);

        transform: rotate(80deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    40% {

        -webkit-transform: rotate(60deg);

        transform: rotate(60deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    80% {

        -webkit-transform: rotate(60deg) translateY(0);

        transform: rotate(60deg) translateY(0);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

        opacity: 1

    }

    100% {

        -webkit-transform: translateY(700px);

        transform: translateY(700px);

        opacity: 0

    }

}



@keyframes hinge {

    0% {

        -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

        transform: rotate(0);

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    20%,

    60% {

        -webkit-transform: rotate(80deg);

        -ms-transform: rotate(80deg);

        transform: rotate(80deg);

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    40% {

        -webkit-transform: rotate(60deg);

        -ms-transform: rotate(60deg);

        transform: rotate(60deg);

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    80% {

        -webkit-transform: rotate(60deg) translateY(0);

        -ms-transform: rotate(60deg) translateY(0);

        transform: rotate(60deg) translateY(0);

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

        opacity: 1

    }

    100% {

        -webkit-transform: translateY(700px);

        -ms-transform: translateY(700px);

        transform: translateY(700px);

        opacity: 0

    }

}



.hinge {

    -webkit-animation-name: hinge;

    animation-name: hinge

}



@-webkit-keyframes rollIn {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-100%) rotate(-120deg);

        transform: translateX(-100%) rotate(-120deg)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0) rotate(0);

        transform: translateX(0) rotate(0)

    }

}



@keyframes rollIn {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-100%) rotate(-120deg);

        -ms-transform: translateX(-100%) rotate(-120deg);

        transform: translateX(-100%) rotate(-120deg)

    }

    100% {

        opacity: 1;

        -webkit-transform: translateX(0) rotate(0);

        -ms-transform: translateX(0) rotate(0);

        transform: translateX(0) rotate(0)

    }

}



.rollIn {

    -webkit-animation-name: rollIn;

    animation-name: rollIn

}



@-webkit-keyframes rollOut {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0) rotate(0);

        transform: translateX(0) rotate(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(100%) rotate(120deg);

        transform: translateX(100%) rotate(120deg)

    }

}



@keyframes rollOut {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0) rotate(0);

        -ms-transform: translateX(0) rotate(0);

        transform: translateX(0) rotate(0)

    }

    100% {

        opacity: 0;

        -webkit-transform: translateX(100%) rotate(120deg);

        -ms-transform: translateX(100%) rotate(120deg);

        transform: translateX(100%) rotate(120deg)

    }

}



.rollOut {

    -webkit-animation-name: rollOut;

    animation-name: rollOut

}



@-webkit-keyframes zoomIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

        transform: scale(.3)

    }

    50% {

        opacity: 1

    }

}



@keyframes zoomIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

        -ms-transform: scale(.3);

        transform: scale(.3)

    }

    50% {

        opacity: 1

    }

}



.zoomIn {

    -webkit-animation-name: zoomIn;

    animation-name: zoomIn

}



@-webkit-keyframes zoomInDown {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(-2000px);

        transform: scale(.1) translateY(-2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(60px);

        transform: scale(.475) translateY(60px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



@keyframes zoomInDown {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(-2000px);

        -ms-transform: scale(.1) translateY(-2000px);

        transform: scale(.1) translateY(-2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(60px);

        -ms-transform: scale(.475) translateY(60px);

        transform: scale(.475) translateY(60px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



.zoomInDown {

    -webkit-animation-name: zoomInDown;

    animation-name: zoomInDown

}



@-webkit-keyframes zoomInLeft {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(-2000px);

        transform: scale(.1) translateX(-2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(48px);

        transform: scale(.475) translateX(48px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



@keyframes zoomInLeft {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(-2000px);

        -ms-transform: scale(.1) translateX(-2000px);

        transform: scale(.1) translateX(-2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(48px);

        -ms-transform: scale(.475) translateX(48px);

        transform: scale(.475) translateX(48px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



.zoomInLeft {

    -webkit-animation-name: zoomInLeft;

    animation-name: zoomInLeft

}



@-webkit-keyframes zoomInRight {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(2000px);

        transform: scale(.1) translateX(2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(-48px);

        transform: scale(.475) translateX(-48px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



@keyframes zoomInRight {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(2000px);

        -ms-transform: scale(.1) translateX(2000px);

        transform: scale(.1) translateX(2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(-48px);

        -ms-transform: scale(.475) translateX(-48px);

        transform: scale(.475) translateX(-48px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



.zoomInRight {

    -webkit-animation-name: zoomInRight;

    animation-name: zoomInRight

}



@-webkit-keyframes zoomInUp {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(2000px);

        transform: scale(.1) translateY(2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(-60px);

        transform: scale(.475) translateY(-60px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



@keyframes zoomInUp {

    0% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(2000px);

        -ms-transform: scale(.1) translateY(2000px);

        transform: scale(.1) translateY(2000px);

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(-60px);

        -ms-transform: scale(.475) translateY(-60px);

        transform: scale(.475) translateY(-60px);

        -webkit-animation-timing-function: ease-out;

        animation-timing-function: ease-out

    }

}



.zoomInUp {

    -webkit-animation-name: zoomInUp;

    animation-name: zoomInUp

}



@-webkit-keyframes zoomOut {

    0% {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1)

    }

    50% {

        opacity: 0;

        -webkit-transform: scale(.3);

        transform: scale(.3)

    }

    100% {

        opacity: 0

    }

}



@keyframes zoomOut {

    0% {

        opacity: 1;

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1)

    }

    50% {

        opacity: 0;

        -webkit-transform: scale(.3);

        -ms-transform: scale(.3);

        transform: scale(.3)

    }

    100% {

        opacity: 0

    }

}



.zoomOut {

    -webkit-animation-name: zoomOut;

    animation-name: zoomOut

}



@-webkit-keyframes zoomOutDown {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(-60px);

        transform: scale(.475) translateY(-60px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(2000px);

        transform: scale(.1) translateY(2000px);

        -webkit-transform-origin: center bottom;

        transform-origin: center bottom

    }

}



@keyframes zoomOutDown {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(-60px);

        -ms-transform: scale(.475) translateY(-60px);

        transform: scale(.475) translateY(-60px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(2000px);

        -ms-transform: scale(.1) translateY(2000px);

        transform: scale(.1) translateY(2000px);

        -webkit-transform-origin: center bottom;

        -ms-transform-origin: center bottom;

        transform-origin: center bottom

    }

}



.zoomOutDown {

    -webkit-animation-name: zoomOutDown;

    animation-name: zoomOutDown

}



@-webkit-keyframes zoomOutLeft {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(42px);

        transform: scale(.475) translateX(42px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(-2000px);

        transform: scale(.1) translateX(-2000px);

        -webkit-transform-origin: left center;

        transform-origin: left center

    }

}



@keyframes zoomOutLeft {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(42px);

        -ms-transform: scale(.475) translateX(42px);

        transform: scale(.475) translateX(42px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(-2000px);

        -ms-transform: scale(.1) translateX(-2000px);

        transform: scale(.1) translateX(-2000px);

        -webkit-transform-origin: left center;

        -ms-transform-origin: left center;

        transform-origin: left center

    }

}



.zoomOutLeft {

    -webkit-animation-name: zoomOutLeft;

    animation-name: zoomOutLeft

}



@-webkit-keyframes zoomOutRight {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(-42px);

        transform: scale(.475) translateX(-42px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(2000px);

        transform: scale(.1) translateX(2000px);

        -webkit-transform-origin: right center;

        transform-origin: right center

    }

}



@keyframes zoomOutRight {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateX(-42px);

        -ms-transform: scale(.475) translateX(-42px);

        transform: scale(.475) translateX(-42px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateX(2000px);

        -ms-transform: scale(.1) translateX(2000px);

        transform: scale(.1) translateX(2000px);

        -webkit-transform-origin: right center;

        -ms-transform-origin: right center;

        transform-origin: right center

    }

}



.zoomOutRight {

    -webkit-animation-name: zoomOutRight;

    animation-name: zoomOutRight

}



@-webkit-keyframes zoomOutUp {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(60px);

        transform: scale(.475) translateY(60px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(-2000px);

        transform: scale(.1) translateY(-2000px);

        -webkit-transform-origin: center top;

        transform-origin: center top

    }

}



@keyframes zoomOutUp {

    40% {

        opacity: 1;

        -webkit-transform: scale(.475) translateY(60px);

        -ms-transform: scale(.475) translateY(60px);

        transform: scale(.475) translateY(60px);

        -webkit-animation-timing-function: linear;

        animation-timing-function: linear

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(.1) translateY(-2000px);

        -ms-transform: scale(.1) translateY(-2000px);

        transform: scale(.1) translateY(-2000px);

        -webkit-transform-origin: center top;

        -ms-transform-origin: center top;

        transform-origin: center top

    }

}



.zoomOutUp {

    -webkit-animation-name: zoomOutUp;

    animation-name: zoomOutUp

}





/*!

 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http: */



@font-face {

    font-family: FontAwesome;

    src: url(../fonts/fontawesome/fontawesome-webfont.eot@v=4.6.3);

    src: url(../fonts/fontawesome/fontawesome-webfont.eot@#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome/fontawesome-webfont.woff2@v=4.6.3) format("woff2"), url(../fonts/fontawesome/fontawesome-webfont.woff@v=4.6.3) format("woff"), url(../fonts/fontawesome/fontawesome-webfont.ttf@v=4.6.3) format("truetype"), url(../fonts/fontawesome/fontawesome-webfont.svg@v=4.6.3#fontawesomeregular) format("svg");

    font-weight: 400;

    font-style: normal

}



.fa {

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.btn.btn-blue,

.test-title b {

    font-family: IntroBold, sans-serif

}



.fa-lg {

    font-size: 1.33333333em;

    line-height: .75em;

    vertical-align: -15%

}



.fa-2x {

    font-size: 2em

}



.fa-3x {

    font-size: 3em

}



.fa-4x {

    font-size: 4em

}



.fa-5x {

    font-size: 5em

}



.fa-fw {

    width: 1.28571429em

}



.fa-ul {

    padding-left: 0;

    margin-left: 2.14285714em;

    list-style-type: none

}



.fa.fa-pull-right,

.fa.pull-right {

    margin-left: .3em

}



.fa-ul>li {

    position: relative

}



.fa-li {

    position: absolute;

    left: -2.14285714em;

    width: 2.14285714em;

    top: .14285714em

}



.fa-li.fa-lg {

    left: -1.85714286em

}



.fa-border {

    padding: .2em .25em .15em;

    border: .08em solid #eee;

    -webkit-border-radius: .1em;

    border-radius: .1em

}



.fa-pull-left {

    float: left

}



.fa-pull-right,

.pull-right {

    float: right

}



.pull-left {

    float: left

}



.fa-spin {

    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear

}



.fa-pulse {

    -webkit-animation: fa-spin 1s infinite steps(8);

    animation: fa-spin 1s infinite steps(8)

}



@-webkit-keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



@keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



.fa-rotate-90 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg)

}



.fa-rotate-180 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg)

}



.fa-rotate-270 {

    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

    -webkit-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    transform: rotate(270deg)

}



.fa-flip-horizontal {

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

    -webkit-transform: scale(-1, 1);

    -ms-transform: scale(-1, 1);

    transform: scale(-1, 1)

}



.fa-flip-vertical {

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

    -webkit-transform: scale(1, -1);

    -ms-transform: scale(1, -1);

    transform: scale(1, -1)

}



:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-rotate-90 {

    -webkit-filter: none;

    filter: none

}



.fa-stack {

    position: relative;

    width: 2em;

    height: 2em;

    line-height: 2em;

    vertical-align: middle

}



.clients-user .user-item,

section.two .facilities .service img {

    vertical-align: top;

    display: inline-block

}



.fa-stack-1x,

.fa-stack-2x {

    position: absolute;

    left: 0;

    width: 100%;

    text-align: center

}



.fa-stack-1x {

    line-height: inherit

}



.fa-stack-2x {

    font-size: 2em

}



.fa-inverse {

    color: #fff

}



.fa-glass:before {

    content: "\f000"

}



.fa-music:before {

    content: "\f001"

}



.fa-search:before {

    content: "\f002"

}



.fa-envelope-o:before {

    content: "\f003"

}



.fa-heart:before {

    content: "\f004"

}



.fa-star:before {

    content: "\f005"

}



.fa-star-o:before {

    content: "\f006"

}



.fa-user:before {

    content: "\f007"

}



.fa-film:before {

    content: "\f008"

}



.fa-th-large:before {

    content: "\f009"

}



.fa-th:before {

    content: "\f00a"

}



.fa-th-list:before {

    content: "\f00b"

}



.fa-check:before {

    content: "\f00c"

}



.fa-close:before,

.fa-remove:before,

.fa-times:before {

    content: "\f00d"

}



.fa-search-plus:before {

    content: "\f00e"

}



.fa-search-minus:before {

    content: "\f010"

}



.fa-power-off:before {

    content: "\f011"

}



.fa-signal:before {

    content: "\f012"

}



.fa-cog:before,

.fa-gear:before {

    content: "\f013"

}



.fa-trash-o:before {

    content: "\f014"

}



.fa-home:before {

    content: "\f015"

}



.fa-file-o:before {

    content: "\f016"

}



.fa-clock-o:before {

    content: "\f017"

}



.fa-road:before {

    content: "\f018"

}



.fa-download:before {

    content: "\f019"

}



.fa-arrow-circle-o-down:before {

    content: "\f01a"

}



.fa-arrow-circle-o-up:before {

    content: "\f01b"

}



.fa-inbox:before {

    content: "\f01c"

}



.fa-play-circle-o:before {

    content: "\f01d"

}



.fa-repeat:before,

.fa-rotate-right:before {

    content: "\f01e"

}



.fa-refresh:before {

    content: "\f021"

}



.fa-list-alt:before {

    content: "\f022"

}



.fa-lock:before {

    content: "\f023"

}



.fa-flag:before {

    content: "\f024"

}



.fa-headphones:before {

    content: "\f025"

}



.fa-volume-off:before {

    content: "\f026"

}



.fa-volume-down:before {

    content: "\f027"

}



.fa-volume-up:before {

    content: "\f028"

}



.fa-qrcode:before {

    content: "\f029"

}



.fa-barcode:before {

    content: "\f02a"

}



.fa-tag:before {

    content: "\f02b"

}



.fa-tags:before {

    content: "\f02c"

}



.fa-book:before {

    content: "\f02d"

}



.fa-bookmark:before {

    content: "\f02e"

}



.fa-print:before {

    content: "\f02f"

}



.fa-camera:before {

    content: "\f030"

}



.fa-font:before {

    content: "\f031"

}



.fa-bold:before {

    content: "\f032"

}



.fa-italic:before {

    content: "\f033"

}



.fa-text-height:before {

    content: "\f034"

}



.fa-text-width:before {

    content: "\f035"

}



.fa-align-left:before {

    content: "\f036"

}



.fa-align-center:before {

    content: "\f037"

}



.fa-align-right:before {

    content: "\f038"

}



.fa-align-justify:before {

    content: "\f039"

}



.fa-list:before {

    content: "\f03a"

}



.fa-dedent:before,

.fa-outdent:before {

    content: "\f03b"

}



.fa-indent:before {

    content: "\f03c"

}



.fa-video-camera:before {

    content: "\f03d"

}



.fa-image:before,

.fa-photo:before,

.fa-picture-o:before {

    content: "\f03e"

}



.fa-pencil:before {

    content: "\f040"

}



.fa-map-marker:before {

    content: "\f041"

}



.fa-adjust:before {

    content: "\f042"

}



.fa-tint:before {

    content: "\f043"

}



.fa-edit:before,

.fa-pencil-square-o:before {

    content: "\f044"

}



.fa-share-square-o:before {

    content: "\f045"

}



.fa-check-square-o:before {

    content: "\f046"

}



.fa-arrows:before {

    content: "\f047"

}



.fa-step-backward:before {

    content: "\f048"

}



.fa-fast-backward:before {

    content: "\f049"

}



.fa-backward:before {

    content: "\f04a"

}



.fa-play:before {

    content: "\f04b"

}



.fa-pause:before {

    content: "\f04c"

}



.fa-stop:before {

    content: "\f04d"

}



.fa-forward:before {

    content: "\f04e"

}



.fa-fast-forward:before {

    content: "\f050"

}



.fa-step-forward:before {

    content: "\f051"

}



.fa-eject:before {

    content: "\f052"

}



.fa-chevron-left:before {

    content: "\f053"

}



.fa-chevron-right:before {

    content: "\f054"

}



.fa-plus-circle:before {

    content: "\f055"

}



.fa-minus-circle:before {

    content: "\f056"

}



.fa-times-circle:before {

    content: "\f057"

}



.fa-check-circle:before {

    content: "\f058"

}



.fa-question-circle:before {

    content: "\f059"

}



.fa-info-circle:before {

    content: "\f05a"

}



.fa-crosshairs:before {

    content: "\f05b"

}



.fa-times-circle-o:before {

    content: "\f05c"

}



.fa-check-circle-o:before {

    content: "\f05d"

}



.fa-ban:before {

    content: "\f05e"

}



.fa-arrow-left:before {

    content: "\f060"

}



.fa-arrow-right:before {

    content: "\f061"

}



.fa-arrow-up:before {

    content: "\f062"

}



.fa-arrow-down:before {

    content: "\f063"

}



.fa-mail-forward:before,

.fa-share:before {

    content: "\f064"

}



.fa-expand:before {

    content: "\f065"

}



.fa-compress:before {

    content: "\f066"

}



.fa-plus:before {

    content: "\f067"

}



.fa-minus:before {

    content: "\f068"

}



.fa-asterisk:before {

    content: "\f069"

}



.fa-exclamation-circle:before {

    content: "\f06a"

}



.fa-gift:before {

    content: "\f06b"

}



.fa-leaf:before {

    content: "\f06c"

}



.fa-fire:before {

    content: "\f06d"

}



.fa-eye:before {

    content: "\f06e"

}



.fa-eye-slash:before {

    content: "\f070"

}



.fa-exclamation-triangle:before,

.fa-warning:before {

    content: "\f071"

}



.fa-plane:before {

    content: "\f072"

}



.fa-calendar:before {

    content: "\f073"

}



.fa-random:before {

    content: "\f074"

}



.fa-comment:before {

    content: "\f075"

}



.fa-magnet:before {

    content: "\f076"

}



.fa-chevron-up:before {

    content: "\f077"

}



.fa-chevron-down:before {

    content: "\f078"

}



.fa-retweet:before {

    content: "\f079"

}



.fa-shopping-cart:before {

    content: "\f07a"

}



.fa-folder:before {

    content: "\f07b"

}



.fa-folder-open:before {

    content: "\f07c"

}



.fa-arrows-v:before {

    content: "\f07d"

}



.fa-arrows-h:before {

    content: "\f07e"

}



.fa-bar-chart-o:before,

.fa-bar-chart:before {

    content: "\f080"

}



.fa-twitter-square:before {

    content: "\f081"

}



.fa-facebook-square:before {

    content: "\f082"

}



.fa-camera-retro:before {

    content: "\f083"

}



.fa-key:before {

    content: "\f084"

}



.fa-cogs:before,

.fa-gears:before {

    content: "\f085"

}



.fa-comments:before {

    content: "\f086"

}



.fa-thumbs-o-up:before {

    content: "\f087"

}



.fa-thumbs-o-down:before {

    content: "\f088"

}



.fa-star-half:before {

    content: "\f089"

}



.fa-heart-o:before {

    content: "\f08a"

}



.fa-sign-out:before {

    content: "\f08b"

}



.fa-linkedin-square:before {

    content: "\f08c"

}



.fa-thumb-tack:before {

    content: "\f08d"

}



.fa-external-link:before {

    content: "\f08e"

}



.fa-sign-in:before {

    content: "\f090"

}



.fa-trophy:before {

    content: "\f091"

}



.fa-github-square:before {

    content: "\f092"

}



.fa-upload:before {

    content: "\f093"

}



.fa-lemon-o:before {

    content: "\f094"

}



.fa-phone:before {

    content: "\f095"

}



.fa-square-o:before {

    content: "\f096"

}



.fa-bookmark-o:before {

    content: "\f097"

}



.fa-phone-square:before {

    content: "\f098"

}



.fa-twitter:before {

    content: "\f099"

}



.fa-facebook-f:before,

.fa-facebook:before {

    content: "\f09a"

}



.fa-github:before {

    content: "\f09b"

}



.fa-unlock:before {

    content: "\f09c"

}



.fa-credit-card:before {

    content: "\f09d"

}



.fa-feed:before,

.fa-rss:before {

    content: "\f09e"

}



.fa-hdd-o:before {

    content: "\f0a0"

}



.fa-bullhorn:before {

    content: "\f0a1"

}



.fa-bell:before {

    content: "\f0f3"

}



.fa-certificate:before {

    content: "\f0a3"

}



.fa-hand-o-right:before {

    content: "\f0a4"

}



.fa-hand-o-left:before {

    content: "\f0a5"

}



.fa-hand-o-up:before {

    content: "\f0a6"

}



.fa-hand-o-down:before {

    content: "\f0a7"

}



.fa-arrow-circle-left:before {

    content: "\f0a8"

}



.fa-arrow-circle-right:before {

    content: "\f0a9"

}



.fa-arrow-circle-up:before {

    content: "\f0aa"

}



.fa-arrow-circle-down:before {

    content: "\f0ab"

}



.fa-globe:before {

    content: "\f0ac"

}



.fa-wrench:before {

    content: "\f0ad"

}



.fa-tasks:before {

    content: "\f0ae"

}



.fa-filter:before {

    content: "\f0b0"

}



.fa-briefcase:before {

    content: "\f0b1"

}



.fa-arrows-alt:before {

    content: "\f0b2"

}



.fa-group:before,

.fa-users:before {

    content: "\f0c0"

}



.fa-chain:before,

.fa-link:before {

    content: "\f0c1"

}



.fa-cloud:before {

    content: "\f0c2"

}



.fa-flask:before {

    content: "\f0c3"

}



.fa-cut:before,

.fa-scissors:before {

    content: "\f0c4"

}



.fa-copy:before,

.fa-files-o:before {

    content: "\f0c5"

}



.fa-paperclip:before {

    content: "\f0c6"

}



.fa-floppy-o:before,

.fa-save:before {

    content: "\f0c7"

}



.fa-square:before {

    content: "\f0c8"

}



.fa-bars:before,

.fa-navicon:before,

.fa-reorder:before {

    content: "\f0c9"

}



.fa-list-ul:before {

    content: "\f0ca"

}



.fa-list-ol:before {

    content: "\f0cb"

}



.fa-strikethrough:before {

    content: "\f0cc"

}



.fa-underline:before {

    content: "\f0cd"

}



.fa-table:before {

    content: "\f0ce"

}



.fa-magic:before {

    content: "\f0d0"

}



.fa-truck:before {

    content: "\f0d1"

}



.fa-pinterest:before {

    content: "\f0d2"

}



.fa-pinterest-square:before {

    content: "\f0d3"

}



.fa-google-plus-square:before {

    content: "\f0d4"

}



.fa-google-plus:before {

    content: "\f0d5"

}



.fa-money:before {

    content: "\f0d6"

}



.fa-caret-down:before {

    content: "\f0d7"

}



.fa-caret-up:before {

    content: "\f0d8"

}



.fa-caret-left:before {

    content: "\f0d9"

}



.fa-caret-right:before {

    content: "\f0da"

}



.fa-columns:before {

    content: "\f0db"

}



.fa-sort:before,

.fa-unsorted:before {

    content: "\f0dc"

}



.fa-sort-desc:before,

.fa-sort-down:before {

    content: "\f0dd"

}



.fa-sort-asc:before,

.fa-sort-up:before {

    content: "\f0de"

}



.fa-envelope:before {

    content: "\f0e0"

}



.fa-linkedin:before {

    content: "\f0e1"

}



.fa-rotate-left:before,

.fa-undo:before {

    content: "\f0e2"

}



.fa-gavel:before,

.fa-legal:before {

    content: "\f0e3"

}



.fa-dashboard:before,

.fa-tachometer:before {

    content: "\f0e4"

}



.fa-comment-o:before {

    content: "\f0e5"

}



.fa-comments-o:before {

    content: "\f0e6"

}



.fa-bolt:before,

.fa-flash:before {

    content: "\f0e7"

}



.fa-sitemap:before {

    content: "\f0e8"

}



.fa-umbrella:before {

    content: "\f0e9"

}



.fa-clipboard:before,

.fa-paste:before {

    content: "\f0ea"

}



.fa-lightbulb-o:before {

    content: "\f0eb"

}



.fa-exchange:before {

    content: "\f0ec"

}



.fa-cloud-download:before {

    content: "\f0ed"

}



.fa-cloud-upload:before {

    content: "\f0ee"

}



.fa-user-md:before {

    content: "\f0f0"

}



.fa-stethoscope:before {

    content: "\f0f1"

}



.fa-suitcase:before {

    content: "\f0f2"

}



.fa-bell-o:before {

    content: "\f0a2"

}



.fa-coffee:before {

    content: "\f0f4"

}



.fa-cutlery:before {

    content: "\f0f5"

}



.fa-file-text-o:before {

    content: "\f0f6"

}



.fa-building-o:before {

    content: "\f0f7"

}



.fa-hospital-o:before {

    content: "\f0f8"

}



.fa-ambulance:before {

    content: "\f0f9"

}



.fa-medkit:before {

    content: "\f0fa"

}



.fa-fighter-jet:before {

    content: "\f0fb"

}



.fa-beer:before {

    content: "\f0fc"

}



.fa-h-square:before {

    content: "\f0fd"

}



.fa-plus-square:before {

    content: "\f0fe"

}



.fa-angle-double-left:before {

    content: "\f100"

}



.fa-angle-double-right:before {

    content: "\f101"

}



.fa-angle-double-up:before {

    content: "\f102"

}



.fa-angle-double-down:before {

    content: "\f103"

}



.fa-angle-left:before {

    content: "\f104"

}



.fa-angle-right:before {

    content: "\f105"

}



.fa-angle-up:before {

    content: "\f106"

}



.fa-angle-down:before {

    content: "\f107"

}



.fa-desktop:before {

    content: "\f108"

}



.fa-laptop:before {

    content: "\f109"

}



.fa-tablet:before {

    content: "\f10a"

}



.fa-mobile-phone:before,

.fa-mobile:before {

    content: "\f10b"

}



.fa-circle-o:before {

    content: "\f10c"

}



.fa-quote-left:before {

    content: "\f10d"

}



.fa-quote-right:before {

    content: "\f10e"

}



.fa-spinner:before {

    content: "\f110"

}



.fa-circle:before {

    content: "\f111"

}



.fa-mail-reply:before,

.fa-reply:before {

    content: "\f112"

}



.fa-github-alt:before {

    content: "\f113"

}



.fa-folder-o:before {

    content: "\f114"

}



.fa-folder-open-o:before {

    content: "\f115"

}



.fa-smile-o:before {

    content: "\f118"

}



.fa-frown-o:before {

    content: "\f119"

}



.fa-meh-o:before {

    content: "\f11a"

}



.fa-gamepad:before {

    content: "\f11b"

}



.fa-keyboard-o:before {

    content: "\f11c"

}



.fa-flag-o:before {

    content: "\f11d"

}



.fa-flag-checkered:before {

    content: "\f11e"

}



.fa-terminal:before {

    content: "\f120"

}



.fa-code:before {

    content: "\f121"

}



.fa-mail-reply-all:before,

.fa-reply-all:before {

    content: "\f122"

}



.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

    content: "\f123"

}



.fa-location-arrow:before {

    content: "\f124"

}



.fa-crop:before {

    content: "\f125"

}



.fa-code-fork:before {

    content: "\f126"

}



.fa-chain-broken:before,

.fa-unlink:before {

    content: "\f127"

}



.fa-question:before {

    content: "\f128"

}



.fa-info:before {

    content: "\f129"

}



.fa-exclamation:before {

    content: "\f12a"

}



.fa-superscript:before {

    content: "\f12b"

}



.fa-subscript:before {

    content: "\f12c"

}



.fa-eraser:before {

    content: "\f12d"

}



.fa-puzzle-piece:before {

    content: "\f12e"

}



.fa-microphone:before {

    content: "\f130"

}



.fa-microphone-slash:before {

    content: "\f131"

}



.fa-shield:before {

    content: "\f132"

}



.fa-calendar-o:before {

    content: "\f133"

}



.fa-fire-extinguisher:before {

    content: "\f134"

}



.fa-rocket:before {

    content: "\f135"

}



.fa-maxcdn:before {

    content: "\f136"

}



.fa-chevron-circle-left:before {

    content: "\f137"

}



.fa-chevron-circle-right:before {

    content: "\f138"

}



.fa-chevron-circle-up:before {

    content: "\f139"

}



.fa-chevron-circle-down:before {

    content: "\f13a"

}



.fa-html5:before {

    content: "\f13b"

}



.fa-css3:before {

    content: "\f13c"

}



.fa-anchor:before {

    content: "\f13d"

}



.fa-unlock-alt:before {

    content: "\f13e"

}



.fa-bullseye:before {

    content: "\f140"

}



.fa-ellipsis-h:before {

    content: "\f141"

}



.fa-ellipsis-v:before {

    content: "\f142"

}



.fa-rss-square:before {

    content: "\f143"

}



.fa-play-circle:before {

    content: "\f144"

}



.fa-ticket:before {

    content: "\f145"

}



.fa-minus-square:before {

    content: "\f146"

}



.fa-minus-square-o:before {

    content: "\f147"

}



.fa-level-up:before {

    content: "\f148"

}



.fa-level-down:before {

    content: "\f149"

}



.fa-check-square:before {

    content: "\f14a"

}



.fa-pencil-square:before {

    content: "\f14b"

}



.fa-external-link-square:before {

    content: "\f14c"

}



.fa-share-square:before {

    content: "\f14d"

}



.fa-compass:before {

    content: "\f14e"

}



.fa-caret-square-o-down:before,

.fa-toggle-down:before {

    content: "\f150"

}



.fa-caret-square-o-up:before,

.fa-toggle-up:before {

    content: "\f151"

}



.fa-caret-square-o-right:before,

.fa-toggle-right:before {

    content: "\f152"

}



.fa-eur:before,

.fa-euro:before {

    content: "\f153"

}



.fa-gbp:before {

    content: "\f154"

}



.fa-dollar:before,

.fa-usd:before {

    content: "\f155"

}



.fa-inr:before,

.fa-rupee:before {

    content: "\f156"

}



.fa-cny:before,

.fa-jpy:before,

.fa-rmb:before,

.fa-yen:before {

    content: "\f157"

}



.fa-rouble:before,

.fa-rub:before,

.fa-ruble:before {

    content: "\f158"

}



.fa-krw:before,

.fa-won:before {

    content: "\f159"

}



.fa-bitcoin:before,

.fa-btc:before {

    content: "\f15a"

}



.fa-file:before {

    content: "\f15b"

}



.fa-file-text:before {

    content: "\f15c"

}



.fa-sort-alpha-asc:before {

    content: "\f15d"

}



.fa-sort-alpha-desc:before {

    content: "\f15e"

}



.fa-sort-amount-asc:before {

    content: "\f160"

}



.fa-sort-amount-desc:before {

    content: "\f161"

}



.fa-sort-numeric-asc:before {

    content: "\f162"

}



.fa-sort-numeric-desc:before {

    content: "\f163"

}



.fa-thumbs-up:before {

    content: "\f164"

}



.fa-thumbs-down:before {

    content: "\f165"

}



.fa-youtube-square:before {

    content: "\f166"

}



.fa-youtube:before {

    content: "\f167"

}



.fa-xing:before {

    content: "\f168"

}



.fa-xing-square:before {

    content: "\f169"

}



.fa-youtube-play:before {

    content: "\f16a"

}



.fa-dropbox:before {

    content: "\f16b"

}



.fa-stack-overflow:before {

    content: "\f16c"

}



.fa-instagram:before {

    content: "\f16d"

}



.fa-flickr:before {

    content: "\f16e"

}



.fa-adn:before {

    content: "\f170"

}



.fa-bitbucket:before {

    content: "\f171"

}



.fa-bitbucket-square:before {

    content: "\f172"

}



.fa-tumblr:before {

    content: "\f173"

}



.fa-tumblr-square:before {

    content: "\f174"

}



.fa-long-arrow-down:before {

    content: "\f175"

}



.fa-long-arrow-up:before {

    content: "\f176"

}



.fa-long-arrow-left:before {

    content: "\f177"

}



.fa-long-arrow-right:before {

    content: "\f178"

}



.fa-apple:before {

    content: "\f179"

}



.fa-windows:before {

    content: "\f17a"

}



.fa-android:before {

    content: "\f17b"

}



.fa-linux:before {

    content: "\f17c"

}



.fa-dribbble:before {

    content: "\f17d"

}



.fa-skype:before {

    content: "\f17e"

}



.fa-foursquare:before {

    content: "\f180"

}



.fa-trello:before {

    content: "\f181"

}



.fa-female:before {

    content: "\f182"

}



.fa-male:before {

    content: "\f183"

}



.fa-gittip:before,

.fa-gratipay:before {

    content: "\f184"

}



.fa-sun-o:before {

    content: "\f185"

}



.fa-moon-o:before {

    content: "\f186"

}



.fa-archive:before {

    content: "\f187"

}



.fa-bug:before {

    content: "\f188"

}



.fa-vk:before {

    content: "\f189"

}



.fa-weibo:before {

    content: "\f18a"

}



.fa-renren:before {

    content: "\f18b"

}



.fa-pagelines:before {

    content: "\f18c"

}



.fa-stack-exchange:before {

    content: "\f18d"

}



.fa-arrow-circle-o-right:before {

    content: "\f18e"

}



.fa-arrow-circle-o-left:before {

    content: "\f190"

}



.fa-caret-square-o-left:before,

.fa-toggle-left:before {

    content: "\f191"

}



.fa-dot-circle-o:before {

    content: "\f192"

}



.fa-wheelchair:before {

    content: "\f193"

}



.fa-vimeo-square:before {

    content: "\f194"

}



.fa-try:before,

.fa-turkish-lira:before {

    content: "\f195"

}



.fa-plus-square-o:before {

    content: "\f196"

}



.fa-space-shuttle:before {

    content: "\f197"

}



.fa-slack:before {

    content: "\f198"

}



.fa-envelope-square:before {

    content: "\f199"

}



.fa-wordpress:before {

    content: "\f19a"

}



.fa-openid:before {

    content: "\f19b"

}



.fa-bank:before,

.fa-institution:before,

.fa-university:before {

    content: "\f19c"

}



.fa-graduation-cap:before,

.fa-mortar-board:before {

    content: "\f19d"

}



.fa-yahoo:before {

    content: "\f19e"

}



.fa-google:before {

    content: "\f1a0"

}



.fa-reddit:before {

    content: "\f1a1"

}



.fa-reddit-square:before {

    content: "\f1a2"

}



.fa-stumbleupon-circle:before {

    content: "\f1a3"

}



.fa-stumbleupon:before {

    content: "\f1a4"

}



.fa-delicious:before {

    content: "\f1a5"

}



.fa-digg:before {

    content: "\f1a6"

}



.fa-pied-piper-pp:before {

    content: "\f1a7"

}



.fa-pied-piper-alt:before {

    content: "\f1a8"

}



.fa-drupal:before {

    content: "\f1a9"

}



.fa-joomla:before {

    content: "\f1aa"

}



.fa-language:before {

    content: "\f1ab"

}



.fa-fax:before {

    content: "\f1ac"

}



.fa-building:before {

    content: "\f1ad"

}



.fa-child:before {

    content: "\f1ae"

}



.fa-paw:before {

    content: "\f1b0"

}



.fa-spoon:before {

    content: "\f1b1"

}



.fa-cube:before {

    content: "\f1b2"

}



.fa-cubes:before {

    content: "\f1b3"

}



.fa-behance:before {

    content: "\f1b4"

}



.fa-behance-square:before {

    content: "\f1b5"

}



.fa-steam:before {

    content: "\f1b6"

}



.fa-steam-square:before {

    content: "\f1b7"

}



.fa-recycle:before {

    content: "\f1b8"

}



.fa-automobile:before,

.fa-car:before {

    content: "\f1b9"

}



.fa-cab:before,

.fa-taxi:before {

    content: "\f1ba"

}



.fa-tree:before {

    content: "\f1bb"

}



.fa-spotify:before {

    content: "\f1bc"

}



.fa-deviantart:before {

    content: "\f1bd"

}



.fa-soundcloud:before {

    content: "\f1be"

}



.fa-database:before {

    content: "\f1c0"

}



.fa-file-pdf-o:before {

    content: "\f1c1"

}



.fa-file-word-o:before {

    content: "\f1c2"

}



.fa-file-excel-o:before {

    content: "\f1c3"

}



.fa-file-powerpoint-o:before {

    content: "\f1c4"

}



.fa-file-image-o:before,

.fa-file-photo-o:before,

.fa-file-picture-o:before {

    content: "\f1c5"

}



.fa-file-archive-o:before,

.fa-file-zip-o:before {

    content: "\f1c6"

}



.fa-file-audio-o:before,

.fa-file-sound-o:before {

    content: "\f1c7"

}



.fa-file-movie-o:before,

.fa-file-video-o:before {

    content: "\f1c8"

}



.fa-file-code-o:before {

    content: "\f1c9"

}



.fa-vine:before {

    content: "\f1ca"

}



.fa-codepen:before {

    content: "\f1cb"

}



.fa-jsfiddle:before {

    content: "\f1cc"

}



.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-ring:before,

.fa-life-saver:before,

.fa-support:before {

    content: "\f1cd"

}



.fa-circle-o-notch:before {

    content: "\f1ce"

}



.fa-ra:before,

.fa-rebel:before,

.fa-resistance:before {

    content: "\f1d0"

}



.fa-empire:before,

.fa-ge:before {

    content: "\f1d1"

}



.fa-git-square:before {

    content: "\f1d2"

}



.fa-git:before {

    content: "\f1d3"

}



.fa-hacker-news:before,

.fa-y-combinator-square:before,

.fa-yc-square:before {

    content: "\f1d4"

}



.fa-tencent-weibo:before {

    content: "\f1d5"

}



.fa-qq:before {

    content: "\f1d6"

}



.fa-wechat:before,

.fa-weixin:before {

    content: "\f1d7"

}



.fa-paper-plane:before,

.fa-send:before {

    content: "\f1d8"

}



.fa-paper-plane-o:before,

.fa-send-o:before {

    content: "\f1d9"

}



.fa-history:before {

    content: "\f1da"

}



.fa-circle-thin:before {

    content: "\f1db"

}



.fa-header:before {

    content: "\f1dc"

}



.fa-paragraph:before {

    content: "\f1dd"

}



.fa-sliders:before {

    content: "\f1de"

}



.fa-share-alt:before {

    content: "\f1e0"

}



.fa-share-alt-square:before {

    content: "\f1e1"

}



.fa-bomb:before {

    content: "\f1e2"

}



.fa-futbol-o:before,

.fa-soccer-ball-o:before {

    content: "\f1e3"

}



.fa-tty:before {

    content: "\f1e4"

}



.fa-binoculars:before {

    content: "\f1e5"

}



.fa-plug:before {

    content: "\f1e6"

}



.fa-slideshare:before {

    content: "\f1e7"

}



.fa-twitch:before {

    content: "\f1e8"

}



.fa-yelp:before {

    content: "\f1e9"

}



.fa-newspaper-o:before {

    content: "\f1ea"

}



.fa-wifi:before {

    content: "\f1eb"

}



.fa-calculator:before {

    content: "\f1ec"

}



.fa-paypal:before {

    content: "\f1ed"

}



.fa-google-wallet:before {

    content: "\f1ee"

}



.fa-cc-visa:before {

    content: "\f1f0"

}



.fa-cc-mastercard:before {

    content: "\f1f1"

}



.fa-cc-discover:before {

    content: "\f1f2"

}



.fa-cc-amex:before {

    content: "\f1f3"

}



.fa-cc-paypal:before {

    content: "\f1f4"

}



.fa-cc-stripe:before {

    content: "\f1f5"

}



.fa-bell-slash:before {

    content: "\f1f6"

}



.fa-bell-slash-o:before {

    content: "\f1f7"

}



.fa-trash:before {

    content: "\f1f8"

}



.fa-copyright:before {

    content: "\f1f9"

}



.fa-at:before {

    content: "\f1fa"

}



.fa-eyedropper:before {

    content: "\f1fb"

}



.fa-paint-brush:before {

    content: "\f1fc"

}



.fa-birthday-cake:before {

    content: "\f1fd"

}



.fa-area-chart:before {

    content: "\f1fe"

}



.fa-pie-chart:before {

    content: "\f200"

}



.fa-line-chart:before {

    content: "\f201"

}



.fa-lastfm:before {

    content: "\f202"

}



.fa-lastfm-square:before {

    content: "\f203"

}



.fa-toggle-off:before {

    content: "\f204"

}



.fa-toggle-on:before {

    content: "\f205"

}



.fa-bicycle:before {

    content: "\f206"

}



.fa-bus:before {

    content: "\f207"

}



.fa-ioxhost:before {

    content: "\f208"

}



.fa-angellist:before {

    content: "\f209"

}



.fa-cc:before {

    content: "\f20a"

}



.fa-ils:before,

.fa-shekel:before,

.fa-sheqel:before {

    content: "\f20b"

}



.fa-meanpath:before {

    content: "\f20c"

}



.fa-buysellads:before {

    content: "\f20d"

}



.fa-connectdevelop:before {

    content: "\f20e"

}



.fa-dashcube:before {

    content: "\f210"

}



.fa-forumbee:before {

    content: "\f211"

}



.fa-leanpub:before {

    content: "\f212"

}



.fa-sellsy:before {

    content: "\f213"

}



.fa-shirtsinbulk:before {

    content: "\f214"

}



.fa-simplybuilt:before {

    content: "\f215"

}



.fa-skyatlas:before {

    content: "\f216"

}



.fa-cart-plus:before {

    content: "\f217"

}



.fa-cart-arrow-down:before {

    content: "\f218"

}



.fa-diamond:before {

    content: "\f219"

}



.fa-ship:before {

    content: "\f21a"

}



.fa-user-secret:before {

    content: "\f21b"

}



.fa-motorcycle:before {

    content: "\f21c"

}



.fa-street-view:before {

    content: "\f21d"

}



.fa-heartbeat:before {

    content: "\f21e"

}



.fa-venus:before {

    content: "\f221"

}



.fa-mars:before {

    content: "\f222"

}



.fa-mercury:before {

    content: "\f223"

}



.fa-intersex:before,

.fa-transgender:before {

    content: "\f224"

}



.fa-transgender-alt:before {

    content: "\f225"

}



.fa-venus-double:before {

    content: "\f226"

}



.fa-mars-double:before {

    content: "\f227"

}



.fa-venus-mars:before {

    content: "\f228"

}



.fa-mars-stroke:before {

    content: "\f229"

}



.fa-mars-stroke-v:before {

    content: "\f22a"

}



.fa-mars-stroke-h:before {

    content: "\f22b"

}



.fa-neuter:before {

    content: "\f22c"

}



.fa-genderless:before {

    content: "\f22d"

}



.fa-facebook-official:before {

    content: "\f230"

}



.fa-pinterest-p:before {

    content: "\f231"

}



.fa-whatsapp:before {

    content: "\f232"

}



.fa-server:before {

    content: "\f233"

}



.fa-user-plus:before {

    content: "\f234"

}



.fa-user-times:before {

    content: "\f235"

}



.fa-bed:before,

.fa-hotel:before {

    content: "\f236"

}



.fa-viacoin:before {

    content: "\f237"

}



.fa-train:before {

    content: "\f238"

}



.fa-subway:before {

    content: "\f239"

}



.fa-medium:before {

    content: "\f23a"

}



.fa-y-combinator:before,

.fa-yc:before {

    content: "\f23b"

}



.fa-optin-monster:before {

    content: "\f23c"

}



.fa-opencart:before {

    content: "\f23d"

}



.fa-expeditedssl:before {

    content: "\f23e"

}



.fa-battery-4:before,

.fa-battery-full:before {

    content: "\f240"

}



.fa-battery-3:before,

.fa-battery-three-quarters:before {

    content: "\f241"

}



.fa-battery-2:before,

.fa-battery-half:before {

    content: "\f242"

}



.fa-battery-1:before,

.fa-battery-quarter:before {

    content: "\f243"

}



.fa-battery-0:before,

.fa-battery-empty:before {

    content: "\f244"

}



.fa-mouse-pointer:before {

    content: "\f245"

}



.fa-i-cursor:before {

    content: "\f246"

}



.fa-object-group:before {

    content: "\f247"

}



.fa-object-ungroup:before {

    content: "\f248"

}



.fa-sticky-note:before {

    content: "\f249"

}



.fa-sticky-note-o:before {

    content: "\f24a"

}



.fa-cc-jcb:before {

    content: "\f24b"

}



.fa-cc-diners-club:before {

    content: "\f24c"

}



.fa-clone:before {

    content: "\f24d"

}



.fa-balance-scale:before {

    content: "\f24e"

}



.fa-hourglass-o:before {

    content: "\f250"

}



.fa-hourglass-1:before,

.fa-hourglass-start:before {

    content: "\f251"

}



.fa-hourglass-2:before,

.fa-hourglass-half:before {

    content: "\f252"

}



.fa-hourglass-3:before,

.fa-hourglass-end:before {

    content: "\f253"

}



.fa-hourglass:before {

    content: "\f254"

}



.fa-hand-grab-o:before,

.fa-hand-rock-o:before {

    content: "\f255"

}



.fa-hand-paper-o:before,

.fa-hand-stop-o:before {

    content: "\f256"

}



.fa-hand-scissors-o:before {

    content: "\f257"

}



.fa-hand-lizard-o:before {

    content: "\f258"

}



.fa-hand-spock-o:before {

    content: "\f259"

}



.fa-hand-pointer-o:before {

    content: "\f25a"

}



.fa-hand-peace-o:before {

    content: "\f25b"

}



.fa-trademark:before {

    content: "\f25c"

}



.fa-registered:before {

    content: "\f25d"

}



.fa-creative-commons:before {

    content: "\f25e"

}



.fa-gg:before {

    content: "\f260"

}



.fa-gg-circle:before {

    content: "\f261"

}



.fa-tripadvisor:before {

    content: "\f262"

}



.fa-odnoklassniki:before {

    content: "\f263"

}



.fa-odnoklassniki-square:before {

    content: "\f264"

}



.fa-get-pocket:before {

    content: "\f265"

}



.fa-wikipedia-w:before {

    content: "\f266"

}



.fa-safari:before {

    content: "\f267"

}



.fa-chrome:before {

    content: "\f268"

}



.fa-firefox:before {

    content: "\f269"

}



.fa-opera:before {

    content: "\f26a"

}



.fa-internet-explorer:before {

    content: "\f26b"

}



.fa-television:before,

.fa-tv:before {

    content: "\f26c"

}



.fa-contao:before {

    content: "\f26d"

}



.fa-500px:before {

    content: "\f26e"

}



.fa-amazon:before {

    content: "\f270"

}



.fa-calendar-plus-o:before {

    content: "\f271"

}



.fa-calendar-minus-o:before {

    content: "\f272"

}



.fa-calendar-times-o:before {

    content: "\f273"

}



.fa-calendar-check-o:before {

    content: "\f274"

}



.fa-industry:before {

    content: "\f275"

}



.fa-map-pin:before {

    content: "\f276"

}



.fa-map-signs:before {

    content: "\f277"

}



.fa-map-o:before {

    content: "\f278"

}



.fa-map:before {

    content: "\f279"

}



.fa-commenting:before {

    content: "\f27a"

}



.fa-commenting-o:before {

    content: "\f27b"

}



.fa-houzz:before {

    content: "\f27c"

}



.fa-vimeo:before {

    content: "\f27d"

}



.fa-black-tie:before {

    content: "\f27e"

}



.fa-fonticons:before {

    content: "\f280"

}



.fa-reddit-alien:before {

    content: "\f281"

}



.fa-edge:before {

    content: "\f282"

}



.fa-credit-card-alt:before {

    content: "\f283"

}



.fa-codiepie:before {

    content: "\f284"

}



.fa-modx:before {

    content: "\f285"

}



.fa-fort-awesome:before {

    content: "\f286"

}



.fa-usb:before {

    content: "\f287"

}



.fa-product-hunt:before {

    content: "\f288"

}



.fa-mixcloud:before {

    content: "\f289"

}



.fa-scribd:before {

    content: "\f28a"

}



.fa-pause-circle:before {

    content: "\f28b"

}



.fa-pause-circle-o:before {

    content: "\f28c"

}



.fa-stop-circle:before {

    content: "\f28d"

}



.fa-stop-circle-o:before {

    content: "\f28e"

}



.fa-shopping-bag:before {

    content: "\f290"

}



.fa-shopping-basket:before {

    content: "\f291"

}



.fa-hashtag:before {

    content: "\f292"

}



.fa-bluetooth:before {

    content: "\f293"

}



.fa-bluetooth-b:before {

    content: "\f294"

}



.fa-percent:before {

    content: "\f295"

}



.fa-gitlab:before {

    content: "\f296"

}



.fa-wpbeginner:before {

    content: "\f297"

}



.fa-wpforms:before {

    content: "\f298"

}



.fa-envira:before {

    content: "\f299"

}



.fa-universal-access:before {

    content: "\f29a"

}



.fa-wheelchair-alt:before {

    content: "\f29b"

}



.fa-question-circle-o:before {

    content: "\f29c"

}



.fa-blind:before {

    content: "\f29d"

}



.fa-audio-description:before {

    content: "\f29e"

}



.fa-volume-control-phone:before {

    content: "\f2a0"

}



.fa-braille:before {

    content: "\f2a1"

}



.fa-assistive-listening-systems:before {

    content: "\f2a2"

}



.fa-american-sign-language-interpreting:before,

.fa-asl-interpreting:before {

    content: "\f2a3"

}



.fa-deaf:before,

.fa-deafness:before,

.fa-hard-of-hearing:before {

    content: "\f2a4"

}



.fa-glide:before {

    content: "\f2a5"

}



.fa-glide-g:before {

    content: "\f2a6"

}



.fa-sign-language:before,

.fa-signing:before {

    content: "\f2a7"

}



.fa-low-vision:before {

    content: "\f2a8"

}



.fa-viadeo:before {

    content: "\f2a9"

}



.fa-viadeo-square:before {

    content: "\f2aa"

}



.fa-snapchat:before {

    content: "\f2ab"

}



.fa-snapchat-ghost:before {

    content: "\f2ac"

}



.fa-snapchat-square:before {

    content: "\f2ad"

}



.fa-pied-piper:before {

    content: "\f2ae"

}



.fa-first-order:before {

    content: "\f2b0"

}



.fa-yoast:before {

    content: "\f2b1"

}



.fa-themeisle:before {

    content: "\f2b2"

}



.fa-google-plus-circle:before,

.fa-google-plus-official:before {

    content: "\f2b3"

}



.fa-fa:before,

.fa-font-awesome:before {

    content: "\f2b4"

}



.btn.btn-blue:before,

.clients .recommendation-letter a:after,

.pushy ul li:before {

    content: ""

}



.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    clip: auto

}



.btn.btn-blue {

    display: inline-block;

    height: 62px;

    line-height: 62px;

    text-transform: uppercase;

    color: #fff;

    background-color: #61b3ab;

    padding: 0 40px;

    position: relative;

    z-index: 1;

    border: none;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.btn.btn-blue:hover {

    color: #48484A

}



.btn.btn-blue:hover:before {

    -webkit-transform: scaleX(1);

    -ms-transform: scaleX(1);

    transform: scaleX(1)

}



.btn.btn-blue:before {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: -1;

    background-color: #fff;

    -webkit-transform: scaleX(0);

    -ms-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 50%;

    -ms-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out

}



.subtitle {

    display: inline-block;

    width: 100%;

    font-size: 1.75em;

    line-height: 34px

}



.pushy {

    width: 340px;

    background-color: rgba(207, 208, 209, .75)

}



.pushy .callback-link {

    display: none;

    margin-top: 35px;

    border-top: 4px solid #fff

}



.pushy .callback-link a {

    width: 100%;

    color: #474749;

    padding: 5px 0

}



.pushy .callback-link a:hover {

    color: #fff

}



.pushy a {

    padding-right: 0

}



.pushy ul:first-child {

    margin-top: 110px

}



.pushy ul {

    width: 100%;

    list-style-type: none;

    margin: 110px 0 0;

    padding: 0

}



.pushy ul li {

    height: 62px;

    border-left: 4px solid #fff;

    font-size: 1.125em;

    line-height: 32px;

    padding-left: 35px;

    position: relative;

    -webkit-transition: all .1s ease;

    transition: all .1s ease

}



.pushy ul li a {

    color: #474749

}



.pushy ul li:before {

    position: absolute;

    left: 20px;

    top: 50%;

    margin-top: -16px;

    background-image: url(../img/li-arrow.png);

    width: 17px;

    height: 32px;

    -webkit-transform: scale(-1, 1);

    -ms-transform: scale(-1, 1);

    transform: scale(-1, 1);

    opacity: 0;

    -webkit-transition: all .1s ease;

    transition: all .1s ease

}



.pushy ul li:hover {

    background-color: #474749;

    border-color: #474749

}



.pushy ul li:hover a {

    color: #fff

}



.pushy ul li:hover:before {

    opacity: 1

}



.pushy.pushy-right {

    right: -150px

}



.pushy-open-right .pushy {

    right: 0

}



.arrow-down {

    width: 20px;

    height: 72px;

    background-image: url(../img/arrow.png);

    display: inline-block

}



section.two {

    padding-top: 0px

}



section.two .advantages-list.first-list {

    margin-top: 100px;

    padding-left: 20px

}



section.two .advantages-list {

    margin: 50px 0 0;

    padding: 0 0 0 12px;

    list-style-type: none

}



section.two .advantages-list li {

    clear: both;

    margin-bottom: 40px

}



section.two .advantages-list li b {

    width: 85px;

    font-size: 3em;

    line-height: 58px;

    float: left;

    font-weight: 400

}



section.two .advantages-list li span {

    display: block;

    font-size: 1.125em;

    line-height: 22px;

    padding-left: 10px;

    border-left: 2px solid #61b3ab;

    min-height: 44px;

    overflow: hidden

}



section.two .rubik-cube {

    display: block;

    margin: 90px auto 10px

}



section.two .facilities {

    margin-top: 100px;

    position: relative

}



section.two .facilities .vertical-line {

    position: absolute;

    top: 73px;

    left: 50%;

    width: 3px;

    height: 622px;

    background-color: #CFD0D1

}



.clients-brand img,

.clients-brand-img,

.clients-user .user-item img {

    height: 110px;

    width: 224px

}



section.two .facilities-left,

section.two .facilities-right {

    padding-top: 40px

}



section.two .facilities-left .service {

    text-align: right

}



section.two .facilities-left .service img {

    padding-right: 20px

}



section.two .facilities-left .service p {

    text-align: left;

    float: left;

    padding-left: 25px

}



section.two .facilities-right,

section.two .facilities-right .service {

    text-align: left

}



section.two .facilities-right .service img {

    padding-left: 20px;

    float: none;

    display: inline-block

}



section.two .facilities-right .service p {

    text-align: left;

    display: inline-block;

    display: block;

    float: none;

    padding-left: 30px

}



section.two .facilities-title {

    font-size: 1.75em;

    line-height: 34px

}



section.two .facilities-item {

    display: block;

    margin-bottom: 10px

}



section.two .facilities .service {

    width: 100%;

    clear: both

}



section.two .facilities .service p {

    display: inline-block

}



section.two .facilities .service-name {

    display: block;

    font-size: 1.75em;

    line-height: 34px;

    padding-left: 10px;

    min-height: 38px;

    border-left: 2px solid #61b3ab

}



section.two .facilities .service-descr {

    display: block;

    font-size: 1.125em;

    line-height: 22px;

    padding-left: 14px

}



section.two .facilities .btn.btn-border {

    margin-top: 38px

}



.two.two-internal {

    padding-top: 0;

    padding-bottom: 50px

}



.two.two-internal .facilities {

    margin-top: 75px

}



.sla {

    margin-top: 79px;

    position: relative

}



.sla .conclusion,

.sla-settings {

    margin-left: 110px;

    margin-top: 35px

}



.sla .sla-settings,

.sla .subtitle,

.sla p {

    position: relative;

    z-index: 2

}



.sla p {

    max-width: 798px;

    font-size: 1.125em;

    line-height: 22px

}



.sla-settings {

    font-size: 1.125em;

    line-height: 30px

}



.sla-triangle {

    position: absolute;

    right: 5px;

    top: 65px;

    z-index: 1

}


section.three {

    background-image: url(../img/three-bg.png);

    background-size: cover;

    text-align: center

}



.test {

    margin-top: 148px;

    min-height: 635px

}



.test-title {

    font-size: 1.75em;

    line-height: 34px;

    margin-top: 124px;

    width: 100%;

    display: inline-block

}



.clients-user .user-item span,

.conclusion,

.specialist-name,

.test-descr {

    font-size: 1.125em;

    line-height: 22px

}



.test-title b {

    color: #61b3ab

}



.test-descr {

    padding: 0 90px;

    margin: 40px auto

}



section.four {

    padding: 80px 0 0

}



.clients .title {

    padding-bottom: 39px

}



.clients .subtitle {

    padding: 100px 0 40px

}



.clients .conclusion {

    margin: 70px 0 100px 100px

}



.clients-user {

    text-align: center

}



.clients-user .user-item {

    margin: 0 8px 40px;

    width: 224px

}



.clients-user .user-item span {

    display: block;

    padding-top: 9px

}



.clients-brand {

    text-align: center

}



.clients-brand-img {

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

    display: inline-block;

    margin: 0 10px 40px

}



.area,

.clients .recommendation-letter {

    background-size: cover;

    background-position: center top

}



.clients-brand img {

    margin: 0 8px 20px

}



.clients .recommendation {

    text-align: center;

    margin-top: 100px

}



.clients .recommendation-letter {

    width: 202px;

    height: 277px;

    display: inline-block;

    margin: 0 20px 29px;

    -webkit-box-shadow: 3px 3px 3px rgba(127, 127, 127, .3);

    box-shadow: 3px 3px 3px rgba(127, 127, 127, .3);

    background-image: url(../img/border-img.jpg);

    overflow: hidden;

    padding: 10px

}



.clients .recommendation-letter a {

    width: 100%;

    height: 100%;

    position: relative;

    display: block

}



.clients .recommendation-letter a img {

    max-width: 100%;

    height: auto

}



.clients .recommendation-letter a:after {

    position: absolute;

    right: 5px;

    bottom: 5px;

    width: 26px;

    height: 26px;

    background-image: url(../img/loop.png)

}



.conclusion {

    display: inline-block;

    border-left: 2px solid #61b3ab;

    padding-left: 10px

}



section.five {

    padding: 186px 0 134px

}



.area {

    width: 100%;

    min-height: 1083px;

    background-image: url(../img/five-bg.png)

}



.area .subtitle {

    margin-bottom: 29px

}



.area .conclusion {

    max-width: 525px;

    margin-left: 110px

}



.area .map-area {

    display: block;

    margin: -150px auto 0;

    max-width: 100%;

    height: auto

}



.area .hidden-list-area {

    text-align: center;

    margin-top: 35px

}



.area .hidden-list-area a {

    border: 2px solid #61b3ab

}



section.six {

    padding: 50px 0

}



.about {

    overflow: hidden;

    position: relative

}



.about .title-descr {

    padding-top: 39px;

    display: inline-block;

    padding-right: 150px

}



.about .subtitle {

    margin-top: 100px;

    padding-bottom: 25px;

    z-index: 2;

    position: relative

}



.about .conclusion {

    max-width: 410px;

    margin-left: 110px;

    display: block;

    margin-bottom: 40px;

    z-index: 2;

    position: relative

}



.about .triangle-money {

    position: absolute;

    right: 75px;

    top: 345px;

    margin-top: -100px;

    z-index: 1

}



section.cheaper {

    background-image: url(../img/cheaper-bg.png)

}



section.cheaper .test-descr {

    padding: 0 150px

}



.specialist {

    padding-top: 50px

}



.specialist img {

    margin-left: 35px

}



.specialist-content {

    padding-top: 115px

}



.specialist-name {

    padding-left: 70px;

    margin-bottom: 35px

}



.specialist-name span {

    display: block;

    font-size: 14px;

    line-height: 17px

}



.specialist .btn-border {

    margin-left: 70px;

    width: 300px

}



.quote {

    display: block;

    margin: 35px 0 50px;

    padding-left: 70px;

    font-size: 1.125em;

    line-height: 22px;

    position: relative

}



.quote:after,

.quote:before {

    font-size: 120px;

    line-height: 100px;

    color: #61b3ab;

    position: absolute

}



.quote:before {

    content: "“";

    left: 0;

    top: 0

}



.mfp-arrow:after,

.mfp-arrow:before,

.mfp-container:before,

.mfp-figure:after {

    content: ''

}



.footer {

    background-color: #f9f9f9;

    padding: 70px 0 0px

}



.footer .header-logo {

    margin-bottom: 125px

}



.footer .contacts,

.footer .details {

    width: 250px;

    float: left

}



.footer-info {

    font-size: .875em;

    line-height: 18px;

    clear: both

}



.footer-info b {

    display: block;

    font-size: 18px;

    line-height: 22px;

    font-weight: 400

}



.footer .callback-link a {

    margin-left: 0;

    margin-top: 5px;

    display: inline-block

}



.privacy-policy {

    font-size: .875em;

    line-height: 18px;

    color: #474749;

    display: inline-block;

    border-bottom: 1px dashed #48484A;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.privacy-policy:hover {

    border-color: transparent;

    color: #61b3ab

}



.copyright {

    font-size: .875em;

    line-height: 17px;

    padding-top: 5px

}



#form-popup {

    width: 850px

}



#form-popup .mfp-close {

    color: #61b3ab;

    font-weight: 400;

    font-size: 55px

}



#form-popup .form {

    margin-top: 50px

}



#form-popup .form label.focus span {

    top: -11px;

    left: 0;

    font-size: .75em

}



#form-popup .form label.focus input,

#form-popup .form label.focus textarea {

    border-color: #61b3ab

}



#form-popup .form label.okay input,

#form-popup .form label.okay textarea {

    border-color: #5BB934

}



#form-popup .form label {

    width: 374px;

    display: block;

    font-size: 1.125em;

    position: relative;

    margin-bottom: 25px

}



#form-popup .form label img {

    position: absolute;

    top: 50%;

    margin-top: -8px;

    left: 5px

}



#form-popup .form label span {

    display: inline-block;

    vertical-align: middle;

    height: 62px;

    position: absolute;

    top: 50%;

    margin-top: -31px;

    line-height: 64px;

    padding-left: 50px;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



#form-popup .form label input,

#form-popup .form label textarea {

    width: 100%;

    height: 62px;

    line-height: 62px;

    padding: 0 20px 0 50px;

    border: 2px solid #CFD0D1;

    -webkit-transition: border-color .3s ease;

    transition: border-color .3s ease

}



#form-popup .form label input:-moz-placeholder,

#form-popup .form label input::-moz-placeholder,

#form-popup .form label textarea:-moz-placeholder,

#form-popup .form label textarea::-moz-placeholder {

    color: transparent;

    opacity: 1

}



#form-popup .form label input::-webkit-input-placeholder,

#form-popup .form label textarea::-webkit-input-placeholder {

    color: transparent

}



#form-popup .form label textarea {

    resize: none;

    height: 236px;

    padding-left: 20px

}



#form-popup .form input[type=submit] {

    display: block;

    clear: both

}



#form-popup .form-left {

    float: left;

    margin-right: 23px

}



#form-popup .form-right {

    float: left

}



#form-popup .form-right .textarea-span {

    margin-bottom: 16px

}



#form-popup .form-right .textarea-span span {

    padding-left: 20px;

    top: 30px

}



#form-popup .form-right .file-upload {

    border: 2px dashed #CFD0D1;

    height: 61px;

    position: relative;

    cursor: pointer;

    -webkit-transition: border-color .3s ease;

    transition: border-color .3s ease;

    text-align: center

}



#form-popup .form-right .file-upload:hover {

    border-color: #61b3ab

}



#form-popup .form-right .file-upload span {

    width: 100%;

    height: 100%;

    left: 0;

    line-height: 63px;

    padding: 0 25px;

    text-align: center;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap

}



#form-popup .form-right .file-upload input[type=file] {

    display: none

}



#form-popup .btn-blue {

    clear: both;

    display: block;

    width: 374px;

    font-size: 1.125em;

    padding: 0;

    cursor: pointer;

    border: 2px solid #61b3ab

}



#form-popup .btn-blue input[type=submit],

.thanks-popup-link {

    display: none

}



.mfp-close-btn-in .mfp-close {

    font-size: 42px;

    margin: 0

}



#thanks-popup {

    max-width: 660px;

    text-align: center!important

}



#privacy-popup .mfp-close {

    font-size: 42px

}



.full-popup {

    width: 75%;

    min-height: 700px;

    position: relative

}



.full-popup ul {

    display: inline-block;

    vertical-align: top;

    max-width: 350px

}



.full-popup .map-area {

    display: block;

    float: right;

    margin-top: 0;

    position: absolute;

    right: 100px;

    top: 150px;

    max-width: 35%

}



#privacy-popup {

    max-width: 600px

}



#form-popup,

#privacy-popup,

#small-dialog,

#thanks-popup {

    background: #fff;

    padding: 20px 30px;

    text-align: left;

    margin: 40px auto;

    position: relative

}



.mfp-bg,

.mfp-wrap {

    position: fixed;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%

}



#form-popup .title-popup,

#privacy-popup .title-popup,

#small-dialog .title-popup,

#thanks-popup .title-popup {

    display: inline-block;

    font-size: 1.75em;

    padding-top: 15px;

    line-height: 34px;

    width: 100%

}



#form-popup p,

#privacy-popup p,

#small-dialog p,

#thanks-popup p {

    font-size: 1.125em;

    line-height: 22px

}



.my-mfp-slide-bottom .zoom-anim-dialog {

    opacity: 0;

    -webkit-transition: all .2s ease-out;

    transition: all .2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);

    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);

    transform: translateY(-20px) perspective(600px) rotateX(10deg)

}



.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {

    opacity: 1;

    -webkit-transform: translateY(0) perspective(600px) rotateX(0);

    -ms-transform: translateY(0) perspective(600px) rotateX(0);

    transform: translateY(0) perspective(600px) rotateX(0)

}



.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {

    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);

    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);

    transform: translateY(-10px) perspective(600px) rotateX(10deg)

}



.my-mfp-slide-bottom.mfp-bg {

    opacity: 0;

    -webkit-transition: opacity .3s ease-out;

    transition: opacity .3s ease-out

}



.my-mfp-slide-bottom.mfp-ready.mfp-bg {

    opacity: .8

}



.my-mfp-slide-bottom.mfp-removing.mfp-bg {

    opacity: 0

}



.mfp-bg {

    z-index: 1042;

    overflow: hidden;

    background: #0b0b0b;

    opacity: .8

}



.mfp-wrap {

    z-index: 1043;

    outline: 0!important;

    -webkit-backface-visibility: hidden

}



.mfp-container {

    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    padding: 0 8px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



.mfp-container:before {

    display: inline-block;

    height: 100%;

    vertical-align: middle

}



.mfp-align-top .mfp-container:before {

    display: none

}



.mfp-content {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    margin: 0 auto;

    text-align: left;

    z-index: 1045

}



.mfp-close,

.mfp-preloader {

    text-align: center;

    position: absolute

}



.mfp-ajax-holder .mfp-content,

.mfp-inline-holder .mfp-content {

    width: 100%;

    cursor: auto

}



.mfp-ajax-cur {

    cursor: progress

}



.mfp-zoom-out-cur,

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {

    cursor: -webkit-zoom-out;

    cursor: zoom-out

}



.mfp-zoom {

    cursor: pointer;

    cursor: -webkit-zoom-in;

    cursor: zoom-in

}



.mfp-auto-cursor .mfp-content {

    cursor: auto

}



.mfp-arrow,

.mfp-close,

.mfp-counter,

.mfp-preloader {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none

}



.mfp-loading.mfp-figure {

    display: none

}



.mfp-hide {

    display: none!important

}



.mfp-preloader {

    color: #CCC;

    top: 50%;

    width: auto;

    margin-top: -.8em;

    left: 8px;

    right: 8px;

    z-index: 1044

}



.mfp-preloader a {

    color: #CCC

}



.mfp-close,

.mfp-preloader a:hover {

    color: #FFF

}



.mfp-s-error .mfp-content,

.mfp-s-ready .mfp-preloader {

    display: none

}



button.mfp-arrow,

button.mfp-close {

    overflow: visible;

    cursor: pointer;

    background: 0 0;

    border: 0;

    -webkit-appearance: none;

    display: block;

    outline: 0;

    padding: 0;

    z-index: 1046;

    -webkit-box-shadow: none;

    box-shadow: none;

    -ms-touch-action: manipulation;

    touch-action: manipulation

}



button::-moz-focus-inner {

    padding: 0;

    border: 0

}



.mfp-close {

    width: 44px;

    height: 44px;

    line-height: 44px;

    right: 0;

    top: 0;

    opacity: .65;

    padding: 0 0 18px 10px;

    font-style: normal;

    font-size: 28px;

    font-family: Arial, Baskerville, monospace

}



.mfp-close:focus,

.mfp-close:hover {

    opacity: 1

}



.mfp-close:active {

    top: 1px

}



.mfp-close-btn-in .mfp-close {

    color: #333

}



.mfp-iframe-holder .mfp-close,

.mfp-image-holder .mfp-close {

    color: #FFF;

    right: -6px;

    text-align: right;

    padding-right: 6px;

    width: 100%

}



.mfp-counter {

    position: absolute;

    top: 0;

    right: 0;

    color: #CCC;

    font-size: 12px;

    line-height: 18px;

    white-space: nowrap

}



.mfp-figure,

img.mfp-img {

    line-height: 0

}



.mfp-arrow {

    position: absolute;

    opacity: .65;

    margin: -55px 0 0;

    top: 50%;

    padding: 0;

    width: 90px;

    height: 110px;

    -webkit-tap-highlight-color: transparent

}



.mfp-arrow:active {

    margin-top: -54px

}



.mfp-arrow:focus,

.mfp-arrow:hover {

    opacity: 1

}



.mfp-arrow:after,

.mfp-arrow:before {

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    left: 0;

    top: 0;

    margin-top: 35px;

    margin-left: 35px;

    border: inset transparent

}



.mfp-arrow:after {

    border-top-width: 13px;

    border-bottom-width: 13px;

    top: 8px

}



.mfp-arrow:before {

    border-top-width: 21px;

    border-bottom-width: 21px;

    opacity: .7

}



.mfp-arrow-left {

    left: 0

}



.mfp-arrow-left:after {

    border-right: 17px solid #FFF;

    margin-left: 31px

}



.mfp-arrow-left:before {

    margin-left: 25px;

    border-right: 27px solid #3F3F3F

}



.mfp-arrow-right {

    right: 0

}



.mfp-arrow-right:after {

    border-left: 17px solid #FFF;

    margin-left: 39px

}



.mfp-arrow-right:before {

    border-left: 27px solid #3F3F3F

}



.mfp-iframe-holder {

    padding-top: 40px;

    padding-bottom: 40px

}



.mfp-iframe-holder .mfp-content {

    line-height: 0;

    width: 100%;

    max-width: 900px

}



.mfp-image-holder .mfp-content,

img.mfp-img {

    max-width: 100%

}



.mfp-iframe-holder .mfp-close {

    top: -40px

}



.mfp-iframe-scaler {

    width: 100%;

    height: 0;

    overflow: hidden;

    padding-top: 56.25%

}



.mfp-iframe-scaler iframe {

    position: absolute;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);

    box-shadow: 0 0 8px rgba(0, 0, 0, .6);

    background: #000

}



.mfp-figure:after,

img.mfp-img {

    width: auto;

    height: auto;

    display: block

}



img.mfp-img {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 40px 0;

    margin: 0 auto

}



.mfp-figure:after {

    position: absolute;

    left: 0;

    top: 40px;

    bottom: 40px;

    right: 0;

    z-index: -1;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);

    box-shadow: 0 0 8px rgba(0, 0, 0, .6);

    background: #444

}



.mfp-figure small {

    color: #BDBDBD;

    display: block;

    font-size: 12px;

    line-height: 14px

}



.mfp-figure figure {

    margin: 0

}



.mfp-bottom-bar {

    margin-top: -36px;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    cursor: auto

}



.mfp-title {

    text-align: left;

    line-height: 18px;

    color: #F3F3F3;

    word-wrap: break-word;

    padding-right: 36px

}



.mfp-gallery .mfp-image-holder .mfp-figure {

    cursor: pointer

}



@media screen and (max-width:800px) and (orientation:landscape),

screen and (max-height:300px) {

    .mfp-img-mobile .mfp-image-holder {

        padding-left: 0;

        padding-right: 0

    }

    .mfp-img-mobile img.mfp-img {

        padding: 0

    }

    .mfp-img-mobile .mfp-figure:after {

        top: 0;

        bottom: 0

    }

    .mfp-img-mobile .mfp-figure small {

        display: inline;

        margin-left: 5px

    }

    .mfp-img-mobile .mfp-bottom-bar {

        background: rgba(0, 0, 0, .6);

        bottom: 0;

        margin: 0;

        top: auto;

        padding: 3px 5px;

        position: fixed;

        -webkit-box-sizing: border-box;

        box-sizing: border-box

    }

    .mfp-img-mobile .mfp-bottom-bar:empty {

        padding: 0

    }

    .mfp-img-mobile .mfp-counter {

        right: 5px;

        top: 3px

    }

    .mfp-img-mobile .mfp-close {

        top: 0;

        right: 0;

        width: 35px;

        height: 35px;

        line-height: 35px;

        background: rgba(0, 0, 0, .6);

        position: fixed;

        text-align: center;

        padding: 0

    }

}



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

    .mfp-arrow {

        -webkit-transform: scale(.75);

        -ms-transform: scale(.75);

        transform: scale(.75)

    }

    .mfp-arrow-left {

        -webkit-transform-origin: 0;

        -ms-transform-origin: 0;

        transform-origin: 0

    }

    .mfp-arrow-right {

        -webkit-transform-origin: 100%;

        -ms-transform-origin: 100%;

        transform-origin: 100%

    }

    .mfp-container {

        padding-left: 6px;

        padding-right: 6px

    }

}



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

    .full-popup .map-area {

        display: none

    }

    .full-popup ul {

        max-width: 500px

    }

}



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

    .header.header_main {
        min-height: 940px;
    }

    section.two .facilities .service img {

        max-width: 160px;

        height: auto

    }

    section.two .facilities-left .service p {

        padding-left: 0

    }

    section.two .facilities-right .service p {

        padding-left: 29px

    }

    section.two .facilities .btn.btn-border {

        margin-top: 25px

    }

    section.two .facilities .service {

        margin-bottom: 15px;

        min-height: 175px

    }

    section.two .facilities .vertical-line {

        height: 714px

    }

    .about .triangle-money {

        right: -35px;

        -webkit-transform: scale(.8);

        -ms-transform: scale(.8);

        transform: scale(.8)

    }

    .specialist img {

        margin-left: 0

    }

    .footer .header-logo span {

        padding-left: 0;

        padding-top: 25px

    }

    .footer .header-logo a:after {

        top: 67px;

        right: inherit;

        left: 0;

        width: 170px;

        height: 4px

    }

    .footer .header-logo {

        margin-bottom: 55px

    }

    .sla .conclusion,

    .sla-settings {

        margin-left: 50px

    }

    .sla p {

        max-width: 650px

    }

    .sla-triangle {

        -webkit-transform: scale(.7);

        -ms-transform: scale(.7);

        transform: scale(.7);

        right: 0

    }

    .full-popup ul {

        margin-top: 0;

        margin-bottom: 0

    }

    .full-popup .title-popup {

        margin-bottom: 25px

    }

}



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

    .clients .conclusion br,

    .header-logo span,

    .sla-triangle,

    section.two .facilities .vertical-line {

        display: none

    }

    .header-logo a {

        padding-top: 3px

    }

    .header-logo a:after {

        top: 67px;

        right: inherit;

        left: 0;

        width: 170px;

        height: 4px

    }

    .header-logo span {

        padding: 15px 0 0

    }

    .header-content .title-descr {

        width: 82%

    }

    .triangle-down {

        right: -15px;

        bottom: 50px;

        -webkit-transform: scale(.8);

        -ms-transform: scale(.8);

        transform: scale(.8)

    }

    section.two .advantages-list.first-list {

        margin-top: 75px

    }

    section.two .rubik-cube {

        margin-top: 0;

        display: none

    }

    section.two .advantages-list {

        padding-left: 20px

    }

    section.two .facilities .service {

        text-align: left

    }

    section.two .facilities .service img {

        float: left

    }

    section.two .facilities-left .service p {

        float: none;

        margin-left: 29px

    }

    section.two .facilities-left .service img {

        padding-right: 0

    }

    section.two .facilities-right .service img {

        padding-left: 0

    }

    section.two .facilities-right {

        padding-top: 0

    }

    .test-title {

        margin-top: 85px

    }

    .test-descr {

        padding: 0 35px

    }

    .clients-brand img,

    .clients-brand-img,

    .clients-user .user-item img {

        width: 184px;

        height: 90px

    }

    .clients .recommendation-letter {

        width: 168px;

        height: 230px

    }

    .clients .conclusion {

        margin-left: 25px

    }

    .about .conclusion,

    .area .conclusion {

        margin-left: 50px

    }

    .area .map-area {

        margin-top: -45px

    }

    section.five {

        padding: 145px 0 100px;

        min-height: 950px

    }

    .about .triangle-money {

        right: -200px;

        top: 300px

    }

    .footer .header-logo {

        margin-bottom: 45px

    }

    #form-popup {

        width: 100%

    }

    #form-popup .form label,

    #form-popup .form textarea {

        width: 325px

    }

    #form-popup .form label.btn-blue {

        font-size: 1.0625em

    }

    .sla .conclusion,

    .sla-settings {

        margin-left: 35px

    }

}



@media only screen and (width:991px) {

    .callback {

        margin-right: 0

    }

    .toggle-mnu {

        right: -35px

    }

    .header-content .title-descr {

        width: 82%

    }

    .triangle-down {

        right: -50px;

        bottom: 35px

    }

}



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

    .header.header_main .header-content .title-descr {
        padding-bottom: 20px;
    }

    .header-logo,

    .header-logo a {

        width: 100%

    }

    .callback,

    .footer,

    .header-logo {

        text-align: center

    }

    .header {

        padding-top: 25px

    }

    .header-logo a:after {

        width: 200px;

        left: 50%;

        margin-left: -100px

    }

    .header-logo span {

        display: inline-block;

        width: 100%;

        padding-top: 20px

    }

    .header-info {

        margin-top: 25px

    }

    .callback {

        margin-right: 0

    }

    .toggle-mnu {

        top: -125px;

        right: 50px

    }

    .triangle-down {

        bottom: 100px

    }

    .header-content .title-descr {

        padding-bottom: 65px

    }

    .header-content .title-descr.title-descr_nomb {

        padding-bottom: 0;


    }

    .header-content .btn-new {
        margin-bottom: 90px;
    }

    .title {

        margin-top: 75px

    }

    section.two .facilities-title {

        padding-left: 15px

    }

    .test-descr {

        padding: 0;

        margin-top: 35px

    }

    .test-title {

        padding: 0 25px

    }

    .test {

        margin-top: 100px

    }

    .area .map-area {

        margin-top: 25px

    }

    .about .triangle-money {

        display: none

    }

    .about .subtitle {

        margin-top: 75px

    }

    .about .conclusion {

        max-width: 80%

    }

    section.cheaper .test-descr {

        padding: 0 80px

    }

    .footer .header-logo a:after {

        left: 50%;

        margin-left: -85px

    }

    .footer .contacts,

    .footer .details {

        width: 100%;

        float: none

    }

    .footer .contacts {

        margin-bottom: 35px

    }

    .footer .callback-link a {

        width: 145px;

        display: block;

        margin: 5px auto

    }

    .footer .details p {

        padding: 0 150px

    }

    #privacy-popup .mfp-close {

        color: #000

    }

    #form-popup .form-left,

    #form-popup .form-right {

        width: 100%

    }

    #form-popup .form label,

    #form-popup .form textarea {

        width: 375px;

        margin: 0 auto 20px

    }

    #form-popup .form label.btn-blue {

        font-size: 1.0625em

    }

    .sla-settings {

        margin-left: 0

    }

}



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

    .header-content .btn-new {
        width: 260px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .header-content,

    section .title,

    section.four {

        text-align: center

    }

    section.four {

        padding: 50px 0 100px

    }

    .clients .title {

        padding-bottom: 25px

    }

    .clients .subtitle {

        padding-top: 75px

    }

    .title-pre {

        font-size: 1.5em

    }

    .title b {

        font-size: 48px;

        line-height: 62px

    }

    .title span {

        font-size: 24px

    }

    .title:before {

        left: 50%;

        width: 100px;

        margin-left: -50px

    }

    .header-content .title-descr {

        width: 100%;

        padding: 0 25px

    }

    .header-content .title-descr br {

        display: none

    }

    section .title {

        font-size: 2.25em

    }

    .triangle-down {

        position: relative;

        top: 0;

        left: 0;

        bottom: 0;

        right: 0;

        display: block;

        -webkit-transform: scale(.8);

        -ms-transform: scale(.8);

        transform: scale(.8)

    }

    #form-popup p br,

    .sla .conclusion br {

        display: none

    }

    section.two .advantages-list.first-list {

        margin-top: 50px

    }

    section.two {

        padding-top: 20px

    }

    section.two .facilities .service-name {

        font-size: 1.5em;

        line-height: 22px

    }

    section.two .facilities .service-descr {

        font-size: 1em;

        line-height: 14px

    }

    section.two .facilities .service img {

        max-width: 140px

    }

    .clients .conclusion {

        text-align: left

    }

    #form-popup,

    .about .subtitle,

    .area .subtitle,

    .sla {

        text-align: center

    }

    .area .conclusion {

        margin-left: 25px

    }

    .full-popup .title-popup {

        font-size: 1.5em;

        padding-right: 50px;

        line-height: 22px

    }

    .full-popup {

        width: 90%

    }

    .about .title-descr {

        padding-right: 0;

        text-align: center

    }

    section.cheaper .test-descr {

        padding: 0 50px

    }

    #form-popup .title-popup,

    #privacy-popup .title-popup,

    #small-dialog .title-popup {

        font-size: 1.625em;

        line-height: 28px

    }

    .sla p {

        padding: 0 15px

    }

    .sla .conclusion {

        text-align: left;

        padding: 0 0 0 10px

    }

}



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

    .header-content .title-descr {

        padding: 0

    }

    .about .conclusion {

        margin-left: 15px;

        max-width: 90%

    }

    section.cheaper .test-descr {

        padding: 0 25px

    }

    .footer .details p {

        padding: 0 100px

    }

    #form-popup .title-popup,

    #privacy-popup .title-popup,

    #small-dialog .title-popup {

        font-size: 1.5em

    }

}



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

    .title,

    .title-pre {

        font-size: 1.375em

    }

    .callback-info {

        width: 100%;

        padding-bottom: 15px

    }

    .callback-link a,

    .header-info .callback-btn {

        margin-left: 0

    }

    .callback-link a {

        display: block;

        width: 180px;

        margin: 10px auto

    }

    .title-pre {

        line-height: 28px

    }

    .title b {

        font-size: 28px;

        line-height: 36px

    }

    .title span {

        font-size: 20px;

        line-height: 28px

    }

    .title-descr {

        font-size: 1em

    }

    .callback-link {

        display: none

    }

    .pushy .callback-link {

        display: block

    }

    section.two .advantages-list li span br,

    section.two .facilities .service img {

        display: none

    }

    .toggle-mnu.on {

        right: 293px;

        top: 10px

    }

    .pushy {

        background-color: #cfd0d1

    }

    section .title {

        font-size: 1.5em;

        line-height: 34px

    }

    section.two .facilities .col-xs-offset-1 {

        margin-left: 0

    }

    section.two .facilities .service {

        max-height: 200px;

        min-height: 95px;

        margin-bottom: 5px

    }

    section.two .facilities-left .service p {

        margin-left: 25px

    }

    .mfp-close {

        margin-right: 0

    }

    section.four {

        padding-bottom: 50px

    }

    .area .conclusion {

        margin-left: 15px

    }

    .full-popup {

        width: 97%

    }

    .area .hidden-list-area a {

        line-height: 30px;

        padding: 25px 0 10px

    }

    section.cheaper .test-descr {

        padding: 0

    }

    section.cheaper {

        margin-top: 50px

    }

    .footer .details p {

        padding: 0 90px

    }

    .quote,

    .specialist-name {

        padding-left: 0

    }

    #privacy-popup .title-popup {

        line-height: 22px

    }

    #privacy-popup p,

    #privacy-popup span {

        font-size: .875em

    }

    .cheaper,

    .specialist-content {

        text-align: center

    }

    .quote:before {

        top: -25px

    }

    .specialist .btn-border {

        margin-left: 0

    }

    #form-popup .form label,

    #form-popup .form textarea {

        width: 95%

    }

    #form-popup .title-popup,

    #privacy-popup .title-popup,

    #small-dialog .title-popup {

        font-size: 1.3125em

    }

    .specialist-content {

        padding-top: 50px

    }

}



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

    .btn.btn-blue {

        padding: 0 20px

    }

    .sla .subtitle,

    .test-title {

        padding: 0;

        font-size: 1.4375em

    }

    .footer .details p {

        padding: 0 60px

    }

    #small-dialog .title-popup {

        font-size: 1.625em;

        line-height: 26px

    }

    #form-popup .form label,

    #form-popup .form label.btn-blue,

    #form-popup .form textarea {

        font-size: 1em

    }

    .sla .conclusion {

        margin-left: 15px

    }

    #thanks-popup .title-popup {

        font-size: 1.5em;

        line-height: 28px

    }

    #thanks-popup p {

        font-size: 1em

    }

}



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

    .toggle-mnu {

        right: 35px

    }

    section.two .advantages-list li b {

        font-size: 2.25em;

        width: 70px

    }

    .btn.btn-blue {

        font-size: .9375em

    }

    .test {

        margin-top: 75px;

        padding-bottom: 0px

    }

    .full-popup .title-popup {

        font-size: 1.25em

    }

    .footer .details p {

        padding: 0 35px

    }

    #form-popup .form label,

    #form-popup .form label.btn-blue,

    #form-popup .form textarea {

        font-size: .875em

    }

    #form-popup .form label input,

    #form-popup .form-right .file-upload {

        height: 50px

    }

    #form-popup .form .btn.btn-blue {

        height: 55px;

        line-height: 55px

    }

    #form-popup .form {

        margin-top: 35px

    }

    .sla .sla-settings {

        font-size: .9375em;

        line-height: 28px

    }

}



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

    .title-pre {

        font-size: 1.25em;

        line-height: 26px

    }

    .title b {

        font-size: 34px;

        line-height: 40px

    }

    .title span {

        font-size: 17px

    }

    .toggle-mnu {

        top: -145px;

        right: 25px

    }

    .pushy {

        width: 320px

    }

    .toggle-mnu.on {

        right: 275px;

        top: 30px

    }

    section .title {

        font-size: 1.625em;

        line-height: 36px

    }

    section.two .advantages-list li b {

        width: 100%

    }

    section.two .advantages-list li {

        margin-bottom: 35px

    }

    section.two {

        padding-top: 50px

    }

    .btn.btn-blue {

        font-size: .8125em

    }

    .test-title {

        margin-top: 55px;

        line-height: 30px

    }

    #small-dialog .title-popup {

        line-height: 22px

    }

    #form-popup .form label,

    #form-popup .form label.btn-blue,

    #form-popup .form textarea {

        font-size: .75em

    }

    #form-popup .title-popup,

    #privacy-popup .title-popup,

    #small-dialog .title-popup {

        font-size: 1.125em

    }

    #form-popup p,

    #privacy-popup p,

    #small-dialog p {

        font-size: .9375em

    }

}



.callback-info b {

    display: block;

}



.callback-info span {

    margin: 5px 0;

}



.callback-btn {

    vertical-align: top;

}



.title {

    margin-top: 65px;

}



.title-pre {

    line-height: 24px;

}



.normal-popup{

	background: white;

	padding: 20px 30px;

	text-align: left;

	margin: 40px auto;

	position: relative;

	width: 450px;

}

.normal-popup .title-popup{

	display: inline-block;

	font-size: 28px;

	padding-top: 15px;

	line-height: 34px;

	width: 100%;

	text-align: center;

}

.normal-popup p{

	font-size: 18px;

	line-height: 22px;

	text-align: center;

}

.normal-popup a{

	color: #474749;

	font-size: .875em;

	border-bottom: 1px dashed #48484A;

}

.callback-info {

    display: inline-block;

    vertical-align: middle;

    width: 55%;

    margin-right: 55px;

}

.callback-info__col{

    width: 49%;

    display: inline-block;

    vertical-align: top;

}

.account{

        position: relative;

        top: -22px;

        left: -5px;

    }

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

    .callback-info{

        margin-right: 0;

        width: 50%;

    }

    .callback-info__col {

        width: 100%;

    }

    .callback-info{

        margin-right: 20px;

        padding-right: 25px;

        width: 50%;

    }

    .account{

        position: relative;

        top: -58px;

        left: -5px;

    }

}

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

    .callback-info{

        width: 100%;

        margin-right: 0;

        padding-right: 0;

        margin-bottom: 15px;

    }

    .account{

        top: inherit;

        left: inherit;

    }

    .callback-link a, .header-info .callback-btn{

        margin-left: 0; 

    }





}

.two.two-internal{

    overflow: hidden;

}



body {

    margin: 0!important;

}

.phone_error {

    display: block !important;

    font-size: 18px !important;

    text-align: left !important;

}

#form-popup > p {

    display: none;

}

