/*@import url("https://fonts.googleapis.com/css?family=Roboto");*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf);
}




.form-group {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}




.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}



.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 770px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 770px) {
    .navbar-header {
        float: left;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}


a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 770px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

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

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

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

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
}

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

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

@media (min-width: 770px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}



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

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

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

@media (max-width: 769px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.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: 770px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

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

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

@media (min-width: 770px) 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;
    }
    td.visible-md,
    th.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;
    }
    td.visible-lg,
    th.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: 769px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 770px) 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;
    }
    td.visible-print,
    th.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;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

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

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.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(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close: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-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.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-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-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-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-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-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator: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: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language: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";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.1");
    src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
    content: "\f101";
}

.ion-alert-circled:before {
    content: "\f100";
}

.ion-android-add:before {
    content: "\f2c7";
}

.ion-android-add-circle:before {
    content: "\f359";
}

.ion-android-alarm-clock:before {
    content: "\f35a";
}

.ion-android-alert:before {
    content: "\f35b";
}

.ion-android-apps:before {
    content: "\f35c";
}

.ion-android-archive:before {
    content: "\f2c9";
}

.ion-android-arrow-back:before {
    content: "\f2ca";
}

.ion-android-arrow-down:before {
    content: "\f35d";
}

.ion-android-arrow-dropdown:before {
    content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e";
}

.ion-android-arrow-dropleft:before {
    content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360";
}

.ion-android-arrow-dropright:before {
    content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362";
}

.ion-android-arrow-dropup:before {
    content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364";
}

.ion-android-arrow-forward:before {
    content: "\f30f";
}

.ion-android-arrow-up:before {
    content: "\f366";
}

.ion-android-attach:before {
    content: "\f367";
}

.ion-android-bar:before {
    content: "\f368";
}

.ion-android-bicycle:before {
    content: "\f369";
}

.ion-android-boat:before {
    content: "\f36a";
}

.ion-android-bookmark:before {
    content: "\f36b";
}

.ion-android-bulb:before {
    content: "\f36c";
}

.ion-android-bus:before {
    content: "\f36d";
}

.ion-android-calendar:before {
    content: "\f2d1";
}

.ion-android-call:before {
    content: "\f2d2";
}

.ion-android-camera:before {
    content: "\f2d3";
}

.ion-android-cancel:before {
    content: "\f36e";
}

.ion-android-car:before {
    content: "\f36f";
}

.ion-android-cart:before {
    content: "\f370";
}

.ion-android-chat:before {
    content: "\f2d4";
}

.ion-android-checkbox:before {
    content: "\f374";
}

.ion-android-checkbox-blank:before {
    content: "\f371";
}

.ion-android-checkbox-outline:before {
    content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372";
}

.ion-android-checkmark-circle:before {
    content: "\f375";
}

.ion-android-clipboard:before {
    content: "\f376";
}

.ion-android-close:before {
    content: "\f2d7";
}

.ion-android-cloud:before {
    content: "\f37a";
}

.ion-android-cloud-circle:before {
    content: "\f377";
}

.ion-android-cloud-done:before {
    content: "\f378";
}

.ion-android-cloud-outline:before {
    content: "\f379";
}

.ion-android-color-palette:before {
    content: "\f37b";
}

.ion-android-compass:before {
    content: "\f37c";
}

.ion-android-contact:before {
    content: "\f2d8";
}

.ion-android-contacts:before {
    content: "\f2d9";
}

.ion-android-contract:before {
    content: "\f37d";
}

.ion-android-create:before {
    content: "\f37e";
}

.ion-android-delete:before {
    content: "\f37f";
}

.ion-android-desktop:before {
    content: "\f380";
}

.ion-android-document:before {
    content: "\f381";
}

.ion-android-done:before {
    content: "\f383";
}

.ion-android-done-all:before {
    content: "\f382";
}

.ion-android-download:before {
    content: "\f2dd";
}

.ion-android-drafts:before {
    content: "\f384";
}

.ion-android-exit:before {
    content: "\f385";
}

.ion-android-expand:before {
    content: "\f386";
}

.ion-android-favorite:before {
    content: "\f388";
}

.ion-android-favorite-outline:before {
    content: "\f387";
}

.ion-android-film:before {
    content: "\f389";
}

.ion-android-folder:before {
    content: "\f2e0";
}

.ion-android-folder-open:before {
    content: "\f38a";
}

.ion-android-funnel:before {
    content: "\f38b";
}

.ion-android-globe:before {
    content: "\f38c";
}

.ion-android-hand:before {
    content: "\f2e3";
}

.ion-android-hangout:before {
    content: "\f38d";
}

.ion-android-happy:before {
    content: "\f38e";
}

.ion-android-home:before {
    content: "\f38f";
}

.ion-android-image:before {
    content: "\f2e4";
}

.ion-android-laptop:before {
    content: "\f390";
}

.ion-android-list:before {
    content: "\f391";
}

.ion-android-locate:before {
    content: "\f2e9";
}

.ion-android-lock:before {
    content: "\f392";
}

.ion-android-mail:before {
    content: "\f2eb";
}

.ion-android-map:before {
    content: "\f393";
}

.ion-android-menu:before {
    content: "\f394";
}

.ion-android-microphone:before {
    content: "\f2ec";
}

.ion-android-microphone-off:before {
    content: "\f395";
}

.ion-android-more-horizontal:before {
    content: "\f396";
}

.ion-android-more-vertical:before {
    content: "\f397";
}

.ion-android-navigate:before {
    content: "\f398";
}

.ion-android-notifications:before {
    content: "\f39b";
}

.ion-android-notifications-none:before {
    content: "\f399";
}

.ion-android-notifications-off:before {
    content: "\f39a";
}

.ion-android-open:before {
    content: "\f39c";
}

.ion-android-options:before {
    content: "\f39d";
}

.ion-android-people:before {
    content: "\f39e";
}

.ion-android-person:before {
    content: "\f3a0";
}

.ion-android-person-add:before {
    content: "\f39f";
}

.ion-android-phone-landscape:before {
    content: "\f3a1";
}

.ion-android-phone-portrait:before {
    content: "\f3a2";
}

.ion-android-pin:before {
    content: "\f3a3";
}

.ion-android-plane:before {
    content: "\f3a4";
}

.ion-android-playstore:before {
    content: "\f2f0";
}

.ion-android-print:before {
    content: "\f3a5";
}

.ion-android-radio-button-off:before {
    content: "\f3a6";
}

.ion-android-radio-button-on:before {
    content: "\f3a7";
}

.ion-android-refresh:before {
    content: "\f3a8";
}

.ion-android-remove:before {
    content: "\f2f4";
}

.ion-android-remove-circle:before {
    content: "\f3a9";
}

.ion-android-restaurant:before {
    content: "\f3aa";
}

.ion-android-sad:before {
    content: "\f3ab";
}

.ion-android-search:before {
    content: "\f2f5";
}

.ion-android-send:before {
    content: "\f2f6";
}

.ion-android-settings:before {
    content: "\f2f7";
}

.ion-android-share:before {
    content: "\f2f8";
}

.ion-android-share-alt:before {
    content: "\f3ac";
}

.ion-android-star:before {
    content: "\f2fc";
}

.ion-android-star-half:before {
    content: "\f3ad";
}

.ion-android-star-outline:before {
    content: "\f3ae";
}

.ion-android-stopwatch:before {
    content: "\f2fd";
}

.ion-android-subway:before {
    content: "\f3af";
}

.ion-android-sunny:before {
    content: "\f3b0";
}

.ion-android-sync:before {
    content: "\f3b1";
}

.ion-android-textsms:before {
    content: "\f3b2";
}

.ion-android-time:before {
    content: "\f3b3";
}

.ion-android-train:before {
    content: "\f3b4";
}

.ion-android-unlock:before {
    content: "\f3b5";
}

.ion-android-upload:before {
    content: "\f3b6";
}

.ion-android-volume-down:before {
    content: "\f3b7";
}

.ion-android-volume-mute:before {
    content: "\f3b8";
}

.ion-android-volume-off:before {
    content: "\f3b9";
}

.ion-android-volume-up:before {
    content: "\f3ba";
}

.ion-android-walk:before {
    content: "\f3bb";
}

.ion-android-warning:before {
    content: "\f3bc";
}

.ion-android-watch:before {
    content: "\f3bd";
}

.ion-android-wifi:before {
    content: "\f305";
}

.ion-aperture:before {
    content: "\f313";
}

.ion-archive:before {
    content: "\f102";
}

.ion-arrow-down-a:before {
    content: "\f103";
}

.ion-arrow-down-b:before {
    content: "\f104";
}

.ion-arrow-down-c:before {
    content: "\f105";
}

.ion-arrow-expand:before {
    content: "\f25e";
}

.ion-arrow-graph-down-left:before {
    content: "\f25f";
}

.ion-arrow-graph-down-right:before {
    content: "\f260";
}

.ion-arrow-graph-up-left:before {
    content: "\f261";
}

.ion-arrow-graph-up-right:before {
    content: "\f262";
}

.ion-arrow-left-a:before {
    content: "\f106";
}

.ion-arrow-left-b:before {
    content: "\f107";
}

.ion-arrow-left-c:before {
    content: "\f108";
}

.ion-arrow-move:before {
    content: "\f263";
}

.ion-arrow-resize:before {
    content: "\f264";
}

.ion-arrow-return-left:before {
    content: "\f265";
}

.ion-arrow-return-right:before {
    content: "\f266";
}

.ion-arrow-right-a:before {
    content: "\f109";
}

.ion-arrow-right-b:before {
    content: "\f10a";
}

.ion-arrow-right-c:before {
    content: "\f10b";
}

.ion-arrow-shrink:before {
    content: "\f267";
}

.ion-arrow-swap:before {
    content: "\f268";
}

.ion-arrow-up-a:before {
    content: "\f10c";
}

.ion-arrow-up-b:before {
    content: "\f10d";
}

.ion-arrow-up-c:before {
    content: "\f10e";
}

.ion-asterisk:before {
    content: "\f314";
}

.ion-at:before {
    content: "\f10f";
}

.ion-backspace:before {
    content: "\f3bf";
}

.ion-backspace-outline:before {
    content: "\f3be";
}

.ion-bag:before {
    content: "\f110";
}

.ion-battery-charging:before {
    content: "\f111";
}

.ion-battery-empty:before {
    content: "\f112";
}

.ion-battery-full:before {
    content: "\f113";
}

.ion-battery-half:before {
    content: "\f114";
}

.ion-battery-low:before {
    content: "\f115";
}

.ion-beaker:before {
    content: "\f269";
}

.ion-beer:before {
    content: "\f26a";
}

.ion-bluetooth:before {
    content: "\f116";
}

.ion-bonfire:before {
    content: "\f315";
}

.ion-bookmark:before {
    content: "\f26b";
}

.ion-bowtie:before {
    content: "\f3c0";
}

.ion-briefcase:before {
    content: "\f26c";
}

.ion-bug:before {
    content: "\f2be";
}

.ion-calculator:before {
    content: "\f26d";
}

.ion-calendar:before {
    content: "\f117";
}

.ion-camera:before {
    content: "\f118";
}

.ion-card:before {
    content: "\f119";
}

.ion-cash:before {
    content: "\f316";
}

.ion-chatbox:before {
    content: "\f11b";
}

.ion-chatbox-working:before {
    content: "\f11a";
}

.ion-chatboxes:before {
    content: "\f11c";
}

.ion-chatbubble:before {
    content: "\f11e";
}

.ion-chatbubble-working:before {
    content: "\f11d";
}

.ion-chatbubbles:before {
    content: "\f11f";
}

.ion-checkmark:before {
    content: "\f122";
}

.ion-checkmark-circled:before {
    content: "\f120";
}

.ion-checkmark-round:before {
    content: "\f121";
}

.ion-chevron-down:before {
    content: "\f123";
}

.ion-chevron-left:before {
    content: "\f124";
}

.ion-chevron-right:before {
    content: "\f125";
}

.ion-chevron-up:before {
    content: "\f126";
}

.ion-clipboard:before {
    content: "\f127";
}

.ion-clock:before {
    content: "\f26e";
}

.ion-close:before {
    content: "\f12a";
}

.ion-close-circled:before {
    content: "\f128";
}

.ion-close-round:before {
    content: "\f129";
}

.ion-closed-captioning:before {
    content: "\f317";
}

.ion-cloud:before {
    content: "\f12b";
}

.ion-code:before {
    content: "\f271";
}

.ion-code-download:before {
    content: "\f26f";
}

.ion-code-working:before {
    content: "\f270";
}

.ion-coffee:before {
    content: "\f272";
}

.ion-compass:before {
    content: "\f273";
}

.ion-compose:before {
    content: "\f12c";
}

.ion-connection-bars:before {
    content: "\f274";
}

.ion-contrast:before {
    content: "\f275";
}

.ion-crop:before {
    content: "\f3c1";
}

.ion-cube:before {
    content: "\f318";
}

.ion-disc:before {
    content: "\f12d";
}

.ion-document:before {
    content: "\f12f";
}

.ion-document-text:before {
    content: "\f12e";
}

.ion-drag:before {
    content: "\f130";
}

.ion-earth:before {
    content: "\f276";
}

.ion-easel:before {
    content: "\f3c2";
}

.ion-edit:before {
    content: "\f2bf";
}

.ion-egg:before {
    content: "\f277";
}

.ion-eject:before {
    content: "\f131";
}

.ion-email:before {
    content: "\f132";
}

.ion-email-unread:before {
    content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4";
}

.ion-eye:before {
    content: "\f133";
}

.ion-eye-disabled:before {
    content: "\f306";
}

.ion-female:before {
    content: "\f278";
}

.ion-filing:before {
    content: "\f134";
}

.ion-film-marker:before {
    content: "\f135";
}

.ion-fireball:before {
    content: "\f319";
}

.ion-flag:before {
    content: "\f279";
}

.ion-flame:before {
    content: "\f31a";
}

.ion-flash:before {
    content: "\f137";
}

.ion-flash-off:before {
    content: "\f136";
}

.ion-folder:before {
    content: "\f139";
}

.ion-fork:before {
    content: "\f27a";
}

.ion-fork-repo:before {
    content: "\f2c0";
}

.ion-forward:before {
    content: "\f13a";
}

.ion-funnel:before {
    content: "\f31b";
}

.ion-gear-a:before {
    content: "\f13d";
}

.ion-gear-b:before {
    content: "\f13e";
}

.ion-grid:before {
    content: "\f13f";
}

.ion-hammer:before {
    content: "\f27b";
}

.ion-happy:before {
    content: "\f31c";
}

.ion-happy-outline:before {
    content: "\f3c6";
}

.ion-headphone:before {
    content: "\f140";
}

.ion-heart:before {
    content: "\f141";
}

.ion-heart-broken:before {
    content: "\f31d";
}

.ion-help:before {
    content: "\f143";
}

.ion-help-buoy:before {
    content: "\f27c";
}

.ion-help-circled:before {
    content: "\f142";
}

.ion-home:before {
    content: "\f144";
}

.ion-icecream:before {
    content: "\f27d";
}

.ion-image:before {
    content: "\f147";
}

.ion-images:before {
    content: "\f148";
}

.ion-information:before {
    content: "\f14a";
}

.ion-information-circled:before {
    content: "\f149";
}

.ion-ionic:before {
    content: "\f14b";
}

.ion-ios-alarm:before {
    content: "\f3c8";
}

.ion-ios-alarm-outline:before {
    content: "\f3c7";
}

.ion-ios-albums:before {
    content: "\f3ca";
}

.ion-ios-albums-outline:before {
    content: "\f3c9";
}

.ion-ios-americanfootball:before {
    content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb";
}

.ion-ios-analytics:before {
    content: "\f3ce";
}

.ion-ios-analytics-outline:before {
    content: "\f3cd";
}

.ion-ios-arrow-back:before {
    content: "\f3cf";
}

.ion-ios-arrow-down:before {
    content: "\f3d0";
}

.ion-ios-arrow-forward:before {
    content: "\f3d1";
}

.ion-ios-arrow-left:before {
    content: "\f3d2";
}

.ion-ios-arrow-right:before {
    content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7";
}

.ion-ios-arrow-up:before {
    content: "\f3d8";
}

.ion-ios-at:before {
    content: "\f3da";
}

.ion-ios-at-outline:before {
    content: "\f3d9";
}

.ion-ios-barcode:before {
    content: "\f3dc";
}

.ion-ios-barcode-outline:before {
    content: "\f3db";
}

.ion-ios-baseball:before {
    content: "\f3de";
}

.ion-ios-baseball-outline:before {
    content: "\f3dd";
}

.ion-ios-basketball:before {
    content: "\f3e0";
}

.ion-ios-basketball-outline:before {
    content: "\f3df";
}

.ion-ios-bell:before {
    content: "\f3e2";
}

.ion-ios-bell-outline:before {
    content: "\f3e1";
}

.ion-ios-body:before {
    content: "\f3e4";
}

.ion-ios-body-outline:before {
    content: "\f3e3";
}

.ion-ios-bolt:before {
    content: "\f3e6";
}

.ion-ios-bolt-outline:before {
    content: "\f3e5";
}

.ion-ios-book:before {
    content: "\f3e8";
}

.ion-ios-book-outline:before {
    content: "\f3e7";
}

.ion-ios-bookmarks:before {
    content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9";
}

.ion-ios-box:before {
    content: "\f3ec";
}

.ion-ios-box-outline:before {
    content: "\f3eb";
}

.ion-ios-briefcase:before {
    content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed";
}

.ion-ios-browsers:before {
    content: "\f3f0";
}

.ion-ios-browsers-outline:before {
    content: "\f3ef";
}

.ion-ios-calculator:before {
    content: "\f3f2";
}

.ion-ios-calculator-outline:before {
    content: "\f3f1";
}

.ion-ios-calendar:before {
    content: "\f3f4";
}

.ion-ios-calendar-outline:before {
    content: "\f3f3";
}

.ion-ios-camera:before {
    content: "\f3f6";
}

.ion-ios-camera-outline:before {
    content: "\f3f5";
}

.ion-ios-cart:before {
    content: "\f3f8";
}

.ion-ios-cart-outline:before {
    content: "\f3f7";
}

.ion-ios-chatboxes:before {
    content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9";
}

.ion-ios-chatbubble:before {
    content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb";
}

.ion-ios-checkmark:before {
    content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe";
}

.ion-ios-circle-filled:before {
    content: "\f400";
}

.ion-ios-circle-outline:before {
    content: "\f401";
}

.ion-ios-clock:before {
    content: "\f403";
}

.ion-ios-clock-outline:before {
    content: "\f402";
}

.ion-ios-close:before {
    content: "\f406";
}

.ion-ios-close-empty:before {
    content: "\f404";
}

.ion-ios-close-outline:before {
    content: "\f405";
}

.ion-ios-cloud:before {
    content: "\f40c";
}

.ion-ios-cloud-download:before {
    content: "\f408";
}

.ion-ios-cloud-download-outline:before {
    content: "\f407";
}

.ion-ios-cloud-outline:before {
    content: "\f409";
}

.ion-ios-cloud-upload:before {
    content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a";
}

.ion-ios-cloudy:before {
    content: "\f410";
}

.ion-ios-cloudy-night:before {
    content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d";
}

.ion-ios-cloudy-outline:before {
    content: "\f40f";
}

.ion-ios-cog:before {
    content: "\f412";
}

.ion-ios-cog-outline:before {
    content: "\f411";
}

.ion-ios-color-filter:before {
    content: "\f414";
}

.ion-ios-color-filter-outline:before {
    content: "\f413";
}

.ion-ios-color-wand:before {
    content: "\f416";
}

.ion-ios-color-wand-outline:before {
    content: "\f415";
}

.ion-ios-compose:before {
    content: "\f418";
}

.ion-ios-compose-outline:before {
    content: "\f417";
}

.ion-ios-contact:before {
    content: "\f41a";
}

.ion-ios-contact-outline:before {
    content: "\f419";
}

.ion-ios-copy:before {
    content: "\f41c";
}

.ion-ios-copy-outline:before {
    content: "\f41b";
}

.ion-ios-crop:before {
    content: "\f41e";
}

.ion-ios-crop-strong:before {
    content: "\f41d";
}

.ion-ios-download:before {
    content: "\f420";
}

.ion-ios-download-outline:before {
    content: "\f41f";
}

.ion-ios-drag:before {
    content: "\f421";
}

.ion-ios-email:before {
    content: "\f423";
}

.ion-ios-email-outline:before {
    content: "\f422";
}

.ion-ios-eye:before {
    content: "\f425";
}

.ion-ios-eye-outline:before {
    content: "\f424";
}

.ion-ios-fastforward:before {
    content: "\f427";
}

.ion-ios-fastforward-outline:before {
    content: "\f426";
}

.ion-ios-filing:before {
    content: "\f429";
}

.ion-ios-filing-outline:before {
    content: "\f428";
}

.ion-ios-film:before {
    content: "\f42b";
}

.ion-ios-film-outline:before {
    content: "\f42a";
}

.ion-ios-flag:before {
    content: "\f42d";
}

.ion-ios-flag-outline:before {
    content: "\f42c";
}

.ion-ios-flame:before {
    content: "\f42f";
}

.ion-ios-flame-outline:before {
    content: "\f42e";
}

.ion-ios-flask:before {
    content: "\f431";
}

.ion-ios-flask-outline:before {
    content: "\f430";
}

.ion-ios-flower:before {
    content: "\f433";
}

.ion-ios-flower-outline:before {
    content: "\f432";
}

.ion-ios-folder:before {
    content: "\f435";
}

.ion-ios-folder-outline:before {
    content: "\f434";
}

.ion-ios-football:before {
    content: "\f437";
}

.ion-ios-football-outline:before {
    content: "\f436";
}

.ion-ios-game-controller-a:before {
    content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438";
}

.ion-ios-game-controller-b:before {
    content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a";
}

.ion-ios-gear:before {
    content: "\f43d";
}

.ion-ios-gear-outline:before {
    content: "\f43c";
}

.ion-ios-glasses:before {
    content: "\f43f";
}

.ion-ios-glasses-outline:before {
    content: "\f43e";
}

.ion-ios-grid-view:before {
    content: "\f441";
}

.ion-ios-grid-view-outline:before {
    content: "\f440";
}

.ion-ios-heart:before {
    content: "\f443";
}

.ion-ios-heart-outline:before {
    content: "\f442";
}

.ion-ios-help:before {
    content: "\f446";
}

.ion-ios-help-empty:before {
    content: "\f444";
}

.ion-ios-help-outline:before {
    content: "\f445";
}

.ion-ios-home:before {
    content: "\f448";
}

.ion-ios-home-outline:before {
    content: "\f447";
}

.ion-ios-infinite:before {
    content: "\f44a";
}

.ion-ios-infinite-outline:before {
    content: "\f449";
}

.ion-ios-information:before {
    content: "\f44d";
}

.ion-ios-information-empty:before {
    content: "\f44b";
}

.ion-ios-information-outline:before {
    content: "\f44c";
}

.ion-ios-ionic-outline:before {
    content: "\f44e";
}

.ion-ios-keypad:before {
    content: "\f450";
}

.ion-ios-keypad-outline:before {
    content: "\f44f";
}

.ion-ios-lightbulb:before {
    content: "\f452";
}

.ion-ios-lightbulb-outline:before {
    content: "\f451";
}

.ion-ios-list:before {
    content: "\f454";
}

.ion-ios-list-outline:before {
    content: "\f453";
}

.ion-ios-location:before {
    content: "\f456";
}

.ion-ios-location-outline:before {
    content: "\f455";
}

.ion-ios-locked:before {
    content: "\f458";
}

.ion-ios-locked-outline:before {
    content: "\f457";
}

.ion-ios-loop:before {
    content: "\f45a";
}

.ion-ios-loop-strong:before {
    content: "\f459";
}

.ion-ios-medical:before {
    content: "\f45c";
}

.ion-ios-medical-outline:before {
    content: "\f45b";
}

.ion-ios-medkit:before {
    content: "\f45e";
}

.ion-ios-medkit-outline:before {
    content: "\f45d";
}

.ion-ios-mic:before {
    content: "\f461";
}

.ion-ios-mic-off:before {
    content: "\f45f";
}

.ion-ios-mic-outline:before {
    content: "\f460";
}

.ion-ios-minus:before {
    content: "\f464";
}

.ion-ios-minus-empty:before {
    content: "\f462";
}

.ion-ios-minus-outline:before {
    content: "\f463";
}

.ion-ios-monitor:before {
    content: "\f466";
}

.ion-ios-monitor-outline:before {
    content: "\f465";
}

.ion-ios-moon:before {
    content: "\f468";
}

.ion-ios-moon-outline:before {
    content: "\f467";
}

.ion-ios-more:before {
    content: "\f46a";
}

.ion-ios-more-outline:before {
    content: "\f469";
}

.ion-ios-musical-note:before {
    content: "\f46b";
}

.ion-ios-musical-notes:before {
    content: "\f46c";
}

.ion-ios-navigate:before {
    content: "\f46e";
}

.ion-ios-navigate-outline:before {
    content: "\f46d";
}

.ion-ios-nutrition:before {
    content: "\f470";
}

.ion-ios-nutrition-outline:before {
    content: "\f46f";
}

.ion-ios-paper:before {
    content: "\f472";
}

.ion-ios-paper-outline:before {
    content: "\f471";
}

.ion-ios-paperplane:before {
    content: "\f474";
}

.ion-ios-paperplane-outline:before {
    content: "\f473";
}

.ion-ios-partlysunny:before {
    content: "\f476";
}

.ion-ios-partlysunny-outline:before {
    content: "\f475";
}

.ion-ios-pause:before {
    content: "\f478";
}

.ion-ios-pause-outline:before {
    content: "\f477";
}

.ion-ios-paw:before {
    content: "\f47a";
}

.ion-ios-paw-outline:before {
    content: "\f479";
}

.ion-ios-people:before {
    content: "\f47c";
}

.ion-ios-people-outline:before {
    content: "\f47b";
}

.ion-ios-person:before {
    content: "\f47e";
}

.ion-ios-person-outline:before {
    content: "\f47d";
}

.ion-ios-personadd:before {
    content: "\f480";
}

.ion-ios-personadd-outline:before {
    content: "\f47f";
}

.ion-ios-photos:before {
    content: "\f482";
}

.ion-ios-photos-outline:before {
    content: "\f481";
}

.ion-ios-pie:before {
    content: "\f484";
}

.ion-ios-pie-outline:before {
    content: "\f483";
}

.ion-ios-pint:before {
    content: "\f486";
}

.ion-ios-pint-outline:before {
    content: "\f485";
}

.ion-ios-play:before {
    content: "\f488";
}

.ion-ios-play-outline:before {
    content: "\f487";
}

.ion-ios-plus:before {
    content: "\f48b";
}

.ion-ios-plus-empty:before {
    content: "\f489";
}

.ion-ios-plus-outline:before {
    content: "\f48a";
}

.ion-ios-pricetag:before {
    content: "\f48d";
}

.ion-ios-pricetag-outline:before {
    content: "\f48c";
}

.ion-ios-pricetags:before {
    content: "\f48f";
}

.ion-ios-pricetags-outline:before {
    content: "\f48e";
}

.ion-ios-printer:before {
    content: "\f491";
}

.ion-ios-printer-outline:before {
    content: "\f490";
}

.ion-ios-pulse:before {
    content: "\f493";
}

.ion-ios-pulse-strong:before {
    content: "\f492";
}

.ion-ios-rainy:before {
    content: "\f495";
}

.ion-ios-rainy-outline:before {
    content: "\f494";
}

.ion-ios-recording:before {
    content: "\f497";
}

.ion-ios-recording-outline:before {
    content: "\f496";
}

.ion-ios-redo:before {
    content: "\f499";
}

.ion-ios-redo-outline:before {
    content: "\f498";
}

.ion-ios-refresh:before {
    content: "\f49c";
}

.ion-ios-refresh-empty:before {
    content: "\f49a";
}

.ion-ios-refresh-outline:before {
    content: "\f49b";
}

.ion-ios-reload:before {
    content: "\f49d";
}

.ion-ios-reverse-camera:before {
    content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e";
}

.ion-ios-rewind:before {
    content: "\f4a1";
}

.ion-ios-rewind-outline:before {
    content: "\f4a0";
}

.ion-ios-rose:before {
    content: "\f4a3";
}

.ion-ios-rose-outline:before {
    content: "\f4a2";
}

.ion-ios-search:before {
    content: "\f4a5";
}

.ion-ios-search-strong:before {
    content: "\f4a4";
}

.ion-ios-settings:before {
    content: "\f4a7";
}

.ion-ios-settings-strong:before {
    content: "\f4a6";
}

.ion-ios-shuffle:before {
    content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8";
}

.ion-ios-skipbackward:before {
    content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa";
}

.ion-ios-skipforward:before {
    content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac";
}

.ion-ios-snowy:before {
    content: "\f4ae";
}

.ion-ios-speedometer:before {
    content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
    content: "\f4af";
}

.ion-ios-star:before {
    content: "\f4b3";
}

.ion-ios-star-half:before {
    content: "\f4b1";
}

.ion-ios-star-outline:before {
    content: "\f4b2";
}

.ion-ios-stopwatch:before {
    content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4";
}

.ion-ios-sunny:before {
    content: "\f4b7";
}

.ion-ios-sunny-outline:before {
    content: "\f4b6";
}

.ion-ios-telephone:before {
    content: "\f4b9";
}

.ion-ios-telephone-outline:before {
    content: "\f4b8";
}

.ion-ios-tennisball:before {
    content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba";
}

.ion-ios-thunderstorm:before {
    content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc";
}

.ion-ios-time:before {
    content: "\f4bf";
}

.ion-ios-time-outline:before {
    content: "\f4be";
}

.ion-ios-timer:before {
    content: "\f4c1";
}

.ion-ios-timer-outline:before {
    content: "\f4c0";
}

.ion-ios-toggle:before {
    content: "\f4c3";
}

.ion-ios-toggle-outline:before {
    content: "\f4c2";
}

.ion-ios-trash:before {
    content: "\f4c5";
}

.ion-ios-trash-outline:before {
    content: "\f4c4";
}

.ion-ios-undo:before {
    content: "\f4c7";
}

.ion-ios-undo-outline:before {
    content: "\f4c6";
}

.ion-ios-unlocked:before {
    content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8";
}

.ion-ios-upload:before {
    content: "\f4cb";
}

.ion-ios-upload-outline:before {
    content: "\f4ca";
}

.ion-ios-videocam:before {
    content: "\f4cd";
}

.ion-ios-videocam-outline:before {
    content: "\f4cc";
}

.ion-ios-volume-high:before {
    content: "\f4ce";
}

.ion-ios-volume-low:before {
    content: "\f4cf";
}

.ion-ios-wineglass:before {
    content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0";
}

.ion-ios-world:before {
    content: "\f4d3";
}

.ion-ios-world-outline:before {
    content: "\f4d2";
}

.ion-ipad:before {
    content: "\f1f9";
}

.ion-iphone:before {
    content: "\f1fa";
}

.ion-ipod:before {
    content: "\f1fb";
}

.ion-jet:before {
    content: "\f295";
}

.ion-key:before {
    content: "\f296";
}

.ion-knife:before {
    content: "\f297";
}

.ion-laptop:before {
    content: "\f1fc";
}

.ion-leaf:before {
    content: "\f1fd";
}

.ion-levels:before {
    content: "\f298";
}

.ion-lightbulb:before {
    content: "\f299";
}

.ion-link:before {
    content: "\f1fe";
}

.ion-load-a:before {
    content: "\f29a";
}

.ion-load-b:before {
    content: "\f29b";
}

.ion-load-c:before {
    content: "\f29c";
}

.ion-load-d:before {
    content: "\f29d";
}

.ion-location:before {
    content: "\f1ff";
}

.ion-lock-combination:before {
    content: "\f4d4";
}

.ion-locked:before {
    content: "\f200";
}

.ion-log-in:before {
    content: "\f29e";
}

.ion-log-out:before {
    content: "\f29f";
}

.ion-loop:before {
    content: "\f201";
}

.ion-magnet:before {
    content: "\f2a0";
}

.ion-male:before {
    content: "\f2a1";
}

.ion-man:before {
    content: "\f202";
}

.ion-map:before {
    content: "\f203";
}

.ion-medkit:before {
    content: "\f2a2";
}

.ion-merge:before {
    content: "\f33f";
}

.ion-mic-a:before {
    content: "\f204";
}

.ion-mic-b:before {
    content: "\f205";
}

.ion-mic-c:before {
    content: "\f206";
}

.ion-minus:before {
    content: "\f209";
}

.ion-minus-circled:before {
    content: "\f207";
}

.ion-minus-round:before {
    content: "\f208";
}

.ion-model-s:before {
    content: "\f2c1";
}

.ion-monitor:before {
    content: "\f20a";
}

.ion-more:before {
    content: "\f20b";
}

.ion-mouse:before {
    content: "\f340";
}

.ion-music-note:before {
    content: "\f20c";
}

.ion-navicon:before {
    content: "\f20e";
}

.ion-navicon-round:before {
    content: "\f20d";
}

.ion-navigate:before {
    content: "\f2a3";
}

.ion-network:before {
    content: "\f341";
}

.ion-no-smoking:before {
    content: "\f2c2";
}

.ion-nuclear:before {
    content: "\f2a4";
}

.ion-outlet:before {
    content: "\f342";
}

.ion-paintbrush:before {
    content: "\f4d5";
}

.ion-paintbucket:before {
    content: "\f4d6";
}

.ion-paper-airplane:before {
    content: "\f2c3";
}

.ion-paperclip:before {
    content: "\f20f";
}

.ion-pause:before {
    content: "\f210";
}

.ion-person:before {
    content: "\f213";
}

.ion-person-add:before {
    content: "\f211";
}

.ion-person-stalker:before {
    content: "\f212";
}

.ion-pie-graph:before {
    content: "\f2a5";
}

.ion-pin:before {
    content: "\f2a6";
}

.ion-pinpoint:before {
    content: "\f2a7";
}

.ion-pizza:before {
    content: "\f2a8";
}

.ion-plane:before {
    content: "\f214";
}

.ion-planet:before {
    content: "\f343";
}

.ion-play:before {
    content: "\f215";
}

.ion-playstation:before {
    content: "\f30a";
}

.ion-plus:before {
    content: "\f218";
}

.ion-plus-circled:before {
    content: "\f216";
}

.ion-plus-round:before {
    content: "\f217";
}

.ion-podium:before {
    content: "\f344";
}

.ion-pound:before {
    content: "\f219";
}

.ion-power:before {
    content: "\f2a9";
}

.ion-pricetag:before {
    content: "\f2aa";
}

.ion-pricetags:before {
    content: "\f2ab";
}

.ion-printer:before {
    content: "\f21a";
}

.ion-pull-request:before {
    content: "\f345";
}

.ion-qr-scanner:before {
    content: "\f346";
}

.ion-quote:before {
    content: "\f347";
}

.ion-radio-waves:before {
    content: "\f2ac";
}

.ion-record:before {
    content: "\f21b";
}

.ion-refresh:before {
    content: "\f21c";
}

.ion-reply:before {
    content: "\f21e";
}

.ion-reply-all:before {
    content: "\f21d";
}

.ion-ribbon-a:before {
    content: "\f348";
}

.ion-ribbon-b:before {
    content: "\f349";
}

.ion-sad:before {
    content: "\f34a";
}

.ion-sad-outline:before {
    content: "\f4d7";
}

.ion-scissors:before {
    content: "\f34b";
}

.ion-search:before {
    content: "\f21f";
}

.ion-settings:before {
    content: "\f2ad";
}

.ion-share:before {
    content: "\f220";
}

.ion-shuffle:before {
    content: "\f221";
}

.ion-skip-backward:before {
    content: "\f222";
}

.ion-skip-forward:before {
    content: "\f223";
}

.ion-social-android:before {
    content: "\f225";
}

.ion-social-android-outline:before {
    content: "\f224";
}

.ion-social-angular:before {
    content: "\f4d9";
}

.ion-social-angular-outline:before {
    content: "\f4d8";
}

.ion-social-apple:before {
    content: "\f227";
}

.ion-social-apple-outline:before {
    content: "\f226";
}

.ion-social-bitcoin:before {
    content: "\f2af";
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae";
}

.ion-social-buffer:before {
    content: "\f229";
}

.ion-social-buffer-outline:before {
    content: "\f228";
}

.ion-social-chrome:before {
    content: "\f4db";
}

.ion-social-chrome-outline:before {
    content: "\f4da";
}

.ion-social-codepen:before {
    content: "\f4dd";
}

.ion-social-codepen-outline:before {
    content: "\f4dc";
}

.ion-social-css3:before {
    content: "\f4df";
}

.ion-social-css3-outline:before {
    content: "\f4de";
}

.ion-social-designernews:before {
    content: "\f22b";
}

.ion-social-designernews-outline:before {
    content: "\f22a";
}

.ion-social-dribbble:before {
    content: "\f22d";
}

.ion-social-dribbble-outline:before {
    content: "\f22c";
}

.ion-social-dropbox:before {
    content: "\f22f";
}

.ion-social-dropbox-outline:before {
    content: "\f22e";
}

.ion-social-euro:before {
    content: "\f4e1";
}

.ion-social-euro-outline:before {
    content: "\f4e0";
}

.ion-social-facebook:before {
    content: "\f231";
}

.ion-social-facebook-outline:before {
    content: "\f230";
}

.ion-social-foursquare:before {
    content: "\f34d";
}

.ion-social-foursquare-outline:before {
    content: "\f34c";
}

.ion-social-freebsd-devil:before {
    content: "\f2c4";
}

.ion-social-github:before {
    content: "\f233";
}

.ion-social-github-outline:before {
    content: "\f232";
}

.ion-social-google:before {
    content: "\f34f";
}

.ion-social-google-outline:before {
    content: "\f34e";
}

.ion-social-googleplus:before {
    content: "\f235";
}

.ion-social-googleplus-outline:before {
    content: "\f234";
}

.ion-social-hackernews:before {
    content: "\f237";
}

.ion-social-hackernews-outline:before {
    content: "\f236";
}

.ion-social-html5:before {
    content: "\f4e3";
}

.ion-social-html5-outline:before {
    content: "\f4e2";
}

.ion-social-instagram:before {
    content: "\f351";
}

.ion-social-instagram-outline:before {
    content: "\f350";
}

.ion-social-javascript:before {
    content: "\f4e5";
}

.ion-social-javascript-outline:before {
    content: "\f4e4";
}

.ion-social-linkedin:before {
    content: "\f239";
}

.ion-social-linkedin-outline:before {
    content: "\f238";
}

.ion-social-markdown:before {
    content: "\f4e6";
}

.ion-social-nodejs:before {
    content: "\f4e7";
}

.ion-social-octocat:before {
    content: "\f4e8";
}

.ion-social-pinterest:before {
    content: "\f2b1";
}

.ion-social-pinterest-outline:before {
    content: "\f2b0";
}

.ion-social-python:before {
    content: "\f4e9";
}

.ion-social-reddit:before {
    content: "\f23b";
}

.ion-social-reddit-outline:before {
    content: "\f23a";
}

.ion-social-rss:before {
    content: "\f23d";
}

.ion-social-rss-outline:before {
    content: "\f23c";
}

.ion-social-sass:before {
    content: "\f4ea";
}

.ion-social-skype:before {
    content: "\f23f";
}

.ion-social-skype-outline:before {
    content: "\f23e";
}

.ion-social-snapchat:before {
    content: "\f4ec";
}

.ion-social-snapchat-outline:before {
    content: "\f4eb";
}

.ion-social-tumblr:before {
    content: "\f241";
}

.ion-social-tumblr-outline:before {
    content: "\f240";
}

.ion-social-tux:before {
    content: "\f2c5";
}

.ion-social-twitch:before {
    content: "\f4ee";
}

.ion-social-twitch-outline:before {
    content: "\f4ed";
}

.ion-social-twitter:before {
    content: "\f243";
}

.ion-social-twitter-outline:before {
    content: "\f242";
}

.ion-social-usd:before {
    content: "\f353";
}

.ion-social-usd-outline:before {
    content: "\f352";
}

.ion-social-vimeo:before {
    content: "\f245";
}

.ion-social-vimeo-outline:before {
    content: "\f244";
}

.ion-social-whatsapp:before {
    content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef";
}

.ion-social-windows:before {
    content: "\f247";
}

.ion-social-windows-outline:before {
    content: "\f246";
}

.ion-social-wordpress:before {
    content: "\f249";
}

.ion-social-wordpress-outline:before {
    content: "\f248";
}

.ion-social-yahoo:before {
    content: "\f24b";
}

.ion-social-yahoo-outline:before {
    content: "\f24a";
}

.ion-social-yen:before {
    content: "\f4f2";
}

.ion-social-yen-outline:before {
    content: "\f4f1";
}

.ion-social-youtube:before {
    content: "\f24d";
}

.ion-social-youtube-outline:before {
    content: "\f24c";
}

.ion-soup-can:before {
    content: "\f4f4";
}

.ion-soup-can-outline:before {
    content: "\f4f3";
}

.ion-speakerphone:before {
    content: "\f2b2";
}

.ion-speedometer:before {
    content: "\f2b3";
}

.ion-spoon:before {
    content: "\f2b4";
}

.ion-star:before {
    content: "\f24e";
}

.ion-stats-bars:before {
    content: "\f2b5";
}

.ion-steam:before {
    content: "\f30b";
}

.ion-stop:before {
    content: "\f24f";
}

.ion-thermometer:before {
    content: "\f2b6";
}

.ion-thumbsdown:before {
    content: "\f250";
}

.ion-thumbsup:before {
    content: "\f251";
}

.ion-toggle:before {
    content: "\f355";
}

.ion-toggle-filled:before {
    content: "\f354";
}

.ion-transgender:before {
    content: "\f4f5";
}

.ion-trash-a:before {
    content: "\f252";
}

.ion-trash-b:before {
    content: "\f253";
}

.ion-trophy:before {
    content: "\f356";
}

.ion-tshirt:before {
    content: "\f4f7";
}

.ion-tshirt-outline:before {
    content: "\f4f6";
}

.ion-umbrella:before {
    content: "\f2b7";
}

.ion-university:before {
    content: "\f357";
}

.ion-unlocked:before {
    content: "\f254";
}

.ion-upload:before {
    content: "\f255";
}

.ion-usb:before {
    content: "\f2b8";
}

.ion-videocamera:before {
    content: "\f256";
}

.ion-volume-high:before {
    content: "\f257";
}

.ion-volume-low:before {
    content: "\f258";
}

.ion-volume-medium:before {
    content: "\f259";
}

.ion-volume-mute:before {
    content: "\f25a";
}

.ion-wand:before {
    content: "\f358";
}

.ion-waterdrop:before {
    content: "\f25b";
}

.ion-wifi:before {
    content: "\f25c";
}

.ion-wineglass:before {
    content: "\f2b9";
}

.ion-woman:before {
    content: "\f25d";
}

.ion-wrench:before {
    content: "\f2ba";
}

.ion-xbox:before {
    content: "\f30c";
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: "Montserrat-Black";
    src: url("../fonts/Montserrat-Black.otf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.otf");
}

@font-face {
    font-family: "Montserrat-Thin";
    src: url("../fonts/Montserrat-Thin.otf");
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.header_color,
.navigation nav ul,
.index_block1,
.page_books__descr__wrapper {
    background: #1cb89c;
    background: -moz-linear-gradient(top left, #4f58ba, #1cb89c);
    background: -webkit-linear-gradient(top left, #4f58ba, #1cb89c);
    background: -o-linear-gradient(top left, #4f58ba, #1cb89c);
    background: -ms-linear-gradient(top left, #4f58ba, #1cb89c);
    background: linear-gradient(top left, #4f58ba, #1cb89c);
}
.navigation nav ul{
    background-image: linear-gradient(to right, #4f5cba, #1c97b8);
}

.block1_color,
.pop-up_container form p {
    background: #4f58ba;
    background: -moz-linear-gradient(to right, #4354a9, #18a88e);
    background: -webkit-linear-gradient(to right, #4354a9, #18a88e);
    background: -o-linear-gradient(to right, #4354a9, #18a88e);
    background: -ms-linear-gradient(to right, #4354a9, #18a88e);
    background: linear-gradient(to right, #4354a9, #18a88e);
}

.banner_color,
.banner,
.essay_title-block .essay_buy,
.essay_pdf .essay_download {
    background: #2c809b;
    background: -moz-linear-gradient(to left, #464eab, #2c809b);
    background: -webkit-linear-gradient(to left, #464eab, #2c809b);
    background: -o-linear-gradient(to left, #464eab, #2c809b);
    background: -ms-linear-gradient(to left, #464eab, #2c809b);
    background: linear-gradient(to left, #464eab, #2c809b);
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #838383;
}

html p,
body p {
    line-height: 23px;
}

body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

main {
    padding-bottom: 340px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    margin: 5px 0;
}

.logo {
    position: absolute;
    padding: 13px 0 0 15px;
}

.header_search {
    top: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    right: 230px;
    border-radius: 3px;
    position: absolute;
}

.header_search input {
    position: relative;
    top: 0;
    width: 0;
    border: 0;
    padding: 0;
    height: 50px;
    color: #c1ddff;
    font-size: 13px;
    background: #204c81;
    transition: width 200ms;
    -webkit-appearance: none;
}
.header_search_show input{
    padding: 0 60px;
}

.header_search input::placeholder{
    color: #c1ddff;
}

.header_search .header-search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: opacity 0.2s;
    transform: translateY(-50%);
    background: url('../img/header-s.svg') no-repeat center;
}

.header_search_show .header-search-btn{
    left: 25px;
    right: auto;
}

.header_search .header-search-btn:hover {
    opacity: .7;
}
.btn-search-close{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border: 0;
    width: 50px;
    height: 50px;
    outline: none;
    display: none;
    background: #0f3664;
}
.btn-search-close:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url('../img/search-close.svg') no-repeat center;
}

.header_search button img {
    margin-top: -3px;
    width: 15px;
}

.navigation nav ul li .header__order{
    color: #084535 !important;
    font-size: 13px;
    padding: 9px 11px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: none;
    box-shadow: 0 2px 3px 0 #106690;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(to top, #00c3a7, #5cffe2);
}
.navigation nav ul li .header__order:after{
    display: none;
}
.navigation nav ul li .header__order:hover{
    color: #084535;
    background-image: linear-gradient(to top, #0cfdda, #5cffe2);
}

.navigation nav ul li .header__login{
    font-size: 13px;
    margin-right: 20px;
    padding-right: 10px;
    text-transform: none;
}

.smobitrigger,
.mnuclose {
    display: none;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}
.footer .wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.footer img{
    max-width: 100%;
}
.footer .wrapper:last-child{
    margin-bottom: 0;
}
.footer__col_sm{
    width: 25%;
    padding-right: 10px;
}
.footer__col_lg{
    width: 75%;
}
.footer .wrapper a{
    color: #2ad0c2;
}
.footer .wrapper a:hover{
    text-decoration: underline;
}

@media (max-width: 767px){
    .footer__col_sm{
        width: 50%;
        margin-bottom: 20px;
    }
    .footer__col_lg{
        width: 100%;
    }
}

header {
    width: 100%;
    z-index: 100;
    top: 0;
    position: absolute;
}

.navigation {
    text-align: center;
}

.navigation nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
    box-shadow: 0 1px 1px #3b577d;
    font-family: "Montserrat-Regular", sans-serif;
}

.navigation nav ul li {
    display: inline-block;
}

.navigation nav ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    letter-spacing: .5px;
    display: inline-block;
    padding: 17px 10px 16px;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
}

.navigation nav ul li a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #fff;
    transition: width 200ms;
    transform: translateX(-50%);
}

.navigation nav ul li a:hover:after{
    width: 100%;
}

.navigation nav ul li a:hover {
    color: white;
    transition: 0.3s;
}

.navigation nav ul li:first-of-type {
    margin-left: 80px;
}

@media (max-width: 1199px){
    .navigation nav ul li:first-of-type {
        margin-left: 100px;
    }
}

@media (max-width: 991px){
    .navigation nav ul li a:after {
        display: none;
    }
    .navigation nav ul li .header__order{
        width: auto;
        margin: auto;
        margin-left: 10px;
    }
}

.navigation nav ul li:first-of-type a::before {
    border: none;
}

.navigation nav ul li:last-of-type {
    float: right;
}

.navigation nav ul li:last-of-type a::before {
    border: none;
}

.navigation nav ul li:last-of-type a:hover {
    transition: 0.3s;
}

.wrapper_header {
    width: 660px;
    margin: 0 auto;
    text-align: center;
}

.wrapper_header h2 {
    font-size: 21px;
    color: white;
    text-transform: uppercase;
    margin: 0 0 45px 0;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.1px;
}

.wrapper_header h2 span {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.1px;
    color: #86d8d6;
}

.index_block1 {
    height: auto;
    position: relative;
    z-index: 0;
    width: 100%;
}

.index_block1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/header_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    z-index: -1;
}

.index_block1_logo {
    padding-top: 105px;
    padding-bottom: 68px;
    text-align: center;
}

.index_block1_logo img {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 170px;
    margin-bottom: 10px;
}

.index_block1_logo h1 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    color: white;
    font-weight: normal;
    font-family: Montserrat-Regular, sans-serif;
    text-transform: uppercase;
}

.index_block1_search {
    margin-bottom: 75px;
    background: rgba(42, 132, 154, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 1px 1px rgba(14, 38, 82, 0.16);
    text-align: center;
    padding: 20px 30px;
}

.index_block1_search .index_block1_search-inner {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 2px 2px 2px 15px;
    text-align: left;
}

.index_block1_search .index_block1_search-inner input {
    width: 90%;
    background: none;
    border: none;
    display: inline-block;
    height: 45px;
    margin: 0;
    vertical-align: top;
    padding: 0;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 15px;
    color: #838383;
    -webkit-appearance: none;
}

.index_block1_search .index_block1_search-inner input::-webkit-input-placeholder {
    color: #4353a9;
}

.index_block1_search .index_block1_search-inner input::-moz-placeholder {
    color: #4353a9;
}

.index_block1_search .index_block1_search-inner input:-moz-placeholder {
    color: #4353a9;
}

.index_block1_search .index_block1_search-inner input:-ms-input-placeholder {
    color: #4353a9;
}

.index_block1_search .index_block1_search-inner input:focus::-webkit-input-placeholder {
    color: transparent;
}

.index_block1_search .index_block1_search-inner input:focus::-moz-placeholder {
    color: transparent;
}

.index_block1_search .index_block1_search-inner input:focus:-moz-placeholder {
    color: transparent;
}

.index_block1_search .index_block1_search-inner input:focus:-ms-input-placeholder {
    color: transparent;
}

.index_block1_search .index_block1_search-inner button {
    display: inline-block;
    background: #ff7200;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
}

.index_block1_search .index_block1_search-inner button:hover {
    background: #4f58ba;
    transition: 0.3s;
}

.wrapper_header.index_button {
    margin-top: -35px;
}

.index_block1_button {
    top: 10px;
    padding: 7px 17px 9px 17px;
    color: white;
    text-align: center;
    border: 2px solid white;
    border-radius: 5px;
    background: #4048ad;
    box-shadow: 0 1px 1px rgba(14, 38, 82, 0.16);
    font-size: 18px;
    font-family: Montserrat-Regular, sans-serif;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: inline-block;
}

.index_block1_button:hover {
    color: #fff;
    transition: 0.3s;
    background: #ff7200;
}

.index_block1_button img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.index_blocks {
    padding-top: 57px;
}

.content_title {
    color: rgba(24, 168, 142, 0.7);
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 48px;
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0;
    letter-spacing: 2px;
    word-wrap: break-word;
}

.content_title span {
    color: #31779e;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    margin: 0 -5px;
    letter-spacing: 0.8px;
}

.content_title span.to_left {
    margin: 0 -10px 0 -51px;
}

.content_title span.to_right {
    margin: 0 -47px 0 -5px;
}

.alphabet_block_letters {
    font-family: Montserrat-Bold, sans-serif;
    display: table;
    width: 100%;
    border-bottom: 2px solid #18a88e;
}

.alphabet_block_letters p {
    display: table-cell;
    vertical-align: top;
    color: #18a88e;
    text-transform: uppercase;
    width: 180px;
    padding-top: 5px;
}

.alphabet_block_letters .alphabet_block_letter {
    display: table-cell;
    vertical-align: top;
    float: right;
}

.alphabet_block_letters .alphabet_block_letter span,
.alphabet_block_letter a {
    text-transform: uppercase;
    color: #838383;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
}

.alphabet_block_letters .alphabet_block_letter span:hover,
.alphabet_block_letter a:hover,
.alphabet_block_letter a.current {
    background: #18a88e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.2s;
    color: white;
}

.alphabet_block_letter a {
    padding: 5px 7px;
    margin: 0 1px;
}

.alphabet_block .post {
    padding: 0;
    margin: 10px 0 0 -10px;
    width: 100%;
    list-style-type: none;
    min-height: 155px;
}

.alphabet_block .post .column {
    display: block;
    padding: 0;
    cursor: pointer;
    margin-bottom: 3px;
    position: relative;
    width: 100%;
}

.alphabet_block .post .column a {
    font-weight: bold;
    padding: 8px 0 8px 10px;
    display: block;
    color: #838383;
}

.alphabet_block .post .column a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18a88e;
    border-radius: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.alphabet_block .post .column a:hover::before {
    -webkit-transform: scaleX(1);
    transform: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18a88e;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.index_posts {
    margin-top: -10px;
}

.index_posts ul {
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.index_posts ul li {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.index_posts ul li:nth-child(n+7) {
    display: none;
}

.index_posts ul li:hover {
    box-shadow: 1px 1px 5px 1px rgba(14, 38, 82, 0.3);
    transition: 0.4s;
}

.index_posts ul li a.index_post_title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 8px 0;
    text-transform: uppercase;
    cursor: pointer;
    color: #31779e;
}

.index_posts ul li a.index_post_title:hover {
    transition: 0.2s;
    color: #18a88e;
}

.index_posts ul li p {
    color: #838383;
    line-height: 24px;
}

.index_posts ul li a.view-article {
    font-weight: bold;
    text-transform: uppercase;
    color: #838383;
    cursor: pointer;
    position: relative;
}

.index_posts ul li a.view-article::before {
    content: "";
    display: block;
    clear: both;
    margin-top: 8px;
}

.index_posts ul li a.view-article:hover {
    transition: 0.2s;
    color: #18a88e;
}

.view_all,
.banner .view_all-banner {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

.view_all hr,
.banner .view_all-banner hr {
    display: block;
    height: 2px;
    border: none;
    vertical-align: middle;
    width: 100%;
    background: #18a88e;
}

.view_all p,
.banner .view_all-banner a {
    width: 300px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #18a88e;
    margin: -30px auto 0 auto;
    padding: 10px 0;
    border-radius: 7px;
}

.view_all:hover p,
.banner .view_all-banner:hover a {
    background: #31779e;
    transition: 0.2s;
}

.view_all:hover hr,
.banner .view_all-banner:hover hr {
    background: #31779e;
    transition: 0.2s;
}

.banner {
    display: block;
    width: 100%;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 8px 0;
    position: relative;
}

.banner .banner_light {
    color: #2ad0c2;
    font-size: 16px;
    font-family: Montserrat-Regular, sans-serif;
    padding: 0;
    margin: 0;
}

.banner .banner_white,
.banner .banner_green {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 26px;
    color: white;
    padding: 0 30px;
    margin: 0 auto;
    width: 73%;
    line-height: 30px;
}

.banner .banner_bold {
    font-size: 23px;
    line-height: 30px;
    font-family: Montserrat-Bold, sans-serif;
    color: #2ad0c2;
    padding: 0;
    margin: 0;
}

.banner .banner_green {
    color: #2ad0c2;
    padding: 0;
    line-height: 35px;
    margin: 0 auto;
}

.banner .banner_left-img {
    float: left;
    position: absolute;
    bottom: 15px;
    left: 40px;
}

.banner .banner_left-img img {
    height: 180px;
}

.banner .banner_right-img {
    float: right;
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.banner .banner_right-img img {
    height: 180px;
}

.banner .view_all-banner {
    margin: 35px 0 20px 0;
}

.banner .view_all-banner:hover a {
    background: #2ad0c2;
    transition: 0.3s;
}

.banner .view_all-banner:hover button {
    background: #ff7200;
    transition: 0.3s;
}

.banner .view_all-banner a {
    width: 140px;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    background: #ff7200;
    text-transform: none;
    border: 1px solid white;
}

.banner .view_all-banner hr {
    height: 1px;
    margin: 9px 0;
    background: white;
}

.bottom-block {
    padding: 50px 0 55px 0;
    display: table;
    width: 100%;
    color: #fff;
}

.bottom-block .bottom_info {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

.bottom-block .bottom_info:first-of-type {
    padding-right: 0;
}

.bottom-block .bottom_info span {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.bottom-block .bottom_info span:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 125px;
    background: #2ad0c2;
}

.bottom-block .bottom_info a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 24px;
    color: #2ad0c2;
}

.bottom-block .bottom_info a:hover {
    text-decoration: underline;
}

.bottom-block .bottom_info p {
    margin: 0 0 20px 0;
    padding: 0;
    max-width: 500px;
    line-height: 24px;
}

.bottom-block .bottom_info p:last-of-type {
    margin-bottom: 0;
}

.bottom-block .bottom_pay {
    display: table-cell;
    vertical-align: top;
    width: 45%;
}

.bottom-block .bottom_pay .bootom-pays {
    margin: 0 20px 20px 20px;
}

.bottom-block .bottom_pay .bootom-pays img {
    width: 19%;
    margin-bottom: 5px;
}

.bottom-block .bottom_pay .index_block1_search-inner {
    background: white;
    padding: 2px;
    border-radius: 5px;
    height: 40px;
    margin: 0 20px 20px 20px;
}

.bottom-block .bottom_pay .index_block1_search-inner input {
    padding: 0 0 0 10px;
    margin: 0;
    display: inline-block;
    border: 0;
    height: 90%;
    width: 80%;
    color: #838383;
}

.bottom-block .bottom_pay .index_block1_search-inner button {
    background: #18a88e;
    width: 40px;
    height: 90%;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    border: 0;
}

.bottom-block .bottom_pay .index_block1_search-inner button:hover {
    transition: 0.2s;
    background: #31779e;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer_banner {
    background: rgba(24, 168, 142, 0.83);
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.footer {
    position: relative;
    background: #0f3664;
}

.footer_banner * {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.footer p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.footer_banner p {
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: "Montserrat-Regular", sans-serif;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 14px;
}

.footer__search{
    position: relative;
    border-radius:3px;
    padding: 2px 50px 2px 15px;
    background: #f5f5f8;
    box-sizing: border-box !important;
    box-shadow: inset 0 1px 2px 0 #d8d8e3;
}

.footer__search input{
    border: 0;
    color: #000;
    width: 100%;
    height: 42px;
    outline: none;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    background: #f5f5f8;
}

.footer__search button{
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    right: 2px;
    padding: 0;
    width: 42px;
    height: 42px;
    outline: none;
    border-radius: 3px;
    background: #ef7a30;
    transform: translateY(-50%);
}
.footer__search button:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: url('../img/header-s.svg');
}

.footer__search button:hover{
    background-image: linear-gradient(to bottom, #f8b25e, #ef7a30);
}

.footer__payment{
    max-width: 170px;
    margin-top: 15px;
}

.footer__payment img{
    width: 48px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.footer .wrapper .footer__social a{
    width: 28px;
    height: 28px;
    margin: 7px 10px 0 0;
    display: inline-block;
    transition: opacity 200ms;
}
.footer .wrapper .footer__social a:hover{
    opacity: .7;
}
.footer__social a img{
    width: 100%;
}

.footer_banner a {
    background: #31779e;
    text-transform: none;
    border: 1px solid white;
    color: white;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 7px;
    margin: 5px 10px;
}

.footer_banner a:hover {
    transition: 0.3s;
    background: #ff7200;
}

.footer_block {
    width: 100%;
    box-sizing: border-box;
    display: table;
}

.footer_block p {
    color: white;
    padding: 20px 0;
    margin: 0;
    float: left;
    text-transform: uppercase;
}

.footer_block a.share {
    width: 30px;
    height: 30px;
    background: white;
    float: right;
    margin: 14px 0 0 8px;
    border-radius: 3px;
    text-align: center;
    color: #344595;
    line-height: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer_block a.share:hover {
    opacity: 0.8;
}

.footer_block a.share img {
    padding-top: 9px;
}

.essay_title-block {
    display: table;
    width: 100%;
    padding-top: 0;
}

.essay_title-block .essay_title-block_img {
    width: 100px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.essay_title-block .essay_title-block_img img.essay-img {
    height: 269px;
    border: 1px solid #2a849a;
    box-shadow: 0.2px 0.2px 0.2px 0.2px #3b577d;
    border-radius: 5px;
}

.essay_title-block .essay_title-block_img .essay_mark {
    position: absolute;
    top: -15px;
    left: -20px;
}

.essay_title-block .essay_title-block_img .essay_mark p {
    font-size: 25px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 4px;
    left: 19px;
    margin: 12px 0 0 0;
    transform: rotate(-17deg);
}

.essay_title-block .essay_title-block_img .essay_mark img {
    height: 55px;
}

.essay_title-block .essay_title-block_info {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 12px;
}

.essay_title-block .essay_title-block_info h1 {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #18a88e;
}

.essay_title-block .essay_title-block_info ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0 0 3px 0;
    border-bottom: 3px solid #18a88e;
    margin: 0;
    list-style-type: none;
}

.essay_title-block .essay_title-block_info ul li {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.essay_title-block .essay_title-block_info ul li p {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.essay_title-block .essay_title-block_info ul li p span {
    color: #31779e;
}

.essay_title-block .essay_title-block_info ul li:first-of-type,
.essay_title-block .essay_title-block_info ul li:nth-child(2),
.essay_title-block .essay_title-block_info ul li:nth-child(3) {
    width: 110%;
}

.essay_title-block .essay_title-block_info ul li:nth-child(4),
.essay_title-block .essay_title-block_info ul li:nth-child(5),
.essay_title-block .essay_title-block_info ul li:nth-child(6) {
    width: 100%;
    padding-left: 10px;
}

.essay_title-block .essay_buy {
    display: block;
    width: 100%;
    margin: 14px 0 0 0;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    position: relative;
}

.essay_title-block .essay_buy p {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    letter-spacing: 0.5px;
    color: #2fb8ba;
    margin: 0;
}

.essay_title-block .essay_buy p:first-of-type span {
    display: block;
    color: white;
    text-transform: uppercase;
}

.essay_title-block .essay_buy p:nth-child(2) {
    color: white;
    text-transform: uppercase;
}

.essay_title-block .essay_buy p:nth-child(2) span:first-of-type {
    text-decoration: line-through;
    padding-right: 3px;
    padding-left: 3px;
    color: #2fb8ba;
}

.essay_title-block .essay_buy p:nth-child(2) span:nth-child(2) {
    color: #fff371;
}

.essay_title-block .essay_buy input {
    padding: 7px 20px;
    border: 0;
    border-radius: 5px;
    width: 75%;
    margin-right: 15px;
    display: inline-block;
    margin-top: 15px;
    vertical-align: middle;
}

.essay_title-block .essay_buy button {
    width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #ff7200;
    margin: 15px 0 0 0;
    border: 1px solid white;
    padding: 6px 0;
    border-radius: 5px;
}

.essay_title-block .essay_buy button:hover {
    transition: 0.2s;
    background: #2ad0c2;
}
.essay_buy__spam{
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 15px;
    text-transform: none;
}
.essay_buy__spam a{
    color: #2ad0c2;
    text-decoration: underline;
}
.essay_buy__spam a:hover{
    color: #2ad0c2;
    text-decoration: none;
}

.essay_pdf {
    margin: 5px 0;
    position: relative;
}

.essay_pdf .essay-pdf {
    box-sizing: border-box;
    max-height: 750px;
    height: auto;
    width: 100%;
    border: 4px solid #eaeaea;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    overflow-y: scroll;
    padding: 40px;
    line-height: 30px;
    background: white;
}

.essay_pdf .essay-pdf .yarpp-related {
    display: none;
    margin: 0;
}
/*.essay_pdf .essay-pdf::after {
      content: "";
      display: block;
      position: absolute;
      width: 98%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      background: linear-gradient(to bottom, rgba(255,255,255,0) 100%, rgba(255,255,255,0.68) 32%, rgba(255,255,255,1) 0%);
    }*/

