
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "Proxima";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../css/fonts/proximanova-regular-webfont.woff") format("woff"), url("../css/fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../css/fonts/proximanova-regular-webfont.svg") format("svg");
}
@font-face {
    font-family: "ProximaIt";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../css/fonts/proximanova-regularitalic-webfont.woff") format("woff"), url("../css/fonts/proximanova-regularitalic-webfont.ttf") format("truetype"), url("../css/fonts/proximanova-regularitalic-webfont.svg") format("svg");
}
@font-face {
    font-family: "ProximaLight";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../css/fonts/proximanova-light-webfont.woff") format("woff"), url("../css/fonts/proximanova-light-webfont.ttf") format("truetype"), url("../css/fonts/proximanova-light-webfont.svg") format("svg");
}
@font-face {
    font-family: "ProximaSemiBold";
    font-style: normal;
    font-weight: 500;
    src: local("☺"), url("../css/fonts/proximanova-semibold-webfont.woff") format("woff"), url("../css/fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../css/fonts/proximanova-semibold-webfont.svg") format("svg");
}
@font-face {
    font-family: "ProximaBold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../css/fonts/proximanova-bold-webfont.woff") format("woff"), url("../css/fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../css/fonts/proximanova-bold-webfont.svg") format("svg");
}
body {
    background-color: #fff;
    font-family: ProximaLight,sans-serif;
}
.font-light {
    font-family: ProximaLight,sans-serif;
}
.fz12 {
    font-size: 12px;
}
.fz14 {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .heading {
    font-family: ProximaSemiBold,sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: normal;
}
h1, .heading {
    font-size: 43px;
    margin: 20px 0;
}
h2 {
    font-size: 26px;
    margin: 15px 0;
}
h3 {
    font-size: 24px;
    margin: 25px 0 15px;
}
h4 {
    font-size: 20px;
    margin: 10px 0 5px;
}
h4 + p {
    margin-top: 5px;
}
h5 {
    font-size: 18px;
    margin: 7px 0;
}
h5 + p {
    margin-top: 7px;
}
.hidden {
    display: none;
}
aside .mCSB_container {
    overflow: visible;
}
aside .aside-container {
    height: 100%;
    padding: 0;
}
aside .expanded + ul {
    display: block;
}
aside .navigation-toggler {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/aside-collapser.svg") no-repeat scroll center center;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: rotate(180deg);
    width: 14px;
}
aside .aside-navigation, aside .aside-new {
    display: none;
}
aside .aside-delimiter {
    display: block;
    line-height: 0;
    margin: 30px 0;
    position: absolute;
    top: 0;
}
aside .aside-delimiter i {
    border-bottom: 1px dashed #6e6f71;
    display: block;
    height: 1px;
    margin-left: 20px;
    width: 15px;
}
aside .aside-new {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/create-new-block-plus.svg") no-repeat scroll left 3px;
    color: #414142 !important;
    font-family: ProximaSemiBold,sans-serif;
    font-weight: 500;
    padding-left: 15px;
}
aside.expanded .mCSB_container {
    overflow: hidden;
}
aside.expanded .aside-delimiter {
    position: relative;
    top: 0;
}
aside.expanded .aside-container {
    padding: 50px 45px 90px;
}
aside.expanded .aside-navigation, aside.expanded .aside-new {
    display: block;
}
aside.expanded .navigation-toggler {
    left: auto;
    right: 30px;
    transform: rotate(0deg);
}
.aside-navigation a {
    display: block;
    font-family: Proxima,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 15px;
    position: relative;
}
.aside-navigation a:not(.aside-navigation-heading)::before {
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
}
.aside-navigation a.aside-navigation-heading::before {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/caret-down.svg") no-repeat scroll center center;
    content: "";
    height: 8px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    width: 9px;
}
.aside-navigation a.expanded::before {
    left: 0;
    transform: rotate(0deg);
}
.aside-navigation a.expanded, .aside-navigation a.active {
}
.aside-navigation ul {
    display: none;
    margin-left: 30px;
}
.main-content {
    font-size: 17px;
    line-height: 24px;
}
section {
    margin: 60px 0;
}
p {
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: justify;
}
.btn {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
}
.caret {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/caret-down.svg") no-repeat scroll center center;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    vertical-align: middle;
    width: 10px;
}
.tag, .date {
    font-size: 14px;
}
.tags {
    display: inline-block;
    margin: 0;
}
.tags li {
    display: inline-block;
    margin: 4px 0;
    vertical-align: middle;
}
.tags .tag {
    background-color: #f7f7f7;
    border-radius: 2px;
    color: #231f20;
    display: inline-block;
    line-height: 14px;
    margin: 0 2px;
    min-width: 74px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}
.breadcrumbs {
    line-height: 36px;
}
.breadcrumbs li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.breadcrumbs a, .breadcrumbs span {
    color: #231f20;
    font-family: ProximaLight,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.breadcrumbs a {
    position: relative;
}
.breadcrumbs a::after {
    content: " / ";
    position: absolute;
    right: -10px;
    top: -9px;
}
.date {
    display: inline-block;
    line-height: 20px;
    padding-top: 12px !important;
    vertical-align: middle;
    white-space: nowrap;
}
.social-links li {
    display: inline-block;
    min-width: 28px;
    vertical-align: middle;
}
.social-links a {
    background-image: url("../BlueHosting/img/social-icons.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    text-indent: -9999px;
    width: 100%;
}
.social-links a.facebook {
    background-position: 1px center;
}
.social-links a.twitter {
    background-position: center center;
}
.social-links a.youtube {
    background-position: -60px center;
}
.notification {
    background: #f1f2f2 none repeat scroll 0 0;
    font-family: ProximaIt,sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    margin: 35px 0;
    padding: 25px 25px 25px 90px;
    position: relative;
}
.notification-primary {
    color: #231f20;
}
.notification-danger {
    color: #eb2227;
}
.notification-primary::after, .notification-danger::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
}
img {
    display: table;
    margin: 0 auto;
	max-width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
}
iframe {
    display: table;
    margin: 0 auto;
	max-width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
}
table {
    border: 1px solid #656466;
    border-collapse: collapse;
    width: 100%;
}
table th {
    background-color: #414142;
    color: #fff;
    padding: 20px 17px;
}
table td {
    padding: 25px 17px;
    vertical-align: top;
}
table > thead > tr > th, table > tbody > tr > td {
    border: 1px solid #cecccd;
}
table > thead {
    font-family: ProximaSemiBold,sans-serif;
    font-size: 18px;
    text-align: left;
}
table h5 {
}
ol {
    counter-reset: list1;
    padding: 0;
}
ol h1, ol h2, ol h3, ol h4, ol h5, ol h6 {
    display: block;
    margin: 0;
}
ol h2 {
    font-size: 26px !important;
}
ol h3 {
    font-size: 24px !important;
}
ol h4 {
    font-size: 20px !important;
}
ol h5 {
    font-size: 18px !important;
}
ol ol {
    margin-left: 50px;
}
ol ol h3, ol ol h4, ol ol h5, ol ol h6 {
    margin: 0 0 0 55px;
}
ol ol li::before {
   /*font-size: 24px;*/
    min-width: 15px;
}
ol ol li p {
    margin-left: 55px;
}
ol ol ol {
    margin-left: 30px;
}
ol ol ol li::before {
    font-size: 20px;
}
ol ol ol li::before {
    font-size: 18px;
}
ol li::before {
    float: left;
    font-family: ProximaSemiBold,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}
ol li {
    list-style-type: none;
}
ol {
    counter-reset: list1;
}
ol li::before {
    content: counter(list1, decimal) ". ";
    counter-increment: list1;
	margin-right: 10px;
}
ol ol {
    counter-reset: list2;
}
ol ol li {
    position: relative;
	list-style-type: initial;
}
ol ol li::before {
    content:  " ";
    counter-increment: list2; 
}
ol ol ol {
    counter-reset: list3;
}
ol ol ol li::before {
    content: counter(list1, decimal) "." counter(list2, decimal) "." counter(list3, decimal) ". ";
    counter-increment: list3;
}
ol ol ol ol {
    counter-reset: list4;
}
ol ol ol ol li::before {
    content: counter(list1, decimal) "." counter(list2, decimal) "." counter(list3, decimal) "." counter(list4, decimal) ". ";
    counter-increment: list4;
}
a {
    opacity: 1;
    transition: opacity 0.4s ease 0s;
}
a:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease 0s;
}

.search:hover {
	background-color: #F5F5F7;
}

.search-item-heading {
	margin-left: 10px;
	margin-right: 10px;
}
.inline-img {
    max-width: 100%;
}
.back-to-top {
    background: #93d4ee url("../BlueHosting/img/back-to-top-arrows.svg") no-repeat scroll center center;
    border-radius: 50%;
    bottom: 55px;
    height: 66px;
    opacity: 0.9;
    position: fixed;
    right: 55px;
    transition: opacity 0.4s ease 0s, right 0.4s ease 0s;
    width: 66px;
    z-index: 1;
}
.back-to-top.is-hidden {
    cursor: default;
    opacity: 0;
    transition: opacity 0.2s ease 0s;
}
.media-preview, .media-play {
    cursor: pointer;
    display: block;
    margin: 50px 0 70px;
    opacity: 1;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: opacity 0.4s ease 0s;
}
.media-preview img, .media-preview video, .media-play img, .media-play video {
    max-width: 100%;
}
.media-preview::before, .media-play::before {
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.media-preview::before {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/media-preview.svg") no-repeat scroll center center / 41px 60px;
}
.no-touch .media-preview:hover:not(.playing), .no-touch .media-play:hover:not(.playing) {
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
}
.no-touch .media-play:not(.playing)::before {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/media-play.svg") no-repeat scroll center center / contain ;
    height: 55px;
    width: 48px;
}
.create-new-block {
    margin: 80px 0 170px;
}
.create-new-block .create-new-block-link {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/create-new-block-plus.svg") no-repeat scroll 96% center;
    border-bottom: 1px solid #f7f7f7;
    color: #414142;
    display: block;
    padding: 32px 35px;
}
.create-new-block .create-new-block-link:first-child {
    border-top: 1px solid #f7f7f7;
}
.mfp-bg {
    background-color: #fff;
    opacity: 0.93;
}
.mfp-figure::after {
    box-shadow: none;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    text-indent: 9999px;
}
.mfp-iframe-holder .mfp-close::after, .mfp-image-holder .mfp-close::after {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/modal-close.png") no-repeat scroll center center;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: -38px;
    width: 20px;
}
.mfp-close {
    opacity: 1;
}
.mfp-zoom-out-cur .mfp-close {
    overflow: hidden !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
body.scrolled-results .navigation-menu {
    max-height: 0;
    transition: max-height 0.2s ease 0s;
}
body.scrolled-results header {
    border-bottom: medium none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease 0s;
}
body.scrolled-results footer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease 0s;
}
body.scrolled-results #popup-wrapper {
    padding-top: 0;
    transition: padding-top 0.2s ease 0s;
}
.wrapper {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.inner {
    -moz-box-flex: 1;
    flex: 1 0 auto;
}
footer {
    -moz-box-flex: 0;
    flex: 0 0 auto;
}
.container {
    margin: 0 auto;
    width: 100%;
}
.container::after {
    clear: both;
    content: "";
    display: block;
}
.container-wide {
    position: relative;
}
.container-spaced {
    padding: 70px 0 30px;
}
.main-content-wrapper {
    border-bottom: 1px solid transparent;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 960px;
    padding: 50px 0 30px;
    position: relative;
    text-align: justify;
}
.main-content-wrapper > article, .main-content-wrapper > section {
    padding-left: 45px;
    padding-right: 45px;
}
aside {
    background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
    border-right: 1px solid #e5e4e4;
    bottom: 0;
    height: 100%;
    padding-top: 84px;
    position: fixed !important;
    top: 0;
    width: 60px;
    z-index: 1000;
}
aside + .main-content-wrapper {
    margin: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 60px;
    width: 100%;
}
aside .aside-footer {
    background-color: #fff;
    border-bottom: 1px solid #e5e4e4;
    border-top: 1px solid #e5e4e4;
    bottom: 0;
    cursor: pointer;
    height: 60px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}
aside .aside-footer:hover {
    background-color: #f7f7f7;
}
aside.expanded {
    width: 360px;
}
aside.expanded + .main-content-wrapper {
    padding-left: 360px;
}
aside.expanded .aside-footer {
    text-decoration: none;
}
aside:not(.ui-resizable-resizing) {
    transition: width 0.4s ease 0s;
}
aside:not(.ui-resizable-resizing) + .main-content-wrapper {
    transition: padding-left 0.4s ease 0s;
}
aside.expanded:not(.ui-resizable-resizing) {
    transition: width 0.2s ease 0s;
}
aside.expanded:not(.ui-resizable-resizing) + .main-content-wrapper {
    transition: padding-left 0.2s ease 0s;
}
.main-content {
    letter-spacing: 0.03em;
    min-height: 200px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.content .top-space {
    margin-top: 100px;
}
.logo {
    background-size: 140px 30px;
    display: inline-block;
    height: 60px;
    padding: 18px 0;
    position: relative;
    vertical-align: middle;
    width: 184px;
}
header {
    font-family: Proxima,sans-serif;
    font-weight: 400;
    max-height: 100px;
    position: relative;
    transition: max-height 0.4s ease 0s;
    z-index: 1001;
}
header > .container {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
}
header .pull-left {
    float: left;
}
header .pull-right {
    float: right;
}
header .pull-right > ul > li > a {
    min-height: 60px;
    padding: 20px 17px;
}
header .btn {
    font-size: 14px;
    text-transform: uppercase;
}
header a {
    display: inline-block;
}
header li {
    display: inline-block;
    vertical-align: middle;
}
header .logo::after {
    color: #231f20;
    content: "DOCS";
    font-size: 13px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}
header .dropdown > .dropdown-menu {
    display: none;
}
header .dropdown.open > .dropdown-menu {
    display: block;
}
header .countries-dropdown-menu a {
    padding: 14px 29px;
}
header .dropdown-menu {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    opacity: 0.9;
}
header .dropdown-menu li {
    display: block;
}
header .flags-list-container {
    position: relative;
}
header .flags-list-container .dropdown-menu {
    min-width: 230px;
    position: absolute;
    right: 0;
    top: 101%;
    z-index: 1000;
}
header .flags-list-container .dropdown-menu a {
    border: 1px solid #e5e4e4;
    color: #231f20;
    display: block;
    font-family: ProximaLight,sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: -1px;
    padding: 20px 23px;
    text-transform: uppercase;
    white-space: nowrap;
}
header .flags-list-container .dropdown-menu a span {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
header .flags-list-container .dropdown-menu a .iti-flag {
    margin-top: -1px;
}
header .flags-list-container .dropdown-menu a .caret {
    margin-top: -5px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(-90deg);
}
header .flags-list-container > .dropdown-toggle .country-name {
    display: none;
}
header .flags-list-container > .dropdown-toggle .caret {
    position: relative;
    top: -1px;
}
header .flags-list-container .dropdown.open > a > .caret {
    transform: rotate(0deg);
}
header .flags-list-container.open::after {
    background-color: #231f20;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.js-trigger-search-popup {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/search-ico.svg") no-repeat scroll center center;
    display: inline-block;
    min-height: 25px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 55px;
}
.navbar-toggle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #6e6e70;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 5px;
    cursor: pointer;
    margin-top: 15px;
    outline: medium none;
    padding: 9px 0 !important;
    position: relative;
}
.navbar-toggle .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.navbar-toggle .icon-bar {
    background-color: #6e6e70;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 28px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.collapsed .navbar-toggle {
    border-color: transparent;
}
.navbar-right {
    padding-left: 45px;
    position: relative;
}
.navbar-right .fake-search-icon {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/search-ico.svg") no-repeat scroll center center;
    content: "";
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 40px;
}
.heading {
    margin: 50px 0 20px;
}
.sub-heading {
    margin: 35px 0;
}
.sub-heading-tableized {
    display: table-cell;
}
.sub-heading-tableized > * {
    display: table-cell;
    padding: 5px 10px 5px 0;
    vertical-align: top;
}
.content ul {
    list-style-type: disc;
    padding-left: 30px;
}
.content ul strong {
    font-family: ProximaSemiBold,sans-serif;
}
footer {
    max-height: 1000px;
    transition: max-height 0.4s ease 0s;
    z-index: 1;
}
footer > .container-spaced {
    border-top: 1px solid #fff;
    font-family: Proxima,sans-serif;
    font-weight: 400;
    padding: 45px 0 35px;
}
footer > .container {
    border-top: 1px solid #e3e2e2;
    height: 59px;
}
footer .container {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
}
footer .footer-nav-menu a {
    color: #414142;
}
footer .footer-nav-menu .pull-left {
    width: 66.6667%;
}
footer .footer-nav-menu .pull-left ul {
    display: inline-block;
    line-height: 44px;
    list-style-type: none;
    margin: 0 3% 0 0;
    min-width: 17%;
    padding: 0;
    vertical-align: top;
}
footer .footer-nav-menu .pull-right {
    width: 33.3333%;
}
footer .social-link {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
footer .copyright {
    min-height: 55px;
}
footer .copyright .pull-left {
    padding: 20px 0;
}
footer .copyright a {
    color: #231f20;
    text-decoration: none;
}
footer .copyright .logo {
    background-size: 114px 26px;
    display: inline-block;
    height: 55px;
    padding: 20px 0;
    width: 114px;
}
.form-group input {
    font-size: 12px;
}
.content #search-container {
    padding: 110px 0;
    position: relative;
    transition: padding-top 0.5s ease 0s;
    width: 100%;
}
.content #search-container .heading {
    margin: 0 0 30px;
    max-height: 200px;
    opacity: 1;
    text-align: center;
    transition: max-height 0.5s ease 0s, opacity 0.4s ease 0s, margin 0.4s ease 0s;
}
.content #search-container .heading-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 480px;
}
.content #search-container h1, .content #search-container .sub-heading {
    font-family: ProximaLight,sans-serif;
    font-weight: 300;
}
.content #search-container h1 {
    margin: 10px 0;
}
.content #search-container .sub-heading {
    color: #93d4ee;
    font-size: 16px;
    margin: 0 20px;
}
.content #search-container .search-results {
    font-size: 0;
}
.content #search-container .search-results > * {
    font-size: 16px;
}
.content #search-container input, .content #search-container .searchContainer {
    display: block;
    margin: 0 auto;
    width: 70%;
}
.content #search-container input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/search-ico.svg") no-repeat scroll 97% center / 25px 36px;
    border-color: -moz-use-text-color -moz-use-text-color #777171;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #93d4ee;
    display: block;
    font-family: ProximaLight,sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto;
    outline: medium none;
    padding: 10px 65px 10px 0;
    width: 480px;
}
.content #search-container #tutorials {
    padding: 0;
    vertical-align: top;
}
.content #search-container .search-item {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
}
.content #search-container .search-item:first-child {
    border-top: medium none;
    padding-top: 15px;
}
.content #search-container .search-item-heading a {
    -moz-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    height: 23.2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	height: auto;
}
.content #search-container h5 {
    font-weight: 500;
}
.content #search-container .search-item-type {
    //color: #231f20;
    color: #939598;
    float: right;
	font-size: 12px;
    font-family: Proxima,sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 2px;
    padding-left: 15px;
    padding: 2px;
    text-transform: uppercase;
}
.content #search-container .search-item-type.is-secure {
    background: rgba(0, 0, 0, 0) url("../BlueHosting/img/lock-icon.svg") no-repeat scroll left 2px;
}
.content #search-container .search-item-author {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}
.content #search-container .search-links {
    border-left: 1px solid #f2f2f2;
    display: none;
    margin-left: -1px;
    padding-left: 40px;
    vertical-align: top;
    width: 25%;
}
.content #search-container .search-links h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.content #search-container .search-links ul {
    list-style-type: none;
    padding: 0;
}
.content #search-container .search-links ul a {
    display: block;
}
.content #search-container .search-links .links-list + .links-list {
    margin-top: 25px;
}
.content #search-container .search-no-results {
    color: #231f20;
    font-family: ProximaLight,sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 45px 0 0;
    text-align: center;
}
.content #search-container .search-no-results i {
    font-family: Proxi,sans-serif;
    font-weight: 400;
}
.content #search-container.no-results .search-links {
    display: none;
}
.content #search-container.no-results #tutorials {
    width: 100%;
}
.content #search-container.searched {
    padding-top: 0;
    transition: padding-top 0.5s ease 0s;
}
.content #search-container.searched .search-links {
    display: inline-block;
    position: absolute;
}
.content #search-container.searched .search-input-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 45px 0 55px;
    position: absolute;
    width: 100%;
}
.content #search-container.searched .search-input-container::after {
    background-color: #e5e4e4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.content #search-container.searched .search-input-container.over::after {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
