/*Custom CSS file*/
/*$brand-primary:         #e71945 !default;
$brand-success:         #5cb85c !default;
$brand-info:            #5bc0de !default;
$brand-warning:         #f0ad4e !default;
$brand-danger:          #d9534f !default;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #e71945;
    border-color: #d1163e;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ba1337;
    border-color: #5d0a1c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ba1337;
    border-color: #99102d;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ba1337;
    border-color: #99102d;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #99102d;
    border-color: #5d0a1c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #e71945;
    border-color: #d1163e;
}
.btn-primary .badge {
    color: #e71945;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #00bf1b;
    border-color: #00a617;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #008c14;
    border-color: #002605;
}
.btn-success:hover {
    color: #fff;
    background-color: #008c14;
    border-color: #00680f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008c14;
    border-color: #00680f;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #00680f;
    border-color: #002605;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #00bf1b;
    border-color: #00a617;
}
.btn-success .badge {
    color: #00bf1b;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ff9c00;
    border-color: #e68c00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cc7d00;
    border-color: #663e00;
}
.btn-warning:hover {
    color: #fff;
    background-color: #cc7d00;
    border-color: #a86700;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc7d00;
    border-color: #a86700;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #a86700;
    border-color: #663e00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ff9c00;
    border-color: #e68c00;
}
.btn-warning .badge {
    color: #ff9c00;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #ec0033;
    border-color: #d3002d;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b90028;
    border-color: #530012;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b90028;
    border-color: #950020;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b90028;
    border-color: #950020;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #950020;
    border-color: #530012;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #ec0033;
    border-color: #d3002d;
}
.btn-danger .badge {
    color: #ec0033;
    background-color: #fff;
}

.btn-link {
    color: #e71945;
    font-weight: normal;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #a31130;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #e71945;
}
.nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e71945;
}

.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

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

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 46px;
}

h2, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-size: 31px;
}

h4, .h4 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

p {
    margin: 0 0 12.5px;
}

.lead {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 27px;
    }
}

small,
.small {
    font-size: 88%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

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

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

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #e71945;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #ba1337;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #e71945;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #ba1337;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 25px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.42857143;
}

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

.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-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e71945;
    border-color: #e71945;
}
.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: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, .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 {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fad2da;
}

.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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    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;
}

/* Colour */
/*@font-face {
  font-family: "icons";
  src: url('../font/sqr.eot?1469713349');
  src: url('../font/sqr.eot?&1469713349#iefix') format('embedded-opentype'), url('../font/sqr.ttf?1469713351') format('truetype'), url('../font/sqr.woff?1469713345') format('woff'), url('../font/sqr.svg?1469713346') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis";
  src: url('../font/Dosis-Light.eot?1469713358');
  src: url('../font/Dosis-Light.eot?&1469713358#iefix') format('embedded-opentype'), url('../font/Dosis-Light.ttf?1469713352') format('truetype'), url('../font/Dosis-Light.svg?1469713349') format('svg'), url('../font/Dosis-Light.woff?1469713346') format('woff'), url('../font/Dosis-Light.woff2?1469713352') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Dosis";
  src: url('../font/Dosis-Regular.eot?1469713354');
  src: url('../font/Dosis-Regular.eot?&1469713354#iefix') format('embedded-opentype'), url('../font/Dosis-Regular.ttf?1469713350') format('truetype'), url('../font/Dosis-Regular.svg?1469713355') format('svg'), url('../font/Dosis-Regular.woff?1469713355') format('woff'), url('../font/Dosis-Regular.woff2?1469713357') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dosis";
  src: url('../font/Dosis-SemiBold.eot?1469713357');
  src: url('../font/Dosis-SemiBold.eot?&1469713357#iefix') format('embedded-opentype'), url('../font/Dosis-SemiBold.ttf?1469713348') format('truetype'), url('../font/Dosis-SemiBold.svg?1469713351') format('svg'), url('../font/Dosis-SemiBold.woff?1469713347') format('woff'), url('../font/Dosis-SemiBold.woff2?1469713356') format('woff2');
  font-weight: 600;
  font-style: normal;
}*/
/*
@include font-face('SourceSansPro', font-files('SourceSansPro-LightIt.ttf', 'SourceSansPro-LightIt.svg', 'SourceSansPro-LightIt.woff', 'SourceSansPro-LightIt.woff2'), 'SourceSansPro-LightIt.eot', lighter, italic);
@include font-face('SourceSansPro', font-files('SourceSansPro-Light.ttf', 'SourceSansPro-Light.svg', 'SourceSansPro-Light.woff', 'SourceSansPro-Light.woff2'), 'SourceSansPro-Light.eot', lighter, normal);
@include font-face('SourceSansPro', font-files('SourceSansPro-Regular.ttf', 'SourceSansPro-Regular.svg', 'SourceSansPro-Regular.woff', 'SourceSansPro-Regular.woff2'), 'SourceSansPro-Regular.eot', normal, normal);
@include font-face('SourceSansPro', font-files('SourceSansPro-Bold.ttf', 'SourceSansPro-Bold.svg', 'SourceSansPro-Bold.woff', 'SourceSansPro-Bold.woff2'), 'SourceSansPro-Bold.eot', bold, normal);
@include font-face('SourceSansPro', font-files('SourceSansPro-BoldIt.ttf', 'SourceSansPro-BoldIt.svg', 'SourceSansPro-BoldIt.woff', 'SourceSansPro-BoldIt.woff2'), 'SourceSansPro-BoldIt.eot', bold, italic);
*/
header .form {
    font-size: 0;
    padding: 26px 26px 0;
    background: rgba(255, 255, 255, 0.9);
}
header .form .domain {
    opacity: .9;
}
header .form input {
    background-color: #ececec;
    border-color: #cbcbcb #cbcbcb #ececec;
}
header .form button {
    font-weight: bold;
}
header .form button:after {
    font-weight: bold;
}
header .form.domain-required {
    position: relative;
}
header .form.domain-required form {
    z-index: 3;
    position: relative;
    color: #ffffff;
    border: 2px solid #ffffff;
}
header .form.domain-required form input {
    color: #ffffff;
    background-color: transparent;
    padding-bottom: 0;
    border-color: transparent;
}
header .form.domain-required form button {
    color: #000000;
    background-color: #ffffff;
}
header .form.domain-required form button:after {
    color: #000000;
}
header .form.domain-required .domain-required-text {
    display: block;
}
header .form .domain-required-text {
    z-index: 3;
    display: none;
    position: absolute;
    color: #ffffff;
    line-height: 100%;
    margin: 0;
}
header .form h5 {
    width: 100%;
    top: -50px;
    font-size: 26px;
    font-weight: bold;
}
header .form h5 .close {
    font-size: 28px;
    font-weight: normal;
    line-height: 14px;
    float: right;
    padding: 10px;
    margin-right: -10px;
    cursor: pointer;
}
header .form p {
    bottom: -50px;
    font-size: 20px;
}
header .form p a {
    color: #ffffff;
    text-decoration: underline;
}
header .form .search {
    z-index: 5;
    position: relative;
}
header .form .search .close {
    font-size: 28px;
    font-weight: normal;
    line-height: 14px;
    float: right;
    padding: 10px;
    color: #fff;
    opacity: 1;
    margin-right: -10px;
    cursor: pointer;
    position: absolute;
    top: -28px;
    right: -18px;
}

header.home .quick {
    margin-bottom: 54px;
}
header.home .information {
    margin-bottom: 120px;
}
header a, header a:hover, header a:active {
    outline: none;
    text-decoration: none;
}
header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .information {
    margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
    header .information {
        padding-top: 110px;
    }
}
header .sticky {
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    font-size: 0;
}