.essay_pdf .essay_download {
    display: block;
    width: 100%;
    margin: -5px 0 0 0;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    padding: 15px 30px;
    position: relative;
}

.essay_pdf .essay_download .banner_inside {
    display: inline-block;
    vertical-align: min-height;
}

.essay_pdf .essay_download p {
    color: white;
    font-family: "Montserrat-Regular", sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.essay_pdf .essay_download p:first-of-type {
    text-transform: uppercase;
}

.essay_pdf .essay_download p:nth-child(2) {
    color: #00f4d5;
}

.essay_pdf .essay_download p:nth-child(3) {
    text-transform: uppercase;
}

.essay_pdf .essay_download button {
    width: 165px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #ff7200;
    margin: 11px 0 0 0;
    border: 1px solid white;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
    border-radius: 5px;
}

.essay_pdf .essay_download button:hover {
    transition: 0.2s;
    background: #2ad0c2;
}

.related_posts {
    margin: 30px 0 -10px 0;
}

.related_posts ul {
    list-style: inside decimal;
    padding: 0.5em;
    margin-top: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0.5em;
    -moz-column-count: 2;
    -moz-column-gap: 0.5em;
    -o-column-count: 2;
    column-count: 2;
}

.related_posts ul li {
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 15px;
    color: white;
    font-family: Montserrat-Bold, sans-serif;
}

.related_posts ul li p {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.related_posts ul li p a {
    color: #31779e;
    font-family: Montserrat-Bold, sans-serif;
    display: block;
    margin-top: -25px;
}

.related_posts ul li p a:hover {
    transition: 0.2s;
    color: #18a88e;
}

.related_posts ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: -25px;
    margin-top: -5px;
    position: relative;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #18a88e;
}

.related_posts ul li:nth-child(n+10) {
    margin-left: -3px;
}

.related_posts ul li:nth-child(n+10)::before {
    margin-left: -29px;
}

.related_posts ul li:nth-child(n+10) a {
    padding-left: 6px;
}

.related {
    color: #31779e;
    font-size: 20px;
    font-family: Montserrat-Bold, sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.testimonial {
    max-width: 49%;
    margin-right: 0;
    text-align: center;
    display: inline-block;
}

.testimonial img {
    width: auto;
    max-width: 100%;
}

#essayText p {
    font-size: 16px;
}

#previewImage {
    position: relative;
}

