@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

body * {
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

input,
textarea,
select {
    border-radius: 0;
    outline: none;
    border: 0px none;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    background: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: inherit;
    }

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

iframe {
    border: none;
    outline: none;
}

ul {
    list-style: none;
}

.color_white.no-sort.box-col.sorting_disabled {
    width: 20px !important;
}

button {
    background: none;
    border: 0px none;
}

.form-control + .settings_error {
    color: #c30606;
    font-size: 12px;
    font-weight: 400;
}

.d-flex {
    display: flex;
}

.btn-group.d-flex .button-2 {
    margin: 0 2px;
}

.settings_error:focus {
    border-color: rgba(233, 102, 102, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.78);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.79)
}

.justify-content-end {
    justify-content: flex-end;
}

::-webkit-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
}

::-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
}

:-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9E9E9E;
    opacity: 1;
}


/* 002 -- BACKGROUND STYLE */

.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .bg img {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .bg video {
        position: absolute;
    }

.bg-bg {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-bg-bag {
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

.bg-bg-chrome {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: fixed;
}

    .bg-bg-chrome.act {
        position: absolute;
    }

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
}

.full-width {
    position: relative;
    display: inline-block;
    width: 100%;
}

.full-height {
    height: 100vmin;
    position: relative;
    width: 100%;
}

.vertical-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.table-design-1 {
    max-height: calc(100% - 35px);
    margin-bottom: 0;
}

    .table-design-1 table td {
        line-height: 1.3em !important;
        font-size: 1em;
        padding: 0.5em 1em !important;
    }

        .table-design-1 table td.dos1 {
            min-width: 50px;
        }

        .table-design-1 table td.hosName1 {
            min-width: 230px;
        }

        .table-design-1 table td.addName1 {
            min-width: 60px;
        }

        .table-design-1 table td.addName2 {
            min-width: 80px;
        }

        .table-design-1 table td.city1 {
            /* width: 80px!important; */
        }

    .table-design-1 table.dataTable thead td.sorting {
        background-size: 13px;
        background-position: center right 0px;
    }

footer {
    float: left;
    width: 100%;
}

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 14px;
}

h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #9e9e9e;
}

ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

b {
    font-weight: 700;
}

.bg-defalut {
    background: #9e9e9e;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-dark {
    background: #3c3c3c;
}

.bg-dark-2 {
    background: #0071cf;
}

.bg-grey {
    background: #f9f9f9;
}

.bg-red {
    background: #f04d4e;
}

.bg-violet {
    background: #6739b6;
}

.bg-green {
    background: #ccdb38;
}

.bg-yellow {
    background: #fecc17;
}

.bg-blue {
    background: #00bff3;
}

.bg-cyan {
    background: #80cbc4;
}

.bg-orange {
    background: #0071cf;
}

.col-white {
    color: #fff;
}

.col-dark {
    color: #3c3c3c;
}

.bg-blue-2 {
    background: #2d8bc1;
}

.bg-blue-3 {
    background: #1593d0;
}

.bg-red-2 {
    background: #d03e2d;
}

.bg-red-3 {
    background: #e22013;
}

