@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

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

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

[hidden],
template {
    display: none
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.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;
    width: auto
}

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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    box-sizing: border-box;
}

:after,
:before {
    /* box-sizing: border-box; */
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    /* color: #03bbf4; */
    /* text-decoration: none; */
}

a:focus,
a:hover {
    /* color: #2e5481; */
    /* text-decoration: none; */
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.display-inline {
    display: inline !important
}

.position-relative {
    position: relative !important
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: inherit; */
    /* font-weight: 700; */
    /* line-height: 1.3; */
    /* 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: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 28px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 20px
}

.h5,
h5 {
    /* font-size: 16px; */
}

.h6,
h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #5f7d92
}

.text-primary {
    color: #3db9f2
}

a.text-primary:hover {
    color: #025b93
}

.text-success {
    color: #fff
}

a.text-success:hover {
    color: #e6e6e6
}

.text-info {
    color: #fff
}

a.text-info:hover {
    color: #e6e6e6
}

.text-warning {
    color: #fff
}

a.text-warning:hover {
    color: #e6e6e6
}

.text-danger {
    color: #fff
}

a.text-danger:hover {
    color: #e6e6e6
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #3db9f2
}

a.bg-primary:hover {
    background-color: #025b93
}

.bg-success {
    background-color: #738d00
}

a.bg-success:hover {
    background-color: #495a00
}

.bg-info {
    background-color: #02a9e0
}

a.bg-info:hover {
    background-color: #0283ad
}

.bg-warning {
    background-color: #f89406
}

a.bg-warning:hover {
    background-color: #c67605
}

.bg-danger {
    background-color: #ec018c
}

a.bg-danger:hover {
    background-color: #900631
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    /* margin-top: 0; */
    /* margin-bottom: 11px; */
}

ol ol,
ol ul,
ul ol,
ul ul {
    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: 22px
}

dd,
dt {
    line-height: 1.6
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.borderless td,
.borderless th {
    border: none !important
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@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[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.container:after,
.container:before {
    /* content: " "; */
    /* display: table; */
}

.container:after {
    /* clear: both; */
}

@media (min-width:768px) {
    .container {
        /* width: 750px; */
    }
}

@media (min-width:992px) {
    .container {
        /* width: 992px; */
    }
}

@media (min-width:1200px) {
    .container {
        /* width: 1200px; */
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

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

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

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

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

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

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

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

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

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

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

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

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

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

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

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

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

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

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

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

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

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

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

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

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

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

.table-bordered {
    border: 1px solid #ddd
}

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

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.6;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 36px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

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

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

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

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -20px;
    margin-right: 4px
}

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #738d00
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #fff
}

.has-warning .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f89406
}

.has-warning .form-control-feedback {
    color: #fff
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #ec018c
}

.has-error .form-control-feedback {
    color: #fff
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px;
    font-weight: 400 !important
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

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

.btn-primary {
    color: #fff;
    background-color: #0769d3;
    border-color: #0769d3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0769d3;
    border-color: #0769d3
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3db9f2;
    border-color: #3db9f2
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #076cd9;
    border-color: #076cd9;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem #007bff7a;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #0769d3;
    border-color: #0769d3
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #0769d3;
    border-color: #0769d3;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #3db9f2;
    border-color: #3db9f2
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3db9f2;
    border-color: #3db9f2
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3db9f2;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3db9f2;
    border-color: #3db9f2
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
body {
    font-family: 'Rubik', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

input[type=checkbox] {
    border-style: solid;
    border-width: 1px;
    margin: 0;
    border-color: #DADADA;
    background: #fff;
    color: #1265bf;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    outline: 0;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    border-radius: .25rem;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    box-shadow: none;
}

input[type=checkbox]:checked:before {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    background: #1265bf;
    width: 12px;
    height: 12px;
    margin: 2px;
    font-size: 16px;
    color: #1265bf;
}

input[type=radio] {
    border-style: solid;
    border-width: 1px;
    margin: 0;
    border-color: #DADADA;
    background: #fff;
    color: #ff1dbc;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    outline: 0;
    padding: 1px !important;
    text-align: center;
    border-radius: 24px;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    box-shadow: none;
}

input[type=radio]:checked:before {
    display: inline-block;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    width: 12px;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    font-size: 12px;
    background: #ff1dbc;
    color: #ff1dbc;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 100px;
    padding: 5px;
}

.btn-yellow {
    color: #333;
    background-color: #ffcb07;
    border-color: #ffcb07;
}

.heading {
    overflow: hidden;
    margin-bottom: 60px;
}

.heading .heading-title {
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 1.2;
}

.heading .heading-description {
    font-size: 16px;
    color: #5f7d92;
    margin: 0;
    line-height: 1.5;
}

.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(75, 75, 75, .8);
}

.input-group {
    z-index: 0 !important;
}

/* --------------------------------------------------------
    Header
----------------------------------------------------------- */

.header {
    position: relative;
    z-index: 10;
    background: #fff;
    border: 0 !important;
}

.header .logo img {
    width: 200px;
}


#cartItemCount {
    background: #e9298b;
    color: #fff;
    padding: 2px;
    width: 17px;
    height: 14px;
    border-radius: 4px;
    text-align: center;
    top: -2px;
    position: relative;
    line-height: 11px;
}

.top-bar ul.list1>li .currency-changer-ul {
    top: 0px !important;
    background: #515a61;
    border-radius: 2px;
    padding: 5px 10px 3px;
}

.top-bar ul.list1>li .currency {
    position: relative;
    background: #114063;
    border-radius: 2px;
    padding-top: 2px;
}

.top-bar ul.list1>li .currency .currency-changer {
    display: inline-block;
    width: 47%;
    padding: 0 8px;
    color: #fff;
    line-height: 1;
}

.top-bar ul.list1>li .currency .currency-changer+.currency-changer {
    border-left: 1px solid #f5f5f5;
}

.top-bar ul.list1.text-right>li {
    padding: 9px 10px 9px;
}

.top-bar ul.list1.text-right>li:last-child {}

.top-bar ul.list1.text-right .dropdown {
    background: #e92a8b;
    height: 34px;
}

.top-bar ul.list1.text-right .dropdown>a {
    color: #fff;
}

.top-bar ul.list1.text-right .dropdown-menu>li>a {
    padding: 3px 12px !important;
}

.top-bar ul.list1.text-right .dropdown-menu>li>a>.item-new {
    position: relative;
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    margin-left: 3px;
    top: -2px;
}

.top-bar ul.list1.text-right .dropdown-menu>li>a i {
    margin-right: 0 !important;
    font-size: inherit !important;
}

#cartItemCount {
    background: #ec008c;
    font-size: 10px;
}

.middle-bar {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.middle-bar .navbar {
    margin-bottom: 0;
    margin-top: 0;
}

.middle-bar .navbar ul.navbar-nav {}

.middle-bar .navbar ul.navbar-nav>li {
    padding: 0;
}

.middle-bar .navbar ul.navbar-nav>li:last-child {
    border-right: 0;
    padding-right: 5px;
}

.middle-bar .navbar ul.navbar-nav>li>a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 26px 22px;
    color: #333;
    line-height: 1.1;
}

.middle-bar .navbar ul.navbar-nav>li>a:hover {
    color: #ec018c;
    background: transparent;
}

/*.middle-bar .navbar ul.navbar-nav > li > a:after { position: absolute; content: ''; top:23px; right: -2px; background: #ccc; width: 1px; height: 26px; }*/

.middle-bar .navbar ul.navbar-nav>li>a>em {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.middle-bar .navbar ul.navbar-nav>li>a>i {
    position: absolute;
    right: 10px;
    top: 25px;
}

.middle-bar .nav .open>a,
.middle-bar .nav .open>a:hover,
.middle-bar .nav .open>a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ec018c !important
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    border: 0;
    top: 70px;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    width: 522px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu:after,
.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu:before {
    display: table;
    content: " ";
    clear: both;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li {
    padding: 0;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li:after,
.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li:before {
    display: table;
    content: " ";
    clear: both;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>a {
    font-weight: 300;
    padding: 10px 0;
    border-bottom: 1px dotted #e3e3e3;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul {
    padding: 5px 10px;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a {
    font-size: 14px;
    display: block;
    position: relative;
    color: #4e4e50;
    font-weight: 300;
    padding: 15px 0px;
    line-height: 1.4;
    padding-left: 68px;
    border-bottom: 1px dotted #e3e3e3;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a>span:nth-child(1) {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a>span:nth-child(2) {
    display: block;
    font-size: 12px;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a>span:nth-child(3) {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 34px;
    border-radius: 50%;
    border: 1px dashed #e4e4e4;
    width: 58px;
    height: 58px;
    text-align: center;
    padding: 5px;
    color: #e4e4e4;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a:hover>span:nth-child(3) {
    border: 1px dashed #e82a8b;
    color: #ec018c;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li>a:hover {
    text-decoration: none;
}

.middle-bar .navbar ul.navbar-nav>li>.dropdown-menu>li>ul>li:last-child a {
    border-bottom: 0;
}

.middle-bar .dropdown:hover>.dropdown-menu {
    display: block;
}

.middle-bar .dropdown:hover>a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e92a8b;
}

.middle-bar .open>.dropdown-menu {
    display: none;
}

.middle-bar .logo {
    padding: 10px 0;
    width: 170px;
    height: 43px;
}

.middle-bar .menu-desc {
    background-color: #dbdbdb;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 15px 0 15px;
}

.middle-bar .menu-desc h6 {
    display: block;
    font-size: 17px;
    color: #4e4e50;
    padding-bottom: 13px;
    border-bottom: 1px solid #cdcdcd;
}

.middle-bar .menu-desc p {
    height: 112px;
    font-weight: 300;
    overflow: hidden;
    line-height: 16px;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #4e4e50;
    margin-bottom: 10px;
}

.menuHosting {
    right: -414px !important;
    width: 578px !important;
}

.menuDomain {
    right: -419px !important;
    width: 580px !important;
}

.menuEposta {
    right: -400px !important;
    width: 600px !important;
}

.menuSunucu {
    right: -84px !important;
    width: 300px !important;
}

.menuSSL {
    right: -6px !important;
    width: 540px !important;
    margin-left: -250px;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
}

#menuTopFix {
    background-color: white;
}

#menuTopFix.sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.domain-bar {
    padding: 20px 10px;
}

.domain-bar .domain-bar-form form {
    margin-bottom: 5px;
}

.domain-bar .domain-bar-form .form-control {
    height: 46px;
    font-size: 16px;
    border-right: 0;
    border-radius: 4px 0 0 4px !important;
}

.domain-bar .domain-bar-form .btn {
    height: 46px;
    font-size: 16px;
    font-weight: 600;
}

.domain-bar-icon {
    padding-bottom: 4px;
}

#owl-domain .item {
    position: relative;
    color: #333;
    display: block;
    text-align: center;
}

#owl-domain .item:after {
    position: absolute;
    content: '';
    right: -1px;
    top: 8px;
    width: 1px;
    height: 20px;
    background: #dcdcdc;
}

#owl-domain .item:hover {
    text-decoration: none;
}

#owl-domain .item span {
    display: inline-block;
}

#owl-domain .item .dot-img {
    height: 34px;
    margin-right: 6px;
}

#owl-domain .item .dot-img img {
    height: 100%;
}

#owl-domain .item .dot-old {
    font-size: 14px;
    text-decoration: line-through;
    padding-right: 5px;
}

#owl-domain .item .dot-price {
    font-size: 16px;
    font-weight: 600;
}

#owl-domain .item-price.USD:before {
    display: none;
}

#owl-domain .item-price.TRY:after {
    display: none;
}

.owlDomain {
    box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, .09);
}

.owlDomain .item {
    padding: 10px 0;
}

#owl-domain.owlDomain .item:after {
    right: -4px;
    top: 0;
    width: 3px;
    height: 55px;
    background: #f9f9f9;
}

.owlDomain .item .dot-img {
    font-size: 20px;
    font-weight: 600;
}

.owlDomain .item .dot-price {}

@media only screen and (max-width: 768px) {
    .top-bar ul.list1.text-left>li {
        padding: 5px 1px 5px;
    }
    .top-bar ul.list1.text-left li:nth-child(2) {
        display: none;
    }
    .top-bar ul.list1>li .currency-changer-ul {
        padding: 5px 5px 3px;
    }
    .top-bar ul.list1.text-right>li {
        padding: 9px 5px 9px;
    }
    .top-bar ul.list1.text-right li:nth-child(1) {
        display: none;
    }
    .top-bar ul.list1.text-right li:nth-child(2) {
        display: none;
    }
    .top-bar .col-md-8.text-right {
        padding-left: 0;
        padding-right: 10px;
    }
    .navbar-toggle {
        border: 1px solid #082235;
    }
    .navbar-toggle .icon-bar {
        background: #082235;
    }
    .middle-bar .navbar {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        top: -50px;
        right: 0;
        width: 100%;
        z-index: 5;
    }
    .logo {
        position: relative;
        z-index: 9;
        display: inline-block;
    }
    .navbar-collapse {
        background: #fff;
        margin-top: 6px;
    }
    .middle-bar {
        padding-bottom: 10px;
    }
    .middle-bar .navbar ul.navbar-nav>li {
        padding: 6px 26px;
    }
    .middle-bar .navbar ul.navbar-nav>li>.dropdown-menu {
        width: 100%;
    }
    .top-bar ul.list1.text-right .dropdown>a>span {
        display: none;
    }
    .middle-bar .menu-desc {
        height: 100%;
        display: none;
    }
    .menuDomain .menu-desc {
        height: 100%;
        display: none
    }
}

/*.kampanya-bari { background-color:#e8278b !importnat; font-size:16px; }
.kampanya-bari .kapat { margin-top: 6px; }
.kampanya-bari .kapat a { color:#9a003f; }
.kampanya-bari .kampanya-container { margin:10px 0 !importnat; }
.kampanya-bari .kampanya-container .kampanya-info { line-height: 1.3;}
.kampanya-bari .kampanya-container .kampanya-info a { display:inline-block; border-radius:4px; padding:3px 15px; font-weight:600; background-color: #ffcb26 !important; letter-spacing: -.3px; color: #444 !important; }
.kampanya-bari .kampanya-container .kampanya-info a:hover { text-decoration:none; opacity:0.9; }*/

/* --------------------------------------------------------
    #Mobile Header
----------------------------------------------------------- */

.mobile-header {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 62px;
    text-align: center;
    z-index: 15;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}

.mobile-header .bar1 {
    height: 62px;
    width: 100%;
    overflow: hidden;
}

.mobile-header .bar1 .mblMenu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 65px;
    font-size: 20px;
    color: #333;
    padding: 14px 20px;
}

.mobile-header .bar1 .mblLogo {
    width: 100%;
    z-index: 2;
    display: inline-block;
    padding-top: 11px;
}

.mobile-header .bar1 .mblLogo img {
    height: 40px;
}

.mobile-header .bar1 .mblCart {
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 2;
    width: 44px;
    font-size: 16px;
    color: #333;
    padding: 9px 5px;
    height: 42px;
}

.mobile-header .bar1 .mblCart span {
    position: absolute;
    top: -37px !important;
    right: -12px !important;
    background: #D7191F !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 11px;
    padding: 2px 3px;
    line-height: 1;
}

.mobile-header .bar2 {
    height: 62px;
    width: 100%;
    padding: 6px 20px 0;
}

.mobile-header .bar2 .btn {
    height: 46px;
    width: 84px;
    font-size: 29px;
}

.mobile-header .bar1 .currency-changer-ul {
    position: absolute;
    right: 68px;
    top: 17px;
    font-size: 18px;
}

.mobile-header .bar1 .currency-changer-ul li a {
    color: #333;
    display: block;
    position: relative;
    font-weight: 500;
}

.mobile-header .bar1 .currency-changer-ul li a i {
    font-size: 13px;
    position: absolute;
    right: -8px;
    top: 6px;
}

.mobile-header .bar1 a:hover,
.mobile-header .bar1 a:active,
.mobile-header .bar1 a:focus {
    text-decoration: none;
}

.mobile-header.sticky {
    position: fixed;
}

/* --------------------------------------------------------
    #Sidebar
----------------------------------------------------------- */

#sidebar {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    position: fixed;
    width: 100%;
    left: 0;
    top: 62px;
    height: 100%;
    z-index: 9999;
    display: none;
}

#sidebar.active {
    display: block;
}

.gw-login {
    padding: 0 12px;
}

.gw-login a {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #53534a;
    padding: 12px 0;
}

.gw-login a:last-child {
    border-right: 0;
}

.gw-login a i {
    margin-right: 4px;
}

.gw-sidebar {
    padding: 10px;
}

.gw-sidebar .nano-pane {
    background: rgba(255, 255, 255, 0);
    font-size: 15px;
}

.nano-content {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    border: 1px solid #e6e6e6;
    line-height: 1.2;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 250px);
}

.gw-sidebar .gw-nav-list {}

.gw-sidebar .gw-nav-list li a {
    padding-left: 20px;
}

.gw-nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.gw-nav-list>li:first-child {
    border-top: 0;
}

.gw-nav-list>li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-decoration: none;
}

.gw-nav-list>li:last-child {
    border-bottom: none;
}

@-webkit-keyframes arrow-slide {
    0% {}
    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

@-webkit-keyframes arrow-slide1 {
    0% {}
    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

.gw-nav-list>li.arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.active {
    background-color: #fff;
}

.gw-nav-list>li>a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 16px 0 7px;
    color: #666;
    text-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.gw-open>a {
    outline: 0;
}

.gw-nav-list>li.gw-open {
    border-bottom-color: #e5e5e5
}

.gw-nav-list>li.gw-open>a {
    background-color: #fafafa;
    color: #1963aa
}

.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus {
    background-color: #fafafa
}

.gw-nav .gw-open>a,
.gw-nav .gw-open>a:hover,
.gw-nav .gw-open>a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
    background-color: #fff;
    color: #dd4814;
    font-weight: 800;
    font-size: 16px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header {
    margin: 0
}

.gw-nav-list>li.active>a>[class*="icon-"] {
    font-weight: normal
}

.gw-nav-list>li.active>a:hover:before {
    display: none
}

.gw-nav-list>li.active:before {
    display: inline-block;
    content: "";
    position: absolute;
    right: -13px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border-right: 1px solid #dd4814;
}

.gw-nav-list li.gw-open>a:after {
    display: none
}

.gw-nav-list>li a>.gw-arrow {
    display: inline-block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    color: #666
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow {
    color: #1963aa
}

.gw-nav-list>li>a>[class*="icon-"]:first-child {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-right: 2px
}

.gw-nav-list>li.active .gw-submenu {}

.gw-nav-list>li .gw-submenu {
    font-size: 13px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.gw-nav-list>li .gw-submenu>li {
    margin-left: 0;
    position: relative
}

.gw-nav-list>li .gw-submenu>li>a {
    display: block;
    position: relative;
    color: #616161;
    padding: 11px 0 9px 35px;
    margin: 0;
    border-top: 1px dotted #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.gw-nav-list>li .gw-submenu>li>a:focus {
    text-decoration: none
}

.gw-nav-list>li .gw-submenu>li>a:hover {
    text-decoration: none;
    color: #dd4814;
    background-color: rgba(25, 25, 50, 0.1);
}

.gw-nav-list>li .gw-submenu>li.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid #dd4814;
}

.gw-nav-list>li .gw-submenu>li.active>a {
    color: #dd4814
}

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
    display: none;
    font-size: 12px;
    font-weight: normal;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    background-color: #FFF
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child {
    display: inline-block
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child {
    color: #c86139
}

.gw-nav-list>li>.gw-submenu>li:first-child>a {
    border-top: 0px;
}

.gw-nav-list li .gw-submenu {
    overflow: hidden
}

.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after {
    display: none
}

.gw-nav-list li.active>.gw-submenu>li.active>a:after {
    display: none
}

.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after {
    display: block
}

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
    width: 1.25em;
    display: inline-block;
    text-align: center
}

/* --------------------------------------------------------
    Home Page
----------------------------------------------------------- */

#owl-slider .item {
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-box-sizing: cover;
}

#owl-slider .owl-controls {
    margin-top: 0;
}

#owl-slider .owl-controls .owl-buttons div {
    position: absolute;
    opacity: 1;
    top: 140px;
}

#owl-slider .owl-controls .owl-buttons .owl-prev {
    left: 15px;
    width: 10px;
    height: 107px;
    background: url(../img/slider-icon.png) no-repeat 1px 0;
    cursor: pointer;
}

#owl-slider .owl-controls .owl-buttons .owl-next {
    right: -2px;
    width: 27px;
    height: 107px;
    background: url(../img/slider-icon.png) no-repeat -45px 0;
    cursor: pointer;
}

#owl-slider .owl-pagination {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 47%;
    height: 26px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.49);
}

#owl-slider .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    background: transparent;
}

#owl-slider .owl-controls .owl-page.active span {
    background: #fff;
}

.g-reviews {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    color: #0b304a;
    padding: 5px 10px;
    border-radius: 20px;
}

.g-reviews .g-logo {
    height: 26px;
    margin-right: 5px;
}

.g-reviews .g-star {
    position: relative;
    top: -2px;
    height: 16px;
    margin-left: 5px;
}

.g-reviews b {
    padding: 0 4px;
}

@media only screen and (max-width: 768px) {
    #owl-slider .item {
        height: 100%;
    }
    #owl-slider .owl-pagination {
        display: none;
    }
    #owl-slider .owl-controls .owl-buttons div {
        top: 170px;
    }
    .g-reviews {
        flex-direction: column;
    }
}

/* Count Data */

.product-data {
    background: #082235 !important;
    padding: 10px 0;
}

.hctrdata-box {
    margin: 20px 0;
}

.hctrdata .icon {
    float: left;
    margin-bottom: 0;
    width: 64px;
    height: 64px;
}

.hctrdata .title {
    float: left;
    margin-left: 15px;
    margin-top: 0;
    padding-top: 0;
    line-height: 1;
    text-align: left;
    color: #dadada;
}

.hctrdata .title i {
    font-style: normal;
}

.hctrdata .title small {
    display: block;
    position: relative;
    top: inherit;
}

/* homepage-information */

.homepage-information .big-services-box>.padding-t-25 {
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .08);
}

.homepage-information .big-services-box>.padding-t-25>.big-icon {
    margin-bottom: 0;
    width: 80px;
    height: 80px;
}

.homepage-information .big-services-box>.padding-t-25>a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #0b304a;
}

.homepage-information .big-services-box>.padding-t-25>a>.title {
    display: inline-block;
    position: relative;
}

.homepage-information .big-services-box>.padding-t-25>a>.title:after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    background: red;
    width: 100%;
    height: 3px;
}

.homepage-information .big-services-box>.padding-t-25 .text-muted {
    line-height: 1.3 !important;
}

.homepage-information .owl-item:nth-child(1) .big-services-box>.padding-t-25>a>.title:after {
    background: #00b9f2;
}

.homepage-information .owl-item:nth-child(2) .big-services-box>.padding-t-25>a>.title:after {
    background: #ec018c;
}

.homepage-information .owl-item:nth-child(3) .big-services-box>.padding-t-25>a>.title:after {
    background: #f79220;
}

.homepage-information .owl-item:nth-child(4) .big-services-box>.padding-t-25>a>.title:after {
    background: #bed730;
}

.homepage-information .owl-item:nth-child(5) .big-services-box>.padding-t-25>a>.title:after {
    background: #00b9f2;
}

.homepage-information .owl-item:nth-child(6) .big-services-box>.padding-t-25>a>.title:after {
    background: #ec018c;
}

.homepage-information .owl-item:nth-child(7) .big-services-box>.padding-t-25>a>.title:after {
    background: #f79220;
}

.homepage-information .owl-item:nth-child(8) .big-services-box>.padding-t-25>a>.title:after {
    background: #bed730;
}

.homepage-information .big-services-box .price {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}

.homepage-information .big-services-box .price .item-price {
    position: relative;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
}

.homepage-information .big-services-box .price .periyod {
    position: relative;
    right: 53px
}

.homepage-information .big-services-box .price .TRY {
    padding-right: 20px;
}

.homepage-information .big-services-box .price .TRY small {
    position: relative;
}

.homepage-information .big-services-box .price .TRY small:after {
    content: "â‚º";
    position: absolute;
    font-size: 24px;
    top: -10px;
    font-weight: 700;
    right: -17px;
}

.homepage-information .big-services-box .price .information {
    display: block;
    line-height: 20px;
}

.home-customer {
    position: relative;
    padding: 40px 0 0 0;
}

.cus-item {
    position: relative;
    padding: 60px 0;
}

.cus-item .cus-text {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cus-item .cus-meta {
    position: relative;
    overflow: hidden;
}

.cus-item .cus-meta .cus-thumb {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.cus-item .cus-meta .cus-thumb img {
    width: 100%;
}

.cus-item .cus-meta .cus-name {
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 8px;
}

.cus-item .cus-meta .cus-name span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    color: #677983;
}

.cus-browser {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #E0E4E8;
}

.cus-browser .cus-browser-dot {
    padding: 5px;
    height: 20px;
}

.cus-browser .cus-browser-dot>div {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #E0E4E8;
}

.cus-browser .cus-browser-thumb {
    padding: 5px;
    overflow: hidden;
    border-top: 1px solid #E0E4E8;
}

.cus-browser .cus-browser-thumb img {
    width: 100%;
}

.home-customer .owl-controls {
    position: absolute;
    bottom: 18px;
}

.home-customer .owl-buttons {
    display: none;
}

.domain-query-full {
    border: 0;
}

.domain-sorgulama-sepet-btn-holder .btn {
    background-color: #e8288b;
}

.other-product {
    position: relative;
    padding: 50px 0;
    text-align: center;
    background: #f0f3f8;
}

.other-product a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    color: #0b304a;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .08);
}

.other-product a:hover {
    text-decoration: none;
}

.other-product img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.other-product b {
    font-size: 18px;
    display: block;
}

/*.full-width-box-override { background: #f5f7f8; margin-top: 30px;} */

.full-width-box-override h3 {
    margin-bottom: 10px;
}

.full-width-box-override .panel-default {
    border-radius: 3px;
    border: 1px solid #f8f8f8;
}

.full-width-box-override .panel-default>.panel-heading {
    color: #363738;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.full-width-box-override .panel-default>.panel-heading h3 {
    margin: 5px 0;
    font-size: 16px;
}

.domain-sorgulama-sonuclar-filter-item {
    padding: 9px 0;
    border-bottom: 1px solid #f8f8f8;
}

.domain-period-select {
    background: #fff;
}

.domain-period-select select {
    font-size: 15px;
    font-weight: 600;
}

/* .domain-sorgulama-sonuc-item,
.domain-sorgulama-sonuclar-first { margin-bottom: -1px; border-radius:0; border: 1px solid #e3e2e2; } */

.domain-sorgulama-sonuc-item .btn-link {
    font-size: 12px;
    font-weight: 400 !important;
}

.sonuclar-kutusu h4.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 15px;
}

.domain-sonuc-ribbon {
    font-size: 12px !important;
    line-height: 1;
    font-weight: 400;
}

/* .sonuclar-kutusu .domain-free,
.sonuclar-kutusu .domain-nofree { margin: 10px 0 0; background: #C00; color: #fff; padding: 10px; }
.sonuclar-kutusu .domain-free { margin: 10px 0 0; background: #6fac2e; color: #fff; padding: 10px; }
*/

.sonuclar-kutusu .domain-nofree h1 {
    color: #dc3545 !important
}

.sonuclar-kutusu .domain-free h1 {
    color: #39b752 !important
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable {
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
    background-color: rgba(221, 53, 69, 0.05);
}

.domain-sorgulama-sonuclar-first.sonuc-available {
    border: 1px solid rgba(57, 183, 82, 0.2);
    background-color: rgba(57, 183, 82, 0.05);
}

/* .sonuclar-kutusu .btn-basket { background-color: #e2e2e2 !important; }
.sonuclar-kutusu .btn-success { background-color: #39b752 !important; } */

.sonuclar-kutusu .info.text-danger {
    color: #cc0001 !important;
}

.sonuclar-kutusu h3.available:before,
.sonuclar-kutusu h4.available:before {
    color: #39b752 !important
}

.sonuclar-kutusu h3.unavailable:before,
.sonuclar-kutusu h4.unavailable:before {
    color: #dd3545 !important
}

.domain-query-full {
    overflow: hidden !important;
    z-index: 1 !important;
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list {
    min-height: 78px;
}

.domain-sorgulama-tlds {
    text-align: center !important;
}

.domain-sorgulama-tlds .chekcbox {
    font-size: 19px !important;
}

.domain-sorgulama-tlds .tld-sellings {
    line-height: 1 !important;
}

.domain-sorgulama-tlds .item-price {
    font-size: 19px !important;
}

.section_404 .btn-primary {
    color: #fff;
    background-color: #e8288b !important;
    border-color: #e8288b !important;
}

.contactAdres {
    padding-left: 90px;
}

.contact {
    /* background-color: #f9f9f9; */
    /* padding: 60px 0 60px 0; */
    /* overflow: hidden; */
}

.contact h2 {
    margin: 0 0 20px 0;
}

.contact .form-group {
    overflow: hidden;
    margin-bottom: 0;
}

#contactForm {
    display: block;
    padding: 40px 30px 40px 40px;
    overflow: hidden
}

#contactForm .form-control {
    height: 46px;
    padding: 12px;
    margin-bottom: 5px;
    border: #e6e6e6 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contactForm .form-control:focus {
    border-color: #c6c6c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contactForm .btn-lg {
    padding: 12px 32px;
    outline: none;
}

#contactForm .btn-primary {
    background-color: #FF6D22 !important;
    border: rgba(255, 255, 255, 0) 2px solid;
}

.contact .divider {
    border: 0;
    margin: 60px 0;
    height: 4px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    text-align: center;
    position: relative;
    clear: both;
}

.contact .divider.half-margins {
    margin: 30px 0;
}

.contact .divider .fa {
    color: #bbb;
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 auto 0 -25px;
}

.contact .block {
    display: block !important;
}

.contact .block strong {
    display: inline-block;
    width: 120px;
}

#map {
    display: block;
    height: 316px;
    margin: 0;
    max-width: 100%;
    position: relative;
}

/* --------------------------------------------------------
    Footer
----------------------------------------------------------- */

.login-container {
    margin: auto;
    width: 100%;
    position: relative;
    padding: 40px 80px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.login-container h1 {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.login-container hr.divider {
    background: #aaa9a5;
    background: -moz-linear-gradient(left, #FFF 0, #aaa9a5 40%, #aaa9a5 60%, #FFF 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(40%, #aaa9a5), color-stop(60%, #aaa9a5), color-stop(100%, #FFF));
    background: -webkit-linear-gradient(left, #FFF 0, #aaa9a5 40%, #aaa9a5 60%, #FFF 100%);
    background: -o-linear-gradient(left, #FFF 0, #aaa9a5 40%, #aaa9a5 60%, #FFF 100%);
    background: -ms-linear-gradient(left, #FFF 0, #aaa9a5 40%, #aaa9a5 60%, #FFF 100%);
    background: linear-gradient(left, #FFF 0, #aaa9a5 40%, #aaa9a5 60%, #FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAA9a5', endColorstr='#FFF', GradientType=1);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.login-container .form-group {
    position: relative;
    margin-bottom: 10px;
}

.login-container label {
    margin-bottom: 2px;
}

.login-container label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.login-container .form-control {
    box-shadow: none;
    height: 46px;
    margin-bottom: 10px !important;
}

.login-container .passwordShow {
    position: absolute;
    top: 36px;
    right: 15px;
    font-size: 12px;
}

.login-container .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.login-container .remember-me label {
    font-weight: 300;
    font-size: 13px;
    float: left;
    width: 100% !important;
    line-height: 1.2;
    padding-top: 4px;
}

.login-container .remember-me input {
    float: left;
    width: 20px;
}

.login-container .btn {
    border-radius: .25rem;
    font-weight: 600;
    line-height: 1;
    padding: 14px 0;
}

.login-footer {
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: #f3f3f3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 4px 4px;
}

.login-footer p {
    font-weight: 700;
    font-size: 20px;
    color: #2b2b2b;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
}

.login-footer a {
    display: inline-block;
    font-size: 16px;
}

.other-tlds ul li a {
    color: #fff;
}

.domain-query.product-bg-dark {
    background-color: #003355bf !important;
}

.domain-query.product-bg-red {
    background-color: #003355bf !important;
}

.domain-query-full .domain-query {
    /*height:400px;*/
}

.domain-query-full .domain-query p {
    margin-bottom: 10px;
}

.domain-query-full .domain-query form {
    background: #0000;
}

.domain-query-full .domain-query h1 {
    margin-bottom: 0;
}

.domain-query-full .domain-query .domain-properties {
    padding-top: 10px;
}

.domain-query-full .domain-query .domain-properties .tldspan {
    font-size: 24px;
    line-height: 24px;
}

.domain-query-full .domain-query .domain-properties .pricespan {
    font-size: 24px;
    line-height: 24px;
}

.domain-query-full .domain-query .domain-properties .price-discount {
    margin: 4px 0;
    line-height: 1;
}

.product-info .product-main {
    padding: 60px 0 0;
}

.product-info .product-main .product-main-holder h1 {
    line-height: 1.3;
    margin-bottom: 0;
}

.product-info .product-main .properties .paketler {
    font-weight: 600;
    font-size: 20px !important;
    letter-spacing: -.7px;
    padding: 13px 32px !important;
}

.product-info .product-main .properties .mail-servisleri {
    padding: 15px 0 10px;
}

.product-info .product-main .properties .mail-servisleri .icon {
    margin-bottom: 5px;
}

.product-info .product-main .properties .price {
    font-weight: 500;
}

.product-back-9.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-10.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-10.product-info .product-main .product-main-holder {
    margin-bottom: 0;
}

.product-back-10.product-info .product-main .product-main-holder p {
    height: 40px;
    line-height: 1.4;
    padding-top: 0;
}

.product-back-15.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-15.product-info .product-main .product-main-holder {
    margin-bottom: 10px;
}

.product-back-15.product-info .product-main .properties .mail-servisleri .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

.product-back-15.product-info .product-main .properties .mail-servisleri .title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.product-back-4.product-info .product-main .ribbon {
    top: -60px;
}

.product-back-4.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-4.product-info .product-main .product-main-holder {
    margin-bottom: 15px;
}

.product-back-17.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-17.product-info .product-main .product-main-holder {
    margin-bottom: 15px;
}

.product-back-27.product-info .product-main .properties {
    margin-top: 0;
}

.product-back-27.product-info .product-main .product-main-holder {
    margin-bottom: 20px;
}

#datatable-domain-prices-index-filter,
#datatable-domain-prices-search-filter {
    box-shadow: none;
    height: 46px;
    font-size: 16px;
    margin-bottom: 10px !important;
}

#datatable-domain-prices th {
    background-color: #363738 !important;
}

#datatable-domain-prices td {
    border-top: 0 !important;
    padding: 8px;
}

#datatable-domain-prices td:nth-child(2n + 2) {}

#datatable-domain-prices td strike {
    font-size: 12px;
}

#datatable-domain-prices td:first-child .text-info {
    color: #333;
    font-size: 16px;
}

#hosting_paketleri.product-list .table th {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc !important;
    padding: 15px 8px;
    font-weight: 500;
}

#hosting_paketleri.product-list .table td {
    font-size: 16px !important;
}

#hosting_paketleri.product-list .table td.item-price {
    font-size: 18px;
    font-weight: 700;
}

#hosting_paketleri.product-list .table td.period {
    font-weight: 700;
}

#hosting_paketleri.product-list .table td .fa-times {
    color: #9e9c9c !important;
}

.new-packs-box .new-packs .pack.purple.default {
    border-bottom: 10px solid #ec2a8c !important;
}

.service .text-muted {
    line-height: 1.4 !important;
}

/* .products-comparison .times { color: #969696  !important; }
.products-comparison .tick { color: #969696  !important; } */

.products-comparison .text-error,
.products-comparison a.text-error:hover,
.products-comparison .icon.text-error,
.products-comparison .text-danger,
.products-comparison a.text-danger:hover,
.products-comparison .icon.text-danger {
    color: #333 !important;
}

.new-packs-box .new-packs .pack .title .yellow {
    color: #f7921e !important;
}

.info_content11 {
    background: #082236 !important;
    border: 0 !important;
    padding: 12px 0 8px !important;
}

.info_content11 .uyemenu {
    margin: 0 !important;
    color: #fff !important;
    background: transparent;
    line-height: 1.6 !important;
    font-size: 12px !important;
}

.info_content11 a:hover {
    text-decoration: none;
}

.info_content11 .uyemenu:hover {
    text-decoration: none;
    opacity: .6;
}

.info_content11 .uyemenu i {
    color: #fff !important;
    margin: 0 !important;
}

.info_content11 .uyemenu.menu_active {
    background: #ec018c !important;
}

.section-tech {
    background-color: #0b2f4a;
    color: #fff;
    padding: 60px 0 70px;
}

.section-tech .heading {
    margin-bottom: 30px;
}

.section-tech .heading .heading-title {
    line-height: 1.4;
}

.section-tech .nav-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-bottom: 0;
}

.section-tech .nav-tabs>li {
    margin-bottom: 10px;
}

.section-tech .nav-tabs>li>a {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 0 !important;
    padding: 7px 10px;
    text-align: left;
}

.section-tech .nav-tabs>li>a:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: #fec100;
}

.section-tech .nav-tabs>li.active>a {
    color: #fec100 !important;
    background-color: transparent !important;
    border: 0 !important;
}

.section-tech .nav-tabs>li.active>a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #fec100;
    height: 100%;
    width: 2px;
}

.section-tech svg {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    fill: #fec100;
}

.section-tech h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.section-tech p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 30px;
    opacity: .7;
}

.section-tech .tab-pane {
    padding-top: 0;
}

.section-tech .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

@media (max-width: 640px) {
    .section-tech .nav-tabs {
        display: unset;
    }
    .section-tech .heading .heading-title br {
        display: none;
    }
    .section-tech .tab-content {
        margin-top: 20px;
    }
    .section-tech .video-col {
        margin-top: 30px;
    }
    .section-tech .accordion-tab>li>a .open-sub {
        display: none;
    }
    .section-tech .accordion-tab>li>a:before {
        display: none;
    }
    .section-tech .accordion-tab .open-sub:before {
        display: none;
    }
    .section-tech .accordion-tab>li>a {
        background-color: transparent !important;
    }
}

@media (max-width: 575.98px) {
    .product-info .product-main.p120 {
        padding: 30px 0 !important;
        text-align: center !important;
    }
    .product-info .product-main.p120 h1 {
        text-align: center !important;
    }
    /*	.product-info .product-main .properties { display: none !important; }	*/
    .product-info .product-main .product-main-holder {
        margin-bottom: 0;
    }
    .g-reviews {
        display: none !important;
    }
    .kampanya-bari {
        display: none !important;
    }
}

/* --------------------------------------------------------
    Footer
----------------------------------------------------------- */

.breadcrumb-bar {
    background: #082235;
    font-size: 11px;
    line-height: 1;
    padding: 15px 0;
    color: #ccc;
    border-bottom: 1px solid #283a48;
}

.breadcrumb-bar ol {
    list-style: none;
    padding: 0;
    margin: 0 -19px;
    color: #ccc;
}

.breadcrumb-bar ol li {
    display: inline-block;
    padding: 0 4px;
}

.breadcrumb-bar ol li a {
    color: #ccc;
}

#footer .footer-top {
    background: #082235;
    font-size: 15px;
    line-height: 1.4;
    padding: 50px 0;
    color: #ccc;
    background-image: url(../img/icon.lines-help.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#footer .sidebar .widget .title-block {
    border: 0;
    margin-bottom: 0;
}

#footer .sidebar .widget .title-block .yellow {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

#footer .sidebar .widget header:before,
#footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before,
#footer .sidebar .widget .title-block:before {
    display: none;
}

#footer .sidebar .widget {
    margin: inherit;
}

#footer .sidebar .links li {
    line-height: 1.8;
}

#footer .adres {
    width: 280px;
    margin-bottom: 20px;
}

#footer .adres strong {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

#footer .phone,
#footer .phone a {
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

#footer .social .icon {
    font-size: 20px;
    background: #0d314c !important;
    margin: 0;
    margin-right: 4px;
}

#footer .footer-bottom {
    background: #051623;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px 0;
    color: #ccc;
}

#footer .footer-bottom .container {
    padding: 0;
}

#footer .footer-bottom .policy {
    text-align: right;
}

#footer .footer-bottom .policy a {
    color: #ccc;
    display: inline-block;
    padding: 0 5px;
}

@-webkit-keyframes hctr-rainbow {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100vw 0
    }
}

@keyframes hctr-rainbow {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100vw 0
    }
}

.hctr-rainbow {
    position: relative;
    width: 100%;
    height: 3px
}

.hctr-rainbow:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ff0075 0, #00dcff 75%, #ff0075 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-name: hctr-rainbow;
    animation-name: hctr-rainbow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

@media (min-width:39em) {
    .hctr-rainbow:before {
        -webkit-animation-duration: 5s;
        animation-duration: 5s
    }
}

@media only screen and (min-width: 768px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .header {
        display: block;
    }
    .mobile-header {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .contactAdres {
        padding-left: 15px;
    }
    .product-info .product-main {
        height: 100%;
    }
    .product-info .product-main .properties .product-item {
        margin-bottom: 8px;
    }
    #footer .footer-bottom .policy {
        text-align: center;
    }
    #footer .sidebar .widget .title-block {
        margin-top: 20px;
    }
    #footer .sidebar .widget.social {
        margin: 0 15px 15px;
    }
    .login-container {
        padding: 30px 20px;
    }
    #footer .footer-bottom .copyright {
        padding: 0 15px 15px !important;
    }
    .breadcrumb-bar {
        padding: 15px;
    }
    .other-product a {
        margin: 15px 0;
    }
    .new-packs-box .information {
        top: -7px;
    }
    .support-info .support-cover .support-title {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .slider-hosting-title {
        text-align: center;
    }
}

/* cyrillic-ext */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.hosting.com.tr/hosting/fonts/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.package-details {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.custom-tawk-button:not(:disabled) {
    cursor: pointer;
}

.custom-tawk-button {
    margin: 0;
    right: 15px !important;
    overflow: hidden;
    font: inherit;
    text-transform: none;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5rem;
    text-decoration: none;
    background-color: #02a9e0;
    color: #ffffff !important;
    border-radius: 4px 4px 0px 0px;
    width: 150px;
    height: 40px;
    padding: 0px 18px 0px 15px;
    bottom: 0px;
    position: fixed;
    z-index: 1000;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#inputPromotionCode {
    margin-bottom: 9px;
}

@media only screen and (max-width: 992px) {
    .center-sm {
        width: 100%;
        text-align: center;
    }
    .g-reviews.mobile-center {
        margin: 0 auto !important;
        float: none !important;
        display: table;
    }
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #3db9f2;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3db9f2
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        rig
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

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

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

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

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

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

.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,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.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: 12px;
    border-radius: 2px
}

.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: 16px;
    border-radius: 5px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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 {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    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:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #2e5481
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 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.6;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3db9f2
}

.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: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

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

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

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 22px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 7px;
    margin-bottom: 7px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: rgba(30, 30, 30, .7);
    border-color: rgba(30, 30, 30, .7);
    cursor: default
}

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

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

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

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

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

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

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

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

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

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

.label-primary {
    background-color: #3db9f2
}

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

.label-active,
.label-success {
    background-color: #6fac2e
}

.label-active[href]:focus,
.label-active[href]:hover,
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #495a00
}

.collections,
.label-info,
.label-pendingtransfer,
.paid {
    background-color: #00baf2
}

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

.text-active {
    color: #738d00
}

.label-warning {
    background-color: #f89406
}

.label-pending,
.pending {
    background-color: #fd0
}

.pending-status {
    background-color: #fffff8
}

.text-pending {
    color: #f8941a
}

.active-status {
    background-color: #f9ffef
}

.suspended-status {
    background-color: #fffaf4
}

.terminated-status {
    background-color: #ffefef
}

.label-grace,
.label-suspended,
.suspended {
    background-color: #f89406
}

.text-suspended {
    color: #f89406
}

.label-refunded,
.refunded {
    background-color: #f7931e
}

.cancelled,
.fraud,
.label-cancelled,
.label-fraud,
.label-redemption {
    background-color: #ec018c
}

.text-cancelled,
.text-fraud {
    color: #ec018c
}

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

.label-danger,
.label-expired,
.unpaid {
    background-color: #ec018c
}

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

.status-active {
    color: #39b752 !important
}

.status-transfer {
    color: #01b9f2
}

.status-pending,
.status-pendingdocument,
.status-pendingregistration,
.status-pendingtransfer {
    color: #f89406 !important
}

.status-expired,
.status-fraud,
.status-grace,
.status-redemption,
.status-transferredaway {
    color: #ec018c !important
}

.domain-status-active {
    color: #39b752 !important
}

.domain-status-pending {
    color: #f89406 !important
}

.domain-status-expired {
    color: #ec018c !important
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #3db9f2
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

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

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

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

.nav-pills>li>a>.badge {
    margin-left: 3px
}

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

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

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 5px
}

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

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

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

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

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

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #2e5481
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

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

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #3db9f2;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

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

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

.progress-bar-success {
    background-color: #28a745
}

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

.progress-bar-info {
    background-color: #17a2b8
}

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

.progress-bar-warning {
    background-color: #ffc107
}

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

.progress-bar-danger {
    background-color: #dc3545
}

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

.media {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

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

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

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

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

.list-group {
    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 i {
    width: 20px
}

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

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

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

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

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

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

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

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

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

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

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #97d6fd
}

.list-group-item-success {
    color: #fff;
    background-color: #738d00
}

a.list-group-item-success {
    color: #fff
}

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

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #fff;
    background-color: #5e7400
}

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

.list-group-item-info {
    color: #fff;
    background-color: #02a9e0
}

a.list-group-item-info {
    color: #fff
}

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

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #fff;
    background-color: #0296c7
}

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

.list-group-item-warning {
    color: #fff;
    background-color: #f89406
}

a.list-group-item-warning {
    color: #fff
}

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

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #fff;
    background-color: #df8505
}

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

.list-group-item-danger {
    color: #fff;
    background-color: #ec018c
}

a.list-group-item-danger {
    color: #fff
}

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

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #fff;
    background-color: #a90739
}

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

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

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

.panel {
    margin-bottom: 22px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 12px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 9px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

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

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

.panel-footer {
    padding: 10px 20px;
    background-color: #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 10px 20px;
    padding-right: 10px 20px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #e1e1e1
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #e1e1e1
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #e1e1e1
}

.panel-default {
    border-color: #00000020
}

.panel-default>.panel-heading {
    color: #1e1e1e;
    background-color: #00000008;
    border-color: #00000020;
    border-bottom: 1px solid #00000020
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00000020
}

.panel-default>.panel-heading .badge {
    color: #e1e1e1;
    background-color: #1e1e1e
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00000020
}

.panel-primary {
    border-color: #3db9f2
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #3db9f2;
    border-color: #3db9f2
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3db9f2
}

.panel-primary>.panel-heading .badge {
    color: #3db9f2;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3db9f2
}

.panel-success {
    border-color: #738d00
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #738d00;
    border-color: #738d00
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #738d00
}

.panel-success>.panel-heading .badge {
    color: #738d00;
    background-color: #fff
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #738d00
}

.panel-info {
    border-color: #02a9e0
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #02a9e0;
    border-color: #02a9e0
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #02a9e0
}

.panel-info>.panel-heading .badge {
    color: #02a9e0;
    background-color: #fff
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #02a9e0
}

.panel-warning {
    border-color: #f89406
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #f89406;
    border-color: #f89406
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f89406
}

.panel-warning>.panel-heading .badge {
    color: #f89406;
    background-color: #fff
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f89406
}

.panel-danger {
    border-color: #ec018c
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #ec018c;
    border-color: #ec018c
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ec018c
}

.panel-danger>.panel-heading .badge {
    color: #ec018c;
    background-color: #fff
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ec018c
}

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

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

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    color: #7f7f7f;
    text-shadow: none;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #7f7f7f;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

.modal-title {
    /* margin: 0; */
    /* line-height: 1.6; */
}

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

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

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

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

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

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

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

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

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

.index1 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/index_bg1.jpg)
}

.domainchecker,
.urun_giris {
    padding: 15px 15px 0;
    position: relative
}

.domainchecker #inputDomain {
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0
}

.domainchecker #btnCheckAvailability {
    border-radius: 0 4px 4px 0
}

.domainchecker .tldbox {
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px
}

.domainchecker .tldlist {
    font-size: 24px;
    font-weight: 800
}

.domainchecker .price {
    line-height: 32px;
    font-size: 18px;
    white-space: nowrap;
    display: block
}

.pricetip {
    cursor: help
}

.pricetip:hover {
    opacity: .75
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
    white-space: normal !important
}

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    margin-left: 0px;
    display: none;
    max-width: 250px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

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

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

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

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

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

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

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

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

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

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: #ccc;
    bottom: -11px
}

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

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #ccc
}

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

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: #ccc;
    top: -11px
}

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

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #ccc
}

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

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

.pull-md-right,
.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;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

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

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
        font-size: 14px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

* {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0;
    zoom: 1;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: 0 !important
}

body,
html {
    font-size: 14px;
    height: 100%
}

.full-height {
    height: 100% !important
}

.full-height.scroll {
    height: auto !important
}

.full-height body {
    position: relative
}

body {
    color: #0b304a;
    height: 100%;
    line-height: 1.6;
    overflow-x: hidden
}

body {
    font-family: Rubik, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

body.loaded {
    overflow-x: inherit
}

.sitemap a:before,
.toolbar .up-down {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.product_spot_full {
    padding: 25px 0 !important;
    margin-bottom: 40px
}

.product_spot {
    padding: 30px
}

.product_spot p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8)
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif
}

.page-box {
    height: auto !important;
    height: 100%
}

img {
    max-width: 100%;
    height: auto
}

svg image {
    display: none
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

label {
    font-weight: 400
}

a:active {
    /* color: #000; */
}

.no-border a,
a.no-border {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.no-border a:hover,
a.no-border:hover {
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.white .no-border a,
.white a.no-border {
    color: #fff;
    color: rgba(255, 255, 255, .8)
}

.yellow {
    color: #ffcb08 !important
}

.white .no-border a:hover,
.white a.no-border:hover {
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 22px;
    /* text-rendering: optimizelegibility; */
}

.light {
    font-weight: 400
}

p {
    margin-bottom: 12px
}

p:last-child {
    margin-bottom: 0
}

address {
    font-size: 13px
}

ol,
ul {
    /* padding: 0 0 0 60px; */
    /* margin: 0 0 22px; */
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.icon.white,
.white {
    color: #fff !important
}

.icon.muted,
.muted {
    color: #555 !important
}

.icon.text-warning,
.text-warning,
a.text-warning:hover {
    color: #f89406
}

.icon.text-danger,
.icon.text-error,
.text-danger,
.text-error,
a.text-danger:hover,
a.text-error:hover {
    color: #ec018c
}

.icon.text-info,
.text-info,
a.text-info:hover {
    color: #00b9f2
}

.icon.text-success,
.text-success,
a.text-success:hover {
    color: #6fac2e
}

.bg-white {
    background: #fff !important
}

.bg-muted {
    background: #555 !important
}

.bg-primary {
    background: #3db9f2 !important
}

.bg-warning {
    background: #f89406 !important
}

.bg-danger,
.bg-error {
    background: #ec018c !important
}

.bg-info {
    background: #00b9f2 !important
}

.bg-success {
    background: #6fac2e !important
}

.bg-dark {
    background: #082235 !important
}

.bg-grey {
    background: #f0f3f7 !important
}

.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px
}

.text-small {
    font-size: 12px;
    line-height: 18px
}

hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0 none;
    margin: 40px 0
}

hr.dotted {
    border-style: dotted;
    border-top-width: 1px
}

hr.dashed {
    border-style: dashed;
    border-top-width: 1px
}

hr.double {
    border-style: double;
    border-top-width: 3px
}

hr.shadow {
    border: 0 none;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 10px;
    position: relative
}

hr.shadow:after {
    bottom: 10px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    content: "";
    height: 20px;
    left: 5%;
    position: absolute;
    right: 5%;
    z-index: -1
}

hr.no-line {
    border: 0 none;
    height: 1px
}

hr.margin-bottom {
    margin-top: 0
}

hr.margin-top {
    margin-bottom: 0
}

.btn {
    border-radius: 3px;
    line-height: 22px;
    outline: 0;
    padding: 8px 19px;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
    transition: background .2s linear, border .2s linear, color .2s linear;
    white-space: nowrap
}

.btn.btn-default.active,
.btn.btn-default.focus,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.open>.btn.btn-default.dropdown-toggle {
    background: #565656;
    border-color: #565656
}

.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.open>.btn.btn-primary.dropdown-toggle {
    background: #0499f7;
    border-color: #0499f7
}

.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open>.btn.btn-success.dropdown-toggle {
    background: #9dc000;
    border-color: #9dc000
}

.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.open>.btn.btn-info.dropdown-toggle {
    background: #00befd;
    border-color: #00befd
}

.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.open>.btn.btn-warning.dropdown-toggle {
    background: #0083ff;
    border-color: #0083ff;
}

.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.open>.btn.btn-danger.dropdown-toggle {
    background: #f20a51;
    border-color: #f20a51
}

.btn-basket {
    white-space: nowrap !important;
    font-weight: 700 !important;
    background-color: #0769d3 !important;
    border: none !important;
    color: #f7f7f7 !important;
}

.btn-basket:hover {
    opacity: .9
}

.btn-basket.btn-lg {
    padding: 20px 32px !important
}

.btn.btn-red {
    background: #ed093a;
    color: #fff
}

.btn.btn-red.active,
.btn.btn-red.disabled,
.btn.btn-red:active,
.btn.btn-red:focus,
.btn.btn-red:hover,
.btn.btn-red[disabled] {
    color: #fff;
    background-color: #fb4c71
}

.btn-group.open .btn.btn-red.dropdown-toggle,
.btn.btn-red.active,
.btn.btn-red:active {
    box-shadow: inset 0 5px 0 rgba(0, 0, 0, .12)
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #1e1e1e
}

.btn-group.open .btn.btn-white.dropdown-toggle,
.btn.btn-white.active,
.btn.btn-white.disabled,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover,
.btn.btn-white[disabled] {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
    color: #1e1e1e
}

.btn.btn-link[disabled]:focus,
.btn.btn-link[disabled]:hover {
    opacity: .8
}

.btn .btn.disabled,
.btn .btn[disabled] {
    opacity: .8
}

.btn.btn-inverse {
    background: #ccc;
    background: rgba(30, 30, 30, .3);
    color: #fff
}

.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse:active,
.btn.btn-inverse:focus,
.btn.btn-inverse:hover,
.btn.btn-inverse[disabled] {
    color: #efefef;
    background-color: #000
}

.btn.btn-border {
    background: 0 0;
    border: 1px solid #1e1e1e;
    color: #1e1e1e
}

.btn.btn-basic {
    background: #e6e6e6;
    border: 1px solid #ccc;
    color: #666
}

.btn.btn-border .caret {
    color: #1e1e1e
}

.btn.btn-border.btn-inverse,
.btn.btn-border.btn-inverse .caret {
    border-color: rgba(30, 30, 30, .3);
    color: rgba(30, 30, 30, .3)
}

.btn.btn-border.btn-primary,
.btn.btn-border.btn-primary .caret {
    border-color: #3db9f2;
    color: #3db9f2
}

.btn.btn-border.btn-warning,
.btn.btn-border.btn-warning .caret {
    border-color: #f89406;
    color: #f89406
}

.btn.btn-border.btn-danger,
.btn.btn-border.btn-danger .caret {
    border-color: #ec018c;
    color: #ec018c
}

.btn.btn-border.btn-success,
.btn.btn-border.btn-success .caret {
    border-color: #738d00;
    color: #738d00
}

.btn.btn-border.btn-info,
.btn.btn-border.btn-info .caret {
    border-color: #00b9f2;
    color: #00b9f2
}

.btn-group.open .btn.btn-border.btn.dropdown-toggle,
.btn.btn-border.active,
.btn.btn-border.disabled,
.btn.btn-border:active,
.btn.btn-border:focus,
.btn.btn-border:hover,
.btn.btn-border[disabled] {
    color: #fff
}

.btn-group.open .btn.btn-border.btn.dropdown-toggle .caret,
.btn.btn-border.active .caret,
.btn.btn-border.disabled .caret,
.btn.btn-border:active .caret,
.btn.btn-border:focus .caret,
.btn.btn-border:hover .caret,
.btn.btn-border[disabled] .caret {
    color: #fff
}

.btn.btn-lg {
    font-size: 14px;
    padding: 15px 44px
}

.btn.btn-sm {
    font-size: 12px;
    padding: 4px 14px
}

.btn.btn-xs {
    font-size: 10px;
    padding: 1px 9px
}

.dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    min-width: 156px;
    padding: 0;
    z-index: 800
}

.dropdown-menu>li>a i {
    font-size: 18px;
    margin-right: 10px;
    min-width: 18px;
    vertical-align: middle
}

.dropdown-backdrop {
    position: static
}

.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.open>.dropdown-menu {
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #7b7b7b;
    text-shadow: none
}

.btn-group>.btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.btn-group>.btn:after,
.btn-group>.btn:before {
    border-left: 1px solid rgba(255, 255, 255, .2);
    bottom: 0;
    display: inline-block;
    content: "";
    left: -1px;
    position: absolute;
    top: 0
}

.btn-group>.btn.btn-border:after,
.btn-group>.btn.btn-border:before {
    display: none
}

.btn-group .btn-group>.btn:after {
    left: auto;
    right: 0
}

.btn-group>.btn:first-child:before,
.btn-group>.btn:last-child:after,
.btn-group>.btn:only-of-type:after,
.btn-group>.btn:only-of-type:before {
    display: none
}

form {
    margin-bottom: 0px;
}

label {
    font-weight: 400;
    margin: 0 0 3px
}

.required {
    color: #c3293a;
    display: inline-block;
    font-size: 14px
}

.form-control,
.selectBox {
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%
}

.form-control:hover,
.selectBox:hover {
    border-color: #ccc;
    text-decoration: none
}

.form-control.selectBox-menuShowing,
.form-control:focus,
.selectBox.selectBox-menuShowing,
.selectBox:focus {
    border: solid 1px #839bb7;
    outline: 0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

textarea.form-control {
    height: 100px;
    max-width: 100%
}

.selectBox {
    max-width: 100%;
    width: 100% !important
}

.has-feedback .form-control-feedback {
    height: 40px;
    line-height: 40px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #738d00
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #f89406
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #ec018c
}

.has-success .form-control {
    border-color: #738d00;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-warning .form-control {
    border-color: #f89406;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-error .form-control {
    border-color: #ec018c;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-success .form-control:focus {
    border-color: #738d00;
    box-shadow: 0 0 10px rgba(115, 141, 0, .3)
}

.has-warning .form-control:focus {
    border-color: #f89406;
    box-shadow: 0 0 10px rgba(248, 148, 6, .3)
}

.has-error .form-control:focus {
    border-color: #ec018c;
    box-shadow: 0 0 10px rgba(193, 8, 65, .3)
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.checkbox,
.radio {
    font-weight: 400;
    margin: 0 0 8px;
    min-height: 18px;
    padding-left: 10px;
    line-height: 20px
}

.new-checkbox,
.new-radio {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 15px
}

.new-radio {
    border-radius: 7px;
    height: 14px;
    width: 14px
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.new-checkbox input[type=checkbox],
.new-radio input[type=radio] {
    cursor: pointer;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    vertical-align: top;
    width: 100%
}

.new-checkbox svg {
    display: none;
    height: 18px;
    margin: -3px 0 0 -2px;
    width: 18px
}

.new-checkbox svg polygon {
    fill: #1e1e1e
}

.new-checkbox svg polygon {
    fill: #1e1e1e
}

.new-checkbox.checked svg {
    display: block
}

.new-radio span {
    border-radius: 3px;
    display: block;
    height: 6px;
    margin: 3px 0 0 3px;
    width: 6px
}

.new-radio.checked span {
    background: #1e1e1e
}

.new-checkbox.disabled,
.new-radio.disabled {
    opacity: .5
}

.form-inline .checkbox,
.form-inline .radio,
.form-search .checkbox,
.form-search .radio {
    padding-left: 20px
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-search .radio input[type=radio] {
    margin-left: -20px
}

.selectBox-dropdown-menu::-webkit-scrollbar,
.selectBox::-webkit-scrollbar {
    background: #f2f2f2;
    width: 10px
}

.selectBox-dropdown-menu::-webkit-scrollbar-thumb,
.selectBox::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    background-color: #839bb7;
    width: 5px
}

.selectBox {
    background: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none
}

.selectBox:focus,
.selectBox:hover,
button {
    outline: 0;
    text-decoration: none
}

.selectBox-label {
    box-sizing: border-box;
    color: #555;
    display: block;
    max-width: 100%;
    padding: 0 25px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.selectBox-arrow {
    background: url(../img/svg/select.svg) 50% 50% no-repeat;
    border-radius: 0 3px 3px 0;
    height: 100%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.selectBox-dropdown-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    border: solid 1px #839bb7;
    outline: 0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #5f5f5f;
    font-size: 12px;
    list-style: none;
    margin: 0;
    max-height: 117px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.selectBox-options li {
    display: block
}

.selectBox-options li a {
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    line-height: 1.5;
    padding: 2px 2px 2px 16px;
    margin: 0;
    min-height: 23px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.selectBox-options li+li a {
    border-top: 1px solid #839bb7
}

.selectBox-options li a:hover {
    background: #f2f2f2;
    color: #111;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.selectBox-options li.selectBox-selected a {
    background: #e9e9e9;
    color: #000;
    text-decoration: none
}

.selectBox-inline {
    overflow-y: auto;
    padding: 0;
    width: 100%
}

.selectBox-inline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: default
}

.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
fieldset[disabled] select {
    color: #999
}

.selectBox.selectBox-disabled .selectBox-arrow,
fieldset[disabled] .selectBox .selectBox-arrow {
    opacity: .3
}

.selectBox.selectBox-disabled:focus {
    border-color: #e1e1e1;
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15)
}

.form-horizontal .form-group .form-control,
.form-inline .control-label,
.form-inline .form-control {
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    border-radius: 4px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding-top: 10px;
    padding-bottom: 10px
}

.input-lg-selectBox-dropdown-menu {
    border-radius: 0 0 4px 4px
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    border-radius: 2px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: inherit !important;
    padding-top: 5px;
    padding-bottom: 5px
}

.input-sm-selectBox-dropdown-menu {
    border-radius: 0 0 2px 2px
}

.alignnone {
    margin: 0 0 25px
}

.aligncenter {
    clear: both;
    margin: 0 auto 25px;
    text-align: center
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0
}

.alignright {
    float: right;
    margin: 0 0 25px 25px
}

.caption {
    color: #7f7f7f;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 22px;
    max-width: 100%
}

.caption img {
    display: block;
    margin: 0 auto 10px
}

.img-rounded,
.img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle img,
.img-thumbnail.img-rounded .bg-images,
.img-thumbnail.img-rounded img {
    border-radius: 4px
}

.img-thumbnail {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto
}

.img-thumbnail:hover {
    opacity: .8;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.img-thumbnail:hover .bg-images {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.img-thumbnail:hover .bg-images i:before {
    color: #000;
    font-size: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.img-thumbnail.lightbox:hover {
    opacity: 1
}

.img-thumbnail .bg-images {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.img-thumbnail .bg-images i {
    margin: 9px 0 0 9px
}

.img-thumbnail .bg-images i:before {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.img-thumbnail.img-circle .img-thumbnail.bg-images,
.img-thumbnail.img-circle img.img-thumbnail,
.img-thumbnail.img-rounded,
.img-thumbnail.img-rounded .img-thumbnail.bg-images,
.img-thumbnail.img-rounded img.img-thumbnail {
    border-radius: 4px
}

.img-thumbnail.img-circle {
    border-radius: 50%
}

.img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle img {
    border-radius: 50%
}

.img-thumbnail.img-circle .bg-images i {
    margin: 17% 0 0 17%
}

.fancybox-wrap {
    -webkit-overflow-scrolling: touch
}

.alert {
    min-height: 34px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.alert .alert-link {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.alert .alert-link:hover {
    color: #fff;
    text-decoration: none
}

.alert .close {
    color: #333 !important;
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 9px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    font-size: 20px !important
}

.alert .close:hover {
    color: #fff;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.alert .alert-icon {
    display: block;
    float: left;
    margin: 0 20px 0 0
}

.alert .alert-icon:before {
    font-size: 34px
}

.alert.alert-default {
    background-color: #555;
    border: 1px solid #555;
    color: #fff
}

.alert.alert-black {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #fff
}

.alert.alert-border {
    background: 0 0;
    color: #1e1e1e
}

.alert.alert-border .close {
    color: #1e1e1e
}

.tooltip.left {
    margin-left: -12px
}

#tooltip {
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    padding: 5px;
    position: absolute;
    z-index: 3000
}

#tooltip div,
#tooltip h3 {
    margin: 0
}

.text-warning+.tooltip .tooltip-inner {
    background-color: #f89406
}

.text-warning+.tooltip.top .tooltip-arrow {
    border-top-color: #f89406
}

.text-warning+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f89406
}

.text-warning+.tooltip.left .tooltip-arrow {
    border-left-color: #f89406
}

.text-warning+.tooltip.right .tooltip-arrow {
    border-right-color: #f89406
}

.text-error+.tooltip .tooltip-inner {
    background-color: #ec018c
}

.text-error+.tooltip.top .tooltip-arrow {
    border-top-color: #ec018c
}

.text-error+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ec018c
}

.text-error+.tooltip.left .tooltip-arrow {
    border-left-color: #ec018c
}

.text-error+.tooltip.right .tooltip-arrow {
    border-right-color: #ec018c
}

.text-danger+.tooltip .tooltip-inner {
    background-color: #ec018c
}

.text-danger+.tooltip.top .tooltip-arrow {
    border-top-color: #ec018c
}

.text-danger+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ec018c
}

.text-danger+.tooltip.left .tooltip-arrow {
    border-left-color: #ec018c
}

.text-danger+.tooltip.right .tooltip-arrow {
    border-right-color: #ec018c
}

.text-info+.tooltip .tooltip-inner {
    background-color: #00b9f2
}

.text-info+.tooltip.top .tooltip-arrow {
    border-top-color: #00b9f2
}

.text-info+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00b9f2
}

.text-info+.tooltip.left .tooltip-arrow {
    border-left-color: #00b9f2
}

.text-info+.tooltip.right .tooltip-arrow {
    border-right-color: #00b9f2
}

.text-success+.tooltip .tooltip-inner {
    background-color: #738d00
}

.text-success+.tooltip.top .tooltip-arrow {
    border-top-color: #738d00
}

.text-success+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #738d00
}

.text-success+.tooltip.left .tooltip-arrow {
    border-left-color: #738d00
}

.text-success+.tooltip.right .tooltip-arrow {
    border-right-color: #738d00
}

.popover {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

a.list-group-item,
a.list-group-item:focus,
a.list-group-item:hover {
    -webkit-transition: background-color .3s linear, color .3s linear;
    transition: background-color .3s linear, color .3s linear
}

.list-group-item-warning {
    background-color: #f89406;
    border: 0 none;
    color: #fff
}

a.list-group-item-warning {
    color: #fff
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    background-color: #faa937;
    color: rgba(255, 255, 255, .7)
}

.list-group-item-danger {
    background-color: #ec018c;
    border: 0 none;
    color: #fff
}

a.list-group-item-danger {
    color: #fff
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    background-color: #f20a51;
    color: rgba(255, 255, 255, .7)
}

.list-group-item-info {
    background-color: #00b9f2;
    border: 0 none;
    color: #fff
}

a.list-group-item-info {
    color: #fff
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    background-color: #00befd;
    color: rgba(255, 255, 255, .7)
}

.list-group-item-success {
    background-color: #738d00;
    border: 0 none;
    color: #fff
}

a.list-group-item-success {
    color: #fff
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    background-color: #9dc000;
    color: rgba(255, 255, 255, .7)
}

.list-group-item .badge {
    margin-top: 2px
}

.table {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px
}

.table.text-left,
.table.text-left th:not(.text-center) {
    text-align: left
}

.table.text-right,
.table.text-right th:not(.text-center) {
    text-align: right
}

.table td,
.table th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 18px;
    vertical-align: middle
}

.table>thead>tr>th {
    border-bottom-width: 1px;
    font-size: 15px;
    color: #666
}

.table-striped thead th {
    background-color: #fff
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background: #fbfbfb
}

.table-bordered {
    border-radius: 0
}

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

.table-hover tbody tr>td,
.table-hover tbody tr>th {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color: #fffdee;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>td.info,
.table>tbody>tr>td.success,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.danger,
.table>tbody>tr>th.info,
.table>tbody>tr>th.success,
.table>tbody>tr>th.warning,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>td.info,
.table>tfoot>tr>td.success,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.danger,
.table>tfoot>tr>th.info,
.table>tfoot>tr>th.success,
.table>tfoot>tr>th.warning,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.danger,
.table>thead>tr>td.info,
.table>thead>tr>td.success,
.table>thead>tr>td.warning,
.table>thead>tr>th.danger,
.table>thead>tr>th.info,
.table>thead>tr>th.success,
.table>thead>tr>th.warning {
    color: #fff
}

.progress {
    height: 40px
}

.progress-bar {
    font-size: 14px;
    -webkit-filter: none;
    filter: none;
    box-shadow: none;
    line-height: 40px;
    text-align: left;
    text-indent: 10px;
    text-shadow: none;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.progress.border-radius {
    border-radius: 5px
}

.progress[data-appear-progress-animation] .progress-bar {
    text-indent: -100%
}

.progress.hover .progress-bar:hover {
    background: #1e1e1e
}

.progress.hover .progress-bar-info:hover {
    background: #00b9f2
}

.progress.hover .progress-bar-success:hover {
    background: #738d00
}

.progress.hover .progress-bar-warning:hover {
    background: #f89406
}

.progress.hover .progress-bar-danger:hover {
    background: #ec018c
}

.progress-circular {
    position: relative;
    text-align: center
}

.progress-circular>div {
    display: inline-block;
    vertical-align: top
}

.progress-circular input.knob {
    border: 0 none;
    box-shadow: none;
    color: #7f7f7f;
    font-size: 0;
    font-style: italic;
    font-weight: 400 !important
}

.pagination {
    margin: 20px 0
}

.pagination>li>a,
.pagination>li>span {
    border: 0 none;
    border-radius: 2px;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 6px;
    padding: 0 9px;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-left-width: 0;
    border-radius: 2px
}

.pagination+.pagination-text {
    color: #999;
    font-size: 12px;
    float: right;
    line-height: 24px;
    vertical-align: top
}

.pagination.pagination-lg>li>a,
.pagination.pagination-lg>li>span {
    font-size: 16px;
    line-height: 28px;
    padding: 4px 14px
}

.pagination.pagination-sm>li>a,
.pagination.pagination-sm>li>span {
    font-size: 10px;
    line-height: 20px;
    padding: 0 7px
}

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

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

.modal {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.modal .close {
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 20px
}

.modal .close span {
    line-height: 18px;
    margin-right: 5px;
    margin-top: 0;
    text-transform: uppercase
}

.modal.modal-center .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 10px
}

.modal-header .title-box {
    margin-bottom: 20px
}

.modal-header .title-box .title {
    margin: 0 0 12px;
    padding: 0
}

.modal-body {
    padding: 15px
}

.modal-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 3px 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 15px
}

.products-tab>.nav-tabs>li.active>a,
.products-tab>.nav-tabs>li>a {
    font-size: 18px
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #f7f7f7;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0
}

.nav-tabs>li>a {
    border-radius: 2px 2px 0 0;
    color: #1e1e1e;
    font-size: 12px;
    padding: 10px 20px 11px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #e1e1e1
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:focus,
.nav-tabs>.active>a:hover {
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
    color: #1e1e1e;
    font-weight: 700
}

.nav-tabs>.active.dropdown>a {
    z-index: 911
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    padding: 36px 0 0
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
    margin: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 110px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    border: 0 none;
    border-right: 1px solid #ddd;
    float: left;
    margin: 0 -1px 0 0
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd
}

.tabs-left>.tab-content {
    border-left: 1px solid #ddd;
    margin: 0;
    overflow: auto
}

.tabs-left>.tab-content>.tab-pane {
    padding: 0 0 0 20px
}

.tabs-right>.nav-tabs {
    border: 0 none;
    border-left: 1px solid #ddd;
    float: right;
    margin: 0 0 0 -1px
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:focus,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}

.tabs-right>.tab-content {
    border-right: 1px solid #ddd;
    margin: 0;
    overflow: auto
}

.tabs-right>.tab-content>.tab-pane {
    padding: 0 20px 0 0
}

.tab-content ul {
    padding: 0 0 0 30px;
    list-style: circle;
    color: #666
}

.panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 22px
}

.panel-heading {
    border: 0 none
}

.panel-title {
    font-size: 14px
}

.panel-footer {
    border: 0
}

.list-group-item {
    padding-left: 20px;
    padding-right: 20px
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0
}

.panel-group .panel .panel-heading {
    background-color: inherit;
    padding: 0;
    position: relative
}

.panel-group .panel .panel-heading>.panel-title:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.panel-group .panel .panel-heading>.panel-title>button {
    background-color: #f2f2f2;
    display: block;
    line-height: 22px;
    width: 100%;
    text-align: left;
    padding: 9px 9px 9px 60px;
    text-decoration: none;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.panel-group .panel .panel-heading>.panel-title>button:after,
.panel-group .panel .panel-heading>.panel-title>button:before {
    background: #1e1e1e;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 19px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px
}

.panel-group .panel .panel-heading>.panel-title>button:after {
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px
}

.panel-group .panel .panel-heading>.panel-title>button:hover {
    background-color: #e9e9e9
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none
}

.panel-group .panel.active .panel-heading>.panel-title:before {
    background: rgba(255, 255, 255, .2)
}

.panel-group .panel.active .panel-heading>.panel-title>a,
.panel-group .panel.active .panel-heading>.panel-title>a:hover {
    background-color: #1e1e1e;
    color: #fff
}

.panel-group .panel.active .panel-heading>.panel-title>a:after,
.panel-group .panel.active .panel-heading>.panel-title>a:before,
.panel-group .panel.active .panel-heading>.panel-title>a:hover:after,
.panel-group .panel.active .panel-heading>.panel-title>a:hover:before {
    background: #fff
}

.panel-group .panel.active .panel-heading>.panel-title>a:after,
.panel-group .panel.active .panel-heading>.panel-title>a:hover:after {
    display: none
}

.panel-group .panel.panel-primary .panel-heading>.panel-title>a {
    background-color: #3db9f2;
    color: #fff
}

.panel-group .panel.panel-primary .panel-heading>.panel-title>a:hover {
    background-color: rgba(3, 122, 197, .9)
}

.panel-group .panel.panel-primary .panel-heading>.panel-title>a:after,
.panel-group .panel.panel-primary .panel-heading>.panel-title>a:before {
    background-color: #fff
}

.panel-group .panel.panel-warning .panel-heading>.panel-title>a {
    background-color: #f89406;
    color: #fff
}

.panel-group .panel.panel-warning .panel-heading>.panel-title>a:hover {
    background-color: rgba(248, 148, 6, .9)
}

.panel-group .panel.panel-warning .panel-heading>.panel-title>a:after,
.panel-group .panel.panel-warning .panel-heading>.panel-title>a:before {
    background-color: #fff
}

.panel-group .panel.panel-danger .panel-heading>.panel-title>a {
    background-color: #ec018c;
    color: #fff
}

.panel-group .panel.panel-danger .panel-heading>.panel-title>a:hover {
    background-color: rgba(193, 8, 65, .9)
}

.panel-group .panel.panel-danger .panel-heading>.panel-title>a:after,
.panel-group .panel.panel-danger .panel-heading>.panel-title>a:before {
    background-color: #fff
}

.panel-group .panel.panel-info .panel-heading>.panel-title>a {
    background-color: #00b9f2;
    color: #fff
}

.panel-group .panel.panel-info .panel-heading>.panel-title>a:hover {
    background-color: rgba(0, 152, 202, .9)
}

.panel-group .panel.panel-info .panel-heading>.panel-title>a:after,
.panel-group .panel.panel-info .panel-heading>.panel-title>a:before {
    background-color: #fff
}

.panel-group .panel.panel-success .panel-heading>.panel-title>a {
    background-color: #738d00;
    color: #fff
}

.panel-group .panel.panel-success .panel-heading>.panel-title>a:hover {
    background-color: rgba(115, 141, 0, .9)
}

.panel-group .panel.panel-success .panel-heading>.panel-title>a:after,
.panel-group .panel.panel-success .panel-heading>.panel-title>a:before {
    background-color: #fff
}

.panel-group .panel.e-hidden {
    margin: 0;
    overflow: hidden
}

.panel-group .panel-body {
    padding: 10px 0 10px 1px
}

.panel-group.panel-bg .panel-body {
    background: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px
}

.panel-group.one-open .panel.active .panel-heading>.panel-title>a {
    cursor: default
}

.close {
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #7f7f7f;
    position: relative;
    text-shadow: none;
    opacity: 1;
    vertical-align: top;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.close:hover {
    color: #1e1e1e;
    opacity: 1
}

.close span {
    display: inline-block;
    font-size: 32px;
    font-family: Arial;
    line-height: 12px;
    margin-top: 2px;
    vertical-align: top
}

a.edit {
    color: #707070;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

a.edit:hover {
    color: #707070;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

a.edit i:before {
    font-style: italic;
    line-height: 9px;
    margin: 0
}

.pricing {
    background-color: #fff;
    margin: 0 auto 40px;
    max-width: 320px;
    position: relative;
    text-align: left
}

.pricing:before {
    background: #f7f7f7;
    background: rgba(30, 30, 30, .06);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pricing .title {
    line-height: 32px;
    padding: 17px 40px 0
}

.pricing .title a {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none
}

.pricing .price-box {
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    padding: 0 20px 20px
}

.pricing .price-box .icon {
    background: #fff;
    color: #505050;
    height: 60px;
    text-align: center;
    width: 60px;
    z-index: 1
}

.pricing .price-box .icon .livicon,
.pricing .price-box .icon i {
    background: 0 0;
    font-size: 40px;
    height: auto;
    line-height: 50px;
    margin: 0;
    width: auto
}

.pricing .price-box .icon .livicon svg,
.pricing .price-box .icon i svg {
    top: 0 !important;
    vertical-align: middle
}

.pricing .price-box .price {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0 0 24px;
    line-height: 50px
}

.pricing .price-box .price span {
    font-size: 12px
}

.pricing .options {
    list-style: none;
    margin: 0;
    padding: 0
}

.pricing .options li {
    border-top: 1px solid rgba(30, 30, 30, .1);
    color: #999;
    color: rgba(30, 30, 30, .4);
    line-height: 22px;
    padding: 13px 10px 13px 45px;
    position: relative
}

.pricing .options li span {
    color: #1e1e1e;
    display: none;
    left: 25px;
    line-height: 1;
    position: absolute;
    top: 16px
}

.pricing .options li.active {
    color: #1e1e1e
}

.pricing .options li.active span {
    display: block
}

.pricing .bottom-box {
    border-top: 1px solid rgba(30, 30, 30, .1);
    background: rgba(30, 30, 30, .05);
    overflow: hidden;
    padding: 19px 19px 20px
}

.pricing .bottom-box .clearfix {
    clear: both
}

.pricing .bottom-box .more {
    color: #7f7f7f;
    color: rgba(30, 30, 30, .7);
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.pricing .bottom-box .more:hover {
    opacity: .65;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.pricing .bottom-box .more span {
    font-size: 17px;
    line-height: 12px;
    margin: 0 0 0 3px;
    vertical-align: top
}

.pricing .bottom-box .rating-box {
    float: right
}

.pricing .bottom-box .btn {
    font-weight: 700;
    width: 100%;
    position: relative;
    z-index: 99999
}

.pricing.pricing-error:before {
    background: rgba(193, 8, 65, .06)
}

.pricing.pricing-error .title a {
    color: #ec018c
}

.pricing.pricing-error .price-box .icon {
    color: #ec018c;
    border-color: #ec018c
}

.pricing.pricing-error .bottom-box,
.pricing.pricing-error .options li {
    border-color: rgba(193, 8, 65, .1);
    color: rgba(193, 8, 65, .4)
}

.pricing.pricing-error .bottom-box {
    border-top: 1px solid rgba(193, 8, 65, .1);
    background: rgba(193, 8, 65, .05)
}

.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li span,
.pricing.pricing-error .options li.active {
    color: #ec018c
}

.pricing.pricing-warning:before {
    background: rgba(248, 148, 6, .06)
}

.pricing.pricing-warning .title a {
    color: #f89406
}

.pricing.pricing-warning .price-box .icon {
    color: #f89406;
    border-color: #f89406
}

.pricing.pricing-warning .bottom-box,
.pricing.pricing-warning .options li {
    border-color: rgba(248, 148, 6, .1);
    color: rgba(248, 148, 6, .4)
}

.pricing.pricing-warning .bottom-box {
    border-top: 1px solid rgba(248, 148, 6, .1);
    background: rgba(248, 148, 6, .05)
}

.pricing.pricing-warning .bottom-box .more,
.pricing.pricing-warning .options li span,
.pricing.pricing-warning .options li.active {
    color: #f89406
}

.pricing.pricing-danger:before {
    background: rgba(193, 8, 65, .06)
}

.pricing.pricing-danger .title a {
    color: #ec018c
}

.pricing.pricing-danger .price-box .icon {
    color: #ec018c;
    border-color: #ec018c
}

.pricing.pricing-danger .bottom-box,
.pricing.pricing-danger .options li {
    border-color: rgba(193, 8, 65, .1);
    color: rgba(193, 8, 65, .4)
}

.pricing.pricing-danger .bottom-box {
    border-top: 1px solid rgba(193, 8, 65, .1);
    background: rgba(193, 8, 65, .05)
}

.pricing.pricing-danger .bottom-box .more,
.pricing.pricing-danger .options li span,
.pricing.pricing-danger .options li.active {
    color: #ec018c
}

.pricing.pricing-info:before {
    background: rgba(0, 152, 202, .06)
}

.pricing.pricing-info .title a {
    color: #00b9f2
}

.pricing.pricing-info .price-box .icon {
    color: #00b9f2;
    border-color: #00b9f2
}

.pricing.pricing-info .bottom-box,
.pricing.pricing-info .options li {
    border-color: rgba(0, 152, 202, .1);
    color: rgba(0, 152, 202, .4)
}

.pricing.pricing-info .bottom-box {
    border-top: 1px solid rgba(0, 152, 202, .1);
    background: rgba(0, 152, 202, .05)
}

.pricing.pricing-info .bottom-box .more,
.pricing.pricing-info .options li span,
.pricing.pricing-info .options li.active {
    color: #00b9f2
}

.pricing.pricing-success:before {
    background: rgba(115, 141, 0, .06)
}

.pricing.pricing-success .title a {
    color: #738d00
}

.pricing.pricing-success .price-box .icon {
    color: #738d00;
    border-color: #738d00
}

.pricing.pricing-success .bottom-box,
.pricing.pricing-success .options li {
    border-color: rgba(115, 141, 0, .1);
    color: rgba(115, 141, 0, .4)
}

.pricing.pricing-success .bottom-box {
    border-top: 1px solid rgba(115, 141, 0, .1);
    background: rgba(115, 141, 0, .05)
}

.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
    color: #738d00
}

.pricing-info .rating-box .rating svg polygon {
    fill: #00b9f2
}

.pricing-success .rating-box .rating svg polygon {
    fill: #738d00
}

.pricing-warning .rating-box .rating svg polygon {
    fill: #f89406
}

.pricing-danger .rating-box .rating svg polygon,
.pricing-error .rating-box .rating svg polygon {
    fill: #ec018c
}

.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important
}

.boxed .banner-set.banner-set-mini.banner-set-no-pagination .next,
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin: 15px 0 0 !important;
    position: static
}

.boxed #footer {
    min-width: 100%;
    padding-bottom: 20px;
    position: relative
}

@media (max-width:1300px) {
    .boxed #footer {
        padding-bottom: 0
    }
}

.boxed #footer.footer-two {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .boxed.padding-top {
        padding-top: 420px
    }
}

.one-page #main {
    padding-top: 0;
    padding-bottom: 0
}

.one-page .page-header {
    margin-bottom: 40px
}

.one-page .full-width-box:last-child {
    padding-bottom: 0
}

.one-page .header .primary .navbar .nav .active {
    color: #ec018c
}

.banner-set {
    border-top-width: 1px;
    padding-bottom: 16px;
    overflow: hidden
}

.banner-set:before {
    border-top: 1px solid #e1e1e1;
    content: "";
    display: block;
    left: 0;
    margin-top: -1px;
    position: absolute;
    right: 0
}

.banner-set>.container:after {
    border-top: 1px solid #e1e1e1;
    content: "";
    display: block;
    left: 0;
    margin-top: -1px;
    position: absolute;
    right: 0
}

.banner-set .container>* {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set .banner {
    border-right-width: 1px;
    color: #7f7f7f;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    width: 292px;
    padding: 19px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: color .2s linear, box-shadow .2s linear;
    transition: color .2s linear, box-shadow .2s linear
}

@media (max-width:1199px) {
    .banner-set .banner {
        padding: 19px 9px;
        width: 235px
    }
}

@media (max-width:991px) {
    .banner-set .banner {
        width: 180px
    }
}

@media (max-width:767px) {
    .banner-set .banner {
        width: 290px
    }
}

.banner-set .banner:first-child {
    border-left-width: 1px
}

.banner-set .banner img {
    margin: 0 0 28px;
    max-height: 158px;
    width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set .banner .title {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media (max-width:991px) {
    .banner-set .banner .title {
        font-size: 18px
    }
}

.banner-set .banner .description {
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner-set .banner:hover {
    color: #1e1e1e;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .13);
    opacity: 1;
    -webkit-transition: color .2s linear, box-shadow .2s linear;
    transition: color .2s linear, box-shadow .2s linear
}

.banner-set .banner:hover img {
    opacity: .9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set .banner:hover .title {
    color: #1e1e1e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.banner-set .nav-box {
    padding: 0;
    text-align: center;
    vertical-align: top
}

.banner-set .next,
.banner-set .pagination,
.banner-set .prev {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top
}

.banner-set .next,
.banner-set .prev {
    color: #ccc;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.banner-set .next:hover,
.banner-set .prev:hover {
    color: #1e1e1e;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.banner-set .next.disabled,
.banner-set .prev.disabled {
    cursor: default;
    opacity: .12
}

.banner-set .next .glyphicon,
.banner-set .prev .glyphicon {
    margin: 0;
    top: 0;
    vertical-align: top
}

.banner-set .pagination {
    height: 14px;
    margin: 15px 7px 0
}

.banner-set .pagination a {
    background: #ececec
}

.banner-set .pagination a:hover {
    background: #000
}

.banner-set .pagination a.selected {
    background: #ccc
}

.container .banner-set .container {
    padding: 0;
    width: auto
}

.banner-set.bottom-padding {
    padding-bottom: 0
}

.banner-set.load .container {
    background-image: url(../img/svg/loader.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    height: 314px;
    overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
    .banner-set.load .container {
        height: 258px
    }
}

.banner-set.load .container>* {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set.load .nav-box .container,
.banner-set.load.banner-set-mini .nav-box .container {
    background: 0 0;
    height: auto
}

.banner-set.banner-set-mini {
    overflow: visible;
    padding-bottom: 0
}

.banner-set.banner-set-mini .banner {
    padding: 9px;
    width: 146px
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini .banner {
        width: 144px
    }
}

.banner-set.banner-set-mini .banner img {
    margin-bottom: 14px
}

.banner-set.banner-set-mini .banner .title {
    font-size: 14px;
    padding: 0
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini .prev {
        margin-left: 0
    }
    .banner-set.banner-set-mini .next {
        margin-right: 0
    }
}

.banner-set.banner-set-mini .pagination {
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .nav-box {
    position: relative
}

.banner-set.banner-set-mini.banner-set-no-pagination .nav-box .container {
    position: relative
}

.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: none !important
}

@media (min-width:1200px) and (max-width:1270px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
        display: inline-block !important
    }
}

@media (max-width:800px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
        display: inline-block !important
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .prev {
    left: 0;
    margin: -70.5px 0 0 -15px;
    position: absolute;
    top: 0
}

@media (min-width:1200px) and (max-width:1270px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: 15px
    }
}

@media (max-width:991px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: -15px
    }
}

@media (max-width:800px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin: -70.5px -15px 0 0;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:1200px) and (max-width:1270px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: 15px
    }
}

@media (max-width:991px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: -15px
    }
}

@media (max-width:800px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

@media (max-width:991px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 0;
        padding-right: 0
    }
}

.container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -30px
}

@media (max-width:1199px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: -30px
    }
}

.container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -30px
}

@media (max-width:1199px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: -30px
    }
}

.banner-set.banner-set-mini.load .container {
    height: 127px;
    overflow: hidden
}

.banner-set.banner-set-mini.load .container .banners {
    height: 127px;
    overflow: hidden
}

.touch-device .banner-set .banner-set .pagination a:hover,
.touch-device .banner-set .carousel-box .pagination a:hover {
    background: #ececec
}

.touch-device .banner-set .banner-set .pagination a.selected,
.touch-device .banner-set .carousel-box .pagination a.selected {
    background: #ccc;
    background: rgba(0, 0, 0, .3)
}

.touch-device .banner-set .banner-set .next:hover,
.touch-device .banner-set .banner-set .prev:hover {
    color: #ccc
}

.slim {
    font-weight: 400
}

.border-radius {
    border-radius: 5px
}

.bg {
    background-color: #f2f2f2
}

.border {
    border-width: 1px
}

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

.margin-center {
    margin: 0 auto
}

.bottom-padding {
    margin-bottom: 40px
}

.bottom-padding-mini {
    margin-bottom: 20px
}

.bottom-padding.last {
    margin-bottom: 0
}

.no-top-padding {
    padding-top: 0 !important
}

.btn.dropdown-toggle,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
    outline: 0
}

.btn-group.btn-select {
    color: #7f7f7f;
    font-size: 12px;
    vertical-align: top
}

.btn-group.btn-select .dropdown-toggle {
    background: rgba(255, 255, 255, .1);
    border: 1px solid transparent;
    box-shadow: none;
    color: #7f7f7f;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 7px 3px;
    z-index: 2
}

.btn-group.btn-select .btn.dropdown-toggle .caret {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    margin-left: 0
}

.btn-group.btn-select.open .btn.dropdown-toggle {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #7f7f7f
}

.btn-group.btn-select.open .btn.dropdown-toggle:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 0 -6px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 27;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.btn-group.btn-select.open .btn.dropdown-toggle .caret {
    color: #777
}

.btn-group.btn-select .dropdown-menu {
    border-radius: 0 3px 3px 3px;
    margin: 0;
    padding-top: 8px;
    z-index: 25
}

.btn-group.btn-select .dropdown-menu>li>a {
    font-size: 12px;
    line-height: 22px;
    padding: 4px 6px
}

.btn-group.btn-select .dropdown-menu>li>a:hover {
    background: #f2f2f2
}

.btn-group.btn-select .dropdown-menu>li>a img {
    margin: 5px 9px 0 0;
    vertical-align: top
}

.pagination-box {
    margin: 40px 0 0
}

.pagination-box .pagination {
    margin: 0 10px 0 0
}

.caret {
    color: #777;
    border: 0 none;
    height: 6px;
    width: 9px
}

.caret:before {
    content: "\f150";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 6px;
    position: absolute;
    width: 9px
}

.open .caret {
    color: #777
}

.btn .caret {
    margin: -2px 0 0
}

.btn-group .caret {
    color: #999
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border: 0 none
}

.dropup .caret:before,
.navbar-fixed-bottom .dropdown .caret:before {
    content: "\f106"
}

.help-block {
    margin-top: -10px;
    margin-bottom: 15px
}

.buttons-box .required {
    font-size: 11px
}

.social .social-list {
    margin: 0 -4px
}

.social .icon {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 40px
}

.social .icon:hover {
    opacity: .75;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.social .icon-facebook {
    background: #3b5998
}

.social .icon-twitter {
    background: #00bdec
}

.social .icon-google {
    background: #d94a39
}

.social .icon-linkedin {
    background: #1b92bd
}

.filter-elements-wrapper {
    margin: 0 auto
}

.filter-buttons {
    display: block;
    margin-bottom: 30px
}

.filter-buttons .dropdown-toggle {
    background: 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #1e1e1e;
    display: block;
    float: left;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    padding: 0 10px 0 20px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.filter-buttons .dropdown-toggle .caret {
    margin: -2px 0 0 5px
}

.filter-buttons .dropdown-toggle:hover {
    background: 0 0;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.filter-buttons .dropdown-menu {
    border: 1px solid #e1e1e1
}

.filter-buttons .dropdown-menu .active {
    background-color: #f5f5f5
}

.filter-buttons.open .dropdown-toggle {
    background: 0 0
}

.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
    color: #fff
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.year-regulator {
    padding-top: 13px
}

.year-regulator .label {
    color: inherit;
    display: table-cell;
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle
}

.year-regulator .layout-slider {
    display: table-cell;
    width: 100%
}

.year-regulator .layout-slider input[type=slider] {
    visibility: hidden
}

@media (max-width:600px) {
    .hidden-600 {
        display: none !important
    }
}

#top-box {
    width: 100%
}

#top-box .top-box-wrapper {
    background: #1e1e1e;
    min-height: 30px;
    padding: 5px 0
}

#top-box .btn-group.btn-select {
    margin: 3px 0 0
}

#top-box .btn-group.btn-select.language {
    margin-right: 6px
}

#top-box .btn-group.btn-select .dropdown-toggle {
    z-index: 911
}

#top-box .btn-group.btn-select .dropdown-menu {
    z-index: 910
}

#top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
    z-index: 912
}

#top-box .top-navbar {
    background: 0 0;
    border: 0 none;
    border-radius: 0;
    height: auto;
    margin: 0;
    min-height: 30px
}

#top-box .top-navbar .collapse {
    padding: 0
}

#top-box .top-navbar .nav {
    margin-top: -5px;
    margin-bottom: -5px
}

#top-box .top-navbar .nav>li a {
    font-size: 12px;
    line-height: 22px;
    padding: 9px 15px;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

#top-box .top-navbar .nav>li a .fa {
    font-size: 120%;
    margin-right: 4px
}

#top-box .top-navbar .nav>li a .fa.after {
    margin-left: 4px;
    margin-right: 0
}

#top-box .top-navbar .nav>li a .count {
    background: rgba(255, 255, 255, .1);
    border-radius: 3px;
    display: inline-block;
    font-size: 110%;
    line-height: 1;
    margin-left: 4px;
    padding: 3px 5px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

#top-box .top-navbar .nav>li:hover a {
    background: #efefef;
    color: #7b7b7b;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

#top-box .top-navbar .nav>li:hover a .count {
    background: rgba(0, 0, 0, .1);
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

#top-box .top-social {
    margin: 0
}

#top-box .top-social .icon-item {
    color: #fff;
    color: rgba(255, 255, 255, .3);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    vertical-align: top;
    width: 30px
}

#top-box .top-social .icon-item i {
    bottom: 0;
    left: 0;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0
}

#top-box .top-social .icon-item i:before {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#top-box .top-social .icon-item:hover {
    color: #fff;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

#top-box .top-social .icon-item:hover i:before {
    text-shadow: none
}

#top-box .top-social.bg-social .icon-item {
    background: #fff;
    border-radius: 3px;
    color: #fff
}

#top-box .top-social.bg-social .icon-item i {
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#top-box .top-social.bg-social .icon-item i:before {
    text-shadow: none
}

#top-box .top-social.bg-social .icon-item:hover {
    opacity: .75
}

#top-box .top-social.bg-social .icon-item:hover i {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#top-box .top-social.bg-social .icon-item .fa-facebook {
    background: #3b5998
}

#top-box .top-social.bg-social .icon-item .fa-twitter {
    background: #00bdec
}

#top-box .top-social.bg-social .icon-item .fa-google-plus {
    background: #d94a39
}

#top-box .top-social.bg-social .icon-item .fa-linkedin {
    background: #1b92bd
}

#top-box .top-search {
    margin: 0 0 0 auto;
    max-width: 300px;
    position: relative
}

#top-box .top-search .form-control {
    background: rgba(255, 255, 255, .1);
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: none;
    color: #fff;
    height: 30px;
    line-height: 14px;
    margin: 0;
    min-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px
}

#top-box .top-search .form-control:focus {
    border-color: rgba(255, 255, 255, .7)
}

#top-box .top-search .form-control::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .3)
}

#top-box .top-search .form-control:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .3)
}

#top-box .top-search .form-control::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .3)
}

#top-box .top-search .search-submit {
    background: 0 0;
    height: 30px;
    opacity: .5;
    padding: 6px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 30px
}

#top-box .top-search .search-submit:hover {
    opacity: .7;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#top-box .top-info {
    color: #fff;
    font-size: 13px;
    padding: 5px 0
}

#top-box .top-info a {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

#top-box .top-info a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

#top-box .top-info .separator {
    color: rgba(255, 255, 255, .4);
    vertical-align: top
}

.header {
    width: 100%;
    border-bottom: 1px solid #eee
}

.header .header-wrapper {
    background: rgba(255, 255, 255, .97);
    min-height: 78px
}

.header .header-wrapper .container {
    position: relative
}

.header .header-wrapper .logo-box {
    display: table;
    table-layout: fixed
}

.header .header-wrapper .logo-box .logo {
    display: table-cell;
    height: 80px;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.header .header-wrapper .logo-box .logo a {
    display: inline-block;
    max-width: 100%
}

.header .header-wrapper .logo-box .logo a .logo-img,
.header .header-wrapper .logo-box .logo a img {
    max-height: 100px
}

.header .header-wrapper .logo-box.auto-height {
    display: block;
    height: 100px
}

.header .header-wrapper .logo-box.auto-height .logo {
    display: block
}

.header .header-wrapper .logo-box.auto-height .logo img {
    max-height: inherit
}

.header .header-wrapper .primary {
    float: right;
    z-index: 900
}

@media (max-width:991px) {
    .header .header-wrapper .primary {
        display: inline-block;
        float: none;
        margin: 0 0 0 -4px;
        text-align: left;
        vertical-align: top;
        z-index: inherit
    }
}

.header .header-wrapper .primary .navbar {
    background: 0 0;
    border: 0 none;
    margin: 0;
    min-height: 44px
}

@media (max-width:600px) {
    .header .header-wrapper .primary .navbar .btn-navbar {
        padding-left: 5px;
        padding-right: 5px
    }
}

.header .header-wrapper .primary .navbar .navbar-collapse {
    padding: 0;
    position: relative
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav {
    margin: 0;
    position: relative
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent {
    position: relative
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub {
    display: block
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li {
    padding: 12px 3px 0;
    position: relative
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.divider {
    height: 47px;
    border-left: 1px solid #444;
    width: 1px;
    padding: 0;
    margin: 10px 10px 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
    background: 0 0;
    border: 1px solid #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #444;
    line-height: 20px;
    padding: 10px;
    position: static;
    text-shadow: none;
    z-index: 901;
    font-weight: 700;
    font-size: 18px
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.selected>a {
    color: #777
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a {
    background: #fff;
    border-color: #ccc;
    border-radius: 3px
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
    background: #fff;
    border-bottom-color: transparent;
    border-radius: 3px 3px 0 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent>a:after {
    background: 0 0;
    bottom: 0;
    content: "";
    display: none;
    height: 12px;
    left: 4px;
    margin: 0 0 -6px;
    position: absolute;
    right: 4px;
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
    z-index: 906
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
    background: #fff;
    display: block;
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu {
    overflow: hidden;
    position: static
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu>a {
    position: relative
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu:hover>a:after {
    left: 0;
    right: 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent .parent>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    display: block;
    line-height: 1;
    position: absolute;
    right: -10px;
    top: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a>i {
    margin-right: 2px;
    opacity: .8;
    text-align: center;
    width: 15px
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
    background: #ff0068;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 4px 10px;
    position: absolute;
    right: 19px;
    top: 1px;
    text-transform: uppercase
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
    border: 5px solid transparent;
    border-right-color: #ff0068;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info:before {
    border-right-color: #00b9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success:before {
    border-right-color: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary:before {
    border-right-color: #3db9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning:before {
    border-right-color: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger:before {
    border-right-color: #ec018c
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new {
    right: 14px;
    top: -12px
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new {
    float: right;
    left: 0;
    margin: 2px 0 0 10px;
    position: relative;
    top: 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
    float: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 3px;
    display: none;
    font-size: 14px;
    line-height: 24px;
    margin: -1px 0 0;
    padding: 15px;
    position: absolute;
    z-index: 905;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub hr {
    margin: 15px 0;
    border-top: 1px dotted #ccc
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
    font-size: 13px;
    line-height: 24px
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
    color: #1e1e1e;
    display: block;
    text-decoration: none;
    width: 175px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a:hover {
    opacity: .6;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new:before {
    display: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
    left: 100%;
    top: 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent>a {
    background: 0 0 !important
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent>a:after {
    display: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .sub {
    background: 0 0;
    border: 0 none;
    box-shadow: none;
    display: block;
    left: 0;
    padding: 0 0 0 10px;
    position: relative;
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 3px;
    text-transform: uppercase
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
    border-radius: 3px;
    left: -15px;
    padding: 0;
    width: 886px;
    z-index: 900
}

@media (min-width:992px) and (max-width:1199px) {
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
        margin: -1px 0 0 -37px;
        width: 832px
    }
    h2 {
        font-size: 35px
    }
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub a {
    width: 100%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
    display: table;
    width: 100%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block {
    border-right: 1px solid #ccc;
    display: table-cell;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 34%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block.text-right {
    text-align: right
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block.text-left {
    text-align: left
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
    display: table-cell;
    padding: 24px 12px;
    vertical-align: top;
    width: 100%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list+.promo-block {
    border-left: 1px solid #ccc;
    border-right: 0 none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box {
    float: left;
    padding: 0 20px 28px;
    width: 33%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(2n+1),
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(3n+1) {
    clear: left
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:last-child {
    border-bottom: 0
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .sub-list {
    width: 66%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box {
    clear: none;
    width: 50%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box {
    clear: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box:nth-child(3n+1),
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box:nth-child(4n+1) {
    clear: left
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns>.sub .box {
    clear: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .promo-block {
    width: 25%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .sub-list {
    width: 75%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns>.sub .box {
    width: 33%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box {
    clear: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box:nth-child(5n+1),
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns>.sub .box:nth-child(4n+1) {
    clear: left
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns>.sub .box {
    clear: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .promo-block {
    width: 20%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .sub-list {
    width: 80%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns>.sub .box {
    width: 25%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav [class*=item-] .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li[class*=item-]:hover>a {
    box-shadow: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-primary>a {
    color: #3db9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-success>a {
    color: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-info>a {
    color: #00b9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-warning>a {
    color: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-danger>a {
    color: #ec018c
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.item-bg:hover>a:after {
    display: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
    color: #fff
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
    background: #3db9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
    background: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
    background: #00b9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
    background: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
    background: #ec018c
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a {
    background: #fff;
    color: #1e1e1e
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.megamenu>.sub .promo-block,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary:hover>a {
    border-color: #3db9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.megamenu>.sub .promo-block,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success:hover>a {
    border-color: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.megamenu>.sub .promo-block,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info:hover>a {
    border-color: #00b9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.megamenu>.sub .promo-block,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning:hover>a {
    border-color: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.megamenu>.sub .promo-block,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger:hover>a {
    border-color: #ec018c
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg:hover a {
    color: #fff
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent:hover>.sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a {
    background: #3db9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent:hover>.sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a {
    background: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent:hover>.sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a {
    background: #00b9f2
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent:hover>.sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a {
    background: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent:hover>.sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a {
    background: #ec018c
}

.header .header-wrapper .header-icons {
    float: right;
    margin: 9px 0;
    text-align: right
}

@media (max-width:991px) {
    .header .header-wrapper .header-icons {
        display: inline-block;
        float: none;
        margin: 0;
        vertical-align: top
    }
}

.header .header-wrapper .cart-header {
    display: inline-block;
    font-size: 12px;
    margin: 0 -15px 0 -1px;
    white-space: normal
}

.header .header-wrapper .cart-header.no-open {
    opacity: 0
}

.header .header-wrapper .cart-header .dropdown-toggle {
    border-width: 1px;
    border-color: #fff;
    border-color: transparent;
    border-bottom: 0 none;
    color: #1e1e1e;
    display: block;
    line-height: 22px;
    outline: 0;
    padding: 11px 15px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: border-color .4s linear, box-shadow .4s linear;
    transition: border-color .4s linear, box-shadow .4s linear;
    z-index: 891
}

@media (max-width:600px) {
    .header .header-wrapper .cart-header .dropdown-toggle {
        padding-left: 5px;
        padding-right: 5px
    }
}

.header .header-wrapper .cart-header .dropdown-toggle .icon {
    display: inline-block;
    height: 22px;
    margin: 0 8px 0 0;
    vertical-align: top;
    width: 16px
}

.header .header-wrapper .cart-header .dropdown-toggle .icon svg {
    margin-top: 2px;
    vertical-align: top
}

@media (max-width:600px) {
    .header .header-wrapper .cart-header .dropdown-toggle .count {
        display: none
    }
}

.header .header-wrapper .cart-header.open .dropdown-toggle {
    background: #fff;
    border-color: #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -webkit-transition: border-color .4s linear, box-shadow .4s linear;
    transition: border-color .4s linear, box-shadow .4s linear
}

.header .header-wrapper .cart-header.open .dropdown-toggle:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: -3px;
    margin: 0 0 -5px;
    position: absolute;
    right: 0
}

.header .header-wrapper .cart-header .dropdown-menu {
    left: auto;
    margin: -4px 0 0;
    padding: 17px 20px 20px;
    right: 0;
    text-align: left;
    width: 355px;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    z-index: 890
}

.header .header-wrapper .cart-header .dropdown-menu .close-box {
    line-height: 12px;
    margin: 0 0 13px;
    text-align: right
}

.header .header-wrapper .cart-header .dropdown-menu .close {
    font-size: 26px;
    line-height: 12px;
    text-transform: uppercase;
    vertical-align: top
}

.header .header-wrapper .cart-header .dropdown-menu .close span {
    line-height: 14px;
    margin: 0 5px 0 0
}

.header .header-wrapper .cart-header .dropdown-menu>strong {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase
}

.header .header-wrapper .cart-header .dropdown-menu>ul {
    margin: 0 0 20px
}

.header .header-wrapper .cart-header .dropdown-menu>ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 20px 24px 0;
    position: relative
}

.header .header-wrapper .cart-header .dropdown-menu .product-image {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 70px
}

.header .header-wrapper .cart-header .dropdown-menu .product-remove {
    margin: 0 0 0 5px;
    position: absolute;
    right: 0;
    top: 24px
}

.header .header-wrapper .cart-header .dropdown-menu .product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px;
    padding-left: 85px
}

.header .header-wrapper .cart-header .dropdown-menu .product-price {
    font-size: 12px;
    line-height: 16px;
    padding-left: 85px
}

.header .header-wrapper .cart-header .dropdown-menu .product-price .price {
    font-size: 16px
}

.header .header-wrapper .cart-header .dropdown-menu .cart-button {
    text-align: right
}

.header .header-wrapper .cart-header .dropdown-menu .cart-button .checkout {
    margin-left: 6px
}

.fixed-header .header {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto
}

.fixed-header .header .header-wrapper {
    background: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.fixed-header.loaded .header {
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.background-opacity .header .header-wrapper {
    background: rgba(255, 255, 255, .97);
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.fixed-header {
    margin-top: 0
}

@media (max-width:991px) {
    .fixed-header {
        margin-top: 0 !important;
        padding-top: 0 !important
    }
}

.fixed-header .page-box {
    padding-top: 121px
}

@media (max-width:991px) {
    .fixed-header .page-box {
        margin-top: 0 !important;
        padding-top: 0 !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.fixed-header.fixed .header-wrapper:only-child,
.hidden-top.visible-top .header-wrapper:only-child {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.hidden-top #top-box {
    left: 0;
    margin-top: -32px;
    position: fixed;
    top: 0;
    z-index: 910
}

.hidden-top.loaded #top-box {
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.hidden-top.visible-top #top-box {
    margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

@media (min-width:992px) {
    #top-box:not(.minimized-menu) .navbar-collapse {
        display: block !important;
        height: auto !important
    }
    #top-box:not(.minimized-menu) .navbar-collapse.collapse {
        padding-bottom: 0;
        overflow: visible !important
    }
}

.hidden-top.loaded .page-box,
.hidden-top.visible-top.loaded .page-box {
    -webkit-transition: padding-top .2s linear;
    transition: padding-top .2s linear
}

.hidden-top .page-box {
    padding-top: 8px
}

.hidden-top.visible-top .page-box {
    padding-top: 40px
}

.fixed-header.hidden-top .page-box {
    padding-top: 92px
}

.fixed-header.hidden-top.fixed .page-box {
    padding-top: 104px
}

.fixed-header.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
    margin-top: -40px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.hidden-top .header {
    margin-top: 8px;
    top: 0
}

.fixed-header.hidden-top.visible-top .header {
    margin-top: 40px
}

.fixed-header.hidden-top.fixed .header {
    margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.fixed-top #top-box {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 871
}

.fixed-header.fixed-top .header {
    top: 40px
}

.fixed-header.fixed-top .page-box {
    padding-top: 120px
}

.header .right-box {
    display: table
}

.header .right-box-wrapper {
    display: table-cell;
    height: 80px;
    vertical-align: middle
}

.fixed-header.fixed-top.boxed #top-box {
    position: absolute
}

.fixed-double-header .header {
    margin-bottom: 104px
}

.fixed-double-header .header .header-wrapper+.header-wrapper {
    margin: 0;
    position: absolute;
    width: 100%
}

.phone-header,
.search-header {
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(204, 204, 204, .8);
    color: #1e1e1e;
    display: inline-block;
    height: 30px;
    margin: 8px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 41px
}

.phone-header:last-child,
.search-header:last-child {
    border-right: 0 none
}

.phone-header a,
.search-header a {
    display: block;
    height: 23px;
    padding-top: 7px;
    width: 100%
}

.phone-header a svg,
.search-header a svg {
    overflow: visible;
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateZ(0)
}

.phone-header a:hover svg,
.search-header a:hover svg {
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.phone-active,
.search-active {
    bottom: 0;
    display: none;
    margin: 18px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 920
}

.phone-active .close,
.search-active .close {
    float: right;
    font-size: 26px;
    margin: 24px 0 0 5px
}

.phone-active .close span,
.search-active .close span {
    line-height: 18px;
    margin-right: 5px;
    margin-top: 0;
    text-transform: uppercase
}

.phone-active {
    background: #fff;
    color: #ebebeb;
    font-size: 48px;
    line-height: 58px
}

.phone-active strong {
    color: #1e1e1e;
    letter-spacing: 1px
}

.search-active .close {
    position: absolute;
    right: 79px;
    z-index: 1
}

.header .search-form {
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%
}

.header .search-form .search-string,
.header .search-form .search-string:hover {
    box-shadow: none;
    color: #1e1e1e;
    font-size: 24px;
    height: 100%;
    line-height: 30px;
    margin: 0;
    padding: 14px 135px 14px 18px;
    width: 100%
}

.header .search-form .search-string:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.header .search-form .search-submit {
    background: 0 0;
    border-left-width: 1px;
    height: 30px;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 17px;
    width: 46px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header .search-form .search-submit svg {
    margin-top: 2px
}

.header .search-form .search-submit svg path {
    fill: #1e1e1e
}

.header .search-form .search-submit:hover {
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width:600px) {
    .header.header-two .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
        display: none
    }
}

.header.header-two .phone-header {
    border-right: 0 none;
    margin-right: -15px
}

.header.header-three {
    background: rgba(255, 255, 255, .9);
    min-height: inherit
}

.header.header-three .container,
.header.header-three .row {
    min-height: inherit
}

.header.header-three .logo-box {
    text-align: center
}

.header .right-box .search-form {
    height: 64px
}

@media (max-width:480px) {
    .header .right-box .search-form {
        display: none
    }
}

.header .right-box .search-form .search-string {
    padding-right: 64px
}

.header .header-wrapper+.header-wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    min-height: 104px;
    padding: 0
}

.header .header-wrapper+.header-wrapper .right-box-wrapper {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    height: 104px
}

.header .header-wrapper+.header-wrapper .cart-header {
    margin-right: -1px
}

.header .header-wrapper+.header-wrapper .phone-active {
    left: 16px;
    margin: 20px 0;
    right: 16px;
    width: auto
}

.header .header-wrapper+.header-wrapper .primary .megamenu>.sub {
    left: -1px;
    margin-left: 0
}

.top-fixed-box {
    background: #fff;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, .1);
    left: 0;
    margin-top: -60px;
    padding: 7px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.top-fixed-box.fixed {
    margin-top: 0;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear
}

.top-fixed-box .social {
    display: inline-block;
    margin: 0 6px;
    vertical-align: top
}

.top-fixed-box .contact-box {
    color: #7f7f7f;
    font-size: 12px;
    margin-top: 11px
}

.top-fixed-box .contact-box .phone {
    margin-right: 20px
}

.top-fixed-box .contact-box .fa {
    font-size: 14px;
    margin-right: 3px
}

.top-fixed-box .contact-box .phone .fa {
    font-size: 20px;
    line-height: 17px;
    vertical-align: top
}

.fixed-header .minimized-menu {
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit
}

.minimized-menu .header-wrapper .right-box {
    float: right;
    width: 50%
}

.minimized-menu .header-wrapper .right-box-wrapper {
    text-align: right
}

.minimized-menu .header-wrapper .primary {
    display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    text-align: left;
    vertical-align: top;
    z-index: inherit
}

.minimized-menu .header-wrapper .primary .navbar {
    margin: 0;
    min-height: inherit;
    position: static
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 46px;
    line-height: 15px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    z-index: 920
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
    border-left: 1px solid #ccc;
    border-left: 1px solid rgba(204, 204, 204, .8);
    bottom: 8px;
    content: "";
    display: none;
    left: -1px;
    position: absolute;
    top: 7px
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
    background: 0 0;
    border: 1px solid transparent;
    border-bottom: 0 none
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
    display: block
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
    color: #1e1e1e;
    float: right;
    line-height: 16px;
    padding: 0 0 0 30px
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
    background: #1e1e1e;
    box-shadow: none;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 22px
}

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
    border: 0 none;
    box-shadow: none;
    left: auto;
    margin: 22px 0 0;
    max-height: inherit;
    overflow: hidden !important;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 200%;
    z-index: 919
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
    display: none !important
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
    display: block !important
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    float: none;
    padding: 6px 6px 3px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li {
    float: none;
    margin: 0 0 3px;
    padding: 0
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 7px 9px 7px 59px;
    text-decoration: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li>a:hover {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
    background: #f2f2f2;
    position: relative
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
    display: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a:after {
    display: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
    background: #1e1e1e;
    display: block;
    height: 2px;
    margin: 17px 0 0 15px;
    position: absolute;
    width: 16px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span+span {
    height: 16px;
    margin: 10px 0 0 22px;
    width: 2px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 38px;
    position: absolute;
    width: 12px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span+span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span+span {
    height: 12px;
    margin: 9px 0 0 43px;
    width: 2px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
    background: #f7f7f7;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 5px;
    position: relative
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
    background-color: #e9e9e9;
    border-radius: 0
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a .open-sub span {
    background: #fff
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span+span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active>a .open-sub span+span {
    display: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub {
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
    line-height: 22px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
    background: 0 0;
    color: #7f7f7f;
    padding: 4px 9px 4px 60px;
    text-decoration: none;
    width: auto !important
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a>i {
    color: #1e1e1e
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
    left: 0;
    margin-left: 10px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover>.sub a {
    background: 0 0
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
    margin: 0;
    padding: 6px 0 5px;
    width: 100%
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
    display: block
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block {
    display: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
    display: block;
    padding: 0;
    width: 100% !important
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box {
    float: none;
    margin: 0;
    padding: 0;
    width: 100% !important
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box.closed ul {
    display: none;
    margin-left: 10px
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
    color: #7f7f7f;
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 4px 9px 4px 60px;
    position: relative;
    text-transform: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
    left: 0;
    float: right;
    position: static;
    top: 0
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
    display: none
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a .open-sub span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a .open-sub span {
    background: #fff
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
    color: #fff
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary>a {
    border-color: #3db9f2
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success>a {
    border-color: #738d00
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info>a {
    border-color: #00b9f2
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning>a {
    border-color: #f89406
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger>a {
    border-color: #ec018c
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
    background-color: #3db9f2;
    border-color: #3db9f2
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
    background-color: #738d00;
    border-color: #738d00
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
    background-color: #00b9f2;
    border-color: #00b9f2
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
    background-color: #f89406;
    border-color: #f89406
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse:hover>a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
    background-color: #ec018c;
    border-color: #ec018c
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub {
    background: #f7f7f7
}

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a {
    color: #7f7f7f
}

.minimized-menu .header-wrapper .cart-header .dropdown-menu {
    margin-top: -1px;
    margin-right: -98px
}

.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
    left: 0
}

.minimized-menu .header-wrapper .header-icons {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top
}

.minimized-menu .header-wrapper .scroll-wrapper>.scroll-content {
    box-sizing: border-box !important;
    height: auto !important
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-bar,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_outer,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_track {
    border-radius: 0
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_track {
    background-color: #ccc
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-bar {
    background-color: rgba(31, 31, 31, .2)
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x.scroll-scrolly_visible .scroll-element_track,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y.scroll-scrollx_visible .scroll-element_track,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x.scroll-scrolly_visible .scroll-element_size,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y.scroll-scrollx_visible .scroll-element_size,
.minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.minimized-menu.header-two .header-wrapper .phone-header {
    margin-right: 0
}

.minimized-menu.header-two .header-wrapper .phone-active,
.minimized-menu.header-two .header-wrapper .search-active {
    z-index: 1003
}

.breadcrumb-box {
    overflow: hidden
}

.breadcrumb {
    background: 0 0;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px;
    margin: 0 -15px
}

.breadcrumb>li {
    line-height: 18px;
    text-shadow: none
}

.breadcrumb>li>a {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.breadcrumb>li>a:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.breadcrumb>li+li:before {
    padding: 0 6px;
    color: #7f7f7f
}

.breadcrumb-none {
    height: 10px
}

#main {
    padding: 80px 0
}

#main.no-padding {
    padding: 0
}

.page-header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 80px;
    padding: 0
}

.page-header .title {
    font-weight: 400;
    margin: -4px 0 18px;
    padding: 0;
    position: relative
}

.page-header .container {
    position: relative
}

.page-header .container:before {
    background: #1e1e1e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px
}

.page-header .page-description {
    padding: 0 0 18px
}

.title-box {
    border-bottom-width: 1px;
    margin-bottom: 40px;
    position: relative
}

.title-box:before {
    background: #1e1e1e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px
}

.title-box.text-right:before {
    left: auto;
    right: 0
}

.title-box.text-center:before {
    left: 50%;
    margin-left: -20px
}

.title-box .title {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 14px 0 0
}

.title-box .h1.title,
.title-box h1.title {
    font-size: 24px
}

.title-box .btn {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0
}

.title-box .btn .glyphicon {
    margin: -1px 0 0 3px
}

.title-box.title-white .title {
    color: #fff
}

.no-margin,
.title-box.no-margin {
    margin-bottom: 0 !important
}

.page-header.white,
.title-box.title-white {
    border-color: rgba(255, 255, 255, .3)
}

.page-header.white .container:before,
.title-box.title-white:before {
    background: #fff
}

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

.carousel .col-md-1 {
    max-width: 80px
}

@media (min-width:1200px) {
    .carousel .col-md-1 {
        max-width: 100px
    }
}

.carousel .col-md-2 {
    max-width: 161px
}

@media (min-width:1200px) {
    .carousel .col-md-2 {
        max-width: 200px
    }
}

.carousel .col-md-3 {
    max-width: 242px
}

@media (min-width:1200px) {
    .carousel .col-md-3 {
        max-width: 300px;
        width: 300px
    }
}

.carousel .col-md-4 {
    max-width: 323px
}

@media (min-width:1200px) {
    .carousel .col-md-4 {
        max-width: 400px
    }
}

.carousel .col-md-5 {
    max-width: 404px
}

@media (min-width:1200px) {
    .carousel .col-md-5 {
        max-width: 500px
    }
}

.carousel .col-md-6 {
    max-width: 485px
}

@media (min-width:1200px) {
    .carousel .col-md-6 {
        max-width: 600px
    }
}

.carousel .col-md-7 {
    max-width: 565px
}

@media (min-width:1200px) {
    .carousel .col-md-7 {
        max-width: 700px
    }
}

.carousel .col-md-8 {
    max-width: 646px
}

@media (min-width:1200px) {
    .carousel .col-md-8 {
        max-width: 800px
    }
}

.carousel .col-md-9 {
    max-width: 727px
}

@media (min-width:1200px) {
    .carousel .col-md-9 {
        max-width: 900px
    }
}

.carousel .col-md-10 {
    max-width: 808px
}

@media (min-width:1200px) {
    .carousel .col-md-10 {
        max-width: 1000px
    }
}

.carousel .col-md-11 {
    max-width: 889px
}

@media (min-width:1200px) {
    .carousel .col-md-11 {
        max-width: 1100px
    }
}

.carousel .col-md-12 {
    max-width: 970px
}

@media (min-width:1200px) {
    .carousel .col-md-12 {
        max-width: 1200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .carousel .col-sm-1 {
        max-width: 62px
    }
    .carousel .col-sm-2 {
        max-width: 125px
    }
    .carousel .col-sm-3 {
        max-width: 187px
    }
    .carousel .col-sm-4 {
        max-width: 250px
    }
    .carousel .col-sm-5 {
        max-width: 31px
    }
    .carousel .col-sm-6 {
        max-width: 375px
    }
    .carousel .col-sm-7 {
        max-width: 437px
    }
    .carousel .col-sm-8 {
        max-width: 500px
    }
    .carousel .col-sm-9 {
        max-width: 562px
    }
    .carousel .col-sm-10 {
        max-width: 625px
    }
    .carousel .col-sm-11 {
        max-width: 687px
    }
    .carousel .col-sm-12 {
        max-width: 750px
    }
    .index_image {
        position: absolute;
        top: 55px;
        width: 230px;
        z-index: 99;
        right: 10px;
        float: right
    }
    .main_h1 {
        font-size: 28px;
        margin-left: 20px;
        font-weight: 700
    }
}

@media (max-width:767px) {
    .carousel .col-sm-1,
    .carousel .col-sm-2,
    .carousel .col-sm-3,
    .carousel .col-sm-4 {
        min-width: 160px
    }
    .carousel .col-sm-10,
    .carousel .col-sm-11,
    .carousel .col-sm-12,
    .carousel .col-sm-5,
    .carousel .col-sm-6,
    .carousel .col-sm-7,
    .carousel .col-sm-8,
    .carousel .col-sm-9 {
        min-width: 300px
    }
    .carousel .col-md-1,
    .carousel .col-md-2,
    .carousel .col-md-3,
    .carousel .col-md-4,
    .carousel .col-xs-1,
    .carousel .col-xs-10,
    .carousel .col-xs-11,
    .carousel .col-xs-12,
    .carousel .col-xs-2,
    .carousel .col-xs-3,
    .carousel .col-xs-4,
    .carousel .col-xs-5,
    .carousel .col-xs-6,
    .carousel .col-xs-7,
    .carousel .col-xs-8,
    .carousel .col-xs-9 {
        max-width: 300px
    }
    .index_image {
        position: absolute;
        top: 200px;
        width: 280px;
        z-index: 99;
        right: 25px;
        float: right
    }
    .main_h1 {
        font-size: 32px;
        margin-left: 20px;
        font-weight: 600
    }
}

@media (max-width:480px) {
    .index_image {
        top: 290px;
        right: 0;
        width: 200px
    }
    .index_features {
        margin: 25px 0;
        color: #fff;
        font-size: 16px;
        display: block;
        z-index: 199;
        position: relative;
        text-shadow: 1px 1px 0 #512
    }
    .domainchecker .tldlist {
        font-size: 18px;
        font-weight: 800
    }
    .domainchecker .price {
        display: block;
        font-size: 12px
    }
}

.carousel [class*=span].pull-right {
    float: right
}

.carousel-box>* {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.carousel-box .next,
.carousel-box .prev {
    background-color: #ccc;
    border-radius: 3px;
    color: #fbfbfb;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 10px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.carousel-box .next:hover,
.carousel-box .prev:hover {
    background-color: #000;
    color: #efefef;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear
}

.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
    fill: #efefef
}

.carousel-box .next *,
.carousel-box .prev * {
    vertical-align: middle
}

.carousel-box .next svg {
    margin-left: 2px
}

.carousel-box .prev svg {
    margin-right: 2px
}

.carousel-box.no-nav .next,
.carousel-box.no-nav .prev {
    display: none
}

.carousel-box .pagination {
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

.carousel-box .pagination a {
    background: #ececec
}

.carousel-box .pagination a:hover {
    background: #000
}

.carousel-box .pagination a.selected {
    background: #ccc;
    background: rgba(0, 0, 0, .3)
}

.carousel-box.no-pagination .pagination {
    display: none
}

.carousel-box.load {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px
}

.carousel-box.load>* {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.carousel-box.load .carousel>a+a,
.carousel-box.load .carousel>div+div {
    visibility: hidden
}

.carousel-links a {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.carousel-links a:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.caroufredsel_wrapper {
    margin-bottom: 0 !important
}

.overflow {
    overflow: hidden
}

.switches a {
    background: #fff;
    background: rgba(255, 255, 255, .1);
    border-radius: 7px;
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    width: 14px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-indent: -9999px;
    vertical-align: top
}

.content .switches a {
    width: 11px;
    height: 11px
}

.switches a:hover {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.switches a.selected {
    background: #fff;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.switches a span {
    display: none
}

.slider {
    background: #f2f2f2;
    padding: 54px 0
}

.slider>.container {
    position: relative
}

.slider .slid {
    position: relative
}

.slider .slid .slid-img {
    max-height: 550px;
    z-index: 1
}

.slider .slid-content {
    bottom: 93px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 38px 40px 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 3
}

.main_h1 {
    font-weight: 900;
    text-shadow: 2px 2px #7d4492;
    font-size: 44px
}

@media (min-width:992px) and (max-width:1199px) {
    .slider .slid-content {
        width: 400px
    }
    .main_h1 {
        font-size: 40px;
        font-weight: 800
    }
}

.content .slider .slid-content {
    bottom: 84px;
    padding: 28px 30px 0;
    right: 8px;
    width: 47.333333%
}

.slider .slid-content .title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 34px
}

@media (max-width:480px) {
    .slider .slid-content .title {
        max-height: 42px;
        overflow: hidden
    }
}

.slider .slid-content .descriptions {
    margin: 0 0 37px
}

.slider .slid-content .btn {
    font-weight: 700
}

.slider .slider-nav {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, .97);
    bottom: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2
}

@media (min-width:992px) and (max-width:1199px) {
    .slider .slider-nav {
        width: 400px
    }
}

.content .slider .slider-nav {
    right: 0;
    width: 47.333333%
}

.slider .slider-nav .nav-box {
    bottom: 33px;
    left: 23px;
    position: absolute;
    right: 23px;
    text-align: center;
    z-index: 4
}

.content .slider .slider-nav .nav-box {
    bottom: 30px
}

.slider .slider-nav .next,
.slider .slider-nav .prev {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 3px;
    color: #838282;
    display: block;
    height: 60px;
    left: 0;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    width: 60px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.content .slider .slider-nav .next,
.content .slider .slider-nav .prev {
    height: 36px;
    line-height: 36px;
    width: 36px
}

.slider .slider-nav .next *,
.slider .slider-nav .prev * {
    vertical-align: middle
}

.slider .slider-nav .next:hover,
.slider .slider-nav .prev:hover {
    background-color: #fff;
    color: #a0a0a0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slider .slider-nav .next:hover polygon,
.slider .slider-nav .prev:hover polygon {
    fill: #9f9f9f;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slider .slider-nav .next {
    left: auto;
    margin-left: 2px;
    right: 0
}

.slider .slider-nav .prev {
    margin-right: 2px
}

.slider .slider-nav .pagination {
    padding: 0 65px;
    text-align: center
}

.content .slider .slider-nav .pagination {
    margin: 5px 0
}

.slider.load .sliders-box>.col-md-12+.col-md-12 {
    display: none
}

.page-slider:hover .slider-nav .next,
.page-slider:hover .slider-nav .prev,
.slider .container:hover .slider-nav .next,
.slider .container:hover .slider-nav .prev {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.progressive-slider .slider-nav .pagination a {
    vertical-align: middle
}

.page-slider {
    background: 0 0;
    padding: 0;
    position: relative
}

.progressive-slider-two .sliders-container {
    margin: 0 -15px 0 15px;
    padding: 0;
    position: relative
}

.progressive-slider-two .pagination {
    bottom: 0;
    left: 0;
    margin: 0 0 15px;
    position: absolute;
    right: 0;
    text-align: center
}

.progressive-slider-two .pagination a {
    background: #1e1e1e;
    background: rgba(30, 30, 30, .5)
}

.progressive-slider-two .pagination a.selected,
.progressive-slider-two .pagination a:hover {
    background: #1e1e1e
}

.progressive-slider-two .slider-banners {
    display: table;
    height: 100%;
    table-layout: fixed
}

.progressive-slider-two .slider-banners .banner {
    background: #f6a232;
    display: table-row;
    height: 33.33333333%
}

.progressive-slider-two .slider-banners .banner:nth-child(1) {
    background: #ee485c
}

.progressive-slider-two .slider-banners .banner:nth-child(2) {
    background: #65a93c
}

.progressive-slider-two.load .sliders-box img+img {
    display: none
}

.progressive-slider-three .slider-wrapper {
    border: solid 6px #fff;
    border-radius: 6px
}

.progressive-slider-four.load .slider-wrapper img+img,
.progressive-slider-three.load .slider-wrapper img+img {
    display: none
}

.progressive-slider-four {
    background: 0 0;
    padding: 0;
    position: relative
}

.progressive-slider-four .next,
.progressive-slider-four .prev {
    color: #fff;
    font-size: 40px;
    left: 30px;
    line-height: 1;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

.progressive-slider-four .next {
    left: auto;
    right: 30px
}

.content .progressive-slider .container {
    padding: 0;
    width: 100% !important
}

.content .slider.progressive-slider {
    padding: 0
}

.slider.rs-slider {
    background: 0 0;
    border: 0 none;
    max-height: 500px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slider.rs-slider.load .tp-banner-container {
    visibility: hidden
}

.slider.rs-slider .container {
    position: relative
}

.slider.rs-slider .title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin: 0
}

.slider.rs-slider .description {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding: 0 15px;
    white-space: normal
}

.slider.rs-slider .btn {
    color: #fff
}

.slider.rs-slider .btn.orang {
    background: #ea4e16;
    border-right: #ea4e16
}

.slider.rs-slider .btn.cherry {
    background: #752033;
    border-color: #752033
}

.slider.rs-slider .phone-text {
    color: #fff;
    font-size: 17px
}

.slider.rs-slider .tp-bullets.simplebullets .bullet {
    background: #fff;
    background: rgba(255, 255, 255, .5);
    border-radius: 7px;
    box-shadow: none;
    border: 0 none !important;
    display: inline-block;
    height: 14px;
    float: none;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top;
    width: 14px
}

.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.slider.rs-slider .tparrows {
    background: #1e1e1e;
    background: rgba(30, 30, 30, .5);
    border-radius: 5px;
    cursor: pointer;
    height: 40px !important;
    width: 40px !important;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    -webkit-transition: opacity .2s ease-out;
    -webkit-transform: inherit;
    z-index: 50 !important
}

.slider.rs-slider .tparrows:before {
    font-family: revicons;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    width: 40px;
    font-size: 19px
}

.slider.rs-slider .tparrows:hover {
    background: #1e1e1e;
    -webkit-transition: background .3s linear;
    transition: background .3s linear
}

.slider.rs-slider .tp-loader {
    -webkit-animation: none;
    animation: none;
    background-image: url(../img/svg/loader.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    background-color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
    margin: -20px 0 0 -20px;
    width: 40px;
    z-index: 700
}

.slider.rs-slider.full-width {
    max-height: inherit
}

.slider.rs-slider.full-width .title {
    font-size: 60px;
    line-height: .9
}

.slider.rs-slider.full-width .btn-link {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 1px;
    padding: 0;
    text-decoration: none
}

.slider.rs-slider.full-width .btn-link .fa {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 180%;
    height: 36px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 36px
}

.slider.rs-slider.full-width .btn-link:hover {
    opacity: .8
}

.slider.rs-slider.full-width .tp-leftarrow,
.slider.rs-slider.full-width .tp-rightarrow {
    display: none !important
}

.rs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tp-bannertimer {
    background: #777 !important;
    background: rgba(0, 0, 0, .1) !important;
    height: 5px !important
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0
}

.tp-leftarrow:before {
    content: '\e824'
}

.tp-rightarrow:before {
    content: '\e825'
}

.slider4container .tparrows,
.slider4container .tparrows:before,
.slider4container .tparrows:hover {
    color: #000 !important
}

.slider4container .tparrows {
    background: #fff !important;
    background: rgba(255, 255, 255, .5) !important
}

.slider4container .tparrows:hover {
    background: #fff !important
}

.layerslider {
    margin: 0 auto
}

.royal-slider {
    background: 0 0;
    padding: 0;
    width: 100%
}

.royal-slider.load {
    background-image: url(../img/svg/loader.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    background-color: inherit;
    overflow: hidden
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsThumbs,
.rsMinW .rsVideoFrameHolder {
    background: #f2f2f2
}

.coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, .6);
    color: #fff;
    width: 200px;
    left: 20%;
    top: 5%
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    padding: 20px
}

.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0
}

.infoBlock a {
    color: #fff;
    text-decoration: underline
}

.infoBlockLeftBlack {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .75);
    left: 30px;
    right: auto
}

.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25
}

.photosBy a {
    color: #000
}

.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px
}

.layer-slider {
    overflow: hidden
}

.metro-banners {
    background: #b3768e;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b3768e), color-stop(100%, #54638e));
    background: -webkit-linear-gradient(left, #b3768e 0, #54638e 100%);
    background: linear-gradient(to right, #b3768e 0, #54638e 100%);
    padding: 54px 0 24px
}

.metro-banners .banner {
    margin-bottom: 30px;
    text-align: center
}

.metro-banners .banner img {
    box-shadow: 3px 3px 0 0 rgba(50, 50, 50, .5)
}

.banner {
    display: block;
    text-align: center;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sidebar .widget {
    margin: 0 0 80px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget ol,
.sidebar .widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.sidebar .widget .title-block,
.sidebar .widget header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative
}

.sidebar .widget .title-block:before,
.sidebar .widget header:before {
    background: #1e1e1e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px
}

.sidebar .widget .title-block .title,
.sidebar .widget header .title {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.sidebar .widget .subtitle {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 25px
}

.sidebar .whats-news {
    margin-bottom: 40px;
    overflow: hidden
}

.sidebar .whats-news header {
    margin: 0
}

.sidebar .carousel-box header .title {
    line-height: 40px
}

.sidebar .carousel-box .product {
    display: block;
    float: left;
    margin: 40px 15px
}

.sidebar .action {
    overflow: hidden
}

.sidebar .action .clear-all {
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-transform: none
}

.sidebar .action .clear-all.close {
    font-size: 20px;
    line-height: 38px
}

.sidebar .action .clear-all span {
    font-size: 14px;
    line-height: 39px;
    margin: 0 0 0 2px;
    vertical-align: middle
}

.sidebar .action .btn {
    float: right
}

.sidebar .more {
    color: #7f7f7f;
    font-size: 12px;
    margin: 5px 0 0;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sidebar .more:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none
}

.sidebar .menu li {
    margin: 0 0 3px
}

.sidebar .menu li a {
    background-color: #f2f2f2;
    background-color: rgba(0, 0, 0, .05);
    color: #1e1e1e;
    display: block;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu li a:before {
    background: #e1e1e1;
    background: rgba(255, 255, 255, .4);
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px
}

.sidebar .menu li a:hover {
    background-color: #e9e9e9;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu li>a .item-icon {
    left: 15px;
    position: absolute;
    top: 13px
}

.sidebar .menu li.active>a {
    background-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu li.active>a:before {
    background: #444;
    background: rgba(255, 255, 255, .2)
}

.sidebar .menu li.parent>a .open-sub {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px
}

.sidebar .menu li.parent>a .open-sub:after,
.sidebar .menu li.parent>a .open-sub:before {
    background: #1e1e1e;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 19px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px
}

.sidebar .menu li.parent>a .open-sub:after {
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px
}

.sidebar .menu li.parent.active>a .open-sub:after,
.sidebar .menu li.parent.active>a .open-sub:before {
    background: #fff
}

.sidebar .menu li.parent.active>a .open-sub:after {
    display: none
}

.sidebar .menu .sub {
    background-color: #f2f2f2;
    background-color: rgba(0, 0, 0, .05);
    padding: 0
}

.sidebar .menu .sub li {
    margin: 0
}

.sidebar .menu .sub li a {
    background: 0 0;
    color: #7f7f7f;
    margin: 0;
    padding: 4px 9px
}

.sidebar .menu .sub li a:before {
    display: none
}

.sidebar .menu .sub li a:hover {
    background-color: #e9e9e9;
    background-color: rgba(0, 0, 0, .05)
}

.sidebar .menu .sub li a i {
    color: #444;
    padding: 0 8px;
    width: 40px
}

.sidebar .menu .sub li.parent>a .open-sub {
    left: 10px
}

.sidebar .menu .sub li.parent>a .open-sub:after,
.sidebar .menu .sub li.parent>a .open-sub:before {
    background: #7f7f7f;
    margin: 14px 0 0 22px;
    width: 12px
}

.sidebar .menu .sub li.parent>a .open-sub:after {
    height: 12px;
    margin: 9px 0 0 27px;
    width: 2px
}

.sidebar .menu .sub li :not(.active)>a .item-icon {
    opacity: .5
}

.sidebar .menu .sub .active>a {
    background: 0 0;
    color: #000
}

.sidebar .menu .sub .sub {
    background: 0 0
}

.sidebar .section+.section {
    border-top-width: 1px;
    margin: 20px 0 0;
    padding: 20px 0 0
}

.sidebar .section li {
    color: #7f7f7f;
    line-height: 18px;
    overflow: hidden
}

.sidebar .section li+li {
    margin: 12px 0 0
}

.sidebar .section li>a:not(.close) {
    color: #1e1e1e;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none
}

.sidebar .section li>a:not(.close):focus,
.sidebar .section li>a:not(.close):hover {
    opacity: .8;
    text-decoration: none
}

.sidebar .section li .fa {
    color: #7f7f7f
}

.sidebar .section li>span:after {
    color: #7f7f7f;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    display: inline-block;
    font-size: .5em;
    line-height: 40px;
    margin: -10px 16px 0 5px;
    pointer-events: none;
    position: absolute
}

.sidebar .section li>span span {
    color: #1e1e1e
}

.sidebar .section .selected li {
    margin: 0 0 8px;
    padding: 0 16px 0 0;
    position: relative
}

.sidebar .section .selected li .close {
    bottom: 2px;
    font-size: 20px;
    padding: 0 2px;
    position: absolute;
    right: 0
}

.sidebar .list ul {
    margin-bottom: 0
}

.sidebar .list ul li {
    padding: 4px 0
}

.sidebar .list ul li a {
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sidebar .list ul li a:focus,
.sidebar .list ul li a:hover {
    opacity: .8;
    text-decoration: none
}

.sidebar .list ul li span {
    color: #7f7f7f
}

.sidebar .specials li {
    padding: 24px 0
}

.sidebar .specials li:first-child {
    padding-top: 0
}

.sidebar .specials li:last-child {
    padding-bottom: 0
}

.sidebar .specials li+li {
    border-top-width: 1px
}

.sidebar .specials li .product-image {
    background: #f7f7f7;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    float: left;
    height: 74px;
    margin: 0 15px 1px 0;
    overflow: hidden;
    width: 74px
}

.sidebar .specials li .product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 4px;
    padding-left: 85px
}

.sidebar .specials li .price-box {
    font-size: 16px;
    line-height: 22px;
    padding-left: 85px
}

.sidebar .specials li .rating-box {
    margin: 3px 0 14px 85px;
    overflow: hidden
}

.sidebar .poll strong {
    display: block;
    margin-bottom: 21px
}

.sidebar .poll ul {
    margin: 0;
    padding: 0 0 27px
}

.sidebar .poll li {
    margin-bottom: 11px
}

.sidebar .compare-products ul {
    margin: 0;
    padding: 0 0 17px
}

.sidebar .compare-products ul li {
    margin: 0 0 8px;
    overflow: hidden;
    padding: 0 16px 0 0;
    position: relative
}

.sidebar .compare-products ul li .title {
    color: #1e1e1e;
    padding-right: 2px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none
}

.sidebar .compare-products ul li .title:focus,
.sidebar .compare-products ul li .title:hover {
    opacity: .8;
    text-decoration: none
}

.sidebar .compare-products ul li .title:after {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    display: inline-block;
    font-size: .5em;
    line-height: 40px;
    margin: -6px 16px 0 5px;
    pointer-events: none;
    position: absolute
}

.sidebar .compare-products ul li .close {
    bottom: 2px;
    font-size: 20px;
    padding: 0 2px;
    position: absolute;
    right: 0
}

.sidebar .wishlist li {
    padding: 0 46px 0 0
}

.sidebar .wishlist li .title:after {
    margin-right: 40px !important
}

.sidebar .wishlist .add-cart {
    bottom: 3px;
    color: #7f7f7f;
    height: 16px;
    padding: 0 3px;
    position: absolute;
    right: 18px
}

.sidebar .wishlist .add-cart path {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .wishlist .add-cart:hover path {
    fill: #1e1e1e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .newsletter form {
    margin: 5px 0 0;
    position: relative
}

.sidebar .newsletter input {
    margin: 0;
    padding-right: 43px
}

.sidebar .newsletter input:focus+.submit {
    color: #000;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .newsletter .submit {
    background: 0 0;
    color: #ccc;
    height: 38px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 38px
}

.sidebar .newsletter .submit .glyphicon {
    line-height: 20px
}

.sidebar .banners {
    overflow: hidden
}

.sidebar .banners .slide {
    float: left;
    max-width: 270px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .sidebar .banners .slide {
        width: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sidebar .banners .slide {
        width: 165px
    }
}

.sidebar .banners .banner-text {
    background: #1e1e1e;
    background: rgba(30, 30, 30, .65);
    bottom: 0;
    color: #fff;
    left: 0;
    min-height: 58px;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: right
}

@media (min-width:768px) and (max-width:991px) {
    .sidebar .banners .banner-text {
        padding: 10px
    }
}

.sidebar .banners .banner-text .title {
    font-size: 20px;
    margin: 0
}

.sidebar .banners .banner-text p {
    line-height: 18px;
    margin: 0
}

@media (min-width:768px) and (max-width:991px) {
    .sidebar .banners .banner-text p {
        display: none
    }
}

.sidebar .tags ul {
    margin: 0
}

.sidebar .tags li {
    float: left;
    margin: 0 3px 3px 0
}

.sidebar .tags a {
    background: #1e1e1e;
    background: rgba(30, 30, 30, .7);
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .tags a:hover {
    background: #1e1e1e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .links li {
    line-height: 21px
}

.sidebar .links a {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.sidebar .links a:hover {
    color: #fff;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.sidebar .calendar-wrap {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px;
    overflow: hidden;
    text-align: center
}

.sidebar .calendar-wrap table {
    margin: 0
}

.sidebar .calendar-wrap table td,
.sidebar .calendar-wrap table th {
    padding: 3px;
    text-align: center
}

.sidebar .calendar-wrap caption {
    background: #1e1e1e;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center
}

.sidebar .calendar-wrap tfoot td {
    border: 0 none
}

.sidebar .calendar-wrap tfoot a {
    text-decoration: none
}

.sidebar .calendar-wrap tfoot a:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sidebar .calendar .datepicker-box .datepicker {
    background: rgba(0, 0, 0, .02);
    border-radius: 3px;
    padding: 0;
    width: 270px;
    max-width: 100%
}

.sidebar .calendar .datepicker-box .datepicker table {
    width: 100%;
    max-width: 100%
}

.sidebar .facebook-widget .fb-like-box {
    border: 1px solid #e1e1e1;
    max-width: 270px;
    width: 100%
}

.sidebar .facebook-widget .fb-like-box>span {
    max-width: 100% !important
}

.price-box .price-label {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px
}

.price-box .emergence .price {
    display: none
}

.price-box .emergence .emergence-price {
    color: #7f7f7f;
    font-size: 12px;
    vertical-align: middle
}

.price-old {
    color: #7f7f7f;
    display: inline-block;
    margin-right: 6px;
    position: relative
}

.price-old:before {
    background: red;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    width: 100%
}

.toolbar .grid-list {
    float: left
}

.toolbar .grid-list .grid,
.toolbar .grid-list .list {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, .7);
    border-radius: 2px;
    display: block;
    float: left;
    height: 24px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 24px
}

.toolbar .grid-list .grid .glyphicon,
.toolbar .grid-list .list .glyphicon {
    color: #fff;
    font-size: 12px;
    margin: 5px 0 0;
    top: 0;
    vertical-align: top
}

.toolbar .grid-list a.grid,
.toolbar .grid-list a.list {
    background: #ccc;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover {
    background: #1e1e1e;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.toolbar .sort-catalog {
    float: left;
    margin: 0 17px 0 13px
}

.toolbar .sort-catalog .dropdown-toggle {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, .7);
    color: #ccc;
    z-index: 26
}

.toolbar .sort-catalog .dropdown-toggle span {
    color: #f7f7f7
}

.toolbar .sort-catalog .open .dropdown-toggle span {
    color: #7f7f7f
}

.toolbar .up-down {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, .7);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: none;
    font-size: 10px;
    height: 24px;
    margin: 0 0 0 3px;
    padding: 0;
    vertical-align: top;
    width: 22px
}

.toolbar .up-down:before {
    content: "\f062"
}

.toolbar .up-down.active:before {
    content: "\f063"
}

.toolbar .per-page {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 0 3px
}

.toolbar .price-regulator {
    color: #7f7f7f;
    font-size: 12px;
    width: 323px
}

.toolbar .price-regulator b {
    color: #1e1e1e;
    display: inline-block;
    margin-top: 5px
}

.toolbar .price-regulator .layout-slider {
    float: right;
    margin-top: 5px;
    width: 270px
}

.toolbar .grid-list,
.toolbar .sort-catalog {
    margin-bottom: 20px
}

.icon {
    background: 0 0;
    color: #1e1e1e;
    display: inline-block;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 32px
}

.icon .fa {
    width: 100%
}

.icon.pull-left {
    float: left;
    margin-right: 10px
}

.icon.pull-right {
    float: right;
    margin-left: 10px
}

.icon.icon-24 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.icon.icon-40 {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.icon.icon-60 {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.icon.icon-100 {
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px
}

.icon.rounded {
    border-radius: 3px
}

.icon.circle {
    border-radius: 400px
}

.icon.border {
    box-sizing: border-box;
    border-width: 1px
}

.icon.bg {
    background-color: #f2f2f2
}

.btn-icon .icon {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    width: auto
}

.btn-icon .icon .fa {
    width: inherit
}

.big-icon .livicon svg,
.icon .livicon svg {
    top: 25% !important
}

.color.icon {
    color: #fff;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.color.icon:hover {
    background-color: #000
}

.color.icon-adn {
    background-color: #504e54
}

.color.icon-apple {
    background-color: #aeb5c5
}

.color.icon-android {
    background-color: #a5c63b
}

.color.icon-bitbucket,
.color.icon-bitbucket-square {
    background-color: #036
}

.color.icon-bitcoin,
.color.icon-btc {
    background-color: #f7931a
}

.color.icon-css3 {
    background-color: #1572b7
}

.color.icon-dribbble {
    background-color: #f46899
}

.color.icon-dropbox {
    background-color: #018bd3
}

.color.icon-facebook,
.color.icon-facebook-square {
    background-color: #3c599f
}

.color.icon-flickr {
    background-color: #ff0084
}

.color.icon-foursquare {
    background-color: #0086be
}

.color.icon-github,
.color.icon-github-alt,
.color.icon-github-square {
    background-color: #070709
}

.color.icon-google-plus,
.color.icon-google-plus-square {
    background-color: #cf3d2e
}

.color.icon-html5 {
    background-color: #e54d26
}

.color.icon-instagram {
    background-color: #a1755c
}

.color.icon-linkedin,
.color.icon-linkedin-square {
    background-color: #0085ae
}

.color.icon-linux {
    background-color: #fbc002
}

.color.icon-maxcdn {
    background-color: #f6ae1c
}

.color.icon-pagelines {
    background-color: #241e20;
    color: #3984ea
}

.color.icon-pinterest,
.color.icon-pinterest-square {
    background-color: #cc2127
}

.color.icon-renren {
    background-color: #025dac
}

.color.icon-skype {
    background-color: #01aef2
}

.color.icon-stack-exchange {
    background-color: #245590
}

.color.icon-stack-overflow {
    background-color: #ff7300
}

.color.icon-trello {
    background-color: #265a7f
}

.color.icon-tumblr,
.color.icon-tumblr-square {
    background-color: #314e6c
}

.color.icon-twitter,
.color.icon-twitter-square {
    background-color: #32ccfe
}

.color.icon-vimeo-square {
    background-color: #229acc
}

.color.icon-vk {
    background-color: #375474
}

.color.icon-weibo {
    background-color: #d72b2b
}

.color.icon-windows {
    background-color: #12b6f3
}

.color.icon-xing,
.color.icon-xing-square {
    background-color: #00555c
}

.color.icon-youtube,
.color.icon-youtube-play,
.color.icon-youtube-square {
    background-color: #c52f30
}

audio,
embed,
iframe,
object,
video {
    max-width: 100%
}

.video-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    height: 0;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-box.html5 {
    height: auto;
    padding: 0
}

.video-box.html5 .video-js {
    height: auto !important;
    line-height: 0;
    width: 100% !important
}

.video-box.html5 .video-js .vjs-tech {
    height: auto;
    margin: 0;
    position: relative;
    width: 100%
}

.video-box.html5 .vjs-default-skin {
    color: #fff
}

.video-box.html5 .vjs-default-skin .vjs-play-progress,
.video-box.html5 .vjs-default-skin .vjs-volume-level {
    background-color: #555
}

.video-box.html5 .vjs-default-skin .vjs-big-play-button,
.video-box.html5 .vjs-default-skin .vjs-control-bar {
    background: rgba(0, 0, 0, .8)
}

.video-box.html5 .vjs-default-skin .vjs-slider {
    background: rgba(0, 0, 0, .8)
}

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

.post {
    margin-bottom: 40px;
    padding: 0
}

.post+.post {
    border-top-width: 1px;
    padding-top: 37px
}

.post .entry-title {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 17px
}

.post .entry-title a {
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.post .entry-title a:hover {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.post .entry-content {
    margin: 0 0 25px
}

.post .entry-content p:last-child {
    margin-bottom: 0
}

.post .entry-meta {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1.3
}

.post .entry-meta .separator {
    margin: 0 10px
}

.post .entry-meta .comments-link {
    padding: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.post .entry-meta .comments-link:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.post .entry-meta .comments-link a {
    color: #7f7f7f;
    text-decoration: none
}

.blog .post {
    margin-bottom: 76px;
    margin-top: -3px
}

.carousel .post {
    border: 0 none;
    float: left;
    line-height: 22px;
    margin: 0 15px;
    padding: 0
}

.blog-post .comments-form {
    margin: 6px 0 0
}

.blog-post .comments-form .comment-box {
    margin: 0;
    text-align: right
}

.blog-post .comments-form .comment-box textarea {
    margin: 0 0 15px
}

.blog-post .comments-form .comment-box i {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 12px;
    vertical-align: top
}

.blog-post .comments-form .button-set {
    margin: 19px 0 0
}

.blog-post .comments-form .button-set .required {
    font-size: 11px;
    line-height: 40px
}

.blog-post .comments-form .button-set .required b {
    font-size: 14px
}

.post.carousel {
    line-height: 22px
}

.post.carousel .col-xs-12 {
    max-width: inherit
}

.post.carousel .images-box {
    overflow: hidden
}

@media (max-width:600px) {
    .post.carousel .images-box,
    .post.carousel .images-box.pull-right {
        display: block;
        float: none !important;
        margin: 0 auto 20px
    }
}

.post.carousel .images-box iframe,
.post.carousel .images-box img {
    border-radius: 5px
}

.post.carousel .carousel-box {
    margin-bottom: 42px;
    position: relative
}

.post.carousel .carousel-box.load {
    max-height: 300px
}

.post.carousel .carousel-box.no-pagination {
    margin-bottom: 8px
}

.post.carousel .carousel-box .next,
.post.carousel .carousel-box .prev {
    left: 0;
    margin: -20px 5px 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.post.carousel .carousel-box .next {
    left: auto;
    right: 0
}

.post.carousel .carousel-box:hover .next,
.post.carousel .carousel-box:hover .prev {
    opacity: 1;
    -webkit-transition: opacity .2s linear, background-color .2s linear;
    transition: opacity .2s linear, background-color .2s linear
}

.post.carousel .carousel-box:hover .next:hover,
.post.carousel .carousel-box:hover .prev:hover {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.post.carousel .carousel-box .pagination {
    left: 0;
    position: absolute;
    right: 0
}

.fancybox-margin .fixed-header #top-box,
.fancybox-margin .fixed-header .header {
    left: -7.5px
}

#footer .musteri-paneli ul li {
    position: relative
}

#footer a .item-new {
    background: #ff0068;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 4px 8px;
    position: absolute;
    right: 19px;
    top: 1px;
    text-transform: uppercase
}

.fancybox-close {
    background: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    right: -15px;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.fancybox-close:hover {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.fancybox-nav span {
    background: #ccc;
    border: 0 none;
    border-radius: 3px;
    color: #fbfbfb;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.fancybox-nav span:hover {
    background-color: #000;
    color: #efefef;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.fancybox-nav span svg {
    vertical-align: middle
}

.boxed {
    background: #fff;
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 20px
}

@media (max-width:1300px) {
    .boxed {
        padding-top: 0
    }
}

.boxed .page-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .6) 0 0 18px;
    overflow: hidden;
    position: relative
}

.boxed.loaded .page-box {
    overflow: visible
}

.boxed.fixed-header .header {
    margin-top: 0;
    position: absolute
}

.boxed.fixed-header.fixed .header {
    position: fixed;
    top: 0
}

.boxed.fixed-header.fixed.fixed-top #top-box {
    position: fixed;
    top: 0
}

.boxed.fixed-header.fixed.fixed-top .header {
    top: 40px
}

.boxed.fixed-header.hidden-top #top-box {
    margin-bottom: 104px
}

.boxed.hidden-top .page-box {
    padding-top: 0;
    -webkit-transition: none;
    transition: none
}

.boxed.hidden-top #top-box {
    left: 0;
    margin-top: 0;
    position: static;
    -webkit-transition: none;
    transition: none
}

.boxed.hidden-top .header {
    top: 40px
}

.boxed.hidden-top.fixed .header {
    top: 0
}

.boxed .header-wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 1300px
}

.boxed .top-box-wrapper {
    margin: 0 auto;
    max-width: 1300px
}

.boxed .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important
}

.boxed .banner-set.banner-set-mini.banner-set-no-pagination .next,
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin: 15px 0 0 !important;
    position: static
}

.boxed #footer {
    min-width: 100%;
    padding-bottom: 20px;
    position: relative
}

@media (max-width:1300px) {
    .boxed #footer {
        padding-bottom: 0
    }
}

.boxed #footer.footer-two {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .boxed.padding-top {
        padding-top: 420px
    }
}

.about-us {
    font-size: 13px
}

.about-us strong {
    font-size: 14px
}

.list-images>.col-md-4 {
    margin-bottom: 30px
}

[data-appear-animation] {
    opacity: 0;
    -webkit-transition: .5s opacity .1s linear;
    transition: .5s opacity .1s linear
}

@media (max-width:767px) {
    [data-appear-animation] {
        opacity: 1
    }
}

[data-appear-animation].animated {
    opacity: 1
}

.chart {
    position: relative;
    text-align: center
}

.jqstooltip {
    box-sizing: content-box
}

.graph text {
    overflow: hidden !important
}

.morris-hover {
    z-index: 700
}

.client {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto 20px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 200px
}

.client:hover {
    border-color: #e1e1e1;
    -webkit-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.client+.tooltip {
    font-size: 14px;
    z-index: 800
}

.client+.tooltip .tooltip-inner {
    padding: 10px
}

.carousel .client {
    margin-bottom: 0
}

.contact-info {
    margin-top: 30px
}

.contact-info .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 22px
}

.contact-info address {
    margin-top: 5px;
    margin-bottom: 35px
}

.contact-info hr {
    margin: 0 0 36px
}

.contact-info .buttons-box {
    margin: 8px 0 0
}

.map-box {
    position: relative
}

.map-box .contact-info {
    background: #fff;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 150px;
    z-index: 1
}

.map-box .contact-info address {
    margin-bottom: 15px
}

.content-block {
    box-sizing: border-box;
    padding: 20px
}

.content-block .btn+.btn {
    margin-left: 14px
}

.content-block .btn.pull-left {
    margin: 0 10px 0 0
}

.content-block .btn.pull-right {
    margin: 0 0 0 10px
}

.features-block .header-box {
    display: block;
    min-height: 30px;
    margin: 0 0 13px;
    overflow: hidden
}

.features-block .header-box .icon-box {
    background: 0 0;
    color: #1e1e1e;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 24px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.features-block .header-box .icon-box i:before {
    font-size: 20px;
    line-height: 30px
}

.features-block .header-box a.icon-box:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.features-block .header-box h6 {
    margin: 6px 0 0
}

.frame {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2)
}

.frame>img {
    width: 100%
}

.frame-padding {
    background: #fff;
    padding: 4px
}

.frame-border {
    border-radius: 5px
}

.frame-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}

[class*=frame-shadow] {
    background: #fff;
    position: relative
}

.frame-shadow-lifted:after,
.frame-shadow-lifted:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    width: 50%;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1
}

.frame-shadow-lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.frame-shadow-perspective:before {
    bottom: 5px;
    box-shadow: -80px 0 8px rgba(0, 0, 0, .4);
    content: "";
    height: 35%;
    left: 80px;
    max-width: 200px;
    max-height: 50px;
    position: absolute;
    width: 50%;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -1
}

.frame-shadow-curved:before {
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    border-radius: 10px/100px;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1
}

.frame-shadow-raised {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.rotated-box {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.rotated-right-box {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.full-width-box {
    overflow: hidden;
    padding: 76px 0;
    position: relative;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

@media (max-width:767px) {
    .full-width-box {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

.full-width-box .auto-width {
    margin-left: -15px;
    margin-right: -15px;
    opacity: 0
}

.full-width-box .auto-width.loaded {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.container .full-width-box {
    margin-left: -15px;
    margin-right: -15px
}

.full-width-box .fwb-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0
}

.full-width-box .fwb-bg .overlay {
    background: #000;
    height: 100%;
    opacity: .6;
    width: 100%
}

@media (max-width:767px) {
    .full-width-box .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.full-width-box .container,
.full-width-box .page-header {
    position: relative
}

.full-width-box .fwb-fixed,
.full-width-box .fwb-paralax {
    background-attachment: fixed
}

.touch-device .full-width-box .fwb-fixed,
.touch-device .full-width-box .fwb-paralax {
    background-attachment: scroll;
    background-position: 50% 50% !important
}

.full-width-box .fwb-blur {
    background-position: center top !important
}

.full-width-box .fwb-blur .blur-box {
    bottom: 0;
    display: block !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -100
}

.full-width-box .fwb-blur .blur-box canvas {
    background-size: cover;
    background-attachment: fixed;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    vertical-align: top
}

.full-width-box .fwb-video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.full-width-box .fwb-video iframe,
.full-width-box .fwb-video img,
.full-width-box .fwb-video video {
    background-attachment: fixed;
    vertical-align: top;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0
}

.gallery .images-box {
    margin-bottom: 30px
}

.gallery-images {
    border-radius: 5px;
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative
}

.gallery-images img {
    border-radius: 5px;
    margin-bottom: 25px
}

.gallery-images .bg-images {
    border-radius: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.gallery-images .bg-images i {
    margin: 5px 0 0 5px
}

.gallery-images .bg-images i:before {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.gallery-images:hover>.bg-images {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.gallery-images:hover .bg-images i:before {
    color: #000;
    font-size: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.latest-posts {
    list-style: none;
    margin: 0;
    padding: 0
}

.latest-posts li {
    overflow: hidden;
    padding: 22px 0
}

.latest-posts li+li {
    border-top-width: 1px
}

.latest-posts li:first-child {
    padding-top: 0
}

.latest-posts li:last-child {
    padding-bottom: 0
}

.latest-posts li .image {
    float: left;
    height: 84px;
    margin: 0 25px 0 0;
    width: 84px
}

.latest-posts li .meta {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 10px
}

.latest-posts li .description {
    overflow: hidden
}

.latest-posts li a {
    color: #1e1e1e;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    -webkit-transition: opacity linear .2s;
    transition: opacity linear .2s
}

.latest-posts li a:hover {
    opacity: .8;
    text-decoration: none
}

.latest-posts-white li {
    border-color: rgba(255, 255, 255, .3)
}

.latest-posts-white li .meta {
    color: rgba(255, 255, 255, .6)
}

.latest-posts-white li a {
    color: rgba(255, 255, 255, .8)
}

#main.login-register {
    overflow: hidden;
    padding-bottom: 40px
}

.form-box.forgot-form {
    margin-bottom: 0
}

.info-box {
    margin-bottom: 40px;
    padding: 27px 0 0
}

.form-box .title,
.info-box .title {
    font-weight: 400;
    margin: 0 0 17px
}

.form-box .descriptions,
.info-box .descriptions {
    margin: 0 0 26px
}

.form-box {
    background: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 40px;
    padding: 27px 30px 25px
}

.form-box .checkbox {
    font-size: 12px;
    margin: 0 0 28px
}

.form-box .checkbox .new-checkbox {
    margin-top: 0
}

.form-box .buttons-box {
    font-size: 11px;
    line-height: 1.5
}

.form-box .buttons-box .btn {
    margin: 3px 8px 5px 0
}

.form-box .buttons-box .required {
    font-size: 11px;
    margin: 3px 8px 5px 0
}

.form-box .buttons-box .forgot {
    display: inline-block;
    margin: 3px 8px 5px 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.form-box .buttons-box .forgot:hover {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.form-box .form-group {
    position: relative
}

.form-box .help-block {
    bottom: -20px;
    margin: 0;
    position: absolute
}

.page-login-promo .page-box {
    display: table;
    height: 100% !important;
    width: 100%
}

.page-login-promo .header {
    min-height: 1px;
    position: absolute;
    width: 100%
}

.page-login-promo .form-box {
    margin: 0
}

.page-login-promo .form-box .title small {
    color: #c1c1c2;
    font-size: 24px
}

.page-login-promo .form-box .title a {
    color: #c1c1c2;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.page-login-promo .form-box .title a:hover {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.page-login-promo #main {
    display: table-cell;
    padding: 134px 0 30px;
    vertical-align: middle
}

.page-login-promo .rotation {
    position: relative
}

.page-login-promo .form-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.page-login-promo .back-end,
.page-login-promo .front-end {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    table-layout: fixed;
    -webkit-transition: .3s opacity 0 ease-in-out, -webkit-transform .6s ease-in-out;
    transition: .3s opacity 0 ease-in-out, transform .6s ease-in-out;
    width: 100%
}

.page-login-promo .back-end {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.page-login-promo .hover .back-end {
    opacity: 1
}

.page-login-promo .hover .back-end,
.page-login-promo .hover .front-end {
    -webkit-transition: .3s opacity .3s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: .3s opacity .3s ease-in-out, transform .6s ease-in-out
}

.news .news-item {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 35px
}

.news .news-item .time {
    color: #7f7f7f;
    margin-bottom: 2px
}

.news .news-item .title {
    font-size: 14px;
    margin-bottom: 7px
}

.news .news-item .title a {
    color: #1e1e1e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.news .news-item .title a:hover {
    opacity: .75;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.news .news-item .more {
    color: #7f7f7f;
    margin: 5px 0 0;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.news .news-item .more:hover {
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.news .news-item .more span {
    font-size: 16px;
    line-height: 20px;
    vertical-align: top
}

.package {
    background: #f7f7f7;
    margin: 0 auto 40px;
    max-width: 370px
}

.package .title {
    line-height: 32px;
    padding: 20px 20px 15px
}

.package .title a {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none
}

.package .title a:hover {
    text-decoration: underline
}

.package .price-box {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px 20px
}

.package .price-box .icon {
    color: #505050;
    height: 96px;
    text-align: center;
    width: 96px
}

.package .price-box .icon i {
    background: 0 0;
    font-size: 50px;
    height: auto;
    line-height: 100px;
    margin: 0;
    width: auto
}

.package .price-box .description {
    margin: 0 0 20px
}

.package .price-box .price {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 7px 0 0
}

.package .price-box .price {
    font-size: 12px
}

.package .bottom-box {
    border-top-width: 1px;
    overflow: hidden;
    padding: 19px 19px 20px
}

.package .bottom-box .more {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.package .bottom-box .more:hover {
    opacity: .65;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.package .bottom-box .more span {
    font-size: 17px;
    line-height: 12px;
    margin: 0 0 0 3px;
    vertical-align: top
}

.package .bottom-box .rating-box {
    float: right
}

.box-404 {
    border-radius: 177px;
    font-weight: 400;
    height: 354px;
    margin: 0 auto;
    padding: 92px 0 0;
    text-align: center;
    width: 354px
}

.box-404 h1 {
    font-size: 150px;
    font-weight: 400;
    line-height: .9;
    margin: 0
}

.box-404 h2 {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.page-404-promo .page-box {
    background: #2b8cd6;
    background: rgba(43, 140, 214, .9);
    display: table;
    height: 100% !important;
    width: 100%
}

.page-404-promo #main {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle
}

.page-404-promo #main .title {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    padding: 0 10px;
    text-align: center
}

.page-404-promo #main .title h1 {
    display: inline-block;
    font-size: 200px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    position: relative
}

.page-404-promo #main .title h1:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.page-404-promo #main .content {
    color: #fff;
    padding: 35px 10px 0;
    text-align: center
}

.page-404-promo #main .content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 38px
}

.page-404-promo #main .content .back-home {
    color: #2b8cd6;
    font-size: 18px;
    padding-right: 30px;
    padding-left: 20px
}

.page-404-promo #main .content .back-home .fa {
    font-size: 22px;
    margin-right: 8px
}

.search-result .search-form {
    margin-bottom: 40px;
    position: relative
}

.header .search-result .search-form .search-string:hover,
.search-result .header .search-form .search-string:hover,
.search-result .search-form .search-string {
    box-sizing: border-box;
    box-shadow: none;
    color: #1e1e1e;
    font-size: 24px;
    height: 60px;
    line-height: 30px;
    margin: 0;
    padding: 14px 50px 14px 18px
}

.search-result .search-form .search-string:focus {
    border-color: #ccc
}

.search-result .search-form .search-submit {
    background: 0 0;
    border-left: 1px solid #e1e1e1;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    width: 46px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.search-result .search-form .search-submit svg {
    margin-top: 2px
}

.search-result .search-form .search-submit:hover {
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.search-result .filter-buttons,
.search-result .text-results {
    margin-bottom: 30px
}

.search-result .text-results {
    color: #999;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-align: right
}

.search-result .item {
    background: 0 0;
    border: 0 none;
    border-top: 1px solid #e1e1e1;
    margin-top: 0 -15px 40px;
    padding: 37px 0 0
}

.search-result .pagination {
    margin-top: 0
}

.service .icon {
    border-radius: 35px;
    color: #fff !important;
    display: block;
    height: 64px;
    float: left;
    margin: 0 25px 0 0;
    text-align: center;
    text-decoration: none;
    width: 64px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.service .icon:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.service .icon i:before {
    font-size: 30px;
    line-height: 70px
}

.service .title {
    margin: 0 0 5px;
    font-size: 18px
}

.service .text-small {
    overflow: hidden
}

.service .text-muted {
    overflow: hidden
}

.services .features-block,
.services .service {
    margin-bottom: 50px;
    min-height: 125px
}

.product-data {
    background: #363738
}

.hctrdata-box {
    margin: 20px 0
}

.hctrdata .icon {
    float: left;
    display: block;
    margin: auto auto 0;
    text-align: center;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 64px;
    height: 64px
}

.hctrdata .title {
    float: left;
    font-size: 36px;
    margin: 0;
    margin-left: 15px;
    margin-top: 0;
    padding-top: 0;
    line-height: 1;
    text-align: left;
    color: #dadada
}

.hctrdata .title i {
    font-style: normal
}

.hctrdata .title small {
    display: block;
    position: relative;
    top: inherit
}

@media (max-width:640px) {
    .hctrdata-box {
        margin: 20px 0 0;
        text-align: center
    }
    .hctrdata {
        display: inline-block;
        margin-bottom: 30px;
        height: 67px
    }
    .hctrdata .icon {
        height: 64px;
        margin: auto;
        width: 64px
    }
    .hctrdata .title {
        font-size: 32px;
        padding-top: 12px;
        margin: 0
    }
}

@media (max-width:991px) and (min-width:641px) {
    .hctrdata-box {
        margin: 40px 0 0
    }
    .hctrdata {
        display: block;
        margin-bottom: 40px
    }
    .hctrdata .title {
        font-size: 32px;
        padding-top: 6px;
        margin: 0
    }
    .hctrdata .title small {
        position: relative;
        top: -4px
    }
    .hctrdata .icon {
        height: 64px;
        margin: auto auto 20px;
        width: 64px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .hctrdata {
        display: inline-block
    }
    .hctrdata .title {
        font-size: 28px;
        padding-top: 8px;
        margin: 0
    }
    .hctrdata .icon {
        height: 64px;
        margin: auto auto 20px;
        width: 64px
    }
    .hctrdata .title small {
        position: relative;
        top: -4px
    }
}

.services-box-three-left {
    margin-bottom: 40px;
    padding: 20px
}

.big-services-box a:not(.btn),
.features-block a:not(.btn),
.service a:not(.btn) {
    color: #1e1e1e;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-services-box a:not(.btn):hover,
.features-block a:not(.btn):hover,
.service a:not(.btn):hover {
    text-decoration: none;
    opacity: .8;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-services-box>a,
.features-block>a,
.service>a {
    display: inline-block
}

.white .big-services-box a,
.white .service a {
    color: #fff
}

.yellow .big-services-box a,
.yellow .service a {
    color: #ffcb08 !important
}

.big-services-box {
    margin-bottom: 40px;
    text-align: center;
    padding: 5px 10px
}

.big-services-box .title {
    margin-bottom: 10px
}

.big-icon {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 84px;
    margin: 0 auto 10px;
    text-align: center;
    width: 84px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-icon i:before {
    font-size: 50px;
    line-height: 100px
}

a.big-icon:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-icon.pull-left {
    margin: 0 20px 20px 0
}

.sitemap,
.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sitemap ul {
    margin: 0 0 0 15px
}

.sitemap .li,
.sitemap li {
    overflow: hidden;
    position: relative
}

.sitemap .li:after,
.sitemap li:after {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: inline-block;
    font-size: .5em;
    line-height: 40px;
    margin: -6px 0 0;
    pointer-events: none;
    position: absolute
}

.sitemap a {
    background: #fff;
    color: #1e1e1e;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px 0 12px;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sitemap a:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sitemap a:before {
    content: "\f105";
    display: block;
    line-height: 12px;
    left: 0;
    position: absolute;
    top: 2px
}

.timeline {
    padding: 20px 0;
    position: relative
}

.timeline:before {
    background-color: #d2d2d2;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px
}

.timeline .post {
    border: 0 none;
    margin: 0;
    padding: 0 40px 5px 0;
    width: 50%
}

.timeline .post:last-child,
.timeline .post:nth-child(even):last-child {
    padding-bottom: 0
}

.timeline .post:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 5px 40px
}

.timeline .post:nth-child(even) .timeline-time {
    left: auto;
    margin: 31px 40px 0 0;
    right: 50%;
    text-align: right
}

.timeline .post:nth-child(even) .timeline-content:before {
    border: 15px solid transparent;
    border-right-color: #ccc;
    left: -30px;
    right: auto
}

.timeline .post:nth-child(even) .timeline-content:after {
    border: 14px solid transparent;
    border-right-color: #fff;
    left: -28px;
    right: auto
}

.timeline .post .timeline-time {
    color: #999;
    left: 50%;
    margin: 31px 0 0 40px;
    position: absolute
}

.timeline .post .timeline-icon {
    background: #1e1e1e;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: 22px 0 0 -20px;
    position: absolute;
    text-align: center;
    width: 40px
}

.timeline .post .timeline-icon .livicon svg {
    left: 0 !important
}

.timeline .post .timeline-content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 46px;
    position: relative
}

.timeline .post .timeline-content:after,
.timeline .post .timeline-content:before {
    border: 15px solid transparent;
    border-left-color: #ccc;
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 26px
}

.timeline .post .timeline-content:after {
    border: 14px solid transparent;
    border-left-color: #fff;
    right: -28px;
    top: 27px
}

.timeline .post .timeline-content .video-box:last-child,
.timeline .post .timeline-content blockquote:last-child {
    margin-bottom: 0
}

.timeline .post .timeline-content .map-canvas {
    height: 250px
}

.img-thumbnail.img-circle .timeline .post .timeline-content .bg-images,
.img-thumbnail.img-circle .timeline .post .timeline-content img,
.img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images,
.img-thumbnail.img-rounded .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-rounded,
.timeline .post .timeline-content .img-thumbnail.img-circle .bg-images,
.timeline .post .timeline-content .img-thumbnail.img-circle img,
.timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images,
.timeline .post .timeline-content .img-thumbnail.img-rounded img {
    border-radius: 2px
}

.timeline .post .timeline-content .entry-title {
    font-size: 18px;
    margin: 0 0 10px
}

.timeline .post .timeline-content .entry-content {
    margin: 0
}

.timeline .post .timeline-content.bg {
    background: #ccc;
    color: #fff
}

.timeline .post .timeline-content.bg .entry-title a,
.timeline .post .timeline-content.bg blockquote .small,
.timeline .post .timeline-content.bg blockquote footer,
.timeline .post .timeline-content.bg blockquote small {
    color: #fff
}

.timeline .post.no-padding .timeline-content {
    padding: 0
}

.timeline .post:not(.no-padding) .timeline-content.bg:after {
    display: none
}

.timeline .post .timeline-content.bg-danger,
.timeline .post .timeline-content.border-danger {
    border-color: #ec018c
}

.timeline .post .timeline-content.bg-danger:before,
.timeline .post .timeline-content.border-danger:before {
    border-left-color: #ec018c
}

.timeline .post:nth-child(even) .timeline-content.bg-danger:before,
.timeline .post:nth-child(even) .timeline-content.border-danger:before {
    border: 15px solid transparent;
    border-right-color: #ec018c
}

.timeline .post .timeline-content.bg-info,
.timeline .post .timeline-content.border-info {
    border-color: #00b9f2
}

.timeline .post .timeline-content.bg-info:before,
.timeline .post .timeline-content.border-info:before {
    border-left-color: #00b9f2
}

.timeline .post:nth-child(even) .timeline-content.bg-info:before,
.timeline .post:nth-child(even) .timeline-content.border-info:before {
    border: 15px solid transparent;
    border-right-color: #00b9f2
}

.timeline .post .timeline-content.bg-warning,
.timeline .post .timeline-content.border-warning {
    border-color: #f89406
}

.timeline .post .timeline-content.bg-warning:before,
.timeline .post .timeline-content.border-warning:before {
    border-left-color: #f89406
}

.timeline .post:nth-child(even) .timeline-content.bg-warning:before,
.timeline .post:nth-child(even) .timeline-content.border-warning:before {
    border: 15px solid transparent;
    border-right-color: #f89406
}

.timeline .post .timeline-content.bg-success,
.timeline .post .timeline-content.border-success {
    border-color: #738d00
}

.timeline .post .timeline-content.bg-success:before,
.timeline .post .timeline-content.border-success:before {
    border-left-color: #738d00
}

.timeline .post:nth-child(even) .timeline-content.bg-success:before,
.timeline .post:nth-child(even) .timeline-content.border-success:before {
    border: 15px solid transparent;
    border-right-color: #738d00
}

.timeline .post .timeline-content.bg-primary,
.timeline .post .timeline-content.border-primary {
    border-color: #3db9f2
}

.timeline .post .timeline-content.bg-primary:before,
.timeline .post .timeline-content.border-primary:before {
    border-left-color: #3db9f2
}

.timeline .post:nth-child(even) .timeline-content.bg-primary:before,
.timeline .post:nth-child(even) .timeline-content.border-primary:before {
    border: 15px solid transparent;
    border-right-color: #3db9f2
}

.why-choose ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.why-choose li {
    font-size: 13px;
    line-height: 20px;
    padding: 11px 0 8px 23px;
    position: relative
}

.why-choose li:before {
    content: "?";
    display: block;
    font-size: 16px;
    left: 2px;
    position: absolute;
    top: 11px
}

.why-choose li+li {
    border-top-width: 1px
}

.word-rotate {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
    background-color: #ffcb27;
    border-radius: 3px;
    height: 57px;
    text-shadow: none
}

.word-rotate:not(.border) {
    color: #fff
}

.word-rotate .words-box {
    display: inline-block;
    position: relative
}

.word-rotate .words-box span {
    display: block;
    white-space: nowrap;
    color: #333
}

.word-rotate .words-box span+span {
    display: none
}

.word-rotate.loaded .words-box span+span {
    display: block
}

.portfolio .filter-elements {
    overflow: visible !important
}

.portfolio .work {
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .phone-active,
    .search-active {
        left: 0;
        width: auto
    }
    .toolbar .per-page {
        display: none
    }
    .content .slider .slid-content {
        bottom: 43px
    }
    .content .slider .pagination {
        padding: 0
    }
    .content .slider .slider-nav .nav-box {
        bottom: 10px
    }
    .content .slider .slider-nav .next,
    .content .slider .slider-nav .prev {
        display: none !important
    }
    #car-bottom .total .checkout {
        font-size: 12px
    }
    .pricing .title a {
        font-size: 18px
    }
    .pricing .price-box {
        font-size: 12px;
        line-height: 1;
        overflow: hidden;
        padding: 0 15px
    }
    .employee .employee-hover .role {
        margin: 0 0 15px
    }
    .gallery-images:hover .bg-images i:before {
        font-size: 40px
    }
    .sidebar .whats-news .product {
        max-width: 270px;
        min-width: inherit
    }
    .sidebar .whats-news .rotation.hover .default {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0)
    }
    .sidebar .whats-news .rotation .product-hover {
        display: none
    }
    .rs-slider.full-width .tp-bullets {
        left: 27px !important;
        margin-left: 0 !important
    }
    .rs-slider.full-width .right-box>* {
        left: auto !important;
        right: 15px
    }
}

@media (max-width:991px) {
    .fixed-top-box {
        padding-top: 0
    }
    h2 {
        font-size: 30px
    }
    .fixed-top-box #top-box {
        position: static;
        top: inherit;
        z-index: inherit
    }
    .boxed.fixed-header .header,
    .boxed.fixed-header.fixed .header,
    .fixed-header .header,
    .fixed-header.hidden-top.visible-top .header {
        box-shadow: none;
        position: static;
        top: inherit;
        z-index: inherit;
        -webkit-backface-visibility: inherit;
        -webkit-transform: inherit
    }
    .fixed-header .header-two+* {
        margin-top: 0
    }
    .hidden-top,
    .hidden-top .page-box,
    .hidden-top.visible-top .page-box {
        margin-top: 0;
        padding-top: 0
    }
    .hidden-top {
        -webkit-transition: all 0 linear;
        transition: all 0 linear
    }
    .boxed.fixed-header.hidden-top #top-box,
    .boxed.hidden-top #top-box,
    .hidden-top #top-box {
        margin-top: 0;
        margin-bottom: 0;
        position: static
    }
    .fixed-header.hidden-top .header,
    .hidden-top .header {
        margin-top: 0;
        position: static
    }
    .fixed-header.hidden-top.fixed #top-box,
    .fixed-header.hidden-top.visible-top .header,
    .fixed-header.hidden-top.visible-top.fixed #top-box {
        margin-top: 0
    }
    .top-navbar {
        margin: 0;
        min-height: 30px
    }
    .top-navbar .btn-navbar {
        background: 0 0 !important;
        border-color: rgba(255, 255, 255, .2);
        border-radius: 3px;
        color: #fff;
        color: rgba(255, 255, 255, .7);
        display: block;
        font-size: 16px;
        margin: 0;
        padding: 7px
    }
    .top-navbar .btn-navbar.collapsed {
        border-color: transparent
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgba(255, 255, 255, .7);
        border-radius: 0
    }
    .top-navbar .navbar-collapse.collapse {
        display: none !important
    }
    .top-navbar .navbar-collapse.collapse.in {
        display: block !important
    }
    .top-navbar .collapse,
    .top-navbar .collapsing {
        background: #fff;
        border: 0 none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        left: 0;
        margin: 5px 0 0;
        padding: 0;
        position: absolute !important;
        top: 100%;
        z-index: 1002
    }
    .top-navbar .navbar-nav,
    .top-navbar .navbar-nav.navbar-right:last-child {
        margin: 0
    }
    .top-navbar .nav>li {
        float: none
    }
    #top-box .top-navbar .nav>li a {
        color: #7b7b7b
    }
    .top-navbar .nav>li a:hover,
    .top-navbar .nav>li:hover a {
        background: 0 0
    }
    .top-navbar.top-navbar-right .navbar-right {
        float: none !important
    }
    .top-navbar.top-navbar-right .collapse,
    .top-navbar.top-navbar-right .collapsing {
        left: auto;
        right: 0
    }
    .top-navbar .nav>li a .count {
        background: rgba(0, 0, 0, .1)
    }
    .header {
        width: auto
    }
    .header .right-box-wrapper {
        text-align: right
    }
    .header .header-wrapper .cart-header {
        margin-right: 0
    }
    .header .header-wrapper .primary .navbar {
        margin: 0;
        min-height: inherit;
        position: static
    }
    .header .header-wrapper .primary .navbar .btn-navbar {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
        box-shadow: none;
        display: block;
        float: left;
        height: 46px;
        line-height: 15px;
        margin: 0;
        padding: 10px 15px;
        position: relative;
        text-shadow: none;
        z-index: 920
    }
    .header .header-wrapper .primary .navbar .btn-navbar:before {
        border-left: 1px solid #ccc;
        border-left: 1px solid rgba(204, 204, 204, .8);
        bottom: 8px;
        content: "";
        display: none;
        left: -1px;
        position: absolute;
        top: 7px
    }
    .header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
        display: block
    }
    .header .header-wrapper .primary .navbar .btn-navbar.collapsed {
        background: 0 0;
        border: 1px solid transparent;
        border-bottom: 0 none
    }
    .header .header-wrapper .primary .navbar .btn-navbar .text {
        color: #1e1e1e;
        float: right;
        line-height: 16px;
        padding: 0 0 0 30px
    }
    .header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
        background: #1e1e1e;
        box-shadow: none;
        border-radius: 0;
        height: 3px;
        margin: 0;
        width: 22px
    }
    .header .header-wrapper .primary .navbar .btn-navbar .icon-bar+.icon-bar {
        margin-top: 3px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse {
        border: 0 none;
        box-shadow: none;
        left: auto;
        margin: 22px 0 0;
        max-height: inherit;
        overflow: hidden !important;
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 200%;
        z-index: 919
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px 0 3px 3px;
        float: none;
        padding: 6px 6px 3px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li {
        float: none;
        margin: 0 0 3px;
        padding: 0
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        font-weight: 400;
        margin: 0;
        padding: 7px 9px 7px 40px;
        text-decoration: none;
        font-size: 14px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a:hover {
        background: #e9e9e9;
        border: 1px solid #e9e9e9;
        border-radius: 0;
        box-shadow: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
        background: #f2f2f2;
        position: relative
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent .parent>a:after {
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 55px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
        background: #1e1e1e;
        display: block;
        height: 2px;
        margin: 17px 0 0 15px;
        position: absolute;
        width: 16px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span+span {
        height: 16px;
        margin: 10px 0 0 22px;
        width: 2px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span {
        background: #7f7f7f;
        height: 2px;
        margin: 14px 0 0 38px;
        position: absolute;
        width: 12px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span+span,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span+span {
        height: 12px;
        margin: 9px 0 0 43px;
        width: 2px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub,
    .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub,
    .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover>.sub {
        background: #f7f7f7;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        font-size: 13px;
        left: 0;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 6px 0 5px;
        position: relative
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
        background-color: #e9e9e9;
        border-radius: 0
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a .open-sub span {
        background: #fff
    }
    .header .header-wrapper .primary .megamenu .box.active .title .open-sub span+span,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active>a .open-sub span+span {
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub {
        -webkit-animation: fadeIn 0;
        animation: fadeIn 0;
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
        line-height: 22px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
        background: 0 0;
        color: #7f7f7f;
        padding: 4px 9px 4px 9px;
        text-decoration: none;
        width: auto !important
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav li a>i {
        color: #1e1e1e
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover>.sub a {
        background: 0 0
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
        left: 0;
        margin-left: 10px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
        left: 0;
        padding: 6px 0 5px;
        width: 100%
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
        display: block
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block {
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
        display: block;
        padding: 0;
        width: 100% !important
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box {
        float: none;
        margin: 0;
        padding: 8px;
        width: 100% !important;
        border-bottom: 5px solid #fff
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box h5 {
        font-size: 18px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
        color: #7f7f7f;
        cursor: pointer;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
        padding: 4px 9px 4px 60px;
        position: relative;
        text-transform: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box.closed ul {
        display: none;
        margin-left: 10px
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
        left: 0;
        float: right;
        position: static;
        top: 0
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
        display: none
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a .open-sub span,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a .open-sub span {
        background: #fff
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
        color: #fff
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary>a {
        border-color: #428bca
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success>a {
        border-color: #738d00
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info>a {
        border-color: #00b9f2
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning>a {
        border-color: #f89406
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger>a {
        border-color: #ec018c
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
        background-color: #428bca;
        border-color: #428bca
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
        background-color: #738d00;
        border-color: #738d00
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
        background-color: #00b9f2;
        border-color: #00b9f2
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
        background-color: #f89406;
        border-color: #f89406
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
        background-color: #ec018c;
        border-color: #ec018c
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub {
        background: #f7f7f7 !important
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a {
        color: #7f7f7f
    }
    .header .header-wrapper+.header-wrapper .col-sm-6.col-md-9 {
        text-align: left
    }
    .header .header-wrapper+.header-wrapper .primary {
        margin: 0 0 0 -1px
    }
    .header .header-wrapper+.header-wrapper .primary .navbar .btn-navbar:before {
        border: 0 none
    }
    .header .header-wrapper+.header-wrapper .primary .navbar .navbar-collapse {
        left: -1px;
        width: calc(200% + px)
    }
    .header .header-wrapper+.header-wrapper .primary .navbar .nav {
        border-radius: 0 3px 3px 3px
    }
    .header .cart-header .dropdown-menu {
        margin-top: -1px;
        margin-right: -98px
    }
    .header .header-wrapper+.header-wrapper .cart-header .dropdown-menu {
        margin-right: 0
    }
    .header .cart-header.open .dropdown-toggle:after {
        left: 0
    }
    .header.header-two .phone-header {
        margin-right: 0
    }
    .header.header-two .phone-active,
    .header.header-two .search-active {
        z-index: 1003
    }
    .header.header-three .logo-box {
        width: 724px
    }
    .top-fixed-box {
        display: none
    }
    .boxed.fixed-header.fixed-top #top-box,
    .boxed.fixed-header.fixed-top.fixed #top-box,
    .fixed-header.fixed-top #top-box {
        position: static
    }
    .slider {
        padding: 10px 0
    }
    .slider .slid-content,
    .slider .slider-nav {
        width: 370px
    }
    .slider .slid-content .title {
        margin: 0 0 14px
    }
    .slider .slid-content .descriptions {
        margin: 0 0 17px
    }
    .slider .slider-nav {
        right: 15px
    }
    .slider .slider-nav .nav-box {
        bottom: 0
    }
    .slider .slider-nav .next,
    .slider .slider-nav .prev {
        display: none !important
    }
    .slider .slid-content {
        bottom: 60px
    }
    .progressive-slider-two .slider-wrapper {
        height: auto !important
    }
    .progressive-slider-two .sliders-container {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px
    }
    .progressive-slider-two .slider-banners {
        height: auto;
        width: 100%
    }
    .progressive-slider-two .slider-banners .banner {
        display: table-cell;
        height: auto;
        width: 33.33333333%
    }
    .page-slider {
        padding: 0
    }
    .metro-banners {
        padding: 30px 0 11px
    }
    .metro-banners .banner {
        margin-bottom: 19px
    }
    .sidebar.col-sm-12 {
        margin-top: 40px
    }
    .sidebar .whats-news .carousel-pagination {
        margin: 0 auto;
        max-width: 300px
    }
    .toolbar .grid-list .grid,
    .toolbar .grid-list .list {
        margin-right: 6px
    }
    .toolbar .sort-catalog {
        margin: 0 6px 20px 1px
    }
    .products.grid {
        margin-left: -10px;
        margin-right: -10px;
        text-align: center
    }
    .table-box {
        overflow-x: auto;
        padding: 0 1px
    }
    .portfolio .filter-buttons {
        float: none;
        margin-bottom: 20px
    }
    .portfolio .year-regulator {
        float: none;
        margin-bottom: 60px
    }
    .product-page .product-options .buy-for,
    .product-page .product-options .col-sm-12 {
        float: none;
        margin-bottom: 20px;
        width: 100%
    }
    .product-options-samples .col-sm-12 {
        margin-bottom: 20px
    }
    .product-options-samples .required-box {
        margin-bottom: 0
    }
    .product-bottom .col-sm-12+.col-sm-12 {
        margin-top: 40px
    }
    .shopping-cart-table .td-qty,
    .shopping-cart-table tbody td {
        padding: 20px
    }
    #car-bottom .car-bottom-box {
        padding: 17px 20px 20px
    }
    .employee-single {
        margin-left: 0
    }
    .employee-single .images-box {
        float: none;
        margin: 0 auto 20px
    }
    .employee-single .employee-description {
        margin-left: 0;
        width: 100%
    }
    .employee-single-rotation .content-box {
        float: none;
        width: auto
    }
    .employee-single-rotation .employee {
        margin: 0 20px 10px
    }
    .employee-single-rotation .employee.pull-right {
        margin-right: 0
    }
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow,
    img.rsImg {
        min-height: 220px !important
    }
    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px
    }
    .infoBlock h3,
    .infoBlock h4 {
        font-size: 14px;
        line-height: 17px
    }
    .layer-slider .container {
        padding-left: 0;
        padding-right: 0
    }
    .count-down-box {
        float: none;
        margin-bottom: 30px
    }
    #footer .newsletter form {
        width: 270px
    }
    .post.carousel .images-box+[class*=span] {
        float: none;
        margin-left: 0;
        width: auto
    }
    #footer .sidebar .widget:nth-child(2n+1) {
        clear: left
    }
    #footer .sidebar .carousel-box header .title {
        margin-bottom: 0
    }
    #footer .sidebar .carousel-box header .next,
    #footer .sidebar .carousel-box header .prev {
        bottom: inherit;
        left: 0;
        margin: 0 0 0 10px;
        position: static
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top-navbar .nav>li a {
        padding-left: 10px;
        padding-right: 10px
    }
    .primary .navbar-collapse.collapse {
        display: none !important
    }
    .primary .navbar-collapse.collapse.in {
        display: block !important
    }
    .toolbar .price-regulator {
        width: 245px
    }
    .toolbar .price-regulator .layout-slider {
        width: 200px
    }
    .product-page .add-cart-form .add-cart {
        min-width: 200px
    }
    .product-page .image-box .thumblist-box {
        padding: 0 45px
    }
    .product-page .image-box #thumblist a {
        height: 70px;
        width: 70px
    }
    #car-bottom .total .checkout {
        padding: 9px 10px
    }
    .contact-info address {
        float: none;
        width: 100%
    }
    .package .title a {
        font-size: 20px
    }
    .package .price-box .icon {
        display: none
    }
    .package .price-box .description {
        margin: 0 0 17px
    }
    .products-tab .tab-content {
        overflow: visible
    }
    .col-sm-5.respond-carousel .carousel .respond {
        max-width: 312px
    }
    #footer .footer-top .col-md-3 {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .filter-list.filter-buttons .dropdown-toggle {
        display: none
    }
    .filter-list.filter-buttons .dropdown-menu {
        background: 0 0;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        display: block !important;
        float: none;
        left: inherit;
        margin: 0;
        min-width: inherit;
        padding: 0;
        position: relative;
        top: inherit;
        z-index: inherit
    }
    .filter-list.filter-buttons .dropdown-menu>li {
        float: left;
        margin: 0 20px 10px 0
    }
    .filter-list.filter-buttons .dropdown-menu>li>a {
        background: 0 0;
        border: 1px solid transparent;
        border-radius: 3px;
        clear: none;
        color: #1e1e1e;
        height: 38px;
        line-height: 38px;
        margin: 0;
        padding: 0 20px;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out
    }
    .filter-list.filter-buttons .dropdown-menu>li>a:hover {
        background: 0 0;
        text-decoration: none;
        opacity: .7;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out
    }
    .filter-list.filter-buttons .dropdown-menu>li>a.active {
        border: 1px solid #e1e1e1;
        font-weight: 700;
        opacity: 1;
        text-decoration: none
    }
    .filter-list.filter-buttons.white .dropdown-menu>li>a {
        color: #fff
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    body,
    body.loaded {
        min-width: 320px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden
    }
    .boxed.loaded .page-box,
    .page-box {
        height: auto !important;
        min-height: inherit;
        overflow-x: hidden
    }
    .page-box-content {
        padding-bottom: 0
    }
    #top-box .btn-group.btn-select .visible-xs {
        display: inline-block !important
    }
    #top-box .btn-group.btn-select .dropdown-menu {
        box-sizing: border-box;
        border-radius: 0 0 3px 3px;
        min-width: inherit;
        width: 100%
    }
    .header-three {
        overflow: hidden
    }
    .header .right-box {
        padding-left: 0
    }
    .header .header-wrapper+.header-wrapper .right-box {
        padding-left: 15px
    }
    .header .header-wrapper+.header-wrapper {
        min-height: 40px
    }
    .header .header-wrapper+.header-wrapper .right-box-wrapper {
        height: 40px
    }
    .phone-active,
    .search-active {
        left: 10px;
        padding: 0;
        right: 10px
    }
    .phone-active {
        font-size: 22px;
        line-height: 58px
    }
    .phone-active .title {
        display: none
    }
    .header .search-form .search-active .search-string:hover,
    .search-active .header .search-form .search-string:hover,
    .search-active .search-string,
    .search-active .search-string:hover {
        padding-left: 8px
    }
    .header .cart-header .dropdown-toggle,
    .header .header-wrapper .primary .navbar .btn-navbar {
        padding-left: 10px;
        padding-right: 10px
    }
    .header .cart-header .dropdown-menu {
        width: 325px
    }
    .header.header-three .logo-box {
        width: 100%
    }
    .breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }
    .progressive-slider .container {
        padding-left: 0;
        padding-right: 0
    }
    .slider .slid {
        margin-left: 0;
        margin-right: 0
    }
    .slider .slider-nav {
        right: 0;
        width: 50%
    }
    .slider .slid .col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0
    }
    .slider .slid-content {
        bottom: 30px;
        padding: 13px 10px 0;
        right: 0;
        width: 50%
    }
    .slider .slid-content .title {
        font-size: 12px;
        line-height: 14px
    }
    .slider .slid-content .descriptions {
        display: none
    }
    .slider .slid-content .btn {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 7px
    }
    .slider .slider-nav .nav-box {
        bottom: 10px;
        left: 10px;
        right: 10px
    }
    .slider .slider-nav .pagination {
        margin: 0;
        padding: 0
    }
    .page-slider {
        margin-left: 0;
        margin-right: 0
    }
    .progressive-slider-two .slider-banners .banner {
        display: block;
        width: 100%
    }
    .rs-slider.full-width .tp-bullets {
        left: 7px !important;
        margin-left: 0 !important;
        top: 10px !important
    }
    .slider.rs-slider.full-width .btn-link {
        font-size: 12px !important
    }
    .progressive-slider-four .next,
    .progressive-slider-four .prev {
        font-size: 30px;
        left: 10px;
        margin-top: -15px
    }
    .progressive-slider-four .next {
        left: auto;
        right: 10px
    }
    .page-header .container:before {
        left: 10px
    }
    #main {
        padding: 40px 0
    }
    #main.no-padding {
        padding-top: 0;
        padding-bottom: 0
    }
    .work-element.col-md-3 .work {
        margin-left: auto;
        margin-right: auto;
        max-width: 270px
    }
    .work-element.col-md-4 .work {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }
    .work-one .work-title {
        margin-bottom: 20px
    }
    .work-single .carousel-box .carousel .col-md-3 {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
    .work-single .carousel-box .carousel .col-md-4 {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 280px
    }
    .content.pull-right {
        float: none !important
    }
    .sidebar {
        margin-top: 40px
    }
    .sidebar .widget {
        margin: 0 0 40px
    }
    .sidebar .carousel>.col-md-3 {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
    #catalog .category-img {
        margin-bottom: 40px
    }
    #catalog .category-img .description {
        font-size: 18px;
        padding: 20px
    }
    .toolbar .price-regulator {
        float: left !important;
        margin-top: 3px;
        width: 300px
    }
    .toolbar .price-regulator .layout-slider {
        width: 240px
    }
    .pagination-box {
        margin-top: 0;
        text-align: center
    }
    .pagination-box .pagination {
        margin: 0 -5px 0 0
    }
    .pagination-box .pagination-text {
        display: block;
        float: none
    }
    .products {
        text-align: center
    }
    .list .product .col-md-3,
    .list .product .col-md-4 {
        margin-bottom: 20px
    }
    .list .product .product-image {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }
    .caroufredsel_wrapper {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .recommended-product .products>.col-md-3 .product {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .products-tab .tab-content>.tab-pane {
        height: 263px;
        text-align: center
    }
    .bottom-padding,
    .bottom-padding-mobile,
    .bottom-padding.row.carousel-box {
        margin-bottom: 40px
    }
    .bottom-padding-mini {
        margin-bottom: 0
    }
    .bottom-padding.bottom-padding-mini {
        margin-bottom: 40px
    }
    .text-center-mobile {
        text-align: center
    }
    .accordion-tab,
    .tabs-left .accordion-tab,
    .tabs-right .accordion-tab {
        border: 0 none;
        float: none;
        width: 100%
    }
    .accordion-tab>li,
    .tabs-left>.accordion-tab>li,
    .tabs-right>.accordion-tab>li {
        float: none;
        margin: 0 0 3px
    }
    .accordion-tab>li>a,
    .products-tab .accordion-tab>li>a,
    .tabs-left>.accordion-tab>li>a,
    .tabs-right>.accordion-tab>li>a {
        background-position: 14px 50%;
        background-repeat: no-repeat;
        background-color: #f2f2f2;
        border: 0 none;
        border-radius: 0;
        color: #1e1e1e;
        display: block;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        padding: 9px 9px 9px 60px;
        position: relative;
        text-decoration: none;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .accordion-tab>li>a:hover,
    .products-tab .accordion-tab>li>a:hover {
        background-color: #e9e9e9;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .accordion-tab>li.active:hover>a,
    .accordion-tab>li.active>a,
    .accordion-tab>li.active>a:focus,
    .accordion-tab>li.active>a:hover,
    .products-tab .accordion-tab>li.active:hover>a,
    .products-tab .accordion-tab>li.active>a {
        background-color: #1e1e1e;
        border: 0 none;
        border-radius: 0;
        color: #fff !important
    }
    .accordion-tab>li>a:before,
    .products-tab .accordion-tab>li>a:before {
        background: #e1e1e1;
        background: rgba(255, 255, 255, .4);
        bottom: 0;
        content: "";
        display: block;
        left: 45px;
        position: absolute;
        top: 0;
        width: 1px
    }
    .accordion-tab>li.active>a:before,
    .products-tab .accordion-tab>li.active>a:before {
        background: #444;
        background: rgba(255, 255, 255, .2)
    }
    .accordion-tab>li>a .open-sub,
    .products-tab .accordion-tab>li>a .open-sub {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 45px
    }
    .accordion-tab>li>a .open-sub:after,
    .accordion-tab>li>a .open-sub:before,
    .products-tab .accordion-tab>li>a .open-sub:after,
    .products-tab .accordion-tab>li>a .open-sub:before {
        background: #1e1e1e;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin: 19px 0 0 15px;
        position: absolute;
        top: 0;
        width: 16px
    }
    .accordion-tab>li>a .open-sub:after,
    .products-tab .accordion-tab>li>a .open-sub:after {
        height: 16px;
        margin: 12px 0 0 22px;
        width: 2px
    }
    .accordion-tab>.active>a .open-sub:after,
    .accordion-tab>.active>a .open-sub:before,
    .products-tab .accordion-tab>.active>a .open-sub:after,
    .products-tab .accordion-tab>.active>a .open-sub:before {
        background: #fff
    }
    .accordion-tab>.active>a .open-sub:after,
    .products-tab .accordion-tab>.active>a .open-sub:after {
        display: none
    }
    .accordion-tab .tab-pane {
        border: 0 none;
        display: none;
        font-size: 13px;
        padding: 20px 0 30px
    }
    .products-tab .accordion-tab .tab-pane {
        background: 0 0
    }
    .promo-partners .manufactures {
        text-align: center
    }
    .page-header {
        margin-bottom: 40px
    }
    .image-box {
        margin: 0 auto 40px;
        max-width: 470px
    }
    .double-product,
    .product {
        width: 300px
    }
    .double-product .product {
        max-width: 100%
    }
    .product.product-mini {
        width: 250px
    }
    .product-page .image-box .thumblist-box {
        max-height: 80px;
        padding: 0 45px
    }
    .product-page .image-box #thumblist a {
        height: 70px;
        width: 70px
    }
    .product-page .col-md-7 .price-box {
        font-size: 40px
    }
    .product-page .add-cart-form {
        margin-bottom: 0
    }
    .product-page .add-cart-form .add-cart,
    .product-page .add-cart-form .number {
        margin-bottom: 40px
    }
    .product-page .product-tab {
        margin: 40px 0
    }
    .product-page .product-tab .tab-pane {
        padding: 20px 0
    }
    .product-page .product-options-table table td,
    .product-page .product-options-table table td.qty,
    .product-page .product-options-table table th {
        padding-left: 15px;
        padding-right: 15px
    }
    .product-options-detail .add-cart {
        display: block;
        float: none;
        margin: 20px 0 0;
        min-width: inherit
    }
    #car-bottom {
        margin-bottom: 0
    }
    #checkoutsteps {
        margin-bottom: 40px
    }
    .login .new-costumers {
        padding: 0 0 40px
    }
    .map-box .contact-info {
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        top: 0
    }
    .box-404 {
        border-radius: 150px;
        height: 300px;
        margin: 0 auto 40px;
        padding: 75px 0 0;
        width: 300px
    }
    .box-404 h1 {
        font-size: 120px
    }
    .team-box {
        text-align: center
    }
    .list-images {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
        text-align: center
    }
    .list-images>.col-md-4 {
        display: inline-block;
        margin: 0 0 20px;
        text-align: left;
        width: 170px
    }
    .gallery .images-box {
        text-align: center
    }
    .gallery-images {
        display: inline-block
    }
    .gallery-images .bg-images {
        text-align: left
    }
    .year-regulator .layout-slider {
        width: 240px
    }
    .work-one .description {
        margin-bottom: 15px
    }
    .work-box+.work-box {
        margin-top: 40px
    }
    .employee {
        max-width: 300px
    }
    .employee-single {
        width: 100%
    }
    .employee-single .images-box {
        display: block;
        max-width: 430px
    }
    .employee-single .images-box.pull-right {
        float: right;
        margin: 0 0 10px 20px
    }
    .respond-carousel .carousel [class*=span] {
        margin-left: 2px;
        margin-right: 2px
    }
    #count-down .county-days-wrapper,
    #count-down .county-hours-wrapper,
    #count-down .county-minutes-wrapper,
    #count-down .county-seconds-wrapper {
        height: 80px
    }
    #count-down .county-days,
    #count-down .county-hours,
    #count-down .county-minutes,
    #count-down .county-seconds {
        line-height: 80px
    }
    .page-404-promo #main .title h1 {
        font-size: 120px
    }
    .page-404-promo #main .content .back-home {
        padding: 10px 20px 10px 10px
    }
    .timeline:before {
        left: 20px
    }
    .timeline .post,
    .timeline .post:nth-child(even) {
        margin: 0;
        padding: 0 0 30px 60px;
        width: 100%
    }
    .timeline .post .timeline-time,
    .timeline .post:nth-child(even) .timeline-time {
        left: 0;
        margin: 0 0 5px;
        position: relative;
        right: 0;
        text-align: left
    }
    .timeline .post .timeline-icon {
        left: 0;
        margin: 22px 0 0
    }
    .timeline .post .timeline-content:before,
    .timeline .post:nth-child(even) .timeline-content:before {
        border: 15px solid transparent;
        border-right-color: #ccc;
        left: -30px;
        right: auto
    }
    .timeline .post .timeline-content:after,
    .timeline .post:nth-child(even) .timeline-content:after {
        border: 14px solid transparent;
        border-right-color: #fff;
        left: -28px;
        right: auto
    }
    .timeline .post .timeline-content.bg:before,
    .timeline .post .timeline-content.border:before {
        border: 15px solid transparent;
        border-right-color: #ccc
    }
    .timeline .post .timeline-content.bg-danger:before,
    .timeline .post .timeline-content.border-danger:before,
    .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
    .timeline .post:nth-child(even) .timeline-content.border-danger:before {
        border-right-color: #ec018c
    }
    .timeline .post .timeline-content.bg-warning:before,
    .timeline .post .timeline-content.border-warning:before,
    .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
    .timeline .post:nth-child(even) .timeline-content.border-warning:before {
        border-right-color: #f89406
    }
    .timeline .post .timeline-content.bg-info:before,
    .timeline .post .timeline-content.border-info:before,
    .timeline .post:nth-child(even) .timeline-content.bg-info:before,
    .timeline .post:nth-child(even) .timeline-content.border-info:before {
        border-right-color: #00b9f2
    }
    .timeline .post .timeline-content.bg-success:before,
    .timeline .post .timeline-content.border-success:before,
    .timeline .post:nth-child(even) .timeline-content.bg-success:before,
    .timeline .post:nth-child(even) .timeline-content.border-success:before {
        border-right-color: #738d00
    }
    .timeline .post .timeline-content.bg-primary:before,
    .timeline .post .timeline-content.border-primary:before,
    .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
    .timeline .post:nth-child(even) .timeline-content.border-primary:before {
        border-right-color: #428bca
    }
    .timeline .post .timeline-content .entry-content img {
        width: 100%
    }
    #footer {
        margin-top: 0
    }
    #footer .sidebar {
        margin-top: 0
    }
    #footer .footer-top {
        padding-bottom: 0
    }
    #footer .footer-top .col-md-3 {
        margin-bottom: 36px;
        overflow: hidden
    }
    #footer .footer-bottom .col-md-3 {
        overflow: hidden
    }
    #footer .footer-bottom .copyright {
        padding: 17px 0;
        text-align: center
    }
    #footer .phone .title {
        display: block
    }
    #footer .address {
        float: right
    }
    #footer .up {
        float: none;
        margin: 0 auto
    }
    #count-down {
        text-align: center
    }
    #count-down .county-days,
    #count-down .county-hours,
    #count-down .county-minutes,
    #count-down .county-seconds {
        font-size: 30px
    }
}

.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
    background-color: #ccc;
    color: #fbfbfb
}

.touch-device #footer .up:hover {
    background: #c6c6c6
}

.touch-device .work:hover {
    text-shadow: 0 1px #000
}

.touch-device .work:hover .work-title {
    bottom: 37px;
    color: #fff
}

.touch-device .work:hover .bg-hover {
    opacity: 0
}

.touch-device.fixed-header .page-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transition: none !important;
    transition: none !important
}

.touch-device.boxed.fixed-header .header,
.touch-device.boxed.fixed-header.fixed .header,
.touch-device.fixed-header .header,
.touch-device.hidden-top.visible-top .header {
    box-shadow: none;
    position: static;
    top: inherit;
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit
}

.touch-device.hidden-top {
    -webkit-transition: all 0 linear;
    transition: all 0 linear
}

.touch-device.hidden-top .page-box,
.touch-device.hidden-top.visible-top .page-box {
    padding-top: 0
}

.touch-device.boxed.fixed-header.fixed-top #top-box,
.touch-device.boxed.fixed-header.fixed-top.fixed #top-box,
.touch-device.boxed.hidden-top #top-box,
.touch-device.fixed-top #top-box,
.touch-device.hidden-top #top-box {
    margin-top: 0;
    margin-bottom: 0;
    position: static
}

.touch-device.boxed.hidden-top .header,
.touch-device.hidden-top .header {
    margin-top: 0;
    position: inherit;
    top: 0
}

.boxed.fixed-header.fixed-top #top-box,
.boxed.fixed-header.fixed-top.fixed #top-box {
    margin-top: 0;
    margin-bottom: 0;
    position: static
}

.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
    background-color: #ccc;
    color: #fbfbfb
}

.touch-device .carousel-box .next:hover polygon,
.touch-device .carousel-box .prev:hover polygon {
    fill: #fbfbfb
}

.touch-device .slider .slider-nav .next,
.touch-device .slider .slider-nav .prev {
    opacity: 1;
    visibility: visible
}

.touch-device .slider .slider-nav .next:hover,
.touch-device .slider .slider-nav .prev:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    opacity: 1;
    visibility: visible
}

.touch-device .slider .slider-nav .next:hover polygon,
.touch-device .slider .slider-nav .prev:hover polygon {
    fill: #838383
}

.touch-device .switches a:hover {
    background: #fff;
    background: rgba(255, 255, 255, .1)
}

.touch-device .switches a.selected {
    background: #fff;
    background: rgba(255, 255, 255, .5)
}

.touch-device .panel-group .panel .panel-heading>.panel-title>button:hover,
.touch-device .panel-group .panel-default .panel-heading>.panel-title>a:hover {
    background-color: #f2f2f2
}

.touch-device .panel-group .panel-primary .panel-heading>.panel-title>a:hover {
    background-color: #3db9f2
}

.touch-device .panel-group .panel-success .panel-heading>.panel-title>a:hover {
    background-color: #738d00
}

.touch-device .panel-group .panel-info .panel-heading>.panel-title>a:hover {
    background-color: #00b9f2
}

.touch-device .panel-group .panel-warning .panel-heading>.panel-title>a:hover {
    background-color: #f89406
}

.touch-device .panel-group .panel-danger .panel-heading>.panel-title>a:hover {
    background-color: #ec018c
}

.touch-device .filter-buttons a:hover {
    opacity: 1
}

.touch-device .gallery-images:hover>.bg-images {
    background: 0 0
}

.touch-device .post.carousel .carousel-box .next,
.touch-device .post.carousel .carousel-box .prev {
    display: none !important
}

.fancybox-margin .touch-device.fixed-header #top-box,
.fancybox-margin .touch-device.fixed-header .header {
    left: 0
}

.touch-device .fancybox-wrap {
    position: fixed !important;
    -webkit-overflow-scrolling: touch !important;
    top: 20px !important
}

#shownotifications:after {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #000;
    border-width: 5px;
    margin-left: -5px
}

.uyemenu {
    margin: 0 5px 15px 0;
    background: #f8f8f8;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-size: 11px;
    color: #444
}

.info_content {
    padding: 22px 0
}

.info_content a,
.info_content a:hover {
    text-decoration: none !important
}

.item_feature {
    margin-bottom: 40px
}

.menu_active,
.uyemenu:hover {
    background: #ec018c;
    color: #fff;
    text-decoration: none
}

.menu_active i,
.uyemenu:hover i {
    color: #fff !important
}

.uyemenu i {
    display: block;
    margin: 5px;
    color: #ec018c
}

.uyemenu .num {
    top: -10px;
    right: 0;
    position: absolute;
    font-size: 10px;
    background: #6fac2e
}

.padding5 {
    padding-right: 5px !important;
    padding-left: 5px !important
}

div.credit-card {
    margin: 30px auto;
    max-width: 400px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px
}

div.credit-card div.card-type {
    float: right;
    padding: 10px 20px;
    font-size: 1.2em
}

div.credit-card div.card-icon {
    float: left;
    padding: 7px;
    font-size: 1.2em
}

div.credit-card div.card-number {
    padding: 10px;
    background-color: #ccc;
    font-size: 1.6em;
    text-align: center;
    clear: both
}

div.credit-card div.card-start {
    float: left;
    padding: 20px 0 50px 50px;
    font-size: 1.3em;
    text-align: right
}

div.credit-card div.card-expiry {
    float: right;
    padding: 20px 50px 50px 0;
    height: 120px;
    font-size: 1.3em;
    text-align: right
}

div.credit-card div.end {
    clear: both
}

@media (max-width:600px) {
    div.credit-card {
        max-width: 250px
    }
    div.credit-card div.card-type {
        font-size: 1em
    }
    div.credit-card div.card-icon {
        font-size: 1em
    }
    div.credit-card div.card-number {
        padding: 6px 10px;
        font-size: 1.2em
    }
    div.credit-card div.card-start {
        padding: 20px 0 30px 50px;
        font-size: .9em
    }
    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0;
        height: 80px;
        font-size: .9em
    }
}

.auth3d-area {
    border: 1px solid #fff
}

.submit-3d {
    width: 80%;
    border: 1px solid #fff
}

.ticket-attachments-message {
    padding-top: 4px;
    font-size: .8em
}

.ticket-reply {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #efefef;
    background-color: #fff
}

.ticket-reply.staff {
    border: 1px solid #cce4fc
}

.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: .8em
}

.ticket-reply .user {
    padding: 5px 0;
    background-color: #f8f8f8
}

.ticket-reply.staff .user {
    background-color: #f2f9ff
}

.ticket-reply .user i {
    float: left;
    font-size: 2.2em;
    padding: 2px 15px
}

.ticket-reply .user .name {
    display: block;
    font-size: .9em
}

.ticket-reply .user .type {
    display: block;
    font-weight: 700;
    font-size: .8em
}

.ticket-reply .message {
    padding: 12px 15px
}

.ticket-reply .rating {
    float: right;
    padding: 5px 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 24px
}

.ticket-reply .rating span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.ticket-reply .rating span.star:hover {
    cursor: pointer
}

.ticket-reply .rating span.star:before {
    content: "\f006";
    padding-right: 0;
    color: #999
}

.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover~span.star:before {
    content: "\f005";
    color: #f2de88
}

.ticket-reply .attachments {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px dashed #efefef;
    background-color: #f8f8f8;
    font-size: .8em
}

.ticket-reply .attachments ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none
}

.ticket-reply .clear {
    clear: both
}

.ticket-details-children {
    border: 0
}

.ticket-details-children:last-child {
    border-bottom: 1px solid #ddd
}

.ticketfeedbackstaffcont {
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.ticketfeedbackrating {
    padding: 0 100px
}

.ticketfeedbackrating .rate {
    float: left;
    padding: 0 10px;
    min-width: 30px;
    text-align: center
}

@media (max-width:991px) {
    .panel-actions {
        border: 0;
        box-shadow: none
    }
    .panel-actions>.panel-heading>.panel-title {
        display: inline
    }
    .panel-actions>.panel-heading {
        border-radius: 3px
    }
    .panel-actions>.list-group {
        padding: 10px;
        overflow-x: scroll;
        overflow-y: none;
        white-space: nowrap
    }
    .panel-actions>.list-group .list-group-item {
        display: inline-block;
        border: 1px solid #ddd !important;
        border-radius: 3px !important;
        white-space: nowrap;
        text-align: center;
        padding: 5px 25px;
        margin: 2px
    }
    .panel-actions>.list-group .list-group-item>.badge {
        float: none;
        margin: -2px 0 0 10px
    }
}

.panel-collapsable>.panel-heading {
    cursor: pointer
}

.panel-collapsable>.panel-body-collapsed {
    display: none
}

@media (max-width:600px) {
    .h1,
    h1 {
        font-size: 32px
    }
    .h2,
    h2 {
        font-size: 24px
    }
    .h3,
    h3 {
        font-size: 22px
    }
    .h4,
    h4 {
        font-size: 18px
    }
    .h5,
    h5 {
        font-size: 16px
    }
    .h6,
    h6 {
        font-size: 14px
    }
    div.header-lined small {
        display: none
    }
}

.table code {
    font-size: 13px;
    font-weight: 400
}

.btn-outline {
    color: #563d7c;
    background-color: transparent;
    border-color: #563d7c
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    background-color: #563d7c;
    border-color: #563d7c
}

.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #cdbfe3
}

.btn-outline-inverse:active,
.btn-outline-inverse:focus,
.btn-outline-inverse:hover {
    color: #563d7c;
    text-shadow: none;
    background-color: #fff;
    border-color: #fff
}

.half-rule {
    width: 100px;
    margin: 40px auto
}

h1[id] {
    margin-top: 0;
    padding-top: 20px
}

.show-grid {
    margin-bottom: 15px
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2)
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px
}

.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap
}

.highlight pre code {
    font-size: inherit;
    color: #333
}

.highlight pre .lineno {
    display: inline-block;
    width: 22px;
    padding-right: 5px;
    margin-right: 10px;
    text-align: right;
    color: #bebec5
}

.table-responsive .highlight pre {
    white-space: normal
}

.bs-table th small,
.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999
}

.responsive-utilities tbody th {
    font-weight: 400
}

.responsive-utilities td {
    text-align: center
}

.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8 !important
}

.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9 !important
}

.responsive-utilities-test {
    margin-top: 5px
}

.responsive-utilities-test .col-xs-6 {
    margin-bottom: 10px
}

.responsive-utilities-test span {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    border-radius: 4px
}

.hidden-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-lg,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-xs {
    color: #999;
    border: 1px solid #ddd
}

.hidden-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-lg,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-xs {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6
}

#focusedInput {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.hll {
    background-color: #ffc
}

.c {
    color: #999
}

.err {
    color: #a00;
    background-color: #faa
}

.k {
    color: #069
}

.o {
    color: #555
}

.cm {
    color: #999
}

.cp {
    color: #099
}

.c1 {
    color: #999
}

.cs {
    color: #999
}

.gd {
    background-color: #fcc;
    border: 1px solid #c00
}

.ge {
    font-style: italic
}

.gr {
    color: red
}

.gh {
    color: #030
}

.gi {
    background-color: #cfc;
    border: 1px solid #0c0
}

.go {
    color: #aaa
}

.gp {
    color: #009
}

.gu {
    color: #030
}

.gt {
    color: #9c6
}

.kc {
    color: #069
}

.kd {
    color: #069
}

.kn {
    color: #069
}

.kp {
    color: #069
}

.kr {
    color: #069
}

.kt {
    color: #078
}

.m {
    color: #f60
}

.s {
    color: #d44950
}

.na {
    color: #4f9fcf
}

.nb {
    color: #366
}

.nc {
    color: #0a8
}

.no {
    color: #360
}

.nd {
    color: #99f
}

.ni {
    color: #999
}

.ne {
    color: #c00
}

.nf {
    color: #c0f
}

.nl {
    color: #99f
}

.nn {
    color: #0cf
}

.nt {
    color: #2f6f9f
}

.nv {
    color: #033
}

.ow {
    color: #000
}

.w {
    color: #bbb
}

.mf {
    color: #f60
}

.mh {
    color: #f60
}

.mi {
    color: #f60
}

.mo {
    color: #f60
}

.sb {
    color: #c30
}

.sc {
    color: #c30
}

.sd {
    color: #c30;
    font-style: italic
}

.s2 {
    color: #c30
}

.se {
    color: #c30
}

.sh {
    color: #c30
}

.si {
    color: #a00
}

.sx {
    color: #c30
}

.sr {
    color: #3aa
}

.s1 {
    color: #c30
}

.ss {
    color: #fc3
}

.bp {
    color: #366
}

.vc {
    color: #033
}

.vg {
    color: #033
}

.vi {
    color: #033
}

.il {
    color: #f60
}

.css .nt+.nt,
.css .o,
.css .o+.nt {
    color: #999
}

.overlay.zero {
    opacity: 0 !important
}

.overlay.overlay-100 {
    opacity: 1 !important
}

.background-red {
    background-color: #ec018c !important
}

.background-green {
    background-color: #84a200 !important
}

#full-width-box-pricing,
#full-width-box-pricing-second {
    padding-bottom: 36px
}

.cm-gradient {
    background: #850066;
    background: -moz-linear-gradient(top, #850066 0, #ea7861 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #850066), color-stop(100%, #ea7861));
    background: -webkit-linear-gradient(top, #850066 0, #ea7861 100%);
    background: -o-linear-gradient(top, #850066 0, #ea7861 100%);
    background: -ms-linear-gradient(top, #850066 0, #ea7861 100%);
    background: linear-gradient(to bottom, #850066 0, #ea7861 100%)
}

.cm-margin-top {
    margin-top: 66px
}

.cm-margin-bottom {
    margin-bottom: 76px
}

.cm-padding-bottom-36 {
    padding-bottom: 36px
}

.slider.rs-slider .cm-description-2 {
    padding-right: 110px
}

#cm-blured-box .content-box {
    margin-top: 90px;
    margin-bottom: 20px
}

#cm-video-bg .white.text-center {
    padding-top: 44px;
    padding-bottom: 70px
}

#cm-home-promo-section .container,
#cm-our-skills .container {
    padding-top: 66px;
    padding-bottom: 66px
}

.header .logo img {
    width: 240px
}

#modal-2 .modal-content {
    background: url(../../content/img/modal.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

#home {
    padding: 0
}

#top-box.cm-top-box {
    background: #fb7e3e;
    background: -moz-linear-gradient(left, #fb7e3e 0, #ac2c77 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fb7e3e), color-stop(100%, #ac2c77));
    background: -webkit-linear-gradient(left, #fb7e3e 0, #ac2c77 100%);
    background: -o-linear-gradient(left, #fb7e3e 0, #ac2c77 100%);
    background: -ms-linear-gradient(left, #fb7e3e 0, #ac2c77 100%);
    background: linear-gradient(to right, #fb7e3e 0, #ac2c77 100%)
}

@media (max-width:979px) {
    .full-width-box .services.row {
        margin-left: 0
    }
    .full-width-box .services.row>.col-sm-3 {
        margin-left: 0;
        width: 100%
    }
    #cm-blured-box .content-box {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .cm-margin-bottom {
        margin-bottom: 40px
    }
    .cm-margin-top {
        margin-top: 36px
    }
    #full-width-box-pricing,
    #full-width-box-pricing-second,
    .cm-padding-bottom-36 {
        padding-bottom: 0
    }
    #cm-video-bg .white.text-center {
        padding-top: 0;
        padding-bottom: 15px
    }
    #cm-home-promo-section .container,
    #cm-our-skills .container {
        padding-top: 0;
        padding-bottom: 0
    }
}

#catalog .category-img .description,
#footer .up:hover,
#top-box .top-box-wrapper,
.accordion-tab>li>a .open-sub:after,
.accordion-tab>li>a .open-sub:before,
.banner-set .pagination a:hover,
.btn-default,
.btn-group.open .btn-default.dropdown-toggle,
.carousel-box .next:hover,
.carousel-box .pagination a:hover,
.carousel-box .prev:hover,
.employee .employee-hover,
.fancybox-nav span:hover,
.header .header-wrapper .primary .navbar .btn-navbar .icon-bar,
.list .product .actions a:hover,
.minimized-menu .primary .navbar .nav .open-sub span,
.minimized-menu .primary .navbar .nav>.parent.active:hover>a,
.minimized-menu .primary .navbar .nav>.parent.active>a,
.new-radio.checked span,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.panel-group .active.panel .panel-heading>.panel-title>a,
.panel-group .active.panel .panel-heading>.panel-title>a:hover,
.panel-group .panel-default .panel-heading>.panel-title>a:after,
.panel-group .panel-default .panel-heading>.panel-title>a:before,
.product .actions.not-rotation-actions,
.product .limit-offer,
.product .product-hover,
.product-bottom .related-products header:before,
.product-page .col-md-7 .actions a:hover,
.product-page .image-box .thumblist-box .next:hover,
.product-page .image-box .thumblist-box .prev:hover,
.products-tab .accordion-tab>li>a .open-sub:after,
.products-tab .accordion-tab>li>a .open-sub:before,
.progressive-slider-two .pagination .selected,
.progressive-slider-two .pagination a,
.progressive-slider-two .pagination a:hover,
.sidebar .banners .banner-text,
.sidebar .calendar-wrap caption,
.sidebar .menu li.active>a,
.sidebar .menu li.parent>a .open-sub:after,
.sidebar .menu li.parent>a .open-sub:before,
.sidebar .tags a,
.sidebar .tags a:hover,
.slider .slider-nav,
.slider.rs-slider .tparrows,
.slider.rs-slider .tparrows:hover,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .up-down,
.toolbar .up-down.active {
    background-color: #bcbbbe
}

.slider .slider-nav {
    background-color: rgba(0, 152, 202, .97)
}

.product .actions.not-rotation-actions,
.product .limit-offer {
    background-color: rgba(0, 152, 202, .9)
}

.btn.btn-default.active,
.btn.btn-default.disabled,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default[disabled] {
    background-color: #00b9f2;
    background-color: rgba(0, 152, 202, .8)
}

#catalog .category-img .description,
.btn-group.open .btn-default.dropdown-toggle,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>span:hover,
.sidebar .tags a,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .up-down,
.toolbar .up-down.active {
    background-color: rgba(0, 152, 202, .7)
}

.sidebar .banners .banner-text {
    background-color: rgba(0, 152, 202, .65)
}

.product-page .add-cart-form .number .regulator a:hover,
.progressive-slider-two .pagination a,
.slider.rs-slider .tparrows {
    background-color: rgba(0, 152, 202, .5)
}

.pricing .bottom-box {
    background-color: rgba(0, 152, 202, .05)
}

.pricing:before {
    background-color: rgba(0, 152, 202, .06)
}

.btn-default {
    color: #212529 !important;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn.btn-border,
.btn.btn-default,
.minimized-menu .primary .navbar .nav>.parent.active:hover>a,
.minimized-menu .primary .navbar .nav>.parent.active>a {
    border-color: #dedede
}

.btn.btn-default.active,
.btn.btn-default.disabled,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default[disabled] {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.pricing .bottom-box,
.pricing .options li {
    border-color: rgba(0, 152, 202, .1)
}

#footer .newsletter input:focus+.submit,
.banner-set .next:hover,
.banner-set .prev:hover,
.big-icon,
.big-icon:visited,
.box-404 h1,
.btn.btn-border,
.btn.btn-border .caret,
.close:focus,
.close:hover,
.features-block .header-box,
.features-block .header-box .icon-box,
.gallery-images:hover .bg-images i:before,
.header .header-wrapper .cart-header .dropdown-toggle,
.icon,
.img-thumbnail:hover .bg-images i:before,
.one-page .header .header-wrapper .primary .navbar .navbar-collapse .nav .active,
.package .price-box .icon,
.package .price-box .price,
.package .title a,
.pricing .options li span,
.pricing .options li.active,
.pricing .title a,
.product-remove:hover,
.service .icon,
.sidebar .newsletter input:focus+.submit,
.sidebar .section .selected .close:hover {
    color: #00b9f2
}

.pricing .bottom-box .more {
    color: rgba(0, 152, 202, .7)
}

.pricing .options li {
    color: rgba(0, 152, 202, .4)
}

.header .header-wrapper .cart-header .dropdown-toggle .icon svg path,
.header .search-form .search-submit svg path,
.jslider .jslider-pointer svg path,
.new-checkbox svg polygon,
.phone-header a svg path,
.product .actions a svg path,
.product-bottom .related-products li .button-box .wishlist:hover svg path,
.rating-box .rating svg polygon,
.search-header a svg path,
.search-result .search-form .search-submit svg path,
.sidebar .wishlist .add-cart:hover path {
    fill: #00b9f2
}

.banner-set .pagination a.selected,
.carousel-box .pagination a.selected {
    background: #ccc;
    background: rgba(0, 0, 0, .3)
}

@media (max-width:768px) {
    .accordion-tab>li.active:hover>a,
    .accordion-tab>li.active>a,
    .accordion-tab>li.active>a:focus,
    .accordion-tab>li.active>a:hover,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a,
    .products-tab .accordion-tab>li.active:hover>a,
    .products-tab .accordion-tab>li.active>a {
        background-color: #00b9f2
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a,
    .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a {
        border-color: #00b9f2
    }
}

.btn-group.btn-select .dropdown-toggle,
.employee .employee-hover,
.product .product-hover,
.slider .slid-content,
.top-navbar .nav>li a {
    color: #fff
}

.product .product-hover ul li {
    background-image: url(../../img/svg/check-icon-white.svg), none
}

.internalpadding strong {
    min-width: 100px;
    display: inline-block;
    padding: 8px 0
}

.ssl-comodo {
    background: url(../img/sslbrand.png) no-repeat 0 10px;
    width: 98px;
    height: 40px;
    float: left;
    background-size: 125%
}

.ssl-rapidssl {
    background: url(../img/sslbrand.png) no-repeat 0 -128px;
    width: 98px;
    height: 40px;
    float: left;
    background-size: 125%
}

.ssl-geotrust {
    background: url(../img/sslbrand.png) no-repeat 0 -60px;
    width: 98px;
    height: 40px;
    float: left;
    background-size: 125%
}

.ssl-thawte {
    background: url(../img/sslbrand.png) no-repeat 0 -270px;
    width: 98px;
    height: 40px;
    float: left;
    background-size: 125%
}

.newbg1 {
    background-image: url(../img/newbg1.jpg)
}

.newbg2 {
    background-image: url(../img/newbg2.jpg)
}

.newbg3 {
    background-image: url(../img/newbg3.jpg)
}

.newbg4 {
    background-image: url(../img/newbg4.jpg)
}

.newbg5 {
    background-image: url(../img/newbg5.jpg)
}

.newbg6 {
    background-image: url(../img/newbg6.jpg)
}

.newbg7 {
    background-image: url(../img/newbg7.jpg)
}

.newbg8 {
    background-image: url(../img/newbg8.jpg)
}

.newbg9 {
    background-image: url(../img/newbg9.jpg)
}

.newbg10 {
    background-image: url(../img/newbg10.jpg)
}

.newbg11 {
    background-image: url(../img/newbg11.jpg)
}

.fiberbg1 {
    background-image: url(../img/fiber_bg1.jpg)
}

.fiberbg2 {
    background-image: url(../img/fiber_bg2.jpg)
}

.fiberbg3 {
    background-image: url(../img/fiber_bg3.jpg)
}

.fiberbg4 {
    background-image: url(../img/fiber_bg4.jpg)
}

.fiberbg5 {
    background-image: url(../img/fiber_bg5.jpg)
}

.fiberbg6 {
    background-image: url(../img/fiber_bg6.jpg)
}

.fiberbg7 {
    background-image: url(../img/fiber_bg7.jpg)
}

.fiberbg8 {
    background-image: url(../img/fiber_bg8.jpg)
}

.fiberbg9 {
    background-image: url(../img/fiber_bg9.jpg)
}

.fiberbg10 {
    background-image: url(../img/fiber_bg10.jpg)
}

.fiberbg11 {
    background-image: url(../img/fiber_bg11.jpg)
}

.fiberbg12 {
    background-image: url(../img/fiber_bg12.jpg)
}

.fiberbg13 {
    background-image: url(../img/fiber_bg13.jpg)
}

div.leftcontainer {
    float: left;
    width: 190px
}

div.centercontainer {
    float: left;
    width: 700px
}

ul.mg_mainmenu {
    list-style-type: none
}

ul.mg_mainmenu li {
    padding: 2px 0
}

ul.mg_mainmenu li.back {
    padding-bottom: 20px
}

ul.mg_mainmenu a.selected {
    font-weight: 700;
    color: #000
}

.form-container input,
.form-container select {
    margin: 0 5px
}

div.form-container>div {
    margin-bottom: 0;
    width: 100%
}

div.form-container table,
table td,
table tr {
    border: none
}

table#show_ftpusers_table th {
    text-align: center;
    margin-bottom: 40px
}

.manage_img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px
}

.modify_link {
    color: #004a95
}

.modify_link:hover {
    text-decoration: underline;
    cursor: pointer
}

.close_link {
    color: #004a95;
    text-decaration: underline
}

.close_link:hover {
    text-decoration: underline;
    cursor: pointer
}

.modify_msg_ok {
    color: green;
    text-align: center
}

.modify_msg_ok span {
    float: left
}

.modify_msg_error {
    color: red;
    text-align: center
}

.modify_msg_error span {
    float: left
}

.modify_msg_row span {
    float: left
}

.click_to_close_error {
    color: #004a95
}

.click_to_close_error:hover {
    color: #004a95;
    text-decoration: underline;
    cursor: pointer
}

.click_to_close_ok {
    color: #004a95
}

.click_to_close_ok:hover {
    color: #004a95;
    text-decoration: underline;
    cursor: pointer
}

.cancel_link {
    color: #c00;
    padding: 5px 20px;
    font-weight: 700
}

.cancel_link:hover {
    text-decoration: underline;
    cursor: pointer
}

.results_info_ok {
    background: green
}

.form-container table {
    border: 0 !important
}

.form-container table td {
    border: 0 !important
}

table#show_ftpusers_table {
    margin-top: 20px;
    margin-bottom: 60px
}

img.loader {
    height: 20px;
    width: 20px
}

.add_ftp_error img {
    margin-right: 10px
}

.ftp_quota_field input#chg_ftp_quota_1 {
    margin-right: 5px;
    float: left
}

.ftp_quota_field input#chg_ftp_quota_2 {
    margin-right: 5px;
    margin-left: 15px;
    float: left
}

.ftp_quota_field input#chg_ftp_quota_value {
    width: 50px
}

.ftp_quota_field * {
    float: left
}

.email_quota_field input#chg_email_quota_1 {
    margin-right: 5px;
    float: left
}

.email_quota_field input#chg_email_quota_2 {
    margin-right: 5px;
    margin-left: 15px;
    float: left
}

.email_quota_field input#chg_email_quota_value {
    width: 50px
}

.email_quota_field * {
    float: left
}

.modify_row {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eff2f3
}

#add_db_table,
#add_user_table,
#ca_ssl,
#create_account_table,
#create_email_account_table,
#create_subdomain_table,
#current_db_chg_privileges_row,
#current_db_delete_row,
#db_search_table,
#email_accounts_chg_passwd_row,
#email_accounts_chg_quota_row,
#email_accounts_delete_row,
#ftp_accounts_search,
#func_ssl,
#modify_job_delete_row,
#modify_job_edit_row,
#modify_subdomain_row,
#modify_user_delete_row,
#modify_user_edit_row,
#search_email_account_table,
#search_subdomain_table,
#stat_ssl,
#subdomain_redirection_row,
#subdomain_remove_row,
#user_to_db_table {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eff2f3
}

#add_db_table,
#addondomains_search,
#create_addondomain_table,
#create_aforward_table,
#create_dforward_table,
#create_parkeddomain_table,
#ef_search,
#parkeddomains_search,
#search_aforward_table,
#search_dforward_table,
#user_search_table {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eff2f3
}

.table-form {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eff2f3
}

.progress_container {
    list-style: none;
    margin-left: 0
}

.progress_container li {
    clear: both
}

.progress_container li .progress_info {
    float: left;
    font-weight: 700
}

.progress_container li .progress_percent {
    float: right;
    font-weight: 700
}

.progress_bar {
    border: groove 1px gray;
    width: 100%;
    height: 20px;
    background: #fff8dc
}

.progress_bar>div {
    height: 20px;
    background: #9acd32
}

.ashowlist_table th {
    padding: 8px 5px !important;
    text-align: left
}

.applisttt td {
    padding: 10px
}

table.ashowlist_table {
    border: 1px solid #ddd !important
}

table.ashowlist_table td,
table.ashowlist_table th {
    border-bottom: 1px solid #ddd !important
}

table.ashowlist_table table td {
    border: 0 !important
}

.appconf td,
.applist .cursor td,
.youapp td {
    padding: 8px 5px !important
}

table.showlist_table {
    border: none;
    width: 100%
}

table.showlist_table td,
table.showlist_table th {
    border-bottom: 1px solid #ddd !important
}

table.showlist_table table td {
    border: 0 !important
}

.success_image {
    display: none
}

.error_image {
    display: none
}

#failed {
    background-color: #ebc0c0;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700 !important;
    border-radius: 10px;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px
}

#success {
    background: #d1f7d7;
    border: 1px solid green;
    padding: 10px;
    text-align: center;
    font: bold 13px Arial !important;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px
}

.button_disabled,
.button_disabled span {
    color: #ccc !important;
    background: #eee !important;
    border-color: #ccc !important
}

.mg.big_button,
.mg.small_button {
    float: left;
    display: block;
    border: none;
    width: auto
}

.mg.small_button.black.right,
.mg.small_button.blue.right {
    background-position: right -1px;
    background-repeat: no-repeat;
    padding: 0 4px 0 2px
}

.mg.small_button.black.bg,
.mg.small_button.blue.bg {
    background-position: center -157px;
    background-repeat: repeat-x;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px 0 5px
}

.mg.small_button.black.bg .ico,
.mg.small_button.blue.bg .ico {
    height: 26px;
    margin: 0 5px 0 0
}

.mg.small_button.black.left:hover,
.mg.small_button.blue.left:hover {
    background-position: left -105px
}

.mg.small_button.black.left:hover .mg.small_button.black.right,
.mg.small_button.blue.left:hover .mg.small_button.blue.right {
    background-position: right -27px
}

.mg.small_button.black.left:hover .mg.small_button.black.right .mg.small_button.black.bg,
.mg.small_button.blue.left:hover .mg.small_button.blue.right .mg.small_button.blue.bg {
    background-position: center -183px
}

.mg.small_button.black.left:active,
.mg.small_button.blue.left:active {
    background-position: left -130px
}

.mg.small_button.black.left:active .mg.small_button.black.right,
.mg.small_button.blue.left:active .mg.small_button.blue.right {
    background-position: right -54px
}

.mg.small_button.black.left:active .mg.small_button.black.right .mg.small_button.black.bg,
.mg.small_button.blue.left:active .mg.small_button.blue.right .mg.small_button.blue.bg {
    background-position: center -209px
}

.mg.small_button.blue {
    background: url(img/blue_sbutton.png)
}

.mg.small_button.blue.left {
    background-position: left -79px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    margin: 0;
    padding: 0
}

.mg.small_button.black {
    background: url(img/black_sbutton.png)
}

.mg.small_button.black.left {
    background-position: left -79px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    margin: 0;
    padding: 0
}

.mg.small_button.black.left,
.mg.small_button.blue.left {
    margin-left: 10px
}

.mg.small_button:hover>a {
    text-decoration: none
}

div.form-container div {
    margin-bottom: 0 !important
}

.cat_img {
    vertical-align: middle;
    margin-right: 5px
}

.btn.small {
    padding: 3px 9px
}

.manage_img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px
}

#management_container {
    text-align: left;
    padding: 10px
}

#management_container div {
    text-align: center
}

#management_container button {
    margin: 7px 0
}

.mg.big_button,
.mg.small_button {
    float: left;
    display: block;
    border: none
}

.mg.big_button.blue {
    background: url(img/blue_bbutton.png)
}

.mg.big_button.blue.left {
    background-position: left -1px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 26px 10px;
    padding: 0
}

.mg.big_button.blue.right {
    background-position: right -140px;
    background-repeat: no-repeat;
    padding: 0 6px
}

.mg.big_button.blue.bg {
    background-position: center -278px;
    background-repeat: repeat-x;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .3);
    text-align: center;
    padding: 0 10px
}

.mg.big_button.blue.left:hover {
    background-position: left -47px
}

.mg.big_button.blue.left:hover .mg.big_button.blue.right {
    background-position: right -186px
}

.mg.big_button.blue.left:hover .mg.big_button.blue.right .mg.big_button.blue.bg {
    background-position: center -324px
}

.mg.big_button.blue.left:active {
    background-position: left -93px
}

.mg.big_button.blue.left:active .mg.big_button.blue.right {
    background-position: right -232px
}

.mg.big_button.blue.left:active .mg.big_button.blue.right .mg.big_button.blue.bg {
    background-position: center -370px
}

.mg.big_button.blue.bg .ico {
    height: 45px
}

.mg.big_button.blue.bg span,
.selected_tab {
    font-weight: 700
}

p.confirm {
    margin: 10px auto;
    text-align: center
}

#content_left .leftcontainer {
    width: 95% !important
}

#content_left ul.mainmenu {
    width: 100% !important;
    padding-top: 30px;
    position: relative
}

#content_left ul.mainmenu li {
    display: inline !important;
    width: 33%;
    float: left
}

#content_left ul.mainmenu li a {
    text-decoration: none
}

#content_left ul.mainmenu li a:hover {
    text-decoration: underline
}

#content_left .leftcontainer ul.mainmenu #small_button {
    position: absolute;
    top: 0;
    left: 32%;
    margin: 0 !important
}

#content_left .leftcontainer ul.mainmenu #small_button a {
    text-decoration: none
}

tr.cursor {
    cursor: pointer
}

.buttons .btn {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0
}

.super_padding td {
    padding: 10px 0 10px 8px;
    text-align: left
}

.super_padding th {
    padding: 6px 0 6px 8px;
    text-align: left
}

#show_ftpusers_table tr td {
    text-align: center
}

#show_emailsforwarders_table th {
    text-align: center
}

#show_emailsforwarders_table td {
    text-align: center
}

.tbody_padding {
    padding-top: 50px;
    padding-bottom: 50px
}

#show_user_table {
    text-align: center
}

#show_db_table {
    text-align: center
}

#modify_parkeddomain_table {
    text-align: center
}

#modify_addondomain_table {
    text-align: center
}

#show_emailusers_table {
    text-align: center
}

.apptable th {
    padding-left: 5px;
    text-align: left
}

.apptable td {
    padding-left: 5px;
    text-align: left
}

#result {
    margin-top: 30px;
    padding-bottom: 30px
}

.info_loader {
    padding-top: 15px
}

.validation_info * {
    float: left
}

#change_ssl_cert,
#change_ssl_status {
    margin-top: -10px
}

#stat_lbl {
    margin-left: 66px
}

#check_lbl,
#setcrt_lbl,
#statinf_lbl {
    margin-left: 20px
}

#newKey,
#newKeyDA {
    margin-bottom: 20px
}

#pass_ca_lbl {
    margin-left: 100px;
    margin-top: 20px
}

.info_table {
    margin-left: 20px;
    display: inline
}

.control-group {
    margin-left: 20px
}

#change_ssl_cert {
    margin-left: 20px
}

#caCert {
    margin-left: -20px
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.domainoptions #domincart,
.domainoptions #domowndomain,
.domainoptions #domregister,
.domainoptions #domtransfer {
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 10px;
    cursor: pointer;
    color: #666;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 400
}

.domainoptions #domowndomain {
    margin-right: 0
}

.domainoptions #domincart.disabled img {
    opacity: .5
}

.domainreginput input[type=text] {
    width: 320px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    color: #555;
    text-indent: 7px
}

#domainincart {
    border: 1px solid #00b9f2 !important
}

#domainincart:before {
    bottom: 100%;
    left: 88%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(77, 212, 253, 0);
    border-bottom-color: #00b9f2 !important;
    border-width: 15px;
    margin-left: -15px
}

#domainregister {
    border: 1px solid #ec018c !important
}

#domainregister input:focus {
    outline: 0
}

#domainregister:before {
    bottom: 100%;
    left: 11%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(154, 210, 104, 0);
    border-bottom-color: #ec018c;
    border-width: 15px;
    margin-left: -15px
}

#domaintransfer {
    border: 1px solid #f89406 !important
}

#domaintransfer:before {
    bottom: 100%;
    left: 37%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 197, 69, 0);
    border-bottom-color: #f89406 !important;
    border-width: 15px;
    margin-left: -15px
}

#domainowndomain {
    border: 1px solid #738d00 !important
}

#domainowndomain:before {
    bottom: 100%;
    left: 63%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 197, 69, 0);
    border-bottom-color: #738d00 !important;
    border-width: 15px;
    margin-left: -15px
}

.son {
    margin-right: 0 !important
}

.checkdomain-pre,
.transferdomain-pre {
    height: 34px !important;
    font-size: 18px !important;
    line-height: 35px !important;
    border: 1px solid #690 !important;
    background: #690 !important;
    color: #fff !important;
    text-shadow: 0 0 1px #240 !important
}

.domaincheck-input,
.domaintransfer-input {
    height: 44px !important;
    border: 1px solid #690 !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33 !important
}

.transferdomain-pre {
    height: 34px !important;
    font-size: 18px !important;
    line-height: 35px !important;
    border: 1px solid #c90 !important;
    background: #c90 !important;
    color: #fff !important;
    text-shadow: 0 0 1px #240 !important
}

.domaintransfer-input {
    border: 1px solid #c90 !important
}

#sepetim .domainreginput {
    padding: 10px;
    min-height: 150px;
    background-color: #fff !important;
    color: #888 !important;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eee
}

#sepetim .domainreginput input {
    padding: 3px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 20px
}

#sepetim .domainreginput input:focus {
    box-shadow: none
}

#sepetim .domainreginput #owndomaintld {
    width: 100%;
    font-size: 15px;
    border-radius: 0
}

#sepetim .domainreginput .seperator {
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 30px
}

#sepetim .domainreginput select,
.domainregperiod select {
    padding: 3px;
    border: 1px solid #ccc;
    width: 75px;
    font-size: 15px;
    border-left: 0;
    padding-left: 5px;
    border-right: 0;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 24px;
    background: #fff url(https://cdn.hosting.com.tr/hosting/img/svg/select.svg) 90% 50% no-repeat
}

#sepetim .domainreginput #incartsld {
    font-size: 20px;
    width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    border-radius: 4px 0 0 4px;
    background: #fff url(https://cdn.hosting.com.tr/hosting/img/svg/select.svg) 97% 50% no-repeat
}

#sepetim .domainavailable {
    color: #9ac003;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

#sepetim .domainunavailable {
    color: #c00;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

#sepetim .domaininvalid {
    color: #c00;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

#sepetim .domainregperiod {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px
}

#sepetim table.domainsuggestions {
    width: 100%
}

#sepetim table.domainsuggestions th {
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 1px;
    line-height: 20px;
    color: #000
}

#sepetim table.domainsuggestions td {
    background-color: #f3f3f3;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    font-size: 12px
}

#siparisozeti {
    font-size: 12px
}

#siparisozeti div.heading {
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    height: 36px
}

#siparisozeti div.heading div.text {
    float: left
}

#siparisozeti #loader {
    float: right;
    display: none
}

#siparisozeti #cartloader {
    float: right
}

#siparisozeti div.urunkutu {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 80px
}

#siparisozeti div.urunkutu:nth-child(odd) {
    background-color: #fcfcfc
}

#siparisozeti div.urunkutu:last-child {
    border-bottom: none
}

#siparisozeti div.itemmanage {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 5px
}

#siparisozeti .itemname {
    display: inline;
    float: left;
    font-size: 15px;
    color: #c33
}

#siparisozeti .itemname a {
    color: #999
}

#siparisozeti .itemname a:hover {
    color: #555
}

#siparisozeti .urunduzenle,
#siparisozeti .urunsil {
    margin-right: 10px;
    display: inline-block
}

#siparisozeti .urunduzenle a,
#siparisozeti .urunsil a {
    font-size: 32px
}

#siparisozeti .detay {
    display: inline-block;
    color: #888;
    width: 100%
}

#siparisozeti .detay .baslik {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    width: 70%
}

#siparisozeti .detay .baslik small {
    color: #666;
    font-size: 12px;
    font-weight: 400
}

#siparisozeti .detay .bilgi {
    display: block;
    color: #888;
    font-size: 11px
}

#siparisozeti .detay .bilgi ul {
    padding-left: 20px;
    margin-bottom: 0
}

#siparisozeti .detay .bilgi b {
    display: inline-block;
    min-width: 25%
}

#siparisozeti .detay .secenekler {
    display: block;
    margin-top: 10px
}

#siparisozeti .urunkutu .seceneklersm {
    position: absolute;
    right: 0;
    top: 34px;
    display: block
}

#siparisozeti .detay .secenekler i {
    font-size: 15px
}

#siparisozeti div.fiyat {
    margin: 5px;
    padding: 0;
    padding-right: 5px;
    right: 0;
    top: 6px;
    font-weight: 700;
    font-size: 15px;
    color: #8a5;
    position: absolute
}

#siparisozeti div.itemend {
    clear: both;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee
}

#siparisozeti div.subtotals {
    text-align: right;
    padding: 0 10px 10px 0;
    margin: 0
}

#siparisozeti div.totalduelabel {
    text-align: right;
    padding: 0 10px 0 0;
    margin: 5px 0 0
}

#siparisozeti div.totaldue {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    padding: 10px;
    line-height: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media (max-width:480px) {
    .domainoptions #domincart,
    .domainoptions #domowndomain,
    .domainoptions #domregister,
    .domainoptions #domtransfer {
        padding: 5px 8px;
        font-size: 12px
    }
    .domainoptions .col-xs-3:first-child {
        padding-left: 15px;
        padding-right: 6px
    }
    .domainoptions .col-xs-3 {
        padding-left: 6px;
        padding-right: 6px
    }
    .domainoptions .col-xs-3:last-child {
        padding-left: 6px;
        padding-right: 15px
    }
    .domainoptions .fa-3x {
        font-size: 30px
    }
    #sepetim .domainreginput {
        padding: 5px !important;
        min-height: 100px !important
    }
    .sepet_header {
        padding: 12px 0 0
    }
    .sepet_header h1 {
        font-size: 24px;
        margin: 0 0 12px
    }
    #sepetim .domainreginput input {
        font-size: 18px;
        border-radius: 4px 0 0 4px;
        box-shadow: none;
        -webkit-appearance: none
    }
    #sepetim .domainreginput #owndomaintld {
        width: 70px
    }
}

.fa-infinite:before {
    content: "\221E";
    font-family: sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 150%;
    top: 3px
}

.currency-changer-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
    top: 3px
}

.currency-changer a:hover {
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.currency-changer.white-link a {
    color: rgba(255, 255, 255, .9)
}

.currency-changer.white-link a:hover {
    color: #fff
}

.currency-changer.black-link a {
    color: #2e5481
}

.currency-changer.black-link a:hover {
    color: #000
}

.currency-changer-btn-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right
}

.item-price {
    position: relative
}

.item-price.USD:before {
    content: "$"
}

.item-price.TRY:after {
    content: "₺"
}

.item-price.TRY.no-icon:after,
.item-price.USD.no-icon:before {
    content: none !important
}

.price-discount:after {
    font-size: 85%
}

.price-discount:before {
    font-size: 85%
}

s,
strike {
    text-decoration: none;
    position: relative;
    display: inline-block
}

s:after,
strike:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 100%;
    transform: rotateZ(-10deg)
}

.kampanya {
    background: #ff0;
    padding: 15px 0;
    font-size: 20px
}

.panel-sidebar {
    border-color: #eee;
    font-size: 15px
}

.panel-sidebar>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 0
}

.panel-sidebar .panel-title {
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #555
}

.panel-sidebar .panel-minimise {
    margin-top: 4px;
    color: #ddd;
    cursor: pointer;
    transition: transform .2s ease
}

.panel-sidebar .panel-minimise.minimised {
    transform: rotate(180deg);
    margin-top: 7px
}

.panel-sidebar>.panel-footer {
    color: #333;
    background-color: #f5f5f5;
    border-top: 0
}

.panel-sidebar .list-group-item {
    line-height: 24px
}

.panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o) {
    float: right;
    line-height: 24px;
    font-size: 18px;
    color: #ccc
}

.panel-sidebar .list-group-item.disabled,
.panel-sidebar .list-group-item.disabled:focus,
.panel-sidebar .list-group-item.disabled:hover {
    background-color: transparent;
    opacity: .5
}

.panel-sidebar a.list-group-item:hover i.fa {
    color: #666 !important
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    background-color: #465054;
    border-color: #465054
}

.panel-sidebar a.list-group-item.active i,
.panel-sidebar a.list-group-item.active:focus i,
.panel-sidebar a.list-group-item.active:hover i {
    color: #fff
}

.panel-sidebar.view-filter-btns .list-group-item.active,
.panel-sidebar.view-filter-btns .list-group-item.active:focus,
.panel-sidebar.view-filter-btns .list-group-item.active:hover {
    background-color: #eee;
    border-color: #eee;
    color: #555
}

.panel-sidebar .recent-ticket {
    line-height: 20px
}

.bottom-line-shadow {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.fixonheader {
    position: relative;
    z-index: 100
}

.fixonheader.fixedable {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 200
}

.fixonheader.fixedable.absolute {
    position: absolute
}

.font-sz-110 {
    font-size: 110%
}

.font-sz-105 {
    font-size: 105%
}

.font-sz-100 {
    font-size: 100%
}

.font-sz-95 {
    font-size: 95%
}

.font-sz-90 {
    font-size: 90%
}

.font-sz-85 {
    font-size: 85%
}

.font-sz-80 {
    font-size: 80%
}

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

.no-margin {
    margin: 0 !important
}

.no-margin-t {
    margin-top: 0 !important
}

.no-margin-l {
    margin-left: 0 !important
}

.no-margin-r {
    margin-right: 0 !important
}

.no-margin-b {
    margin-bottom: 0 !important
}

.margin-5 {
    margin: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-t-5 {
    margin-top: 5px !important
}

.margin-t-10 {
    margin-top: 10px !important
}

.margin-t-15 {
    margin-top: 15px !important
}

.margin-t-20 {
    margin-top: 20px !important
}

.margin-t-25 {
    margin-top: 25px !important
}

.margin-t-30 {
    margin-top: 30px !important
}

.margin-l-5 {
    margin-left: 5px !important
}

.margin-l-10 {
    margin-left: 10px !important
}

.margin-l-15 {
    margin-left: 15px !important
}

.margin-l-20 {
    margin-left: 20px !important
}

.margin-l-25 {
    margin-left: 25px !important
}

.margin-l-30 {
    margin-left: 30px !important
}

.margin-r-5 {
    margin-right: 5px !important
}

.margin-r-10 {
    margin-right: 10px !important
}

.margin-r-15 {
    margin-right: 15px !important
}

.margin-r-20 {
    margin-right: 20px !important
}

.margin-r-25 {
    margin-right: 25px !important
}

.margin-r-30 {
    margin-right: 30px !important
}

.margin-b-5 {
    margin-bottom: 5px !important
}

.margin-b-10 {
    margin-bottom: 10px !important
}

.margin-b-15 {
    margin-bottom: 15px !important
}

.margin-b-20 {
    margin-bottom: 20px !important
}

.margin-b-25 {
    margin-bottom: 25px !important
}

.margin-b-30 {
    margin-bottom: 30px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-t {
    padding-top: 0 !important
}

.no-padding-l {
    padding-left: 0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-b {
    padding-bottom: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-t-5 {
    padding-top: 5px !important
}

.padding-t-10 {
    padding-top: 10px !important
}

.padding-t-15 {
    padding-top: 15px !important
}

.padding-t-20 {
    padding-top: 20px !important
}

.padding-t-25 {
    padding-top: 25px !important
}

.padding-t-30 {
    padding-top: 30px !important
}

.padding-l-5 {
    padding-left: 5px !important
}

.padding-l-10 {
    padding-left: 10px !important
}

.padding-l-15 {
    padding-left: 15px !important
}

.padding-l-20 {
    padding-left: 20px !important
}

.padding-l-25 {
    padding-left: 25px !important
}

.padding-l-30 {
    padding-left: 30px !important
}

.padding-r-5 {
    padding-right: 5px !important
}

.padding-r-10 {
    padding-right: 10px !important
}

.padding-r-15 {
    padding-right: 15px !important
}

.padding-r-20 {
    padding-right: 20px !important
}

.padding-r-25 {
    padding-right: 25px !important
}

.padding-r-30 {
    padding-right: 30px !important
}

.padding-b-5 {
    padding-bottom: 5px !important
}

.padding-b-10 {
    padding-bottom: 10px !important
}

.padding-b-15 {
    padding-bottom: 15px !important
}

.padding-b-20 {
    padding-bottom: 20px !important
}

.padding-b-25 {
    padding-bottom: 25px !important
}

.padding-b-30 {
    padding-bottom: 30px !important
}

.bg-grey {
    background-color: #f0f3f7
}

.bg-white {
    background-color: #fff
}

.bg-primary {
    background-color: #3db9f2
}

.bg-secondary {
    background-color: #6c757d
}

.bg-green,
.bg-success {
    background-color: #28a745
}

.bg-info {
    background-color: #17a2b8
}

.bg-warning {
    background-color: #ffc107
}

.bg-danger {
    background-color: #dc3545
}

.bg-light {
    background-color: #f8f9fa
}

.bg-link {
    background-color: transparent
}

.color-bg-primary {
    color: #3db9f2
}

.color-bg-secondary {
    color: #6c757d
}

.color-bg-success {
    color: #28a745
}

.color-bg-info {
    color: #17a2b8
}

.color-bg-warning {
    color: #ffc107
}

.color-bg-danger {
    color: #dc3545
}

.color-bg-light {
    color: #f8f9fa
}

.border-bg-primary {
    border-color: #3db9f2
}

.border-bg-secondary {
    border-color: #6c757d
}

.border-bg-success {
    border-color: #28a745
}

.border-bg-info {
    border-color: #17a2b8
}

.border-bg-warning {
    border-color: #ffc107
}

.border-bg-danger {
    border-color: #dc3545
}

.border-bg-light {
    border-color: #f8f9fa
}

.border-red {
    border: 1px solid red
}

.border-blue {
    border: 1px solid #00f
}

.border-yellow {
    border: 1px solid #ff0
}

.inline-block {
    display: inline-block
}

.color-cc-mastercard {
    color: #f60
}

.color-cc-visa {
    color: #00a3e4
}

.color-cc-amex {
    color: #2e77bb
}

.color-cc-discover {
    color: #f60
}

.select-border-fix {
    position: relative;
    right: 1px
}

.word-rotate {
    font-weight: 900;
    font-size: 40px;
    height: 55px !important;
    line-height: 55px !important;
    float: left;
    display: inline;
    margin-right: 10px
}

.main-page-full {
    padding: 40px 0 120px;
    position: relative;
    overflow: hidden
}

.main-page-full .main-page {
    padding: 0
}

.main-page-full .main-page h1 {
    font-size: 44px !important;
    margin: 0 0 30px;
    font-weight: 900
}

.main-page-full .main-page form {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .75);
    padding: 12px;
    border-radius: 4px
}

.domain-query-full .domain-query form .domain-search,
.main-page-full .main-page form .domain-search {
    border: none;
    color: #444;
    font-weight: 700;
    font-size: 24px !important;
    border-radius: 4px 0 0 4px !important;
    padding: 20px 15px !important;
    text-shadow: none;
    height: 56px !important
}

.domain-query-full .domain-query form .domain-search::-webkit-input-placeholder,
.main-page-full .main-page form .domain-search::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
    color: #aaa
}

.domain-query-full .domain-query form .domain-search-btn,
.main-page-full .main-page form .domain-search-btn {
    border-radius: 0 4px 4px 0;
    z-index: 4;
    background-color: #ffcb26;
    border: none;
    color: #444;
    font-weight: 800;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: .7px;
    padding: 28px 32px !important;
    text-shadow: none;
    line-height: 0
}

.main-page-full .main-page .properties {
    padding: 20px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.main-page-full .main-page .properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.main-page-full .main-page .properties a {
    color: #ffcb08
}

.main-page-full .main-page .properties ul li {
    cursor: pointer
}

.main-page-full .main-page .properties .paketler {
    background-color: #ffcb08;
    border: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.main-page-full .main-page .properties .price {
    font-size: 72px;
    font-weight: 800;
    display: block;
    color: #fff;
    line-height: 46px
}

.main-page-full .main-page .properties .price small {
    font-size: 50%
}

.main-page-full .main-page .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.main-page-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.main-page-full .bottom-container {
    padding: 10px
}

.main-page-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block
}

.domain-information {
    padding: 40px 0
}

.domain-information .best-domain {
    padding: 20px 0;
    text-align: center;
    background-color: #edf4f9;
    border-radius: 4px
}

.domain-information .best-domain .item {
    display: inline-block
}

.domain-information .best-domain .item i {
    color: #bed730;
    float: left
}

.domain-information .best-domain .item span {
    line-height: 30px;
    display: inline-block;
    margin: 0 20px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ec2a8c
}

.domain-transfer .icon {
    width: 48px;
    height: 48px
}

.domain-query-full {
    position: relative;
    border-bottom: 1px solid #eee
}

.domain-query-full .domain-query {
    padding: 40px 0
}

.domain-query-full .domain-query h1 {
    font-weight: 900;
    font-size: 44px;
    color: #fff
}

.domain-query-full .domain-query p {
    font-size: 22px
}

.domain-query-full .domain-query h4 {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul {
    margin: 12px 0 0;
    padding: 0;
    font-size: 16px;
    color: #024;
    list-style: none
}

.domain-query-full .domain-query .other-tlds ul li {
    display: inline-block;
    list-style: none;
    position: relative
}

.domain-query-full .domain-query .other-tlds ul li.divider {
    display: inline-block;
    color: #888;
    padding: 0 5px
}

.domain-query-full .domain-query .other-tlds ul li.indirim {
    display: inline-block;
    background: #ec2a8c !important;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.indirim:after {
    border-top-color: #ec2a8c !important
}

.domain-query-full .domain-query .other-tlds ul li.indirim a {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected {
    display: inline-block;
    background: #01486f;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected a {
    color: #fff !important
}

.domain-query-full .domain-query .other-tlds ul li.selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(154, 210, 104, 0);
    border-top-color: #01486f;
    border-width: 5px;
    margin-left: -5px
}

.domain-query-full .domain-query form {
    margin-bottom: 0;
    background: rgba(255, 255, 255, .75);
    padding: 12px;
    border-radius: 4px
}

.domain-query-full .domain-query .domain-properties {
    padding: 40px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties li.active i {
    color: #0f6 !important
}

.domain-query-full .domain-query .domain-properties li.active a {
    font-weight: 700;
    text-decoration: underline
}

.domain-query-full .domain-query .domain-properties a {
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties ul li {
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties .tldspan {
    font-size: 36px;
    font-weight: 800;
    display: block;
    text-align: center;
    line-height: 36px
}

.domain-query-full .domain-query .domain-properties .pricespan {
    color: #ffcb26;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

.domain-query-full .domain-query .domain-properties .price-discount {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .chekcbox small {
    font-size: 50% !important;
    color: #fd3 !important
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list small {
    font-size: 80% !important;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount {
    display: inline-block;
    margin: 0 3px
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.USD:before {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: 0;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.USD:before,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.USD:before {
    font-weight: 400
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.TRY:after {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .pricespan small {
    font-size: 75%;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .label-sale {
    font-size: 12px;
    font-weight: 700;
    background-color: #ffcb27;
    display: inline-block;
    border-radius: 2px;
    padding: 0 12px;
    color: #333
}

.domain-query-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.domain-query-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block;
    padding: 5px
}

.domain-query-full .domain-query .domain-properties .tld-promo,
.domain-query-full .domain-query .domain-properties .tld-selling {
    font-size: 22px;
    font-weight: 700
}

.domain-query-full .domain-query .domain-properties .tld-promo small {
    font-size: 60%
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list {
    padding-bottom: 20px
}

.domain-query-full .domain-query .domain-properties .domain-sorgulama-tlds .chekcbox {
    color: #fd3;
    font-size: 24px
}

.extencion-grup-info.bg-new {
    background-color: #ff0068
}

.extencion-grup-info.bg-discount {
    background-color: #f89406
}

.extencion-grup-info {
    padding: 1px 4px !important;
    font-size: 70%;
    font-weight: 400
}

.product-info {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.product-info .properties .ribbon-container .ribbon-blue {
    top: 0;
    background: #02b9f2;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    left: 0;
    padding: 8px
}

.product-info .properties .ribbon-container .ribbon-blue .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    margin: 8px 0 0
}

.product-info .properties .ribbon-container .ribbon-blue img {
    width: 40px;
    height: 40px
}

.product-info .properties .ribbon-container .ribbon-orange {
    top: -50px;
    background: #f7931e;
    width: 90px;
    height: 85px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    left: 130px;
    padding: 5px
}

.product-info .properties .ribbon-container .ribbon-orange .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    display: block;
    margin: 3px 0 0
}

.product-info .properties .ribbon-container .ribbon-orange img {
    width: 30px;
    height: 30px
}

.product-info .properties .ribbon-container .ribbon-purple {
    top: -70px;
    background: #ec2a8c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 59px;
    padding: 5px
}

.product-info .properties .ribbon-container .ribbon-green {
    top: 55px;
    background: rgba(190, 215, 48, .8);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 133px
}

.product-info .properties .ribbon-container .ribbon-blue2 {
    top: 55px;
    background: #ec2a8c;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 200px
}

.product-info .properties .ribbon-container .ribbon-purple2 {
    top: 0;
    background: #02b9f2;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 240px
}

.product-info .properties .ribbon-container .ribbon-orange2 {
    top: -60px;
    background: #bed730;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 12px
}

.product-info .product-main {
    padding: 40px 0;
    position: relative;
    z-index: 1
}

.product-info .product-main.p120 {
    padding-bottom: 120px
}

.product-info .properties .ribbon-container {
    position: relative
}

.product-info .product-main .product-main-holder {
    padding: 0;
    margin-bottom: 30px
}

.product-info .product-main .product-main-holder p {
    font-size: 22px
}

.product-info .product-main .product-main-holder h1 {
    font-weight: 900;
    font-size: 44px;
    color: #fff
}

.product-info .product-main .properties {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    display: block
}

.product-info .product-main .properties .product-item {
    margin-bottom: 10px;
    display: table
}

.product-info .product-main .properties .product-item a {
    cursor: pointer
}

.product-info .product-main .properties .product-item img {
    margin-right: 10px;
    width: 56px;
    height: 56px;
    padding: 10px;
    border-radius: 4px
}

.product-info .product-main .properties i {
    width: 32px;
    text-align: center;
    color: #ffcb27
}

.product-info .product-main .properties a {
    color: #fff;
    border-bottom: 1px #fff dashed;
    text-decoration: none
}

.product-info .product-main .properties .price {
    font-size: 72px;
    font-weight: 900;
    display: block;
    line-height: 46px
}

.product-info .product-main .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.product-info .product-main .properties .paketler {
    background-color: #ffcb08;
    border-bottom: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.product-info .product-main .properties .paketler:hover {
    opacity: .9
}

.product-info .product-main .properties .mail-servisleri {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px
}

.product-info .product-main .properties .mail-servisleri:after {
    content: '';
    display: table;
    clear: both
}

.product-info .product-main .properties .mail-servisleri .servis {
    position: relative
}

.product-info .product-main .properties .mail-servisleri .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.product-info .product-main .properties .wpprice {
    position: absolute;
    top: -60px
}

.product-info .product-main .properties .mail-servisleri .title {
    text-shadow: none;
    font-size: 18px;
    font-weight: 800;
    text-align: center
}

.product-info .product-main .properties .mail-servisleri i {
    position: absolute;
    top: 26px;
    right: -18px;
    text-shadow: none;
    font-size: 120%
}

.product-bottom {
    line-height: 60px;
    height: 56px;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    position: relative;
    box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
}

.product-bottom .bottom-container {
    position: relative
}

.product-bottom .item {
    color: #fff;
    height: 56px;
    padding: 0 5px;
    float: left;
    position: relative;
    width: 25%
}

.product-bottom .active:after {
    top: 100%;
    left: 45%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: transparent;
    border-top-color: #7c4492;
    border-width: 10px
}

.product-bottom .item a {
    color: #fff;
    text-transform: uppercase
}

.product-bottom .item strong {
    font-weight: 700
}

.product-bottom .item.blue:before {
    background: #02baf3;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.purple:before {
    background: #ec008c;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.orange:before {
    background: #f7921e;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.green:before {
    background: #bed730;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-info .product-main .ribbon {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 120px;
    height: auto;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: -40px;
    background: #ffcb27;
    color: #444;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .5)
}

.product-info .product-main .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 0
}

.product-info .product-main .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.product-info .product-main .ribbon.ribbon-yellow:after {
    border-top: 20px solid #ffcb27
}

.main-page-full .price small,
.product-info .price small {
    font-size: 50%;
    position: absolute;
    top: 15px
}

.main-page-full .price .period,
.product-info .price .period {
    font-size: 18px;
    font-weight: 400;
    margin-left: 6px
}

.product-info .price .period {
    margin-left: -6px
}

.main-page-full .price .item-price.USD:before,
.product-info .price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.main-page-full .price .item-price.TRY:after,
.product-info .price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .6em;
    top: 20px;
    font-weight: 400;
    right: -80px
}

.product-info .product-main .product-main-holder .product-spots {
    padding: 0 0 40px
}

.product-info .product-main .product-main-holder .product-spots .spot {
    font-size: 16px;
    color: #fff
}

.product-info .product-main .product-main-holder .product-spots .spot i {
    font-size: 24px;
    line-height: 24px
}

.product-list {
    margin: 40px 0
}

.product-list h2 {
    color: #444;
    font-size: 32px;
    font-weight: 800
}

.product-list .list-spot {
    margin-bottom: 40px;
    display: block
}

.product-list .list-spot p {
    font-size: 20px;
    font-weight: 400;
    color: #999
}

.product-list .list-spot strong {
    color: #555
}

.product-list .table thead {
    box-shadow: 0 8px 20px rgba(64, 64, 64, .2)
}

.product-list .table th {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc !important
}

.product-list .title {
    font-size: 18px
}

.product-bg-blue {
    background-color: rgba(0, 51, 85, .9) !important
}

.product-bg-blue2 {
    background-color: rgba(0, 51, 85, .75) !important
}

.product-bg-blue3 {
    background-color: rgba(0, 51, 85, .5) !important
}

.product-bg-purple {
    background-color: rgba(118, 21, 70, .75) !important
}

.product-bg-red {
    background-color: rgba(96, 16, 16, .75) !important
}

.product-bg-dark {
    background-color: rgba(0, 0, 0, .8) !important
}

.product-bg-dark2 {
    background-color: rgba(0, 0, 0, .6) !important
}

.product-bg-dark3 {
    background-color: rgba(0, 0, 0, .5) !important
}

.product-bg-light {
    background-color: rgba(255, 255, 255, .75) !important
}

.product-bg-orange {
    background-color: rgba(84, 118, 136, .8) !important
}

.product-bg-green {
    background-color: rgba(90, 108, 24, .75) !important
}

.product-back-1 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg1.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-2 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg2.jpg) !important;
    background-size: cover
}

.product-back-3 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg3.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-4 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg4.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-5 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg5.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-6 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg6.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-7 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg7.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-8 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg8.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-9 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg9.jpg) !important;
    background-size: cover
}

.product-back-10 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg10.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-11 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg11.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-12 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg12.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-13 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg13.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-14 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg14.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-15 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg15.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-16 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg16.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-17 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg17.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-18 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg18.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-19 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg19.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-20 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg20.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-21 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg21.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-22 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg22.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-23 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg23.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-24 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg24.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-25 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg25.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-26 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg26.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-27 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg27.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-mekik {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/mekik.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.products-comparison {
    padding: 76px 0
}

.products-comparison .btn-basket {
    margin: 20px 0;
    font-size: 15px !important
}

.products-comparison ul {
    display: flex;
    top: 1px;
    z-index: 10;
    padding-bottom: 14px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    border: 1px solid #eee
}

.products-comparison li {
    list-style: none;
    flex: 1
}

.products-comparison li button {
    width: 100%;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    color: #999
}

.products-comparison li.bg-blue button,
.products-comparison li.bg-purple button {
    border-right: 1px solid #eee
}

.products-comparison li.bg-green button {
    border-left: 1px solid #eee
}

.products-comparison li.active button {
    background: #444;
    color: #fff
}

.products-comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff !important;
    font-size: 110%
}

.products-comparison th {
    background: #f9f9f9;
    display: none
}

.products-comparison td,
.products-comparison th {
    height: 45px
}

.products-comparison td,
.products-comparison th {
    border: none;
    empty-cells: show
}

.products-comparison td,
.products-comparison th {
    text-align: left
}

.products-comparison th {
    vertical-align: bottom;
    background-color: #f9f9f9 !important
}

.products-comparison td {
    border: 1px solid #eee
}

.products-comparison tr.fiyatlar .ribbon {
    position: relative;
    right: 0;
    float: right;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    background-color: #fe2c68;
    padding: 3px 5px;
    border-radius: 2px
}

.products-comparison tr.fiyatlar td {
    background-color: #fff !important
}

.products-comparison tr.fiyatlar del {
    font-weight: 700;
    margin: 12px 0 0
}

.products-comparison tr.fiyatlar .fiyat {
    font-size: 30px;
    font-weight: 700;
    display: block
}

.products-comparison tr.fiyatlar strike {
    font-size: 12px;
    color: #888;
    display: inline-block;
    margin: 0 5px 0 0
}

.products-comparison tr.fiyatlar .fiyat2 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.products-comparison tr.fiyatlar .fiyat small {
    font-size: 12px
}

.products-comparison tr.fiyatlar .fiyat .item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.products-comparison tr.fiyatlar .fiyat .item-price.TRY:after {
    content: "₺";
    font-size: 75%;
    top: -6px;
    position: relative;
    font-weight: 400
}

.products-comparison th .stars {
    margin: 0;
    padding: 8px;
    line-height: 0;
    display: block
}

.products-comparison td+td,
.products-comparison th+th {
    text-align: center;
    display: none
}

.products-comparison td.default {
    display: table-cell
}

.products-comparison td span.title {
    padding: 0 10px;
    text-align: left;
    display: inline-block
}

.products-comparison .currency-changer {
    float: right;
    height: 18px
}

.products-comparison .currency-changer ul {
    display: inline-block;
    margin: 0 10px;
    border: none !important
}

.products-comparison .currency-changer li {
    border: none !important
}

.products-comparison .currency-changer li a {
    color: #444
}

.products-comparison .currency-changer li a:hover {
    color: #666
}

.products-comparison span.bg-blue {
    border-top: 5px solid #02b9f2;
    color: #fff;
    background-color: #444;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison span.bg-purple {
    border-top: 5px solid #ec2a8c;
    color: #fff;
    background-color: #444;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px
}

.products-comparison span.bg-orange {
    border-top: 5px solid #f7931f;
    color: #fff;
    background-color: #444;
    width: 100%;
    display: block;
    height: 75px;
    line-height: 25px
}

.products-comparison span.bg-green {
    border-top: 5px solid #bed730;
    color: #fff;
    background-color: #444;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison .bg-blue {
    border-top: 5px solid #02b9f2
}

.products-comparison .bg-purple {
    border-top: 5px solid #ec2a8c
}

.products-comparison .bg-orange {
    border-top: 5px solid #f7931f
}

.products-comparison .bg-green {
    border-top: 5px solid #bed730
}

.products-comparison .sep {
    background: #ecf2f9 !important;
    font-weight: 700;
    color: #0579c5 !important
}

.products-comparison .sep span {
    margin-left: 20px
}

.products-comparison .sep i {
    display: inline-block;
    float: right;
    margin: 4px 10px 0
}

.products-comparison .txt-l {
    font-size: 28px;
    font-weight: 700
}

.products-comparison .txt-top {
    position: relative;
    top: -9px;
    left: -2px
}

.products-comparison .tick {
    font-size: 18px;
    color: #2ca01c
}

.products-comparison .times {
    font-size: 18px;
    color: #c22
}

.products-comparison .hide {
    border: 0;
    background: 0 0
}

.new-packs-box {
    color: #444;
    padding: 40px 0 0
}

.new-packs-box .container {
    position: relative
}

.new-packs-box .doviz-kurlari {
    position: absolute;
    top: 120px;
    right: 0
}

.new-packs-box .pack-spot {
    display: block;
    margin-bottom: 60px
}

.new-packs-box .pack-spot h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px
}

.new-packs-box .pack-spot p {
    font-size: 18px;
    font-weight: 400;
    color: #999
}

.new-packs-box .pack-spot p strong {
    color: #555
}

.new-packs-box .totop {
    margin-top: -106px
}

.new-packs-box .information {
    position: relative;
    top: -40px
}

.new-packs-box .new-packs .pack {
    background-color: #fff;
    border-bottom: 10px solid #444;
    margin-bottom: 20px;
    position: relative
}

.new-packs-box .new-packs .pack.blue {
    z-index: 1
}

.new-packs-box .new-packs .pack.purple {
    z-index: 2
}

.new-packs-box .new-packs .pack.orange {
    z-index: 3
}

.new-packs-box .new-packs .pack.green {
    z-index: 1
}

.new-packs-box .new-packs .pack.default {
    background-color: #fff;
    border-bottom: 10px solid #444;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -30px
}

.new-packs-box .new-packs .pack.default2 {
    background-color: #fff;
    border-bottom: 10px solid #444;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -10px
}

.new-packs-box .new-packs .pack.purple.default {
    border-bottom: 30px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue.default {
    border-bottom: 30px solid #03bbf4
}

.new-packs-box .new-packs .pack.green.default {
    border-bottom: 30px solid #bed730
}

.new-packs-box .new-packs .pack.default .title {
    height: 96px
}

.new-packs-box .new-packs .pack.default2 .title {
    height: 76px
}

.new-packs-box .new-packs .pack .title {
    line-height: 32px;
    padding: 15px;
    background-color: #0d314f
}

.new-packs-box .new-packs .pack:hover .paket_detay {
    opacity: .9
}

.new-packs-box .new-packs .pack .paket_detay:hover {
    cursor: pointer
}

.new-packs-box .new-packs .pack.purple .title {
    border-top: 5px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue .title {
    border-top: 5px solid #03bbf4
}

.new-packs-box .new-packs .pack.green .title {
    border-top: 5px solid #bed730
}

.new-packs-box .new-packs .pack.orange .title {
    border-top: 5px solid #f7931f
}

.new-packs-box .new-packs .pack .title h3,
.new-packs-box .new-packs .pack .title h5 {
    font-size: 24px;
    margin: 0 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.new-packs-box .new-packs .pack.default .title h3,
.new-packs-box .new-packs .pack.default .title h5 {
    line-height: 90px
}

.new-packs-box .new-packs .pack.default2 .title h3,
.new-packs-box .new-packs .pack.default2 .title h5 {
    line-height: 50px
}

.new-packs-box .new-packs .pack.default .title .stars {
    position: absolute;
    text-align: center;
    width: 90%
}

.new-packs-box .new-packs .pack .price-box {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px
}

.new-packs-box .new-packs .pack .price-box .starting {
    text-align: center;
    color: #777
}

.new-packs-box .new-packs .pack .price-box .price-details {
    text-align: center;
    margin: 10px 0;
    display: block;
    cursor: pointer
}

.new-packs-box .new-packs .pack .price-box .price-details a {
    color: #888 !important
}

.new-packs-box .new-packs .pack .price-box .button {
    padding: 0 0px
}

.new-packs-box .new-packs .pack .price-box .btn-paket {
    padding: 10px !important;
    font-size: 16px !important
}

.new-packs-box .new-packs .pack .desc {
    margin: 0
}

.new-packs-box .new-packs .pack .desc ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none
}

.new-packs-box .new-packs .pack .desc ul li {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 45px
}

.new-packs-box .new-packs .pack .desc ul li:last-child {
    border-bottom: none
}

.new-packs-box .new-packs .pack .desc ul li .paket_detay {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted
}

.new-packs-box .new-packs .pack .desc ul li i.fa-caret-down {
    position: relative;
    top: 3px;
    left: 5px
}

.new-packs-box .new-packs .pack .desc ul li .cpanel,
.new-packs-box .new-packs .pack .desc ul li .plesk {
    margin: 10px 0;
    width: 20%
}

.new-packs-box .new-packs .pack .price-box .fiyat {
    text-align: center;
    display: block;
    padding: 0 0 15px;
    font-weight: 800;
    font-size: 48px
}

.new-packs-box .new-packs .pack .price-box .fiyat .discount-price {
    display: block;
    margin-bottom: 30px
}

.new-packs-box .new-packs .pack .price-box .fiyat .current-price {
    position: relative;
    font-size: 60px;
    font-weight: 900
}

.new-packs-box .new-packs .pack .price-box .fiyat small {
    font-size: .5em;
    position: relative;
    top: -20px;
    font-weight: 700
}

.new-packs-box .new-packs .pack .price-box .fiyat .period {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .5em;
    font-weight: 400;
    margin-left: 2px
}

.new-packs-box .new-packs .pack .price-box .fiyat del {
    font-size: 18px !important;
    color: #888;
    font-weight: 700
}

.new-packs-box .new-packs .pack .title-purple {
    background-color: #444;
    border-top: 3px solid #ec2a8c
}

.new-packs-box .new-packs .pack .title-green {
    background-color: #bed730
}

.new-packs-box .ribbon {
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    display: block;
    width: 50px;
    height: 40px;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .75)
}

.new-packs-box .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0
}

.new-packs-box .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.new-packs-box .ribbon.ribbon-blue {
    background: linear-gradient(to bottom, #03bbf4 0, #0a97c2 100%)
}

.new-packs-box .ribbon.ribbon-blue:after {
    border-top: 10px solid #0a97c2
}

.new-packs-box .ribbon.ribbon-purple {
    background: linear-gradient(to bottom, #ec2a8c 0, #d6207b 100%)
}

.new-packs-box .ribbon.ribbon-purple:after {
    border-top: 10px solid #d6207b
}

.new-packs-box .ribbon.ribbon-orange {
    background: linear-gradient(to bottom, #f7931f 0, #df8014 100%)
}

.new-packs-box .ribbon.ribbon-orange:after {
    border-top: 10px solid #df8014
}

.new-packs-box .ribbon.ribbon-green {
    background: linear-gradient(to bottom, #bed730 0, #b0c920 100%)
}

.new-packs-box .ribbon.ribbon-green:after {
    border-top: 10px solid #b0c920
}

.product-price .product-price-header {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #555
}

.product-price .product-price-header h1 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 50px
}

.product-price .product-price-header span {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
    background-color: #ffcb05;
    border-radius: 3px;
    line-height: 50px;
    color: #222;
    font-weight: 900
}

.product-price .product-price-bottom {
    padding: 10px 0;
    background: #444
}

.product-price .product-price-bottom ol {
    padding: 0;
    margin: 0
}

.product-price .product-price-bottom li {
    display: inline-block;
    margin: 0 5px
}

.product-price .product-price-bottom li:after {
    content: "/";
    color: #ffcb05;
    margin-left: 15px
}

.product-price .product-price-bottom li:last-child:after {
    content: ""
}

.product-price .product-price-bottom li a {
    color: #fff
}

.domainpromo {
    margin: 20px 0
}

.domainpromo .domainpromo-box {
    margin-bottom: 0;
    text-align: center
}

.domainpromo .domainpromo-box:hover {
    background-color: #f8f8f8;
    cursor: pointer
}

.domainpromo .domainpromo-box .icon {
    height: auto !important;
    width: 75%;
    margin: 0 auto
}

.domainpromo .domainpromo-box .price {
    display: block;
    position: relative;
    top: -10px;
    font-size: 24px;
    color: #444
}

.domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px;
    color: #888
}

.domainpromo .domainpromo-box .price .discounts {
    color: #39b752
}

.domainpromo .domainpromo-box .item-price {
    font-weight: 800
}

.domainpromo .domainpromo-box .price .item-price small {
    font-size: 75%;
    position: relative;
    top: -4px;
    margin: 2px
}

.domainpromo .domainpromo-box .price .item-price.TRY:after,
.domainpromo .domainpromo-box .price .item-price.USD:before {
    font-weight: 400
}

.domainpromo .domainpromo-box strike,
del {
    line-height: 15px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #888;
    font-size: 15px
}

.domainpromo .domainpromo-box strike:after,
del:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 5px solid #ec2a8c;
    height: 60%;
    height: calc(60%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-10deg)
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.affix-top {
    position: static;
    top: -35px
}

div.sonuclar-loading {
    width: calc(100% - 52px);
    height: 100%;
    background-color: #bbb;
    display: block;
    position: absolute;
    border-radius: 4px 0 0 4px
}

div.sonuclar-loading>div {
    position: relative;
    display: block;
    top: 8px;
    right: 8px;
    text-align: right;
    z-index: 9
}

.domain-sorgulama-form-holder .domain-sorgulama-form {
    margin: 20px 0
}

.domain-sorgulama-form-holder .domain-sorgulama-form-input {
    border: 1px solid #ddd;
    color: #444;
    font-weight: 700;
    border-radius: 4px 0 0 4px !important;
    padding: 10px !important;
    text-shadow: none;
    line-height: 40px
}

.domain-sorgulama-form-holder .domain-sorgulama-form-submit {
    border-radius: 0 4px 4px 0 !important;
    line-height: 0 !important;
    z-index: 4;
    background-color: #ffcb26;
    color: #444
}

.domain-sorgulama-sepet-btn-holder {
    margin: 20px 0
}

.domain-sorgulama-sepet-btn-holder .btn {
    border-radius: 4px;
    z-index: 199;
    line-height: 0 !important;
    background-color: #01b9f2;
    color: #444;
    text-shadow: none;
    height: 46px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.domain-sorgulama-sepet-btn-toplam {
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    padding: 0 5px
}

.vertical-align-middle {
    display: flex;
    align-items: center
}

.vertical-align-middle .form-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.domain-sorgulama-sonuclar-first {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuclar-first.sonuc-available {
    background-color: rgba(190, 215, 48, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable {
    background-color: rgba(193, 30, 65, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-available:hover {
    background-color: #efffdf
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable:hover {
    background-color: #fff2f2
}

.domain-sorgulama-sonuclar-first .domain-free {
    text-align: center;
    display: block
}

.domain-sorgulama-sonuclar-first ul li .domain-free h1 {
    text-align: center;
    font-size: 42px;
    color: #468
}

.domain-sorgulama-sonuc-item {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuc-item:hover {
    background-color: #f8f8f8
}

.domain-sonuc-ribbon {
    background-color: #f54458;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    top: 15px;
    line-height: 12px
}

.domain-sorgulama-sonuc-domain {
    font-weight: 400;
    font-size: 18px
}

.sonuclar-kutusu .domain-free,
.sonuclar-kutusu .domain-nofree {
    margin: 20px 0
}

.sonuclar-kutusu .domain-free h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0c0
}

.sonuclar-kutusu .domain-nofree h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #c00
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 25px;
    font-weight: 700
}

.sonuclar-kutusu h4.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 15px;
    font-weight: 400
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.available {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.available:before,
.sonuclar-kutusu h4.available:before {
    content: "✔";
    margin-right: 5px;
    color: #39b752
}

.sonuclar-kutusu h3.unavailable,
.sonuclar-kutusu h4.unavailable {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.unavailable:before,
.sonuclar-kutusu h4.unavailable:before {
    content: "✗";
    margin-right: 5px;
    color: #c33
}

.sonuclar-kutusu .info {
    display: inline-block;
    margin-left: 10px
}

.domain-sorgulama-sonuc-domain .item-price {
    display: block;
    left: 24px;
    position: relative;
    font-size: 12px
}

.sonuclar-kutusu h1 {
    font-size: 28px;
    font-weight: 400
}

.sonuclar-kutusu h1 .text-danger,
.sonuclar-kutusu h1 .text-success {
    font-weight: 800
}

.sonuclar-kutusu .btn-basket {
    box-shadow: none;
    font-style: normal;
    text-shadow: none
}

.sonuclar-kutusu .btn-success {
    color: #fff !important;
    background-color: #39b752 !important
}

.sonuclar-kutusu .btn-danger {
    background-color: #dc3545 !important;
    color: #fff !important
}

.sonuclar-kutusu .btn-link {
    background: 0 0 !important;
    color: #036 !important
}

.full-width-box-override {
    margin-bottom: 20px 0 !important;
    padding: 20px 0
}

.domain-sorgulama-sonuclar-filter-header {
    background-color: #e1e1e1;
    text-align: center
}

.domain-sorgulama-sonuclar-filter-header h5 {
    margin: 0;
    padding: 14px 10px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.4px;
    color: #67717a;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .099);
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.domain-sorgulama-sonuclar-filter {
    display: flex;
    align-items: center
}

.domain-sorgulama-sonuclar-filter-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 700
}

.domain-sorgulama-sonuclar-filter-item:hover {
    background-color: #f8f8f8
}

.domain-sorgulama-sonuclar-filter-item label {
    margin: 0;
    width: 215px;
    color: #333;
    padding: 0 20px 0 0
}

.domain-sorgulama-sonuclar-filter-item .radio {
    margin: 0
}

.domain-sorgulama-sonuclar-filter-item input[type=radio] {
    position: relative;
    margin: 0 10px 0 0
}

.domain-sorgulama-sonuclar-more {
    background-color: #fff
}

.support-info {
    background: #f0f3f7
}

.support-info .call-center {
    margin: 20px 0 0
}

.support-info .support-cover {
    padding-top: 50px
}

.support-info .support-cover .support-title {
    margin-bottom: 10px
}

.support-info .support-cover .services .big-icon {
    height: 80px
}

.support-info .support-cover .services .big-icon img {
    padding: 20px 20px 0
}

.support-info .support-cover .services.h4 {
    margin-bottom: 0
}

.hosting-information {
    padding: 80px 0 40px
}

.hosting-partners .row {
    padding: 40px 0 20px
}

.hosting-partners .row .partner {
    margin-bottom: 20px
}

.faq-common {
    padding: 40px 0
}

.faq-common h4 {
    font-weight: 400 !important;
    color: #666
}

.hosting-features {
    padding: 40px 0 0
}

.homepage-information {
    padding: 60px 0
}

.homepage-information .big-services-box .price {
    display: block;
    text-align: center;
    margin: 0 0 20px
}

.homepage-information .big-services-box .price .item-price {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px
}

.homepage-information .big-services-box .price .item-price small {
    font-size: 24px;
    font-weight: 700;
    top: -18px;
    position: relative
}

.homepage-information .big-services-box .price .periyod {
    position: relative;
    right: 25px
}

.homepage-information .big-services-box .price .information {
    display: block;
    line-height: 20px
}

.domain-query-full.home {
    border-bottom: none !important
}

.domain-query-full.home ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .75
}

.domain-best-price.home .domainpromo {
    margin: inherit;
    padding: 0
}

.domain-best-price.home .domainpromo .domainpromo-box {
    margin-bottom: 15px
}

.domain-best-price.home .domainpromo .domainpromo-box:hover {
    background: #fff;
    border-radius: 4px
}

.domain-best-price.home .domainpromo .domainpromo-box .icon {
    width: 100%;
    clear: both
}

.domain-best-price.home .domainpromo .domainpromo-box .icon img {
    width: 40%
}

.domain-best-price.home .domainpromo .domainpromo-box .price {
    top: 0;
    font-size: 20px
}

.domain-best-price.home .domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px 0 0;
    line-height: 40px
}

.domain-best-price.home .domainpromo .domainpromo-box del:after {
    border-top: 2px solid #ec2a8c;
    height: 60%;
    height: calc(50%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-20deg)
}

.domain-best-price.home .domainpromo .domainpromo-box .price .discounts {
    color: #666
}

.dedicated_new2 {
    position: relative;
    text-align: center
}

.dedicated_new2 .list-spot {
    margin-bottom: 20px
}

.dd2-title {
    background: #25c2f2;
    position: relative;
    padding: 12px 0
}

.dd2-title:after,
.dd2-title:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-title ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-title ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    width: 13%;
    color: #fff;
    min-height: 86px;
    border-right: 1px solid #68d1ef;
    text-align: center
}

.dd2-title ul li img {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 auto 5px
}

.dd2-title ul li:nth-child(1) {
    width: 15%
}

.dd2-title ul li:nth-child(2) {
    width: 18%
}

.dd2-title ul li:nth-child(3) {
    width: 12%
}

.dd2-title ul li:nth-child(4) {
    width: 12%
}

.dd2-title ul li:nth-child(5) {
    width: 8%
}

.dd2-title ul li:nth-child(6) {
    width: 10%
}

.dd2-title ul li:nth-child(7) {
    width: 12%
}

.dd2-title ul li:nth-child(8) {
    width: 12%;
    border-right: 0
}

.dd2-line {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #e8e8e8
}

.dd2-line:after,
.dd2-line:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature {
    position: relative
}

.dd2-line .dd2-feature:after,
.dd2-line .dd2-feature:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-line .dd2-feature ul li {
    display: table-cell;
    vertical-align: middle;
    width: 13%;
    min-height: 86px;
    background: url(https://cdn.hosting.com.tr/hosting/img/line.png) no-repeat right 0;
    text-align: center
}

.dd2-line .dd2-feature ul li:nth-child(1) {
    width: 15%;
    cursor: pointer
}

.dd2-line .dd2-feature ul li:nth-child(1) h3 {
    font-size: 14px;
    margin: 0 0 5px;
    color: #d35400
}

.dd2-line .dd2-feature ul li:nth-child(1) img {
    display: block;
    margin: 0 auto
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn {
    font-size: 11px;
    padding: 0 10px 0 15px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn>i {
    font-size: 13px
}

.dd2-line .dd2-feature ul li:nth-child(2) {
    width: 18%
}

.dd2-line .dd2-feature ul li:nth-child(3) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(4) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(5) {
    width: 8%
}

.dd2-line .dd2-feature ul li:nth-child(6) {
    width: 10%
}

.dd2-line .dd2-feature ul li:nth-child(7) {
    width: 12%;
    text-align: right;
    font-weight: 600;
    padding: 0 10px
}

.dd2-line .dd2-feature ul li:nth-child(8) {
    width: 12%;
    background: 0 0
}

.dd2-line .dd2-feature .btn {
    position: relative;
    z-index: 9
}

.dd2-line .dd2-detail {
    position: relative;
    padding: 18px 0 0;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    display: none
}

.dd2-line .dd2-detail:after,
.dd2-line .dd2-detail:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-detail .dd2-detail-col1 {
    float: left;
    width: calc(20% - 15px);
    padding: 0;
    margin-right: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1>div {
    border: 1px solid #e8e8e8;
    padding: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1 img {
    width: 50%
}

.dd2-line .dd2-detail .dd2-detail-col2 {
    float: left;
    width: 75%
}

.dd2-line .dd2-detail .dd2-detail-col2 ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li {
    float: left;
    width: 33%;
    line-height: 1.3;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li i {
    padding-right: 4px;
    color: #2ecb70
}

@media only screen and (max-width:767px) {
    .dd2-line .dd2-detail .dd2-detail-col1 {
        width: 100%;
        float: none
    }
    .dd2-line .dd2-detail .dd2-detail-col2 {
        width: 100%;
        float: none;
        padding: 20px 20px 0
    }
    .dd2-line .dd2-detail .dd2-detail-col2 ul li {
        width: 100%;
        float: none
    }
    .dd2-title {
        display: none
    }
    .dd2-line .dd2-feature ul li {
        display: block;
        min-height: 48px
    }
    .dd2-line .dd2-feature ul li:nth-child(1) {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px
    }
    .dd2-line .dd2-feature ul li:nth-child(2) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(3) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(4) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(5) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(6) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(7) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(8) {
        width: 100%;
        float: none;
        display: block
    }
    .colocation-banner {
        margin-top: 0
    }
    .colocation-banner h1 {
        font-size: 24px;
        line-height: 1.3
    }
    .colocation-banner p {
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.3
    }
    .colocation-main {
        overflow-y: auto
    }
}

.section-pro {
    position: relative;
    padding: 20px 0 65px
}

.section-pro h3 {
    font-size: 36px;
    line-height: 38px;
    color: #323940;
    text-align: center
}

.section-pro p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 40px;
    color: #68717a
}

.section-pro ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.section-pro ul li {
    float: left;
    width: 33.33%;
    margin: 5px 0;
    line-height: 25px;
    font-size: 18px;
    color: #68717a
}

.section-pro ul li i {
    float: left;
    color: #2ecb70;
    font-size: 25px;
    padding-right: 5px
}

.dedicated-why {
    position: relative;
    padding: 50px 0;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ccc
}

.dedicated-why img {
    margin-top: 30px
}

.need-help {
    position: relative;
    background-color: #25c2f2;
    text-align: center;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto
}

.need-help h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    float: left;
    font-weight: 600;
    line-height: 32px
}

.need-help .btn,
.need-help .btn:hover {
    float: right;
    background: #25c2f2;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 18px
}

@media only screen and (max-width:991px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (device-width:768px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .need-help h4 {
        float: none;
        font-size: 22px;
        line-height: 1.3
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
    div.sonuclar-loading {
        width: calc(100% - 50px)
    }
    .domain-information {
        padding: 15px 0 !important
    }
    .domain-information .best-domain {
        padding: 20px 0;
        text-align: center;
        background-color: #edf4f9;
        border-radius: 4px
    }
    .domain-information .best-domain .item {
        display: block !important;
        text-align: left;
        margin: 10px
    }
    .domain-information .big-services-box {
        margin-bottom: 15px
    }
    .domain-information .service {
        margin-bottom: 30px
    }
    .domain-query-full .domain-query form {
        margin-bottom: 10px
    }
}

@media (max-width:575.98px) {
    .products-comparison table {
        width: 100%
    }
    .products-comparison td+td,
    .products-comparison th+th {
        width: auto
    }
    .main-page-full {
        padding: 40px 0
    }
    .main-page-full .main-page h1 {
        font-size: 36px !important;
        margin: 0 0 30px;
        font-weight: 900
    }
    .main-page-full .main-page .properties .price {
        text-align: center;
        font-size: 60px;
        padding: 10px 0 20px
    }
    .main-page-full .main-page .properties .desc {
        text-align: center
    }
    .sonuclar-kutusu .domain-free h1 {
        font-size: 18px
    }
    .domain-query-full .domain-query {
        padding: 40px 0 0
    }
    .domain-query-full .domain-query h1 .word-rotate {
        height: 45px
    }
    .domain-query-full .domain-query h1 {
        font-size: 28px
    }
    .product-info {
        box-shadow: none
    }
    .product-info .product-main .product-main-holder h1 {
        font-size: 32px
    }
    .product-info .product-main .properties {
        margin-top: 20px
    }
    .product-info .product-main .properties .product-item {
        margin-bottom: 20px;
        width: 100%
    }
    .product-info .product-main .properties .product-item img {
        margin-right: 15px;
        width: 48px;
        height: 48px;
        padding: 8px;
        border-radius: 3px
    }
    .product-info .product-main .properties .price {
        text-align: center;
        padding: 20px 0 0
    }
    .product-info .product-main .properties .desc {
        text-align: center
    }
    .product-info .product-bottom {
        line-height: 60px;
        bottom: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        padding-bottom: 0;
        position: relative;
        background-color: #888;
        box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
    }
    .product-info .product-bottom .item {
        width: 100%;
        border-bottom: 1px solid #966da6
    }
    .product-info .product-bottom .active:after {
        right: 0;
        top: 18px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-color: transparent;
        border-right-color: #fff;
        border-width: 10px;
        z-index: 999
    }
    .new-packs-box .pack-spot {
        margin-bottom: 20px
    }
    .new-packs-box .new-packs .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .new-packs-box .new-packs .pack.default {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack.purple.default {
        border-bottom: 10px solid #444
    }
    .new-packs-box .new-packs .pack.default2 {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack .price-box {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .new-packs-box .new-packs .pack .desc {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .products-comparison {
        padding: 40px 0
    }
    .new-packs-box .ribbon {
        right: 20px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .product-price .product-price-header h1 {
        font-size: 26px
    }
    .products-comparison tr.fiyatlar .ribbon {
        font-size: 9px
    }
    .products-comparison table {
        font-size: 95%
    }
    .new-packs-box .pack-spot h1 {
        font-size: 30px
    }
    .new-packs-box .pack-spot .lead {
        font-size: 14px
    }
    .product-info .product-main {
        padding: 40px 0 !important
    }
    .new-packs-box .totop {
        margin-top: 0
    }
    .new-packs-box .new-packs .pack {
        box-shadow: none
    }
    .new-packs-box .new-packs .pack .desc ul li .cpanel,
    .new-packs-box .new-packs .pack .desc ul li .plesk {
        margin: 0;
        width: 25%
    }
    .domain-query-full .domain-query .other-tlds ul li,
    .domain-query-full .domain-query .other-tlds ul li.indirim {
        display: table;
        margin: 3px 0
    }
    .domain-query-full .domain-query .other-tlds ul li.divider {
        display: none
    }
    .domain-query-full .domain-query .other-tlds ul li.selected:after {
        content: none
    }
    .hosting-information {
        padding: 20px 0 0
    }
    .hosting-information .services .service,
    .services .features-block {
        margin-bottom: 30px
    }
    .hosting-information .services .service .icon {
        width: 48px;
        height: 48px
    }
    .faq-common {
        padding: 20px 0
    }
    .support-info .support-cover {
        padding-top: 20px
    }
    .word-rotate {
        font-size: 32px;
        line-height: 45px !important;
        height: 45px !important
    }
    .domain-sorgulama-sonuc-item {
        padding: 10px 0;
        border: 1px solid #eee;
        margin-bottom: 10px;
        border-radius: 4px
    }
    .domain-sorgulama-sonuc-item:hover {
        background-color: #f8f8f8
    }
    .domain-sorgulama-sonuc-item:last-child {
        border-bottom: 1px solid #eee
    }
}

@media (max-width:768px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .new-packs-box .new-packs {
        padding: 0 15px
    }
    .new-packs-box .new-packs .pack.default {
        position: relative;
        z-index: 1;
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack {
        border-bottom: none
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 40%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .new-packs .pack .price-box .fiyat {
        padding: 0
    }
    .new-packs .pack .price-box .fiyat del {
        display: table;
        margin: 0 auto 15px
    }
    .new-packs .pack .price-box .fiyat {
        font-size: 36px;
        line-height: 40px
    }
    .new-packs .pack .price-box .button {
        padding: 10px
    }
    .product-info .product-bottom {
        font-size: 18px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 60%
    }
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 240px
    }
    .product-info .product-bottom {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 330px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
}

.font-sz-110 {
    font-size: 110%
}

.font-sz-105 {
    font-size: 105%
}

.font-sz-100 {
    font-size: 100%
}

.font-sz-95 {
    font-size: 95%
}

.font-sz-90 {
    font-size: 90%
}

.font-sz-85 {
    font-size: 85%
}

.font-sz-80 {
    font-size: 80%
}

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

.no-margin {
    margin: 0 !important
}

.no-margin-t {
    margin-top: 0 !important
}

.no-margin-l {
    margin-left: 0 !important
}

.no-margin-r {
    margin-right: 0 !important
}

.no-margin-b {
    margin-bottom: 0 !important
}

.margin-5 {
    margin: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-t-5 {
    margin-top: 5px !important
}

.margin-t-10 {
    margin-top: 10px !important
}

.margin-t-15 {
    margin-top: 15px !important
}

.margin-t-20 {
    margin-top: 20px !important
}

.margin-t-25 {
    margin-top: 25px !important
}

.margin-t-30 {
    margin-top: 30px !important
}

.margin-l-5 {
    margin-left: 5px !important
}

.margin-l-10 {
    margin-left: 10px !important
}

.margin-l-15 {
    margin-left: 15px !important
}

.margin-l-20 {
    margin-left: 20px !important
}

.margin-l-25 {
    margin-left: 25px !important
}

.margin-l-30 {
    margin-left: 30px !important
}

.margin-r-5 {
    margin-right: 5px !important
}

.margin-r-10 {
    margin-right: 10px !important
}

.margin-r-15 {
    margin-right: 15px !important
}

.margin-r-20 {
    margin-right: 20px !important
}

.margin-r-25 {
    margin-right: 25px !important
}

.margin-r-30 {
    margin-right: 30px !important
}

.margin-b-5 {
    margin-bottom: 5px !important
}

.margin-b-10 {
    margin-bottom: 10px !important
}

.margin-b-15 {
    margin-bottom: 15px !important
}

.margin-b-20 {
    margin-bottom: 20px !important
}

.margin-b-25 {
    margin-bottom: 25px !important
}

.margin-b-30 {
    margin-bottom: 30px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-t {
    padding-top: 0 !important
}

.no-padding-l {
    padding-left: 0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-b {
    padding-bottom: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-t-5 {
    padding-top: 5px !important
}

.padding-t-10 {
    padding-top: 10px !important
}

.padding-t-15 {
    padding-top: 15px !important
}

.padding-t-20 {
    padding-top: 20px !important
}

.padding-t-25 {
    padding-top: 25px !important
}

.padding-t-30 {
    padding-top: 30px !important
}

.padding-l-5 {
    padding-left: 5px !important
}

.padding-l-10 {
    padding-left: 10px !important
}

.padding-l-15 {
    padding-left: 15px !important
}

.padding-l-20 {
    padding-left: 20px !important
}

.padding-l-25 {
    padding-left: 25px !important
}

.padding-l-30 {
    padding-left: 30px !important
}

.padding-r-5 {
    padding-right: 5px !important
}

.padding-r-10 {
    padding-right: 10px !important
}

.padding-r-15 {
    padding-right: 15px !important
}

.padding-r-20 {
    padding-right: 20px !important
}

.padding-r-25 {
    padding-right: 25px !important
}

.padding-r-30 {
    padding-right: 30px !important
}

.padding-b-5 {
    padding-bottom: 5px !important
}

.padding-b-10 {
    padding-bottom: 10px !important
}

.padding-b-15 {
    padding-bottom: 15px !important
}

.padding-b-20 {
    padding-bottom: 20px !important
}

.padding-b-25 {
    padding-bottom: 25px !important
}

.padding-b-30 {
    padding-bottom: 30px !important
}

.bg-grey {
    background-color: #f0f3f7
}

.bg-white {
    background-color: #fff
}

.bg-primary {
    background-color: #3db9f2
}

.bg-secondary {
    background-color: #6c757d
}

.bg-green,
.bg-success {
    background-color: #28a745
}

.bg-info {
    background-color: #17a2b8
}

.bg-warning {
    background-color: #ffc107
}

.bg-danger {
    background-color: #dc3545
}

.bg-light {
    background-color: #f8f9fa
}

.bg-link {
    background-color: transparent
}

.color-bg-primary {
    color: #3db9f2
}

.color-bg-secondary {
    color: #6c757d
}

.color-bg-success {
    color: #28a745
}

.color-bg-info {
    color: #17a2b8
}

.color-bg-warning {
    color: #ffc107
}

.color-bg-danger {
    color: #dc3545
}

.color-bg-light {
    color: #f8f9fa
}

.border-bg-primary {
    border-color: #3db9f2
}

.border-bg-secondary {
    border-color: #6c757d
}

.border-bg-success {
    border-color: #28a745
}

.border-bg-info {
    border-color: #17a2b8
}

.border-bg-warning {
    border-color: #ffc107
}

.border-bg-danger {
    border-color: #dc3545
}

.border-bg-light {
    border-color: #f8f9fa
}

.border-red {
    border: 1px solid red
}

.border-blue {
    border: 1px solid #00f
}

.border-yellow {
    border: 1px solid #ff0
}

.inline-block {
    display: inline-block
}

.color-cc-mastercard {
    color: #f60
}

.color-cc-visa {
    color: #00a3e4
}

.color-cc-amex {
    color: #2e77bb
}

.color-cc-discover {
    color: #f60
}

.select-border-fix {
    position: relative;
    right: 1px
}

.word-rotate {
    font-weight: 700;
    font-size: 40px;
    height: 55px !important;
    line-height: 55px !important;
    float: left;
    display: inline;
    margin-right: 10px
}

.main-page-full {
    padding: 40px 0 120px;
    position: relative;
    overflow: hidden
}

.main-page-full .main-page {
    padding: 0
}

.main-page-full .main-page h1 {
    font-size: 44px !important;
    margin: 0 0 30px;
    font-weight: 900
}

.main-page-full .main-page form {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .75);
    padding: 12px;
    border-radius: 4px
}

.domain-query-full .domain-query form .domain-search,
.main-page-full .main-page form .domain-search {
    border: none;
    color: #444;
    font-weight: 700;
    font-size: 24px !important;
    border-radius: 4px 0 0 4px !important;
    padding: 20px 15px !important;
    text-shadow: none;
    height: 56px !important
}

.domain-query-full .domain-query form .domain-search::-webkit-input-placeholder,
.main-page-full .main-page form .domain-search::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
    color: #aaa
}

.domain-query-full .domain-query form .domain-search-btn,
.main-page-full .main-page form .domain-search-btn {
    border-radius: 0 4px 4px 0;
    z-index: 4;
    background-color: #ffcb26;
    border: none;
    color: #444;
    font-weight: 800;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: .7px;
    padding: 28px 32px !important;
    text-shadow: none;
    line-height: 0
}

.main-page-full .main-page .properties {
    padding: 20px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.main-page-full .main-page .properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.main-page-full .main-page .properties a {
    color: #ffcb08
}

.main-page-full .main-page .properties ul li {
    cursor: pointer
}

.main-page-full .main-page .properties .paketler {
    background-color: #ffcb08;
    border: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.main-page-full .main-page .properties .price {
    font-size: 72px;
    font-weight: 800;
    display: block;
    color: #fff;
    line-height: 46px
}

.main-page-full .main-page .properties .price small {
    font-size: 50%
}

.main-page-full .main-page .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.main-page-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.main-page-full .bottom-container {
    padding: 10px
}

.main-page-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block
}

.domain-information {
    padding: 40px 0
}

.domain-information .best-domain {
    padding: 20px 0;
    text-align: center;
    background-color: #edf4f9;
    border-radius: 4px
}

.domain-information .best-domain .item {
    display: inline-block
}

.domain-information .best-domain .item i {
    color: #bed730;
    float: left
}

.domain-information .best-domain .item span {
    line-height: 30px;
    display: inline-block;
    margin: 0 20px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ec2a8c
}

.domain-transfer .icon {
    width: 48px;
    height: 48px
}

.domain-query-full {
    position: relative;
    border-bottom: 1px solid #eee
}

.domain-query-full .domain-query {
    padding: 40px 0
}

.domain-query-full .domain-query h1 {
    font-weight: 600;
    font-size: 44px;
    color: #fff
}

.domain-query-full .domain-query p {
    font-size: 22px
}

.domain-query-full .domain-query h4 {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul {
    margin: 12px 0 0;
    padding: 0;
    font-size: 16px;
    color: #024;
    list-style: none
}

.domain-query-full .domain-query .other-tlds ul li {
    display: inline-block;
    list-style: none;
    position: relative
}

.domain-query-full .domain-query .other-tlds ul li.divider {
    display: inline-block;
    color: #888;
    padding: 0 5px
}

.domain-query-full .domain-query .other-tlds ul li.indirim {
    display: inline-block;
    background: #ec2a8c !important;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.indirim:after {
    border-top-color: #ec2a8c !important
}

.domain-query-full .domain-query .other-tlds ul li.indirim a {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected {
    display: inline-block;
    background: #01486f;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected a {
    color: #fff !important
}

.domain-query-full .domain-query .other-tlds ul li.selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(154, 210, 104, 0);
    border-top-color: #01486f;
    border-width: 5px;
    margin-left: -5px
}

.domain-query-full .domain-query form {
    margin-bottom: 0;
    background: rgba(255, 255, 255, .75);
    padding: 12px 0;
    border-radius: 4px
}

.domain-query-full .domain-query .domain-properties {
    padding: 40px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties li.active i {
    color: #0f6 !important
}

.domain-query-full .domain-query .domain-properties li.active a {
    font-weight: 700;
    text-decoration: underline
}

.domain-query-full .domain-query .domain-properties a {
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties ul li {
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties .tldspan {
    font-size: 36px;
    font-weight: 800;
    display: block;
    text-align: center;
    line-height: 36px
}

.domain-query-full .domain-query .domain-properties .pricespan {
    color: #ffcb26;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

.domain-query-full .domain-query .domain-properties .price-discount {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .chekcbox small {
    font-size: 50% !important;
    color: #fd3 !important
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list small {
    font-size: 80% !important;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount {
    display: inline-block;
    margin: 0 3px
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.USD:before {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: 0;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.USD:before,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.USD:before {
    font-weight: 400
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.TRY:after {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .pricespan small {
    font-size: 75%;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .label-sale {
    font-size: 12px;
    font-weight: 700;
    background-color: #ffcb27;
    display: inline-block;
    border-radius: 2px;
    padding: 0 12px;
    color: #333
}

.domain-query-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.domain-query-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block;
    padding: 5px
}

.domain-query-full .domain-query .domain-properties .tld-promo,
.domain-query-full .domain-query .domain-properties .tld-selling {
    font-size: 22px;
    font-weight: 700
}

.domain-query-full .domain-query .domain-properties .tld-promo small {
    font-size: 60%
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list {
    padding-bottom: 20px
}

.domain-query-full .domain-query .domain-properties .domain-sorgulama-tlds .chekcbox {
    color: #fd3;
    font-size: 24px
}

.extencion-grup-info.bg-new {
    background-color: #ff0068
}

.extencion-grup-info.bg-discount {
    background-color: #f89406
}

.extencion-grup-info {
    padding: 1px 4px !important;
    font-size: 70%;
    font-weight: 400
}

.product-info {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.product-info .properties .ribbon-container .ribbon-blue {
    top: -29px;
    background: #e9298b;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    padding: 22px 0
}

.product-info .properties .ribbon-container .ribbon-blue .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin: 2px 0 0
}

.product-info .properties .ribbon-container .ribbon-blue img {
    width: 40px;
    height: 40px
}

.product-info .properties .ribbon-container .ribbon-orange {
    top: -70px;
    background: #05b9f0;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 87px;
    padding: 22px 5px
}

.product-info .properties .ribbon-container .ribbon-orange .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    display: block;
    margin: 3px 0 0
}

.product-info .properties .ribbon-container .ribbon-orange img {
    width: 30px;
    height: 30px
}

.product-info .properties .ribbon-container .ribbon-purple {
    top: -70px;
    background: #ec2a8c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 59px;
    padding: 5px
}

.product-info .properties .ribbon-container .ribbon-green {
    top: 55px;
    background: rgba(190, 215, 48, .8);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 133px
}

.product-info .properties .ribbon-container .ribbon-blue2 {
    top: 55px;
    background: #ec2a8c;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 200px
}

.product-info .properties .ribbon-container .ribbon-purple2 {
    top: 0;
    background: #02b9f2;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 240px
}

.product-info .properties .ribbon-container .ribbon-orange2 {
    top: -60px;
    background: #bed730;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 12px
}

.product-info .product-main {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    height: 400px;
    overflow: hidden
}

.product-info .product-main.p120 {
    padding-bottom: 120px
}

.product-info .properties .ribbon-container {
    position: relative;
    margin-top: -30px;
    margin-left: 66px
}

.product-info .product-main .product-main-holder {
    padding: 0;
    margin-bottom: 30px
}

.product-info .product-main .product-main-holder p {
    font-size: 22px;
    clear: both
}

.product-info .product-main .product-main-holder h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 5px;
    color: #fff
}

.product-info .product-main .properties {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    display: block
}

.product-info .product-main .properties .product-item {
    margin-bottom: 10px;
    display: table
}

.product-info .product-main .properties .product-item a {
    cursor: pointer
}

.product-info .product-main .properties .product-item img {
    margin-right: 8px;
    margin-top: 4px;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    float: left
}

.product-info .product-main .properties i {
    width: 32px;
    text-align: center;
    color: #ffcb27
}

.product-info .product-main .properties a {
    color: #fff;
    border-bottom: 1px #fff dashed;
    text-decoration: none
}

.product-info .product-main .properties .price {
    font-size: 72px;
    font-weight: 600;
    display: block;
    line-height: 46px
}

.product-info .product-main .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.product-info .product-main .properties .paketler {
    background-color: #ffcb08;
    border-bottom: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.product-info .product-main .properties .paketler:hover {
    opacity: .9
}

.product-info .product-main .properties .mail-servisleri {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px
}

.product-info .product-main .properties .mail-servisleri:after {
    content: '';
    display: table;
    clear: both
}

.product-info .product-main .properties .mail-servisleri .servis {
    position: relative
}

.product-info .product-main .properties .mail-servisleri .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.product-info .product-main .properties .wpprice {
    position: absolute;
    top: -60px
}

.product-info .product-main .properties .mail-servisleri .title {
    text-shadow: none;
    font-size: 18px;
    font-weight: 800;
    text-align: center
}

.product-info .product-main .properties .mail-servisleri i {
    position: absolute;
    top: 26px;
    right: -18px;
    text-shadow: none;
    font-size: 120%
}

.product-bottom {
    line-height: 60px;
    height: 56px;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    position: relative;
    box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
}

.product-bottom .bottom-container {
    position: relative
}

.product-bottom .item {
    color: #fff;
    height: 56px;
    padding: 0 5px;
    float: left;
    position: relative;
    width: 25%
}

.product-bottom .active:after {
    top: 100%;
    left: 45%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: transparent;
    border-top-color: #7c4492;
    border-width: 10px
}

.product-bottom .item a {
    color: #fff;
    text-transform: uppercase
}

.product-bottom .item strong {
    font-weight: 700
}

.product-bottom .item.blue:before {
    background: #02baf3;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.purple:before {
    background: #ec008c;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.orange:before {
    background: #f7921e;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.green:before {
    background: #bed730;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-info .product-main .ribbon {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 120px;
    height: auto;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: -40px;
    background: #ffcb27;
    color: #444;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .5)
}

.product-info .product-main .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 0
}

.product-info .product-main .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.product-info .product-main .ribbon.ribbon-yellow:after {
    border-top: 20px solid #ffcb27
}

.main-page-full .price small,
.product-info .price small {
    font-size: 50%;
    position: absolute;
    top: 15px
}

.main-page-full .price .period,
.product-info .price .period {
    font-size: 18px;
    font-weight: 400;
    margin-left: 6px
}

.product-info .price .period {
    margin-left: -6px
}

.main-page-full .price .item-price.USD:before,
.product-info .price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.main-page-full .price .item-price.TRY:after,
.product-info .price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .6em;
    top: 20px;
    font-weight: 400;
    right: -80px
}

.product-info .product-main .product-main-holder .product-spots {
    padding: 0 0 40px
}

.product-info .product-main .product-main-holder .product-spots .spot {
    font-size: 16px;
    color: #fff
}

.product-info .product-main .product-main-holder .product-spots .spot i {
    font-size: 24px;
    line-height: 24px
}

.product-list {
    margin: 40px 0
}

.product-list h2 {
    color: #444;
    font-size: 32px;
    font-weight: 800
}

.product-list .list-spot {
    margin-bottom: 40px;
    display: block
}

.product-list .list-spot p {
    font-size: 20px;
    font-weight: 400;
    color: #999
}

.product-list .list-spot strong {
    color: #555
}

.product-list .table thead {
    box-shadow: 0 8px 20px rgba(64, 64, 64, .2)
}

.product-list .table th {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc !important
}

.product-list .title {
    font-size: 18px
}

.product-bg-blue {
    background-color: rgba(0, 51, 85, .9) !important
}

.product-bg-blue2 {
    background-color: rgba(0, 51, 85, .75) !important
}

.product-bg-blue3 {
    background-color: rgba(0, 51, 85, .5) !important
}

.product-bg-purple {
    background-color: rgba(118, 21, 70, .75) !important
}

.product-bg-red {
    background-color: rgba(96, 16, 16, .75) !important
}

.product-bg-dark {
    background-color: rgba(0, 0, 0, .8) !important
}

.product-bg-dark2 {
    background-color: rgba(0, 0, 0, .6) !important
}

.product-bg-dark3 {
    background-color: rgba(0, 0, 0, .5) !important
}

.product-bg-light {
    background-color: rgba(255, 255, 255, .75) !important
}

.product-bg-orange {
    background-color: rgba(84, 118, 136, .8) !important
}

.product-bg-green {
    background-color: rgba(90, 108, 24, .75) !important
}

.product-back-1 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg1.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-2 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg2.jpg) !important;
    background-size: cover
}

.product-back-3 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg3.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-4 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg4.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-5 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg5.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-6 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg6.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-7 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg7.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-8 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg8.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-9 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg9.jpg) !important;
    background-size: cover
}

.product-back-10 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg10.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-11 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg11.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-12 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg12.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-13 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg13.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-14 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg14.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-15 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg15.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-16 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg16.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-17 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg17.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-18 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg18.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-19 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg19.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-20 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg20.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-21 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg21.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-22 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg22.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-23 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg23.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-24 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg24.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-25 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg25.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-26 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg26.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-27 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg27.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-28 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg28.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-29 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg29.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-mekik {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/mekik.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-30 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/newbg30.jpg) !important;
    background-size: cover;
    background-position: center
}

.products-comparison {
    padding: 76px 0
}

.products-comparison .btn-basket {
    margin: 15px 0;
    font-size: 15px !important
}

.products-comparison ul {
    display: flex;
    top: 1px;
    z-index: 10;
    padding-bottom: 14px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    border: 1px solid #eee
}

.products-comparison li {
    list-style: none;
    flex: 1
}

.products-comparison li button {
    width: 100%;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    color: #999
}

.products-comparison li.bg-blue button,
.products-comparison li.bg-purple button {
    border-right: 1px solid #eee
}

.products-comparison li.bg-green button {
    border-left: 1px solid #eee
}

.products-comparison li.active button {
    background: #444;
    color: #fff
}

.products-comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff !important;
    font-size: 110%
}

.products-comparison th {
    background: #f9f9f9;
    display: none
}

.products-comparison td,
.products-comparison th {
    height: 45px
}

.products-comparison td,
.products-comparison th {
    border: none;
    empty-cells: show
}

.products-comparison td,
.products-comparison th {
    text-align: left
}

.products-comparison th {
    vertical-align: bottom;
    background-color: #f9f9f9 !important
}

.products-comparison td {
    border: 1px solid #e6e6e6
}

.products-comparison tr.fiyatlar .ribbon {
    position: relative;
    right: 0;
    float: right;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    background-color: #fe2c68;
    padding: 3px 5px;
    border-radius: 2px
}

.products-comparison tr.fiyatlar td {
    background-color: #fff !important
}

.products-comparison tr.fiyatlar del {
    font-weight: 700;
    margin: 12px 0 0
}

.products-comparison tr.fiyatlar .fiyat {
    font-size: 30px;
    font-weight: 700;
    display: block;
    height: 38px;
    line-height: 1
}

.products-comparison tr.fiyatlar strike {
    font-size: 12px;
    color: #888;
    display: inline-block;
    margin: 0 5px 0 0
}

.products-comparison tr.fiyatlar .fiyat2 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.products-comparison tr.fiyatlar .fiyat small {
    font-size: 12px
}

.products-comparison tr.fiyatlar .fiyat .item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.products-comparison tr.fiyatlar .fiyat .item-price.TRY:after {
    content: "₺";
    font-size: 75%;
    top: -6px;
    position: relative;
    font-weight: 400
}

.products-comparison th .stars {
    margin: 0;
    padding: 8px;
    line-height: 0;
    display: block
}

.products-comparison td+td,
.products-comparison th+th {
    text-align: center;
    display: none
}

.products-comparison td.default {
    display: table-cell
}

.products-comparison td span.title {
    padding: 0 10px;
    text-align: left;
    display: inline-block
}

.products-comparison .currency-changer {
    float: right;
    height: 18px;
    top: -6px;
    position: relative
}

.products-comparison .currency-changer ul {
    display: inline-block;
    margin: 17px 10px 0;
    border: none !important
}

.products-comparison .currency-changer li {
    border: none !important
}

.products-comparison .currency-changer li a {
    color: #0d314f
}

.products-comparison .currency-changer li a:hover {
    color: #666
}

.products-comparison span.bg-blue {
    border-top: 5px solid #02b9f2;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison span.bg-purple {
    border-top: 5px solid #ec2a8c;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px
}

.products-comparison span.bg-orange {
    border-top: 5px solid #f7931f;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 75px;
    line-height: 25px
}

.products-comparison span.bg-green {
    border-top: 5px solid #bed730;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison .bg-blue {
    border-top: 5px solid #02b9f2
}

.products-comparison .bg-purple {
    border-top: 5px solid #ec2a8c
}

.products-comparison .bg-orange {
    border-top: 5px solid #f7931f
}

.products-comparison .bg-green {
    border-top: 5px solid #bed730
}

.products-comparison .sep {
    background: #f2f2f2 !important;
    font-weight: 700;
    color: #484848 !important
}

.products-comparison .sep span {
    margin-left: 20px
}

.products-comparison .sep i {
    display: inline-block;
    float: right;
    margin: 4px 10px 0;
    color: #bcbbbe
}

.products-comparison .txt-l {
    font-size: 28px;
    font-weight: 700
}

.products-comparison .txt-top {
    position: relative;
    top: -9px;
    left: -2px
}

.products-comparison .tick {
    font-size: 18px;
    color: #6fac2e
}

.products-comparison .times {
    font-size: 18px;
    color: #c22
}

.products-comparison .hide {
    border: 0;
    background: 0 0
}

.new-packs-box {
    color: #444;
    padding: 40px 0 0
}

.new-packs-box .container {
    position: relative
}

.new-packs-box .doviz-kurlari {
    position: absolute;
    top: 120px;
    right: 0
}

.new-packs-box .pack-spot {
    display: block;
    margin-bottom: 60px
}

.new-packs-box .pack-spot h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px
}

.new-packs-box .pack-spot p {
    font-size: 18px;
    font-weight: 400;
    color: #999
}

.new-packs-box .pack-spot p strong {
    color: #555
}

.new-packs-box .totop {
    margin-top: -106px
}

.new-packs-box .information {
    position: relative;
    top: -40px
}

.new-packs-box .new-packs .pack {
    background-color: #fff;
    border-bottom: 10px solid #0d314f;
    margin-bottom: 20px;
    position: relative
}

.new-packs-box .new-packs .pack.blue {
    z-index: 1
}

.new-packs-box .new-packs .pack.purple {
    z-index: 2
}

.new-packs-box .new-packs .pack.orange {
    z-index: 3
}

.new-packs-box .new-packs .pack.green {
    z-index: 1
}

.new-packs-box .new-packs .pack.default {
    background-color: #fff;
    border-bottom: 10px solid #444;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -30px
}

.new-packs-box .new-packs .pack.default2 {
    background-color: #fff;
    border-bottom: 10px solid #444;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -10px
}

.new-packs-box .new-packs .pack.purple.default {
    border-bottom: 30px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue.default {
    border-bottom: 30px solid #03bbf4
}

.new-packs-box .new-packs .pack.green.default {
    border-bottom: 30px solid #bed730
}

.new-packs-box .new-packs .pack.default .title {
    height: 96px
}

.new-packs-box .new-packs .pack.default2 .title {
    height: 76px
}

.new-packs-box .new-packs .pack .title {
    line-height: 32px;
    padding: 15px;
    background-color: #0d314f
}

.new-packs-box .new-packs .pack:hover .paket_detay {
    opacity: .9
}

.new-packs-box .new-packs .pack .paket_detay:hover {
    cursor: pointer
}

.new-packs-box .new-packs .pack.purple .title {
    border-top: 5px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue .title {
    border-top: 5px solid #03bbf4
}

.new-packs-box .new-packs .pack.green .title {
    border-top: 5px solid #bed730
}

.new-packs-box .new-packs .pack.orange .title {
    border-top: 5px solid #f7931f
}

.new-packs-box .new-packs .pack .title h3,
.new-packs-box .new-packs .pack .title h5 {
    font-size: 24px;
    margin: 0 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.new-packs-box .new-packs .pack.default .title h3,
.new-packs-box .new-packs .pack.default .title h5 {
    line-height: 90px
}

.new-packs-box .new-packs .pack.default2 .title h3,
.new-packs-box .new-packs .pack.default2 .title h5 {
    line-height: 50px
}

.new-packs-box .new-packs .pack.default .title .stars {
    position: absolute;
    text-align: center;
    width: 90%
}

.new-packs-box .new-packs .pack .price-box {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px
}

.new-packs-box .new-packs .pack .price-box .starting {
    text-align: center;
    color: #777
}

.new-packs-box .new-packs .pack .price-box .price-details {
    text-align: center;
    margin: 10px 0;
    display: block;
    cursor: pointer
}

.new-packs-box .new-packs .pack .price-box .price-details a {
    color: #888 !important
}

.new-packs-box .new-packs .pack .price-box .button {
    padding: 0 0px
}

.new-packs-box .new-packs .pack .price-box .btn-paket {
    padding: 10px !important;
    font-size: 16px !important
}

.new-packs-box .new-packs .pack .desc {
    margin: 0
}

.new-packs-box .new-packs .pack .desc ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none
}

.new-packs-box .new-packs .pack .desc ul li {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 45px
}

.new-packs-box .new-packs .pack .desc ul li:last-child {
    border-bottom: none
}

.new-packs-box .new-packs .pack .desc ul li .paket_detay {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted
}

.new-packs-box .new-packs .pack .desc ul li i.fa-caret-down {
    position: relative;
    top: 3px;
    left: 5px
}

.new-packs-box .new-packs .pack .desc ul li .cpanel,
.new-packs-box .new-packs .pack .desc ul li .plesk {
    margin: 10px 0;
    width: 20%
}

.new-packs-box .new-packs .pack .price-box .fiyat {
    text-align: center;
    display: block;
    padding: 0 0 15px;
    font-weight: 800;
    font-size: 48px
}

.new-packs-box .new-packs .pack .price-box .fiyat .discount-price {
    display: block;
    margin-bottom: 30px
}

.new-packs-box .new-packs .pack .price-box .fiyat .current-price {
    position: relative;
    font-size: 60px;
    font-weight: 900
}

.new-packs-box .new-packs .pack .price-box .fiyat small {
    font-size: .5em;
    position: relative;
    top: -20px;
    font-weight: 700
}

.new-packs-box .new-packs .pack .price-box .fiyat .period {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .5em;
    font-weight: 400;
    margin-left: 2px
}

.new-packs-box .new-packs .pack .price-box .fiyat del {
    font-size: 18px !important;
    color: #888;
    font-weight: 700
}

.new-packs-box .new-packs .pack .title-purple {
    background-color: #444;
    border-top: 3px solid #ec2a8c
}

.new-packs-box .new-packs .pack .title-green {
    background-color: #bed730
}

.new-packs-box .ribbon {
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    display: block;
    width: 50px;
    height: 40px;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .75)
}

.new-packs-box .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0
}

.new-packs-box .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.new-packs-box .ribbon.ribbon-blue {
    background: linear-gradient(to bottom, #03bbf4 0, #0a97c2 100%)
}

.new-packs-box .ribbon.ribbon-blue:after {
    border-top: 10px solid #0a97c2
}

.new-packs-box .ribbon.ribbon-purple {
    background: linear-gradient(to bottom, #ec2a8c 0, #d6207b 100%)
}

.new-packs-box .ribbon.ribbon-purple:after {
    border-top: 10px solid #d6207b
}

.new-packs-box .ribbon.ribbon-orange {
    background: linear-gradient(to bottom, #f7931f 0, #df8014 100%)
}

.new-packs-box .ribbon.ribbon-orange:after {
    border-top: 10px solid #df8014
}

.new-packs-box .ribbon.ribbon-green {
    background: linear-gradient(to bottom, #bed730 0, #b0c920 100%)
}

.new-packs-box .ribbon.ribbon-green:after {
    border-top: 10px solid #b0c920
}

.product-price .product-price-header {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #555
}

.product-price .product-price-header h1 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 50px
}

.product-price .product-price-header span {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
    background-color: #ffcb05;
    border-radius: 3px;
    line-height: 50px;
    color: #222;
    font-weight: 900
}

.product-price .product-price-bottom {
    padding: 10px 0;
    background: #444
}

.product-price .product-price-bottom ol {
    padding: 0;
    margin: 0
}

.product-price .product-price-bottom li {
    display: inline-block;
    margin: 0 5px
}

.product-price .product-price-bottom li:after {
    content: "/";
    color: #ffcb05;
    margin-left: 15px
}

.product-price .product-price-bottom li:last-child:after {
    content: ""
}

.product-price .product-price-bottom li a {
    color: #fff
}

.domainpromo {
    margin: 20px 0
}

.domainpromo .domainpromo-box {
    margin-bottom: 0;
    text-align: center
}

.domainpromo .domainpromo-box:hover {
    background-color: #f8f8f8;
    cursor: pointer
}

.domainpromo .domainpromo-box .icon {
    height: auto !important;
    width: 75%;
    margin: 0 auto
}

.domainpromo .domainpromo-box .price {
    display: block;
    position: relative;
    top: -10px;
    font-size: 24px;
    color: #444
}

.domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px;
    color: #888
}

.domainpromo .domainpromo-box .price .discounts {
    color: #39b752
}

.domainpromo .domainpromo-box .item-price {
    font-weight: 800
}

.domainpromo .domainpromo-box .price .item-price small {
    font-size: 75%;
    position: relative;
    top: -4px;
    margin: 2px
}

.domainpromo .domainpromo-box .price .item-price.TRY:after,
.domainpromo .domainpromo-box .price .item-price.USD:before {
    font-weight: 400
}

.domainpromo .domainpromo-box strike,
del {
    line-height: 15px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #888;
    font-size: 15px
}

.domainpromo .domainpromo-box strike:after,
del:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 5px solid #ec2a8c;
    height: 60%;
    height: calc(60%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-10deg)
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.affix-top {
    position: static;
    top: -35px
}

div.sonuclar-loading {
    width: calc(100% - 52px);
    height: 100%;
    background-color: #bbb;
    display: block;
    position: absolute;
    border-radius: 4px 0 0 4px
}

div.sonuclar-loading>div {
    position: relative;
    display: block;
    top: 8px;
    right: 8px;
    text-align: right;
    z-index: 9
}

.domain-sorgulama-form-holder .domain-sorgulama-form {
    margin: 20px 0
}

.domain-sorgulama-form-holder .domain-sorgulama-form-input {
    border: 1px solid #ddd;
    color: #444;
    font-weight: 700;
    border-radius: 4px 0 0 4px !important;
    padding: 10px !important;
    text-shadow: none;
    line-height: 40px
}

.domain-sorgulama-form-holder .domain-sorgulama-form-submit {
    border-radius: 0 4px 4px 0 !important;
    line-height: 0 !important;
    z-index: 4;
    background-color: #ffcb26;
    color: #444
}

.domain-sorgulama-sepet-btn-holder {
    margin: 20px 0
}

.domain-sorgulama-sepet-btn-holder .btn {
    border-radius: 4px;
    z-index: 199;
    line-height: 0 !important;
    background-color: #01b9f2;
    color: #444;
    text-shadow: none;
    height: 46px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.domain-sorgulama-sepet-btn-toplam {
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    padding: 0 5px
}

.vertical-align-middle {
    display: flex;
    align-items: center
}

.vertical-align-middle .form-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.domain-sorgulama-sonuclar-first {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuclar-first.sonuc-available {
    background-color: rgba(190, 215, 48, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable {
    background-color: rgba(193, 30, 65, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-available:hover {
    background-color: #efffdf
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable:hover {
    background-color: #fff2f2
}

.domain-sorgulama-sonuclar-first .domain-free {
    text-align: center;
    display: block
}

.domain-sorgulama-sonuclar-first ul li .domain-free h1 {
    text-align: center;
    font-size: 42px;
    color: #468
}

.domain-sorgulama-sonuc-item {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuc-item:hover {
    background-color: #f8f8f8
}

.domain-sonuc-ribbon {
    background-color: #f54458;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    top: 15px;
    line-height: 12px
}

.domain-sorgulama-sonuc-domain {
    font-weight: 400;
    font-size: 18px
}

.sonuclar-kutusu .domain-free,
.sonuclar-kutusu .domain-nofree {
    margin: 20px 0
}

.sonuclar-kutusu .domain-free h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0c0
}

.sonuclar-kutusu .domain-nofree h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #c00
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 25px;
    font-weight: 700
}

.sonuclar-kutusu h4.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 15px;
    font-weight: 400
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.available {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.available:before,
.sonuclar-kutusu h4.available:before {
    content: "✔";
    margin-right: 5px;
    color: #39b752
}

.sonuclar-kutusu h3.unavailable,
.sonuclar-kutusu h4.unavailable {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.unavailable:before,
.sonuclar-kutusu h4.unavailable:before {
    content: "✗";
    margin-right: 5px;
    color: #c33
}

.sonuclar-kutusu .info {
    display: inline-block;
    margin-left: 10px
}

.domain-sorgulama-sonuc-domain .item-price {
    display: block;
    left: 24px;
    position: relative;
    font-size: 12px
}

.sonuclar-kutusu h1 {
    font-size: 28px;
    font-weight: 400
}

.sonuclar-kutusu h1 .text-danger,
.sonuclar-kutusu h1 .text-success {
    font-weight: 800
}

.sonuclar-kutusu .btn-basket {
    box-shadow: none;
    font-style: normal;
    text-shadow: none
}

.sonuclar-kutusu .btn-success {
    color: #fff !important;
    background-color: #39b752 !important
}

.sonuclar-kutusu .btn-danger {
    background-color: #dc3545 !important;
    color: #fff !important
}

.sonuclar-kutusu .btn-link {
    background: 0 0 !important;
    color: #036 !important
}

.full-width-box-override {
    margin-bottom: 20px 0 !important;
    padding: 20px 0
}

.domain-sorgulama-sonuclar-filter-header {
    background-color: #e1e1e1;
    text-align: center
}

.domain-sorgulama-sonuclar-filter-header h5 {
    margin: 0;
    padding: 14px 10px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.4px;
    color: #67717a;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .099);
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.domain-sorgulama-sonuclar-filter {
    display: flex;
    align-items: center
}

.domain-sorgulama-sonuclar-filter-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 700
}

.domain-sorgulama-sonuclar-filter-item:hover {
    background-color: #f8f8f8
}

.domain-sorgulama-sonuclar-filter-item label {
    margin: 0;
    width: 215px;
    color: #333;
    padding: 0 20px 0 0
}

.domain-sorgulama-sonuclar-filter-item .radio {
    margin: 0
}

.domain-sorgulama-sonuclar-filter-item input[type=radio] {
    position: relative;
    margin: 0 10px 0 0
}

.domain-sorgulama-sonuclar-more {
    background-color: #fff
}

.support-info {
    background: #f0f3f7
}

.support-info .call-center {
    margin: 20px 0 0
}

.support-info .support-cover {
    padding-top: 50px
}

.support-info .support-cover .support-title {
    margin-bottom: 10px
}

.support-info .support-cover .services .big-icon {
    height: 80px
}

.support-info .support-cover .services .big-icon img {
    padding: 20px 20px 0
}

.support-info .support-cover .services.h4 {
    margin-bottom: 0
}

.hosting-information {
    padding: 80px 0 40px
}

.hosting-partners .row {
    padding: 40px 0 20px
}

.hosting-partners .row .partner {
    margin-bottom: 20px
}

.faq-common {
    padding: 40px 0
}

.faq-common h4 {
    font-weight: 400 !important;
    color: #666
}

.hosting-features {
    padding: 40px 0 0
}

.homepage-information {
    padding: 60px 0
}

.homepage-information .big-services-box .price {
    display: block;
    text-align: center;
    margin: 0 0 20px
}

.homepage-information .big-services-box .price .item-price {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px
}

.homepage-information .big-services-box .price .item-price small {
    font-size: 24px;
    font-weight: 700;
    top: -18px;
    position: relative
}

.homepage-information .big-services-box .price .periyod {
    position: relative;
    right: 25px
}

.homepage-information .big-services-box .price .information {
    display: block;
    line-height: 20px
}

.domain-query-full.home {
    border-bottom: none !important
}

.domain-query-full.home ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .75
}

.domain-best-price.home .domainpromo {
    margin: inherit;
    padding: 0
}

.domain-best-price.home .domainpromo .domainpromo-box {
    margin-bottom: 15px
}

.domain-best-price.home .domainpromo .domainpromo-box:hover {
    background: #fff;
    border-radius: 4px
}

.domain-best-price.home .domainpromo .domainpromo-box .icon {
    width: 100%;
    clear: both
}

.domain-best-price.home .domainpromo .domainpromo-box .icon img {
    width: 40%
}

.domain-best-price.home .domainpromo .domainpromo-box .price {
    top: 0;
    font-size: 20px
}

.domain-best-price.home .domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px 0 0;
    line-height: 40px
}

.domain-best-price.home .domainpromo .domainpromo-box del:after {
    border-top: 2px solid #ec2a8c;
    height: 60%;
    height: calc(50%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-20deg)
}

.domain-best-price.home .domainpromo .domainpromo-box .price .discounts {
    color: #666
}

.dedicated_new2 {
    position: relative;
    text-align: center
}

.dedicated_new2 .list-spot {
    margin-bottom: 20px
}

.dd2-title {
    background: #25c2f2;
    position: relative;
    padding: 12px 0
}

.dd2-title:after,
.dd2-title:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-title ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-title ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    width: 13%;
    color: #fff;
    min-height: 86px;
    border-right: 1px solid #68d1ef;
    text-align: center
}

.dd2-title ul li img {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 auto 5px
}

.dd2-title ul li:nth-child(1) {
    width: 15%
}

.dd2-title ul li:nth-child(2) {
    width: 18%
}

.dd2-title ul li:nth-child(3) {
    width: 12%
}

.dd2-title ul li:nth-child(4) {
    width: 12%
}

.dd2-title ul li:nth-child(5) {
    width: 8%
}

.dd2-title ul li:nth-child(6) {
    width: 10%
}

.dd2-title ul li:nth-child(7) {
    width: 12%
}

.dd2-title ul li:nth-child(8) {
    width: 12%;
    border-right: 0
}

.dd2-line {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #e8e8e8
}

.dd2-line:after,
.dd2-line:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature {
    position: relative
}

.dd2-line .dd2-feature:after,
.dd2-line .dd2-feature:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-line .dd2-feature ul li {
    display: table-cell;
    vertical-align: middle;
    width: 13%;
    min-height: 86px;
    background: url(https://cdn.hosting.com.tr/hosting/img/line.png) no-repeat right 0;
    text-align: center
}

.dd2-line .dd2-feature ul li:nth-child(1) {
    width: 15%;
    cursor: pointer
}

.dd2-line .dd2-feature ul li:nth-child(1) h3 {
    font-size: 14px;
    margin: 0 0 5px;
    color: #d35400
}

.dd2-line .dd2-feature ul li:nth-child(1) img {
    display: block;
    margin: 0 auto
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn {
    font-size: 11px;
    padding: 0 10px 0 15px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn>i {
    font-size: 13px
}

.dd2-line .dd2-feature ul li:nth-child(2) {
    width: 18%
}

.dd2-line .dd2-feature ul li:nth-child(3) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(4) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(5) {
    width: 8%
}

.dd2-line .dd2-feature ul li:nth-child(6) {
    width: 10%
}

.dd2-line .dd2-feature ul li:nth-child(7) {
    width: 12%;
    text-align: right;
    font-weight: 600;
    padding: 0 10px
}

.dd2-line .dd2-feature ul li:nth-child(8) {
    width: 12%;
    background: 0 0
}

.dd2-line .dd2-feature .btn {
    position: relative;
    z-index: 9
}

.dd2-line .dd2-detail {
    position: relative;
    padding: 18px 0 0;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    display: none
}

.dd2-line .dd2-detail:after,
.dd2-line .dd2-detail:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-detail .dd2-detail-col1 {
    float: left;
    width: calc(20% - 15px);
    padding: 0;
    margin-right: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1>div {
    border: 1px solid #e8e8e8;
    padding: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1 img {
    width: 50%
}

.dd2-line .dd2-detail .dd2-detail-col2 {
    float: left;
    width: 75%
}

.dd2-line .dd2-detail .dd2-detail-col2 ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li {
    float: left;
    width: 33%;
    line-height: 1.3;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li i {
    padding-right: 4px;
    color: #2ecb70
}

@media only screen and (max-width:767px) {
    .dd2-line .dd2-detail .dd2-detail-col1 {
        width: 100%;
        float: none
    }
    .dd2-line .dd2-detail .dd2-detail-col2 {
        width: 100%;
        float: none;
        padding: 20px 20px 0
    }
    .dd2-line .dd2-detail .dd2-detail-col2 ul li {
        width: 100%;
        float: none
    }
    .dd2-title {
        display: none
    }
    .dd2-line .dd2-feature ul li {
        display: block;
        min-height: 48px
    }
    .dd2-line .dd2-feature ul li:nth-child(1) {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px
    }
    .dd2-line .dd2-feature ul li:nth-child(2) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(3) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(4) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(5) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(6) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(7) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(8) {
        width: 100%;
        float: none;
        display: block
    }
    .colocation-banner {
        margin-top: 0
    }
    .colocation-banner h1 {
        font-size: 24px;
        line-height: 1.3
    }
    .colocation-banner p {
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.3
    }
    .colocation-main {
        overflow-y: auto
    }
}

.section-pro {
    position: relative;
    padding: 20px 0 65px
}

.section-pro h3 {
    font-size: 36px;
    line-height: 38px;
    color: #323940;
    text-align: center
}

.section-pro p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 40px;
    color: #68717a
}

.section-pro ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.section-pro ul li {
    float: left;
    width: 33.33%;
    margin: 5px 0;
    line-height: 25px;
    font-size: 18px;
    color: #68717a
}

.section-pro ul li i {
    float: left;
    color: #2ecb70;
    font-size: 25px;
    padding-right: 5px
}

.dedicated-why {
    position: relative;
    padding: 50px 0;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ccc
}

.dedicated-why img {
    margin-top: 30px
}

.need-help {
    position: relative;
    background-color: #25c2f2;
    text-align: center;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto
}

.need-help h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    float: left;
    font-weight: 600;
    line-height: 32px
}

.need-help .btn,
.need-help .btn:hover {
    float: right;
    background: #25c2f2;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 18px
}

@media only screen and (max-width:991px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (device-width:768px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .need-help h4 {
        float: none;
        font-size: 22px;
        line-height: 1.3
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
    div.sonuclar-loading {
        width: calc(100% - 50px)
    }
    .domain-information {
        padding: 15px 0 !important
    }
    .domain-information .best-domain {
        padding: 20px 0;
        text-align: center;
        background-color: #edf4f9;
        border-radius: 4px
    }
    .domain-information .best-domain .item {
        display: block !important;
        text-align: left;
        margin: 10px
    }
    .domain-information .big-services-box {
        margin-bottom: 15px
    }
    .domain-information .service {
        margin-bottom: 30px
    }
    .domain-query-full .domain-query form {
        margin-bottom: 10px
    }
}

@media (max-width:575.98px) {
    .products-comparison table {
        width: 100%
    }
    .products-comparison td+td,
    .products-comparison th+th {
        width: auto
    }
    .main-page-full {
        padding: 40px 0
    }
    .main-page-full .main-page h1 {
        font-size: 36px !important;
        margin: 0 0 30px;
        font-weight: 900
    }
    .main-page-full .main-page .properties .price {
        text-align: center;
        font-size: 60px;
        padding: 10px 0 20px
    }
    .main-page-full .main-page .properties .desc {
        text-align: center
    }
    .sonuclar-kutusu .domain-free h1 {
        font-size: 18px
    }
    .domain-query-full .domain-query {
        padding: 40px 0 0
    }
    .domain-query-full .domain-query h1 .word-rotate {
        height: 45px
    }
    .domain-query-full .domain-query h1 {
        font-size: 28px
    }
    .product-info {
        box-shadow: none
    }
    .product-info .product-main .product-main-holder h1 {
        font-size: 32px
    }
    .product-info .product-main .properties {
        margin-top: 20px
    }
    .product-info .product-main .properties .product-item {
        margin-bottom: 20px;
        width: 100%
    }
    .product-info .product-main .properties .product-item img {
        margin-right: 15px;
        width: 48px;
        height: 48px;
        padding: 8px;
        border-radius: 3px
    }
    .product-info .product-main .properties .price {
        text-align: center;
        padding: 20px 0 0
    }
    .product-info .product-main .properties .desc {
        text-align: center
    }
    .product-info .product-bottom {
        line-height: 60px;
        bottom: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        padding-bottom: 0;
        position: relative;
        background-color: #888;
        box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
    }
    .product-info .product-bottom .item {
        width: 100%;
        border-bottom: 1px solid #966da6
    }
    .product-info .product-bottom .active:after {
        right: 0;
        top: 18px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-color: transparent;
        border-right-color: #fff;
        border-width: 10px;
        z-index: 999
    }
    .new-packs-box .pack-spot {
        margin-bottom: 20px
    }
    .new-packs-box .new-packs .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .new-packs-box .new-packs .pack.default {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack.purple.default {
        border-bottom: 10px solid #444
    }
    .new-packs-box .new-packs .pack.default2 {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack .price-box {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .new-packs-box .new-packs .pack .desc {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .products-comparison {
        padding: 40px 0
    }
    .new-packs-box .ribbon {
        right: 20px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .product-price .product-price-header h1 {
        font-size: 26px
    }
    .products-comparison tr.fiyatlar .ribbon {
        font-size: 9px
    }
    .products-comparison table {
        font-size: 95%
    }
    .new-packs-box .pack-spot h1 {
        font-size: 30px
    }
    .new-packs-box .pack-spot .lead {
        font-size: 14px
    }
    .product-info .product-main {
        padding: 40px 0 !important
    }
    .new-packs-box .totop {
        margin-top: 0
    }
    .new-packs-box .new-packs .pack {
        box-shadow: none
    }
    .new-packs-box .new-packs .pack .desc ul li .cpanel,
    .new-packs-box .new-packs .pack .desc ul li .plesk {
        margin: 0;
        width: 25%
    }
    .domain-query-full .domain-query .other-tlds ul li,
    .domain-query-full .domain-query .other-tlds ul li.indirim {
        display: table;
        margin: 3px 0
    }
    .domain-query-full .domain-query .other-tlds ul li.divider {
        display: none
    }
    .domain-query-full .domain-query .other-tlds ul li.selected:after {
        content: none
    }
    .hosting-information {
        padding: 20px 0 0
    }
    .hosting-information .services .service,
    .services .features-block {
        margin-bottom: 30px
    }
    .hosting-information .services .service .icon {
        width: 48px;
        height: 48px
    }
    .faq-common {
        padding: 20px 0
    }
    .support-info .support-cover {
        padding-top: 20px
    }
    .word-rotate {
        font-size: 32px;
        line-height: 45px !important;
        height: 45px !important
    }
    .domain-sorgulama-sonuc-item {
        padding: 10px 0;
        border: 1px solid #eee;
        margin-bottom: 10px;
        border-radius: 4px
    }
    .domain-sorgulama-sonuc-item:hover {
        background-color: #f8f8f8
    }
    .domain-sorgulama-sonuc-item:last-child {
        border-bottom: 1px solid #eee
    }
}

@media (max-width:768px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .new-packs-box .new-packs {
        padding: 0 15px
    }
    .new-packs-box .new-packs .pack.default {
        position: relative;
        z-index: 1;
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack {
        border-bottom: none
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 40%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .new-packs .pack .price-box .fiyat {
        padding: 0
    }
    .new-packs .pack .price-box .fiyat del {
        display: table;
        margin: 0 auto 15px
    }
    .new-packs .pack .price-box .fiyat {
        font-size: 36px;
        line-height: 40px
    }
    .new-packs .pack .price-box .button {
        padding: 10px
    }
    .product-info .product-bottom {
        font-size: 18px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 60%
    }
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 240px
    }
    .product-info .product-bottom {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 330px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
}

.font-sz-110 {
    font-size: 110%
}

.font-sz-105 {
    font-size: 105%
}

.font-sz-100 {
    font-size: 100%
}

.font-sz-95 {
    font-size: 95%
}

.font-sz-90 {
    font-size: 90%
}

.font-sz-85 {
    font-size: 85%
}

.font-sz-80 {
    font-size: 80%
}

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

.no-margin {
    margin: 0 !important
}

.no-margin-t {
    margin-top: 0 !important
}

.no-margin-l {
    margin-left: 0 !important
}

.no-margin-r {
    margin-right: 0 !important
}

.no-margin-b {
    margin-bottom: 0 !important
}

.margin-5 {
    margin: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-t-5 {
    margin-top: 5px !important
}

.margin-t-10 {
    margin-top: 10px !important
}

.margin-t-15 {
    margin-top: 15px !important
}

.margin-t-20 {
    margin-top: 20px !important
}

.margin-t-25 {
    margin-top: 25px !important
}

.margin-t-30 {
    margin-top: 30px !important
}

.margin-l-5 {
    margin-left: 5px !important
}

.margin-l-10 {
    margin-left: 10px !important
}

.margin-l-15 {
    margin-left: 15px !important
}

.margin-l-20 {
    margin-left: 20px !important
}

.margin-l-25 {
    margin-left: 25px !important
}

.margin-l-30 {
    margin-left: 30px !important
}

.margin-r-5 {
    margin-right: 5px !important
}

.margin-r-10 {
    margin-right: 10px !important
}

.margin-r-15 {
    margin-right: 15px !important
}

.margin-r-20 {
    margin-right: 20px !important
}

.margin-r-25 {
    margin-right: 25px !important
}

.margin-r-30 {
    margin-right: 30px !important
}

.margin-b-5 {
    margin-bottom: 5px !important
}

.margin-b-10 {
    margin-bottom: 10px !important
}

.margin-b-15 {
    margin-bottom: 15px !important
}

.margin-b-20 {
    margin-bottom: 20px !important
}

.margin-b-25 {
    margin-bottom: 25px !important
}

.margin-b-30 {
    margin-bottom: 30px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-t {
    padding-top: 0 !important
}

.no-padding-l {
    padding-left: 0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-b {
    padding-bottom: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-t-5 {
    padding-top: 5px !important
}

.padding-t-10 {
    padding-top: 10px !important
}

.padding-t-15 {
    padding-top: 15px !important
}

.padding-t-20 {
    padding-top: 20px !important
}

.padding-t-25 {
    padding-top: 25px !important
}

.padding-t-30 {
    padding-top: 30px !important
}

.padding-l-5 {
    padding-left: 5px !important
}

.padding-l-10 {
    padding-left: 10px !important
}

.padding-l-15 {
    padding-left: 15px !important
}

.padding-l-20 {
    padding-left: 20px !important
}

.padding-l-25 {
    padding-left: 25px !important
}

.padding-l-30 {
    padding-left: 30px !important
}

.padding-r-5 {
    padding-right: 5px !important
}

.padding-r-10 {
    padding-right: 10px !important
}

.padding-r-15 {
    padding-right: 15px !important
}

.padding-r-20 {
    padding-right: 20px !important
}

.padding-r-25 {
    padding-right: 25px !important
}

.padding-r-30 {
    padding-right: 30px !important
}

.padding-b-5 {
    padding-bottom: 5px !important
}

.padding-b-10 {
    padding-bottom: 10px !important
}

.padding-b-15 {
    padding-bottom: 15px !important
}

.padding-b-20 {
    padding-bottom: 20px !important
}

.padding-b-25 {
    padding-bottom: 25px !important
}

.padding-b-30 {
    padding-bottom: 30px !important
}

.bg-grey {
    background-color: #f0f3f7
}

.bg-white {
    background-color: #fff
}

.bg-primary {
    background-color: #3db9f2
}

.bg-secondary {
    background-color: #6c757d
}

.bg-green,
.bg-success {
    background-color: #28a745
}

.bg-info {
    background-color: #17a2b8
}

.bg-warning {
    background-color: #ffc107
}

.bg-danger {
    background-color: #dc3545
}

.bg-light {
    background-color: #f8f9fa
}

.bg-link {
    background-color: transparent
}

.color-bg-primary {
    color: #3db9f2
}

.color-bg-secondary {
    color: #6c757d
}

.color-bg-success {
    color: #28a745
}

.color-bg-info {
    color: #17a2b8
}

.color-bg-warning {
    color: #ffc107
}

.color-bg-danger {
    color: #dc3545
}

.color-bg-light {
    color: #f8f9fa
}

.border-bg-primary {
    border-color: #3db9f2
}

.border-bg-secondary {
    border-color: #6c757d
}

.border-bg-success {
    border-color: #28a745
}

.border-bg-info {
    border-color: #17a2b8
}

.border-bg-warning {
    border-color: #ffc107
}

.border-bg-danger {
    border-color: #dc3545
}

.border-bg-light {
    border-color: #f8f9fa
}

.border-red {
    border: 1px solid red
}

.border-blue {
    border: 1px solid #00f
}

.border-yellow {
    border: 1px solid #ff0
}

.inline-block {
    display: inline-block
}

.color-cc-mastercard {
    color: #f60
}

.color-cc-visa {
    color: #00a3e4
}

.color-cc-amex {
    color: #2e77bb
}

.color-cc-discover {
    color: #f60
}

.select-border-fix {
    position: relative;
    right: 1px
}

.word-rotate {
    font-weight: 700;
    font-size: 40px;
    height: 55px !important;
    line-height: 55px !important;
    float: left;
    display: inline;
    margin-right: 10px
}

.main-page-full {
    padding: 40px 0 120px;
    position: relative;
    overflow: hidden
}

.main-page-full .main-page {
    padding: 0
}

.main-page-full .main-page h1 {
    font-size: 44px !important;
    margin: 0 0 30px;
    font-weight: 900
}

.main-page-full .main-page form {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .75);
    padding: 12px;
    border-radius: 4px
}

.domain-query-full .domain-query form .domain-search,
.main-page-full .main-page form .domain-search {
    border: none;
    color: #444;
    font-weight: 700;
    font-size: 24px !important;
    border-radius: 4px 0 0 4px !important;
    padding: 20px 15px !important;
    text-shadow: none;
    height: 56px !important
}

.domain-query-full .domain-query form .domain-search::-webkit-input-placeholder,
.main-page-full .main-page form .domain-search::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
    color: #aaa
}

.domain-query-full .domain-query form .domain-search-btn,
.main-page-full .main-page form .domain-search-btn {
    border-radius: 0 4px 4px 0;
    z-index: 4;
    background-color: #ffcb26;
    border: none;
    color: #444;
    font-weight: 800;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: .7px;
    padding: 28px 32px !important;
    text-shadow: none;
    line-height: 0
}

.main-page-full .main-page .properties {
    padding: 20px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.main-page-full .main-page .properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.main-page-full .main-page .properties a {
    color: #ffcb08
}

.main-page-full .main-page .properties ul li {
    cursor: pointer
}

.main-page-full .main-page .properties .paketler {
    background-color: #ffcb08;
    border: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.main-page-full .main-page .properties .price {
    font-size: 72px;
    font-weight: 800;
    display: block;
    color: #fff;
    line-height: 46px
}

.main-page-full .main-page .properties .price small {
    font-size: 50%
}

.main-page-full .main-page .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.main-page-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.main-page-full .bottom-container {
    padding: 10px
}

.main-page-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block
}

.domain-information {
    padding: 40px 0
}

.domain-information .best-domain {
    padding: 20px 0;
    text-align: center;
    background-color: #edf4f9;
    border-radius: 4px
}

.domain-information .best-domain .item {
    display: inline-block
}

.domain-information .best-domain .item i {
    color: #bed730;
    float: left
}

.domain-information .best-domain .item span {
    line-height: 30px;
    display: inline-block;
    margin: 0 20px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ec2a8c
}

.domain-transfer .icon {
    width: 48px;
    height: 48px
}

.domain-query-full {
    position: relative;
    border-bottom: 1px solid #eee
}

.domain-query-full .domain-query {
    padding: 40px 0
}

.domain-query-full .domain-query h1 {
    font-weight: 600;
    font-size: 44px;
    color: #fff
}

.domain-query-full .domain-query p {
    font-size: 22px
}

.domain-query-full .domain-query h4 {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul {
    margin: 12px 0 0;
    padding: 0;
    font-size: 16px;
    color: #024;
    list-style: none
}

.domain-query-full .domain-query .other-tlds ul li {
    display: inline-block;
    list-style: none;
    position: relative
}

.domain-query-full .domain-query .other-tlds ul li.divider {
    display: inline-block;
    color: #888;
    padding: 0 5px
}

.domain-query-full .domain-query .other-tlds ul li.indirim {
    display: inline-block;
    background: #ec2a8c !important;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.indirim:after {
    border-top-color: #ec2a8c !important
}

.domain-query-full .domain-query .other-tlds ul li.indirim a {
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected {
    display: inline-block;
    background: #01486f;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff
}

.domain-query-full .domain-query .other-tlds ul li.selected a {
    color: #fff !important
}

.domain-query-full .domain-query .other-tlds ul li.selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(154, 210, 104, 0);
    border-top-color: #01486f;
    border-width: 5px;
    margin-left: -5px
}

.domain-query-full .domain-query form {
    margin-bottom: 0;
    background: rgba(255, 255, 255, .75);
    padding: 12px 0;
    border-radius: 4px
}

.domain-query-full .domain-query .domain-properties {
    padding: 40px 0 0;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties i {
    font-size: 20px;
    width: 30px;
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties li.active i {
    color: #0f6 !important
}

.domain-query-full .domain-query .domain-properties li.active a {
    font-weight: 700;
    text-decoration: underline
}

.domain-query-full .domain-query .domain-properties a {
    color: #ffcb08
}

.domain-query-full .domain-query .domain-properties ul li {
    cursor: pointer
}

.domain-query-full .domain-query .domain-properties .tldspan {
    font-size: 36px;
    font-weight: 800;
    display: block;
    text-align: center;
    line-height: 36px
}

.domain-query-full .domain-query .domain-properties .pricespan {
    color: #ffcb26;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

.domain-query-full .domain-query .domain-properties .price-discount {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .chekcbox small {
    font-size: 50% !important;
    color: #fd3 !important
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list small {
    font-size: 80% !important;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount {
    display: inline-block;
    margin: 0 3px
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .price-discount.USD:before {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: 0;
    text-shadow: none
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-promo.USD:before,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.TRY:after,
.domain-query-full .domain-query .domain-properties .domain-search-tld-list .tld-selling.USD:before {
    font-weight: 400
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.domain-query-full .domain-query .domain-properties .pricespan.item-price.TRY:after {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .pricespan small {
    font-size: 75%;
    position: relative;
    top: -5px
}

.domain-query-full .domain-query .domain-properties .label-sale {
    font-size: 12px;
    font-weight: 700;
    background-color: #ffcb27;
    display: inline-block;
    border-radius: 2px;
    padding: 0 12px;
    color: #333
}

.domain-query-full .main-page-bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.domain-query-full .main-page-bottom .bottom-text {
    font-size: 24px;
    font-weight: 800;
    display: block;
    padding: 5px
}

.domain-query-full .domain-query .domain-properties .tld-promo,
.domain-query-full .domain-query .domain-properties .tld-selling {
    font-size: 22px;
    font-weight: 700
}

.domain-query-full .domain-query .domain-properties .tld-promo small {
    font-size: 60%
}

.domain-query-full .domain-query .domain-properties .domain-search-tld-list {
    padding-bottom: 20px
}

.domain-query-full .domain-query .domain-properties .domain-sorgulama-tlds .chekcbox {
    color: #fd3;
    font-size: 24px
}

.extencion-grup-info.bg-new {
    background-color: #ff0068
}

.extencion-grup-info.bg-discount {
    background-color: #f89406
}

.extencion-grup-info {
    padding: 1px 4px !important;
    font-size: 70%;
    font-weight: 400
}

.product-info {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.product-info .properties .ribbon-container .ribbon-blue {
    top: -29px;
    background: #e9298b;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    padding: 22px 0
}

.product-info .properties .ribbon-container .ribbon-blue .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin: 2px 0 0
}

.product-info .properties .ribbon-container .ribbon-blue img {
    width: 40px;
    height: 40px
}

.product-info .properties .ribbon-container .ribbon-orange {
    top: -70px;
    background: #05b9f0;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 87px;
    padding: 22px 5px
}

.product-info .properties .ribbon-container .ribbon-orange .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    display: block;
    margin: 3px 0 0
}

.product-info .properties .ribbon-container .ribbon-orange img {
    width: 30px;
    height: 30px
}

.product-info .properties .ribbon-container .ribbon-purple {
    top: -70px;
    background: #ec2a8c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 59px;
    padding: 5px
}

.product-info .properties .ribbon-container .ribbon-green {
    top: 55px;
    background: rgba(190, 215, 48, .8);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 133px
}

.product-info .properties .ribbon-container .ribbon-blue2 {
    top: 55px;
    background: #ec2a8c;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 200px
}

.product-info .properties .ribbon-container .ribbon-purple2 {
    top: 0;
    background: #02b9f2;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 240px
}

.product-info .properties .ribbon-container .ribbon-orange2 {
    top: -60px;
    background: #bed730;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: 12px
}

.product-info .product-main {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    height: 400px;
    overflow: hidden
}

.product-info .product-main.p120 {
    padding-bottom: 120px
}

.product-info .properties .ribbon-container {
    position: relative;
    margin-top: -30px;
    margin-left: 66px
}

.product-info .product-main .product-main-holder {
    padding: 0;
    margin-bottom: 30px
}

.product-info .product-main .product-main-holder p {
    font-size: 22px;
    clear: both
}

.product-info .product-main .product-main-holder h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 5px;
    color: #fff
}

.product-info .product-main .properties {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    display: block
}

.product-info .product-main .properties .product-item {
    margin-bottom: 10px;
    display: table
}

.product-info .product-main .properties .product-item a {
    cursor: pointer
}

.product-info .product-main .properties .product-item img {
    margin-right: 8px;
    margin-top: 4px;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    float: left
}

.product-info .product-main .properties i {
    width: 32px;
    text-align: center;
    color: #ffcb27
}

.product-info .product-main .properties a {
    color: #fff;
    border-bottom: 1px #fff dashed;
    text-decoration: none
}

.product-info .product-main .properties .price {
    font-size: 72px;
    font-weight: 600;
    display: block;
    line-height: 46px
}

.product-info .product-main .properties .desc {
    font-size: 10px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-shadow: none
}

.product-info .product-main .properties .paketler {
    background-color: #ffcb08;
    border-bottom: none;
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 24px !important;
    letter-spacing: .7px;
    padding: 20px 32px !important;
    text-shadow: none
}

.product-info .product-main .properties .paketler:hover {
    opacity: .9
}

.product-info .product-main .properties .mail-servisleri {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px
}

.product-info .product-main .properties .mail-servisleri:after {
    content: '';
    display: table;
    clear: both
}

.product-info .product-main .properties .mail-servisleri .servis {
    position: relative
}

.product-info .product-main .properties .mail-servisleri .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.product-info .product-main .properties .wpprice {
    position: absolute;
    top: -60px
}

.product-info .product-main .properties .mail-servisleri .title {
    text-shadow: none;
    font-size: 18px;
    font-weight: 800;
    text-align: center
}

.product-info .product-main .properties .mail-servisleri i {
    position: absolute;
    top: 26px;
    right: -18px;
    text-shadow: none;
    font-size: 120%
}

.product-bottom {
    line-height: 60px;
    height: 56px;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    position: relative;
    box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
}

.product-bottom .bottom-container {
    position: relative
}

.product-bottom .item {
    color: #fff;
    height: 56px;
    padding: 0 5px;
    float: left;
    position: relative;
    width: 25%
}

.product-bottom .active:after {
    top: 100%;
    left: 45%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: transparent;
    border-top-color: #7c4492;
    border-width: 10px
}

.product-bottom .item a {
    color: #fff;
    text-transform: uppercase
}

.product-bottom .item strong {
    font-weight: 700
}

.product-bottom .item.blue:before {
    background: #02baf3;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.purple:before {
    background: #ec008c;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.orange:before {
    background: #f7921e;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-bottom .item.green:before {
    background: #bed730;
    content: " ";
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 2px;
    top: 3px;
    position: relative
}

.product-info .product-main .ribbon {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 120px;
    height: auto;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: -40px;
    background: #ffcb27;
    color: #444;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .5)
}

.product-info .product-main .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 0
}

.product-info .product-main .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.product-info .product-main .ribbon.ribbon-yellow:after {
    border-top: 20px solid #ffcb27
}

.main-page-full .price small,
.product-info .price small {
    font-size: 50%;
    position: absolute;
    top: 15px
}

.main-page-full .price .period,
.product-info .price .period {
    font-size: 18px;
    font-weight: 400;
    margin-left: 6px
}

.product-info .price .period {
    margin-left: -6px
}

.main-page-full .price .item-price.USD:before,
.product-info .price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.main-page-full .price .item-price.TRY:after,
.product-info .price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .6em;
    top: 20px;
    font-weight: 400;
    right: -80px
}

.product-info .product-main .product-main-holder .product-spots {
    padding: 0 0 40px
}

.product-info .product-main .product-main-holder .product-spots .spot {
    font-size: 16px;
    color: #fff
}

.product-info .product-main .product-main-holder .product-spots .spot i {
    font-size: 24px;
    line-height: 24px
}

.product-list {
    margin: 40px 0
}

.product-list h2 {
    color: #444;
    font-size: 32px;
    font-weight: 800
}

.product-list .list-spot {
    margin-bottom: 40px;
    display: block
}

.product-list .list-spot p {
    font-size: 20px;
    font-weight: 400;
    color: #999
}

.product-list .list-spot strong {
    color: #555
}

.product-list .table thead {
    box-shadow: 0 8px 20px rgba(64, 64, 64, .2)
}

.product-list .table th {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc !important
}

.product-list .title {
    font-size: 18px
}

.product-bg-blue {
    background-color: rgba(0, 51, 85, .9) !important
}

.product-bg-blue2 {
    background-color: rgba(0, 51, 85, .75) !important
}

.product-bg-blue3 {
    background-color: rgba(0, 51, 85, .5) !important
}

.product-bg-purple {
    background-color: rgba(118, 21, 70, .75) !important
}

.product-bg-red {
    background-color: rgba(96, 16, 16, .75) !important
}

.product-bg-dark {
    background-color: rgba(0, 0, 0, .8) !important
}

.product-bg-dark2 {
    background-color: rgba(0, 0, 0, .6) !important
}

.product-bg-dark3 {
    background-color: rgba(0, 0, 0, .5) !important
}

.product-bg-light {
    background-color: rgba(255, 255, 255, .75) !important
}

.product-bg-orange {
    background-color: rgba(84, 118, 136, .8) !important
}

.product-bg-green {
    background-color: rgba(90, 108, 24, .75) !important
}

.product-back-1 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg1.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-2 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg2.jpg) !important;
    background-size: cover
}

.product-back-3 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg3.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-4 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg4.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-5 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg5.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-6 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg6.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-7 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg7.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-8 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg8.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-9 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg9.jpg) !important;
    background-size: cover
}

.product-back-10 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg10.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-11 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg11.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-12 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg12.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-13 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg13.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-14 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg14.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-15 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg15.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-16 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg16.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-17 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg17.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-18 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg18.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-19 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg19.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-20 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg20.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-21 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg21.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-22 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg22.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-23 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg23.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-24 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg24.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-25 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg25.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-26 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg26.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-27 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg27.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-28 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg28.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-29 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/bg29.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-mekik {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/mekik.jpg) !important;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 25%
}

.product-back-30 {
    background-image: url(https://cdn.hosting.com.tr/hosting/img/bg/newbg30.jpg) !important;
    background-size: cover;
    background-position: center
}

.products-comparison {
    padding: 76px 0
}

.products-comparison .btn-basket {
    margin: 15px 0;
    font-size: 15px !important
}

.products-comparison ul {
    display: flex;
    top: 1px;
    z-index: 10;
    padding-bottom: 14px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    border: 1px solid #eee
}

.products-comparison li {
    list-style: none;
    flex: 1
}

.products-comparison li button {
    width: 100%;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    color: #999
}

.products-comparison li.bg-blue button,
.products-comparison li.bg-purple button {
    border-right: 1px solid #eee
}

.products-comparison li.bg-green button {
    border-left: 1px solid #eee
}

.products-comparison li.active button {
    background: #444;
    color: #fff
}

.products-comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff !important;
    font-size: 110%
}

.products-comparison th {
    background: #f9f9f9;
    display: none
}

.products-comparison td,
.products-comparison th {
    height: 45px
}

.products-comparison td,
.products-comparison th {
    border: none;
    empty-cells: show
}

.products-comparison td,
.products-comparison th {
    text-align: left
}

.products-comparison th {
    vertical-align: bottom;
    background-color: #f9f9f9 !important
}

.products-comparison td {
    border: 1px solid #e6e6e6
}

.products-comparison tr.fiyatlar .ribbon {
    position: relative;
    right: 0;
    float: right;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    background-color: #fe2c68;
    padding: 3px 5px;
    border-radius: 2px
}

.products-comparison tr.fiyatlar td {
    background-color: #fff !important
}

.products-comparison tr.fiyatlar del {
    font-weight: 700;
    margin: 12px 0 0
}

.products-comparison tr.fiyatlar .fiyat {
    font-size: 30px;
    font-weight: 700;
    display: block;
    height: 38px;
    line-height: 1
}

.products-comparison tr.fiyatlar strike {
    font-size: 12px;
    color: #888;
    display: inline-block;
    margin: 0 5px 0 0
}

.products-comparison tr.fiyatlar .fiyat2 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.products-comparison tr.fiyatlar .fiyat small {
    font-size: 12px
}

.products-comparison tr.fiyatlar .fiyat .item-price.USD:before {
    font-weight: 400;
    font-size: 90%
}

.products-comparison tr.fiyatlar .fiyat .item-price.TRY:after {
    content: "₺";
    font-size: 75%;
    top: -6px;
    position: relative;
    font-weight: 400
}

.products-comparison th .stars {
    margin: 0;
    padding: 8px;
    line-height: 0;
    display: block
}

.products-comparison td+td,
.products-comparison th+th {
    text-align: center;
    display: none
}

.products-comparison td.default {
    display: table-cell
}

.products-comparison td span.title {
    padding: 0 10px;
    text-align: left;
    display: inline-block
}

.products-comparison .currency-changer {
    float: right;
    height: 18px;
    top: -6px;
    position: relative
}

.products-comparison .currency-changer ul {
    display: inline-block;
    margin: 17px 10px 0;
    border: none !important
}

.products-comparison .currency-changer li {
    border: none !important
}

.products-comparison .currency-changer li a {
    color: #0d314f
}

.products-comparison .currency-changer li a:hover {
    color: #666
}

.products-comparison span.bg-blue {
    border-top: 5px solid #02b9f2;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison span.bg-purple {
    border-top: 5px solid #ec2a8c;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px
}

.products-comparison span.bg-orange {
    border-top: 5px solid #f7931f;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 75px;
    line-height: 25px
}

.products-comparison span.bg-green {
    border-top: 5px solid #bed730;
    color: #fff;
    background-color: #0d314f;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px
}

.products-comparison .bg-blue {
    border-top: 5px solid #02b9f2
}

.products-comparison .bg-purple {
    border-top: 5px solid #ec2a8c
}

.products-comparison .bg-orange {
    border-top: 5px solid #f7931f
}

.products-comparison .bg-green {
    border-top: 5px solid #bed730
}

.products-comparison .sep {
    background: #f2f2f2 !important;
    font-weight: 700;
    color: #484848 !important
}

.products-comparison .sep span {
    margin-left: 20px
}

.products-comparison .sep i {
    display: inline-block;
    float: right;
    margin: 4px 10px 0;
    color: #bcbbbe
}

.products-comparison .txt-l {
    font-size: 28px;
    font-weight: 700
}

.products-comparison .txt-top {
    position: relative;
    top: -9px;
    left: -2px
}

.products-comparison .tick {
    font-size: 18px;
    color: #6fac2e
}

.products-comparison .times {
    font-size: 18px;
    color: #c22
}

.products-comparison .hide {
    border: 0;
    background: 0 0
}

.new-packs-box {
    color: #444;
    padding: 40px 0 0
}

.new-packs-box .container {
    position: relative
}

.new-packs-box .doviz-kurlari {
    position: absolute;
    top: 120px;
    right: 0
}

.new-packs-box .pack-spot {
    display: block;
    margin-bottom: 60px
}

.new-packs-box .pack-spot h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px
}

.new-packs-box .pack-spot p {
    font-size: 18px;
    font-weight: 400;
    color: #999
}

.new-packs-box .pack-spot p strong {
    color: #555
}

.new-packs-box .totop {
    margin-top: -106px
}

.new-packs-box .information {
    position: relative;
    top: -40px
}

.new-packs-box .new-packs .pack {
    background-color: #fff;
    border-bottom: 10px solid #0d314f;
    margin-bottom: 20px;
    position: relative
}

.new-packs-box .new-packs .pack.blue {
    z-index: 1
}

.new-packs-box .new-packs .pack.purple {
    z-index: 2
}

.new-packs-box .new-packs .pack.orange {
    z-index: 3
}

.new-packs-box .new-packs .pack.green {
    z-index: 1
}

.new-packs-box .new-packs .pack.default {
    background-color: #fff;
    border-bottom: 10px solid #0d314e;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -30px
}

.new-packs-box .new-packs .pack.default2 {
    background-color: #fff;
    border-bottom: 10px solid #0d314e;
    margin-bottom: 20px;
    box-shadow: -1px 0 50px rgba(0, 0, 0, .2);
    top: -10px
}

.new-packs-box .new-packs .pack.purple.default {
    border-bottom: 30px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue.default {
    border-bottom: 30px solid #03bbf4
}

.new-packs-box .new-packs .pack.green.default {
    border-bottom: 30px solid #bed730
}

.new-packs-box .new-packs .pack.default .title {
    height: 96px
}

.new-packs-box .new-packs .pack.default2 .title {
    height: 76px
}

.new-packs-box .new-packs .pack .title {
    line-height: 32px;
    padding: 15px;
    background-color: #0d314f
}

.new-packs-box .new-packs .pack:hover .paket_detay {
    opacity: .9
}

.new-packs-box .new-packs .pack .paket_detay:hover {
    cursor: pointer
}

.new-packs-box .new-packs .pack.purple .title {
    border-top: 5px solid #ec2a8c
}

.new-packs-box .new-packs .pack.blue .title {
    border-top: 5px solid #03bbf4
}

.new-packs-box .new-packs .pack.green .title {
    border-top: 5px solid #bed730
}

.new-packs-box .new-packs .pack.orange .title {
    border-top: 5px solid #f7931f
}

.new-packs-box .new-packs .pack .title h3,
.new-packs-box .new-packs .pack .title h5 {
    font-size: 24px;
    margin: 0 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.new-packs-box .new-packs .pack.default .title h3,
.new-packs-box .new-packs .pack.default .title h5 {
    line-height: 90px
}

.new-packs-box .new-packs .pack.default2 .title h3,
.new-packs-box .new-packs .pack.default2 .title h5 {
    line-height: 50px
}

.new-packs-box .new-packs .pack.default .title .stars {
    position: absolute;
    text-align: center;
    width: 90%
}

.new-packs-box .new-packs .pack .price-box {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px
}

.new-packs-box .new-packs .pack .price-box .starting {
    text-align: center;
    color: #777
}

.new-packs-box .new-packs .pack .price-box .price-details {
    text-align: center;
    margin: 10px 0;
    display: block;
    cursor: pointer
}

.new-packs-box .new-packs .pack .price-box .price-details a {
    color: #888 !important
}

.new-packs-box .new-packs .pack .price-box .btn-paket {
    padding: 10px !important;
    font-size: 16px !important;
    width: 180px;
    margin: 0 auto
}

.new-packs-box .new-packs .pack .desc {
    margin: 0
}

.new-packs-box .new-packs .pack .desc ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none
}

.new-packs-box .new-packs .pack .desc ul li {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 45px
}

.new-packs-box .new-packs .pack .desc ul li .text-danger {
    color: #444 !important
}

.new-packs-box .new-packs .pack .desc ul li:last-child {
    border-bottom: none
}

.new-packs-box .new-packs .pack .desc ul li .paket_detay {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted
}

.new-packs-box .new-packs .pack .desc ul li i.fa-caret-down {
    position: relative;
    top: 3px;
    left: 5px
}

.new-packs-box .new-packs .pack .desc ul li .cpanel,
.new-packs-box .new-packs .pack .desc ul li .plesk {
    margin: 10px 0;
    width: 20%
}

.new-packs-box .new-packs .pack .price-box .fiyat {
    text-align: center;
    display: block;
    padding: 0 0 15px;
    font-weight: 800;
    font-size: 48px
}

.new-packs-box .new-packs .pack .price-box .fiyat .discount-price {
    display: block;
    margin-bottom: 30px
}

.new-packs-box .new-packs .pack .price-box .fiyat .current-price {
    position: relative;
    font-size: 60px;
    font-weight: 500
}

.new-packs-box .new-packs .pack .price-box .fiyat small {
    font-size: .5em;
    position: relative;
    top: -20px;
    font-weight: 600
}

.new-packs-box .new-packs .pack .price-box .fiyat .period {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.USD:before {
    content: "$";
    font-weight: 400;
    font-size: .9em
}

.new-packs-box .new-packs .pack .price-box .current-price .item-price.TRY:after {
    content: "₺";
    position: absolute;
    font-size: .5em;
    font-weight: 400;
    margin-left: 2px
}

.new-packs-box .new-packs .pack .price-box .fiyat del {
    font-size: 18px !important;
    color: #888;
    font-weight: 700
}

.new-packs-box .new-packs .pack .title-purple {
    background-color: #444;
    border-top: 3px solid #ec2a8c
}

.new-packs-box .new-packs .pack .title-green {
    background-color: #bed730
}

.new-packs-box .ribbon {
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    display: block;
    width: 50px;
    height: 40px;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .75)
}

.new-packs-box .ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0
}

.new-packs-box .ribbon small {
    font-size: 70%;
    font-weight: 400
}

.new-packs-box .ribbon.ribbon-blue {
    background: linear-gradient(to bottom, #03bbf4 0, #0a97c2 100%)
}

.new-packs-box .ribbon.ribbon-blue:after {
    border-top: 10px solid #0a97c2
}

.new-packs-box .ribbon.ribbon-purple {
    background: linear-gradient(to bottom, #ec2a8c 0, #d6207b 100%)
}

.new-packs-box .ribbon.ribbon-purple:after {
    border-top: 10px solid #d6207b
}

.new-packs-box .ribbon.ribbon-orange {
    background: linear-gradient(to bottom, #f7931f 0, #df8014 100%)
}

.new-packs-box .ribbon.ribbon-orange:after {
    border-top: 10px solid #df8014
}

.new-packs-box .ribbon.ribbon-green {
    background: linear-gradient(to bottom, #bed730 0, #b0c920 100%)
}

.new-packs-box .ribbon.ribbon-green:after {
    border-top: 10px solid #b0c920
}

.product-price .product-price-header {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #555
}

.product-price .product-price-header h1 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 50px
}

.product-price .product-price-header span {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
    background-color: #ffcb05;
    border-radius: 3px;
    line-height: 50px;
    color: #222;
    font-weight: 900
}

.product-price .product-price-bottom {
    padding: 10px 0;
    background: #444
}

.product-price .product-price-bottom ol {
    padding: 0;
    margin: 0
}

.product-price .product-price-bottom li {
    display: inline-block;
    margin: 0 5px
}

.product-price .product-price-bottom li:after {
    content: "/";
    color: grey;
    margin-left: 15px
}

.product-price .product-price-bottom li:last-child:after {
    content: ""
}

.product-price .product-price-bottom li a {
    color: #fff
}

.domainpromo {
    margin: 20px 0
}

.domainpromo .domainpromo-box {
    margin-bottom: 0;
    text-align: center
}

.domainpromo .domainpromo-box:hover {
    background-color: #f8f8f8;
    cursor: pointer
}

.domainpromo .domainpromo-box .icon {
    height: auto !important;
    width: 75%;
    margin: 0 auto
}

.domainpromo .domainpromo-box .price {
    display: block;
    position: relative;
    top: -10px;
    font-size: 24px;
    color: #444
}

.domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px;
    color: #888
}

.domainpromo .domainpromo-box .price .discounts {
    color: #39b752
}

.domainpromo .domainpromo-box .item-price {
    font-weight: 800
}

.domainpromo .domainpromo-box .price .item-price small {
    font-size: 75%;
    position: relative;
    top: -4px;
    margin: 2px
}

.domainpromo .domainpromo-box .price .item-price.TRY:after,
.domainpromo .domainpromo-box .price .item-price.USD:before {
    font-weight: 400
}

.domainpromo .domainpromo-box strike,
del {
    line-height: 15px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #888;
    font-size: 15px
}

.domainpromo .domainpromo-box strike:after,
del:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #ec2a8c;
    height: 60%;
    height: calc(60%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-10deg)
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.affix-top {
    position: static;
    top: -35px
}

div.sonuclar-loading {
    width: calc(100% - 52px);
    height: 100%;
    background-color: #bbb;
    display: block;
    position: absolute;
    border-radius: 4px 0 0 4px
}

div.sonuclar-loading>div {
    position: relative;
    display: block;
    top: 8px;
    right: 8px;
    text-align: right;
    z-index: 9
}

.domain-sorgulama-form-holder .domain-sorgulama-form {
    margin: 20px 0
}

.domain-sorgulama-form-holder .domain-sorgulama-form-input {
    border: 1px solid #ddd;
    color: #444;
    font-weight: 700;
    border-radius: 4px 0 0 4px !important;
    padding: 10px !important;
    text-shadow: none;
    line-height: 40px
}

.domain-sorgulama-form-holder .domain-sorgulama-form-submit {
    border-radius: 0 4px 4px 0 !important;
    line-height: 0 !important;
    z-index: 4;
    background-color: #ffcb26;
    color: #444
}

.domain-sorgulama-sepet-btn-holder {
    margin: 20px 0
}

.domain-sorgulama-sepet-btn-holder .btn {
    border-radius: 4px;
    z-index: 199;
    line-height: 0 !important;
    background-color: #01b9f2;
    color: #444;
    text-shadow: none;
    height: 46px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.domain-sorgulama-sepet-btn-toplam {
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    padding: 0 5px
}

.vertical-align-middle {
    display: flex;
    align-items: center
}

.vertical-align-middle .form-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.domain-sorgulama-sonuclar-first {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuclar-first.sonuc-available {
    background-color: rgba(190, 215, 48, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable {
    background-color: rgba(193, 30, 65, .05)
}

.domain-sorgulama-sonuclar-first.sonuc-available:hover {
    background-color: #efffdf
}

.domain-sorgulama-sonuclar-first.sonuc-unavailable:hover {
    background-color: #fff2f2
}

.domain-sorgulama-sonuclar-first .domain-free {
    text-align: center;
    display: block
}

.domain-sorgulama-sonuclar-first ul li .domain-free h1 {
    text-align: center;
    font-size: 42px;
    color: #468
}

.domain-sorgulama-sonuc-item {
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    margin-bottom: 10px
}

.domain-sorgulama-sonuc-item:hover {
    background-color: #f8f8f8
}

.domain-sonuc-ribbon {
    background-color: #f54458;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    top: 15px;
    line-height: 12px
}

.domain-sorgulama-sonuc-domain {
    font-weight: 400;
    font-size: 18px
}

.sonuclar-kutusu .domain-free,
.sonuclar-kutusu .domain-nofree {
    margin: 20px 0
}

.sonuclar-kutusu .domain-free h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0c0
}

.sonuclar-kutusu .domain-nofree h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #c00
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 25px;
    font-weight: 700
}

.sonuclar-kutusu h4.available,
.sonuclar-kutusu h4.unavailable {
    font-size: 15px;
    font-weight: 400
}

.sonuclar-kutusu h3.available,
.sonuclar-kutusu h4.available {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.available:before,
.sonuclar-kutusu h4.available:before {
    content: "✔";
    margin-right: 5px;
    color: #39b752
}

.sonuclar-kutusu h3.unavailable,
.sonuclar-kutusu h4.unavailable {
    color: #555;
    margin: 0;
    display: inline-block;
    line-height: 40px
}

.sonuclar-kutusu h3.unavailable:before,
.sonuclar-kutusu h4.unavailable:before {
    content: "✗";
    margin-right: 5px;
    color: #c33
}

.sonuclar-kutusu .info {
    display: inline-block;
    margin-left: 10px
}

.domain-sorgulama-sonuc-domain .item-price {
    display: block;
    left: 24px;
    position: relative;
    font-size: 12px
}

.sonuclar-kutusu h1 {
    font-size: 28px;
    font-weight: 400
}

.sonuclar-kutusu h1 .text-danger,
.sonuclar-kutusu h1 .text-success {
    font-weight: 800
}

.sonuclar-kutusu .btn-basket {
    box-shadow: none;
    font-style: normal;
    text-shadow: none
}

.sonuclar-kutusu .btn-success {
    color: #fff !important;
    background-color: #39b752 !important
}

.sonuclar-kutusu .btn-danger {
    background-color: #dc3545 !important;
    color: #fff !important
}

.sonuclar-kutusu .btn-link {
    background: 0 0 !important;
    color: #036 !important
}

.full-width-box-override {
    margin-bottom: 20px 0 !important;
    padding: 20px 0
}

.domain-sorgulama-sonuclar-filter-header {
    background-color: #e1e1e1;
    text-align: center
}

.domain-sorgulama-sonuclar-filter-header h5 {
    margin: 0;
    padding: 14px 10px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.4px;
    color: #67717a;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .099);
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.domain-sorgulama-sonuclar-filter {
    display: flex;
    align-items: center
}

.domain-sorgulama-sonuclar-filter-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 700
}

.domain-sorgulama-sonuclar-filter-item:hover {
    background-color: #f8f8f8
}

.domain-sorgulama-sonuclar-filter-item label {
    margin: 0;
    width: 215px;
    color: #333;
    padding: 0 20px 0 0
}

.domain-sorgulama-sonuclar-filter-item .radio {
    margin: 0
}

.domain-sorgulama-sonuclar-filter-item input[type=radio] {
    position: relative;
    margin: 0 10px 0 0
}

.domain-sorgulama-sonuclar-more {
    background-color: #fff
}

.support-info {
    background: #f0f3f7
}

.support-info .call-center {
    margin: 20px 0 0
}

.support-info .support-cover {
    padding-top: 50px
}

.support-info .support-cover .support-title {
    margin-bottom: 3px;
    font-size: 36px
}

.support-info .support-cover p {
    margin-bottom: 30px;
    font-size: 16px
}

.support-info .support-cover .services .big-icon {
    height: 70px
}

.support-info .support-cover .services .big-icon img {
    padding: 0 8px
}

.support-info .support-cover .services.h4 {
    margin-bottom: 0
}

.support-info a {
    color: #082235
}

.hosting-information {
    padding: 80px 0 40px
}

.hosting-partners .row {
    padding: 40px 0 20px
}

.hosting-partners .row .partner {
    margin-bottom: 20px
}

.faq-common {
    padding: 40px 0
}

.faq-common h4 {
    font-weight: 500 !important;
    color: #484848;
    font-size: 15px
}

.hosting-features {
    padding: 50px 0 0
}

.homepage-information {
    padding: 60px 0
}

.homepage-information .big-services-box .price {
    display: block;
    text-align: center;
    margin: 0 0 20px
}

.homepage-information .big-services-box .price .item-price {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px
}

.homepage-information .big-services-box .price .item-price small {
    font-size: 24px;
    font-weight: 700;
    top: -18px;
    position: relative
}

.homepage-information .big-services-box .price .periyod {
    position: relative;
    right: 25px
}

.homepage-information .big-services-box .price .information {
    display: block;
    line-height: 20px
}

.domain-query-full.home {
    border-bottom: none !important
}

.domain-query-full.home ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .75
}

.domain-best-price.home .domainpromo {
    margin: inherit;
    padding: 0
}

.domain-best-price.home .domainpromo .domainpromo-box {
    margin-bottom: 15px
}

.domain-best-price.home .domainpromo .domainpromo-box:hover {
    background: #fff;
    border-radius: 4px
}

.domain-best-price.home .domainpromo .domainpromo-box .icon {
    width: 100%;
    clear: both
}

.domain-best-price.home .domainpromo .domainpromo-box .icon img {
    width: 40%
}

.domain-best-price.home .domainpromo .domainpromo-box .price {
    top: 0;
    font-size: 20px
}

.domain-best-price.home .domainpromo .domainpromo-box .price .mevcut {
    margin: 0 10px 0 0;
    line-height: 40px
}

.domain-best-price.home .domainpromo .domainpromo-box del:after {
    border-top: 2px solid #ec2a8c;
    height: 60%;
    height: calc(50%);
    width: 100%;
    opacity: .5;
    transform: rotateZ(-20deg)
}

.domain-best-price.home .domainpromo .domainpromo-box .price .discounts {
    color: #666
}

.dedicated_new2 {
    position: relative;
    text-align: center
}

.dedicated_new2 .list-spot {
    margin-bottom: 20px
}

.dd2-title {
    background: #0d314f;
    position: relative;
    padding: 12px 0
}

.dd2-title:after,
.dd2-title:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-title ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-title ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    width: 13%;
    color: #fff;
    min-height: 86px;
    border-right: 1px solid #264a69;
    text-align: center
}

.dd2-title ul li img {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 auto 5px
}

.dd2-title ul li:nth-child(1) {
    width: 15%
}

.dd2-title ul li:nth-child(2) {
    width: 18%
}

.dd2-title ul li:nth-child(3) {
    width: 12%
}

.dd2-title ul li:nth-child(4) {
    width: 12%
}

.dd2-title ul li:nth-child(5) {
    width: 8%
}

.dd2-title ul li:nth-child(6) {
    width: 10%
}

.dd2-title ul li:nth-child(7) {
    width: 12%
}

.dd2-title ul li:nth-child(8) {
    width: 12%;
    border-right: 0
}

.dd2-line {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #e8e8e8
}

.dd2-line:after,
.dd2-line:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature {
    position: relative
}

.dd2-line .dd2-feature:after,
.dd2-line .dd2-feature:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-feature ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: table;
    width: 100%
}

.dd2-line .dd2-feature ul li {
    display: table-cell;
    vertical-align: middle;
    width: 13%;
    min-height: 86px;
    background: url(https://cdn.hosting.com.tr/hosting/img/line.png) no-repeat right 0;
    text-align: center
}

.dd2-line .dd2-feature ul li:nth-child(1) {
    width: 15%;
    cursor: pointer
}

.dd2-line .dd2-feature ul li:nth-child(1) h3 {
    font-size: 14px;
    margin: 0 0 5px;
    color: #0d3150
}

.dd2-line .dd2-feature ul li:nth-child(1) img {
    display: block;
    margin: 0 auto
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn {
    font-size: 11px;
    padding: 0 10px 0 15px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px;
    color: #fff !important;
    background-color: #e8288b !important;
    border-color: #e8288b !important
}

.dd2-line .dd2-feature ul li:nth-child(1) .btn>i {
    font-size: 13px
}

.dd2-line .dd2-feature ul li:nth-child(2) {
    width: 18%
}

.dd2-line .dd2-feature ul li:nth-child(3) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(4) {
    width: 12%
}

.dd2-line .dd2-feature ul li:nth-child(5) {
    width: 8%
}

.dd2-line .dd2-feature ul li:nth-child(6) {
    width: 10%
}

.dd2-line .dd2-feature ul li:nth-child(7) {
    width: 12%;
    text-align: right;
    font-weight: 600;
    padding: 0 10px
}

.dd2-line .dd2-feature ul li:nth-child(8) {
    width: 12%;
    background: 0 0
}

.dd2-line .dd2-feature .btn {
    position: relative;
    z-index: 9
}

.dd2-line .dd2-detail {
    position: relative;
    padding: 18px 0 0;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    display: none
}

.dd2-line .dd2-detail:after,
.dd2-line .dd2-detail:before {
    display: table;
    content: " ";
    clear: both
}

.dd2-line .dd2-detail .dd2-detail-col1 {
    float: left;
    width: calc(20% - 15px);
    padding: 0;
    margin-right: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1>div {
    border: 1px solid #e8e8e8;
    padding: 15px
}

.dd2-line .dd2-detail .dd2-detail-col1 img {
    width: 50%
}

.dd2-line .dd2-detail .dd2-detail-col2 {
    float: left;
    width: 75%
}

.dd2-line .dd2-detail .dd2-detail-col2 ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li {
    float: left;
    width: 33%;
    line-height: 1.3;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px
}

.dd2-line .dd2-detail .dd2-detail-col2 ul li i {
    padding-right: 4px;
    color: #2ecb70
}

@media only screen and (max-width:767px) {
    .dd2-line .dd2-detail .dd2-detail-col1 {
        width: 100%;
        float: none
    }
    .dd2-line .dd2-detail .dd2-detail-col2 {
        width: 100%;
        float: none;
        padding: 20px 20px 0
    }
    .dd2-line .dd2-detail .dd2-detail-col2 ul li {
        width: 100%;
        float: none
    }
    .dd2-title {
        display: none
    }
    .dd2-line .dd2-feature ul li {
        display: block;
        min-height: 48px
    }
    .dd2-line .dd2-feature ul li:nth-child(1) {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px
    }
    .dd2-line .dd2-feature ul li:nth-child(2) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(3) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(4) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(5) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(6) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(7) {
        float: left;
        width: 33%
    }
    .dd2-line .dd2-feature ul li:nth-child(8) {
        width: 100%;
        float: none;
        display: block
    }
    .colocation-banner {
        margin-top: 0
    }
    .colocation-banner h1 {
        font-size: 24px;
        line-height: 1.3
    }
    .colocation-banner p {
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.3
    }
    .colocation-main {
        overflow-y: auto
    }
}

.section-pro {
    position: relative;
    padding: 20px 0 65px
}

.section-pro h3 {
    font-size: 36px;
    line-height: 38px;
    color: #323940;
    text-align: center
}

.section-pro p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 40px;
    color: #68717a
}

.section-pro ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.section-pro ul li {
    float: left;
    width: 33.33%;
    margin: 5px 0;
    line-height: 25px;
    font-size: 18px;
    color: #68717a
}

.section-pro ul li i {
    float: left;
    color: #2ecb70;
    font-size: 25px;
    padding-right: 5px
}

.dedicated-why {
    position: relative;
    padding: 50px 0;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ccc
}

.dedicated-why img {
    margin-top: 30px
}

.need-help {
    position: relative;
    background-color: #082235;
    text-align: center;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto
}

.need-help h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    margin-top: 4px;
    float: left;
    font-weight: 600;
    line-height: 32px
}

.need-help .btn,
.need-help .btn:hover {
    float: right;
    background: #ffcb26;
    border: 1px solid #ffcb26;
    padding: 8px 20px;
    letter-spacing: -.3px;
    font-size: 16px;
    color: #444 !important;
    font-weight: 500
}

@media only screen and (max-width:991px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (device-width:768px) {
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .need-help h4 {
        float: none;
        font-size: 22px;
        line-height: 1.3
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
    div.sonuclar-loading {
        width: calc(100% - 50px)
    }
    .domain-information {
        padding: 15px 0 !important
    }
    .domain-information .best-domain {
        padding: 20px 0;
        text-align: center;
        background-color: #edf4f9;
        border-radius: 4px
    }
    .domain-information .best-domain .item {
        display: block !important;
        text-align: left;
        margin: 10px
    }
    .domain-information .big-services-box {
        margin-bottom: 15px
    }
    .domain-information .service {
        margin-bottom: 30px
    }
    .domain-query-full .domain-query form {
        margin-bottom: 10px
    }
}

@media (max-width:575.98px) {
    .products-comparison table {
        width: 100%
    }
    .products-comparison td+td,
    .products-comparison th+th {
        width: auto
    }
    .main-page-full {
        padding: 40px 0
    }
    .main-page-full .main-page h1 {
        font-size: 36px !important;
        margin: 0 0 30px;
        font-weight: 900
    }
    .main-page-full .main-page .properties .price {
        text-align: center;
        font-size: 60px;
        padding: 10px 0 20px
    }
    .main-page-full .main-page .properties .desc {
        text-align: center
    }
    .sonuclar-kutusu .domain-free h1 {
        font-size: 18px
    }
    .fixonheader.fixedable {
        top: 61px
    }
    .domain-query-full .domain-query {
        padding: 40px 0 0
    }
    .domain-query-full .domain-query h1 .word-rotate {
        height: 45px
    }
    .domain-query-full .domain-query h1 {
        font-size: 28px
    }
    .product-info {
        box-shadow: none
    }
    .product-info .product-main .product-main-holder h1 {
        font-size: 32px
    }
    .product-info .product-main .properties {
        margin-top: 20px
    }
    .product-info .product-main .properties .product-item {
        margin-bottom: 20px;
        width: 100%
    }
    .product-info .product-main .properties .product-item img {
        margin-right: 15px;
        width: 28px;
        height: 28px;
        padding: 0;
        border-radius: 3px
    }
    .product-info .product-main .properties .price {
        text-align: center;
        padding: 20px 0 0
    }
    .product-info .product-main .properties .desc {
        text-align: center
    }
    .product-info .product-bottom {
        line-height: 60px;
        bottom: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        padding-bottom: 0;
        position: relative;
        background-color: #888;
        box-shadow: 0 -8px 20px rgba(64, 64, 64, .14)
    }
    .product-info .product-bottom .item {
        width: 100%;
        border-bottom: 1px solid #966da6
    }
    .product-info .product-bottom .active:after {
        right: 0;
        top: 18px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-color: transparent;
        border-right-color: #fff;
        border-width: 10px;
        z-index: 999
    }
    .new-packs-box .pack-spot {
        margin-bottom: 20px
    }
    .new-packs-box .new-packs .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .new-packs-box .new-packs .pack.default {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack.purple.default {
        border-bottom: 10px solid #444
    }
    .new-packs-box .new-packs .pack.default2 {
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack .price-box {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .new-packs-box .new-packs .pack .desc {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    .products-comparison {
        padding: 40px 0
    }
    .new-packs-box .ribbon {
        right: 20px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .product-price .product-price-header h1 {
        font-size: 26px
    }
    .products-comparison tr.fiyatlar .ribbon {
        font-size: 9px
    }
    .products-comparison table {
        font-size: 95%
    }
    .new-packs-box .pack-spot h1 {
        font-size: 30px
    }
    .new-packs-box .pack-spot .lead {
        font-size: 14px
    }
    .product-info .product-main {
        padding: 40px 0 !important
    }
    .new-packs-box .totop {
        margin-top: 0
    }
    .new-packs-box .new-packs .pack {
        box-shadow: none
    }
    .new-packs-box .new-packs .pack .desc ul li .cpanel,
    .new-packs-box .new-packs .pack .desc ul li .plesk {
        margin: 0;
        width: 25%
    }
    .domain-query-full .domain-query .other-tlds ul li,
    .domain-query-full .domain-query .other-tlds ul li.indirim {
        display: table;
        margin: 3px 0
    }
    .domain-query-full .domain-query .other-tlds ul li.divider {
        display: none
    }
    .domain-query-full .domain-query .other-tlds ul li.selected:after {
        content: none
    }
    .hosting-information {
        padding: 20px 0 0
    }
    .hosting-information .services .service,
    .services .features-block {
        margin-bottom: 30px
    }
    .hosting-information .services .service .icon {
        width: 48px;
        height: 48px
    }
    .faq-common {
        padding: 20px 0
    }
    .support-info .support-cover {
        padding-top: 20px
    }
    .word-rotate {
        font-size: 32px;
        line-height: 45px !important;
        height: 45px !important
    }
    .domain-sorgulama-sonuc-item {
        padding: 10px 0;
        border: 1px solid #eee;
        margin-bottom: 10px;
        border-radius: 4px
    }
    .domain-sorgulama-sonuc-item:hover {
        background-color: #f8f8f8
    }
    .domain-sorgulama-sonuc-item:last-child {
        border-bottom: 1px solid #eee
    }
}

@media (max-width:768px) {
    .domain-sorgulama-form-holder .domain-sorgulama-form {
        margin: 10px 0
    }
    .domain-sorgulama-sepet-btn-holder {
        margin: 10px 0
    }
    .domain-sorgulama-sonuc-domain {
        font-size: 15px;
        margin-bottom: 10px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .new-packs-box .new-packs {
        padding: 0 15px
    }
    .new-packs-box .new-packs .pack.default {
        position: relative;
        z-index: 1;
        box-shadow: none;
        top: 0
    }
    .new-packs-box .new-packs .pack {
        border-bottom: none
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 40%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .new-packs .pack .price-box .fiyat {
        padding: 0
    }
    .new-packs .pack .price-box .fiyat del {
        display: table;
        margin: 0 auto 15px
    }
    .new-packs .pack .price-box .fiyat {
        font-size: 36px;
        line-height: 40px
    }
    .new-packs .pack .price-box .button {
        padding: 10px
    }
    .product-info .product-bottom {
        font-size: 18px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
    .products-comparison table {
        width: 100%
    }
    .domainpromo .domainpromo-box .icon {
        width: 60%
    }
    .need-help h4 {
        float: none
    }
    .need-help .btn {
        float: none;
        margin-top: 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 240px
    }
    .product-info .product-bottom {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .products-comparison ul {
        display: none
    }
    .products-comparison td,
    .products-comparison th {
        display: table-cell !important
    }
    .products-comparison td,
    .products-comparison th {
        width: 330px
    }
    .services .features-block,
    .services .service {
        min-height: auto
    }
}

.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_flat-blue {
    background-position: 0 0
}

.icheckbox_flat-blue.checked {
    background-position: -22px 0
}

.icheckbox_flat-blue.disabled {
    background-position: -44px 0;
    cursor: default
}

.icheckbox_flat-blue.checked.disabled {
    background-position: -66px 0
}

.iradio_flat-blue {
    background-position: -88px 0
}

.iradio_flat-blue.checked {
    background-position: -110px 0
}

.iradio_flat-blue.disabled {
    background-position: -132px 0;
    cursor: default
}

.iradio_flat-blue.checked.disabled {
    background-position: -154px 0
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi),
(min-resolution:1.25dppx) {
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px
    }
}

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square-blue {
    background-position: 0 0
}

.icheckbox_square-blue.hover {
    background-position: -24px 0
}

.icheckbox_square-blue.checked {
    background-position: -48px 0
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0
}

.iradio_square-blue {
    background-position: -120px 0
}

.iradio_square-blue.hover {
    background-position: -144px 0
}

.iradio_square-blue.checked {
    background-position: -168px 0
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi),
(min-resolution:1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_minimal-blue {
    background-position: 0 0
}

.icheckbox_minimal-blue.hover {
    background-position: -20px 0
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0
}

.icheckbox_minimal-blue.disabled {
    background-position: -60px 0;
    cursor: default
}

.icheckbox_minimal-blue.checked.disabled {
    background-position: -80px 0
}

.iradio_minimal-blue {
    background-position: -100px 0
}

.iradio_minimal-blue.hover {
    background-position: -120px 0
}

.iradio_minimal-blue.checked {
    background-position: -140px 0
}

.iradio_minimal-blue.disabled {
    background-position: -160px 0;
    cursor: default
}

.iradio_minimal-blue.checked.disabled {
    background-position: -180px 0
}child) {
    margin-right: 25px
}

.fast-wp-site .li-text {
    padding-bottom: 10px;
    font-size: 16px
}

.fast-wp-site .li-text.li-title {
    font-size: 20px !important
}
.heading {
    overflow: hidden;
    margin-bottom: 60px;
}
.domain-content1 .row {
    padding: 0;
}
.domain-content1 img {
    max-width: 100%;
}
.checklist12 li {/* display: flex; *//* align-items: flex-start; *//* justify-content: flex-start; *//* line-height: 1.4; *//* font-size: 15px; */padding: 22px 0;}
.checklist12 li svg { fill: #4bb14f; min-width: 20px; min-height: 20px; height: 20px !important; width: 20px !important;; margin-right: 5px; }

.compare-table { border: 1px solid #0c304a !important; font-size: 18px !important; }
.compare-table thead th { background-color: #0c304a; color: #fff !important; padding-top: 20px !important; padding-bottom: 20px !important;  }
.product-info .product-main.p120 {
    padding: 120px 0;
}
.product-info h1 span {
    display: block;
}
.marka-addon {
    position: relative;
    padding: 60px 0;
}
.marka-addon h2 {
    position: relative;
    padding: 60px 0;
}
.marka-addon .MaddonBox {
    position: relative;
    min-height: 120px;
    margin: 10px 0;
    padding: 15px 15px 15px 90px;
    border: 1px solid #f1f1f1;
}
.marka-addon .MaddonBox i {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 45px;
    height: 64px;
    width: 64px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    background: #0e324bd4;
}
.marka-addon .MaddonBox h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 5px;
}
.marka-addon .MaddonBox p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}
.marka-addon .MaddonBox .hover {
    position: absolute;
    cursor: pointer;
    background: #fffc;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 34px;
    text-align: center;
    display: none;
}
.marka-addon .MaddonBox:hover .hover {
    display: block;
}

.marka-step {
    position: relative;
    padding: 40px 0 60px;
    background: #0e324bd4;
    text-align: center;
    color: #fff;
}
.marka-step i {
    font-size: 96px;
}
.marka-step p {
    font-size: 18px;
    padding: 0 40px;
}
.marka-step .heading {
    margin-bottom: 10px;
}
.marka-step .heading-title {
    font-weight: 600;
}
.marka-step .step1 {
    position: relative;
}
.marka-step .step2 {
    position: relative;
}
.marka-step .step1:after {
    position: absolute;
    content: "";
    background: url("https://cdn.hosting.com.tr/hosting/img/marka/arrow.png") no-repeat;
    top: 24px;
    right: -24px;
    width: 52px;
    height: 102px;
}
.marka-step .step2:after {
    position: absolute;
    content: "";
    background: url("https://cdn.hosting.com.tr/hosting/img/marka/arrow.png") no-repeat;
    top: 24px;
    right: -24px;
    width: 52px;
    height: 102px;
}

.marka-panel {
    position: relative;
    padding: 50px 0;
}
.marka-detail {
    position: relative;
}
.marka-detail .marka-search {
    position: relative;
}
.marka-detail .marka-search .form-control {
    height: 56px;
    font-size: 20px;
}
.marka-detail .marka-list {
    position: relative;
    float: left;
    width: calc(100% - 250px);
    padding-right: 20px;
}
.marka-detail .marka-list i.fa-registered {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 64px;
}
.marka-detail .marka-list h3 {
    margin-bottom: 10px;
}
.marka-detail .marka-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.marka-detail .marka-list ul li {
    float: left;
    width: 33.33%;
    margin: 4px 0;
}
.marka-detail .marka-list ul li input {
    float: left;
    margin-right: 7px;
}
.marka-detail .marka-list ul li i {
    display: none;
    font-size: 16px;
}
.marka-detail .marka-list ul li:hover i {
    display: inline-block;
}
.marka-detail .marka-summary-main {
    float: left;
    width: 250px;
}
.marka-detail .marka-summary {
    padding: 15px;
    background: #0e324bd4;
    color: #fff;
    border-radius: 4px;
}
.marka-detail .marka-summary img {
    display: block;
    margin-bottom: 58px;
}
.marka-detail .marka-summary h3 {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.marka-detail .marka-summary ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.marka-detail .marka-summary ul li {
    padding: 4px 0;
}
.marka-detail .marka-summary ul li span.brand-price-title {
    display: inline-block;
    width: 46%;
}
.marka-detail .marka-summary ul li span.item-price {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    text-align: right;
}
.marka-detail .marka-summary .btn {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -1px;
}

.marka-detail .marka-phone {
    position: relative;
    margin-top: 26px;
    padding: 15px;
    background: #0e324bd4;
    color: #fff;
    border-radius: 4px;
}
.marka-detail .marka-phone h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 9px;
}
.marka-detail .marka-phone p {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
}
.marka-detail .marka-phone .form-group {
    margin-bottom: 20px;
}
.marka-detail .marka-phone .form-group .form-control {
    border: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.marka-detail .marka-phone .btn {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -1px;
}

.product-info .properties .ribbon-container .ribbon-green {
    top: 29px;
    background: #8bc34a;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 88px;
    padding: 22px 0;
}
.product-info .properties .ribbon-container .ribbon-green img {
    width: 40px;
    height: 40px;
}
.product-info .properties .ribbon-container .ribbon-green .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin: 2px 0 0;
}

#markaAddonPopup {
}
#markaAddonPopup label {
    font-weight: 600;
    margin-bottom: 2px;
}
#markaAddonPopup .modalBaslik {
    padding-left: 50px;
}
#markaAddonPopup .modalBaslik i {
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 34px;
    height: 42px;
    width: 42px;
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    background: #0b304a;
}
#markaAddonPopup .modalBaslik h3 {
    font-size: 16px;
    margin: 0;
}
#markaAddonPopup .modalBaslik p {
    font-size: 14px;
    margin: 0 0 20px;
}
#markaAddonPopup .popupSummary {
}

#markaAddonPopup .popupSummary div {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
#markaAddonPopup .popupSummary div > span.additioanl-brand-price-title {
    font-size: 14px;
}
#markaAddonPopup .popupSummary div > span.item-price {
    font-size: 14px;
    font-weight: 500;
}


@media (max-width: 767px) {
    .product-info .product-main .properties {
        display: none;
    }
    .marka-detail .marka-search .form-control {
        font-size: 16px;
    }
    .marka-detail .marka-list {
        float: none;
        width: 100%;
    }
    .marka-detail .marka-list ul li {
        float: none;
        width: 100%;
    }
    .marka-detail .marka-summary-main {
        float: none;
        width: 100%;
    }
    .marka-step .step1,
    .marka-step .step2 {
        margin-bottom: 30px;
    }
    .marka-step .step1:after,
    .marka-step .step2:after {
        display: none;
    }
}