.pagination {
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 15px;
}

.pagination a {
    color: #838383;
    padding: 0 5px;
    font-family: Montserrat-Regular, sans-serif;
}

.pagination span.current {
    position: relative;
    color: white;
    padding: 0 10px;
    font-family: Montserrat-Regular, sans-serif;
}

.pagination span.current::after {
    width: 100%;
    background: #18a88e;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: 0;
    z-index: -1;
    display: block;
    height: 30px;
    content: "";
}

.pagination span.current.new_pagination::after {
    left: 4px;
}

img.readMore {
    margin-left: 6px;
    margin-top: -2px;
}

.tag_template {
    margin: 0;
    padding-top: 110px;
    min-height: 800px;
}

.tag_template .banner {
    margin: 30px 0;
}

.tag_template h3 {
    font-size: 20px;
    text-align: left;
    margin: 20px 0;
    padding: 0;
    letter-spacing: 0.2px;
}

.tag_template h3 a {
    color: #31779e;
}

.tag_template h3 a:hover {
    transition: 0.2s;
    color: #18a88e;
}

.tag_template h1 {
    color: rgba(24, 168, 142, 0.7);
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 48px;
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0;
    letter-spacing: 2px;
    word-break: break-word;
}

.tag_template article {
    box-shadow: 1px 1px 5px 1px rgba(14, 38, 82, 0.3);
    padding: 17px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.tag_template article p:first-of-type {
    font-weight: bold;
    font-size: 16px;
    margin: 8px 0 13px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.tag_template article p:first-of-type a {
    color: #31779e;
}

.tag_template article p:first-of-type a:hover {
    transition: 0.2s;
    color: #18a88e;
}

.tag_template article p:last-of-type {
    color: #838383;
    margin: 5px 0;
    line-height: 24px;
}

.tag_template article a.view-article {
    font-weight: bold;
    text-transform: uppercase;
    color: #838383;
}

.tag_template article a.view-article::before {
    content: "";
    display: block;
    clear: both;
    margin-top: 8px;
}

.tag_template article a.view-article:hover {
    transition: 0.2s;
    color: #18a88e;
}

.widgettitle {
    display: none;
}

.essa_topics {
    list-style-type: none;
}

.essa_topics li {
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
}

.essa_topics li a {
    color: #18a88e;
    font-family: Montserrat-Bold, "sans-serif";
}

.essa_topics li a:hover {
    color: #31779e;
}

.essa_topics li::before {
    content: url("/wp-content/themes/theme/img/essays_about_ico.png");
    position: absolute;
    left: -20px;
    top: 3px;
}

.tag_template ul li,
.tag_template ol li {
    padding-bottom: 15px;
}

.tag_template h2 {
    font-size: 18px;
    font-weight: bold;
}

.tag_template h2 a {
    color: #31779e;
}

.tag_template h2 a:hover {
    color: #18a88e;
}

.upload-form {
    width: 95%;
    background: rgba(211, 211, 211, 0.23);
    padding: 30px 30px 10px 30px;
    margin: 30px auto;
}

.upload-form .upload-form__title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", sans-serif;
}

.upload-form label {
    width: 100%;
    margin-bottom: 5px;
}

.upload-form .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
    width: 100%;
}