.content #search-container.searched .searchContainer {
    padding-top: 200px;
}
.content #search-container.searched #tutorials {
    height: 100%;
    overflow-y: scroll;
}
.content #search-container.searched .search-items-list {
    display: inline-block;
    padding-right: 40px;
	padding-top: 50px;
    width: 100%;
}
.content #search-container.searched .heading {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease 0s, opacity 0.2s ease 0s, margin 0.2s ease 0s;
}
body.modal-open {
    overflow: hidden;
}
#search-container-popup {
    display: none;
}
#popup-wrapper {
    background-color: rgba(255, 255, 255, 0.97);
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 73px;
    position: fixed;
    top: 0;
    transition: padding-top 0.4s ease 0s;
    width: 100%;
    z-index: 1000;
}
#popup-wrapper #popup-closer {
    background: rgba(0, 0, 0, 0) url("../OpenFactura/img/modal-close.svg") no-repeat scroll center center / 20px 20px;
    border: 1px solid #231f20;
    border-radius: 50%;
    cursor: pointer;
    height: 45px;
    opacity: 1;
    position: absolute;
    right: 55px;
    top: 30px;
    transition: opacity 0.4s ease 0s;
    width: 46px;
    z-index: 1;
}
#popup-wrapper #popup-closer:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
}
#popup-wrapper .container {
    border-top: 1px solid transparent;
    height: 100%;
    position: relative;
    width: 100%;
}
#popup-wrapper #search-container-popup {
    display: block;
    height: 100%;
}
#popup-wrapper #search-container {
    height: 100%;
    padding-bottom: 40px;
}
#popup-wrapper #search-container .search-input-container {
    border-bottom: medium none;
    padding-bottom: 30px;
}
#popup-wrapper #search-container.searched .searchContainer {
    padding-top: 155px;
}
.content > #search-container {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 84px;
    transition: top 0.4s ease 0s, padding-top 0.5s ease 0s !important;
}
body.scrolled-results .content > #search-container {
    top: 0;
    transition: top 0.2s ease 0s;
}
code {
    background-color: #414142;
    color: #fff;
    font-family: Courier,monospace;
    font-weight: 700;
    padding: 0 18px;
}
p code {
    padding: 0 7px;
}
pre, article {
    margin: 1em 0;
}
pre {
    background-color: #414142;
    line-height: 40px;
    overflow: auto;
    width: 100%;
}
pre code {
    font-weight: 400;
}
article {
    overflow: auto;
    width: 100%;
}
article > table th, article > table td {
    background-color: #414142;
    padding: 0;
    vertical-align: middle;
}
article > table th {
    color: #fff;
    font-family: Courier,monospace;
    font-weight: 700;
    line-height: 34px;
    padding-left: 18px;
    text-align: left;
}
article > table td:first-child {
    background-color: #231f20;
    color: #fff;
    font-family: Courier,monospace;
    font-weight: 700;
    min-width: 40px;
    text-align: center;
    width: 40px;
}
article > table > thead > tr > th, article > table > tbody > tr > td {
    border: medium none;
}
article > table pre {
    margin: 0;
}
table article {
    margin: 0;
}
table article table th, table article table td {
    vertical-align: top;
}
table article table td:first-child {
    background-color: #414142;
    min-width: 40px;
    width: 40px;
}
table article table td:first-child div {
    background-color: #231f20;
    color: #fff;
    font-family: Courier,monospace;
    font-weight: 700;
    padding: 13px 5px;
    text-align: center;
}
table article table td + td {
    padding: 13px 5px;
}
table article table td + td code {
    font-weight: 400;
    padding: 0;
}
@media print {
* {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
}
*::before, *::after {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
}
a {
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a[href]::after {
    content: " (" attr(href) ")";
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    white-space: normal;
}
thead {
    display: table-header-group;
}
tr {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
    page-break-inside: avoid;
}
p, h2, h3 {
}
h2, h3 {
    page-break-after: avoid;
}
}
.visible-xs {
    display: none;
}
@media (max-width: 767px) {
}
@media (max-width: 1240px) {
.container {
    width: 100%;
}
.mfp-container {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media (max-width: 999px) {
header.with-shadow {
    box-shadow: 0 2px 14px #f8f7f7;
}
.container.main-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.main-content-wrapper {
    padding-top: 30px;
}
aside {
    width: 360px;
}
aside .mCSB_container {
    overflow: hidden;
}
aside .aside-footer {
    bottom: 0;
    top: auto;
}
aside .aside-navigation, aside .aside-new {
    display: block;
}
aside .aside-container {
    padding: 50px 45px 90px;
}
aside .aside-delimiter {
    position: relative;
    top: 0;
}
aside .navigation-toggler {
    left: auto;
    right: 30px;
    transform: rotate(0deg);
}
aside.expanded {
    width: 60px;
}
aside.expanded .mCSB_container {
    overflow: visible;
}
aside.expanded .aside-container {
    padding: 0;
}
aside.expanded .aside-navigation, aside.expanded .aside-new {
    display: none;
}
aside.expanded .navigation-toggler {
    left: 50%;
    right: auto;
    transform: rotate(180deg);
}
aside.expanded .aside-delimiter {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}
aside.expanded + .main-content-wrapper {
    padding-left: 60px;
}
.content #search-container .search-no-results i {
    display: block;
    padding: 10px 0;
}
footer .container-wide {
    padding: 10px 0;
}
footer .footer-nav-menu .pull-left {
    display: none;
}
footer .footer-nav-menu .pull-right {
    text-align: center;
    width: 100%;
}
body #popup-wrapper {
    z-index: 998;
}
body #popup-wrapper #popup-closer {
    background-size: 11px 11px;
    height: 35px;
    top: 15px;
    width: 35px;
}
.has-sidebar .container.main-content-wrapper {
    padding-left: 70px;
}
.has-sidebar #popup-wrapper {
    left: 10%;
    width: 90%;
}
.has-sidebar #popup-wrapper #search-container {
    left: 10%;
    width: 90%;
}
}
@media (max-width: 880px) {
.content #search-container {
    width: 100%;
}
.hidden-sm {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 999px) {
.content #search-container.searched .search-items-list {
    width: 95%;
}
.content #search-container.searched .search-links {
    width: 35%;
}
.content #search-container.searched .search-input-container, .content #search-container.searched .searchContainer {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
}
.content #search-container.searched input {
    width: 100%;
}
.main-content-wrapper {
	width: 95% !important;
}
}
@media (min-width: 768px) {
.navbar-toggle {
    display: none;
}
.fake-search-icon {
    display: none;
}
}
@media (max-width: 767px) {
.main-content-wrapper {
	width: 95% !important;
}
.hidden-xs {
    display: none;
}
.main-content, .notification, table > thead, code {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
table th {
    padding: 17px 10px;
}
table td {
    padding: 30px 10px;
    word-break: break-all;
}
table td h5 {
    font-size: 16px !important;
}
table th {
    font-size: 18px;
}
table article table {
    background-color: #414142;
}
table article table td {
    float: left;
    font-size: 11px !important;
}
table article table td:first-child {
    min-width: 26px;
    width: auto;
}
table article table td code {
    font-size: 11px !important;
}
table article table td + td {
    padding: 9px;
}
pre, article > table th {
    font-size: 12px;
    line-height: 18px;
}
.date {
    font-size: 10px;
}
.tag {
    font-size: 9px;
}
h1 {
    font-size: 22px;
    margin: 10px 0;
}
h2, ol h2, ol li::before {
    font-size: 20px !important;
}
h3, ol h3, ol ol li::before {
    font-size: 18px !important;
}
h4, ol h4, ol ol ol li::before {
    font-size: 16px !important;
}
h5, ol h5, ol ol ol ol li::before {
    font-size: 14px !important;
}
h6, ol h6, ol ol ol ol ol li::before {
    font-size: 12px !important;
}
ol ol {
    margin-left: 0;
}
ol ol ol {
    margin-left: 45px;
}
footer .container, .main-content-wrapper > article, .main-content-wrapper > section {
    padding-left: 15px;
    padding-right: 15px;
}
header > .container {
    padding: 0;
}
header > .container .pull-left {
    padding-left: 15px;
}
header > .container .navbar-right {
    padding-right: 15px;
}
.content p, .content li, .content td div, .content .notification {
    text-align: justify;
}
.content #search-container {
    padding: 30px 0 0;
}
.content #search-container .heading .sub-heading {
    font-size: 14px;
    margin: 0;
}
.content #search-container .heading h1 {
    font-size: 23px;
}
.content #search-container.searched .search-input-container, .content #search-container.searched .searchContainer {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.content #search-container.searched .search-input-container {
    border-bottom: medium none;
    padding: 55px 30px;
}
.content #search-container.searched .searchContainer {
    padding-top: 100px;
}
.content #search-container.searched .heading {
    margin: 0;
}
.content #search-container.searched input {
    background-size: 18px 26px;
    font-size: 22px;
    width: 100%;
}
.content #search-container.searched .search-items-list {
	pading-top: 60px;
    width: 95%;
}
.content #search-container.searched .search-links {
    width: 35%;
}
.content #search-container.searched:not(.searched) {
    margin-top: 50px;
}
.content #search-container.searched.searched #tutorials {
    border-right: medium none;
}
.content #search-container.searched .search-item-author {
    font-family: Proxima,sans-serif;
    font-weight: 400;
}
header .btn {
    text-transform: none;
}
header .navbar-collapse {
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
header .navbar-collapse > ul {
    margin-top: 0;
}
header .collapsed + .navbar-collapse {
    max-height: 0;
    transition: max-height 0.3s ease 0s;
}
header .navbar-collapse {
    box-shadow: 0 2px 14px #f8f7f7;
    max-height: 1000px;
    transition: max-height 0.7s ease 0s;
}
header .navbar-collapse .dropdown-toggle .caret {
    margin: -3px 0 0;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: rotate(-90deg);
}
header .navbar-collapse .dropdown-toggle + .dropdown-menu {
    position: relative;
}
header .navbar-collapse .dropdown.open .dropdown-toggle .caret {
    right: 30px;
    transform: rotate(0deg);
}
header .navbar-collapse .flags-list-container a, header .navbar-collapse .countries-dropdown-menu a {
    padding-left: 20px;
}
header .navbar-collapse .flags-list-container > .dropdown-menu {
    display: none;
}
header .navbar-collapse .flags-list-container > .dropdown-menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e4e4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}
header .navbar-collapse .flags-list-container.open > .dropdown-toggle {
    font-family: ProximaSemiBold,sans-serif !important;
    font-weight: 500 !important;
}
header .navbar-collapse .flags-list-container.open > .dropdown-menu {
    display: block;
}
header .navbar-collapse .flags-list-container::after {
    display: none;
}
header .navbar-collapse .iti-flag {
    margin-right: 10px;
}
header .navbar-collapse .flags-list-container .dropdown-toggle .country-name {
    display: inline-block;
}
header .navbar-collapse > ul {
    border-bottom: 1px solid #dbdbdb;
}
header .navbar-collapse > ul > li.flags-list-container {
    border-top: medium none;
}
header .navbar-collapse li {
    border-top: 1px solid #dbdbdb;
    display: block;
    margin: 0;
}
header .navbar-collapse li a {
    background-color: #fff;
    border-radius: 0;
    color: #6e6f71;
    display: block;
    font-size: 14px;
    padding: 10px 36px 10px 51px;
    position: relative;
}
header .navbar-collapse li a:hover {
    background-color: #6e6f71;
    color: #fff;
}
header .navbar-collapse li a:hover {
    opacity: 1;
}
header .navbar-collapse li a.btn {
    border: medium none !important;
    padding-left: 50px;
}
header .navbar-collapse > ul > li > a {
    font-family: ProximaLight,sans-serif;
    font-weight: 300;
}
header .search-container {
    display: none !important;
}
.copyright .pull-left {
    display: none;
}
#popup-wrapper #popup-closer {
    background-size: 9px 10px;
    height: 25px;
    right: 18px;
    top: 20px;
    width: 25px;
}
aside .aside-container, .main-content-wrapper {
    padding-top: 10px;
}
.sub-heading {
    margin: 0;
}
.notification {
    margin: 0;
}
.sub-heading-tableized {
    display: block;
}
.sub-heading-tableized > * {
    display: block;
}
.main-content .notification {
    background-position: 15px 15px;
    background-size: 43px 43px;
    padding: 15px 25px 15px 75px;
}
.mfp-container {
    padding-left: 10px;
    padding-right: 10px;
}
.mfp-iframe-holder .mfp-close::after, .mfp-image-holder .mfp-close::after {
    right: 10px;
}
.back-to-top {
    background-size: 12px auto;
    bottom: 55px;
    height: 55px;
    right: 15px;
    width: 55px;
}
}