header nav.mobile {
    width: 100%;
    display: inline-block;
    position: fixed;
    z-index: 10;
}
header nav.mobile .main {
    width: 100%;
    bottom: 100%;
    position: absolute;
    display: block;
    background-color: #ececec;
    padding: 20px 30px;
    text-align: center;
    overflow-y: auto;
}
header nav.mobile .main .menu li {
    border-bottom: 1px solid #cbcbcb;
}
header nav.mobile .main .menu li:last-of-type, header nav.mobile .main .menu li.last {
    border-bottom-color: transparent;
}
header nav.mobile .main .menu li a {
    color: #000000;
    width: 100%;
    font-size: 18px;
    padding: 21px;
    display: inline-block;
}
header nav.mobile .logo {
    color: #ff8617;
    background-color: #ffffff;
    font-size: 82px;
    line-height: 100%;
    padding: 14px;
    position: relative;
    display: inline-block;
    max-width: 110px;
}
header nav.mobile .menus {
    color: #ffffff;
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-left: -110px;
    padding-left: 110px;
    vertical-align: top;
}
header nav.mobile .menus ul {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: inline-block;
}
header nav.mobile .menus ul li {
    font-family: "Dosis", sans-serif;
    display: inline-block;
}
header nav.mobile .menus ul li a {
    color: #ffffff;
    padding: 18px 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 18.5px;
}
header nav.mobile .menus ul li:last-of-type {
    padding-right: 12px;
}
header nav.mobile .menus ul li.bold {
    font-weight: bold;
}
header nav.mobile .menus ul li.icon a {
    font-family: "icons", sans-serif;
}
header nav.mobile .menus .top {
    background-color: #ff8617;
}
header nav.mobile .menus .top li {
    padding-left: 5px;
}
header nav.mobile .menus .top li:after {
    content: '|';
    font-size: 18px;
    padding-left: 5px;
    vertical-align: sub;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
header nav.mobile .menus .top li.cart, header nav.mobile .menus .top li.search, header nav.mobile .menus .top li.account {
    padding-left: 0;
}
header nav.mobile .menus .top li.cart:after, header nav.mobile .menus .top li.search:after, header nav.mobile .menus .top li.account:after {
    display: none;
}
header nav.mobile .menus .top li.search:after {
    content: '|';
    font-size: 18px;
    padding-right: 5px;
    vertical-align: sub;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
header nav.mobile .menus .top li.search {
    padding: 0 5px;
}
header nav.mobile .menus .top li.account a {
    padding: 10px;
    margin-left: 5px;
    border: 2px solid #ffffff;
}
header nav.mobile .menus .bottom {
    background-color: #000000;
}
header nav.mobile .menus .bottom ul {
    width: auto;
    display: inline-block;
}
header nav.mobile .menus .bottom ul li {
    padding: 0 7px;
}
header nav.mobile .menus .bottom .domain {
    float: left;
    margin: 10px 0 10px 14px;
    width: 46%;
}
header nav.mobile .menus .bottom .domain input {
    color: #ffffff;
    border: 1px solid #ffffff;
}
header nav.mobile .menus .bottom .domain button {
    border: 1px solid;
}
header nav.mobile .menus .bottom .domain button:before, header nav.mobile .menus .bottom .domain button:after {
    line-height: 105%;
}

header nav.quick {
    text-align: right;
    padding: 88px 0 42px;
}
@media screen and (max-width: 991px) {
    header nav.quick {
        display: none;
    }
}
header nav.quick ul {
    width: 100%;
    display: inline-block;
}
header nav.quick ul li {
    color: #ffffff;
    display: inline-block;
}
header nav.quick ul li:after {
    content: '|';
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
}
header nav.quick ul li:last-of-type:after {
    content: '';
    padding: 0 15px 0 0;
}
header nav.quick ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 100%;
}
header nav.quick ul li.bold a {
    font-weight: bold;
}
header nav.quick ul li.icon a {
    font-family: "icons", sans-serif;
}

header .information .square {
    border: 2px solid #fff;
    position: relative;
    width: 100%;
}
header .information .square .button {
    float: right;
    font-size: 16px;
    color: #000000;
    padding: 22px 20px;
    line-height: 100%;
}
header .information .square .button:after {
    font-size: 22px;
    line-height: 16px;
    vertical-align: sub;
}
header .information .square .button:hover {
    color: #ff8617;
}
header .information .square .latest-posts {
    padding: 4px 22px 16px;
}
header .information .square .latest-posts li {
    border-bottom: 1px solid #ececec;
}
header .information .square .latest-posts li:last-of-type {
    border-bottom: 0;
}
header .information .square .latest-posts li a {
    color: #ffffff;
    padding: 22px 0 16px;
    font-size: 0;
    display: block;
    width: 100%;
    position: relative;
}
header .information .square .latest-posts li a:hover {
    color: #dddddd;
}
header .information .square .latest-posts li a p {
    width: 95%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
}
header .information .square .latest-posts li a p strong, header .information .square .latest-posts li a p span {
    display: inline-block;
    width: 100%;
}
header .information .square .latest-posts li a p span {
    margin-bottom: 6px;
}
header .information .square .latest-posts li a p strong {
    font-weight: bold;
}
header .information .square .latest-posts li a .icon {
    width: 5%;
    position: absolute;
    line-height: 200%;
    font-size: 20px;
    display: inline-block;
    text-align: right;
}
header .information .square .announcement {
    color: #ffffff;
    padding: 50px 30px;
    text-align: center;
    font: lighter 50px "Dosis", sans-serif;
}

header .sticky.bottom {
    z-index: 10;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 -1px 2px #ececec;
    -webkit-box-shadow: 0 -1px 2px #ececec;
    box-shadow: 0 -1px 2px #ececec;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s;
}
@media screen and (max-width: 1199px) {
    header .sticky.bottom {
        display: none;
    }
}
header .sticky.bottom.scrolled {
    margin-top: 60px;
}
header .sticky.bottom form input {
    border-width: 0 !important;
    padding-left: 158px;
}

header .sticky.top {
    z-index: 11;
    display: none;
    background-color: #000000;
}
header .sticky.top ul.menu {
    width: 100%;
    height: 60px;
    font-weight: normal;
    display: inline-block;
}
header .sticky.top ul.menu li.menu-item-has-children:hover > ul.sub-menu {
    pointer-events: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
header .sticky.top ul.menu ul.sub-menu {
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
header .sticky.top ul.menu > li {
    display: inline-block;
    margin: 10px 32px 0 0;
    float: left;
}
header .sticky.top ul.menu > li:last-of-type {
    margin-right: 0;
}
header .sticky.top ul.menu > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 10px 20px;
    display: inline-block;
    text-decoration: none;
}
header .sticky.top ul.menu > li > a:hover {
    color: #dddddd;
}
header .sticky.top ul.menu > li > ul.sub-menu {
    display: block;
    position: absolute;
    max-width: 16%;
    margin-left: -30px;
}
header .sticky.top ul.menu > li > ul.sub-menu a {
    width: 100%;
    padding: 20px 32px;
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
    line-height: 100%;
    font-size: 14px;
}
header .sticky.top ul.menu > li > ul.sub-menu a:hover {
    background-color: #e5e5e5;
}
header .sticky.top ul.menu > li > ul.sub-menu > li:hover > a {
    background-color: #e5e5e5;
}
header .sticky.top ul.menu > li > ul.sub-menu li {
    width: 100%;
    padding-right: 2px;
    display: inline-block;
    font-size: 0;
}
header .sticky.top ul.menu > li > ul.sub-menu li:hover:before, header .sticky.top ul.menu > li > ul.sub-menu li:hover + li:before {
    background-color: #ffffff;
}
header .sticky.top ul.menu > li > ul.sub-menu li:before {
    content: '';
    height: 1px;
    display: block;
    background-color: #e5e5e5;
    border-width: 0 32px;
    border-style: solid;
    border-color: #ffffff;
}
header .sticky.top ul.menu > li > ul.sub-menu li:first-of-type:before {
    height: 0;
}
header .sticky.top ul.menu > li > ul.sub-menu li.menu-item-has-children > a:after {
    /*content: '>';*/
    margin-left: 16px;
    font: 18px/12px "icons", sans-serif;
}
header .sticky.top ul.menu > li > ul.sub-menu > li ul.sub-menu {
    width: 100%;
    margin-top: -54px;
    display: block;
    position: absolute;
    left: 100%;
}
header .sticky.top ul.menu > li.logo {
    margin-top: 0;
    padding: 0;
}
header .sticky.top ul.menu > li.logo a {
    color: #ff8617;
    background-color: #ffffff;
    padding: 72px 32px 36px;
    font: 136px/67% "icons", sans-serif;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
header .sticky.top ul.menu > li.logo a:hover {
    color: #000000;
}
header .sticky.top ul.menu > li.logo a span {
    line-height: 67%;
}
header .sticky.top ul.menu > li.logo.scrolled a {
    font-size: 78px;
    padding: 42px 19px 26px;
}
header .sticky.top ul.menu > li.account {
    float: right;
    position: relative;
}
header .sticky.top ul.menu > li.account a {
    padding: 9px;
    border: 2px solid #ffffff;
    font-weight: bold;
}
header .sticky.top ul.menu > li.account a:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

#menu-snelle-mobiele-links .account .dropdown-menu,
#menu-algemene-navigatie .account .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    position: absolute;
    padding: 15px 25px 20px;
    display: none;
    width: 240px;
    height: auto;
    left: initial;
    right: 0;
    top: 50px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li,
#menu-algemene-navigatie .account .dropdown-menu > li {
    text-align: left;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #cbcbcb;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li.username-line,
#menu-algemene-navigatie .account .dropdown-menu > li.username-line {
    font-size: 16px;
    padding-bottom: 27px;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li.username-line span,
#menu-algemene-navigatie .account .dropdown-menu > li.username-line span {
    color: #929292;
    font-size: 15px;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li:last-of-type,
#menu-algemene-navigatie .account .dropdown-menu > li:last-of-type {
    border-bottom: none;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li.nav-divider,
#menu-algemene-navigatie .account .dropdown-menu > li.nav-divider {
    display: none;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li > a,
#menu-algemene-navigatie .account .dropdown-menu > li > a {
    color: #000;
    padding: 0;
    border: 0;
    font-weight: normal;
}
#menu-snelle-mobiele-links .account .dropdown-menu > li:after,
#menu-algemene-navigatie .account .dropdown-menu > li:after {
    content: none;
}

header .information .usp {
    vertical-align: bottom;
    margin: 80px 0 30px 0;
    color: #ffffff;
}
header .information .usp h1 {
    margin-bottom: 28px;
    font-size: 46px;
    font-weight: bold;
}
header .information .usp p {
    font-size: 24px;
    line-height: 120%;
}
header .information .usp ul li {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}
header .information .usp ul li:last-of-type {
    margin-bottom: 0;
}
header .information .usp ul li:before {
    content: "\25A0";
    font-size: 10px;
    line-height: 20px;
    margin-right: 12px;
    vertical-align: top;
}

main article {
    margin-bottom: 60px;
}
main article .thumbnail {
    display: block;
    overflow: hidden;
    max-height: 480px;
    position: relative;
}
main article .thumbnail img {
    height: auto;
    width: 100%;
}
main article .thumbnail time {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
    line-height: 100%;
    padding: 20px 28px;
    background-color: #ff8617;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}
main article .thumbnail time strong {
    font-weight: bold;
}
main article .post {
    border: 1px solid #dddddd;
}
main article .post h3 {
    margin: 0;
    padding: 38px 28px 12px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
main article .post > div {
    margin: 0 28px;
}
main article .post .btn {
    text-decoration: none;
}
main article .excerpt {
    padding-bottom: 28px;
    font-size: 14px;
}
main article .excerpt p {
    margin: 6px 0;
}
main article .meta {
    font-size: 12px;
    padding-bottom: 36px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
}
main article .meta a {
    color: #000000;
}
main article .btn {
    color: #ffffff;
}
main article .btn:hover {
    color: #ffffff;
}

main {
    color: #414b4a;
    font: normal lighter 17px/150% "Dosis", sans-serif;
}
main p {
    margin-bottom: 30px;
}
main p:first-of-type strong, main p:first-of-type b {
    font-weight: normal;
}
main b, main strong {
    font-weight: bold;
}
main i, main em {
    font-style: italic;
}
main u {
    text-decoration: underline;
}
main del {
    text-decoration: line-through;
}
main hr {
    border: 0;
    height: 1px;
    background-color: #cbcbcb;
    margin-bottom: 30px;
}
main a {
    color: #ff8617;
}
main img {
    max-width: 100%;
    height: auto;
}
main img.alignleft, main img.alignright {
    display: inline-block;
    float: left;
    width: 45%;
}
main img.alignleft {
    margin-right: 5%;
}
main img.alignright {
    margin-left: 5%;
}
main h1 {
    font-size: 32px;
}
main h2 {
    font-size: 28px;
}
main h3 {
    font-size: 24px;
}
main h4 {
    font-size: 20px;
}
main h5 {
    font-size: 18px;
    color: #414b4a !important;
}
main h6 {
    margin-top: 0;
    font-size: 16px;
    color: #646464 !important;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
    color: #000000;
    width: 100%;
    line-height: 110%;
    display: inline-block;
    margin-bottom: 20px;
}
main h1:last-child, main h2:last-child, main h3:last-child, main h4:last-child, main h5:last-child, main h6:last-child {
    margin-bottom: 0;
}
main h1:first-of-type, main h2:first-of-type, main h3:first-of-type, main h4:first-of-type, main h5:first-of-type, main h6:first-of-type {
    margin-top: 0;
}

nav.pagination {
    text-align: right;
    padding-top: 30px;
}
nav.pagination a, nav.pagination span {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 26px;
    border: 2px solid;
    margin-right: 12px;
}
nav.pagination a:last-child, nav.pagination span:last-child {
    margin-right: 0;
}
nav.pagination a {
    color: #cbcbcb;
}
nav.pagination a:hover {
    color: #000000;
}
nav.pagination a.next, nav.pagination a.prev {
    display: none;
}
nav.pagination span.dots {
    color: #cbcbcb;
}

section.faq {
    color: #000000;
    background-color: #ececec;
    padding: 64px 0;
    text-align: center;
}
section.faq .row {
    text-align: left;
}
section.page h1,
section.products h1 {
    font-size: 42px;
    font-weight: bold;
}
section.page h2,
section.products h2 {
    font-size: 36px;
    font-weight: bold;
}
section.page h3,
section.products h3 {
    font-size: 32px;
    font-weight: bold;
}
section.page form ul,
section.products form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.page form .validation_error,
section.products form .validation_error {
    margin-bottom: 24px;
    font-weight: normal;
}
section.page form .hidden_label label,
section.products form .hidden_label label {
    display: none;
}
section.page form .gfield,
section.products form .gfield {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
section.page form .gfield input, section.page form .gfield select, section.page form .gfield textarea,
section.products form .gfield input,
section.products form .gfield select,
section.products form .gfield textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    border: 1px solid #e9e9e9;
    background-color: #f5f5f5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
section.page form .gfield.gfield_error input, section.page form .gfield.gfield_error select, section.page form .gfield.gfield_error textarea,
section.products form .gfield.gfield_error input,
section.products form .gfield.gfield_error select,
section.products form .gfield.gfield_error textarea {
    border-color: darkred;
}
section.page form .gfield.gfield_error .validation_message,
section.products form .gfield.gfield_error .validation_message {
    display: inline-block;
    padding: 8px 14px;
    background-color: #cbcbcb;
    position: relative;
    margin-top: 20px;
}
section.page form .gfield.gfield_error .validation_message:before,
section.products form .gfield.gfield_error .validation_message:before {
    content: "";
    border-bottom: 20px solid #cbcbcb;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    display: inline-block;
    position: absolute;
    bottom: 100%;
}
section.page #wpgmza_map,
section.products #wpgmza_map {
    width: 100%;
    height: 540px;
    margin-bottom: 60px;
    background-color: #ececec;
}

section.post {
    padding: 64px 0 100px;
}
section.post a {
    text-decoration: underline;
}
section.post a:hover {
    color: #ff8617;
    text-decoration: none;
}
section.post hr {
    color: #ededed;
}
section.post img {
    margin-bottom: 28px;
    height: auto;
    width: 100%;
}
section.post blockquote {
    margin: 0;
    padding: 10px 40px;
    position: relative;
}
section.post blockquote p {
    margin-top: 0;
}
section.post blockquote p:last-of-type {
    margin-bottom: 0;
}
section.post blockquote:before, section.post blockquote:after {
    color: #cccccc;
    font-size: 46px;
    font-weight: bold;
    position: absolute;
    line-height: 0;
}
section.post blockquote:before {
    content: '\201C';
    top: 30px;
    left: 10px;
}
section.post blockquote:after {
    content: '\201D';
    bottom: 6px;
    right: 24px;
}
section.post .share .essb_item {
    position: relative !important;
    padding: 0 10px !important;
}
section.post .share .essb_item > a {
    width: 100% !important;
}
section.post .share .essb_counter {
    font-family: "Dosis", sans-serif !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 18px 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 12px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}
section.post .share .essb_counter:after {
    width: 0px !important;
    margin-top: 0px !important;
    border-top-color: #ffffff !important;
}
section.post .share .essb_counter:before {
    content: '';
    top: 100%;
    left: 50%;
    right: 50%;
    width: 0;
    margin: 0 -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e5e5e5;
    position: absolute;
}
section.post .share .essb_item a {
    padding: 4px 0 !important;
    text-align: center;
}
section.post .share .essb_item a .essb_network_name {
    margin-left: 1px !important;
    line-height: 130% !important;
}
section.post .share .essb_item.essb_link_google .essb_icon {
    display: none !important;
}
section.post .share .essb_item.essb_link_mail a {
    margin: 1px -1px !important;
    border: 1px solid #e5e5e5 !important;
    background-color: #ffffff !important;
}
section.post .share .essb_item.essb_link_mail a .essb_network_name {
    color: #000000 !important;
}
section.post .share .essb_item.essb_link_mail a .essb_icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
section.post .subscribe {
    margin: 1em 0;
}
section.post .subscribe h6 {
    margin: 0;
    height: 38px;
    font-weight: bold;
    color: #000000 !important;
}
section.post .subscribe form {
    margin: 0;
    border: 1px solid #dddddd;
}
section.post .subscribe form input.form-control {
    background-color: #ececec;
    z-index: 3;
    border: 0;
}
section.post .subscribe form button.btn-default {
    color: #000000;
    border: 0;
}
section.post .subscribe form button.btn-default:before, section.post .subscribe form button.btn-default:after {
    line-height: 0;
}
section.post .comments {
    border: 1px solid #e5e5e5;
    padding: 50px;
    margin-top: 50px;
}

section.related {
    padding: 64px 0;
    text-align: center;
}
section.related ul.posts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
section.related ul.posts li {
    float: none;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    section.related ul.posts li {
        margin-bottom: 40px;
    }
}
section.related ul.posts li a {
    color: #000000;
}
section.related ul.posts li img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
}
section.related ul.posts li h3 {
    color: #000000;
    margin: 40px 0 20px;
}
section.related ul.posts li h3:after {
    content: '';
    width: 70%;
    height: 1px;
    margin: 0 15%;
    background-color: #d9d9d9;
    display: inline-block;
}
section.related ul.posts li .btn {
    margin-top: 30px;
}

aside .categories ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ececec;
}
aside .categories ul li:last-of-type {
    border-bottom: 0;
}
aside .categories ul li a {
    color: #000000;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    padding: 14px 0;
}
aside .categories ul li a:hover {
    color: #ff8617;
}
aside .categories ul li a:before {
    content: ">";
    font-family: "icons", sans-serif;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: baseline;
}
aside .tags ul li {
    display: inline-block;
    margin: 0 6px 6px 0;
}
aside .tags ul li a {
    color: #000000;
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    line-height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
aside .tags ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
aside .tp_recent_tweets ul {
    margin: 0;
    padding: 10px 0 0 0;
}
aside .tp_recent_tweets ul li {
    font-size: 14px;
}
aside .tp_recent_tweets ul li a {
    color: #000000;
    font-weight: bold;
}
aside .textwidget {
    font-size: 18px;
}
aside .textwidget .item {
    margin: 10px 0;
}
aside .textwidget .item:first-of-type {
    margin-top: 0;
}
aside .textwidget .item a {
    color: #000000;
    text-decoration: underline;
}

main .widget.widget_tp_widget_recent_tweets {
    width: 100%;
    margin: 60px 0;
    display: inline-block;
    border: 1px solid #ececec;
    -moz-box-shadow: 1px 1px 0 0 #cbcbcb;
    -webkit-box-shadow: 1px 1px 0 0 #cbcbcb;
    box-shadow: 1px 1px 0 0 #cbcbcb;
}
main .widget.widget_tp_widget_recent_tweets h4 {
    margin: 0;
    font-weight: bold;
    background-color: #ececec;
    padding: 22px 32px;
}
main .widget.widget_tp_widget_recent_tweets ul {
    margin: 0;
    width: 100%;
    padding: 20px;
    list-type: none;
    display: inline-block;
}
main .widget.widget_tp_widget_recent_tweets ul li {
    clear: none;
    padding: 0 40px;
    display: inline-block;
    width: 33.33333333%;
}
@media screen and (max-width: 767px) {
    main .widget.widget_tp_widget_recent_tweets ul li {
        width: 100%;
    }
}
main .widget .textwidget {
    text-align: center;
}

footer .advice {
    background: #ececec;
    padding: 40px 0;
}
@media screen and (max-width: 991px) {
    footer .advice h3, footer .advice p {
        text-align: center;
    }
    footer .advice .item.icon.circle {
        margin-bottom: 20px;
    }
    footer .advice .item.icon.circle span {
        display: block;
        margin: 0 auto 6px;
        font-size: 24px;
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
}
@media screen and (max-width: 479px) {
    footer .advice .row.icons {
        text-align: center;
    }
}
footer .advice .image {
    text-align: center;
    margin-bottom: -74px;
}
@media screen and (max-width: 991px) {
    footer .advice .image {
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 20px;
        max-width: 200px;
        max-height: 200px;
        border: 1px solid #cbcbcb;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }
    footer .advice .image img {
        height: auto;
        max-width: 100%;
        margin: 0 -50%;
    }
}
footer .advice .text {
    font-size: 0;
}
footer .advice .text h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}
footer .advice .text p {
    margin: 15px 0 30px;
    font-size: 14px;
    line-height: 24px;
}
footer .advice .text a {
    color: #000000;
    text-decoration: underline;
}
footer .advice .text a:hover {
    color: #ff8617;
}
@media screen and (max-width: 767px) {
    footer .advice .text .row.icons {
        text-align: left;
    }
}
footer .advice .text .item {
    margin-bottom: 15px;
    display: inline-block;
    line-height: 120%;
    font-size: 14px;
    font-weight: bold;
}
footer .advice .text .item:before, footer .advice .text .item:after {
    border-color: #888888;
}
@media screen and (min-width: 992px) {
    footer .advice .text h3 {
        margin-top: 24px;
    }
}

footer .bottom {
    padding: 18px 0 64px;
    color: #cbcbcb;
    text-align: center;
}
footer .bottom .right, footer .bottom .left {
    margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
    footer .bottom .right span, footer .bottom .left span {
        margin-top: 6px !important;
        text-align: center;
    }
    footer .bottom .right .menu, footer .bottom .left .menu {
        text-align: center;
    }
    footer .bottom .right .menu li, footer .bottom .left .menu li {
        max-width: none;
        margin-bottom: 18px;
    }
}
footer .bottom .right span, footer .bottom .left span {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    margin-top: 22px;
    color: #646464;
}
footer .bottom .right .menu, footer .bottom .left .menu {
    margin: 0;
    padding: 0;
}
footer .bottom .right .menu li, footer .bottom .left .menu li {
    width: auto;
    max-width: 18%;
    display: inline-block;
}
footer .bottom .right .menu li img, footer .bottom .left .menu li img {
    height: auto;
    max-height: 44px;
    width: auto;
    max-width: 100%;
}
footer .bottom .left {
    float: left;
    text-align: left;
}
footer .bottom .left li {
    margin-right: 2.5%;
}
footer .bottom .left li:last-of-type {
    margin-right: 0;
}
footer .bottom .right {
    float: right;
    text-align: right;
}
footer .bottom .right li {
    margin-left: 2.5%;
}
footer .bottom .right li:first-of-type {
    margin-left: 0;
}
footer .bottom ul.bottom-navigation {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px;
}
footer .bottom ul.bottom-navigation li {
    display: inline-block;
}
footer .bottom ul.bottom-navigation li a {
    color: #ff8617;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
}
footer .bottom ul.bottom-navigation li a:hover {
    color: #000000;
}
footer .bottom ul.bottom-navigation li:after {
    content: '|';
    margin: 12px;
    font-size: 14px;
    color: #ececec;
}
footer .bottom ul.bottom-navigation li:last-of-type:after {
    content: '';
    margin: 0;
    font-size: 0;
}
footer .bottom .copyright {
    font-size: 14px;
    font-family: "Dosis", sans-serif;
}

footer .clients {
    padding: 30px 0;
}
footer .clients h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin: 16px 0 50px;
}
footer .clients .menu {
    margin: 0;
    padding: 0;
}
footer .clients .menu li {
    display: inline-block;
    margin-bottom: 26px;
}
footer .clients .menu li a {
    width: 100%;
    line-height: 140px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
footer .clients .menu li a img {
    max-width: 100%;
    height: auto;
}

footer .rating {
    display: none;
    color: #cbcbcb;
    text-align: center;
    padding: 36px 0;
}
footer .rating h3 {
    margin: 0;
    line-height: 120%;
    font-size: 34px;
    font-style: italic;
}
footer .rating h3 i {
    font-style: normal;
    font-size: 26px;
    font-family: "icons", sans-serif;
    margin-right: 4px;
}
footer .rating h3 span {
    color: #ff8617;
}
footer .rating h3 span:last-of-type {
    margin-left: 14px;
}
footer .rating p {
    margin: 0;
    line-height: 120%;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

footer .sitemap {
    background: #ececec;
    padding: 38px 0 16px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
}
footer .sitemap h4 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
}
footer .sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .sitemap ul.sub-menu {
    margin-bottom: 32px;
}
footer .sitemap ul.sub-menu li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 100%;
}
footer .sitemap ul.sub-menu li.col-md-12 {
    padding: 0;
}
footer .sitemap ul.sub-menu li a {
    color: #000000;
    text-decoration: none;
}
footer .sitemap ul.sub-menu li a:hover {
    color: #ff8617;
    text-decoration: underline;
}

footer .social {
    padding: 44px 0;
    color: #ffffff;
    background-color: #000000;
}
footer .social .menu {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 991px) {
    footer .social .menu {
        margin-bottom: 20px;
    }
}
footer .social .menu li {
    width: 20%;
    text-align: center;
    display: inline-block;
}
footer .social .menu li a {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}
footer .social .menu li a:hover {
    color: #ff8617;
}
footer .social .menu li a:before {
    width: 100%;
    line-height: 110%;
    margin-bottom: 10px;
    font-family: "icons", sans-serif;
    font-size: 34px;
    display: inline-block;
}
footer .social .menu li.facebook a:before {
    content: 'f';
}
footer .social .menu li.twitter a:before {
    content: 't';
}
footer .social .menu li.linkedin a:before {
    content: 'I';
}
footer .social .menu li.instagram a:before {
    content: 'i';
}
footer .social .menu li.gplus a:before {
    content: 'g';
}
footer .social .subscribe-block {
    font-size: 18px;
    height: 62px;
}
footer .social .subscribe-block .subscribe ul {
    margin: 0;
    padding: 0;
}
footer .social .subscribe-block .subscribe ul li {
    list-style-type: none;
}
footer .social .subscribe-block .subscribe label {
    display: none;
}
footer .social .subscribe-block .subscribe input {
    border: 1px solid #cccccc;
    background-color: #ececec;
    font-size: 18px;
    padding: 10px 16px;
    color: #000000;
    height: 62px;
    width: 100%;
}
footer .social .subscribe-block .subscribe .btn {
    border-width: 1px 1px 1px 0;
    border-color: #cccccc #cccccc #cccccc #ffffff;
    line-height: 80%;
    height: 62px;
}
footer .social .subscribe-block .subscribe .gform_footer {
    position: relative;
    float: right;
    top: -62px;
}
footer .social .subscribe-block .subscribe .gform_confirmation_message {
    padding: 10px 16px;
    margin-top: 21px;
}

.block {
    width: 92%;
    margin-left: 8%;
    display: inline-block;
    margin-bottom: 36px;
    border: 1px solid #ececec;
    -moz-box-shadow: 1px 1px 0 0 #cbcbcb;
    -webkit-box-shadow: 1px 1px 0 0 #cbcbcb;
    box-shadow: 1px 1px 0 0 #cbcbcb;
}
@media screen and (max-width: 767px) {
    .block {
        width: 100%;
        margin-left: 0;
    }
}
.block a {
    text-decoration: none;
}
.block h4 {
    background-color: #ececec;
    font-size: 24px;
    padding: 22px 32px;
    margin: 0;
}
.block img {
    width: 100%;
}
.block > ul, .block > div {
    margin: 0;
    padding: 16px 32px;
}

.tinted-overlay {
    background-color: #ff8617;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: left top, center center;
}

.side-lines {
    width: 100%;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center;
}
.side-lines span {
    position: relative;
    display: inline-block;
    width: 100%;
}
.side-lines span:before {
    right: 0;
}
.side-lines span:after {
    left: 0;
}
.side-lines span:before, .side-lines span:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: 28vw;
    max-width: 360px;
    height: 55%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
@media screen and (max-width: 991px) and (min-width: 480px) {
    .side-lines span:before, .side-lines span:after {
        width: 14vw;
    }
}
@media screen and (max-width: 479px) {
    .side-lines span:before, .side-lines span:after {
        width: 0;
    }
}

.whitespace {
    height: 60px;
    width: 100%;
    display: inline-block;
}

.domain-extensions .categories {
    text-align: right;
}
.domain-extensions .categories h4 {
    height: 20px;
    margin: 0 0 40px 0;
    padding-right: 60px;
}
.domain-extensions .categories ul {
    margin: 0;
    padding: 10px 0;
    display: block;
    list-style: none;
    border-right: 1px groove #8b8b8b;
}
.domain-extensions .categories ul li {
    display: block;
}
.domain-extensions .categories ul li a {
    cursor: pointer;
    width: 100%;
    color: #8b8b8b;
    border: 1px solid transparent;
    border-right-width: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 60px 6px 36px;
    -moz-transition: background 0.4s, border 0.2s, color, 0.2s;
    -o-transition: background 0.4s, border 0.2s, color, 0.2s;
    -webkit-transition: background 0.4s, border 0.2s, color, 0.2s;
    transition: background 0.4s, border 0.2s, color, 0.2s;
}
.domain-extensions .categories ul li a:hover, .domain-extensions .categories ul li a.selected {
    color: #ffffff;
    background-color: #000000;
    border-color: #8b8b8b;
}
.domain-extensions .extensions {
    margin-top: 54px;
}
.domain-extensions .extensions form {
    display: none;
    background-color: #ff8617;
    position: relative;
    left: 8px;
    width: calc(100% - 16px);
    padding: 19px;
}
.domain-extensions .extensions form.active {
    display: inline-block;
}
.domain-extensions .extensions form input.form-control {
    color: #ffffff;
    border-color: #ffffff;
}
.domain-extensions .extensions form .value {
    position: absolute;
    right: 100%;
    line-height: 120%;
    color: #ffffff;
    padding: 19px;
    font-weight: 600;
    font-size: 18px;
}
.domain-extensions .extensions form .input-group input[type="text"] {
    padding: 17px 28px;
    font-size: 19px;
}
.domain-extensions .extensions form .input-group input[type="text"]::-webkit-input-placeholder {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
.domain-extensions .extensions form .input-group input[type="text"]:-moz-placeholder {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
.domain-extensions .extensions form .input-group input[type="text"]::-moz-placeholder {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
.domain-extensions .extensions form .input-group input[type="text"]:-ms-input-placeholder {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
.domain-extensions .extensions form .input-group button {
    padding: 19px;
    font-size: 17px;
}
.domain-extensions .extensions .item {
    padding: 6px 8px;
}
.domain-extensions .extensions .item.selected {
    background: transparent;
    padding: 6px 8px 12px 8px;
}
.domain-extensions .extensions .item.selected a {
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    position: relative;
    top: 6px;
    font-size: 20px;
    color: #ffffff;
    cursor: s-resize;
    background-color: transparent;
    border-color: transparent;
}
.domain-extensions .extensions .item.selected a:hover {
    background: #ff8617;
}
.domain-extensions .extensions .item.selected:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 8px;
    bottom: 0px;
    left: 8px;
    background: #ff8617;
}
.domain-extensions .extensions .item a {
    cursor: pointer;
    padding: 6px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #d9d9d9;
    background-color: #e9e9e9;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.domain-extensions .extensions .item a:hover {
    background-color: #d9d9d9;
}

.featured-block {
    padding: 52px;
    position: relative;
    border: 1px #ededed solid;
}
.featured-block .picture {
    font-size: 0;
    line-height: 0;
    text-align: right;
    margin-bottom: 52px;
}
.featured-block .picture img {
    width: 85%;
}
@media screen and (max-width: 991px) {
    .featured-block .picture img {
        width: 100%;
    }
}
.featured-block .picture .btn {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.featured-block .btn-link {
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 22px 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
}
.featured-block .btn-link:before, .featured-block .btn-link:after {
    font-size: 32px;
    line-height: 0;
    vertical-align: sub;
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .col-lg-2-4 {
        float: left;
        width: 20%;
    }
}

.col-md-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .col-md-2-4 {
        float: left;
        width: 20%;
    }
}

.col-sm-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .col-sm-2-4 {
        float: left;
        width: 20%;
    }
}

.col-xs-2-4 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.min-bottom-sm {
    margin-bottom: -20px;
}

.min-bottom-md {
    margin-bottom: -40px;
}

.min-bottom-lg {
    margin-bottom: -60px;
}

.after-circle:after,
.before-circle:before {
    width: 42px;
    padding: 10px 0;
    font-size: 22px !important;
    line-height: 100%;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.i {
    line-height: 100%;
    text-decoration: none;
    font: 16px "icons", sans-serif;
}



.ib-logo:before {
    content: "l";
}

.ia-logo:after {
    content: "l";
}

.ib-close:before {
    content: "c";
}

.ia-close:after {
    content: "c";
}

.ib-search:before {
    content: "s";
}

.ia-search:after {
    content: "s";
}

.ib-Star:before {
    content: "S";
}

.ia-Star:after {
    content: "S";
}

.ib-menu:before {
    content: "=";
}

.ia-menu:after {
    content: "=";
}

.ib-basket:before {
    content: "b";
}

.ia-basket:after {
    content: "b";
}

.ib-chat:before {
    content: "C";
}

.ia-chat:after {
    content: "C";
}

.ib-check:before {
    content: "v";
}

.ia-check:after {
    content: "v";
}

.ib-attention:before {
    content: "!";
}

.ia-attention:after {
    content: "!";
}

.ib-phone:before {
    content: "p";
}

.ia-phone:after {
    content: "p";
}

.ib-mail:before {
    content: "m";
}

.ia-mail:after {
    content: "m";
}

.ib-facebook:before {
    content: "f";
}

.ia-facebook:after {
    content: "f";
}

.ib-twitter:before {
    content: "t";
}

.ia-twitter:after {
    content: "t";
}

.ib-linkedin:before {
    content: "I";
}

.ia-linkedin:after {
    content: "I";
}

.ib-instagram:before {
    content: "i";
}

.ia-instagram:after {
    content: "i";
}

.ib-google-plus:before {
    content: "g";
}

.ia-google-plus:after {
    content: "g";
}

.ib-arrow-right:before {
    content: ">";
}

.ia-arrow-right:after {
    content: ">";
}

.ib-arrow-left:before {
    content: "<";
}

.ia-arrow-left:after {
    content: "<";
}

.ib-arrow-up:before {
    content: "^";
}

.ia-arrow-up:after {
    content: "^";
}

.ib-arrow-down:before {
    content: "d";
}

.ia-arrow-down:after {
    content: "d";
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
    height: 62px;
    font-weight: 400;
}
.input-group-lg > .form-control:before, .input-group-lg > .form-control:after,
.input-group-lg > .input-group-addon:before,
.input-group-lg > .input-group-addon:after,
.input-group-lg > .input-group-btn > .btn:before,
.input-group-lg > .input-group-btn > .btn:after {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
}

.input-group-sm input.form-control {
    padding: 8px 28px;
    font-size: 14px;
}
.input-group-sm .btn {
    padding: 8px;
    font-size: 14px;
}
.input-group-sm .btn:before, .input-group-sm .btn:after {
    font-size: 16px;
}

input.form-control {
    color: #000000;
    background-color: transparent;
    padding: 14px 28px;
    border-right-width: 0;
    border: 1px solid #000000;
    font: 16px/120% "Dosis", sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
@media screen and (max-width: 991px) {
    input.form-control {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}
@media screen and (max-width: 767px) {
    input.form-control {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}
input.form-control:focus {
    border-color: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    margin: 0;
    padding: 14px;
    border-width: 0;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    outline: none !important;
    text-decoration: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.btn:hover {
    /*color: inherit;*/
    text-decoration: none;
    /*background-color: inherit;*/
}
.btn:before, .btn:after {
    line-height: 120%;
    font-size: 18px;
}
.btn.btn-default {
    color: #000000;
    background-color: #ffffff;
}
.btn.btn-default:hover, .btn.btn-default:active {
    color: #ff8617;
    background-color: #ffffff;
}
.btn.btn-primary, .btn.btn-primary:disabled {
    color: #ffffff;
    background-color: #ff8617;
    border-color: #ff8617;
}
.btn.btn-primary:hover, .btn.btn-primary:active  {
    color: #ffffff;
    background-color: #ff8617;
    border-color: #ff8617;
}
.btn.btn-link {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}
.btn.btn-custom {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .btn[class*="ia-"], .btn[class*="ib-"] {
        font-size: 0 !important;
    }
    .btn[class*="ia-"]:before, .btn[class*="ia-"]:after, .btn[class*="ib-"]:before, .btn[class*="ib-"]:after {
        margin: 0;
    }
}

.list-group .list-group-item-title:hover {
    background-color: #ffffff;
}
.list-group .list-group-item-btn {
    border-top-width: 0;
    padding: 8px 0 0;
}

.list-check ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-check ul li {
    margin-bottom: 12px;
}
.list-check ul li:before {
    width: 30px;
    color: #ff8617;
    content: "v";
    display: inline-block;
    font: 18px "icons", sans-serif;
}
.list-check ul li:last-of-type {
    padding-bottom: 0;
}

.members {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
}
.members li {
    text-align: center;
    margin-bottom: 30px;
}
.members li .wrapper {
    width: 100%;
    display: inline-block;
    height: 240px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .members li .wrapper {
        height: 213px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .members li .wrapper {
        height: 345px;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .members li .wrapper {
        height: 200px;
    }
}
.members li:hover .picture .default {
    height: 0;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.members li:hover .picture .hover {
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.members li:hover .picture .description {
    bottom: 0;
}
.members li .picture {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ececec;
}
.members li .picture img {
    height: 100%;
    width: auto;
    max-width: none;
}
.members li .picture .default {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.members li .picture .hover {
    height: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.members li .picture .description {
    width: 100%;
    padding: 14px;
    bottom: -100px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
}
.members li .picture .description h5, .members li .picture .description h6 {
    color: #ffffff !important;
    margin-bottom: 0;
    line-height: 140%;
}
.members li .picture .description h5 {
    font-weight: bold;
    margin: 0;
}
.members li .picture .description h6 {
    font-size: 14px;
    margin: 0;
}

.site-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.site-overlay.active {
    pointer-events: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.site-overlay.mobile-menu {
    z-index: 2;
}
.site-overlay.domain-required {
    z-index: 2;
}

.price {
    cursor: pointer;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    padding: 28px 0 20px;
    border: 1px solid #ececec;
    position: relative;
    -moz-box-shadow: 1px 1px 1px #cbcbcb;
    -webkit-box-shadow: 1px 1px 1px #cbcbcb;
    box-shadow: 1px 1px 1px #cbcbcb;
    -moz-transition: border 0.3s, box-shadow 0.3s;
    -o-transition: border 0.3s, box-shadow 0.3s;
    -webkit-transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
}
.price:hover {
    border-color: #ff8617;
    -moz-box-shadow: 1px 1px 1px #ff8617;
    -webkit-box-shadow: 1px 1px 1px #ff8617;
    box-shadow: 1px 1px 1px #ff8617;
}
.price.featured {
    border-color: #ff8617;
}
.price h4, .price h5, .price h6 {
    color: #000000;
    line-height: 100%;
}
.price h4 {
    font-size: 34px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .price h4 {
        font-size: 30px;
    }
}
.price h5 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 14px;
}
.price h6 {
    margin-top: 0;
    margin-bottom: 28px;
}
.price h6 .currency {
    font-size: 28px;
    margin-right: 12px;
}
.price h6 strong {
    font-size: 40px;
}
.price h6 .cents {
    font-weight: bold;
    font-size: 28px;
}
.price h6 .recurring {
    font-size: 20px;
    margin-left: 12px;
}
.price ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 1px 0;
    background-color: #ececec;
}
.price ul li {
    font-size: 14px;
    padding: 12px 4px;
    margin: 0 15%;
    border-bottom: 1px solid #cbcbcb;
}
.price ul li:last-of-type {
    border-bottom: 0;
}
.price .btn {
    margin: 0;
    min-width: 60%;
}
.price .feature {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: absolute;
    color: #ffffff;
    border-top: 120px solid #ff8617;
    border-right: 120px solid transparent;
}
.price .feature span {
    left: 6px;
    top: -106px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.price .feature span strong {
    font-size: 16px;
}

*[class*="visible-"] {
    display: none;
}

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

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

    .hidden-xs {
        display: none !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .visible-sm-block {
        display: block !important;
    }

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

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

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

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

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

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

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

    .hidden-xl {
        display: none !important;
    }
}
strong.status {
    font-weight: bold;
    display: inline;
}
strong.status.status-on {
    color: green;
}
strong.status.status-off {
    color: red;
}

.status.status-block {
    float: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.status.status-block img {
    width: 80%;
    height: auto;
    margin: 0 10%;
    display: inline-block;
}
.status.status-block h3 {
    width: 80%;
    margin: 18px 10%;
    padding-bottom: 18px;
    display: inline-block;
    border-bottom: 1px solid #cbcbcb;
}
.status.status-block p {
    width: 82%;
    margin: 0 9% 32px;
    display: inline-block;
}

.service {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    line-height: 0;
    display: block;
    margin-bottom: 26px;
    position: relative;
    -moz-box-shadow: 1px 1px #ececec;
    -webkit-box-shadow: 1px 1px #ececec;
    box-shadow: 1px 1px #ececec;
}
.service:hover span {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.service strong {
    line-height: 120%;
    font-size: 22px;
    margin: 26px 0 20px;
    text-align: center;
    display: block;
}
.service p {
    margin: 0;
    padding: 74px 32px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 150%;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .service p {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .service p {
        font-size: 22px;
        padding: 32px 12px;
    }
}
.service img {
    width: 100%;
    height: auto;
}
.service span {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

table > thead > tr > th,
.table > thead > tr > th {
    border-bottom-width: 1px;
}

table tr:first-of-type th, table tr:first-of-type td,
.table tr:first-of-type th, .table tr:first-of-type td {
    border-top-width: 0;
}

table, .table {
    font-size: 20px;
}

.nav {
    color: #d2d2d2;
    width: 100%;
    padding: 0 26px;
    margin: 0 0 60px;
    display: inline-block;
}
.nav li {
    float: left;
    display: inline-block;
    margin: 0 20px -1px 0;
    vertical-align: bottom;
}
@media screen and (max-width: 991px) {
    .nav li {
        margin: 0 10px 0 0;
    }
}
.nav li:first-of-type {
    margin-left: 0;
}
.nav li:last-of-type {
    margin-right: 0;
}
.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current_page_ancestor a {
    color: #000000;
}
@media screen and (min-width: 992px) {
    .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current_page_ancestor a {
        border-bottom-color: transparent;
    }
}
.nav li a {
    color: #d2d2d2;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 110%;
    padding: 16px 20px;
    text-decoration: none;
    border: 1px solid #d2d2d2;
    display: inline-block;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
@media screen and (max-width: 991px) {
    .nav li a {
        margin-bottom: 20px;
        padding: 8px 10px;
        font-size: 14px;
    }
}
.nav li a:hover {
    color: #000000;
}

.child-pages {
    position: relative;
    margin-bottom: 60px;
}
.child-pages.scrollbar .wrapper {
    overflow: hidden;
}
.child-pages.scrollbar .wrapper > span {
    display: inline-block;
}
.child-pages .wrapper {
    width: 100%;
    font-size: 0;
    display: inline-block;
}
.child-pages .wrapper span {
    z-index: 2;
    width: 29px;
    padding: 19px 8px;
    cursor: pointer;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-bottom: 1px solid #cbcbcb;
    font: 24px/14px "icons", sans-serif;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.child-pages .wrapper span:hover {
    color: #dddddd;
}
.child-pages .wrapper span.scroll-left {
    left: 0;
    border-right: 1px solid #cbcbcb;
}
.child-pages .wrapper span.scroll-right {
    right: 0;
    border-left: 1px solid #cbcbcb;
}
.child-pages .wrapper .nav {
    margin: 0 0 0 2px;
}

.toggles {
    list-style: none;
    margin: 0;
    padding: 0;
}
.toggles.toggles-more > li {
    margin: 0;
    padding: 20px 0;
    border-top: #e9e9e9 1px solid;
    overflow: hidden;
    *zoom: 1;
}
.toggles > li {
    float: none;
    cursor: pointer;
    text-align: left;
    margin: 40px auto;
}
.toggles > li:first-of-type {
    margin-top: 0;
}
.toggles > li:last-of-type {
    margin-bottom: 0;
}
.toggles > li.active > strong:before {
    content: "d";
}
.toggles > li > strong {
    padding: 6px 0;
    display: inline-block;
    line-height: 140%;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.toggles > li > strong:before {
    width: 20px;
    content: ">";
    font-size: 24px;
    font-family: "icons", sans-serif;
    font-weight: normal;
    margin-right: 24px;
    float: left;
}
.toggles > li > div {
    display: none;
    padding: auto;
    font-size: 14px;
    margin-left: 44px;
    cursor: default;
}
.toggles > li > div > .btn.pull-right {
    margin-top: 28px;
    margin-bottom: -20px;
    padding: 14px;
    font-size: 16px;
}
.toggles > li > div > .btn.pull-right:hover {
    color: #ffffff;
}
.toggles > li > div > .btn.pull-right:before, .toggles > li > div > .btn.pull-right:after {
    font-size: 18px;
}
.toggles > h1, .toggles > h2, .toggles > h3 {
    font-weight: bold;
    margin-bottom: 40px;
}
.toggles > h1 a, .toggles > h2 a, .toggles > h3 a {
    color: #000000;
    text-decoration: none;
}


.pink {
    color: #ff8617 !important;
}

.pink-bg {
    background: #ff8617 !important;
    color: #ffffff !important;
}

.right {
    float: right;
}

.form-heading {
    display: inline-block;
}

#suggestionSearchResults {
    padding: 10px 0;
    border: 1px solid #cccccc;
    color: #000000;
    margin-bottom: 20px;
}
#suggestionSearchResults .results-heading {
    padding: 0 20px;
}
#suggestionSearchResults #suggestionResults > div .row {
    margin: 0;
    padding: 5px;
}
#suggestionSearchResults .table tr td {
    border-top-width: 0;
}

.search-result-row {
    position: relative;
}
.search-result-row > div button {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .search-result-row {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
    }
    .search-result-row:last-of-type {
        border: none;
    }
    .search-result-row > div:last-of-type {
        margin-top: 10px;
    }
}

.domainresults .results-heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.domainresults .domain-name {
    font-size: 18px;
}
.domainresults .internal-sent {
    font-size: 18px;
    padding: 8px;
    cursor: default;
}
.domainresults .tooltip {
    opacity: 1;
}
.domainresults .tooltip .tooltip-arrow {
    border-top-color: #cccccc;
}
.domainresults .tooltip .tooltip-inner {
    background-color: #ffffff;
    border-radius: 0;
    color: #000000;
    border: 1px solid #cccccc;
}
.domainresults button {
    font-size: 18px;
    padding: 8px;
}
.domainresults button:after {
    margin-left: 15px;
    font-size: 20px;
    line-height: 100%;
}
.domainresults button.btn-soft-grey {
    background: #818181;
    color: #ffffff;
}
.domainresults button.btn-soft-grey:hover {
    color: #ffffff;
}
.domainresults button.btn-grey {
    visibility: hidden;
}
.domainresults button.btn-grey:hover {
    opacity: 1;
}
.domainresults button.btn-grey:after {
    content: '';
    margin-left: 21px;
}
.domainresults button.btn-error {
    background: none;
}
.domainresults button.btn-error:hover {
    opacity: 1;
    cursor: initial;
}
.domainresults button.btn-error:after {
    content: '\e086';
    font-family: 'Glyphicons Halflings';
    position: relative;
    font-size: 16px;
    top: 2px;
}
.domainresults button:hover {
    opacity: .8;
}
@media screen and (min-width: 768px) {
    .domainresults .domain-price {
        text-align: right;
    }
}
.domainresults .table tr td {
    vertical-align: middle;
    color: #000000;
    line-height: inherit;
}
.domainresults .table tr td:last-of-type {
    padding: 0;
    vertical-align: baseline;
    text-align: center;
}
.domainresults .table tr td:last-of-type button {
    font-size: 18px;
    padding: 10px;
}
.domainresults .table tr td:last-of-type button:after {
    /*content: '>';*/
    margin-left: 15px;
    font-size: 20px;
    line-height: 100%;
    /*font-family: "icons";*/
}
.domainresults .table tr td:last-of-type button.btn-default {
    background: #818181;
    color: #ffffff;
}
.domainresults .table tr td:last-of-type button.btn-default:hover {
    color: #ffffff;
}
.domainresults .table tr td:last-of-type button[clicked] {
    background: #000000;
}
.domainresults .table tr td:last-of-type button[clicked]:after {
    content: '';
    margin-left: 21px;
}

.domainchecker {
    position: relative;
}

.domainchecker-cart {
    border: 1px solid #cccccc;
    padding: 15px;
    color: #000000;
    background: #ffffff;
}
.domainchecker-cart ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.domainchecker-cart ul li {
    padding: 10px 0;
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}
.domainchecker-cart ul li div {
    display: inline-block;
}
.domainchecker-cart ul li .sub-item {
    display: block;
}
.domainchecker-cart ul li .sub-item .addon-price {
    margin-right: 16px;
}
.domainchecker-cart ul li .epp-show-box {
    display: block;
    font-size: 14px;
}
.domainchecker-cart .cart-subtotal {
    padding: 0 42px 0 0;
    clear: both;
    margin-top: 10px;
}
.domainchecker-cart .cart-subtotal .subtotal {
    font-size: 18px;
}
.domainchecker-cart .cart-promo {
    padding: 0 42px 0 0;
    clear: both;
}
.domainchecker-cart .cart-btw {
    padding: 0 42px 10px 0;
    clear: both;
}
.domainchecker-cart .cart-btw .btw {
    font-size: 18px;
}
.domainchecker-cart .cart-total {
    padding: 10px 42px 10px 0;
    clear: both;
}
.domainchecker-cart .cart-total:before {
    content: '';
    border-top: 1px solid #666666;
}
.domainchecker-cart.wp-cart .cart-subtotal,
.domainchecker-cart.wp-cart .cart-promo,
.domainchecker-cart.wp-cart .cart-btw {
    padding: 0 17px 0 0;
    color: #000;
    font-size: 18px;
}
.domainchecker-cart.wp-cart .cart-total {
    padding: 10px 17px 10px 0;
}
.domainchecker-cart .cart-bundle {
    margin: 5px 10px;
    display: block;
}
.domainchecker-cart .cart-heading {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.domainchecker-cart .btn.removeDomain {
    background: transparent;
    float: right;
    bottom: 14px;
    padding: 0 0 0 5px !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    top: 0;
}
.domainchecker-cart .btn.removeDomain:hover {
    background: transparent;
}
.domainchecker-cart .edit-domain {
    float: right;
    padding: 0 0 0 10px !important;
}
.domainchecker-cart .item-title {
    padding: 0 0 0 10px;
}

.cart-checkout .order,
.wp-cart .order {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    width: 55%;
    margin: 20px 0 0 45%;
    text-align: center;
    padding: 13px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
}
@media screen and (max-width: 528px) {
    .cart-checkout .order,
    .wp-cart .order {
        width: 100%;
        margin: 0;
    }
}
.cart-checkout .order:hover,
.wp-cart .order:hover {
    opacity: .8;
}
.cart-checkout .order:after,
.wp-cart .order:after {
    /*content: '>';*/
    margin-left: 15px;
    font-size: 20px;
    line-height: 100%;
    /*font-family: "icons";*/
}

.package-block {
    margin-top: 5px;
}
.package-block .package {
    text-align: center;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    padding: 30px;
    cursor: pointer;
}
.package-block:after {
    content: '';
    width: 0;
    height: 15px;
    display: block;
    margin: 0 auto;
}
.package-block.arrow-down .package {
    border: 1px solid #ff8617 !important;
}
.package-block.arrow-down:after {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ff8617;
}
.package-block i, .package-block .icon-font {
    font-size: 30px;
    line-height: 100%;
}

.options {
    margin-top: 10px;
}
.options .option-block {
    padding: 20px 10px;
    border: 2px solid #ff8617;
    cursor: pointer;
}
.options .option-name {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.domain button {
    max-width: 200px;
    text-align: right;
}

.domain-disclaimer-area {
    padding: 0 53px;
    display: none;
}

.output {
    /*margin-top: -20px;*/
    padding: 0 26px 0;
}

.pricing {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 30px;
    text-align: left;
}
.pricing .subtotal {
    float: right;
}
.pricing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #666666;
}

.payment-heading {
    font-weight: 500;
    font-size: 18px;
}

.cart-domain-name,
.domain-name.pink,
.item-domain {
    font-weight: 400;
}

.domain-price .span-price {
    width: 40px;
    text-align: left;
    margin-left: 3px;
}
.domain-price .pj {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}

.jAlert {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 20px 0 21px;
}
.jAlert .ja_close {
    background: rgba(0, 0, 0, 0.1);
    text-transform: lowercase;
    font-size: 25px;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 5px;
    height: 40px;
    width: 30px;
    line-height: 17px;
    text-align: center;
}
.jAlert .ja_close:after {
    content: '\00D7';
    position: relative;
    font-size: 30px;
}
.jAlert .ja_body {
    background: transparent;
    color: #ffffff;
}
.jAlert .ja_body h5 {
    font-size: 30px;
}
.jAlert .ja_body [type="button"] {
    text-align: right;
    min-height: 60px;
}
@media screen and (min-width: 768px) {
    .jAlert .ja_body [type="button"] {
        width: 150px;
    }
}
.jAlert .ja_body .skip-epp-code {
    margin: 0;
}
.jAlert .ja_body input.form-control {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.jAlert .ja_body .btn.btn-link {
    color: #000000;
    background: #ffffff;
}
.jAlert .ja_body .input-group input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.jAlert .ja_body .input-group input[type="text"]:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.jAlert .ja_body .input-group input[type="text"]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.jAlert .ja_body .input-group input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.jAlert .ja_body .domainresults {
    padding: 0;
}
.jAlert .ja_body .domainresults .table tr td {
    border-top: 1px solid #e8e8e8;
}
.jAlert .ja_body .domainresults .table tr td:last-of-type {
    border-left: 0;
    border-top: 1px solid #6e6e6e;
}
.jAlert .ja_body .outer-cart {
    border: 1px solid #ffffff;
    padding: 30px;
}
.jAlert .ja_body .domains {
    font-size: 20px;
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.jAlert .ja_body .domains li {
    padding: 5px 0;
}
.jAlert .ja_body .domains .btn {
    background: transparent;
    color: #ffffff;
    padding: 0;
    position: relative;
    left: calc(100% - 10px);
    font-weight: 600;
}
.jAlert .ja_body .domains .btn:after {
    content: '\00D7';
    position: relative;
    bottom: 15px;
    font-size: 30px;
    line-height: 100%;
}
.jAlert .ja_body .domains .btn:hover {
    background: transparent;
    color: #ffffff;
}
.jAlert .ja_body .pricing {
    color: #ffffff;
    padding: 30px 0 0;
}
.jAlert .ja_body .pricing:before {
    content: '';
    left: 0;
    right: 0;
    border-top: 2px solid #ffffff;
}
.jAlert .ja_body .info {
    font-size: 18px;
    line-height: 100%;
}
.jAlert .ja_body .info .pink {
    cursor: pointer;
}
.jAlert .ja_body .login {
    font-size: 18px;
    margin: 20px 0;
    line-height: 100%;
}
.jAlert .ja_body .login a {
    color: #ffffff;
    position: relative;
}
.jAlert .ja_body .login a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
}
.jAlert .ja_body .login a:hover {
    color: #ff8617;
}
.jAlert .ja_body .login a:hover:before {
    content: '';
    border-bottom: 1px solid #ff8617;
}
.jAlert .ja_body #cart-domainchecker {
    padding: 0;
    margin-top: -20px;
}
.jAlert .ja_body .cart-buttons .btn-black {
    background: #000000;
    width: 48%;
    margin: 15px 0;
    font-weight: 400;
    font-size: 20px;
}
.jAlert .ja_body .cart-buttons .btn-black:hover, .jAlert .ja_body .cart-buttons .btn-black:focus {
    color: #ffffff;
}
.jAlert .ja_body .cart-buttons .btn-pink {
    background: #ff8617;
    width: 48%;
    margin: 15px 0;
    float: right;
    font-weight: 400;
    font-size: 20px;
}
.jAlert .ja_body .cart-buttons .btn-pink:hover, .jAlert .ja_body .cart-buttons .btn-pink:focus {
    color: #ffffff;
}
.jAlert .ja_body .cart-buttons .ia-arrow-left-before::before {
    content: '<';
    margin-right: 16px;
    text-decoration: none;
    font: 16px "icons", sans-serif;
    font-size: 20px;
}
.jAlert .ja_body .cart-buttons .ia-arrow-right::after {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .vertical-align {
        display: flex;
        flex-direction: row;
    }
    .vertical-align > [class^="col-"],
    .vertical-align > [class*=" col-"] {
        display: flex;
        align-items: center;
    }
}
.side-text-info {
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
}
.side-text-info i {
    padding-right: 10px;
}
.side-text-info .text-info-heading {
    font-size: 20px;
    margin-bottom: 20px;
}
.side-text-info .text-info-block {
    margin-bottom: 20px;
}
.side-text-info .text-info-block > div {
    padding-left: 25px;
}
.side-text-info .text-info-block:last-of-type {
    margin: 0;
}

.main-text-block {
    padding: 15px;
}
.main-text-block .main-text-heading {
    font-size: 20px;
    margin-bottom: 15px;
}
.main-text-block i {
    padding-right: 10px;
}
.main-text-block .text-heading {
    margin-bottom: 15px;
}

.arrow-down-pink {
    margin-bottom: 15px;
}
.arrow-down-pink .arrow-block-border {
    border: 1px solid #ff8617 !important;
}
.arrow-down-pink:after {
    content: '';
    width: 0;
    height: 15px;
    display: block;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ff8617;
}

.arrow-down-gray {
    margin-bottom: 15px;
}
.arrow-down-gray .arrow-block-border {
    border: 1px solid #cccccc !important;
}
.arrow-down-gray:after {
    content: '';
    width: 0;
    height: 15px;
    display: block;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #cccccc;
}

.padding-left-15 {
    padding: 0 0 0 15px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .sitemap .menu .visible-md-block {
        display: none !important;
    }
}
.border-error {
    border: 1px solid #ff8617 !important;
}

.fixed {
    position: fixed;
    top: 150px;
}

.steam {
    position: relative;
}

.show-more {
    color: #000000;
    cursor: pointer;
}

.epp-block {
    padding: 20px;
}
.epp-block .epp-form {
    width: 75%;
}
.epp-block .epp-form .epp-code {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
    background-color: #ececec;
    border-color: #cbcbcb #cbcbcb #ececec;
}
.epp-block .epp-form .input-group-btn .btn {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
}
.epp-block h4 {
    font-weight: bold;
}
.epp-block .epp-text {
    margin: 0 0 10px 0;
}
.epp-block .epp-text p {
    margin: 0 0 15px 0;
}

.in-cart-tick {
    position: relative;
    left: 40%;
    font-size: 22px;
    color: #00bf1b;
}

.not-visible {
    visibility: hidden;
}

.loading-bar {
    position: absolute;
    top: 11px;
    left: 40%;
}
.loading-bar i {
    margin-left: 10px;
    color: #ff8617;
}

.tld-categories {
    position: relative;
    /*top: -40px;*/
    padding: 0 26px 0;
}
.tld-categories .tld-item {
    padding: 0 10px;
    text-decoration: underline;
}
.tld-categories .tld-item.active {
    font-weight: bold;
}
.tld-categories .tld-item:hover {
    text-decoration: none;
    cursor: pointer;
}
.tld-categories .tld-more {
    position: absolute;
    background: #ffffff;
    top: 45px;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 0;
    width: 100%;
}
.tld-categories .tld-more h4 {
    background: #ff8617;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}
.tld-categories .tld-more h4 i {
    float: right;
    cursor: pointer;
}
.tld-categories .tld-more .tld-row {
    margin: 10px 15px;
}
.tld-categories .tld-more .tld-row:last-of-type {
    border: none;
}

@media screen and (max-width: 422px) {
    header nav.mobile .menus ul.top > li {
        padding: 0 !important;
    }
    header nav.mobile .menus ul.top > li.cart {
        padding: 0;
    }
    header nav.mobile .menus ul.top > li:after {
        padding: 0;
    }
    header nav.mobile .menus ul.top > li.account .dropdown-menu a {
        padding-left: 0;
    }
    header nav.mobile .menus ul.top > li.account a {
        margin: 0;
    }
    header nav.mobile .menus ul.top > li:last-of-type {
        margin-right: 5px;
    }
    header nav.mobile .menus ul.top > li a {
        font-size: 14px;
        padding: 18px 4px;
    }
}

/**DEVS***/

.search-box{
    padding: 62px 72px 50px;
    position: relative;
    z-index: 1;
}

.tldwrapper{
    font-size: 18px;
    position: relative;
}
.tldwrapper .main-categories{
    text-align: left;
    width: auto;
}
.search-box #domain{
    color: #666;
}

.top-25 {
    top: 25px;
}

.checkpadding{
    padding: 30px 0;
    margin-top: 90px;
}

.btn-grey{
    background: #424242 !important;
}
.btn-orange{
    background: #FF8617 !important;
}
.color-orange{
    color: #FF8617 !important;
}
.orange{
    color: #FF8617 !important;
}
.whitearrow{
    color:#fff !important;
    padding-left: 5px;
}
.black{
    color: #000 !important;
}
.carticon{
    padding-right: 5px;
}

/*domainresultaten*/
#suggestionSearchResults{
    border: 1px solid #E1E1E1;
    background: #fcfcfc;
    color: #414141;
}
.domainchecker-cart{
    border: 1px solid #E1E1E1;
    background: #fcfcfc;
    color: #414141;
}
.domainchecker-cart .cart-total::before{
    border-top:1px solid #E1E1E1;
}
.domainchecker-cart .cart-btw{
    padding-bottom: 10px !important;
}
.domainchecker-cart.wp-cart .cart-total{
    font-weight: bold;
}
#suggestionSearchResults #suggestionResults > div .row{
    border-bottom: 1px solid #E1E1E1;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}
#suggestionSearchResults #suggestionResults > div:last-child .row{
    border-bottom: none;
}

.domainresults .domain-name{
    padding-left: 0;
    color: #414141;
    overflow: hidden;
}
.dispadbox{
    padding-right: 0 !important;
}

/*Meer*/
#meer{
    border: 1px solid #E1E1E1;
    text-align: left;
    font-size: 18px;
    color: #414141;
}
#meer h4{
    background: #ff8617;
}
.tld-categories .tld-more{
    top: 70px;
}
.tld-cat-row{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
}
.tld-categories .tld-arrow-up {
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff8617;
}
main a {
    color: #FF8617;
}
.loading-bar i{
    color: #FF8617;
}
#suggestionSearchResults .row, .tld-categories .row {
    font-size: 17px;
    margin: 0 -15px;
}

.logo:focus {
    text-decoration: none;
}
.logo:focus strong span {
    color: #fff;
}
.logo:focus strong, .logo:focus::before {
    color: #ff8617;
}

.dispadbox .btn-error {
    position: relative;
    white-space: nowrap;
    left: -20px;
}

@media only screen and (max-width: 414px) {
    .epp-block .epp-form .input-group-btn .btn.epp-add {
        font-size: 0px;
    }
    .epp-block .epp-form .input-group-btn .btn.epp-add i {
        font-size: 16px;
    }

    .epp-block .epp-form {
        width: 100%;
    }
    .tld-categories .tld-item {
        padding: 0 8px;
    }
}


.menu-footer{
    display: none;
}

.top-bar {
    padding: 5px 0;
    text-align: right;
    background-color: #313131;
}
.top-bar .button {
    color: #f8f9fb;
    font-size: 14px;
    padding: 5px 20px;
}