.upload-form .wpcf7-form-control-wrap input,
.upload-form .wpcf7-form-control-wrap textarea {
    resize: none;
    padding: 9px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    width: 100%;
}

.upload-form .wpcf7-form-control-wrap input:focus,
.upload-form .wpcf7-form-control-wrap textarea:focus {
    outline: none;
}

.upload-form .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    background: #f9f9f9;
}

.page_books__descr__wrapper {
    width: 100%;
    padding: 30px 20px 20px 20px;
    margin: 0;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.page_books__descr__wrapper p.contacts__refresh {
    color: #00d4c2;
    font-size: 14px;
    margin-top: -5px;
}

.page_books__descr__wrapper input {
    border: none;
    padding: 3px 4px 2px 4px;
    width: 80px;
    color: grey;
    margin-bottom: 15px;
    font-size: 14px;
}

.page_books__descr__wrapper .upload-agreement {
    text-align: center;
}

.page_books__descr__wrapper .upload-agreement a {
    color: #00d4c2;
}

.page_books__descr__wrapper .upload-agreement span.wpcf7-form-control-wrap.agreement input {
    width: auto;
}

.page_books__descr__wrapper .upload-submit {
    width: 100px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #2ad0c2;
    margin: 0 auto;
    border: none;
    padding: 7px 0;
    border-radius: 3px;
}

.page_books__descr__wrapper .upload-submit:hover {
    background: #ff7200;
    transition: 0.2s;
}

.page_books__descr__wrapper p:last-of-type {
    text-align: center;
}

.contact-form {
    font-family: "Montserrat-Regular", sans-serif;
    margin-top: 10px;
}

#lipsum {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 30px;
}

#lipsum p {
    margin: 0;
}

#lipsum input,
#lipsum textarea {
    resize: none;
    padding: 8px;
    border: 1px solid lightgray;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

#lipsum input.wpcf7-submit {
    width: 100px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #18a88e;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
    border: none;
}

#lipsum input.wpcf7-submit:hover {
    transition: 0.2s;
    background: #31779e;
}

label {
    font-weight: normal;
}

.contacts_select {
    vertical-align: top;
}

.contacts-new__container hr {
    background: lightgray;
    height: 2px;
    border: none;
    margin-bottom: 20px;
}

.contacts-new__container label.contacts__input {
    width: 48%;
}

.contacts-new__container label.contacts__input input,
.contacts-new__container label.contacts__input select {
    width: 100%;
    margin-top: 10px;
    padding: 4px;
}

.contacts-new__container label.contacts__input.contacts_name {
    float: right;
}

.contacts-new__container label.contacts__input_half {
    width: 25%;
    float: right;
    vertical-align: bottom;
    padding-left: 20px;
}

.contacts-new__container label.contacts_state {
    margin-top: 0;
}

.contacts-new__container input,
.contacts-new__container select {
    resize: none;
    padding: 8px;
    border: 1px solid lightgray;
    margin-bottom: 15px;
    border-radius: 2px;
}


.open>.dropdown-toggle.btn-default:hover {
    background-color: white;
    border-color: lightgray;
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding-bottom: 0;
}