.thin {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.ex-bold {
    font-weight: 900;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.tt {
    text-transform: uppercase;
}

.pad-15 {
    padding-bottom: 15px;
}

.pad-20 {
    padding-bottom: 20px;
}

.padd-40 {
    padding: 40px 0px;
}

.padd-110 {
    padding-top: 110px;
}

.b-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.b-radius {
    border-radius: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.font-13 {
    font-size: 13px;
    line-height: 24px;
}

.col-no-padd > div {
    padding-left: 0px;
    padding-right: 0px;
}

@-webkit-keyframes animateSway {
    0% {
        left: -20px
    }

    50% {
        left: 20px
    }

    100% {
        left: -20px
    }
}

@keyframes animateSway {
    0% {
        left: -20px
    }

    50% {
        left: 20px
    }

    100% {
        left: -20px
    }
}

@-webkit-keyframes animateScale {
    0% {
        -webkit-transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }

    25% {
        -webkit-transform: translate(50%, 50%) scale(1);
        z-index: +1
    }

    50% {
        -webkit-transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }

    75% {
        -webkit-transform: translate(50%, 50%) scale(0.25);
        z-index: -2
    }

    100% {
        -webkit-transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }
}

@keyframes animateScale {
    0% {
        transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }

    25% {
        transform: translate(50%, 50%) scale(1);
        z-index: +1
    }

    50% {
        transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }

    75% {
        transform: translate(50%, 50%) scale(0.25);
        z-index: -2
    }

    100% {
        transform: translate(50%, 50%) scale(0.5);
        z-index: -1
    }
}


/* 006 -- BUTTON STYLE */

.button-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    text-align: center;
    padding: 12px 15px;
    line-height: 12px;
    border-radius: 5px;
    color: #9e9e9e;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .button-1:before {
        z-index: -1;
        backface-visibility: hidden;
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 50%;
        opacity: 0;
        top: 50%;
        background: #0071cf;
        border-radius: 50%;
        margin-top: -10px;
        margin-left: -10px;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

    .button-1:hover {
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .button-1:hover:before {
            opacity: 1;
            transform: scale(6);
            -webkit-transform: scale(6);
            -moz-transform: scale(6);
            -ms-transform: scale(6);
        }

.button-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 20px 30px;
    line-height: 12px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 2px 2px 3px rgba(104, 104, 104, 0.2);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .button-2:before {
        z-index: -1;
        backface-visibility: hidden;
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 50%;
        opacity: 0;
        top: 50%;
        background: #fff;
        border-radius: 50%;
        margin-left: -10px;
        margin-top: -10px;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

.tags-b {
    position: relative;
    float: left;
    display: inline-block;
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 11px;
}

.button-2:hover:before {
    opacity: 1;
    transform: scale(6);
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
}

.button-2:hover {
    background: #fff;
    color: #3c3c3c;
}

.border-blue {
    border-top: 3px solid #1593d0;
}

.border-red {
    border-top: 3px solid #f04d4e;
}

.border-green {
    border-top: 3px solid #ccdb38;
}

.border-yellow {
    border-top: 3px solid #fecc17;
}

.border-violet {
    border-top: 3px solid #3324c7;
}


/* 007 -- HEADER */

header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: #0071cf;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.logo {
    position: relative;
    float: left;
    display: inline-block;
    padding-top: 6px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

nav ul li a:focus,
nav ul li a:active {
    color: #fff;
}

nav ul li ul li a:focus,
nav ul li ul li a:active {
    color: #9E9E9E;
}

nav {
    position: relative;
    float: right;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    nav > ul > li {
        position: relative;
        float: left;
        margin: 0px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
        padding: 24px 0px;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

        nav > ul > li > a {
            color: #dddddd;
            position: relative;
            overflow: hidden;
            display: inline-block;
            padding: 8px 0px;
        }

            nav > ul > li > a:before {
                position: absolute;
                left: -100%;
                bottom: 2px;
                width: 100%;
                height: 3px;
                border-radius: 1px;
                background: #ffffff;
                content: '';
                transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
            }

    nav ul li a:focus,
    nav ul li a:active {
        color: #fff;
    }

    nav > ul > li:hover > a:before {
        left: 0px;
    }

    nav > ul > li:hover > a {
        color: #fff;
    }

    nav > ul > li.active > a {
        color: #fff;
    }

        nav > ul > li.active > a:before {
            left: 0px;
        }

    nav ul > li ul {
        opacity: 0;
        padding: 0px 0px;
        background: #fff;
        height: auto;
        transform: scaleY(0);
        -moz-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        position: absolute;
        backface-visibility: hidden;
        transform-origin: top center;
        top: 80px;
        background: #fff;
        left: -25px;
        display: block;
        min-width: 180px;
        transition: all .35s ease-out;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -ms-transition: all .35s ease-out;
        border: 1px solid #ddd;
    }

    nav ul li ul li {
        font-size: 12px;
        font-weight: 500;
        color: #9e9e9e;
    }

        nav ul li ul li a {
            padding: 10px 25px;
            position: relative;
            width: 100%;
            display: block;
            line-height: 16px;
        }

        nav ul li ul li:hover a {
            background: #dddddd;
            color: #3c3c3c;
        }

    nav > ul > li:hover ul {
        opacity: 1;
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
    }

.open-drop {
    display: inline-block;
    margin-left: 7px;
    font-size: 10px;
    display: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
}

    .open-drop.active {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

.nav-menu-icon {
    position: relative;
    float: right;
    width: 24px;
    display: none;
    height: 24px;
    z-index: 600;
    margin-right: 0px;
    margin-top: 40px;
    display: none;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .nav-menu-icon a {
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        text-decoration: none;
    }

        .nav-menu-icon a i {
            position: relative;
            display: inline-block;
            width: 24px;
            height: 3px;
            color: #000;
            font: bold 14px/.4 Helvetica;
            text-transform: uppercase;
            text-indent: -55px;
            background: #fff;
            transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
        }

            .nav-menu-icon a i:before,
            .nav-menu-icon a i:after {
                content: '';
                width: 24px;
                height: 3px;
                background: #fff;
                position: absolute;
                left: 0;
                transition: all .2s ease-out;
            }

            .nav-menu-icon a i:before {
                top: -7px;
            }

            .nav-menu-icon a i:after {
                bottom: -7px;
            }

        .nav-menu-icon a:hover i:before {
            top: -10px;
        }

        .nav-menu-icon a:hover i:after {
            bottom: -10px;
        }

        .nav-menu-icon a.active i {
            background: none;
        }

            .nav-menu-icon a.active i:before {
                top: 0;
                -webkit-transform: rotateZ(45deg);
                -moz-transform: rotateZ(45deg);
                -ms-transform: rotateZ(45deg);
                -o-transform: rotateZ(45deg);
                transform: rotateZ(45deg);
            }

            .nav-menu-icon a.active i:after {
                bottom: 0;
                -webkit-transform: rotateZ(-45deg);
                -moz-transform: rotateZ(-45deg);
                -ms-transform: rotateZ(-45deg);
                -o-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
            }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 02 - HOME */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.top-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.main-baner {
    position: relative;
    width: 100%;
    margin-top: 60px;
    min-height: 470px;
}

.wrapper {
    background: rgba(0, 0, 0, 0) url("../images/login_bg.jpg") no-repeat fixed 0 0 / cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.min-title {
    position: absolute;
    z-index: 50;
    color: #fff;
    padding-left: 70px;
    width: 50%;
    -webkit-transition: all 500ms cubic-bezier(0.425, 0.015, 0.39, 1.215) 300ms;
    -moz-transition: all 500ms cubic-bezier(0.425, 0.015, 0.39, 1.215) 300ms;
    -o-transition: all 500ms cubic-bezier(0.425, 0.015, 0.39, 1.215) 300ms;
    transition: all 500ms cubic-bezier(0.425, 0.015, 0.39, 1.215) 300ms;
}

    .min-title span {
        display: block;
        font-size: 22px;
        color: #fff0bc;
        padding-bottom: 10px;
        font-weight: 500;
    }

    .min-title h1 {
        padding-bottom: 5px;
    }

.title-list {
    padding-bottom: 30px;
}

    .title-list li {
        font-size: 13px;
        line-height: 36px;
    }

        .title-list li img {
            vertical-align: middle;
            width: 12px;
            height: 10px;
            margin-right: 10px;
        }

.min-title .button-2 {
    color: #3c3c3c;
    padding: 23px 38px;
}

    .min-title .button-2:before {
        background: #0071cf;
    }

    .min-title .button-2:hover {
        color: #fff;
    }

        .min-title .button-2:hover:before {
            transform: scale(10);
            -webkit-transform: scale(10);
            -moz-transform: scale(10);
            -ms-transform: scale(10);
        }

.min-title.vertical-center {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    opacity: 0;
}

.main-img {
    position: absolute;
    right: 0px;
    padding-right: 70px;
    width: 50%;
}

    .main-img img {
        width: 100%;
        height: auto;
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-ransform: translateY(80px);
        transition: all .55s ease-out .2s;
        -webkit-transition: all .55s ease-out .2s;
        -moz-transition: all .55s ease-out .2s;
        -ms-transition: all .55s ease-out .2s;
    }

.accordions {
    height: 750px;
}

.accordions {
    position: relative;
    display: inline-block;
}

.main-section {
    position: relative;
    width: 100%;
    padding: 110px 0px 120px;
    height: calc(100% - 105px);
    overflow-y: auto;
}

.second-title {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .second-title h2 {
        padding-bottom: 23px;
    }

    .second-title h3 {
        font-weight: 700;
    }

    .second-title h5 {
        padding-bottom: 15px;
    }

    .second-title p {
        padding-bottom: 59px;
    }

    .second-title.col-white p {
        color: rgba(255, 255, 255, 0.6);
    }

.blue-h .host-block-txt ul li:nth-child(1):before {
    background: #1593d0;
}

.blue-h .host-block-txt ul li:nth-child(2):before {
    background: #0e7aaf;
}

.green-h .host-block-txt ul li:nth-child(1):before {
    background: #ccdb38;
}

.green-h .host-block-txt ul li:nth-child(2):before {
    background: #b9c733;
}

.green-h .host-block-txt ul li:nth-child(3):before {
    background: #aebb31;
}

.yellow-h .host-block-txt ul li:nth-child(1):before {
    background: #fecc17;
}

.yellow-h .host-block-txt ul li:nth-child(2):before {
    background: #e4b715;
}

.yellow-h .host-block-txt ul li:nth-child(3):before {
    background: #dab016;
}

.host-block:hover {
    box-shadow: 2px 2px 20px rgba(104, 104, 104, 0.2);
    margin-top: -10px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.charts {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 190px;
    text-align: center;
    margin-bottom: 57px;
}

.pie {
    width: 100%;
    height: 183px;
}

.canvasjs-chart-credit {
    display: none;
}

.swicers ul li {
    position: relative;
    padding: 20px 0px;
    display: block;
    font-size: 13px;
    color: #9e9e9e;
}

    .swicers ul li span {
        width: 15px;
        height: 15px;
        position: relative;
        float: left;
        margin-right: 20px;
    }

.tables {
    width: 100% !important;
    border-top: 1px solid #f2f2f2 !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
}

    .tables tr {
        text-align: center !important;
        border-bottom: 1px solid #f2f2f2 !important;
    }

    .tables tr {
        font-size: 12px !important;
        font-weight: normal !important;
        color: #000000 !important;
        line-height: 13px !important;
        padding: 1px 10px !important;
        border-left: 1px solid #f2f2f2 !important;
    }

    .tables td {
        font-size: 13px;
        font-weight: normal !important;
        color: #000000 !important;
        line-height: 13px !important;
        padding: 1px 10px !important;
        border-left: 1px solid #f2f2f2 !important;
    }

table.dataTable thead th,
table.dataTable thead td {
    color: #fff !important;
}

.tables tr:nth-child(2n) {
    background: #f9f9f9 !important;
}

.tables tr td:first-child {
    /*color: #3c3c3c;
	font-size: 16px;
	text-align: left;
	padding-left: 25px;
	width: 25%;*/
    color: #3c3c3c;
    width: 20px;
}

.tables tr td:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1) !important;
}

.table-button {
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 30px !important;
}

    .table-button .button-2:hover {
        background: #fff !important;
    }

.table-responsive {
    border: 0px none !important;
}

.logo-block {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}

.logo-hide {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.logo-block:hover .logo-hide {
    opacity: 1;
}

.logo-slider .pagination {
    bottom: -20px;
    z-index: 5;
}

.guarantee .host-item {
    padding-bottom: 30px;
}

.host-item {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
}

    .host-item img {
        margin-bottom: 25px;
    }

    .host-item h5 {
        padding-bottom: 15px;
    }

    .host-item p {
        padding: 0px 20px;
    }

.host-button {
    position: relative;
    text-align: center;
}

    .host-button a:hover {
        background: #fff;
        color: #222;
    }

.news-block {
    position: relative;
    min-height: 240px;
    display: inline-block;
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

    .news-block:hover {
        box-shadow: 2px 2px 20px rgba(104, 104, 104, 0.2);
    }

.news-txt {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px 30px 20px;
}

.bg-facebook {
    background: #46639d;
}

.bg-twitter {
    background: #02a8f4;
}

.news-block a {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 30px;
}

    .news-block a span {
        position: relative;
        display: inline;
        border-bottom: 0px solid #fff;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

    .news-block a:hover span {
        border-bottom: 3px solid #fff;
    }

.news-block.bg-white a span {
    border-bottom: 0px solid #3c3c3c;
}

.news-block.bg-white a:hover span {
    border-bottom: 3px solid #3c3c3c;
}

.bootom-like {
    position: absolute;
    right: 30px;
    bottom: 35px;
}

.like {
    position: relative;
    float: left;
    display: block;
    padding-left: 25px;
}

    .like span {
        font-size: 14px;
        padding-left: 6px;
        display: inline-block;
    }

    .like img {
        vertical-align: middle;
    }

.news-block .news-soc {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    padding: 0px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.news-soc:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.bg-facebook .news-soc {
    color: #46639d;
}

    .bg-facebook .news-soc:hover {
        background: #46639d;
        color: #fff;
    }

.bg-twitter .news-soc {
    color: #02a8f4;
}

    .bg-twitter .news-soc:hover {
        background: #02a8f4;
        color: #fff;
    }

.calend {
    position: relative;
    display: inline-block;
}

    .calend span {
        color: #d9e6ff;
        font-size: 14px;
        padding-left: 6px;
    }

    .calend img {
        vertical-align: middle;
    }

.news-img {
    position: relative;
    width: 100%;
    height: 133px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.news-block.bg-white {
    color: #3c3c3c;
}

    .news-block.bg-white .calend span {
        color: #9e9e9e;
    }

.domain {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}

    .domain h4 {
        padding-bottom: 20px;
    }

.input--nao {
    overflow: hidden;
    padding-top: 13px;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 370px;
    vertical-align: top;
    float: left;
}

.input__field--nao {
    padding: 12px 0px;
    width: 100%;
    background: transparent;
    color: #9da8b2;
    font-size: 12px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #9e9e9e;
    font-weight: 500;
    -webkit-appearance: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 50%;
    color: #9e9e9e;
    font-weight: 500;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select {
    padding: 1px 12px !important;
    height: 24px !important;
}

.input__label--nao {
    position: absolute;
    top: 0;
    font-size: 12px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 20px 0;
    width: 100%;
}

.graphic--nao {
    stroke: #d8d8d8;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    -webkit-transform: translate3d(0, -10px, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(0, -10px, 0) scale3d(0.9, 0.9, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
    outline: none;
    border: 0px none;
    box-shadow: none;
}

.com-button {
    position: relative;
    float: left;
    display: inline-block;
}

.sub-serch {
    position: relative;
    overflow: hidden;
    float: right;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 14px 20px;
    margin-left: 15px;
    z-index: 1;
}

    .sub-serch:before {
        position: absolute;
        content: '';
        left: 30%;
        top: 30%;
        background: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
    }

    .sub-serch:hover:before {
        opacity: 1;
        transform: scale(7);
        -webkit-transform: scale(7);
        -moz-transform: scale(7);
        -ms-transform: scale(7);
    }

    .sub-serch:hover {
        color: #0071cf;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

.search-name {
    position: relative;
    float: left;
    display: inline-block;
}

.domain-link {
    position: relative;
    width: 100%;
    padding: 0px !important;
    float: left;
}

    .domain-link a {
        position: relative;
        float: left;
        font-size: 12px;
        color: #333;
        text-transform: capitalize;
        padding: 10px;
        background: #fff none repeat scroll 0% 0%;
        border-right: 1px solid #E3E3E3;
        border-top: 1px solid #E3E3E3;
        border-bottom: 0 !important;
        top: 2px;
    }

        .domain-link a:first-child {
            border-left: 1px solid #E3E3E3;
        }

        .domain-link a:hover {
            color: #000;
        }

.top-footer-info {
    position: relative;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #313131;
}

.top-f-block {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
}

    .top-f-block img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .top-f-block a {
        font-size: 14px;
        color: #f8f8f8;
        font-weight: 700;
        line-height: 20px;
        white-space: nowrap;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

        .top-f-block a:before {
            content: '';
            position: absolute;
            left: -100%;
            bottom: 0px;
            width: 100%;
            height: 1px;
            background: #f8f8f8;
            transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
        }

        .top-f-block a:hover:before {
            left: 0px;
        }

.footer {
    bottom: 0;
    position: relative;
}

.footer-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    height: 60px;
    visibility: hidden;
}

    .footer-title img {
        margin-bottom: 10px;
    }

    .footer-title p {
        padding-bottom: 40px;
    }

.footer-folow a {
    color: #3c3c3c;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    float: none;
    margin: 0px 15px;
    line-height: 32px;
    font-size: 16px;
    display: inline-block;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .footer-folow a:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        background: none;
    }

.footer-folow .bg-blue-2:hover {
    color: #2d8bc1;
}

.footer-folow .bg-red-2:hover {
    color: #d03e2d;
}

.footer-folow .bg-twitter:hover {
    color: #02a8f4;
}

.footer-folow .bg-red-3:hover {
    color: #e22013;
}

.footer-folow .bg-facebook:hover {
    color: #46639d;
}

.footer-block {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
    display: inline-block;
}

    .footer-block h6 {
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .footer-block ul li a {
        font-size: 12px;
        color: #9e9e9e;
        line-height: 14px;
        white-space: nowrap;
        padding-bottom: 10px;
        text-transform: capitalize;
        position: relative;
        display: block;
    }

        .footer-block ul li a:hover {
            color: #fff;
        }

button[type="submit"] {
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0071cf;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 12px 20px;
    overflow: hidden;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    button[type="submit"]:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        opacity: 0;
    }

    button[type="submit"]:hover {
        background: #fff;
        color: #313131;
    }

    button[type="submit"]:focus {
        background: #fff;
        color: #313131;
    }

    button[type="submit"]:hover:before {
        opacity: 0.5;
        z-index: -1;
        transform: scale(6);
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -ms-transform: scale(6);
    }

.modal-footer button {
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0071cf;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 12px 20px;
    overflow: hidden;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .modal-footer button:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        opacity: 0;
    }

    .modal-footer button:hover {
        background: #fff;
        color: #313131;
    }

    .modal-footer button:focus {
        /*background: #fff;
	color: #313131;*/
    }

    .modal-footer button:hover:before {
        opacity: 0.5;
        z-index: -1;
        transform: scale(6);
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -ms-transform: scale(6);
    }

.footer-block .input {
    min-width: 100%;
    margin-bottom: 10px;
}

.footer-block button[type="submit"] {
    width: 100%;
}

.tags-b {
    margin: 0px 5px 5px 0px;
}

    .tags-b:hover {
        background: #313131;
        color: #fff;
        border: 1px solid #313131;
    }

.input__field--yoshiko {
    width: 100%;
    background-color: #505050;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
    border-radius: 5px;
    height: 50px;
    padding: 0px 20px;
}

.footer-block .input__label {
    font-size: 11px;
    color: #9e9e9e;
    padding-left: 20px;
}

.input__label--yoshiko {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko {
    color: #9e9e9e;
    padding: 0.25em 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .input__label-content--yoshiko::after {
        content: attr(data-content);
        position: absolute;
        font-weight: 800;
        bottom: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        color: #9e9e9e;
        padding: 0.25em 0;
        font-size: 10px;
    }

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
    .input--filled .input__label-content--yoshiko {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
    background-color: transparent;
}

.input__field--yoshiko:focus {
    background: #313131;
}

.boxed_catelog {
    min-height: 220px;
}

.copyright {
    position: relative;
    width: 100%;
    padding: 25px 0 20px;
    margin-top: 40px;
}

    .copyright ul li {
        position: relative;
        float: left;
        font-size: 13px;
        color: #dddddd;
        margin: 0px 30px 0px 0px;
        text-transform: uppercase;
        overflow: hidden;
    }

        .copyright ul li a {
            margin-bottom: 6px;
            position: relative;
            display: inline-block;
        }

            .copyright ul li a:before {
                content: '';
                position: absolute;
                bottom: -2px;
                left: -100%;
                width: 100%;
                height: 2px;
                background: #0071cf;
                border-radius: 1px;
                transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
            }

    .copyright span {
        position: relative;
        float: right;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }

    .copyright ul li a:hover:before {
        left: 0px;
    }

    .copyright ul li a:hover {
        color: #fff;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 03 - CONTACT */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.top-baner-title {
    position: relative;
    display: inline-block;
    padding: 80px 0px 80px;
    width: 100%;
}

.dark-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.host-item ul li {
    font-size: 14px;
    line-height: 26px;
}

    .host-item ul li b {
        font-weight: 400;
        color: #9E9E9E;
    }

.button-description {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    font-size: 24px;
}

    .button-description a {
        color: #fff;
    }

    .button-description span {
        position: relative;
        display: inline-block;
        float: none;
        padding: 10px 0px;
        font-size: 22px;
    }

    .button-description .host-button {
        margin-top: 10px;
    }

        .button-description .host-button a {
            letter-spacing: 1px;
        }

.form-img {
    position: absolute;
    top: 0px;
    margin-top: -60px;
    left: 50%;
    margin-left: -60px;
}

    .form-img img {
        width: 120px;
        height: 120px;
    }

.contact-form {
    margin-top: 60px;
    padding: 80px 30px 50px;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

    .contact-form:hover {
        margin-top: 60px;
        padding: 80px 30px 50px;
        position: relative;
        width: 100%;
        padding-bottom: 30px;
    }

    .contact-form input {
        border-radius: 5px;
        font-size: 14px;
        color: #9E9E9E;
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
        padding: 0px 15px;
        background: #fff;
        border: 2px solid #ccd0da;
    }

.dropdown_popup {
    width: 100%;
}

.keepalign {
    max-width: 1022px;
    position: relative;
    margin: 0px auto;
}

.dropdown_popup select {
    padding: 5px 0;
    width: 200px;
    float: left !important;
    border: 1px solid #ccc;
    color: #0071CF;
    font-weight: bold;
    background: #ffffff;
}

.arwhide {
    overflow: hidden;
    position: relative;
    min-width: 180px;
    width: 100%;
}

    .arwhide:after {
        content: "";
        position: relative;
        float: right;
        z-index: -1;
        top: -19px;
        right: 5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #0071CF;
    }

.cst_advance_search input {
    border-radius: 5px !important;
    font-size: 14px;
    color: #9E9E9E;
    position: relative;
    width: 100%;
    height: 35px !important;
    margin-bottom: 30px;
    padding: 0px 15px;
    background: #fff;
    border: 2px solid #ccd0da;
}

    .cst_advance_search input:focus {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    }

.cst_advance_search label {
    color: #9e9e9e;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: central;
}

.contact-form input:focus {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.contact-form textarea {
    height: 180px;
    border-radius: 5px;
    font-size: 14px;
    color: #9E9E9E;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    background: #fff;
    resize: none;
}

    .contact-form textarea:focus {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    }

.contact-form label {
    font-size: 14px;
    padding-bottom: 10px;
    color: #9E9E9E;
}

.contact-form button[type="submit"] {
    letter-spacing: 1px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.maps {
    position: relative;
    width: 100%;
    display: block;
}

.map-canvas {
    width: 100%;
    height: 550px;
    position: relative;
}

.host-item .button-2 {
    margin-top: 20px;
}

    .host-item .button-2:hover {
        background: #fff;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 04 - ABOUT */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.story .cell-view {
    height: 385px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.story .image-wrapper {
    text-align: center;
    width: 100%;
    float: right;
    position: relative;
}

    .story .image-wrapper img {
        width: auto;
        display: inline-block;
    }

.history-block {
    position: relative;
    width: 90%;
    display: block;
    padding: 15px 20px;
    background: #FFF;
}

.history .row > div:nth-child(2n+1) {
    clear: both;
}

.history .row > div:nth-child(2n) {
    clear: both;
    float: right;
}

.history .row > div:nth-child(2n+1) .history-block:after {
    position: absolute;
    width: 21px;
    height: 21px;
    background: #E74C3C;
    content: '';
    right: -77px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.history .row > div:nth-child(2n) .history-block:after {
    position: absolute;
    width: 21px;
    height: 21px;
    background: #E74C3C;
    content: '';
    left: -75px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.history-block:before {
    width: 20px;
    height: 30px;
    background: url('../img/testi_ar_2.png') no-repeat;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -15px;
    content: '';
}

.history .row > div:nth-child(2n) .history-block:before {
    width: 20px;
    height: 30px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -15px;
    content: '';
    background: url('../img/testi_ar_3.png') no-repeat;
}

.history .row > div:nth-child(2n) .history-block {
    float: left;
    margin-left: 50px;
}

.history .row > div:nth-child(2n+1) .history-block {
    float: right;
    margin-right: 50px;
}

.history-block .text-wrapper span {
    display: block;
    padding-bottom: 15px;
    font-size: 12px;
    color: #999;
}

.history-block .image-wrapper img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.history .row > div:nth-child(2n) .history-block .image-wrapper img {
    left: 20px;
}

.history .row > div:nth-child(2n) .history-block .text-wrapper {
    text-align: left;
    margin-left: 90px;
}

.history .row > div:nth-child(2n+1) .history-block .image-wrapper img {
    right: 20px;
}

.history .row > div:nth-child(2n+1) .history-block .text-wrapper {
    text-align: right;
    margin-right: 90px;
}

.history .row > div:nth-child(2n+1) .history-block .h-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #CACACA;
    right: -67px;
    top: 0;
}

.history .row > div:nth-child(2n) .history-block .h-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #CACACA;
    left: -65px;
    top: 0;
}

.history-block:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.col-dark .testi-people-txt {
    color: #3c3c3c;
}

    .col-dark .testi-people-txt span {
        color: #999;
    }

.col-dark .swiper-pagination-switch {
    background: #ccc;
}

    .col-dark .swiper-pagination-switch.swiper-active-switch {
        background: #F04D4E;
    }

.raket {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    display: inline-block;
}

.host-item .footer-folow {
    padding-top: 25px;
}

    .host-item .footer-folow a {
        margin: 0px 5px;
    }

.top-baner-title.vertical-center {
    position: absolute;
}

    .top-baner-title.vertical-center .second-title p {
        padding-bottom: 0px;
    }

.host-item.team .footer-folow a {
    color: #9e9e9e;
}

    .host-item.team .footer-folow a:hover {
        color: #fff;
    }

.host-item.team h5 {
    padding-bottom: 0px;
}

.host-item.team h6 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #ffc9c9;
}

.host-item.team p {
    color: #ffc9c9;
}

.host-item.team img {
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

    .host-item.team img:hover {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 05 - TESTIMONIALS*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

.testimonials-container .swiper-container {
    padding: 25px 0px 40px;
}

.testimonials-container .testi-text-block p {
    padding-top: 40px;
}

.testimonials-container .connected-to-bottom-swiper .swiper-slide {
    padding: 0px 15px;
}

.testi-text-block .testi-people-txt {
    padding: 0px 0px 25px;
    color: #3c3c3c;
    text-align: center;
}

    .testi-text-block .testi-people-txt span {
        color: #999;
    }

.swiper-slide.entry {
    text-align: center;
    width: 100%;
    position: relative;
}

.testi-1 {
    padding: 20px 0px;
}

.swiper-slide.entry div {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.testi-1 .swiper-slide.entry div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

    .testi-1 .swiper-slide.entry div.active {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

.testi-2 {
    padding: 10px 0px;
}

    .testi-2 .swiper-slide.entry img {
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .testi-2 .swiper-slide.entry div {
        overflow: hidden;
        text-align: center;
    }

        .testi-2 .swiper-slide.entry div.active {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            z-index: 2;
        }

.testi-w-bg {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}

    .testi-w-bg .second-title {
        padding: 80px 0px 40px;
    }

        .testi-w-bg .second-title p {
            padding-bottom: 0px;
        }

.testi-avatar {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    bottom: -60px;
    border-radius: 50%;
    border: solid 10px #fff;
}

.bg-testi {
    padding: 35px 0px 90px;
}

    .bg-testi .swiper-slide {
        padding: 0px 15px;
    }

.bg-violet .testi-people-txt span {
    color: #B997DC;
}

.bg-testi .testi-text-block p {
    padding: 30px 20px 10px;
}

.bg-testi .testi-text-block .testi-people-txt {
    padding-bottom: 70px;
}

.testi-avatar img {
    width: 100px;
    height: 100px;
}

.pag-style-2 .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

    .pag-style-2 .swiper-pagination-switch:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: '';
        background: rgba(240, 77, 78, 1);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        z-index: 1;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
    }

    .pag-style-2 .swiper-pagination-switch:hover:before {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        opacity: 1;
    }

    .pag-style-2 .swiper-pagination-switch:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        background: #f04d4e;
    }

.pag-style-2 .swiper-active-switch.swiper-pagination-switch:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 1;
    background: #f04d4e;
}

.pag-style-2 .swiper-active-switch.swiper-pagination-switch {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    background: #f04d4e;
}

.testi-text-block.bg-grey {
    background: #f9f9f9;
}

    .testi-text-block.bg-grey:before {
        display: none;
    }

.testi-icon-red {
    margin-top: 30px;
}

    .testi-icon-red .entry {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

        .testi-icon-red .entry img {
            border-radius: 50%;
            transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
        }

        .testi-icon-red .entry:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        }

        .testi-icon-red .entry div.active img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        }

.testi-text-block-2 {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .testi-text-block-2 .testi-text-block {
        text-align: left;
        padding-left: 30px;
    }

        .testi-text-block-2 .testi-text-block p {
            padding: 25px 0px;
        }

    .testi-text-block-2 img {
        float: left;
        margin-top: 40px;
        margin-left: 10px;
    }

    .testi-text-block-2 .testi-people-txt {
        float: left;
        text-align: left;
        padding: 10px 0px 0px 10px;
        color: #3c3c3c;
        position: relative;
        width: 100%;
    }

        .testi-text-block-2 .testi-people-txt span {
            color: #999;
        }

.test-arrow {
    position: absolute;
    z-index: 1;
    backface-visibility: hidden;
    overflow: hidden;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background: #F04D4E;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 48px;
    top: auto;
    color: #fff;
    font-size: 24px;
}

    .test-arrow:before {
        position: absolute;
        border-radius: 50%;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        content: '';
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        opacity: 0;
        z-index: -1;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
    }

.testimonials-container-2 .swiper-slide {
    padding: 0px 15px;
}

.testimonials-container-2 .swiper-arrow-left {
    right: 75px;
    bottom: 115px;
}

.testimonials-container-2 .swiper-arrow-right {
    right: 15px;
    bottom: 115px;
}

.testimonials-container-2 .test-arrow:hover:before {
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    opacity: 1;
}

.testimonials-container-2 .test-arrow:hover {
    color: #3c3c3c;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.testimonials-container-2 .swiper-container {
    padding: 25px 0px 50px;
}

.testi-text-block-2 .quott {
    margin-top: 0px;
    left: 0px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 06 - DATACENTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

.video-player {
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
}

.video-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1000;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

    .video-player.active {
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

.video-iframe {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
}

    .video-iframe iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.video-player .close-iframe {
    color: #0071cf;
    font-family: 'bold', sans-serif, Arial;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

    .video-player .close-iframe:hover {
        color: #fff;
    }

.data-block {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    height: 100%;
}

    .data-block .second-title {
        text-align: left;
        padding-left: 30px;
    }

.second-title .button-2 {
    background: #0071cf;
}

    .second-title .button-2:hover {
        background: #fff;
    }

.image-overlay {
    position: absolute;
    left: 50%;
    height: 100px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    width: 100px;
    border-radius: 50%;
    margin-left: -50px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

    .image-overlay:hover {
        background: rgba(0, 0, 0, 0.5);
    }

.video-img {
    display: block;
    width: 100%;
    height: auto;
}

.img-cont img {
    width: 115px;
    height: 115px;
    float: left;
}

.txt-cont {
    margin: 0px 25px 0px 140px;
    text-align: left;
    display: block;
}

    .txt-cont p {
        padding: 0px;
    }

.main-section.padd-bott {
    padding-bottom: 0px;
}

.data-feature .host-item {
    padding-bottom: 30px;
}

.data-slider .full-height {
    min-height: 630px;
}

.host-item .txt-cont p {
    float: left;
    max-width: 100%;
}

.data-slider .pagination {
    display: block;
}

.switch-container.act {
    display: block;
}

.accordeon-entry p.act {
    visibility: visible;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 07 - FAQ*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordeon-entry {
    margin-bottom: 15px;
}

    .accordeon-entry:last-child {
        margin-bottom: 0px;
    }

    .accordeon-entry h5 {
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        color: #3c3c3c;
        font-weight: 400;
        line-height: 15px;
        padding: 20px 55px 20px 20px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

        .accordeon-entry h5:after {
            width: 23px;
            height: 23px;
            background-color: #0071cf;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            content: "+";
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 16px;
            line-height: 23px;
            color: #fff;
            text-align: center;
            border-radius: 50%;
        }

.accordeon-wrapper .accordeon-entry.active h5,
.accordeon-wrapper .accordeon-entry h5:hover {
    background: #0071cf;
    color: #fff;
}

.accordeon-entry.active h5:after {
    width: 23px;
    height: 23px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "-";
    color: #0071cf;
    border-color: transparent;
    line-height: 22px;
}

.accordeon-entry h5:active:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

.accordeon-entry p {
    transform: scale(0);
    border-radius: 5px;
    height: 0;
    padding: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 24px;
    margin-top: -10px;
    position: relative;
    visibility: hidden;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.accordeon-entry.active p {
    transform: scale(1);
    visibility: visible;
    height: auto;
    padding: 30px 30px 20px 30px;
    float: left;
    width: 100%;
}

.switch-container {
    display: none;
}

.pop-faq {
    margin-bottom: 40px;
    color: #fff;
}

    .pop-faq .img-cont {
        float: left;
        padding-right: 30px;
        position: relative;
    }

        .pop-faq .img-cont img {
            width: 150px;
            height: 150px;
            margin-bottom: 0px;
        }

    .pop-faq .txt-cont {
        margin: 0px 25px 0px 180px;
        padding-left: 30px;
        display: table-cell;
        border-left: 5px solid rgba(255, 255, 255, 0.6);
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0px;
    }

        .pop-faq .txt-cont p {
            color: rgba(255, 255, 255, 0.6);
        }

    .pop-faq:last-of-type {
        margin-bottom: 0px;
    }

.side-menu {
    width: 100%;
    background: #f9f9f9;
    padding: 15px 0px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

    .side-menu h5 {
        padding-bottom: 15px;
        padding-left: 30px;
    }

.side-menu-item span {
    padding-right: 10px;
    font-weight: 700;
    color: #0071cf;
}

.side-menu-item {
    font-size: 14px;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ccc;
    line-height: 20px;
    padding: 15px 10px 15px 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
}

    .side-menu-item:before {
        z-index: -1;
        backface-visibility: hidden;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 50%;
        opacity: 1;
        top: 10px;
        background: #f9f9f9;
        border-radius: 50%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
    }

    .side-menu-item:hover:before {
        background: #fff;
        transform: scale(10);
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -ms-transform: scale(10);
    }

    .side-menu-item:hover {
        background: #fff;
    }

    .side-menu-item.active {
        background: #fff;
        color: #ccc;
    }

.switch-container .accordeon-entry p {
    background: #f9f9f9;
}

.switch-container .accordeon-entry h5 {
    background: #f9f9f9;
}

.call-row {
    width: 100%;
    position: relative;
    /*padding: 50px 0px;*/
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .call-row h4 {
        color: #0071cf;
        font-size: 14px;
    }

        .call-row h4 span {
            font-weight: 400;
            color: #fff;
        }

    .call-row .button-2 {
        margin-left: 40px;
    }

.list-support {
    position: relative;
    width: 100%;
}

    .list-support h5 {
        padding-bottom: 15px;
        font-weight: 500;
    }

    .list-support ul {
        list-style-position: inside;
        margin-bottom: 30px;
    }

        .list-support ul li,
        .list-support ol li {
            font-size: 13px;
            line-height: 36px;
            font-weight: 500;
            list-style-position: inside;
        }

            .list-support ul li:before {
                content: "\f00c";
                display: inline-block;
                font-size: 14px;
                color: #0071cf;
                font-family: 'FontAwesome';
                padding-right: 10px;
            }

.button-2.bg-white {
    color: #222;
    background: #fff;
}

    .button-2.bg-white:hover {
        background: #0071cf;
        color: #fff;
    }

    .button-2.bg-white:before {
        background: #0071cf;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 08 - LOGIN */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.input-label {
    position: relative;
    width: 100%;
    float: left;
}

.form-link {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #9E9E9E;
    width: 100%;
}

    .form-link span {
        padding-right: 10px;
        color: #0071cf;
    }

.login-form.contact-form .submit {
    margin-top: 20px;
    max-width: none;
    width: 100%;
    display: inline-block;
}

.login-form.contact-form input {
    margin-bottom: 15px;
}

.half-input .input-label {
    width: 48%;
    position: relative;
    float: left;
    display: inline-block;
}

    .half-input .input-label:first-child {
        margin-right: 2%;
    }

    .half-input .input-label:last-child {
        margin-left: 2%;
    }

.checkbox-entry {
    position: relative;
    margin: 0px 0px 19px;
    display: block;
    float: left;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        position: absolute;
        margin-left: -20px;
    }

.checkbox-entry input {
    position: absolute;
    left: -30px;
    display: none;
}

.checkbox-entry label {
    font-size: 14px;
    color: #9E9E9E;
    line-height: 17px;
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    min-height: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    overflow: hidden;
}

    .checkbox-entry label:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 17px;
        height: 17px;
        background-color: #fff;
        backface-visibility: hidden;
        overflow: hidden;
    }

.checkbox-entry.active label:before {
    background-color: #FF6C3A;
    box-shadow: 0px 0px 0px 5px #fff inset;
}

.checkbox-entry.radio label:before {
    border-radius: 50%;
}

.domain.col-white {
    margin-top: 60px;
}

    .domain.col-white .drop b {
        color: #fff;
    }

    .domain.col-white .input__label {
        color: #fff;
    }

    .domain.col-white .domain-link a {
        color: #fff;
    }

.host-item.col-white p {
    color: rgba(255, 255, 255, 0.4);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 09 - TYPOGRAPHY */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.font-title h1,
.font-title h2,
.font-title h3,
.font-title h4,
.font-title h5,
.font-title h6 {
    padding-bottom: 15px;
}

.baner-desc p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #9E9E9E;
    text-align: left;
    padding-bottom: 25px;
}

.baner-desc h5 {
    padding-bottom: 20px;
}

.block-desc h5 {
    padding-bottom: 15px;
}

.block-desc p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 30px;
}

.alert-block {
    position: relative;
    width: 100%;
    padding: 15px 30px 15px 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

    .alert-block p {
        font-size: 13px;
        line-height: 24px;
        color: #fff;
    }

    .alert-block span {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 24px;
        cursor: pointer;
    }

    .alert-block.bg-grey {
        color: #9E9E9E;
    }

        .alert-block.bg-grey p {
            color: #9E9E9E;
        }

.circ-point.list-support ul li:before {
    content: "\f058";
    display: inline-block;
    font-size: 16px;
    color: #0071cf;
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.list-support.num-point {
    list-style: outside;
}

.buttons a {
    float: left;
    display: inline-block;
    margin-right: 25px;
}

.hightl {
    padding: 3px;
    color: #fff;
}

.tooltips .fa {
    margin: 0px 5px 0px 0px;
    color: #0071cf;
    cursor: pointer;
    font-size: 16px;
}

.block-desc p a {
    color: #0071cf;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 9px;
    padding-bottom: 5px;
    top: 5px;
}

    .block-desc p a:before {
        content: "";
        position: absolute;
        left: -100%;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: #0071cf;
        transition: all 0.2s ease-out 0s;
    }

    .block-desc p a:hover:before {
        left: 0px;
    }

.vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 10 - HOSTING */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.right-align {
    right: 0px;
}

.min-title-host {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 450px;
    padding: 0px 40px;
}

    .min-title-host span {
        color: #FFF0BC;
        padding-bottom: 10px;
        display: block;
    }

    .min-title-host h3 {
        padding-bottom: 15px;
    }

.shared-history.history .row > div:nth-child(2n) {
    float: left;
    clear: none;
}

.shared-history .history-block {
    background: #F9F9F9;
    margin-bottom: 40px;
}

.history.shared-history .row > div:nth-child(2n) .history-block .h-line {
    height: 130%;
}

.history.shared-history .history-block.last .h-line {
    height: 100% !important;
}

.history.shared-history .history-block:before {
    background: url('../img/testi_ar_2_grey.png') no-repeat;
    content: '';
}

.history.shared-history .row > div:nth-child(2n) .history-block:before {
    background: url('../img/testi_ar_3_grey.png') no-repeat;
    content: '';
}

.price-header-big {
    padding: 23px 50px;
    border-radius: 5px;
}

    .price-header-big h4 {
        padding-bottom: 10px;
        text-transform: uppercase;
    }

.no-hover.price-block:hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    margin-top: 0px;
}

.vps-slider .pagination {
    bottom: 40px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 11 - DEDICATE*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

.min-title-host.col-dark span {
    color: #9E9E9E;
}

.min-title-host.col-dark p {
    padding-bottom: 30px;
}

.min-title-host.col-dark .right-align {
    text-align: right;
}

.tables .button-2 {
    padding: 8px 15px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.second-title .button-2.bg-blue {
    background: #00BFF3;
}

.data-block-vps {
    padding: 30px;
}

    .data-block-vps .second-title {
        text-align: left;
    }

        .data-block-vps .second-title h6 {
            padding-bottom: 0px;
            text-transform: uppercase;
        }

        .data-block-vps .second-title h3 {
            padding-bottom: 10px;
        }

        .data-block-vps .second-title p {
            padding-bottom: 30px;
        }

.data-slider .pagination {
    bottom: 40px;
}

.start-block {
    width: 100%;
    position: relative;
    float: left;
}

    .start-block .image-wrapp {
        text-align: center;
        padding-bottom: 15px;
    }

.line {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: url(../img/point.png) repeat-x;
    height: 5px;
}

.start-block .text-wrapper {
    text-align: center;
}

    .start-block .text-wrapper h5 {
        padding-bottom: 10px;
    }

        .start-block .text-wrapper h5 span {
            color: #9E9E9E;
        }

.vps-menu {
    width: 100%;
    margin-left: -8px;
    padding-bottom: 20px;
    display: inline-block;
}

    .vps-menu .side-menu-item {
        position: relative;
        float: left;
        display: inline-block;
        width: auto;
        padding: 15px 20px;
        margin: 0px 1px;
        color: #fff;
    }

        .vps-menu .side-menu-item.active {
            color: #9E9E9E;
        }

        .vps-menu .side-menu-item:hover {
            color: #9E9E9E;
        }

.col-3 {
    width: 25%;
    position: relative;
    float: left;
}

.col-9 {
    width: 75%;
    position: relative;
    float: left;
}

.table-vps.tables {
    border: 0px none;
}

.table-vps.tables {
    border-radius: 0px;
}

.table-vps tr:nth-child(2n+1) {
    background: #fff;
}

.table-vps tr td:first-child {
    background: #3C3C3C;
    color: #fff;
    border: 1px solid #444;
}

.table-vps tr:first-child td:first-child {
    background: #F04D4E;
    border: 0px none;
}

.table-vps tr:first-child td {
    color: #222;
    font-size: 18px;
}

    .table-vps tr:first-child td p {
        padding: 10px 0px;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 12 - BLOG*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog {
    position: relative;
    width: 100%;
    padding: 120px 0px 60px;
}

.post-blog {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}

.post-text {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .post-text img,
    .post-text iframe {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .post-text h5 {
        padding-bottom: 5px;
    }

        .post-text h5 a:hover {
            color: #00BFF3;
        }

    .post-text p {
        padding-bottom: 20px;
    }

.post-info {
    position: relative;
    float: left;
    width: 160px;
    padding: 0px 20px;
}

.p-date {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

    .p-date span {
        font-size: 40px;
        line-height: 40px;
        display: block;
        font-weight: 700;
    }

    .p-date p {
        font-size: 14px;
        color: #fff;
    }

.p-icon {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #9E9E9E;
    margin-bottom: 20px;
}

    .p-icon i {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }

.blog-slider .pagination {
    bottom: 40px;
}

.blog-slider .swiper-pagination-switch {
    background: #00BFF3;
}

    .blog-slider .swiper-pagination-switch.swiper-active-switch {
        background: #fff;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

.post-text .video-post {
    height: 350px;
}

.duotte {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

    .duotte q {
        font-size: 22px;
        line-height: 28px;
        color: #9E9E9E;
        display: block;
        font-style: italic;
        margin-bottom: 20px;
        font-family: georgia;
    }

    .duotte .quote {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
    }

    .duotte span {
        font-size: 14px;
        display: block;
        color: #9E9E9E;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

        .duotte span i {
            color: #00BFF3;
        }

.blog-nav {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    display: inline-block;
    text-align: center;
}

    .blog-nav a {
        font-size: 16px;
        padding: 12px 8px;
        color: #9E9E9E;
        position: relative;
        display: inline-block;
        float: none;
    }

        .blog-nav a:hover {
            color: #0071cf;
        }

        .blog-nav a.act {
            color: #0071cf;
        }

    .blog-nav .button-1 {
        padding: 12px 15px;
        color: #fff;
        border-color: #0071cf;
    }

        .blog-nav .button-1:first-of-type {
            float: left;
        }

        .blog-nav .button-1:last-of-type {
            float: right;
        }

.post-text .blog-nav .button-1:hover {
    color: #9E9E9E;
    border-color: #FFf;
    background: #fff;
}

    .post-text .blog-nav .button-1:hover:before {
        background: #fff;
    }

.side-blog {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
}

.search-input {
    position: relative;
    width: 100%;
    /*border-radius: 5px;*/
    background: #ffffff;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd
}

    .search-input input[type="text"] {
        position: absolute;
        width: 100%;
        height: 30px;
        left: 0px;
        top: 0;
        margin: 10px 0;
        padding: 0px 15px;
        z-index: 1;
        background: none;
        color: #fff;
    }

    .search-input input[type="submit"] {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        background: none;
        z-index: 20;
    }

    .search-input span {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
        color: #fff;
        z-index: 1;
    }

.side-blog h5 {
    padding-bottom: 15px;
}

.side-blog ul li a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
    color: #9E9E9E;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.side-blog ul li span {
    color: #222;
    font-size: 14px;
    margin-right: 15px;
}

.side-blog ul li a:hover {
    background: #00BFF3;
    color: #fff;
}

    .side-blog ul li a:hover span {
        color: #fff;
    }

.mini-post {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

    .mini-post:last-child {
        padding-bottom: 0px;
    }

    .mini-post img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .mini-post h6 {
        font-size: 14px;
        color: #222;
        text-transform: uppercase;
    }

    .mini-post h5 {
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .mini-post h6 a:hover {
        color: #00BFF3;
    }

    .mini-post span {
        font-size: 12px;
        color: #9E9E9E;
    }

        .mini-post span i {
            color: #00BFF3;
        }

.post-full .image {
    width: 50%;
    position: relative;
    float: left;
}

.post-full .text {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 30px;
}

.post-full .post-info {
    position: relative;
    float: left;
}

.post-text .title h5 {
    padding-bottom: 5px;
}

.post-text .title span {
    display: block;
    padding-bottom: 20px;
}

    .post-text .title span i {
        color: #00BFF3;
        font-size: 14px;
    }

.half-block {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 30px;
}

    .half-block:last-of-type {
        padding-right: 0px;
    }

    .half-block img {
        width: 100%;
        height: auto;
    }

.bootom-block {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}

    .bootom-block h4 {
        padding-bottom: 30px;
    }

    .bootom-block .swiper-slide {
        padding: 0px 15px;
    }

    .bootom-block .mini-post span {
        font-size: 14px;
    }

    .bootom-block .pagination {
        bottom: 10px;
    }

    .bootom-block .blog-slider {
        padding-bottom: 50px;
    }

.comments {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
}

.comm-block {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 25px 20px;
}

    .comm-block p {
        padding-bottom: 10px;
    }

    .comm-block .text {
        padding-left: 50px;
    }

    .comm-block .image {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        left: -40px;
    }

        .comm-block .image img {
            width: 80px;
            height: auto;
        }

.reply {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #00BFF3;
}

    .reply span {
        color: #00BFF3;
        padding-right: 5px;
    }

.second-com {
    padding-left: 110px;
}

.comments:last-child {
    padding-bottom: 0px;
}

.contact-form.bg-white input,
.contact-form.bg-white textarea {
    background: #F9F9F9;
}

.post-text .list-support {
    padding-left: 30px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 13 - RESPONSIVE*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .input.input--nao {
        min-width: 220px;
    }

    .dom-but {
        margin-left: 10px;
    }

    .main-img {
        padding-right: 20px;
    }

    .min-title {
        padding-left: 20px;
    }

    .acor-slide.anime .baner-price {
        right: 20px;
    }

    .monitor-img {
        height: 290px;
    }

    .news-block {
        min-height: 275px;
    }

    .top-f-block {
        text-align: left;
    }

        .top-f-block a {
            font-size: 11px;
        }

    .top-footer-info {
        padding: 20px 0px;
    }

    .copyright ul li {
        margin-right: 10px;
        font-size: 11px;
    }

    .copyright {
        padding: 30px 0px;
    }

    .buttons a {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .open-drop {
        display: inline-block;
    }

    .dom-but {
        margin-left: 0px;
        margin-right: 10px;
    }

    .input.input--nao {
        width: 50%;
    }

    .nav-menu-icon {
        display: block;
        margin-top: 15px;
    }

    nav {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        padding-top: 80px;
        height: 100%;
        overflow-y: auto;
        background: #3C3C3C;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

        nav.slide-menu {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
        }

        nav ul {
            text-align: center;
            width: 100%;
        }

            nav ul li {
                width: 100%;
                padding: 0px;
            }

        nav > ul > li {
            margin: 0px;
        }

    .dropmenu {
        display: none;
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        min-width: 100%;
        text-align: center;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

        .dropmenu.active {
            display: block;
        }

    header {
        height: 60px;
    }

    .logo {
        padding-top: 13px;
    }

    .price-block {
        margin-bottom: 30px;
    }

    .com-button {
        width: 100%;
        padding-top: 30px;
        text-align: left;
    }

    .dom-but {
        float: none;
        display: inline-block;
    }

    .min-title {
        width: 100%;
    }

    .hide-caption h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .host-block:hover {
        margin-top: 0px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    .news-block:hover {
        margin-top: 0px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    .price-block:hover {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        margin-top: 0px;
    }

    .host-block {
        max-width: 420px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .feature-block {
        width: 50%;
        float: left;
        display: inline-block;
        padding: 30px 40px 20px;
    }

    .host-item p {
        display: block;
        position: relative;
        max-width: 300px;
        margin: 0 auto;
    }

    .features-monitor {
        display: none;
    }

    .charts {
        margin-bottom: 30px;
    }

    .tables {
        margin-top: 40px;
    }

    .main-section {
        padding: 80px 0px;
        overflow: hidden;
    }

    .main-section {
        padding: 80px 0px;
        overflow: hidden;
    }

    .copyright span {
        width: 100%;
        float: left;
    }

    .copyright ul {
        padding-bottom: 10px;
        display: inline-block;
    }

    .top-f-block a {
        line-height: 40px;
    }

    .host-item {
        padding-bottom: 30px;
    }

    .main-section .row div:last-child .host-item {
        padding-bottom: 0px;
    }

    .story .cell-view {
        height: auto;
        padding-bottom: 30px;
        text-align: center;
    }

    .story .row > div:last-child .cell-view {
        padding-bottom: 0px;
    }

    .history-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .h-line {
        display: none;
    }

    .raket {
        padding-top: 0px;
    }

    .history .history-block::after {
        display: none;
    }

    .history .row > div:nth-child(2n) {
        clear: none;
        float: left;
        width: 100%;
    }

    .history .row > div:nth-child(2n+1) .history-block {
        margin-right: 0px;
    }

    .history .row > div:nth-child(2n) .history-block {
        margin-left: 0px;
    }

    .padd-110 {
        padding-top: 60px;
    }

    .video-img {
        width: 70%;
        margin: 0 auto;
    }

    .data-block .second-title p {
        padding-bottom: 15px;
    }

    .data-block .second-title {
        width: 70%;
        display: block;
        margin: 0 auto;
        padding: 20px 0px 0px 0px;
    }

    .pop-faq .txt-cont {
        padding: 15px 0px 0px;
        text-align: center;
        width: 100%;
        position: relative;
        top: auto;
        transform: translateY(0);
        border-left: 0px none;
    }

    .side-menu-item {
        font-size: 14px;
        padding: 10px;
    }

    .buttons a {
        margin-bottom: 15px;
    }

    .history.shared-history .history-block:before {
        display: none;
        content: '';
    }

    .history.shared-history .row > div:nth-child(2n) .history-block:before {
        display: none;
        content: '';
    }

    .line {
        display: none;
    }

    .start-block {
        padding-bottom: 20px;
    }

    .tables.table-vps {
        margin-top: 0px;
    }

    .table-vps tr:first-child td p {
        display: none;
    }

    .half-block {
        width: 100%;
        padding: 0px;
    }

    .post-text .list-support {
        padding-left: 0px;
    }

    .bottom-wrapp.post-text {
        padding-left: 0px;
        padding-bottom: 40px;
    }

    .side-blog {
        padding-bottom: 30px;
    }

    .host-button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .main-section {
        padding: 60px 0px;
    }

    .serv-block {
        margin-bottom: 15px;
    }

    .second-title p {
        padding-bottom: 30px;
    }

    .testi-slider {
        padding: 25px 0px 40px;
    }

    .price-block {
        margin-bottom: 15px;
    }

    .acor-slide.anime .main-img img {
        display: none;
    }

    .hide-caption > img {
        display: none;
    }

    .acor-slide {
        height: 600px;
    }

    .accordions {
        height: 600px;
    }

    .table-button {
        margin-top: 10px;
    }

        .table-button .button-2 {
            padding: 15px 10px;
            font-size: 10px;
        }

    .top-f-block {
        margin-bottom: 15px;
        text-align: center;
    }

    .map-canvas {
        height: 350px;
    }

    .contact-form input {
        margin-bottom: 15px;
    }

    .pop-faq .img-cont {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

        .pop-faq .img-cont img {
            float: none;
            display: inline-block;
            margin: 0px auto;
        }

    .side-menu {
        margin-bottom: 30px;
    }

    .min-title-host {
        min-height: 100%;
        padding: 20px 0px;
    }

        .min-title-host .vertical-center {
            width: 100%;
            text-align: center;
            left: 0px;
            position: relative;
            top: auto;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
        }

        .min-title-host.col-dark .right-align {
            text-align: center;
        }

    .post-full .image {
        width: 100%;
    }

    .post-full .text {
        width: 100%;
        padding-left: 0px;
    }

    .blog-nav {
        padding: 30px 0px;
    }

    .second-com {
        padding-left: 40px;
    }

    .bootom-block {
        padding-bottom: 0px;
    }

    .blog {
        padding: 100px 0px 30px;
    }

    .vps-slider .full-height {
        min-height: 700px;
    }
}

@media screen and (max-width: 600px) {
    .input.input--nao {
        width: 100%;
        margin-bottom: 30px;
    }

    .drop-wrap {
        margin-left: 0px;
    }

    .search-name {
        width: 100%;
    }

    .drop-wrap {
        width: 50%;
    }

    .baner-price {
        display: none;
    }

    .feature-block {
        width: 100%;
    }

    .price-block ul li {
        padding: 15px 0px;
    }

    .price-num span {
        font-size: 38px;
    }

    .price-header {
        padding: 13px 0px;
    }

    .f-h-1 {
        background: #fecc17;
    }

    .f-h-2 {
        background: #f04d4e;
    }

    .f-h-3 {
        background: #00bff3;
    }

    .f-h-4 {
        background: #ccdb38;
    }

    .feature-block p {
        color: #fff;
    }

    .feature-block h6 {
        color: #fff;
    }

    .tables tr td:first-child {
        padding-left: 10px;
    }

    .footer-folow a {
        margin: 0px 5px;
    }

    .footer-title p {
        padding-bottom: 30px;
    }

    .footer-block {
        text-align: center;
    }

    .top-footer-info {
        padding: 25px 0px 15px;
    }

    .price-num a {
        margin-bottom: 30px;
    }

    .price-block ul {
        margin-bottom: 20px;
    }

    .side-blog {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .dom-but {
        margin-bottom: 10px;
    }

    .hide-caption h3 {
        display: none;
    }

    .hide-caption span {
        display: none;
    }

    .min-title h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .domain-link a {
        width: 100%;
        padding: 0px;
        border: 0px none;
        margin-bottom: 10px;
    }

    .host-block {
        max-width: 100%;
    }

    .news-txt {
        padding: 10px 20px;
    }

    .bootom-like {
        right: 20px;
        bottom: 15px;
    }

    .news-block .fa {
        position: absolute;
        bottom: 15px;
        left: 20px;
    }

    .contact-form {
        padding: 80px 15px 40px;
    }

    .story .image-wrapper img {
        width: 100%;
    }

    .video-img {
        width: 100%;
    }

    .data-block .second-title {
        width: 100%;
    }

    .txt-cont {
        margin: 0px 0px 0px 130px;
    }

    .accordeon-entry h5 {
        font-size: 13px;
    }

    .half-input .input-label {
        width: 100%;
    }

        .half-input .input-label:first-child {
            margin-right: 0%;
        }

        .half-input .input-label:last-child {
            margin-left: 0%;
        }

    .list-support ul li,
    .list-support ol li {
        font-size: 12px;
        line-height: 26px;
    }

    .vps-menu .side-menu-item {
        width: 100%;
        margin-bottom: 2px;
    }

    .post-info {
        width: 100%;
        padding: 0px 0px 20px;
    }

    .post-text {
        padding-left: 0;
    }

    .p-icon {
        width: 22%;
        float: left;
        margin-left: 2px;
    }

    .p-date {
        width: 30%;
        float: left;
        padding: 2px;
    }

    .comm-block .image {
        top: 10px;
        left: 50%;
        margin-top: 0px;
        margin-left: -40px;
    }

    .comments {
        padding: 0px 0px 20px 0px;
    }

    .comm-block .text {
        padding: 80px 0px 0px;
    }

    .bottom-wrapp .contact-form {
        padding: 30px 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 376px) {
    .min-title {
        padding-left: 10px;
    }

        .min-title h1 {
            font-size: 30px;
            line-height: 36px;
        }

        .min-title ul li {
            line-height: 26px;
        }

    .baner-price {
        left: 10px;
    }

    .min-title-host img {
        width: 100%;
        height: auto;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.logo img {
    width: 300px;
}

.mt0 {
    margin-top: 0 !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.bg_darkgrey {
    background-color: #9e9e9e !important;
}

.color_white {
    color: #ffffff !important;
}

.color_black {
    color: #3c3c3c !important;
}

.invoice_title {
    color: #3c3c3c;
    font-weight: bold !important;
    width: 100px;
}


/*body {
    padding-top: 50px;
}
*/

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 460px;
        /* margin: 0 auto;*/
        float: left;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 900px;
        }
}

.btn.dropdown-toggle {
    color: #0071cf;
    font-size: 26px;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.boxed_advance_search {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    /*	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    float: left;
    margin-left: -2px;
    padding: 20px;
    width: 400px;
    height: 210px;
}

.boxed_advance_search2 {
    height: 260px;
}

.cst_input_popup {
    margin-bottom: 10px !important;
}

.btn_grp {
    float: right;
}

    .btn_grp .button-2.bg-orange {
        padding: 7px 5px;
        margin-top: 14px;
        text-transform: capitalize;
        margin: 14px 0 0 5px;
    }

.tab_active {
    background: #F2F2F2 none repeat scroll 0% 0% !important;
    color: #666 !important;
    font-weight: bold
}

.grpcont {
    position: relative
}

    .grpcont .for_amt {
        position: absolute;
        top: 190px;
        z-index: 10;
        transform: rotate(-90deg);
        left: 73px;
    }

    .grpcont .for_day {
        position: absolute;
        bottom: -25px;
        z-index: 10;
        left: 45%;
    }

    .grpcont .for_title {
        position: absolute;
        top: 0;
        z-index: 10;
        left: 45%;
        font-weight: bold;
    }

.main_search {
    padding: 20px !important;
    background: #f2f2f2 !important
}

.main-section.canvas-graph.pt30 {
    padding-top: 132px !important;
}

.add_hyper {
    position: relative;
    width: 100%;
    display: block;
}

    .add_hyper a {
        position: absolute;
        right: 17px;
        top: -15px;
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(0, 113, 207);
        font-weight: bold;
        letter-spacing: 0.5px;
    }

        .add_hyper a:hover {
            text-decoration: underline
        }

.graph_cont {
    border-left: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
}

.cupa_accord {
    position: relative;
    max-width: 1022px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px auto;
    border: 1px solid rgb(209, 209, 209);
}

.accord_content {
    height: 0px;
    transition: height 300ms ease-in-out;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
}

.accord_head_text {
    font-size: 17px;
    padding: 9px;
    display: block;
}

.accord_head {
    width: 100%;
    display: block;
    height: 40px;
    background: rgb(0, 113, 207);
    color: rgb(255, 255, 255);
}

    .accord_head:after {
        cursor: pointer;
        content: "+";
        position: absolute;
        right: 15px;
        top: 6px;
        font-size: 25px;
        font-weight: bold;
        font-family: sans-serif;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transition: transform 300ms ease-in-out;
        -webkit-transition: transform 300ms ease-in-out;
        -moz-transition: transform 300ms ease-in-out;
        -o-transition: transform 300ms ease-in-out;
    }

.accord_check {
    display: none;
}

    .accord_check:checked + .accord_head:after {
        transform: rotate(-180deg);
        content: "_";
        top: 18px;
        -webkit-transition: rotate(-90deg);
        -moz-transition: rotate(-90deg);
        -o-transition: rotate(-90deg);
    }

    .accord_check:checked + .accord_head + .accord_content {
        height: 300px;
    }

        .accord_check:checked + .accord_head + .accord_content .accord_part {
            padding: 10px;
            transition: padding 300ms ease-in-out;
            -webkit-transition: padding 300ms ease-in-out;
            -moz-transition: padding 300ms ease-in-out;
            -o-transition: padding 300ms ease-in-out;
        }

.accord_mycontent {
    width: 100%;
    height: 100%;
    position: relative;
    background: #FFF;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

    .accord_mycontent .accord_part {
        overflow: hidden;
        position: relative;
        padding: 0px;
        transition: padding 300ms ease-in-out;
        width: 100%;
        border-right: 1px solid #D1D1D1;
        z-index: 1;
    }

        .accord_mycontent .accord_part:last-child {
            border-right: none;
        }

.coupa_sel {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
}

.coupa_disc {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
    font-size: 18px;
}

    .coupa_disc li {
        margin: 10px 10px 10px 0;
    }

.coupa_disc_title {
    font-weight: bold;
}

.coupa_tabs {
    position: relative;
    max-width: 1022px;
    height: 520px;
    margin: 10px auto;
    margin-bottom: 38px;
}

.main_tab {
    margin: 0;
    padding: 0;
}

    .main_tab .tab_menu {
        display: inline-block;
    }

    .main_tab .tabs_name {
        z-index: 1;
        cursor: pointer;
        position: relative;
        display: inline-block;
        padding: 10px 8px;
        background: #0071CF;
        border: 1px solid #0061B1;
        border-bottom: none;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        color: #FFF;
    }

.tab_menu:last-child {
    border-right: 1px solid #f2f2f2;
}

.tab_content {
    width: 100%;
    position: absolute;
    background: #FFF;
    display: none;
    left: 0px;
    top: 37px;
    border: 1px solid #D1d1d1;
    border-radius: 5px;
    border-top-left-radius: 0px;
    padding: 10px;
}

.tabs_radio {
    display: none;
}

    .tabs_radio:checked + .tabs_name + .tab_content {
        display: block;
    }

    .tabs_radio:checked + .tabs_name {
        background: #FFF none repeat scroll 0% 0%;
        border: 1px solid #D1D1D1;
        border-bottom: none;
        font-weight: bold;
        color: #0071CF;
    }

        .tabs_radio:checked + .tabs_name::after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 8px;
            background: #FFF;
            left: 0;
            bottom: -3px;
            margin-top: 9px;
        }

.tab_content label {
    font-weight: bold;
    margin-top: 9px;
}

thead tr td {
    width: 300px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1em;
}

.pb0 {
    padding-bottom: 0 !important;
}

.for_divider_5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important
}

.pb30 {
    padding-bottom: 30px !important;
}

.form-control.cst_reqbody_textarea {
    height: 140px;
}

.cst_back {
    color: rgb(0, 113, 207) !important;
    padding: 10px;
    text-transform: inherit !important;
    text-decoration: underline !important;
    font-weight: bold;
    font-size: 14px !important;
}

.for_boxed_pos {
    display: block;
    margin-top: -28px;
    width: 100%;
}

.button-2.bg-orange.cst_back.pull-right:hover {
    color: rgb(0, 113, 207) !important;
}


/*new*/

.list-support ul li,
.list-support ol li {
    font-size: 12px;
    line-height: 26px;
}

.vps-menu .side-menu-item {
    width: 100%;
    margin-bottom: 2px;
}

.post-info {
    width: 100%;
    padding: 0px 0px 20px;
}

.post-text {
    padding-left: 0;
}

.p-icon {
    width: 22%;
    float: left;
    margin-left: 2px;
}

.p-date {
    width: 30%;
    float: left;
    padding: 2px;
}

.comm-block .image {
    top: 10px;
    left: 50%;
    margin-top: 0px;
    margin-left: -40px;
}

.comments {
    padding: 0px 0px 20px 0px;
}

.comm-block .text {
    padding: 80px 0px 0px;
}

.bottom-wrapp .contact-form {
    padding: 30px 15px;
    margin-top: 30px;
}

}

@media screen and (max-width: 376px) {
    .min-title {
        padding-left: 10px;
    }

        .min-title h1 {
            font-size: 30px;
            line-height: 36px;
        }

        .min-title ul li {
            line-height: 26px;
        }

    .baner-price {
        left: 10px;
    }

    .min-title-host img {
        width: 100%;
        height: auto;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.logo img {
    margin-top: 13px;
    width: 170px;
}

.mt0 {
    margin-top: 0 !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.bg_darkgrey {
    background-color: #9e9e9e !important;
}

.color_white {
    color: #ffffff !important;
}

/*body {
    padding-top: 50px;
}
*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 460px;
        /* margin: 0 auto;*/
        float: left;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 900px;
        }
}

.btn.dropdown-toggle {
    color: #0071cf;
    font-size: 26px;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.halfone {
    float: left !important;
    width: 48% !important;
}

.halftwo {
    float: right !important;
    width: 48% !important;
}

.btn-download {
    padding: 7px 17px;
    margin-top: 6px;
}

.boxed_advance_search {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    /*	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    float: left;
    margin-left: -2px;
    padding: 20px;
    width: 400px;
    height: 210px;
}

.boxed_advance_search2 {
    height: 260px;
}

.cst_input_popup {
    margin-bottom: 10px !important;
}

.btn_grp {
    float: right;
}

    .btn_grp .button-2.bg-orange {
        padding: 7px 5px;
        margin-top: 14px;
        text-transform: capitalize;
        margin: 14px 0 0 5px;
    }

.tab_active {
    background: #F2F2F2 none repeat scroll 0% 0% !important;
    color: #666 !important;
    font-weight: bold;
}

.grpcont {
    position: relative;
}

    .grpcont .for_amt {
        position: absolute;
        top: 190px;
        z-index: 10;
        transform: rotate(-90deg);
        left: 45px;
    }

    .grpcont .for_day {
        position: absolute;
        bottom: 10px;
        z-index: 10;
        left: 45%;
    }

    .grpcont .for_title {
        position: absolute;
        top: 0;
        z-index: 10;
        left: 45%;
        font-weight: bold;
    }

.main_search {
    padding: 20px !important;
    background: #f2f2f2 !important;
}

.main-section.canvas-graph.pt30 {
    padding-top: 132px !important;
}

.add_hyper {
    position: relative;
    width: 100%;
    display: block;
}

    .add_hyper a {
        position: absolute;
        right: 17px;
        top: -15px;
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(0, 113, 207);
        font-weight: bold;
        letter-spacing: 0.5px;
    }

        .add_hyper a:hover {
            text-decoration: underline;
        }

.graph_cont {
    border-left: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
}

.cst_cancel {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

#AddEditBuyer span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 15px;
    position: absolute;
    top: 42px;
}

#InsertUpdateCatalog span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 15px;
    position: absolute;
    top: 40px;
}

#AddEditEprocurement span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 15px;
    position: absolute;
    top: 42px;
}

#AddEditSupplier span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 15px;
    position: absolute;
    top: 42px;
}

#RegisterLoginUser span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 0;
    position: relative;
    top: 0;
}

#LoginUser span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 10px;
    position: absolute;
    top: 70px;
}

.cst_firstform span.settings_error {
    /*color: #f00;
	font-size: 12px;
	position: relative;
	right: 29em;
	top: 80px;*/
    color: #f00;
    font-size: 12px;
    left: 43px;
    position: absolute;
    top: 103px;
}

.cst_secform span.settings_error {
    color: #f00;
    font-size: 12px;
    position: absolute;
    right: 26em;
    top: 103px;
}

.datetimepicker-days {
    background: #fff none repeat scroll 0 0;
}

.datetimepicker-months {
    background: #fff none repeat scroll 0 0;
}

.datetimepicker-years {
    background: #fff none repeat scroll 0 0;
}

#CreatedDateTo {
    float: left;
    width: 48%;
}

#CreatedDateFrom {
    float: right;
    width: 48%;
}

#OrderDateTo {
    float: left;
    width: 48%;
}

#OrderDateFrom {
    float: right;
    width: 48%;
}

.Usererror_notsuccess {
    color: #e00000;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin-left: 40%;
}

.error_notsuccess {
    color: #e00000;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
}

.forgoterror_success {
    color: #458B00;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
}

.error_notsuccess.loginerr {
    margin: -21px 2px 0;
}

.error_success {
    color: #458B00;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin-left: 40%;
}

.welcome_user {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    right: 30px;
}

.mandatoryClass {
    color: #e00000;
    font-weight: bold;
}

.mr10 {
    margin-right: 10px !important;
}

.ml0 {
    margin-left: 0 !important;
}

#btnresetFields {
    padding-bottom: 14px;
    padding-top: 14px;
}

#btnSearchStr {
    padding-bottom: 11px;
    padding-top: 11px;
    top: 5px;
}

#InsertUpdateCatalog #cst_err span.settings_error {
    color: #f00;
    font-size: 12px;
    left: 15px;
    position: static;
    top: 40px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 5px !important;
    color: #fff !important;
    padding: 5px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.active_radio {
    height: 50px;
    padding: 15px 10px 10px 14px;
}

.input_btn {
    position: absolute;
    z-index: 999999;
    padding: 0px;
    color: blue;
    top: 12px;
    right: 25px;
}

.validation-summary-errors.text-danger {
    position: absolute;
    text-align: left;
    top: 63px;
    width: 89%;
}

.validation-summary-errors text-danger ul li {
    font-size: 12px !important;
    color: #e00000 !important;
}

#InsertUpdateCatalog {
    float: left;
    margin-bottom: 8em;
    width: 100%;
}

.form-horizontal.formpage {
    z-index: 9999999;
}

.cst_boxed_align {
    float: left;
    margin-bottom: 6em !important;
    width: 100%;
    z-index: 99 !important;
    margin-top: 0 !important;
}

.main-section.canvas-graph.pt30 {
    padding-top: 30px !important;
}

.main-section {
    padding: 80px 0 120px;
    position: relative;
    top: 100px !important;
    width: 100%;
}

.mr20 {
    margin-right: 20px !important;
}

.mr0 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

form {
    float: left;
    margin-bottom: 6em;
    width: 100%;
}

.cst_form {
    float: left;
    margin-bottom: 6em;
    /*width: 100%;*/
}

.hover_signout a:active {
    text-decoration: none !important;
}

.hover_signout.active > a:active {
    text-decoration: none !important;
}

.hover_signout a:hover {
    text-decoration: none !important;
}

.hover_signout.active > a:hover {
    text-decoration: none !important;
}

.formpage {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: rgb(239, 239, 239) rgb(239, 239, 239) rgb(239, 239, 239) #e4e4e4;
    border-image: none;
    border-radius: 0 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.1);
    margin: 38px 60px 60px 0;
    padding: 10px;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 15px;
    text-align: right;
}

.formpage .form-control {
    margin: 7px 0;
}

.validation-summary-errors.text-danger ul > li {
    color: #e00000;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

/*breadcrump*/
#breadcrumb {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

    #breadcrumb .icon {
        font-size: 13px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #0071cf;
            text-decoration: none;
            position: relative;
            height: 30px;
            line-height: 29px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
        }

        #breadcrumb li:nth-child(even) a {
            background-color: #0071cf;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #0071cf;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #0071cf;
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before,
        #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #0071cf;
            border-width: 15px 12px;
            width: 0;
            height: 30px;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #0071cf;
        }

        #breadcrumb li a:hover {
            background-color: #0071cf;
        }

            #breadcrumb li a:hover:before {
                border-color: #0071cf;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #0071cf;
            }

        #breadcrumb li a:active {
            background-color: #0071cf;
        }

            #breadcrumb li a:active:before {
                border-color: #0071cf;
                border-left-color: transparent;
            }

            #breadcrumb li a:active:after {
                border-left-color: #0071cf;
            }

.addsupp {
    float: right;
    position: relative;
    top: inherit;
    padding: 10px;
    color: rgb(255, 255, 255) !important;
    margin: -30px 0px;
}

    .addsupp:hover {
        color: #0071CF !important;
    }

.formpage .control-label,
.formpage label[for='email'],
.formpage .col-md-4 {
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: 1.2%;
}

    .formpage .col-md-4 label[for="IsActive"] {
        position: relative;
        display: inline-block;
        top: -18px;
    }

        .formpage .col-md-4 label[for="IsActive"] + span.mandatoryClass {
            top: -20px;
            position: relative;
        }

.mandatoryClass.mcup {
    position: relative;
    top: -5px;
}

.erridcreate {
    bottom: 53px;
    margin-right: -49px;
    top: inherit !important;
}

table > thead > tr > th,
table > thead > tr > td {
    vertical-align: middle !important;
}

.main_head_table tr:first-child td:nth-child(5) {
    min-width: 100px;
}

.tables tr:hover {
    background: #dddddd;
}

.tables tr:nth-child(2n):hover {
    background: #dddddd !important;
}

.cst_table_grid4 {
    width: 4% !important;
}

.cst_orderno_table {
    width: 8% !important;
}

.cst_orderdate_table {
    width: 10% !important;
}

.cst_buyername_table {
    width: 35% !important;
}

.cst_tamt_table {
    width: 20% !important;
}

.cst_zip_table {
    width: 10% !important;
}

.cst_manage_table {
    width: 10% !important;
}

.cst_err_table {
    width: 2% !important;
}

.cst_catelog_table {
    width: 20% !important;
}

.cst_pourl_table {
    width: 20% !important;
}

.cst_netwk_table {
    width: 20% !important;
}

.cst_domain_table {
    width: 22% !important;
}

.bs-example {
    margin-top: 5px;
}

.pl0 {
    padding-left: 0 !important;
}

.buyername_typotitle {
    color: #0071cf;
    position: absolute;
    padding: 18px;
    top: -14px;
}

.ico_logout {
    position: absolute;
    right: 3px;
    font-size: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.curson_pointer {
    cursor: pointer !important;
}

.ico_trash {
    right: 3px;
    font-size: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    color: #e00000;
}

.boxed_advance_search {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    /*	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    float: left;
    margin-left: -2px;
    padding: 20px;
    width: 400px;
}

table input .add_row {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;
    display: block;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
}

table input {
    border: 1px dashed #333;
    width: 100%;
    color: #e00000;
    width: 100%;
}

.color_blue {
    color: #0071cf !important;
}

.height {
    min-height: 200px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.invoice_divider {
    margin-top: 27px !important;
}

.panel-body input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.contact-info span {
    font-size: 14px;
    padding: 0 50px;
}

.boxed_shipping {
    line-height: 25.3px;
    font-size: 13px;
}

.lh20 {
    line-height: 20px;
}

/*.grid60 {width:60% !important;
}*/

/*.grid50 {width:50% !important;
}*/
.btn_addrow {
    font-size: 16px;
    padding: 5px 10px;
}

.grid35 {
    width: 35%;
}

.input-label.form-control.mb5.grid60 > input {
    width: 100%;
}

.panel-heading_dummy > b {
    font-size: 14px;
}

#tabs th {
    border-right: 1px solid #555555;
}

#tabs td {
    border-right: 1px solid #555555;
}

.po_loader > img {
    /*margin-left: 20px;
	position: absolute;
	width: 35px;*/
    float: right;
    left: 0;
    margin-left: 20px;
    position: relative;
    width: 35px;
}

.input-label.form-control.mb5.grid60 {
    font-size: 13px;
    height: 22px;
    padding: 0 0 0 5px;
    margin-bottom: 2px !important;
}

.shipping_total {
    font-size: 13px !important;
    height: 22px !important;
    padding: 0 0 0 5px !important;
    margin-bottom: 2px !important;
}

.fa-trash {
    color: #cf0000;
}

.icon_manage:before {
    color: #0071cf;
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 14px;
}

.cst_src_arrow {
    position: absolute;
    right: 2px;
    width: 28%;
    z-index: 99;
}

/*.address_ell {
    white-space: nowrap; 
    max-width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display:block;
}

.buyer_ell {
    white-space: nowrap; 
    max-width: 150px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display:block;
}*/
nav .fa.fa-sort-down {
    margin-top: -17px;
    top: -4px !important;
}

.typo_bn {
    color: #0071cf;
    padding: 15px;
    text-align: right;
    font-size: 16px;
    line-height: 27px;
}

.test:active,
.test.active {
    box-shadow: none !important;
}

.domain-link a {
    padding: 10px !important;
}

.po_input {
    margin-right: 20px;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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
}

    .po_input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .po_input::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .po_input:-ms-input-placeholder {
        color: #999
    }

    .po_input::-webkit-input-placeholder {
        color: #999
    }

    .po_inputl[disabled],
    .po_input[readonly],
    fieldset[disabled] .po_input {
        background-color: #eee;
        opacity: 1
    }

    .po_input[disabled],
    fieldset[disabled] .po_input {
        cursor: not-allowed
    }

.theme_blue {
    color: #0071cf !important;
}

.cst_chkbox {
    position: relative;
    top: 1px;
}

.pagination_odr_list {
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    margin-right: 10px;
}

    .pagination_odr_list:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #585858 0%, #111 100%) repeat scroll 0 0;
        border: 1px solid #111;
        color: white !important;
    }

.dataTables_info {
    float: left;
    position: relative;
    top: 6px;
    width: 50%;
}

.cst_orderlist_grid {
    padding-bottom: 4px !important;
}

.copycatlog_table > thead td {
    padding: 0;
}

.copy-catalog h5 {
    font-size: 1rem;
}

.copy-catalog .head-row:hover {
    background: #9e9e9e;
}

table.copy-cat tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#complete-dialog .modal-footer button.b-shadow.submit.pull-right {
    position: relative;
    top: -7px;
}

.cpy_catlog_btn {
    background-color: #0071cf;
    border-radius: 3px;
    color: white;
    padding: 1px 15px;
}

.fa-copy {
    margin-right: 10px;
}

button[disabled],
html input[disabled] {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #ddd !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    cursor: no-drop;
}

.btn_relative {
    position: relative;
    top: 14px;
}

.grid_ssoinfo {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #999;
    border-radius: 10px;
}

.cpy_catlog_ht {
    height: 360px;
    overflow-y: scroll;
}

.cst_width_IdssoInfo {
    width: 70%;
    float: left
}

#IdssoInfo input {
    margin: 0;
}

.cst_hr {
    background: #f00;
}

.border-bg {
    background: #0071cf;
    float: left;
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

#IdssoInfo .col-md-5.col-sm-12.col-lg-5 {
    margin-bottom: 10px;
}

.alert_custom {
    background-color: #55a753;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 0 24px -1px rgba(56, 56, 56, 1);
    color: #ffffff;
    font-size: 14px;
    height: 50px;
    left: 50%;
    margin-left: -230px;
    margin-top: 200px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    top: -120px;
    width: 400px;
    z-index: 999;
}

@media only screen and (min-width: 1470px) {
    .cpy_catlog_ht {
        height: 600px;
        overflow-y: scroll;
    }

    .table-design-1 table td {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1470px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1470px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1470px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 1470px), only screen and ( min-resolution: 192dpi) and (min-width: 1470px), only screen and ( min-resolution: 2dppx) and (min-width: 1470px) {
    .cpy_catlog_ht {
        height: 600px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1920px) {
    .cpy_catlog_ht {
        height: 800px;
        overflow-y: scroll;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1920px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 1920px), only screen and ( min-resolution: 192dpi) and (min-width: 1920px), only screen and ( min-resolution: 2dppx) and (min-width: 1920px) {
    .cpy_catlog_ht {
        height: 800px;
        overflow-y: scroll;
    }
}

.cst-lb-editpunchout-head {
    margin-top: 50px !important;
}

.cst_width_edit-punchout {
    padding-top: 10px !important;
    width: 80%;
}

#IdIdentityTab .settings_error {
}

#IdIdentityTab .control-label {
    position: relative;
    top: 15px;
}

.catlog-name-display {
    float: left;
    left: 46vw;
    position: absolute;
    top: 108px;
    color: #0071cf;
}

/* shipping tables */
.order-cst {
    width: 5% !important;
}

.Order-Date-cst {
    width: 10%;
}

.shiptoname-cst {
    width: 30% !important;
}

.shiptocity-cst {
    width: 30% !important;
}

.total-amt-cst {
    width: 5% !important;
}

.invoice-cst {
    width: 15% !important;
}

.manage-tab-cst {
    width: 5% !important;
}

.catelog-cst {
    width: 20%;
}

.cst_err_table {
    width: 2% !important;
}
/*
@media (min-width: 1610px) {
    .container {
        max-width: calc(100% - 27em)!important;
        width: 100%;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: calc(100% - 374px)!important;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 160px)!important;
        width: 100%;
    }
}
@media (max-width: 992px){
 .container {
    max-width: calc(100% - 30px)!important;
    width: 100%;
}*/