@media (max-width: 640px) {
.content #search-container.searched .search-items-list {
    border-right: medium none;
    padding-right: 0;
    width: 100%;
	padding-top: 50px;
}
.content #search-container.searched .search-links {
    display: none;
}
.content #search-container.searched input {
    font-size: 18px;
}
.main-content-wrapper {
	width: 95% !important;
}
}
@media (max-width: 600px) {
.main-content-wrapper {
	width: 95% !important;
}
body .wrapper h1 {
    font-size: 24px;
    line-height: 30px;
}
.main-content, .notification, table > thead, code, table th {
    font-size: 14px !important;
    line-height: 20px !important;
}
table article table td, table article table td code {
    line-height: 17px !important;
}
.notification::after {
    background-position: 11px 10px;
    background-size: 17px 17px;
    width: 55px;
}
.social-links {
    float: none;
    text-align: right;
}
.social-links li {
    width: 28px;
}
.social-links a {
    overflow: hidden;
    text-indent: 9999px;
}
body .breadcrumbs {
    line-height: 24px;
}
body .breadcrumbs a::after {
    top: -4px;
}
.content #search-container .heading .heading-inner {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.content #search-container .search-input-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: width 0.2s ease 0s;
    width: 100% !important;
}
.content #search-container .search-input-container input {
    background-position: right center;
    width: 100%;
}
}
@media (max-width: 480px) {
aside {
    width: 100%;
}
.content #search-container input {
    background-size: 18px auto;
    font-size: 16px;
    width: 100%;
}
.content #search-container .heading .heading-inner {
    width: 100%;
}
.main-content-wrapper {
	width: 95% !important;
}
}
@media (max-width: 400px) {
.table th, .table td {
    padding: 7px 3px;
}
.main-content-wrapper {
	width: 95% !important;
}
}
.navigation-menu {
    background-color: #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 0;
    height: 23px;
    max-height: 23px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease 0s;
    z-index: 1002;
}
.navigation-menu li {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.navigation-menu li.separated {
    font-weight: bold;
    margin-right: 15px;
}
.navigation-menu li.separator {
    height: 100%;
    width: 10px;
}
.navigation-menu a {
    background-color: #fff;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    color: #6b6b6b;
    display: block;
    min-width: 70px;
    padding: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.navigation-menu a:hover {
    background-color: #eee;
    color: #282828;
}
.navigation-menu a.active {
    background-color: #3bb8ff;
    border-right-color: #3bb8ff;
    color: #fff;
    width: 82px;
}
.container-light-gray {
	background-color: #e6e6e6 !important;
}