.dropdown-menu.open {
    width: 100%;
    min-width: 25%;
}

.contacts-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-top: -10.5px;
}

.wpcf7-form::after {
    content: "";
    display: block;
    margin-bottom: 20px;
    clear: both;
}

.copyright_bottom {
    text-align: left;
}

.copyright_bottom label {
    font-size: 14px;
}

.copyright_bottom input {
    width: auto;
}

.copyright_bottom .signature input {
    margin: 0 15px 10px 15px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.page_books__descr__wrapper input.contacts-new__submit {
    width: 170px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #18a88e;
    margin: 0 auto;
    padding: 8px 4px 8px 4px;
    border-radius: 3px;
    border: none;
}

.page_books__descr__wrapper input.contacts-new__submit:hover {
    transition: 0.2s;
    background: #ff7200;
}

.b-container {
    width: 200px;
    height: 150px;
    background-color: #ccc;
    margin: 0 auto;
    padding: 10px;
    font-size: 30px;
    color: #fff;
}

#popup1 {
    display: none;
}

.b-popup {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 103;
}

.b-popup .b-popup-content {
    margin: 40px auto 0 auto;
    width: 100px;
    height: 40px;
    padding: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
}

.b-popup__spam{
    font-size: 12px !important;
    font-weight: 300;
    margin-top: 10px;
    line-height: 18px;
}
.b-popup__spam a{
    color: #fff;
    text-decoration: underline;
}
.b-popup__spam a:hover{
    text-decoration: none;
}

.pop-up_container {
    position: relative;
    width: 380px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.pop-up_container h1 {
    color: #2464ca;
    text-align: center;
    font-size: 28px;
}

.pop-up_container h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.pop-up_container form {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 380px;
    text-align: center;
    border-radius: 4px;
}

.pop-up_container form .email-input {
    line-height: 1.2;
    height: 40px;
    max-width: 100%;
    padding: 5px 10px;
    border: none;
    background: #DCE0E3;
    color: #444444;
    box-shadow: inset 0 1px 0 #CED2D4;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    width: 300px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    margin: 30px auto 10px auto;
}

.pop-up_container form .email-input:focus {
    outline: 0;
    background: #F6F6F6;
    color: #444444;
}

.pop-up_container form .email-input:focus::-webkit-input-placeholder,
.pop-up_container form .email-input:focus::-moz-placeholder,
.pop-up_container form .email-input:focus:-ms-input-placeholder {
    color: transparent;
}

.pop-up_container form .email-input::-webkit-input-placeholder,
.pop-up_container form .email-input::-moz-placeholder,
.pop-up_container form .email-input:-ms-input-placeholder {
    color: #6b6b6b;
}

.pop-up_container form a {
    width: 100%;
    display: block;
    color: #31779e;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.pop-up_container form a:hover {
    color: #18a88e;
}

.pop-up_container form span {
    display: block;
    font-size: 14px;
    margin-top: 28px;
    margin-bottom: 10px;
    height: auto;
    color: #838383;
}

.pop-up_container form .mail-form {
    margin-top: 15px;
}

.pop-up_container form p {
    color: white;
    font-size: 15px;
    padding: 20px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}

.pop-up_container form .button {
    -webkit-appearance: none;
    border: none;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #31779e;
    border-radius: 4px;
    padding: 9px 35px;
    font-size: 14px;
    outline: none;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 0 #31566a;
    position: relative;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 160px;
    margin: 0 auto 15px auto;
    height: 40px;
}

.pop-up_container form .button:hover {
    transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    box-shadow: none;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.pop-up_container form .button:active {
    outline: 0;
}

.pop-up_container form .second-btn {
    box-shadow: 0 3px 0 #197d6b;
    background: #18a88e;
}

#popup2 {
    display: none;
}

.pop-up_container.pop_up-2 {
    background: -moz-linear-gradient(to left, #464eab, #2c809b);
    background: -webkit-linear-gradient(to left, #464eab, #2c809b);
    background: -o-linear-gradient(to left, #464eab, #2c809b);
    background: -ms-linear-gradient(to left, #464eab, #2c809b);
    background: linear-gradient(to left, #464eab, #2c809b);
}

.pop-up_container form>* {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 0;
}

.pop-up_container.pop_up-2 {
    background: -moz-linear-gradient(to left, #464eab, #2c809b);
    background: -webkit-linear-gradient(to left, #464eab, #2c809b);
    background: -o-linear-gradient(to left, #464eab, #2c809b);
    background: -ms-linear-gradient(to left, #464eab, #2c809b);
    background: linear-gradient(to left, #464eab, #2c809b);
    top: 220px;
    padding: 20px 40px;
    color: white;
    border: 2px solid white;
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-size: 12px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    width: 510px;
}

.pop-up_container.pop_up-2 span {
    font-size: 12px;
    text-decoration: underline;
    font-family: Montserrat Regular, sans-serif;
    text-transform: none;
    display: block;
    margin: 30px 0 16px 0;
    cursor: pointer;
    text-decoration: none;
}

.pop-up_container.pop_up-2 .pop_up-2-block {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.pop-up_container.pop_up-2.wrapScrollBanner .pop_up-2-block p:first-child{
    font-size: 18px;
}

.pop-up_container.pop_up-2 .pop_up-2-block b {
    color: #FF8E33;
    text-transform: uppercase;
}

.pop-up_container.pop_up-2 input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 17px 10px 20px 0;
    border: none;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #838383;
}

.pop-up_container.pop_up-2 p {
    margin-bottom: 0;
}

.pop-up_container.pop_up-2 p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.scroll-banner-link{
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    margin: 10px 0 15px;
    background: #FF8E33;
    display: inline-block;
}

.pop-up_container.pop_up-2 p.Remember {
    margin: 20px 0;
}

.pop-up_container.pop_up-2 button {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    border: none;
    border-radius: 5px;
    padding: 9px 0;
    font-size: 14px;
    background: #18a88e;
    margin: 17px 0 20px 0;
}

.pop-up_container.pop_up-2 button:hover {
    background: #ff7200;
    transition: 0.3s;
}

.inner_box {
    display: block;
    height: 100% !important;
    margin: -10px 0 0 0;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
}

.yarpp-related {
    margin: 0 !important;
}

.stdent-1 {
    display: block;
    text-align: right;
    font-size: 15px;
}

.stdent-1 span {
    filter: blur(3px);
}

.stdent-2 {
    font-size: 15px;
    display: block;
    filter: blur(3px);
}

.stdent-3,
.stdent-4 {
    font-size: 15px;
    display: block;
}

.stdent-3 span,
.stdent-4 span {
    filter: blur(3px);
}

.stdent-5 {
    font-size: 15px;
    display: block;
}

.stdent-6 {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}

.left-input {
    float: right;
}

.fax-label {
    margin-top: 22px;
}

.contacts-new__container label.contacts__input select[name='country'],
.contacts-new__container label.contacts__input select[name='infringedWork'] {
    padding: 6.5px;
}

.contacts-new__container label.contacts__input select:focus {
    outline: none;
}

.describe {
    margin-top: -52px;
}

.contacts-new__container {
    text-align: left;
    font-family: Arial, sans-serif;
}

.contacts-new__container input {
    width: 30px;
}

.contacts-new__container input[name='signature'] {
    margin: 0 15px 10px 15px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.contacts-new__container label.contacts__input.signature {
    width: 100%;
}

.contacts__input.signature * {
    display: inline-block;
}

.wpcf7-form-control-wrap.signature {
    margin-right: 30px;
}

.contacts-new__container input[name='contacts-new__captcha'] {
    width: 80px;
    padding: 2.5px;
    border-radius: 0;
    border: none;
}

@media screen and (max-width: 1020px) {
    .contacts-new__container label.contacts__input.describe {
        margin-top: -15px;
    }
    .contacts__input.signature * {
        display: block;
    }
    .wpcf7-form-control-wrap.signature {
        margin-right: 0;
    }
}

@media screen and (max-width: 637px) {
    .robot_don {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .pop-up_container {
        width: 90%;
    }
    .pop-up_container form {
        width: 100%;
    }
    .pop-up_container form p {
        height: auto;
    }
    .pop-up_container form .email-input {
        max-width: 80%;
    }
    .pop-up_container form span {
        padding: 0 10px;
    }
}

@media all and (max-width: 1020px) {
    .contacts-new__container label.contacts__input {
        width: 100%;
    }
    .contacts-new__container label.contacts__input input {
        width: 50%;
    }
    .contacts-new__container label.contacts__input select {
        width: 50%;
    }
    .contacts-new__container label.contacts__input_half {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 0;
    }
}

@media all and (max-width: 1015px) {
    .wrapper {
        width: 90%;
    }
}

@media all and (max-width: 950px) {
    .navigation nav ul.essay_menu li:first-of-type {
        margin-left: 130px;
    }
}

@media all and (max-width: 900px) {
    main {
        padding-bottom: 580px;
    }
    .bottom-block .bottom_pay {
        width: 55%;
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media all and (max-width: 875px) {
    .banner .banner_right-img,
    .banner .banner_left-img {
        display: none;
    }
    .banner .view_all-banner {
        margin: 40px 0 20px 0;
    }
}

@media all and (max-width: 564px) {
    .banner .banner_light,
    .banner .banner_white,
    .banner .banner_green,
    .banner .banner_bold {
        padding: 0 10px;
    }
    .banner .banner_white,
    .banner .banner_green {
        font-size: 18px;
    }
    .banner .banner_light {
        font-size: 14px;
    }
    .banner .banner_bold {
        font-size: 16px;
    }
}

@media all and (max-width: 991px) {
    .smobitrigger {
        display: block;
        background: #4f58ba;
        background: -moz-linear-gradient(top left, #4f58ba, #1cb89c);
        background: -webkit-linear-gradient(top left, #4f58ba, #1cb89c);
        background: -o-linear-gradient(top left, #4f58ba, #1cb89c);
        background: -ms-linear-gradient(top left, #4f58ba, #1cb89c);
        background: linear-gradient(top left, #4f58ba, #1cb89c);
        font-size: 30px;
        line-height: 12px;
        height: 50px;
        width: 100%;
        box-shadow: 0 1px 1px #3b577d;
        box-sizing: border-box;
        padding: 10px 15px;
        color: #4353a9;
        text-align: right;
    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0;
        width: 210px;
        position: fixed;
        height: 100%;
        top: 0;
        right: -250px;
    }
    .navigation {
        text-align: right;
    }
    .navigation nav ul {
        padding-bottom: 40px;
        overflow-y: auto;
        height: 100%;
        text-align: left;
    }
    .navigation nav ul li {
        width: 100%;
    }
    .navigation nav ul li a {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navigation nav ul li a::before {
        border: none;
    }
    .navigation nav ul li a:hover {
        background: rgba(0, 0, 0, 0.25);
        transition: 0.5s;
        color: #b2d9e7;
    }
    .navigation nav ul li:first-of-type {
        margin-left: 0;
    }
    .navigation nav ul li:last-of-type a {
        color: white;
    }
    .navigation nav ul.essay_menu li:first-of-type {
        margin-left: 0;
    }
    .mnuclose {
        display: inline-block;
        font-size: 20px;
        padding: 11.5px 20px;
        width: 100%;
        color: #b2d9e7;
        background: rgba(0, 0, 0, 0.25);
    }
    .mnuopn span {
        display: none;
    }
    .ovrActv {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 50;
        transition: 0.5s;
    }
    .mnuopn {
        right: 0 !important;
    }
}
@media all and (max-width: 768px) {
    .flashcards__single .flashcards__single-item.study-vc_row-flex.first-col-img .image-width {
        max-width: 50%!important;
    }
    .flashcards__single .flashcards__single-item.study-vc_row-flex.first-col-img .image-img-in-first {
        width: 100%!important;
        max-width: 100%!important;;
        -webkit-flex-basis: 100%!important;;
        -ms-flex-preferred-size: 100%!important;;
        flex-basis: 100%!important;;
    }
    .wrapper_header {
        width: 90%;
    }
}

@media all and (max-width: 920px) {
    .textwidget iframe {
        height: 560px !important;
    }
}

@media all and (max-width: 730px) {
    .essay_title-block .essay_title-block_img {
        display: none;
    }
    .essay_title-block .essay_title-block_info {
        padding-left: 0;
    }
    .testimonial {
        width: 100%;
        max-width: none;
        margin: 0 auto 30px auto;
    }

    .textwidget iframe {
        height: 560px !important;
    }
}

@media all and (max-width: 703px) {
    .index_block1_search .index_block1_search-inner input {
        width: 80%;
        font-size: 12px;
    }
}

@media all and (max-width: 635px) {
    main {
        padding-bottom: 830px;
    }
}

@media all and (max-width: 620px) {
    .related_posts ul {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -o-column-count: 1;
        column-count: 1;
    }
    .related_posts ul li:nth-child(n+10) {
        margin-left: -5px;
    }
}

@media all and (max-width: 615px) {
    .index_posts ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media all and (max-width: 535px) {
    .bottom-block .bottom_info {
        display: block;
        margin-bottom: 20px;
    }
    .bottom-block .bottom_info:last-of-type {
        margin-bottom: 0;
    }
    .bottom-block .bottom_pay {
        display: block;
        width: 90%;
        margin: 0 0 20px 0;
    }
    .bottom-block .bottom_pay .bootom-pays {
        margin: 0;
    }
    .bottom-block .bottom_pay .index_block1_search-inner {
        margin: 0 0 10px 0;
    }
    .alphabet_block_letters p {
        display: block;
        margin: 5px 0;
    }
    .alphabet_block_letters .alphabet_block_letter {
        display: block;
        float: none;
    }
}

@media all and (max-width: 440px) {
    .essay_pdf .essay-pdf {
        padding: 15px;
    }
    .index_posts ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .wrapper_header h2 {
        font-size: 18px;
    }
    .wrapper_header h2 span {
        font-size: 18px;
    }
    .index_block1_button {
        font-size: 13px;
    }
    .index_block1_button img {
        width: 12px;
    }
    h3 {
        font-size: 40px;
    }
    h3 span.to_right {
        margin-right: -42px;
    }
    .banner .banner_white,
    .banner .banner_green,
    .banner .banner_green {
        line-height: 20px;
    }
    .banner .banner_bold {
        line-height: 18px;
    }
    .banner .banner_light {
        line-height: 16px;
    }
    #lipsum input,
    #lipsum textarea {
        width: 80%;
    }
    .tag_template h1 {
        font-size: 35px;
    }
    .contacts-new__container label.contacts__input input,
    .contacts-new__container label.contacts__input select {
        width: 100%;
    }
    .copyright_bottom .signature input {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .textwidget iframe {
        height: 650px !important;
    }
}

@media all and (max-width: 375px) {
    .index_block1_search .index_block1_search-inner input {
        width: 70%;
    }
    h3 {
        font-size: 30px;
    }
    h3 span.to_right,
    h3 span.to_left {
        margin: 0;
    }
    .view_all p,
    .banner .view_all-banner a,
    .banner .view_all-banner a {
        width: 200px;
    }
    .tag_template h1 {
        font-size: 32px;
        margin: 0 0 25px 0;
        padding: 0;
        word-break: break-word;
    }
    #lipsum input,
    #lipsum textarea {
        width: 100%;
    }
    .textwidget iframe {
        height: 760px !important;
    }
}

@media screen and (max-width: 750px) {
    .pop-up_container.pop_up-2 {
        width: 70%;
        font-size: 13px;
        padding: 20px;
    }
    .pop-up_container.pop_up-2 input,
    .pop-up_container.pop_up-2 button {
        font-size: 14px;
        margin: 15px 10px 20px 0;
    }
}

@media screen and (max-width: 530px) {
    .pop-up_container.pop_up-2 input {
        display: block;
        width: 90%;
        margin: 15px auto 0 auto;
    }
    .pop-up_container.pop_up-2 button {
        display: block;
        margin: 10px auto 20px auto;
        width: 150px;
        letter-spacing: 1px;
    }
}

.single h1 {
    font-size: 16px;
    margin: 0 0 13px 0;
    padding: 110px 0 0 35px;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: normal;
    color: #18a88e;
}

#wpfront-scroll-top-container {
    display: none !important;
}

@media screen and (max-width: 845px) {
    .essay_title-block .essay_title-block_img {
        display: none;
    }
    .essay_title-block .essay_title-block_info {
        padding: 0;
    }
    .single h1 {
        padding-left: 0;
    }
    .footer_banner p {
        font-size: 12px;
    }
    .footer_banner a {
        font-size: 14px;
        padding: 3px 12px;
    }
    .banner .banner_white,
    .banner .banner_green {
        width: auto;
    }
    .banner .view_all-banner {
        margin: 30px 0 10px 0;
    }
    .banner .banner_bold {
        line-height: 25px;
    }
    .banner {
        padding-top: 20px;
    }
}

@media screen and (max-width: 745px) {
    .footer_banner p {
        display: none;
    }
}

@media screen and (max-width: 610px) {
    .essay_title-block .essay_buy input {
        width: 65%;
        margin-top: 10px;
    }
    .essay_title-block .essay_buy button {
        width: 30%;
        margin-top: 10px;
    }
    .banner .banner_bold {
        font-size: 15px;
    }
}

@media screen and (max-width: 375px) {
    .pop-up_container.pop_up-2 {
        top: 80px;
    }
    .essay_title-block .essay_buy p {
        line-height: 20px;
        width: 240px;
    }
    .pop-up_container.pop_up-2 p {
        width: 200px;
        margin: 0 auto;
        font-size: 12px;
    }
    .pop-up_container.pop_up-2 span {
        margin-top: 13px;
    }
    .pop-up_container.pop_up-2 button {
        width: 90%;
    }
    .essay_title-block .essay_title-block_info ul li:nth-child(4),
    .essay_title-block .essay_title-block_info ul li:nth-child(5),
    .essay_title-block .essay_title-block_info ul li:nth-child(6) {
        padding-left: 0;
    }
    .essay_title-block .essay_title-block_info ul li:first-of-type,
    .essay_title-block .essay_title-block_info ul li:nth-child(2),
    .essay_title-block .essay_title-block_info ul li:nth-child(3) {
        width: 100%;
    }
    .essay_title-block .essay_buy button {
        width: 150px;
    }
    .essay_title-block .essay_buy input {
        margin-right: 0;
        width: 255px;
        margin-top: 15px;
    }
    .banner .banner_bold {
        font-size: 14px;
    }
    .banner {
        padding-top: 25px;
    }
    .banner .banner_white,
    .banner .banner_green {
        font-size: 16px;
    }
    .pop-up_container.pop_up-2 {
        padding: 15px 10px;
        width: 80%;
    }
    .bottom-block .bottom_info:first-of-type {
        width: 100%;
    }
    .bottom-block {
        padding-top: 30px;
    }
    ul {
        padding-left: 20px;
    }
    .bottom-block .bottom_info {
        width: 100%;
    }
    .bottom-block .bottom_pay .bootom-pays img {
        width: 18%;
    }
    .essay_title-block {
        display: block;
    }
    .essay_title-block .essay_title-block_info {
        display: block;
    }
    .essay_title-block .essay_title-block_info ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .essay_title-block .essay_buy input {
        display: block;
        width: 100%;
    }
}

.essay_title-block .essay_title-block_info ul li:first-of-type p a {
    color: #18a88e;
    text-decoration: underline;
}

.essay_pdf .essay-pdf {
    color: #555555;
}

.error-title {
    text-align: center;
    font-size: 20px;
    padding: 60px;
    color: #31779e;
}
/*# sourceMappingURL=style.css.map */
/*popup start*/

#popup {
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
}

#popup p {
    margin: 0;
}

.popup__span{
    font-size: 12px;
    line-height: normal !important;
    margin-bottom: 25px !important;
}
.popup__span a{
    display: inline !important;
    margin-bottom: 0 !important;
}

#popup .popup__overlay {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

#popup .popup__close {
    display: none;
    position: absolute;
    color: #fff;
    font-weight: 700;
    top: -18px;
    right: -15px;
    font-size: 21px;
    font-family: Verdana;
    cursor: pointer;
    opacity: .8;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#popup .popup__close:hover {
    opacity: 1;
}

#popup .popup__content {
    text-align: center;
    padding: 5px;
    width: 380px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -190px;
    top: 20%;
    z-index: 12;
}

#popup .popup__heading {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3FB7A1;
    color: #fff;
    padding: 20px 35px;
}

#popup .popup__topic {
    font-size: 12px;
    color: #838383;
    padding: 18px 0;
    border-bottom: 2px solid #eaeaea;
}

#popup .popup__topic span {
    color: #31779e;
    font-weight: 700;
}

#popup .popup__form form {
    position: relative;
    margin: 18px 20px;
}

#popup .popup__form input[type=email] {
    height: 46px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #eaeaea;
    width: 100%;
    border: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

#popup .popup__form input[type=submit] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 78px;
    height: 42px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #464FAB;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: .8;
}

#popup .popup__form input[type=submit]:hover {
    opacity: 1;
}

#popup .popup__end p {
    color: #888;
    line-height: 24px;
}

#popup .popup__end a {
    color: #4048ad;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

#popup .popup__thankyou h4 {
    font-size: 17px;
    margin-top: 5px;
    text-transform: none;
}

#popup .popup__thankyou p {
    margin: 10px 22px 15px;
    color: #838383;
    font-size: 12px;
    line-height: 18px;
}

#popup .popup__thankyou .popup__thankyou__link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #428BCA;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: .8;
}

#popup .popup__thankyou .popup__thankyou__link:hover {
    opacity: 1;
}
/*popup end*/

#chat {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    position: fixed;
    width: 375px;
    height: 250px;
    bottom: 36px;
    right: 9px;
    color: #748190;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-animation-name: chat;
    animation-name: chat;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#chat a {
    color: #677380;
}

#chat>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#chat .chat__support {
    width: 100px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#chat .chat__support .chat__image {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url("/wp-content/themes/theme/img/girl.jpg") 50% no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 16px rgba(27, 30, 23, .48);
    box-shadow: 0 0 16px rgba(27, 30, 23, .48);
    border: 2px solid #fff;
}

#chat .chat__massage {
    width: 250px;
    background: #fff;
    -webkit-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
    -webkit-box-shadow: 0 0 15px rgba(27, 30, 23, .1);
    box-shadow: 0 0 15px rgba(27, 30, 23, .1);
    padding: 20px 14px 18px 25px;
    position: relative;
    z-index: 3;
}

#chat .chat__massage .chat__close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background: url("/wp-content/themes/theme/img/close.svg") 50% no-repeat #fff;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 40%;
    -webkit-box-shadow: 0 0 15px rgba(27, 30, 23, .1);
    box-shadow: 0 0 15px rgba(27, 30, 23, .1);
}

#chat .chat__massage p {
    padding: 0;
    margin: 0;
}

#chat .chat__massage a {
    font-weight: 700;
    cursor: pointer;
}

#chat .chat__massage:after {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    bottom: 0;
    z-index: 0;
    border: 3px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 5px solid #fff;
}

#chat .chat__icon .char__round {
    float: right;
    width: 60px;
    height: 60px;
    background-color: #428BCA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    outline: 0;
}

#chat .chat__icon .char__round:before {
    content: '';
    background: url("/wp-content/themes/theme/img/chat_ico.png");
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -14px;
}

#chat .chat__icon .char__round:after {
    content: attr(data-count-massage);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 0 10px rgba(27, 30, 23, .1);
    background-color: #e84848;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    position: absolute;
    text-align: center;
    right: -4px;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
    top: -3px;
    box-shadow: 0 0 10px rgba(27, 30, 23, .1);
}

@media screen and (max-width: 460px) {
    #chat {
        display: none;
    }
}

@-webkit-keyframes chat {
    0% {
        opacity: 0;
        z-index: -1;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    100% {
        opacity: 1;
        z-index: 999;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes chat {
    0% {
        opacity: 0;
        z-index: -1;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    100% {
        opacity: 1;
        z-index: 999;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

.topics_inner__content__all_topics ul {
    list-style-type: none;
    padding: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 10px;
}

.topics_inner__content__all_topics ul li {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    position: relative;
}

.topics_inner__content__all_topics ul li::before {
    content: url("/wp-content/themes/theme/img/essays_about_ico.png");
    position: absolute;
    left: 0;
    top: 2px;
}

.topics_inner__content__all_topics ul li a {
    color: #60c3b1;
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .topics_inner__content__all_topics ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 620px) {
    .topics_inner__content__all_topics ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 820px) {
    .essay_pdf .essay_download .banner_inside {
        width: 50%;
    }
    .essay_pdf .essay_download button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .essay_pdf .essay_download button {
        float: none;
        display: block;
        margin: 10px auto 0 auto;
    }
    .essay_pdf .essay_download .banner_inside {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    #lipsum {
        display: block;
        width: 90%;
    }
}

.essay_title-block_img {
    cursor: pointer;
}

#popup2 .pop-up_container {
    position: relative;
}

#popup2 .popup_exit {
    position: absolute;
    top: -25px;
    right: -15px;
    color: #fff;
    font-size: 24px;
}

#popup2 .pop-up_container span a {
    background: #ff7200;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
}

.alphabet_block .post .column p:hover a {
    color: white;
    /*transform: translate(10px);*/
    /*width: 100%;*/
}

@media screen and (max-width: 870px) {
    .alphabet_block .post .column a {
        position: relative;
    }
}

#popup_finder {
    position: fixed;
    z-index: 9999;
}

#popup_finder .popup_finder_overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 30, 74, 0.9);
}

#popup_finder .popup_finder_overflow .popup_finder_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #19a18b;
    width: 100%;
    max-width: 941px;
    margin: 10% auto;
    text-align: center;
    position: relative;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_close {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -30px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #19a18b;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #ff7200;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_search {
    width: 164px;
    height: 161px;
    display: block;
    margin: 10px auto;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_box {
    width: 100%;
    max-width: 461px;
    border-bottom: 2px solid #19a18b;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_link {
    display: inline-block;
    margin-top: 40px;
    padding: 7px 17px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff7200;
    color: #2d394d;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border: 3px solid #ff7200;
    margin-bottom: 80px;
    position: relative;
}

#popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_link:hover {
    background-color: #fc8724;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul {
    margin: 0;
    padding: 0;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 10px;
    color: #cecedd;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul li:after {
    position: absolute;
    right: 0;
    height: 13px;
    top: 18px;
    content: '';
    border-right: 2px solid #cecedd;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul li:first-child {
    padding-left: 0;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul li:last-child {
    padding-right: 0;
}

#popup_finder .popup_finder_overflow .popup_finder_body ul li:last-child:after {
    display: none;
}

#popup_finder .popup_finder_overflow .popup_finder_body span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

#popup_finder .popup_finder_overflow .popup_finder_body p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.main_all {
    color: #838383;
    display: inline-block;
    padding: 3.5px;
    margin-left: 15px;
}

.alphabet_block_letters .alphabet_block_letter {
    margin-top: 5px;
}

.main_all:hover {
    background: #18a88e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.2s;
    color: white;
}

.alphabet_block ul li:hover {
    width: 90%;
    transform: translateX(10px);
}

.alphabet_block ul {
    height: 160px;
}

.alphabet_block_letters p {
    width: 223px;
}

header {
    position: fixed;
}

.alphabet_block ul li {
    width: 100%;
}

@media (max-width: 1020px) {
    .alphabet_block ul {
        height: 200px;
    }
}

@media (max-width: 835px) {
    .alphabet_block ul {
        height: 250px;
    }
}

@media (max-width: 705px) {
    .alphabet_block ul {
        height: 320px;
    }
}

@media (max-width: 635px) {
    main {
        padding-bottom: 630px;
    }
}

@media (max-width: 470px) {
    .alphabet_block ul {
        height: 470px;
    }
}

@media (max-width: 430px) {
    main {
        padding-bottom: 820px;
    }
}

@media (max-width: 400px) {
    main {
        padding-bottom: 760px;
    }
    #chat {
        right: 0;
        width: 360px;
    }
    #chat .chat__massage {
        width: 230px;
    }
}

@media screen and (max-height: 520px) {
    #popup_finder .popup_finder_overflow .popup_finder_body .popup_finder_link {
        margin-bottom: 30px;
    }
    #popup_finder .popup_finder_overflow .popup_finder_body ul {
        display: none;
    }
}

.flex-reverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
}

ul.tags-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tags-list li {
    list-style: none;
    flex: 1 33%;
}

.alpha h1 {
    font-size: 42px;
}

.alpha-content {
    padding-top: 20px;
    background: #f9f9f9;
    color: #838383;
}

@media screen and (min-width: 768px) {
    .essay_pdf .essay_download.essay_download {
        background: url(/wp-content/themes/theme/img/order_banner.png);
        background-repeat: no-repeat;
        height: 85px;
        border-radius: 0 0 5px 5px;
    }
    img.essay_img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    img.essay_img {
        display: block;
        max-width: 100%;
    }
    .essay_pdf .essay_download.essay_download {
        background: #4355a9;
        height: auto;
        padding: 15px 0px;
        border-radius: 0 0 5px 5px;
    }
}

@media screen and (max-width: 767px) {
    .essay_pdf .essay_download button {
        float: none;
        display: block;
        margin: 10px auto 0 auto;
    }
}

#contact-form *,
#upload-form * {
    width: 100%;
}

#contact-form input[type="submit"],
#upload-form input[type="submit"] {
    width: 100px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #18a88e;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
    border: none;
}

.pay_pal_back {
    text-align: center;
    color: #18a88e;
    font-size: 20px;
}
/*blog*/

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 10px;
    font-size: 15px;
    list-style: none;
    background-color: transparent;
}

.breadcrumb li a {
    color: #31779e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb>li+li:before {
    color: #36bdb5;
}

.breadcrumb li a:hover {
    opacity: 0.8;
}

.posts-wrapper {
    margin: 0;
    padding-top: 80px;
    min-height: 500px;
    padding-bottom: 40px;
}

.posts-wrapper h1 {
    margin: 0 0 35px 0;
    font-weight: 700;
    color: #2a394f;
    font-family: "Montserrat-Medium", sans-serif;
}

.posts-wrapper article {
    margin-bottom: 30px;
}

.post-thumb img {
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post-text .post-title a {
    font-size: 18px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 500;
    color: rgb(42, 57, 79);
    line-height: 1.2;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-text .post-title a:hover {
    color: #0078a2;
    line-height: 1.2;
}

.post-text .post-title a:hover:after {
    max-width: 100px;
}

.post-text p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(131, 131, 131);
    line-height: 1.5;
}

.pagination {
    margin-bottom: 20px;
}

.pagination span.current:after {
    width: 30px;
    background: #18a88e;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: 0;
    z-index: -1;
    display: block;
    height: 30px;
    content: "";
}

.pagination a {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination span.current {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
}

.pagination a:hover {
    opacity: 0.8;
}
/**************SINGLE************/

.single-wrapper h1 {
    font-size: 28px;
    color: rgb(42, 57, 79);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.single-wrapper h2 {
    font-size: 20px;
    color: rgb(42, 57, 79);
    font-weight: 700;
    line-height: 1;
    margin: 12px 0;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.single-wrapper h3 {
    font-size: 16px;
    color: rgb(42, 57, 79);
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.single-wrapper p {
    color: #838383;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 25px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/******************* SIDEBAR ******************/

aside .widget {
    margin-bottom: 25px;
}

aside .widget-title {
    font-size: 18px;
    font-family: "Montserrat-SemiBold";
    font-weight: 400;
    color: rgb(42, 57, 79);
    line-height: 1;
    position: relative;
    margin-top: 0;
}

aside .widget-menu .widget-title:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 31px;
    margin: 15px 0;
    height: 1.5px;
    background: #66dad6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside .widget-menu .widget-title {
    padding: 18px 18px 0 18px;
}

aside .widget-menu,
.top-widget {
    border: 1px solid #e1eff4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
}

aside .widget-menu ul,
.top-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside .widget-menu ul li a {
    transition: all 0.3s ease;
}

aside .widget-menu ul li a:hover {
    opacity: 0.8;
}

aside .widget-menu ul#accordion li a,
.top-widget ul#accordion li a {
    font-size: 16px;
    color: rgb(0, 120, 162);
    line-height: 2.25;
    padding: 0 18px;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

aside .widget-menu ul#accordion>li>a.collapsed,
.top-widget ul#accordion>li>a.collapsed {
    background: transparent;
    color: rgb(0, 120, 162);
}

aside .widget-menu ul#accordion>li>a img,
.top-widget ul#accordion>li>a img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: all 0, 3s ease;
    transition: all 0, 3s ease;
}

aside .widget-menu ul#accordion>li>a.collapsed img,
.top-widget ul#accordion>li>a.collapsed img {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}

aside .widget-menu ul#accordion>li>a,
.top-widget ul#accordion>li>a {
    background: #00baa0;
    color: #fff;
}

aside .widget-menu ul#accordion li ul,
.top-widget ul#accordion li ul {
    position: relative;
    margin: 18px 0;
}

aside .widget-menu ul#accordion li ul:before,
.top-widget ul#accordion li ul:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 18px;
    width: 1px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

aside .widget-menu ul#accordion li ul.collapse.in:before,
.top-widget ul#accordion li ul.collapse.in:before {
    background: #66dad6;
    opacity: 1;
}

aside .widget-menu ul#accordion li ul li a,
.top-widget ul#accordion li ul li a {
    padding-left: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside .widget-menu ul#accordion li ul li a:before,
.top-widget ul#accordion li ul li a:before {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    z-index: 10;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 10px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside .widget-menu ul#accordion li ul li a:hover:before,
.top-widget ul#accordion li ul li a:hover:before {
    background: #66dad6;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside .widget-popular .widget-title,
aside .widget-tag .widget-title {
    padding: 10px 0;
    border-bottom: 2px solid #66dad6;
}

aside .widget-popular .widget-body {
    padding: 0px 15px;
}

aside .widget-popular article {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #66dad6;
}

aside .widget-popular article img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

aside .widget-popular article .title {
    line-height: 1.286;
    margin-bottom: 12px;
}

aside .widget-popular article .title {
    font-size: 14px;
    color: rgb(42, 57, 79);
    font-weight: 700;
    line-height: 1.286;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

aside .readmore {
    line-height: 1;
}

aside .readmore a {
    color: #0078a2;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.4s ease;
}

aside .readmore a:hover {
    opacity: 0.8;
}

.top-widget {
    padding: 18px;
    margin-bottom: 40px;
    margin-top: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 120, 162, 0.35);
    box-shadow: 0px 0px 3px 0px rgba(0, 120, 162, 0.35);
}

.top-widget .widget-title a.collapsed img {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}

.top-widget .widget-title a {
    font-size: 18px;
    font-family: "Montserrat-SemiBold", sans-serif;
    color: rgb(42, 57, 79);
    line-height: 1.667;
    position: relative;
    margin-top: 0;
    display: block;
}

.top-widget .widget-title a img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-widget .widget-body {
    margin: 15px 0;
}

.pad-r-0 {
    padding-right: 0;
    padding-left: 0;
}

.pad-l-0 {
    padding-left: 0px;
    padding-right: 0;
}
/*banner*/

aside .side-banner {
    background: #2c809b;
    background: -webkit-linear-gradient(to bottom, #464eab, #2c809b);
    background: -webkit-gradient(linear, left top, left bottom, from(#464eab), to(#2c809b));
    background: -webkit-linear-gradient(top, #464eab, #2c809b);
    background: linear-gradient(to bottom, #464eab, #2c809b);
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-family: "Montserrat-Regular", sans-serif;
}

aside .side-banner:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/elips.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

aside .side-banner-top {
    font-size: 16px;
    color: rgb(29, 231, 201);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.125;
    font-family: "Montserrat-Bold", sans-serif;
}

aside .side-banner-sub-top {
    font-size: 10px;
    color: rgb(29, 231, 201);
    font-family: "Montserrat-Light", sans-serif;
    line-height: 1.4;
}

aside .side-banner-center {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Montserrat-Bold", sans-serif;
}

aside .side-banner-bottom {
    font-size: 18px;
    color: rgb(29, 231, 201);
    line-height: 1.333;
    font-family: "Montserrat-Medium", sans-serif;
}

ul.cloud {
    margin: 15px 0;
    list-style-type: none;
    padding: 0;
}

ul.cloud li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
}

ul.cloud a {
    text-decoration: none;
    padding: 3px 4px;
    color: #0078a2;
    line-height: 1;
}

ul.cloud a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

a.tagged1 {
    font-size: 13px;
}

a.tagged2 {
    font-size: 17px;
}

a.tagged3 {
    font-size: 21px;
}

a.tagged4 {
    font-size: 23px;
}

a.tagged5 {
    font-size: 26px;
}

a.tagged6 {
    font-size: 29px;
}

a.tagged7 {
    font-size: 31px;
}

a.tagged8 {
    font-size: 33px;
}

a.tagged9 {
    font-size: 36px;
}

a.tagged10 {
    font-size: 38px;
}
/*SINGLE PAGE */

blockquote {
    background: transparent;
    border-left: 0;
    margin: 15px 0px;
    padding-left: 45px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    position: relative;
}

blockquote:before {
    color: #838383;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 36px;
}

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    background: #838383;
    position: absolute;
    top: 35px;
    bottom: 15px;
    left: 20px;
    z-index: 0;
}

blockquote p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
}

.side-banner.single {
    background: #2c809b;
    background: -webkit-linear-gradient(to right, #464eab, #2c809b);
    background: -webkit-gradient(linear, left top, left bottom, from(#464eab), to(#2c809b));
    background: -webkit-linear-gradient(right, #464eab, #2c809b);
    background: linear-gradient(to right, #464eab, #2c809b);
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 1.5em 0px;
    position: relative;
    font-family: 'Montserrat-Regular', sans-serif;
}

.side-banner.single:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/elips.png);
    background-position: center right -47px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 769px) {
    .side-banner.single:after {
        background-position: center;
    }
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex .col-7 {
    flex-basis: 60%;
    max-width: 60;
}

.flex .col-5 {
    flex-basis: 40%;
    max-width: 60;
}

@media screen and (max-width: 769px) {
    .flex {
        display: flex;
        flex-direction: column;
    }
    .flex .col-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex .col-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .xs-text-center {
        text-align: center;
    }
}

.flex .flex-middle {
    align-self: center;
    text-align: center;
}

.side-banner.single .top {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.125;
    font-family: 'Montserrat-Regular', sans-serif;
}

.side-banner.single .middle {
    font-size: 16px;
    color: rgb(0, 238, 219);
    line-height: 1.5;
    font-family: 'Montserrat-Regular', sans-serif;
}

.side-banner.single .bottom {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.125;
    font-family: 'Montserrat-Regular', sans-serif;
}

.side-banner a {
    width: 150px;
    text-align: center;
    color: white;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #ff7200;
    margin: 11px 0 0 0;
    border: 1px solid white;
    padding: 7px 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.side-banner a:hover {
    background: #2ad0c2;
}
/* Lists */

.single-wrapper .single-post ul {
    margin-top: 10px;
    padding-left: 15px;
}
.single-wrapper .single-post ol li ul li{
    padding-left: 0;
    list-style: disc;
}
.single-wrapper .single-post ol li ul li:before{
    display: none;
}

.single-wrapper .single-post ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}

.single-wrapper .single-post ul li:before {
    content: "●";
    display: block;
    position: absolute;
    left: 0;
    color: #00ab8d;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat-Bold";
    z-index: 2;
    top: 3px;
}

.single-wrapper .single-post ol {
    margin-top: 20px;
    counter-reset: myCounter;
    list-style: none;
    padding-left: 15px;
}

.single-wrapper .single-post ol li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.single-wrapper .single-post ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: block;
    position: absolute;
    left: 0;
    color: #00ab8d;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat-Bold";
    z-index: 2;
    margin-top: 0px;
}
/* End Lists */

.single-wrapper .single-post p,
.single-wrapper .single-post h2,
.single-wrapper .single-post h3,
.single-wrapper .single-post h4,
.single-wrapper .single-post h5,
.single-wrapper .single-post h6 {
    clear: both;
}

.single-wrapper .single-post h2,
.single-wrapper .single-post h3,
.single-wrapper .single-post h4,
.single-wrapper .single-post h5,
.single-wrapper .single-post h6 {
    clear: both;
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
    font-weight: bold;
}

.single-wrapper .single-post img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single-wrapper .single-post .alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.single-wrapper .single-post .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.single-wrapper .single-post .aligncenter,
.single-wrapper .single-post div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

@media screen and (max-width: 769px) {
    .single-wrapper .single-post .alignright {
        float: none;
        display: block;
        margin: 15px auto 15px auto;
    }
    .single-wrapper .single-post .alignleft {
        float: none;
        display: block;
        margin: 15px auto 15px auto;
    }
}
/* RELATED */

.related-posts {
    margin: 0;
    border-top: 2px solid #66dad6;
    padding-top: 30px;
}

.related-posts .related-title {
    font-size: 24px;
    color: rgb(0, 120, 162);
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    font-family: "Montserrat-Bold";
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    counter-reset: myCounter;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 769px) {
    .related-posts ul {
        flex-direction: column;
    }
}

.related-posts ul li {
    font-family: "Montserrat-Regular", sans-serif;
    display: block;
    margin: 0px 0 20px 0px;
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    line-height: 30px;
    flex: 0 calc(50% - 5px);
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    position: relative;
}

.related-posts ul li a {
    font-size: 14px;
    white-space: normal;
    color: rgb(0, 120, 162);
    text-transform: uppercase;
}

.related-posts ul li a:hover {
    opacity: 0.8;
}

.related-posts ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0%;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    /*-webkit-transform: translate(0, -50%);*/
    /*-ms-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    background: #18a88e;
    counter-increment: myCounter;
    content: counter(myCounter);
    text-align: center;
    line-height: 30px;
    left: 0;
    color: #fff;
    padding-top: 1px;
}
/* AUTHOR */

.author .col-xs-10 {
    padding: 0;
}

.author .author-wrap {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 120, 162, 0.35);
    box-shadow: 0px 0px 3px 0px rgba(0, 120, 162, 0.35);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 0;
    padding: 8px 8px 15px 5px;
}

.author-thumb {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    margin-top: 8px;
}

.author-thumb img {
    margin: 0 auto;
    max-width: 100%;
    min-width: 70px;
    border-radius: 50%;
    display: block;
}

.author-data {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.author .content_title {
    font-weight: 900;
    color: #1fc5af;
    margin: 0 0 0 0;
}

.author .content_title span {
    color: #31779e;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: -1px -28px 0 -5px;
}

.jssocials-share-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.author-name {
    font-size: 14px;
    color: rgb(0, 120, 162);
    line-height: 2.571;
}

.author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.author-info .author-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 14px;
    color: rgb(0, 120, 162);
    font-weight: 400;
    font-family: "Montserrat-Regular";
}

.author-info .author-share {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.author-info .author-share-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
    font-family: "Montserrat-Regular";
    margin-right: 10px;
}

.author-info .jssocials {
    text-align: right;
}

@media screen and (max-width: 769px) {
    .author-info {
        display: block;
    }
    .author-info .author-share-title {
        text-align: left;
    }
    .author-info .jssocials {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        /* align-self: center; */
        text-align: left;
    }
    .author-data {
        padding: 0 10px;
    }
}

.author-tags {
    padding: 5px 0;
    margin-bottom: 25px;
}

.author-info .author-tags ul {
    list-style: none;
    padding: 0;
    margin: 11px 0;
}

.author-tags .author-tag-title,
.author-tags ul {
    display: inline-block;
    margin: 0;
}

.author-tags ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding-left: 15px;
}

@media screen and (max-width: 380px) {
    .author-tags .author-tag-title,
    .author-tags ul {
        display: block;
        margin: 0;
    }
    .author-tags ul {
        display: block;
        margin: 10px 0 0 0;
        list-style: none;
        padding-left: 0px;
    }
    .author-tags ul li {
        display: inline-block;
        margin: 10px 10px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .author-tags ul li {
        display: inline-block;
        margin: 10px 10px 0 0;
    }
}

.author-tags ul li {
    display: inline-block;
    margin-right: 10px;
}

.author-tags .author-tag-title {
    color: #838383;
    font-size: 16px;
    font-family: "Montserrat-Regular";
}

.author-tags ul li a {
    font-size: 14px;
    display: inline-block;
    background: #dcf1f9;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #0078a2;
    border: 1px solid transparent;
    padding: 2px 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.author-tags ul li a:hover {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #0078a2;
    background: #fff;
    border: 1px solid #0078a2;
}
/* Related Posts */



.related-posts.posts ul li a {
    text-transform: none;
    font-weight: 400;
}
/* comment-list */

.comment-list .content_title {
    font-size: 24px;
    color: rgb(0, 120, 162);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 30px;
}

.comment-list .content_title span {
    font-size: 48px;
    color: rgb(31, 197, 176);
    font-weight: 700;
    text-transform: uppercase;
}

.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commentlist .children .children li:nth-child(even) .comment-body {
    background: #edfffc;
}

.commentlist>.children>li:nth-child(even)>.comment-body {
    background: #edfffc;
}

.children {
    list-style: none;
}

.comment-list .comment-body {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 0 25px 0;
    padding: 10px 10px 15px 10px;
    position: relative;
    border: 1px solid #e0eff4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    padding: 5px;
}

.comment-body:after,
.comment-body:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 40px;
    margin-left: 1px;
    bottom: -14.8px;
    width: 0;
}

.comment-body:before {
    border: 9px solid transparent;
    border-left: 9px solid #e0eff4;
    border-top: 9px solid #e0eff4;
    bottom: -18px;
}

.comment-body:after {
    border-top-color: rgb(255, 255, 255);
    border-width: 9px;
    margin-left: 2px;
    border-left-color: rgb(255, 255, 255);
}

.children .comment-body {
    background: #eef9ff;
}

.children .comment-body:after {
    border-top-color: #eef9ff;
    border-width: 9px;
    margin-left: 2px;
    border-left-color: #eef9ff;
}

.comment-list .comment-meta div {
    display: inline-block;
    font-size: 14px;
}

.comment-list .comment-meta .name {
    color: rgb(0, 120, 162);
}

.comment-list .comment-meta .date {
    color: #d2d2d2
}

.comment-list .text {
    margin: 5px 0;
    overflow: hidden;
}

.comment-list .reply a:hover {
    opacity: 0.8
}

.comment-list .text p {
    margin: 0;
    font-size: 14px;
    color: rgb(131, 131, 131);
    line-height: 1.286;
}

.comment-list .comment-body .avatar {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 5px;
}

.comment-list .comment-body .avatar img {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}

.comment-list .comment-body .comment-text {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (min-width:540px) {
    .comment-list .comment-body .avatar {
        max-width: 15%;
        flex-basis: 15%;
    }
    .comment-list .comment-body .comment-text {
        max-width: 85%;
        flex-basis: 85%;
    }
}

@media screen and (min-width: 250px) and (max-width: 539px) {
    .comment-list .comment-body .avatar {
        display: none;
    }
    .comment-list .comment-body {
        padding: 5px 15px;
    }
    .comment-list .comment-body .comment-text {
        max-width: 100%;
        flex-basis: 100%;
    }
}
/*Respond*/

.comment-respond {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
}

.respond-header .respond-title {
    font-size: 24px;
    color: rgb(0, 120, 162);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: "Montserrat-Bold";
}

.respond-header p {
    color: #838383
}

.comment-respond .btn {
    border-radius: 5px;
    background-color: rgb(0, 171, 141);
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    line-height: 1;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.comment-respond .btn:hover {
    border: 1px solid rgb(0, 171, 141);
    background: transparent;
    color: rgb(0, 171, 141);
}

.comment-respond textarea {
    resize: none;
}
/* Sliders Dots */

.widget-popular .slick-dots {
    bottom: -40px;
}

.widget-popular .slick-slide {
    outline: none;
}

.widget-popular .slick-dots li button {
    background: #eaeaea;
    border-radius: 50%;
}

.widget-popular .slick-dots li button:before {
    content: "";
    color: transparent;
}

.widget-popular .slick-dots li.slick-active button {
    background: #00ab8d;
}
/*!!! footer */

main {
    padding-bottom: 50px;
}

footer {
    position: relative;
    bottom: initial;
}

@media screen and (max-width: 769px) {
    main {
        padding-bottom: 80px;
    }

    .post-text .post-title {
        margin: 15px 0;
    }
    .post-text:after {
        content: '';
        display: block;
        width: 100%;
        max-width: 31px;
        margin: 15px auto;
        height: 2px;
        background: #66dad6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    aside .widget-popular .widget-body {
        padding: 0;
    }
    aside .widget-menu {
        border-color: transparent;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-bottom: 10px;
    }
    aside .widget-tag {
        margin-top: 60px;
    }
    aside .widget.widget-popular {
        margin-top: 40px;
    }
    .pagination .page.smaller,
    .pagination .larger.page,
    .pagination .current,
    .pagination .extend {
        display: none;
    }
    .wp-pagenavi {
        width: 100%;
    }
    .wp-pagenavi .previouspostslink {
        flex-basis: 50%;
        display: block;
        max-width: 50%;
        text-align: left;
    }
    .wp-pagenavi .nextpostslink {
        flex-basis: 50%;
        display: block;
        max-width: 50%;
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .pad-r-0 {
        padding-right: 10px;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .single-wrapper h1 {
        margin-bottom: 20px;
    }
    aside .widget-menu {
        margin-top: 20px;
    }
    .post-text .post-title a:after {
        content: '';
        display: block;
        width: 100%;
        max-width: 31px;
        margin: 15px 0;
        height: 2px;
        background: #66dad6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (min-width: 992px) {
    .pad-r-0 {
        padding-right: 10px;
        padding-left: 0;
    }
}
/* Main Slider Styles*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */

.slick-loading .slick-list {
    background: #fff center center no-repeat;
}
/* Slider Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Slider Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Slider Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* Socials Styles */

.jssocials-shares {
    margin: 0 0;
    padding-right: 12px;
}

.jssocials-shares * {
    box-sizing: border-box;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 00 0.6em 0.3em 0
}

.jssocials-share:last-child {
    margin-right: 0;
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 14px;
}

img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em;
}

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
    display: none;
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
    background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
    background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c;
}

.jssocials-share-link {
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    color: #fff;
}

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
    background: gainsboro;
}

.jssocials-share-count-box:hover:after {
    border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444;
}

#popup .popup__form input[type=submit].width-type-2 {
    width: auto!important;
}
.main_comtaimt p {
    overflow-x: hidden;
    max-width: 837px;
    width: 100%;
}
.image-container-flash {
    width: 100%;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
}
.flashcards__main .index_blocks .index_posts .image-container-flash .index_post_thumb {
    position: absolute;
    left: -10%;
    right: -10%;
    top: -10%;
    bottom: -10%;
    margin: auto;
    max-width: 100%;
    width: 140%;
}

.flashcards__single .related-posts.posts ul li {
    margin: 0px 0 20px 0px;
    padding-left: 20px;
    line-height: 1.4;
    min-height: initial;
    padding-bottom: 0px;
}

.flashcards__single .related-posts.posts ul li:before {
    content: "";
    width: 8px;
    height: 8px;
}
.flashcards__single .flashcards__single-item.study-vc_row-flex.first-col-img .image-width {
    max-width: 20%;
}
.flashcards__single .flashcards__single-item.study-vc_row-flex.first-col-img .image-width img {
    max-width: 100%;
    height:auto;
}
.flashcards__single .flashcards__single-item.study-vc_row-flex.first-col-img .image-img-in-first {
    width: 40%;
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.checker__app-manager {
    position: relative;
}
.ajax-loader.show {
    display: block;
}
.ajax-loader {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -10px;
}

@media screen and (max-width: 440px) {
    .ajax-loader {
        position: relative;
        margin-top: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

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

.header-banner{
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 50;
    display: none;
    padding: 10px 35px;
    text-align: center;
    background: rgba(89, 116, 179, 0.8);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-banner__close{
    position: absolute;
    content: '';
    top: 0;
    border: 0;
    right: 10px;
    width: 30px;
    height: 25px;
    outline: none;
    background: url('../img/x.svg') no-repeat center;
}
.header-banner p{
    margin: 0;
    color: #fff;
}
.header-banner a{
    color: #fff;
    text-decoration: underline;
}
.header-banner a:hover{
    text-decoration: none;
}
@media (max-width: 576px) {
    .header-banner{
        padding: 10px 25px;
    }
    .header-banner__close {
        right: 0;
    }
}

/* new exit popups */
#exit-modal1, #exit-modal2, #exit-modal3{
    display: none;
}
.modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(1, 4, 33, 0.8);
}
.exit-modal{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 580px;
    border-radius: 6px;
    text-align: center;
    background: #334874;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px 0 #0c1526;
}
.exit-modal__btn{
    position: absolute;
    content: '';
    border: 0;
    top: -17px;
    width: 15px;
    right: -17px;
    height: 15px;
    outline: none;
    transition: opacity 300ms;
    background: url('../img/exit-btn.svg') no-repeat center;
}
.exit-modal__btn:hover{
    opacity: .8;
}
.exit-modal__content{
    padding: 60px 0 50px;
    border-radius: 6px 6px 0 0;
    background: url('../img/exit-bg.jpg') no-repeat center/cover;
}
.exit-modal__title{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold', sans-serif;
}
.exit-modal__desc{
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    font-family: "Montserrat-Regular", sans-serif;
}
.exit-modal__link{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 25px;
    border-radius: 22px;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #334874;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #f8b25e, #ef7a30);
}
.exit-modal__link:hover{
    color: #fff;
    background-image: linear-gradient(to bottom, #ef7a30, #f8b25e);
}
.exit-modal__footer{
    display: flex;
    padding: 30px;
    border-radius: 0 0 6px 6px;
    justify-content: space-around;
}
.exit-modal__item img{
    margin-bottom: 10px;
}
.exit-modal__item span{
    width: 100%;
    color: #7f9ce4;
    display: block;
    font-size: 13px;
    font-family: "Montserrat-Regular", sans-serif;
}
.exit-modal_second .exit-modal__content{
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 30px;
    padding: 50px 90px 30px 55px;
    justify-content: space-between;
}
.exit-modal__text{
    width: 100%;
    max-width: 205px;
}
.exit-modal_second .exit-modal__title{
    margin-bottom: 7px;
}
.exit-modal_second .exit-modal__desc{
    margin-bottom: 0;
}
.exit-modal_second .exit-modal__link{
    border: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
.exit-modal_third .exit-modal__content{
    position: relative;
    padding: 65px 70px 65px 0;
}
.exit-modal_third .exit-modal__title{
    margin-bottom: 15px;
}
.exit-modal_third .exit-modal__logo{
    position: absolute;
    top: -65px;
    left: 65px;
}
.exit-modal_third .exit-modal__text{
    max-width: 210px;
    text-align: left;
    margin-left: auto;
}
.exit-modal_third .exit-modal__link{
    padding: 9px 18px;
    text-transform: none;
}
/* new exit popups */
.copy-tooltip-wrapper{
    display: none;
}

/* help */
.help{
    padding-bottom: 80px;
}
.help-center{
    padding-top: 50px;
}
.help-center .container{
    max-width: 940px;
}
.help-header{
    padding: 45px 0;
    text-align: center;
    margin-bottom: 50px;
    background-image: linear-gradient(83deg, #3c7aaf, #1cb89c);
}
.help-header__title{
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
    font-family: "Montserrat-Bold";
}
.help-header__desc{
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.help-topics{
    margin-bottom: 30px;
}
.help-topics__title{
    color: #2d394d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: "Montserrat-Bold";
}
.help-topics__wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.help-topic{
    width: 50%;
    padding-right: 15px;
    margin-bottom: 30px;
}
.help-topic_lg{
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 45px;
}
.help-topic_lg:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-image: linear-gradient(to bottom, #f4f4f7, #ffffff);
}
.help-topic__title{
    color: #2d394d;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Montserrat-Bold";
}
.help-topic__title_blue{
    color: #31779e;
}
.help-topic__title_blue{
    display: flex;
    align-items: center;
}
.help-topic__title_blue img{
    width: 36px;
    margin-right: 10px;
}
.help-topic__list{
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.help-topic__list a{
    color: #31779e;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-decoration: none;
}
.help-topic__list a:hover{
    text-decoration: underline;
}
.help-topic__all{
    color: #31779e;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
}
.help-topic__all:hover{
    color: #31779e;
}
.help-topic__all:hover:before{
    transform: translate(5px, -50%);
}
.help-topic__all:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 14px;
    height: 10px;
    transform: translateY(-50%);
    transition: transform 300ms;
    background: url('../img/help-arrow.svg') no-repeat center/contain;
}
.help-advantages{
    text-align: center;
    padding-bottom: 80px;
}
.help-advantages .help-topic__title{
    margin-bottom: 20px;
}
.help-advantages__wrap, .help-advantages__item{
    display: flex;
    align-items: center;
}
.help-advantages__wrap{
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}
.help-advantages__item{
    margin: 0 30px;
}
.help-advantages__item img{
    width: 64px;
    height: 64px;
    margin-right: 10px;
}
.help-advantages__item span{
    color: #2d394d;
    display: block;
    font-size: 13px;
    text-align: left;
    line-height: 1.38;
}
.help-advantages__desc{
    color: #2d394d;
    font-size: 16px;
    margin-bottom: 20px;
}
.help-advantages__link{
    color: #fff;
    width: 100%;
    margin: auto;
    display: block;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 700;
    max-width: 120px;
    text-align: center;
    border-radius: 4px;
    background: #ef7a30;
    text-decoration: none;
    text-transform: uppercase;
}
.help-advantages__link:hover{
    color: #fff;
    background-image: linear-gradient(to bottom, #f8b25e, #ef7a30);
}
@media (max-width: 767px){
    .help-topic{
        width: 100%;
        padding-right: 0;
    }
    .help-header__title{
        font-size: 28px;
    }
    .help-header{
        margin-bottom: 30px;
    }
    .help-topics__title{
        margin-bottom: 25px;
    }
    .help-advantages__wrap{
        margin: auto;
        max-width: 200px;
        justify-content: flex-start;
    }
    .help-advantages__item{
        margin: 0 0 15px;
    }
}
/* help */

/* fake-chat */

.fake-chat {
    position: fixed;
    content: '';
    bottom: 0;
    right: 40px;
    max-width: 360px;
    transition: transform 200ms;
    transform: translateY(300%);
}
.fake-chat_hide{
    bottom: 0 !important;
}
.fake-chat_show{
    transform: translateY(0);
}

.fake-chat:after {
    position: absolute;
    content: '';
    left: -5px;
    top: -96px;
    width: 100px;
    height: 116px;
    background: url('../img/chat-icon.svg');
}

.fake-chat__close {
    position: absolute;
    content: '';
    top: 0;
    border: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    right: -25px;
    outline: none;
    background: url('../img/chat-close.svg') no-repeat center/contain;
}

.fake-chat__content {
    z-index: 100;
    position: relative;
    background: #ffffff;
    border-radius: 3px 3px 0 0;
    padding: 10px 15px 15px 20px;
    box-shadow: 0 2px 8px 0 rgba(53, 127, 172, 0.2), 0 4px 16px 0 rgba(65, 131, 185, 0.22);
}

.fake-chat__content p {
    margin: 0;
    color: #2d394d;
    font-size: 13px;
    line-height: 1.46;
}

.fake-chat__content p a {
    color: #ef7a30;
    font-weight: 700;
    text-decoration: none;
}

.fake-chat__content p a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
    .fake-chat{
        display: none;
    }
}
/* fake-chat */
#chat {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  position: fixed;
  width: 375px;
  height: 250px;
  bottom: 36px;
  right: 9px;
  color: #748190;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-filter: blur(7px);
  filter: blur(7px);
  -webkit-animation-name: chat;
  animation-name: chat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 20s;
}

#chat a {
  color: #677380
}

#chat>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%
}

#chat .chat__support {
  width: 100px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

#chat .chat__support .chat__image {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../img/girl.jpg") 50% no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 16px rgba(27,30,23,.48);
  box-shadow: 0 0 16px rgba(27,30,23,.48);
  border: 2px solid #fff
}

#chat .chat__massage {
  width: 250px;
  background: #fff;
  -webkit-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
  -webkit-box-shadow: 0 0 15px rgba(27,30,23,.1);
  box-shadow: 0 0 15px rgba(27,30,23,.1);
  padding: 20px 14px 18px 25px;
  position: relative;
  z-index: 3
}

#chat .chat__massage .chat__close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  background: url("../img/close.svg") 50% no-repeat #fff;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 40%;
  -webkit-box-shadow: 0 0 15px rgba(27,30,23,.1);
  box-shadow: 0 0 15px rgba(27,30,23,.1)
}

#chat .chat__massage p {
  padding: 0;
  margin: 0
}

#chat .chat__massage a {
  font-weight: 700;
  cursor: pointer
}

#chat .chat__massage:after {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  bottom: 0;
  z-index: 0;
  border: 3px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 5px solid #fff
}

#chat .chat__icon .char__round {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #428bca;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  outline: 0
}

#chat .chat__icon .char__round:before {
  content: '';
  background: url("../img/chat_ico.png");
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -14px
}

#chat .chat__icon .char__round:after {
  content: attr(data-count-massage);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 10px rgba(27,30,23,.1);
  background-color: #e84848;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  text-align: center;
  right: -4px;
  font-family: 'Open Sans',Roboto,Arial,sans-serif;
  top: -3px;
  box-shadow: 0 0 10px rgba(27,30,23,.1)
}
/* sidebar-order */
.sidebar-order{
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 35px;
  background: #ffffff;
  border: 1px solid #e8e8eb;
  box-shadow: 0 3px 6px 0 rgba(199, 199, 214, 0.4);
}
.sidebar-order__header{
  background: #fafafa;
  padding: 13px 17px 15px;
}
.sidebar-order p{
  margin-top: 0;
}
.sidebar-order__title{
  color: #2d394d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}
.sidebar-order__form{
  padding: 8px 17px 17px;
}
.sidebar-order__part:not(:last-child){
  margin-bottom: 14px;
}
.sidebar-order__part-title{
  color: #979da8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sidebar-order__fields{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-order__field{
  border: 0;
  width: 100%;
  height: 50px;
  outline: none;
  color: #979da8;
  font-size: 13px;
  border-radius: 6px;
  padding-left: 15px;
  background: #f5f5f8;
  box-shadow: inset 0 1px 2px 0 rgba(216, 216, 227, 0.48);
}
.sidebar-order__field::placeholder{
  color: #979da8;
}
.sidebar-order__field_date{
  height: 44px;
  max-width: 110px;
  background: #f5f5f8 url('../img/icon-calendar.svg') no-repeat 93% center;
}
.sidebar-order__field_time{
  height: 44px;
  max-width: 95px;
  background: #f5f5f8 url('../img/icon-clock.svg') no-repeat 85% center;
}
.sidebar-order__field_select{
  padding-right: 42px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f5f5f8 url('../img/icon-select-arrow.svg') no-repeat 92% center;
}
.sidebar-order__pages{
  width: 100%;
  display: flex;
  max-width: 115px;
  margin-right: 10px;
  border-radius: 4px;
  align-items: center;
  background: #f5f5f8;
  justify-content: space-between;
  box-shadow: inset 0 1px 2px 0 rgba(216, 216, 227, 0.48);
}
.sidebar-order__pages-btn{
  border: 0;
  padding: 0;
  width: 35px;
  height: 50px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.sidebar-order__field_pages{
  padding: 0;
  color: #64646e;
  font-size: 16px;
  max-width: 47px;
  border-radius: 0;
  text-align: center;
  border-left: 1px solid #dbdbe4;
  border-right: 1px solid #dbdbe4;
}
.sidebar-order__pages-desc{
  color: #979da8;
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
}
.sidebar-order__words{
  display: block;
  font-weight: 700;
}
.sidebar-order__footer{
  background: #fafafa;
  padding: 17px 17px 20px;
}
.sidebar-order__footer span{
  font-weight: 700;
}
.sidebar-order__link{
  width: 100%;
  display: flex;
  color: #084535;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 5px;
  border-radius: 4px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0 1px 2px 0 rgba(16, 102, 144, 0.38);
  background-image: linear-gradient(to top, #1cd0b6, #5cffe2);
}
.sidebar-order__link:hover{
  color: #084535;
  background-image: linear-gradient(to top,#00c3a7,#5cffe2);
}
.sidebar-order__link img{
  margin-left: 7px;
}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_{
  width: auto;
}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_{
  padding: 20px 15px 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
  border-left: 0;
  padding: 0 20px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active{
  padding-right: 0;
}
.xdsoft_datetimepicker{
  z-index: 50;
}
@media (max-width: 991px) {
  .sidebar-order{
    display: none;
  }
}
@media (max-width: 767px) {
  #chat{
    display: none;
  }
}
@media (min-width: 768px) {
  .info-wrap{
    position: sticky;
    top: 70px;
    margin-bottom: 10px;
  }
}
/* sidebar-order */
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #1b121e;
  opacity: .9
}

.exit_window_body_large {
    padding: 60px; 
    padding-top: 40px;
    max-width: 1000px;
    height: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-radius: 13px;
    background: #f4f4f7 url(../img/oval.svg) no-repeat left;
    margin: 10% auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.exit_window_body_large:before {
    content: '';
    background: url(../img/paper.svg) no-repeat center/cover;
    position: absolute;
    width: 327px;
    height: 361px;
    top: -50px;
    left: -60px;
}

.exit_window_body_large .signup-popup__close {
    top: 25px;
    right: 25px;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
}
.close_btn {
  background: url('../img/btn-close-modal.svg') no-repeat center/contain;
  height: 20px;
  width: 20px;
  display: block;
}
.exit_window_body_large .exit_window_box {
    padding-left: 245px;
    position: relative;
    z-index: 2;
}
.exit_window_body_large .exit_window_title {
    margin: 0 0 14px !important;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color: #4f5cba;
    line-height: normal;
}
.exit_window_body_large .exit_window_subtitle {
    margin: 0 !important;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #4f5cba; 
    line-height: normal;
}
.exit_window_body_large .exit_window_color {
    padding: 2px 5px;
    background: #cceafb;
    display: inline-block;
}
.exit_window_body_large .exit_window_btns {
    margin: 40px 0 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 460px;
}
.exit_window_body_large .btn-accent {
    padding: 15px 10px;
    min-width: 285px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    background-color: #ef7a30;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.exit_window_body_large .btn-accent:hover {
    background-color: #4bae4f;
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.exit_window_body_large .btn-link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #31779e;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer;
}
.exit_window_body_large .btn-link:hover {
    opacity: 0.8;
    color: #4f5cba;
}
#popup .exit_window_price{
  color: #4f5cba;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0 45px;
}
.exit_window_price_sm{
  color: #2d394d;
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.exit_window_price_sm:before{
  position: absolute;
  content: '';
  top: 10px;
  left: -5px;
  width: 72px;
  height: 2px;
  transform: rotate(10deg);
  background-color: #2d394d;
}
.exit_window_items{
  display: flex;
  justify-content: space-between;
}
.exit_window_item{
  position: relative;
}
.exit_window_item + .exit_window_item:after{
  position: absolute;
  content: '';
  top: 50%;
  left: -55px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url('../img/icon-line-modal.svg') no-repeat center/contain;
}
#popup .exit_window_bot-title{
  color: #4f5cba;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
.exit_window_bot-desc{
  color: #4f5cba;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
    .exit_window_body_large {
        width: 95%;
    }
    .exit_window_body_large .exit_window_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .exit_window_body_large .exit_window_btns > a {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 900px) {
    .exit_window_body_large:before {
        width: 208px;
        height: 232px;
        top: -41px;
        left: -18px;
    }
    .exit_window_body_large .exit_window_box {
        padding-left: 145px;
    }
}
@media screen and (max-width: 760px) {
    .exit_window_body_large {
        background: #f4f4f7 url(../img/oval.svg) no-repeat -130px; 
    }
    .exit_window_body_large:before {
        display: none;
    }
    .exit_window_body_large .exit_window_box {
        padding-left:20px;
    }
}

@media screen and (max-width: 660px) {
    .exit_window_body_large {
        padding: 60px 10px;
        height: auto;
        background-image: none;
    } 
    .exit_window_body_large .exit_window_title, .exit_window_body_large .exit_window_subtitle {
        text-align: center;
    }
    .exit_window_body_large .exit_window_btns {
        max-width: 100%;
    }
    .exit_window_body_large .btn-accent {
        padding: 15px 30px;
        min-width: auto;
    }
}

@media screen and (max-width: 480px) {
    .exit_window_body_large {
        padding: 60px 10px;
        height: auto;
        background-image: none;
    }
    .exit_window_body_large .exit_window_title {
        font-size: 36px;
    }
    .exit_window_body_large .exit_window_subtitle {
        font-size: 20px;
    }
}
.essay-brief-information {
    background: rgba(89, 116, 179, 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #fff!important;
}
.essay-brief-information p:not(last-child) {
    margin-bottom: 5px;
}
.essay-brief-information p, .essay-brief-information b, .essay-brief-information a {
    color: #fff!important;
}

.alphabet_block_m .alpha_visible,
.alphabet_block_m .alpha_hidden{
    padding: 20px 0 50px;
}
.alphabet_block_m .alpha_hidden{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.alphabet_block_m .alpha_visible ul{
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 20%;*/
    display: inline-block;
    /*float: left;*/
    /*height: auto;*/
}
.alphabet_block_m .alpha_hidden ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    width: 100%;
}
.grid-item { width: 200px; }
.alphabet_block_m .alpha_visible ul li,
.alphabet_block_m .alpha_hidden ul li{
    display: block;
    list-style: none;
}
.alphabet_block_m .alpha_visible ul li a,
.alphabet_block_m .alpha_hidden ul li a{
    font-weight: bold;
    color: #838383;
    text-decoration: none;
    /*padding: 4px 0;*/
    display: block;
    padding: 8px 0 8px 10px;
    position: relative;
}

.alphabet_block_m .alpha_visible ul li a:before,
.alphabet_block_m .alpha_hidden ul li a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18a88e;
    border-radius: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.alphabet_block_m .alpha_visible ul li a:hover:before,
.alphabet_block_m .alpha_hidden ul li a:hover:before{
    -webkit-transform: scaleX(1);
    transform: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18a88e;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}
.alphabet_block_m .alpha_visible ul li a:hover,
.alphabet_block_m .alpha_hidden ul li a:hover{
    color: #fff;
}
.alphabet_block_m .alpha_visible ul li ul,
.alphabet_block_m .alpha_hidden ul li ul{
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
}
.alphabet_block_m .alpha_visible ul li ul li a,
.alphabet_block_m .alpha_hidden ul li ul li a{
    color: #838383;
    font-weight: 300;
    text-decoration: none;
}
.show_all_cat,
.hide_all_cat,
.all_cat{
    display: table;
    width: 100%;
    margin-bottom: 60px;
}
.show_all_cat hr,
.hide_all_cat hr,
.all_cat hr{
    display: block;
    height: 2px;
    border: none;
    vertical-align: middle;
    width: 100%;
    background: #18a88e;
}
.show_all_cat p,
.hide_all_cat p,
.all_cat p{
    width: 300px;
    text-align: center;
    color: white;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #18a88e;
    margin: -30px auto 0 auto;
    padding: 10px 0;
    border-radius: 7px;
}
.show_all_cat:hover hr,
.hide_all_cat:hover hr{
    background: #31779e;
    transition: 0.2s;
}
.show_all_cat:hover p,
.hide_all_cat:hover p{
    background: #31779e;
    transition: 0.2s;
}
.wrapper_hidden .all_cat,
.wrapper_hidden .hide_all_cat{
    margin: 60px 0 0;
}
.wrapper_hidden .all_cat hr{
    background: #838383;
    height: 1px;
}
.wrapper_hidden .all_cat p{
    background: #fff;
    color: #838383;
    width: 250px;
    padding: 7px 0;
    border: 1px solid #838383;
    font-size: 16px;
}
.wrapper_hidden{
    display: none;
}
.wrapper_hidden .alpha_hidden ul li ul{
    margin-bottom: 0;
}
.wrapper_hidden .alpha_hidden ul li{
    margin-bottom: 5px;
}
.alphabet_block_m .alpha_hidden > ul:first-child{
    display: none;
}

@media (max-width: 375px){
    .show_all_cat p,
    .hide_all_cat p{
        width: 200px;
    }
}
@media (min-width: 1200px){
    .grid-item {
        width: 200px;
    }
    .wrapper_alpha {
        width: 1000px;
        margin: 0 auto;
    }
}
@media (max-width: 1199px){
    .alpha_visible.grid {
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (max-width: 992px){
    .alphabet_block_m .alpha_hidden {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (max-width: 768px){
    .alphabet_block_m .alpha_hidden {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .alpha_visible.grid {
        max-width: 600px;
    }
}
@media (max-width: 665px){
    .alpha_visible.grid {
        max-width: 400px;
    }
}
@media (max-width: 560px){
    .alphabet_block_m .alpha_hidden {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}