.mkt-radio-list {
    padding-left: 0;
}
.country-filter-dropdown-menu {
    right: 0;
    left: auto;
}
.pagination {
    font-size: 0;
}
.pagination > li {
    display: inline-block;
    font-size: 12px;
}

.company-name-logo,
.company-logo {
    border-radius: 50%;
    border: 1px solid #e8e8e8;
}

.report-error-square-button {
    background: #4285f4;
    border-color: transparent;
    border-radius: 5px;
    padding:4px 12px;
}

.report-error-square-button:active,
.report-error-square-button:focus,
.report-error-square-button:hover {
    color: white;
    border-color: #4285f4;
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.companies-filter-container {
    padding: 20px 15px;
}
.country-filter-toggle {
    font-size: 14px;
    line-height: 15px;
}

.country-filter-dropdown {
    position: static;
}

.chevron-toggler .icon-chevron-up {
    display: none;
}
.chevron-toggler .icon-chevron-down {
    display: block;
}

.chevron-toggler[aria-expanded="true"] .icon-chevron-down {
    display: none;
}

.chevron-toggler[aria-expanded="true"] .icon-chevron-up {
	display: block;
}

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

/*===================================
TABLE OF CONTENTS
====================================

1. Basic global styles
2. Header
3. Hero
4. Main content styles

*/
/* ==================================
Basic global styles
==================================*/
@import url('/site_media/static/fonts/fonts.css');
/*===================================
TABLE OF CONTENTS
====================================

1. Basic global styles
2. Header
3. Hero
4. Main content styles

*/
/* ==================================
Basic global styles
==================================*/
@import url('/site_media/static/fonts/fonts.css');
@import ur

#filters ul.filters-list attps:

/
/
fonts.googleapis.com

/
css? family

=
Lato:

400
,
700
,
900
');

body {
    margin: 0;
    font-family: 'Lato', sans-serif;

}

p {
    color: #000;
}

.clearfix {
    clear: both;
}

#mobile-pagination {
    display: none;
}

@media (min-width: 768px) {
    .pl-0 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .hidden-xs-down {
        display: none;
    }

    #pagination {
        display: block;
    }

    #mobile-pagination {
        display: block;
        text-align: center;
    }

    li.next {
        background-color: white !important;
        margin-top: 20px !important;
        margin-left: -10px !important;
        box-shadow: 0px 0px 4px -2px #333 !important;
        width: 100% !important;
        line-height: 3 !important;
        word-spacing: 4px !important;
        color: grey !important;
        text-align: center !important;
        list-style: none !important;
        border-radius: 30px !important;
        height: 40px !important;
    }

}

@media (max-width: 992px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-xs-up {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-sm-up {
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

#mobile-menu-ul {
    list-style: none;
    padding-left: 0;
}

#mobile-menu-ul li ul {
    list-style: none;
}

#mobile-menu-ul i {
    color: #999;
    font-size: 18px;
}

.visible {
    display: block;
}

a:hover {
    text-decoration: none;
}

.ranking-box {
    text-align: right;
    padding-top: 20px;
    padding-left: 25px;
}

.ranking-box span {
    border: 1px solid transparent;
    border-radius: 50%;
    background: grey;
    width: 7px;
    height: 7px;
    display: block;
    margin-top: -10px;
    padding: 0;
}

.ui-tooltip-content {
    font-size: 10pt;
    font-family: 'Lato', sans-serif;
}

#space-65 {
    height: 65px;
}

.home-affixed.affix {
    top: 65px;
    width: 11.5%;
}

.home-affixed-width.affix {
    width: 18.3% !important;
}

.home-affixed-width.left-affix.affix {
    width: 11.4% !important;
}

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

footer .box {
    padding-left: 20px;
}

#languages-switcher {
    right: 10% !important;
    position: absolute;
}

/* =================================
Header
================================*/
.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

header#main-header {
    position: fixed;
    width: 100%;
    padding: 0;
    height: 65px;
    border-bottom: none;
    background-color: white;
    border-bottom: 1px solid #e8e8e8;
    z-index: 4 !important;
}


header#main-header .header-container .search-form-holder {
    text-align: center;
}

header#main-header .algolia-autocomplete {
    width: 100%;
}

header#main-header .header-container #search-list li {
    border-bottom: 1px solid #dddddd24;
}

header#main-header form li.no.results {
    padding: 20px 15px;
    display: block;
    text-align: center !important;
    opacity: .6;
}

header#main-header .header-container i.fa.fa-search.search-icon {
    position: absolute;
    right: 30px;
    top: 7.5px;
    font-size: 18px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
    color: #5490e6;
}

header#main-header .header-container .search-form-holder input#search-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #5490e6;
}

header #language-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

header #language-options li {
    list-style: none;
    padding: 0;
}

header #language-options li a {
    margin: 0;
    padding: 0 !important;
    text-transform: uppercase;
    color: #4285f4;
    font-weight: 600;
}

header #language-options li a.active {
    color: #4285f4 !important;
}

header #language-options li.pt {
    border-right: 2px solid #999;
}


header#main-header .header-container #search-list {
    margin: 0;
    list-style: none;
    background: white;
    z-index: 9;
    width: 100% !important;
    padding: 0;
    border: 1px solid #ddd;
}

header .cancel-btn{
    font-size: 12px;

}

.search-overlay-one.active {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 8;
    bottom: 0;
    top: 65px;
}

header#main-header .aa-dropdown-menu.aa-with-1 {
    width: 100% !important;
    border: 1px solid #ddd;
    z-index: 9;
}

header#main-header .header-container #search-list:hover {
    display: block;
}

header#main-header .header-container #search-list li {
    text-align: left;
}

#search-list.empty-list a span {
    color: #999;
    font-style: 9px;
    text-transform: uppercase;
    opacity: .9;
}

header#main-header .header-container #search-list li a {
    display: block;
    color: #555;
    padding: 12.5px 15px;
    font-size: 13px;
}

header#main-header .header-container #search-list li a:hover {
    background: #4285f4;
    text-decoration: none;
    color: white;
}

header#main-header .header-container .navigation ul {
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0;
}

header#main-header .header-container .navigation ul li {
    list-style: none;
}

header#main-header .header-container .navigation ul li a {
    line-height: 14px;
    color: #000;
    font-weight: 200px;
    text-decoration: none;
}
.nav-link.dropdown-toggle:focus {
    text-decoration: none;
}

.profile-dropdown-menu {
    right: 0;

}
header#main-header .header-container .navigation ul li a.add-company {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

header#main-header .header-container .navigation ul li a.dashboard {
    width: 180px;
    background-color: white;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

header#main-header .header-container .navigation ul li a.user-profile i {
    margin-right: 4px;
    color: #999;
}

header#main-header .header-container .navigation ul li a:hover {
    text-decoration: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

header#main-header .submenu {
    padding-top: 22.5px;
    width: 200px;
    position: absolute;
}

header#main-header .public-submenu {
    display: none;
    position: absolute;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 200px !important;
    z-index: 9;
    background-color: white;
    margin-left: 15px !important;
    transition: all 1s;
}

header#main-header .user-menu-li:hover .public-submenu {
    display: block;
}

header#main-header .user-icon {
    font-size: 22px;
}

header#main-header .public-submenu li {
    display: block;
}

header#main-header .public-submenu li a,
header#main-header #account-logout {
    padding: 8px 15px !important;
    color: #999;
    display: block;
    text-align: left;
    line-height: 1.7;
    transition: all 1s;
}

header#main-header .public-submenu li a:hover,
header#main-header #account-logout:hover {
    color: #666 !important;
}

header#main-header .public-submenu li a i,
header#main-header #account-logout i {
    margin-right: 5px;
    font-size: inherit;
    width: 15px;
}

header#main-header #account-logout {
    -webkit-appearance: none;
    background-color: transparent;
    border-color: transparent;
    padding: 0 13px !important;
    margin: 0 !important;
    width: 100%;
}

header#main-header #account-logout:focus {
    outline: none;
}

header ul.menu {
    display: none;
    background: white;
    border: 1px solid #ddd;
    width: 200px;
    position: absolute;
    top: 51px;
    padding-left: 0;
    padding: 15px;
}

header ul.menu li a span {
    float: right;
    font-weight: 600;
    color: #b5b5b5dd;
}

header .mobile-menu-label {
    opacity: 0.7;
    padding: 0 0px;
    margin-top: 70px;
}

/* =======================================
3. Hero
====================================== */

#hero {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
}

#hero .hero-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
    height: 100%;
    background: url(/site_media/static/patterns/Background-Final.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

#hero .seo-heading {
    display: none;
}

#hero p.hero-title {
    font-size: 18px;
    line-height: 32px;
    color: #1f478a;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#hero p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
    margin: 10px 0 20px;
}

#hero .hero-btn {
    width: 135px;
    text-align: center;
    background-color: #4285f4;
    color: white;
    padding: 7% 0;

    padding: 7px 20px;
    margin-top: 15px;
    display: block;
    border: 1px solid #4285f4;
    border-radius: .25rem;
}

#filter-options {
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
}

#filter-options ul {
    margin: 0 auto;
    padding: 0;
    width: 62%;
}

#filter-options ul li {
    display: inline;
    margin-left: 0;
}

#filter-options ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 17px 25px;
    line-height: 50px;
    height: 100%;
    color: #333;
    transition: all 1s;
}

#filter-options ul li a.active {
    border-bottom: 2px solid #4285f4;
    color: #666;
}

#filter-options ul li a:hover {
    color: #666;
}

/* =====================================
3. Filters
===================================== */

#filters ul.filters-list {
    display: none;
    padding: 0;
    margin: 0;
    float: left;
}

#filters ul.filters-list li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    color: black;
    margin-top: 10px;
}

#filters span.count {
    float: left;
    line-height: 2.1;
    color: black;
}

#filters ul.filters-list a {
    font-size: 12px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 10px;
    text-align: center;
    line-height: 0px;
    color: black;
    background: #f1f1f1;
    display: inline-table;
    margin-bottom: 7px;
}

#filters ul.filters-list a span {
    margin-left: 10px;
    cursor: pointer;
}

#filters ul.filters-list a span i {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #f1f1f1;
    font-size: 14px;
}

li.filter-tag.district a,
li.filter-tag.province a {
    background: #e2e2e2 !important;
}

#filters ul li.filter-breadcumb.subcategory {
    line-height: 2.2;
}

/* =======================================
4. Main content styles
======================================= */

#main-wrapper {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}


#left-sidebar {
    margin: 14px 0;

}

#left-sidebar p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222222;
}

ul#left-side-menu {
    margin: 0;
    padding: 0;
}

ul.left-side-submenu {
    padding-left: 0px;
    margin-bottom: 15px;
    display: none;
}

ul.left-side-submenu li a {
    line-height: 5px !important;
}

ul.left-side-submenu input {
    margin-right: 5px;
    float: left;
}

ul#left-side-menu li {
    list-style: none;
    margin: 5px 0;
}

ul#left-side-menu li a {
    color: #000;
    border: 1px solid transparent;
    padding: 1.5px 0px;
    border-radius: .25rem;
    display: block;
    font-size: 14px;
    line-height: 8px;
    cursor: pointer;
    transition: all 1s;
}

ul#left-side-menu li a:hover span {
    color: #4285f4 !important;
}

ul#left-side-menu li a.active span,
ul#left-side-menu li a span.li-count {
    font-weight: normal;
    background: none;
}

ul#left-side-menu li a span.li-count {
    float: right;
}

ul#left-side-menu li a p,
ul#left-side-menu li a h2 {
    display: inline;
    color: #767676;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-side-menu li a span {
    color: #222;
    line-height: 1.2;
    font-size: 12px;
    display: inline-block;
}

ul#left-side-menu li a p span {
    width: 90px;
}

ul#left-side-menu li a:hover,
ul#left-side-menu li a:hover .li-count {
    text-decoration: none;
}

#item {
    background-color: white;
    margin: 20px 0;

}

#item {
    background-color: white;
    margin: 20px 0;
}

#item .row-title,
#right-sidebar .row-title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px 10px 15px;
    background: #f9f9f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#item .row-title p,
#right-sidebar .row-title p {
    margin-bottom: 0;
}

#right-sidebar .bx-wrapper {
    margin-bottom: 38px !important;
}

.newpage {
    margin-bottom: 40px;
}
.newpage .login-page-footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
}

.mkt-inner-radio-list {
    padding-left: 20px;
}
#item p {

}
    /*===================================
TABLE OF CONTENTS
====================================

1. Basic global styles
2. Header
3. Hero
4. Main content styles

*/

    /* ==================================
Basic global styles
==================================*/
@import url('/site_media/static/fonts/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
    margin: 0;
    font-family: 'Lato', sans-serif;

}

#mobile-pagination {
    display: none;
}

@media (max-width: 768px) {
    .hidden-xs-down {
        display: none;
    }

    #pagination {
        display: none;
    }

    #mobile-pagination {
        display: block;
    }

    .next {
        background-color: white;
        margin-top: 20px;
        margin-left: -10px;
        box-shadow: 0px 0px 4px -2px #333;
        width: 100%;
        line-height: 3;
        word-spacing: 4px;
        color: grey;
        text-align: center;
        list-style: none;
        border-radius: 30px;
        height: 40px;
    }

}

@media (max-width: 992px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-xs-up {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-sm-up {
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

#mobile-menu-ul {
    list-style: none;
    padding-left: 0;
}

#mobile-menu-ul li ul {
    list-style: none;
}

#mobile-menu-ul i {
    color: #999;
    font-size: 18px;
}

.visible {
    display: block;
}

a:hover {
    text-decoration: none;
}

.ranking-box {
    text-align: right;
    padding-top: 20px;
    padding-left: 25px;
}

.ranking-box span {
    border: 1px solid transparent;
    border-radius: 50%;
    background: grey;
    width: 7px;
    height: 7px;
    display: block;
    margin-top: -10px;
    padding: 0;
}

.ui-tooltip-content {
    font-size: 10pt;
    font-family: 'Lato', sans-serif;
}

#space-65 {
    height: 65px;
}

.home-affixed.affix {
    top: 65px;
    width: 11.5%;
}

.home-affixed-w55dccbd6cf05f57b4d9864e59bad3b679ac01328idth.affix {
    width: 18.3% !important;
}

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

footer .box {
    padding-left: 20px;
}

#languages-switcher {
    right: 10% !important;
    position: absolute;
}

/* =================================
Header
================================*/

header#main-header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    height: 65px;
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
    z-index: 9;
}


header#main-header .header-container .search-form-holder {
    text-align: center;
}

header#main-header .algolia-autocomplete {
    width: 100%;
}

header#main-header form.instant-search-form input#search-input {
    /*padding: 6px 35px !important;*/
}


header#main-header .header-container .search-form-holder input#search-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

header #language-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

header #language-options li {
    list-style: none;
    padding: 0;
}

header #language-options li a {
    margin: 0;
    padding: 0 !important;
    text-transform: uppercase;
    color: #4285f4;
    font-weight: 600;
}

header #language-options li a.active {
    color: #4285f4 !important;
}

header #language-options li.pt {
    border-right: 2px solid #999;
}

header#main-header form.instant-search-form-agolia .cancel-btn {

    right: 0 !important;
}

header#main-header .header-container #search-list {
    margin: 0;
    list-style: none;
    background: white;
    z-index: 9;
    width: 100% !important;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-top: -10px;
}


header#main-header .aa-dropdown-menu.aa-with-1 {
    width: 100% !important;
    border: 1px solid #ddd;
    z-index: 9;
}

header#main-header .header-container #search-list:hover {
    display: block;
}

header#main-header .header-container #search-list li {
    margin: 5px 0;
    text-align: left;
}

#search-list.empty-list a span {
    color: #999;
    font-style: 9px;
    text-transform: uppercase;
    opacity: .9;
}

header#main-header .header-container #search-list li a {
    display: block;
    color: #555;
    padding: 10px 15px;
    font-size: 13px;
}

header#main-header .header-container #search-list li a:hover {
    background: #e8e8e8;
    text-decoration: none;
}

header#main-header .header-container .navigation ul {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    text-align: right;
}

header#main-header .header-container .navigation ul li {
    list-style: none;
    display: inline;
}

header#main-header .header-container .navigation ul li a {
    padding: 2px 4px;
    line-height: 14px;
    color: #999;
    margin-right: 6px;
    font-weight: 200px;
}

header#main-header .header-container .navigation ul li a.add-company {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

header#main-header .header-container .navigation ul li a.dashboard {
    width: 180px;
    background-color: white;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

header#main-header .header-container .navigation ul li a.user-profile i {
    margin-right: 4px;
    color: #999;
}

header#main-header .header-container .navigation ul li a:hover {
    text-decoration: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

header#main-header .submenu {
    padding-top: 22.5px;
    width: 200px;
    position: absolute;
}

header#main-header .public-submenu {
    display: none;
    position: absolute;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 200px !important;
    z-index: 9;
    background-color: white;
    margin-left: 15px !important;
    transition: all 1s;
}

header#main-header .user-menu-li:hover .public-submenu {
    display: block;
}

header#main-header .user-icon {
    font-size: 22px;
}

header#main-header .public-submenu li {
    display: block;
}

header#main-header .public-submenu li a,
header#main-header #account-logout {
    padding: 8px 15px !important;
    color: #999;
    display: block;
    text-align: left;
    line-height: 1.7;
    transition: all 1s;
}

header#main-header .public-submenu li a:hover,
header#main-header #account-logout:hover {
    color: #666 !important;
}

header#main-header .public-submenu li a i,
header#main-header #account-logout i {
    margin-right: 5px;
    font-size: inherit;
    width: 15px;
}

header#main-header #account-logout {
    -webkit-appearance: none;
    background-color: transparent;
    border-color: transparent;
    padding: 0 13px !important;
    margin: 0 !important;
    width: 100%;
}

header#main-header #account-logout:focus {
    outline: none;
}

header ul.menu {
    display: none;
    background: white;
    border: 1px solid #ddd;
    width: 200px;
    position: absolute;
    top: 51px;
    padding-left: 0;
    padding: 15px;
}

header ul.menu li a span {
    float: right;
    font-weight: 600;
    color: #b5b5b5dd;
}

header .mobile-menu-label {
    text-transform: uppercase;
    opacity: 0.7;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
}

header ul.menu li a {
    display: block;
    padding: 6px;
    color: #999;
}

/* =======================================
3. Hero
====================================== */

#hero {
    width: 100%;
    height: 100%;
}

#hero .hero-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
    border-bottom: 1px solid #e8e8e8;
    background: url(/site_media/media/patterns/Background-Final.png) no-repeat;
    height: 100%;
    background-size: contain;
    background-position: center bottom;

}

#hero .seo-heading {
    display: none;
}

#hero p.hero-title {
    font-size: 18px;
    line-height: 32px;
    color: #1f478a;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#hero p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
    margin: 10px 0 20px;
}

#hero .hero-btn {
    width: 135px;
    text-align: center;
    background-color: #4285f4;
    color: white;
    padding: 7% 0;

    padding: 7px 20px;
    margin-top: 15px;
    display: block;
    border: 1px solid #4285f4;
    border-radius: .25rem;
}

#filter-options {
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
}

#filter-options ul {
    margin: 0 auto;
    padding: 0;
    width: 62%;
}

#filter-options ul li {
    display: inline;
    margin-left: 0;
}

#filter-options ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 17px 25px;
    line-height: 50px;
    height: 100%;
    color: #333;
    transition: all 1s;
}

#filter-options ul li a.active {
    border-bottom: 2px solid #4285f4;
    color: #666;
}

#filter-options ul li a:hover {
    color: #666;
}

/* =======================================
4. Main content styles
======================================= */

#main-wrapper {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}


#left-sidebar {
    margin: 22.5px 0;

}

#left-sidebar p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222222;
}

ul#left-side-menu {
    margin: 0;
    padding: 0;
}

ul#left-side-menu li {
    list-style: none;
    margin: 5px 0;
}

ul#left-side-menu li a {
    color: #000;
    border: 1px solid transparent;
    padding: 1.5px 0px;
    border-radius: .25rem;
    display: block;
    font-size: 14px;
    line-height: 8px;
}

ul#left-side-menu li a:hover span {
    color: #222 !important;
}

ul#left-side-menu li a.active span,
ul#left-side-menu li a span.category-count {
    color: #555 !important;
    font-weight: normal;
    background: none;
}

ul#left-side-menu li a span.category-count {
    float: right;
}

ul#left-side-menu li a p,
ul#left-side-menu li a h2 {
    display: inline;
    text-transform: none;
    color: #767676;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-side-menu li a span {
    color: #222;
    line-height: 1.2;
    font-size: 12px;
}

ul#cleft-side-menu li a:hover {
    text-decoration: none;
}

#item {
    background-color: white;
    margin: 20px 0;

}

#item {
    background-color: white;
    margin: 20px 0;
}

#item .row-title,
#right-sidebar .row-title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    text-align: center;
    background: #f8f8f8;
    line-height: 30px;
}

#right-sidebar .bx-wrapper {
    margin-bottom: 38px !important;
}

#item p {
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    color: #444;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.box.see-all {
    padding: 10px 0 !important;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

.box.see-all:hover {
    box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
    background: #f8f8f8;
    transition: all 1s;
}

.box.see-all a {
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 12px;
}

#item .row-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

@media (min-width: 768px) {
    #item .row-content:hover {
        box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
        transition: all 1s;
    }

    header#main-header .header-container .search-form-holder form .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        color: #999;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        height: 33.5px;
        line-height: 1.55;
        background: #4285f4;
        -webkit-text-stroke: 1px #4285f4;
        color: white;
        border: 1px solid #4285f4;
        width: 75px;
        border-radius: 0;

    }

}

#single-item .ranking-box.hidden span {
    background: transparent !important;
    transition: all 1s;
}

#item .row-content .box.background,
#company-profile #profile-ranking .box.background .rank-row {
    background-color: #f1f1f1;
    width: 110px;
    height: 110px;
    border-radius: 10000%;
}

#item .row-content .box.background span,
#company-profile #profile-ranking .rank-row .box.background span {
    display: block;
    line-height: 110px;
    font-size: 32px;
    font-weight: 400;
    color: #cbcbcb;
    text-align: center;
    width: 100%;
    text-transform: uppercase;

}

#item .row-content .box.content {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

#item .row-content .box.content p.company-name {
    font-size: 14px;
    line-height: 22px;
    color: black; /*#4285f4;*/
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

#item .row-content .box.content .contact-info {
    margin-top: 15px;
}

#item .row-content .box.content .contact-info span.info-span span {
    color: #000;
    margin-left: 5px;
    font-size: 12px;
}

#item .row-content .box.content .contact-info span.phone {
    margin-left: 7px;
}

#item .row-content .box.content .contact-info span.views {
    float: right;
}

#item .row-content .box.content p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    font-weight: 200;
    letter-spacing: 3;
}

#item .row-content .box.content span.tag {
    font-size: 12px;
    line-height: 8px;
    color: #222;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 30px;
    white-space: nowrap;
}

#item #container {
    cursor: pointer;
}

#item .row-content .box.content span.website {
    float: right;
    clear: both;
    padding: 4px 10px;
    font-size: 12px;
}

#pagination, #pagination-report {
    padding: 15px;
    text-align: center;
}

/*===================================
TABLE OF CONTENTS
====================================

1. Basic global styles
2. Header
3. Hero
4. Main content styles

*/

/* ==================================
Basic global styles
==================================*/
@import url('/site_media/static/fonts/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
    margin: 0;
    font-family: 'Lato', sans-serif;

}

#mobile-pagination {
    display: none;
}

@media (max-width: 768px) {
    .hidden-xs-down {
        display: none;
    }

    #pagination {
        display: none;
    }

    #mobile-pagination {
        display: block;
    }

    .next {
        background-color: white;
        margin-top: 20px;
        margin-left: -10px;
        box-shadow: 0px 0px 4px -2px #333;
        width: 100%;
        line-height: 3;
        word-spacing: 4px;
        color: grey;
        text-align: center;
        list-style: none;
        border-radius: 30px;
        height: 40px;
    }

}

@media (max-width: 992px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-xs-up {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-sm-up {
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

#mobile-menu-ul {
    list-style: none;
    padding-left: 0;
}

#mobile-menu-ul li ul {
    list-style: none;
}

#mobile-menu-ul i {
    color: #999;
    font-size: 18px;
}

.visible {
    display: block;
}

a:hover {
    text-decoration: none;
}

.ranking-box {
    text-align: right;
    padding-top: 20px;
    padding-left: 25px;
}

.ranking-box span {
    border: 1px solid transparent;
    border-radius: 50%;
    background: grey;
    width: 7px;
    height: 7px;
    display: block;
    margin-top: -10px;
    padding: 0;
}

.ui-tooltip-content {
    font-size: 10pt;
    font-family: 'Lato', sans-serif;
}

#space-65 {
    height: 65px;
}

.home-affixed.affix {
    top: 65px;
    width: 11.5%;
}

.home-affixed-width.affix {
    width: 18.3% !important;
}

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

footer .box {
    padding-left: 20px;
}

#languages-switcher {
    right: 10% !important;
    position: absolute;
}

/* =================================
Header
================================*/

header#main-header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    height: 65px;
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
    z-index: 9;
}

header#main-header .header-container {
}


header#main-header .header-container .search-form-holder {
    text-align: center;
}

header#main-header .algolia-autocomplete {
    width: 100%;
}

header#main-header form.instant-search-form input#search-input {
    /*padding: 6px 35px !important;*/
}

header#main-header .header-container .search-form-holder input#search-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

header #language-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

header #language-options li {
    list-style: none;
    padding: 0;
}

header #language-options li a {
    margin: 0;
    padding: 0 !important;
    text-transform: uppercase;
    color: #4285f4;
    font-weight: 600;
}

header #language-options li a.active {
    color: #4285f4 !important;
}

header #language-options li.pt {
    border-right: 2px solid #999;
}

header#main-header form.instant-search-form-agolia .cancel-btn {

    right: 0 !important;
}

header#main-header .header-container #search-list {
    margin: 0;
    list-style: none;
    background: white;
    z-index: 9;
    width: 100% !important;
    padding: 5px 10px;
}


header#main-header .aa-dropdown-menu.aa-with-1 {
    width: 100% !important;
    border: 1px solid #ddd;
    z-index: 9;
}

header#main-header .header-container #search-list:hover {
    display: block;
}

header#main-header .header-container #search-list li {
    margin: 5px 0;
    text-align: left;
}

#search-list.empty-list a span {
    color: #999;
    font-style: 9px;
    text-transform: uppercase;
    opacity: .9;
}

header#main-header .header-container #search-list li a {
    display: block;
    color: #555;
    padding: 10px 15px;
    font-size: 13px;
}

header#main-header .header-container #search-list li a:hover {
    background: #e8e8e8;
    text-decoration: none;
}

header#main-header .header-container .navigation ul {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    text-align: right;
}

header#main-header .header-container .navigation ul li {
    list-style: none;
    display: inline;
}

header#main-header .header-container .navigation ul li a {
    padding: 2px 4px;
    line-height: 14px;
    color: #999;
    margin-right: 6px;
    font-weight: 200px;
}

header#main-header .header-container .navigation ul li a.add-company {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

header#main-header .header-container .navigation ul li a.dashboard {
    width: 180px;
    background-color: white;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

header#main-header .header-container .navigation ul li a.user-profile i {
    margin-right: 4px;
    color: #999;
}

header#main-header .header-container .navigation ul li a:hover {
    text-decoration: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

header#main-header .submenu {
    padding-top: 22.5px;
    width: 200px;
    position: absolute;
}

header#main-header .public-submenu {
    display: none;
    position: absolute;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 200px !important;
    z-index: 9;
    background-color: white;
    margin-left: 15px !important;
    transition: all 1s;
}

header#main-header .user-menu-li:hover .public-submenu {
    display: block;
}

header#main-header .user-icon {
    font-size: 22px;
}

header#main-header .public-submenu li {
    display: block;
}

header#main-header .public-submenu li a,
header#main-header #account-logout {
    padding: 8px 15px !important;
    color: #999;
    display: block;
    text-align: left;
    line-height: 1.7;
    transition: all 1s;
}

header#main-header .public-submenu li a:hover,
header#main-header #account-logout:hover {
    color: #666 !important;
}

header#main-header .public-submenu li a i,
header#main-header #account-logout i {
    margin-right: 5px;
    font-size: inherit;
    width: 15px;
}

header#main-header #account-logout {
    -webkit-appearance: none;
    background-color: transparent;
    border-color: transparent;
    padding: 0 13px !important;
    margin: 0 !important;
    width: 100%;
}

header#main-header #account-logout:focus {
    outline: none;
}

header ul.menu {
    display: none;
    background: white;
    border: 1px solid #ddd;
    width: 200px;
    position: absolute;
    top: 51px;
    padding-left: 0;
    padding: 15px;
}

header ul.menu li a span {
    float: right;
    font-weight: 600;
    color: #b5b5b5dd;
}

header .mobile-menu-label {
    text-transform: uppercase;
    opacity: 0.7;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
}

header ul.menu li a {
    display: block;
    padding: 6px;
    color: #999;
}

/* =======================================
3. Hero
====================================== */

#hero {
    width: 100%;
    height: 100%;
}

#hero .hero-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
    border-bottom: 1px solid #e8e8e8;
    background: url(/site_media/media/patterns/Background-Final.png) no-repeat;
    height: 100%;
    background-size: contain;
    background-position: center bottom;

}

#hero .seo-heading {
    display: none;
}

#hero p.hero-title {
    font-size: 18px;
    line-height: 32px;
    color: #1f478a;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#hero p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
    margin: 10px 0 20px;
}

#hero .hero-btn {
    width: 135px;
    text-align: center;
    background-color: #4285f4;
    color: white;
    padding: 7% 0;

    padding: 7px 20px;
    margin-top: 15px;
    display: block;
    border: 1px solid #4285f4;
    border-radius: .25rem;
}

#filter-options {
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
}

#filter-options ul {
    margin: 0 auto;
    padding: 0;
    width: 62%;
}

#filter-options ul li {
    display: inline;
    margin-left: 0;
}

#filter-options ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 17px 25px;
    line-height: 50px;
    height: 100%;
    color: #333;
    transition: all 1s;
}

#filter-options ul li a.active {
    border-bottom: 2px solid #4285f4;
    color: #666;
}

#filter-options ul li a:hover {
    color: #666;
}

/* =======================================
4. Main content styles
======================================= */

#main-wrapper {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

#left-sidebar {
    margin: 22.5px 0;

}

#left-sidebar p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222222;
}

ul#left-side-menu {
    margin: 0;
    padding: 0;
}

ul#left-side-menu li {
    list-style: none;
    margin: 5px 0;
}

ul#left-side-menu li a {
    color: #000;
    border: 1px solid transparent;
    padding: 1.5px 0px;
    border-radius: .25rem;
    display: block;
    font-size: 14px;
    line-height: 8px;
}

ul#left-side-menu li a:hover span {
    color: #222 !important;

}

ul#left-sidebar li a.active span,
ul#left-sidebar li a span.li-count {
    color: #555 !important;
    font-weight: normal;
    background: none;
}

ul#left-sidebar li a span.li-count {
    float: right;
}

ul#left-sidebar li a p,
ul#left-sidebar li a h2 {
    display: inline;
    text-transform: capitalize;
    color: #767676;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-sidebar li a span {
    color: #222;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-sidebar li a:hover {
    text-decoration: none;
}

#item {
    background-color: white;
    margin: 20px 0;

}

#item {
    background-color: white;
    margin: 20px 0;
}

#item .row-title,
#right-sidebar .row-title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    text-align: center;
    background: #f8f8f8;
    line-height: 30px;
}

#right-sidebar .bx-wrapper {
    margin-bottom: 38px !important;
}

#item p {}
    /*===================================
TABLE OF CONTENTS
====================================

1. Basic global styles
2. Header
3. Hero
4. Main content styles

*/

    /* ==================================
Basic global styles
==================================*/
@import url('/site_media/static/fonts/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
    margin: 0;
    font-family: 'Lato', sans-serif;

}

#mobile-pagination {
    display: none;
}

@media (max-width: 768px) {
    .hidden-xs-down {
        display: none;
    }

    #pagination {
        display: none;
    }

    #mobile-pagination {
        display: block;
    }

    .next {
        background-color: white;
        margin-top: 20px;
        margin-left: -10px;
        box-shadow: 0px 0px 4px -2px #333;
        width: 100%;
        line-height: 3;
        word-spacing: 4px;
        color: grey;
        text-align: center;
        list-style: none;
        border-radius: 30px;
        height: 40px;
    }

}

@media (max-width: 992px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-xs-up {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-sm-up {
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

#mobile-menu-ul {
    list-style: none;
    padding-left: 0;
    position: relative;
    top: -15px;
    left: -10px;
}

#mobile-menu-ul li ul {
    list-style: none;
}

#mobile-menu-ul i {
    color: #999;
    font-size: 18px;
}

.visible {
    display: block;
}

a:hover {
    text-decoration: none;
}

.ranking-box {
    text-align: right;
    padding-top: 20px;
    padding-left: 25px;
}

.ranking-box span {
    border: 1px solid transparent;
    border-radius: 50%;
    background: grey;
    width: 7px;
    height: 7px;
    display: block;
    margin-top: -10px;
    padding: 0;
}

.ui-tooltip-content {
    font-size: 10pt;
    font-family: 'Lato', sans-serif;
}

#space-65 {
    height: 55px;
}

.home-affixed.affix {
    top: 65px;
    width: 11.5%;
}

.home-affixed-width.affix {
    width: 18.3% !important;
}

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

footer .box {
    padding-left: 20px;
}

#languages-switcher {
    right: 10% !important;
    position: absolute;
}

/* =================================
Header
================================*/

header#main-header {
    position: fixed;
    width: 100%;
    padding: 0;
    height: 65px;
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
    z-index: 9;
    box-sizing: content-box;
}

header#main-header .header-container .search-form-holder {
    text-align: center;
}

header#main-header .algolia-autocomplete {
    width: 100%;
}

header#main-header form.instant-search-form input#search-input {
    /*padding: 6px 35px !important;*/
}


header#main-header .header-container .search-form-holder input#search-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

header #language-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

header #language-options li {
    list-style: none;
    padding: 0;
}

header #language-options li a {
    margin: 0;
    padding: 0 !important;
    text-transform: uppercase;
    color: #4285f4;
    font-weight: 600;
}

header #language-options li a.active {
    color: #4285f4 !important;
}

header #language-options li.pt {
    border-right: 2px solid #999;
}

header#main-header form.instant-search-form-agolia .cancel-btn {

    right: 0 !important;
}

header#main-header .header-container #search-list {
    margin: 0;
    list-style: none;
    background: white;
    z-index: 9;
    width: 100% !important;
    padding: 5px 10px;
}

header#main-header form.instant-search-form-agolia {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9;
    top:0;
}

header#main-header .aa-dropdown-menu.aa-with-1 {
    width: 100% !important;
    border: 1px solid #ddd;
    z-index: 9;
}

header#main-header .header-container #search-list:hover {
    display: block;
}

header#main-header .header-container #search-list li {
    margin: 5px 0;
    text-align: left;
}

#search-list.empty-list a span {
    color: #999;
    font-style: 9px;
    text-transform: uppercase;
    opacity: .9;
}

header#main-header .header-container #search-list li a {
    display: block;
    color: #555;
    padding: 10px 15px;
    font-size: 13px;
}

header#main-header .header-container #search-list li a:hover {
    background: #e8e8e8;
    text-decoration: none;
}

header#main-header .header-container .navigation ul {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    text-align: right;
}

header#main-header .header-container .navigation ul li {
    list-style: none;
    display: inline;
}

header#main-header .header-container .navigation ul li a {
    padding: 2px 0 2px 4px;
    line-height: 14px;
    color: #999;
    margin-right: 0;
    font-weight: 200px;
}

header#main-header .header-container .navigation ul li a.add-company {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

header#main-header .header-container .navigation ul li a.dashboard {
    width: 180px;
    background-color: white;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

header#main-header .header-container .navigation ul li a.user-profile i {
    margin-right: 4px;
    color: #999;
}

header#main-header .header-container .navigation ul li a:hover {
    text-decoration: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

header#main-header .submenu {
    padding-top: 22.5px;
    width: 200px;
    position: absolute;
}

header#main-header .public-submenu {
    display: none;
    position: absolute;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 200px !important;
    z-index: 9;
    background-color: white;
    margin-left: 15px !important;
    transition: all 1s;
}

header#main-header .user-menu-li:hover .public-submenu {
    display: block;
}

header#main-header .user-icon {
    font-size: 22px;
}

header#main-header .public-submenu li {
    display: block;
}

header#main-header .public-submenu li a,
header#main-header #account-logout {
    padding: 8px 15px !important;
    color: #999;
    display: block;
    text-align: left;
    line-height: 1.7;
    transition: all 1s;
}

header#main-header .public-submenu li a:hover,
header#main-header #account-logout:hover {
    color: #666 !important;
}

header#main-header .public-submenu li a i,
header#main-header #account-logout i {
    margin-right: 5px;
    font-size: inherit;
    width: 15px;
}

header#main-header #account-logout {
    -webkit-appearance: none;
    background-color: transparent;
    border-color: transparent;
    padding: 0 13px !important;
    margin: 0 !important;
    width: 100%;
}

header#main-header #account-logout:focus {
    outline: none;
}

header ul.menu {
    display: none;
    background: white;
    border: 1px solid #ddd;
    width: 200px;
    position: absolute;
    top: 51px;
    padding-left: 0;
    padding: 15px;
}

header ul.menu li a span {
    float: right;
    font-weight: 600;
    color: #b5b5b5dd;
}

header .mobile-menu-label {
    text-transform: uppercase;
    opacity: 0.7;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
}

header ul.menu li a {
    display: block;
    padding: 6px;
    color: #999;
}

/* =======================================
3. Hero
====================================== */

#hero {
    width: 100%;
    height: 100%;
}

#hero .hero-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
    border-bottom: 1px solid #e8e8e8;
    background: url(/site_media/media/patterns/Background-Final.png) no-repeat;
    height: 100%;
    background-size: contain;
    background-position: center bottom;

}

#hero .seo-heading {
    display: none;
}

#hero p.hero-title {
    font-size: 18px;
    line-height: 32px;
    color: #1f478a;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#hero p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
    margin: 10px 0 20px;
}

#hero .hero-btn {
    width: 135px;
    text-align: center;
    background-color: #4285f4;
    color: white;
    padding: 7% 0;

    padding: 7px 20px;
    margin-top: 15px;
    display: block;
    border: 1px solid #4285f4;
    border-radius: .25rem;
}

#filter-options {
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(81, 94, 115, 0.1);
}

#filter-options ul {
    margin: 0 auto;
    padding: 0;
    width: 62%;
}

#filter-options ul li {
    display: inline;
    margin-left: 0;
}

#filter-options ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 17px 25px;
    line-height: 50px;
    height: 100%;
    color: #333;
    transition: all 1s;
}

#filter-options ul li a.active {
    border-bottom: 2px solid #4285f4;
    color: #666;
}

#filter-options ul li a:hover {
    color: #666;
}

/* =======================================
4. Main content styles
======================================= */

#main-wrapper {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}


#left-sidebar {
    margin:  0  0 22.5px 0;

}

#left-sidebar p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222222;
}

ul#lleft-side-menu {
    margin: 0;
    padding: 0;
}

ul#left-side-menu li {
    list-style: none;
    margin: 5px 0;
}

ul#left-side-menu li a {
    color: #000;
    border: 1px solid transparent;
    padding: 1.5px 0px;
    border-radius: .25rem;
    display: block;
    font-size: 14px;
    line-height: 8px;
}

ul#left-side-menu li a:hover span {
    color: #222 !important;

}

ul#left-side-menu li a.active span,
ul#left-side-menu li a span.category-count {
    color: #555 !important;
    font-weight: normal;
    background: none;
}

ul#left-side-menuli a span.category-count {
    float: right;
}

ul#left-side-menuli a p,
ul#left-side-menu li a h2 {
    display: inline;
    text-transform: capitalize;
    color: #767676;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-side-menu li a span {
    color: #222;
    line-height: 1.2;
    font-size: 12px;
}

ul#left-side-menu li a:hover {
    text-decoration: none;
}

#item {
    background-color: white;
    margin: 20px 0;

}

#item {
    background-color: white;
    margin: 20px 0;
}

#item .row-title,
#right-sidebar .row-title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    text-align: center;
    background: #f8f8f8;
    line-height: 30px;

}

#right-sidebar .bx-wrapper {
    margin-bottom: 38px !important;
}

#item p {
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    color: #444;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.box.see-all {
    padding: 10px 0 !important;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

.box.see-all:hover {
    box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
    background: #f8f8f8;
    transition: all 1s;
}

.box.see-all a {
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 12px;
}

#item .row-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

@media (min-width: 768px) {
    #item .row-content:hover {
        box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
        transition: all 1s;
    }

    header#main-header .header-container .search-form-holder form .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        color: #999;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        height: 33.5px;
        line-height: 1.55;
        background: #4285f4;
        -webkit-text-stroke: 1px #4285f4;
        color: white;
        border: 1px solid #4285f4;
        width: 75px;
        border-radius: 0;

    }

}

#single-item .ranking-box.hidden span {
    background: transparent !important;
    transition: all 1s;
}

#item .row-content .box.background,
#company-profile #profile-ranking .rank-row .box.background {
    background-color: #f1f1f1;
    width: 110px;
    height: 110px;
    border-radius: 10000%;
}

#item .row-content .box.background span,
#company-profile #profile-ranking .rank-row .box.background span {
    display: block;
    line-height: 110px;
    font-size: 32px;
    font-weight: 400;
    color: #cbcbcb;
    text-align: center;
    width: 100%;
    text-transform: uppercase;

}

#item .row-content .box.content {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

#item .row-content .box.content p.company-name {
    font-size: 14px;
    line-height: 22px;
    color: black; /*#4285f4;*/
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

#item .row-content .box.content .contact-info {
    margin-top: 15px;
}

#item .row-content .box.content .contact-info span.info-span span {
    color: #000;
    margin-left: 5px;
    font-size: 12px;
}

#item .row-content .box.content .contact-info span.phone {
    margin-left: 7px;
}

#item .row-content .box.content .contact-info span.views {
    float: right;
}

#item .row-content .box.content p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    font-weight: 200;
    letter-spacing: 3;
}

#item .row-content .box.content span.tag {
    font-size: 12px;
    line-height: 8px;
    color: #222;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 30px;
    white-space: nowrap;
}

#item #container {
    cursor: pointer;
}

#item .row-content .box.content span.website {
    float: right;
    clear: both;
    padding: 4px 10px;
    font-size: 12px;
}

#pagination, #pagination-report {
    padding: 15px;
    text-align: center;
}

#right-sidebar {
    margin: 20px 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
}

#sright-sidebar .box-background {
    border: 1px solid #e8e8e8;
    height: 180px;
    background-color: #4285f4;
}

#right-sidebar .box-background span {
    padding: 65px 0;
    text-align: center;
    display: block;
    color: white;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;

}

#close-holder {
    margin: 25px 30px;
    position: absolute;
    cursor: pointer;
}

#close-holder span {
    display: block;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 40px;
    -webkit-text-stroke: 4px white;
    text-align: center;
    color: #999;
}

#item-details {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#item-details .item-details-container {
    position: relative;
    background-color: #f9f9f9;
    width: 80%;
    margin: 75px auto 35px auto;
    height: 88%;
    min-height: 88%;
    max-height: auto;
    border: 1px solid #f9f9f9;
    border-radius: .25rem;
    padding: 50px 30px;
}

#item-details .description {
    width: 100%;
    min-height: 375px;
    background-color: white;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    border-radius: .25rem;
}

#item-details .description p {
    font-size: 12px;
    line-height: 26px;
    color: #767676;
    font-weight: 400;
    margin: 10px 0 20px;
}

#item-details #side-bar {
    background-color: white;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

#item-details #side-bar .content {
    padding: 15px 0;
}

#item-details #side-bar .label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

#item-details #side-bar a {
    color: #999;

}

#item-details #side-bar a:hover {
    text-decoration: none;
}

#item-details #side-bar .icon span i {
    display: block;
    line-height: 70px;
    font-size: 25px;
    color: #999;
    text-align: center;
}

#item-details #side-bar .icon span i.fa-chevron-right {
    -webkit-text-stroke: 3px white;
}

#main-details {
    margin: 35px 0;
}

/* ====================================
Company profile
====================================*/
body#company-profile #item {
    padding: 0;
    border: none;
}

#company-profile #item .company-background {
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    text-align: center;
}

#company-profile #item .company-background span {
    color: #cbcbcb;
    line-height: 300px;
    font-weight: 600;
    font-size: 32px;
}

#company-profile #item .action-bar {
    width: 100%;
    height: 70px;
    border: 1px solid #e8e8e8;
    background-color: white;
}

#company-profile #item .action-bar a.link-anchor {
    line-height: 70px;
    margin-left: 20px;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

#company-profile #item .action-bar a.mail-anchor {
    width: 150px;
    color: #4285f4;
    border: 1px solid #4285f4;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    text-align: center;
    margin: 15px 0;
    margin-right: 20px;
}

#company-profile .white-box {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 15px;

}

#company-profile .about .row-content {
    margin-bottom: 25px;
}

#company-profile .white-box h5.title {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#company-profile .white-box h5.labels {
    font-weight: 600;
    color: #999;
    padding-bottom: 5px;
    line-height: 5px;
}

#company-profile .white-box h5 {
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    line-height: 18px;
    margin: 4px 0;
}

#company-profile .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

#company-profile .related-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#company-profile .related-item .background {
    background-color: #f1f1f1;
    height: 50px;
    width: 100%;
    text-align: center;
}

#company-profile .related-item .background span {
    color: #cbcbcb;
    line-height: 50px;
    font-size: 16px;
}

#company-profile .related-item {
    margin-bottom: 15px;
}

#company-profile .related-item .col-md-7 {
    padding-left: 0 !important;
}

#company-profile .related-item h5 {
    line-height: 25px;
}

/* ====================================
Terms page
====================================*/

#terms .editarticle {
    width: 80% !important;
}

#terms header a {
    text-decoration: none;
    color: #999;
}

#terms .editarticle {
    width: 80% !important;
}

#terms header small {
    margin-top: 2.5px;
    font-size: 15px;
    padding-left: 5px;
    color: #999;
}

#terms #terms-side-menu {
    position: fixed;
    margin-top: 50px;
    list-style: none;
    width: 160px;
    padding-left: 0;
}

#terms #terms-side-menu li {
    margin-left: 0;
}

#terms #terms-side-menu li a {
    color: #999;
    font-size: 16px;
    padding-left: 12px;
    margin: 12px 0;
    display: block;
}

#terms #terms-side-menu li a.active {
    color: #999;
    font-size: 16px;
    border-left: 4px solid #4285f4;
    color: #4285f4;
}

#terms #terms-side-menu li a:hover {
    color: #4285f4;
    text-decoration: none;
}

#terms #main-thread {
    margin-top: 30px;
}

#terms p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
}

/*************************************
Comppany form
**************************************/

#company-form .form-head .steps {
    text-align: right;
}

#company-form .form-head p {
    font-weight: 600;
    font-size: 16px;
}

#company-form form label {
    color: #777;

}

#company-form form.company-form {
    margin: 15px 0;
}

#company-form #main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company-form input[type="submit"] {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

#company-profile .social-networks ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#company-profile .social-networks ul li {
    display: inline;
    margin-right: 7px;
}

#company-profile .social-networks ul li .fa {
    color: #999;
}

/* ====================================
Language Switcher
===================================*/
#languages-switcher {
    right: 15px;
    position: absolute;
    margin-top: -50px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

.static-footer-page #languages-switcher {
    bottom: 15px;
}

#languages-switcher select {
    height: 25px;
    width: 150px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

#languages-switcher select:focus {
    outline: none;
}

/* ====================================
Footer
===================================*/

.static-footer-page footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/*Hide footer two on large screen*/
.footer-menu-2 {
    display: none;
}

@media (max-width: 768px) {
    footer#footer {
        color: #999;
        background: #f9f9f9;
    }

    #languages-switcher {
        right: 2.5% !important;
    }

    #hero .hero-container {
        background: none;
        padding: 50px 0;
    }

    #hero {
        display: none;
    }

}

@media (max-width: 450px) {
    #item .row-content .box.content .contact-info span.info-span span {
        display: block;
        color: #000;
        margin-left: 5px;
        font-size: 12px;
        width: 140px;
    }

    .footer-menu-1 {
        display: none;

    }

    .info-span span {
        display: block;
        color: #000;
        margin-left: 5px;
        font-size: 12px;
        width: 125px;
    }

    .footer-menu-2 {
        display: block;
    }

    body {
        width: 96%;
    }

    .contact-info {
        display: inline-block;
        margin-left: -17px;

    }

    .info-span {
        display: block;
    }

    info-span span {
        color: #000;
        font-size: 10px;
        margin-left: -4px;
    }

    .terms-preview {
        border: 1px solid #e8e8e8;
        background-color: white;
        width: 176px;
        border-radius: 5px;
        padding: 10px;
        margin: 0 auto;
        position: relative;
        top: 0;
        bottom: 0;

    }

    .terms-preview ul li a {
        color: #4285f4 !important;
        display: inline-block;
        line-height: 40px;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
        font-size: 12px;
    }

    #footer {
        padding-top: 0px;
        color: #999;
        background: #f9f9f9;
        width: 105%;
    }

    #pagination-report {
        margin-bottom: -20px;
    }

    .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        margin-top: 5px;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        margin-right: -30px;
        width: 90px;
        height: 30px;
        border: none;
        border: 1px solid white;
        color: black;
        box-shadow: 0px 1px 2px grey;
        background-color: white;
    }

    .category {
        margin-left: -9px;
    }

    #filter-options {
        display: none;
    }

    .mobile-menu {
        margin-left: 1px;
    }

    .row-title {
        margin-top: -20px !important;
        width: 102% !important;
        padding-top: 10px;
        background-color: #f8f8f8;

    }

    #search-input {
        height: 43px;
    }

    .center-search-icon {
        margin-top: 15px;
        margin-left: -200px;
    }

    .active-mobile-serach {
        background-color: #f8f8f8;
        height: 65px;
        margin-top: -15px;
        width: 45px;

    }

    /*.mobile-search-loop{
    margin-top: 12px;
    margin-right: 10px;
    }*/
    .pagination > li > a, .pagination > li > span {
        padding: 6px 18px;
    }

=======
    >>> >>> >

8064c6162c272bf70667d5a301d8e7198530a1cf
    footer h2 {
        font-weight: 400;
        font-size: 13px;
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
    }

    footer#footer ul li {
        padding: 0 5px;
        display: inline;
    }

    footer li.footer-li {
        border-left: 2px solid #999999a8;
    }

    footer li.footer-li a {
        color: #4285f4 !important;
    }

    footer#footer ul li a {
        list-style: none;
        color: #333;
        display: inline-block;
        line-height: 40px;
        font-weight: 400;
        font-size: 12px;
    }

    footer#footer #copyrights {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    @media (max-width: 768px) {
        .logo-box {
            text-align: center;
        }

        .visibilityBlock {
            visibility: visible;

        }

        .search-form-holder {
            margin-top: 49px;
        }

        .search-form-holder .form-group {
            margin-left: -40px;
            margin-right: -40px;
        }

        #resetPadding {
            padding: 0px !important;
        }

        .mobile-menu {
            float: left;
            line-height: 14px;
            cursor: pointer;
            margin-left: 15px;
        }

        .row-data {
            display: inline-flex;
        }

        #item .row-content .box.content span {

            padding: 9px;
        }

        #item .row-content .box.content span {
            margin-right: 15px;
        }

        .category {

        }

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

        header ul.menu {
            z-index: 1;
            display: none;
            background: white;
            border: 1px solid #ddd;
            width: 66.7vw;
            position: absolute;
            top: -15px;
            padding-left: 0;
            padding: 15px;
            height: 100vh;
            margin-left: -8px;
        }

        #close {
            float: right;
        }

        .mobile-search .fa {
            line-height: 40px;
            color: #999;
            -webkit-text-stroke: 1px white;
            font-size: 18px;
            cursor: pointer;
            margin-right: 15px;
        }

        #main-wrapper {
            width: 100%;
            height: auto;
            background-color: white;
        }

        .hero-container div {
            margin-right: 1px !important;
            margin-left: 1px !important;
            background-color: red;
        }

        footer#footer ul {
            list-style: none;
            padding: 0 !important;
            text-align: center;
        }
    }

}

@media (max-width: 992px) {

    #languages-switcher {
        right: 5% !important;
    }

    #authenticated_user .add-company {
        display: none;
    }

    footer .box {
        padding-left: 0;
    }

    footer#footer ul {
        padding-left: 0 !important;
    }
}

/*Hide footer two on large screen*/
.footer-menu-2 {
    display: none;
}

@media (max-width: 768px) {
    footer#footer {
        color: #999;
        background: #f9f9f9;
    }

    #languages-switcher {
        right: 2.5% !important;
    }

    #hero .hero-container {
        background: none;
        padding: 50px 0;
    }

    #hero {
        display: none;
    }

}

@media (max-width: 450px) {
    #item .row-content .box.content p.company-name {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        width: 200px;
        font-family: 'Lato', sans-serif;
    }

    .footer-menu-1 {
        display: none;

    }

    .footer-menu-2 {
        display: block;
    }

    body {
        width: 96%;
    }

    .contact-info {
        display: inline-block;
        margin-left: -17px;
    }

    .info-span {
        display: block;
    }

    info-span span {
        color: #000;
        font-size: 10px;
        margin-left: -4px;
    }

    .terms-preview {
        border: 1px solid #e8e8e8;
        background-color: white;
        width: 176px;
        border-radius: 5px;
        padding: 10px;
        margin: 0 auto;
        position: relative;
        top: 0;
        bottom: 0;

    }

    .terms-preview ul li a {
        color: #4285f4 !important;
        display: inline-block;
        line-height: 40px;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
        font-size: 12px;
    }

    #footer {
        padding-top: 0px;
        color: #999;
        background: #f9f9f9;
        width: 105%;
    }

    #pagination-report {
        margin-bottom: -20px;
    }

    .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        margin-top: 5px;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        margin-right: -30px;
        width: 90px;
        height: 30px;
        border: none;
        border: 1px solid white;
        color: black;
        box-shadow: 0px 1px 2px grey;
        background-color: white;
    }

    .category {
        margin-left: -9px;
    }

    #filter-options {
        display: none;
    }

    .mobile-menu {
        margin-left: 17px;
    }

    .row-title {
        margin-top: -20px !important;
        width: 102% !important;
        padding-top: 10px;
        background-color: #f8f8f8;

    }

    #search-input {
        height: 43px;
    }

    .center-search-icon {
        margin-top: 15px;
        margin-left: -200px;
    }

    .active-mobile-serach {
        background-color: #f8f8f8;
        height: 65px;
        margin-top: -15px;
        width: 45px;

    }

    /*.mobile-search-loop{
	margin-top: 12px;
	margin-right: 10px;
	}*/
    .pagination > li > a, .pagination > li > span {
        padding: 6px 18px;
    }

    #single-item .col-xs-3 {
        width: 40% !important;
    }

    #single-item h5 {
        font-size: 15px !important;
    }

    #single-item .col-xs-7 {
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }

}

/*hide share in  social media*/
#at4-share {
    display: none;
}

.at-share-dock-outer {
    display: none;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: none;
}

/*********
Inquiry modal
***************/
.custom-modal,
.market-popup {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.91);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    width: 100%;
}

.custom-modal .editarticle,
.market-popup .editarticle {
    padding: 15px 30px;
    width: 32%;
    margin: 0 auto;
    margin-top: 7.5%;
    background: white;
    border: 1px solid rgba(29, 53, 62, 0.1);
    box-shadow: 0 3px 8px rgba(29, 53, 62, 0.3);
    -webkit-box-shadow: 0 8px 10px rgba(29, 53, 62, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(29, 53, 62, 0.5);
    color: #666;
}

.custom-modal .editarticle .modal-header,
.market-popup .editarticle .modal-header {
    padding: 5px 0;
    border: none !important;
}

.custom-modal .editarticle .modal-body,
.market-popup .editarticle .modal-body {
    padding: 15px 0;
    min-height: 300px;
    border: none !important;
    height: 100%;
    width: 100%;
    display: table;
}

.custom-modal .editarticle .modal-body p.title,
.market-popup .editarticle .modal-body p.title {
    font-size: 18px;
}

.custom-modal .editarticle .modal-body p.content,
.market-popup .editarticle .modal-body p.content {
    font-size: 14px;
}

.custom-modal .editarticle .modal-body .wrapper,
.market-popup .editarticle .modal-body .wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
}

.custom-modal .editarticle .modal-body .wrapper.center,
.market-popup .editarticle .modal-body .wrapper.center {
    text-align: center;
}

.custom-modal .editarticle .modal-body .wrapper .bold,
..market-popup .editarticle .modal-body .wrapper .bold {
    font-weight: bold;
    color: black;
}

.custom-modal .form-group,
..market-popup .form-group {
    margin-bottom: 5px;
}

.custom-modal form textarea.not-shown,
..market-popup form textarea.not-shown {
    display: none;
}

.custom-modal form textarea,
.market-popup form textarea {
    border: 1px solid #999;
    border-radius: .25rem;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
}

.custom-modal form input[type="radio"],
.market-popup form input[type="radio"] {
    display: inline;
}

.custom-modal form,
.market-popup form {
    padding-top: 7.5px;
}

.custom-modal form label,
.market-popup form label {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    display: inline;
}

.custom-modal form label.bold,
.market-popup form label.bold {
    margin-left: 0px;
    font-weight: 700;
    display: block;
}

.custom-modal .editarticle .modal-footer,
.market-popup container .modal-footer {
    padding: 40px 0;
    border: none !important;
    text-align: center;
}

.custom-modal .editarticle .modal-footer button,
.market-popup container .modal-footer button {
    background: #2795bb;
    min-width: 32%;
    line-height: 2;
    float: right;
}

.custom-modal .editarticle .modal-footer .switch-dots,
.market-popup .editarticle .modal-footer .switch-dots {
    margin-top: -35px;
    margin-bottom: 35px;
}

.custom-modal .editarticle .modal-footer .switch-dots li,
..market-popup .editarticle .modal-footer .switch-dots li {
    display: inline;
    margin: 7px;
    text-align: center;
}

.custom-modal .editarticle .modal-footer .switch-dots li a,
.market-popup .editarticle .modal-footer .switch-dots lia {
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.custom-modal .editarticle .modal-footer .switch-dots li a.active,
.market-popup .editarticle .modal-footer .switch-dots li a:active {
    border: 1px solid #4cb470;
    background: #4cb470;
}

.custom-modal .fa-spinner,
.market-popup .fa-spinner {
    margin-right: 5px;
    font-size: 14;
}

@media screen and (max-width: 1200px) {
    .custom-modal .editarticle,
    .market-popup .editarticle {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-modal .editarticle,
    .market-popup .contact-info {
        width: 36%;
    }
}

@media screen and (max-width: 992px) {
    .custom-modal .editarticle,
    .market-popup .editarticle {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .custom-modal .editarticle,
    .market-popup .editarticle {
        width: 60%;
    }

}

@media screen and (max-width: 480px) {
    .custom-modal .editarticle,
    .market-popup .editarticle {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {
    .custom-modal .editarticle,
    .market-popup .editarticle {
        width: 90%;
    }
    #company-information {
              margin-top: -20px !important;

          }
}

/*#########################
HOMEPAGE MEDIA
##########################*/

@media screen and (min-width: 992px) {

    #item {
        background-color: white;
        margin: 20px 0;
        border: 1px solid #e8e8e8;
        box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
        border-radius: 10px;
    }

    #item .row-content .box.background span,
    #company-profile #profile-ranking .rank-row .box.background span {
        line-height: 105px;
    }

    #item .row-content .box.background,
    #company-profile #profile-ranking .rank-row .box.background {
        width: 105px;
        height: 105px;
    }

}

.trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .7) !important;
    transition: opacity .37s cubic-bezier(.23, 1, .32, 1);
}

font-size:

13
px

;
line-height:

32
px

;
font-weight:

400
;
color: #444

;
font-family:

'Lato'
,
sans-serif

;
margin-bottom:

0
;
}

.box.see-all {
    padding: 10px 0 !important;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

.box.see-all:hover {
    box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
    background: #f8f8f8;
    transition: all 1s;
}

.box.see-all a {
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 12px;
}

#item .row-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

@media (min-width: 768px) {
    #item .row-content:hover {
        box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
        transition: all 1s;
    }

    header#main-header .header-container .search-form-holder form .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        color: #999;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        height: 33.5px;
        line-height: 1.55;
        background: #4285f4;
        -webkit-text-stroke: 1px #4285f4;
        color: white;
        border: 1px solid #4285f4;
        width: 75px;
        border-radius: 0;

    }

}


#single-item .ranking-box.hidden span {
    background: transparent !important;
    transition: all 1s;
}

#item .row-content .box.background,
#company-profile #profile-ranking .rank-row .box.background {
    background-color: #f1f1f1;
    width: 110px;
    height: 110px;
    border-radius: 10000%;
}

#item .row-content .box.background span,
#company-profile #profile-ranking .rank-row .box.background span {
    display: block;
    line-height: 110px;
    font-size: 32px;
    font-weight: 400;
    color: #cbcbcb;
    text-align: center;
    width: 100%;
    text-transform: uppercase;

}

#item .row-content .box.content {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

#item .row-content .box.content p.company-name {
    font-size: 14px;
    line-height: 22px;
    color: black; /*#4285f4;*/
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

#item .row-content .box.content .contact-info {
    margin-top: 15px;
}

#item .row-content .box.content .contact-info span.info-span span {
    color: #000;
    margin-left: 5px;
    font-size: 12px;
}

#item .row-content .box.content .contact-info span.phone {
    margin-left: 7px;
}

#item .row-content .box.content .contact-info span.views {
    float: right;
}

#item .row-content .box.content p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    font-weight: 200;
    letter-spacing: 3;
}

#item .row-content .box.content span.tag {
    font-size: 12px;
    line-height: 8px;
    color: #222;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 30px;
    white-space: nowrap;
}

#item #container {
    cursor: pointer;
}

#item .row-content .box.content span.website {
    float: right;
    clear: both;
    padding: 4px 10px;
    font-size: 12px;
}

#pagination, #pagination-report {
    padding: 15px;
    text-align: center;
}

#right-sidebar {
    margin: 20px 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
}

#right-sidebar p,
#right-sidebar span {
    color: black;

}

#right-sidebar .single-slider {
    padding: 15px;
}

#right-sidebar .bx-viewport {
    height: auto !important;
}

#right-sidebar img {
    display: inline !important;
    margin-right: 5px;
}

#right-sidebar .slide-cname {
    margin: 0 !important;
    line-height: 2;
    padding-top: 7px;
}

#right-sidebar .box.background {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #f1f1f1;
}

#sright-sidebar .box-background {
    border: 1px solid #e8e8e8;
    height: 180px;
    background-color: #4285f4;
}

#right-sidebar .box-background span {
    padding: 65px 0;
    text-align: center;
    display: block;
    color: white;
    font-family: 'Lato', sans-serif;

}

#right-sidebar .box-content p {
    text-transform: capitalize;
    margin-bottom: 0;
}

#close-holder {
    margin: 25px 30px;
    position: absolute;
    cursor: pointer;
}

#close-holder span {
    display: block;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 40px;
    -webkit-text-stroke: 4px white;
    text-align: center;
    color: #999;
}

#item-details {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#item-details .item-details-container {
    position: relative;
    background-color: #f9f9f9;
    width: 80%;
    margin: 75px auto 35px auto;
    height: 88%;
    min-height: 88%;
    max-height: auto;
    border: 1px solid #f9f9f9;
    border-radius: .25rem;
    padding: 50px 30px;
}

#item-details .description {
    width: 100%;
    min-height: 375px;
    background-color: white;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    border-radius: .25rem;
}

#item-details .description p {
    font-size: 12px;
    line-height: 26px;
    color: #767676;
    font-weight: 400;
    margin: 10px 0 20px;
}

#item-details #side-bar {
    background-color: white;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

#item-details #side-bar .content {
    padding: 15px 0;
}

#item-details #side-bar .label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

#item-details #side-bar a {
    color: #999;

}

#item-details #side-bar a:hover {
    text-decoration: none;
}

#item-details #side-bar .icon span i {
    display: block;
    line-height: 70px;
    font-size: 25px;
    color: #999;
    text-align: center;
}

#item-details #side-bar .icon span i.fa-chevron-right {
    -webkit-text-stroke: 3px white;
}

#main-details {
    margin: 35px 0;
}

/* ====================================
Company profile
====================================*/
body#company-profile #item {
    padding: 0;
    border: none;
}

#company-profile #item .company-background {
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    text-align: center;
}

#company-profile #item .company-background span {
    color: #cbcbcb;
    line-height: 300px;
    font-weight: 600;
    font-size: 32px;
}

#company-profile #item .action-bar {
    width: 100%;
    height: 70px;
    border: 1px solid #e8e8e8;
    background-color: white;
}

#company-profile #item .action-bar a.link-anchor {
    line-height: 70px;
    margin-left: 20px;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

#company-profile #item .action-bar a.mail-anchor {
    width: 150px;
    color: #4285f4;
    border: 1px solid #4285f4;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    text-align: center;
    margin: 15px 0;
    margin-right: 20px;
}

#company-profile .white-box {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 15px;

}

#company-profile .about .row-content {
    margin-bottom: 25px;
}

#company-profile .white-box h5.title {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#company-profile .white-box h5.labels {
    font-weight: 600;
    color: #999;
    padding-bottom: 5px;
    line-height: 5px;
}

#company-profile .white-box h5 {
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    line-height: 18px;
    margin: 4px 0;
}

#company-profile .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

#company-profile .related-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#company-profile .related-item .background {
    background-color: #f1f1f1;
    height: 50px;
    width: 100%;
    text-align: center;
}

#company-profile .related-item .background span {
    color: #cbcbcb;
    line-height: 50px;
    font-size: 16px;
}

#company-profile .related-item {
    margin-bottom: 15px;
}

#company-profile .related-item .col-md-7 {
    padding-left: 0 !important;
}

#company-profile .related-item h5 {
    line-height: 25px;
}

/* ====================================
Terms page
====================================*/

#terms .editarticle {
    width: 80% !important;
}

#terms header a {
    text-decoration: none;
    color: #999;
}

#terms header small {
    margin-top: 2.5px;
    font-size: 15px;
    padding-left: 5px;
    color: #999;
}

#terms #terms-side-menu {
    position: fixed;
    margin-top: 50px;
    list-style: none;
    width: 160px;
    padding-left: 0;
}

#terms #terms-side-menu li {
    margin-left: 0;
}

#terms #terms-side-menu li a {
    color: #999;
    font-size: 16px;
    padding-left: 12px;
    border-left: 4px solid transparent;
    margin: 12px 0;
    display: block;
}

#terms #terms-side-menu li a.active {
    color: #999;
    font-size: 16px;
    border-left: 4px solid #4285f4;
    color: #4285f4;
}

#terms #terms-side-menu li a:hover {
    color: #4285f4;
    text-decoration: none;
}

#terms #main-thread {
    margin-top: 30px;
}

#terms p {
    font-size: 15px;
    line-height: 25px;
    color: #999;
    font-weight: 200;
}

/*************************************
Comppany form
**************************************/

#company-form .form-head .steps {
    text-align: right;
}

#company-form .form-head p {
    font-weight: 600;
    font-size: 16px;
}

#company-form form label {
    color: #777;

}

#company-form form.company-form {
    margin: 15px 0;
}

#company-form #main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company-form input[type="submit"] {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

#company-profile .social-networks ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#company-profile .social-networks ul li {
    display: inline;
    margin-right: 7px;
}

#company-profile .social-networks ul li .fa {
    color: #999;
}

/* ====================================
Language Switcher
===================================*/
#languages-switcher {
    right: 15px;
    position: absolute;
    margin-top: -50px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

.static-footer-page #languages-switcher {
    bottom: 15px;
}

#languages-switcher select {
    height: 25px;
    width: 150px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

#languages-switcher select:focus {
    outline: none;
}

/* ====================================
Footer
===================================*/

.static-footer-page footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer h2 {
    font-weight: 400;
    font-size: 13px;
}

footer#footer ul {
    list-style: none;
    padding: 0 !important;
}

footer#footer ul li {
    padding: 0 5px;
    display: inline;
}

footer li.footer-li {
    border-left: 2px solid #999999a8;
}

footer#footer ul li a {
    list-style: none;
    color: #333;
    display: inline-block;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
}

footer#footer #copyrights {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-box {
        text-align: center;
    }

    .visibilityBlock {
        visibility: visible;

    }

    .search-form-holder {
        margin-top: 49px;
    }

    .search-form-holder .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    #resetPadding {
        padding: 0px !important;
    }

    .mobile-menu {
        float: left;
        line-height: 14px;
        cursor: pointer;
        margin-left: 15px;
    }

    .row-data {
        display: inline-flex;
    }

    #item .row-content .box.content span {

        padding: 9px;
    }

    #item .row-content .box.content span {
        margin-right: 15px;
    }

    .category {

    }

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

    header ul.menu {
        z-index: 1;
        display: none;
        background: white;
        border: 1px solid #ddd;
        width: 66.7vw;
        position: absolute;
        top: -15px;
        padding-left: 0;
        padding: 15px;
        height: 100vh;
        margin-left: -8px;
    }

    #close {
        float: right;
    }

    .mobile-search .fa {
        line-height: 40px;
        color: #999;
        -webkit-text-stroke: 1px white;
        font-size: 18px;
        cursor: pointer;
        margin-right: 15px;
    }

    #main-wrapper {
        width: 100%;
        height: auto;
        background-color: white;
    }

    .hero-container div {
        margin-right: 1px !important;
        margin-left: 1px !important;
        background-color: red;
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }
}

}

@media (max-width: 992px) {
    footer .editarticle,
    #hero .hero-container{
        width: 90% !important;
    }

    #languages-switcher {
        right: 5% !important;
    }

    #authenticated_user .add-company {
        display: none;
    }

    footer .box {
        padding-left: 0;
    }

    footer#footer ul {
        padding-left: 0 !important;
    }
}

/*Hide footer two on large screen*/
.footer-menu-2 {
    display: none;
}

@media (max-width: 768px) {
    footer#footer {
        color: #999;
        background: #f9f9f9;
    }

    #languages-switcher {
        right: 2.5% !important;
    }

    #hero .hero-container {
        background: none;
        padding: 50px 0;
    }

    #hero {
        display: none;
    }

}

@media (max-width: 450px) {
    #item .row-content .box.content p.company-name {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        width: 200px;
        font-family: 'Lato', sans-serif;
    }

    .footer-menu-1 {
        display: none;

    }

    .footer-menu-2 {
        display: block;
    }

    body {
        width: 96%;
    }

    .contact-info {
        display: inline-block;
        margin-left: -17px;
    }

    .info-span {
        display: block;
    }

    info-span span {
        color: #000;
        font-size: 10px;
        margin-left: -4px;
    }

    .terms-preview {
        border: 1px solid #e8e8e8;
        background-color: white;
        width: 176px;
        border-radius: 5px;
        padding: 10px;
        margin: 0 auto;
        position: relative;
        top: 0;
        bottom: 0;

    }

    .terms-preview ul li a {
        color: #4285f4 !important;
        display: inline-block;
        line-height: 40px;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
        font-size: 12px;
    }

    #footer {
        padding-top: 0px;
        color: #999;
        background: #f9f9f9;
        width: 105%;
    }

    #pagination-report {
        margin-bottom: -20px;
    }
    .category {
        margin-left: -9px;
    }

    #filter-options {
        display: none;
    }

    .mobile-menu {
        margin-left: 1px;
    }

    .row-title {
        margin-top: -20px !important;
        width: 102% !important;
        padding-top: 10px;
        background-color: #f8f8f8;

    }

    #search-input {
        height: 43px;
    }

    .center-search-icon {
        margin-top: 15px;
        margin-left: -200px;
    }

    .active-mobile-serach {
        background-color: #f8f8f8;
        height: 65px;
        margin-top: -15px;
        width: 45px;

    }

    /*.mobile-search-loop{
	margin-top: 12px;
	margin-right: 10px;
	}*/
    .pagination > li > a, .pagination > li > span {
        padding: 6px 18px;
    }

    #single-item .col-xs-3 {
        width: 40% !important;
    }

    #single-item h5 {
        font-size: 15px !important;
    }

    #single-item .col-xs-7 {
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }

}

/*hide share in  social media*/
#at4-share {
    display: none;
}

.at-share-dock-outer {
    display: none;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: none;
}

/*********
Inquiry modal
***************/
.custom-modal {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.91);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    width: 100%;
}

.custom-modal .editarticle .modal-header {
    padding: 5px 0;
    border: none !important;
}

.custom-modal .editarticle .modal-body {
    padding: 15px 0;
    min-height: 300px;
    border: none !important;
    height: 100%;
    width: 100%;
    display: table;
}

.custom-modal .editarticle .modal-body p.title {
    font-size: 18px;
}

.custom-modal .editarticle .modal-body p.content {
    font-size: 14px;
}

.custom-modal .editarticle .modal-body .wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
}

.custom-modal .editarticle .modal-body .wrapper.center {
    text-align: center;
}

.custom-modal .editarticle .modal-body .wrapper .bold {
    font-weight: bold;
    color: black;
}

.custom-modal .form-group {
    margin-bottom: 5px;
}

.custom-modal form textarea.not-shown {
    display: none;
}

.custom-modal form textarea {
    border: 1px solid #999;
    border-radius: .25rem;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
}

.custom-modal form input[type="radio"] {
    display: inline;
}

.custom-modal form {
    padding-top: 7.5px;
}

.custom-modal form label {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    display: inline;
}

.custom-modal form label.bold {
    margin-left: 0px;
    font-weight: 700;
    display: block;
}

.custom-modal .editarticle .modal-footer {
    padding: 40px 0;
    border: none !important;
    text-align: center;
}

.custom-modal .editarticle .modal-footer button {
    background: #2795bb;
    min-width: 32%;
    line-height: 2;
}

.modal-footer .switch-dots {
    margin-bottom: 20px;
}

.editarticle .modal-footer .switch-dots li {
    display: inline;
    margin: 7px;
    text-align: center;
}
.request-quotation-modal-footer {
    border-top: none;
    margin-top: 0;
    align-self: center;
    padding-top: 0;
}

.editarticle .modal-footer .switch-dots li a {
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.editarticle .modal-footer .switch-dots li a.active {
    border: 1px solid #4cb470;
    background: #4cb470;
}

.editarticle .fa-spinner {
    margin-right: 5px;
    font-size: 14;
}

@media screen and (max-width: 1200px) {
    .custom-modal .editarticle {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-modal .editarticle {
        width: 36%;
    }
}

@media screen and (max-width: 992px) {
    .custom-modal .editarticle {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .custom-modal .editarticle {
        width: 60%;
    }

}

@media screen and (max-width: 480px) {
    .custom-modal .editarticle {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {
    .custom-modal .editarticle {
        width: 90%;
    }
}

/*#########################
HOMEPAGE MEDIA
##########################*/

@media screen and (min-width: 992px) {

    #item {
        background-color: white;
        margin: 20px 0;
        border: 1px solid #e8e8e8;

        box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
        border-radius: 10px;
    }

    #item .row-content .box.background span,
    #company-profile #profile-ranking .rank-row .box.background span {
        line-height: 105px;
    }

    #item .row-content .box.background,
    #company-profile #profile-ranking .rank-row .box.background {
        width: 105px;
        height: 105px;
    }

}

.trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .7) !important;
    transition: opacity .37s cubic-bezier(.23, 1, .32, 1);
}

#right-sidebar {
    margin: 20px 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
}

#right-sidebar .box-background {
    border: 1px solid #e8e8e8;
    height: 180px;
    background-color: #4285f4;
}

#right-sidebar .box-background span {
    padding: 65px 0;
    text-align: center;
    display: block;
    color: white;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;

}

#close-holder {
    margin: 25px 30px;
    position: absolute;
    cursor: pointer;
}

#close-holder span {
    display: block;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 40px;
    -webkit-text-stroke: 4px white;
    text-align: center;
    color: #999;
}

#item-details {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#item-details .item-details-container {
    position: relative;
    background-color: #f9f9f9;
    width: 80%;
    margin: 75px auto 35px auto;
    height: 88%;
    min-height: 88%;
    max-height: auto;
    border: 1px solid #f9f9f9;
    border-radius: .25rem;
    padding: 50px 30px;
}

#item-details .description {
    width: 100%;
    min-height: 375px;
    background-color: white;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    border-radius: .25rem;
}

#item-details .description p {
    font-size: 12px;
    line-height: 26px;
    color: #767676;
    font-weight: 400;
    margin: 10px 0 20px;
}

#item-details #side-bar {
    background-color: white;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

#item-details #side-bar .content {
    padding: 15px 0;
}

#item-details #side-bar .label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

#item-details #side-bar a {
    color: #999;

}

#item-details #side-bar a:hover {
    text-decoration: none;
}

#item-details #side-bar .icon span i {
    display: block;
    line-height: 70px;
    font-size: 25px;
    color: #999;
    text-align: center;
}

#item-details #side-bar .icon span i.fa-chevron-right {
    -webkit-text-stroke: 3px white;
}

#main-details {
    margin: 35px 0;
}

/* ====================================
Company profile
====================================*/
body#company-profile #item {
    padding: 0;
    border: none;
}

#company-profile #item .company-background {
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    text-align: center;
}

#company-profile #item .company-background span {
    color: #cbcbcb;
    line-height: 300px;
    font-weight: 600;
    font-size: 32px;
}

#company-profile #item .action-bar {
    width: 100%;
    height: 70px;
    border: 1px solid #e8e8e8;
    background-color: white;
}

#company-profile #item .action-bar a.link-anchor {
    line-height: 70px;
    margin-left: 20px;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

#company-profile #item .action-bar a.mail-anchor {
    width: 150px;
    color: #4285f4;
    border: 1px solid #4285f4;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    text-align: center;
    margin: 15px 0;
    margin-right: 20px;
}

#company-profile .white-box {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 15px;

}

#company-profile .about .row-content {
    margin-bottom: 25px;
}

#company-profile .white-box h5.title {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#company-profile .white-box h5.labels {
    font-weight: 600;
    color: #999;
    padding-bottom: 5px;
    line-height: 5px;
}

#company-profile .white-box h5 {
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    line-height: 18px;
    margin: 4px 0;
}

#company-profile .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

#company-profile .related-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#company-profile .related-item .background {
    background-color: #f1f1f1;
    height: 50px;
    width: 100%;
    text-align: center;
}

#company-profile .related-item .background span {
    color: #cbcbcb;
    line-height: 50px;
    font-size: 16px;
}

#company-profile .related-item {
    margin-bottom: 15px;
}

#company-profile .related-item .col-md-7 {
    padding-left: 0 !important;
}

#company-profile .related-item h5 {
    line-height: 25px;
}

/* ====================================
Terms page
====================================*/

#terms .editarticle {
    width: 80% !important;
}

#terms header a {
    text-decoration: none;
    color: #999;
}

#terms header small {
    margin-top: 2.5px;
    font-size: 15px;
    padding-left: 5px;
    color: #999;
}

#terms #terms-side-menu {
    position: fixed;
    margin-top: 50px;
    list-style: none;
    width: 160px;
    padding-left: 0;
}

#terms #terms-side-menu li {
    margin-left: 0;
}

#terms #terms-side-menu li a {
    color: #999;
    font-size: 16px;
    padding-left: 12px;
    border-left: 4px solid transparent;
    margin: 12px 0;
    display: block;
}

#terms #terms-side-menu li a.active {
    color: #999;
    border-left: 4px solid #4285f4;
    color: #4285f4;
}

#terms #terms-side-menu li a:hover {
    color: #4285f4;
    text-decoration: none;
}

#terms #main-thread {
    margin-top: 30px;
}

#terms p {
    /*font-size: 15px;*/
    /*line-height: 25px;*/
    color: #000000;
    font-weight: 200;
}

/*************************************
Comppany form
**************************************/

#company-form .form-head .steps {
    text-align: right;
}

#company-form .form-head p {
    font-weight: 600;
    font-size: 16px;
}

#company-form form label {
    color: #777;

}

#company-form form.company-form {
    margin: 15px 0;
}

#company-form #main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company-form input[type="submit"] {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

#company-profile .social-networks ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#company-profile .social-networks ul li {
    display: inline;
    margin-right: 7px;
}


/* ====================================
Language Switcher
===================================*/
#languages-switcher {
    right: 15px;
    position: absolute;
    margin-top: -50px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

.static-footer-page #languages-switcher {
    bottom: 15px;
}

#languages-switcher select {
    height: 25px;
    width: 150px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

#languages-switcher select:focus {
    outline: none;
}

/* ====================================
Footer
===================================*/

.static-footer-page footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer h2 {
    font-weight: 400;
    font-size: 13px;
}

footer#footer ul {
    list-style: none;
    padding: 0 !important;
}

footer#footer ul li {
    padding: 0 5px;
    display: inline;
}

footer li.footer-li {
    border-left: 2px solid #999999a8;
}

footer#footer ul li a {
    list-style: none;
    color: #333;
    display: inline-block;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
}

footer#footer #copyrights {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-box {
        text-align: center;
    }

    .visibilityBlock {
        visibility: visible;

    }

    #resetPadding {
        padding: 0px !important;
    }

    .mobile-menu {
        line-height: 14px;
        cursor: pointer;
        margin-left: 15px;
    }

    .row-data {
        display: inline-flex;
    }

    #item .row-content .box.content span {

        padding: 9px;
    }

    #item .row-content .box.content span {
        margin-right: 15px;
    }

    .category {

    }

    #close {
        float: right;
    }

    #main-wrapper {
        width: 100%;
        height: auto;
        background-color: white;
    }

    .hero-container div {
        margin-right: 1px !important;
        margin-left: 1px !important;
        background-color: red;
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }
}

}

@media (max-width: 992px) {
    #main-wrapper .content,
    footer .editarticle,
    #hero .hero-container,
    header .header-container {
        width: 90% !important;
    }

    #languages-switcher {
        right: 5% !important;
    }

    #authenticated_user .add-company {
        display: none;
    }

    footer .box {
        padding-left: 0;
    }

    footer#footer ul {
        padding-left: 0 !important;
    }
}

/*Hide footer two on large screen*/
.footer-menu-2 {
    display: none;
}

@media (max-width: 768px) {
    footer#footer {
        color: #999;
        background: #f9f9f9;
    }

    #languages-switcher {
        right: 2.5% !important;
    }

    #hero .hero-container {
        background: none;
        padding: 50px 0;
    }

    #hero {
        display: none;
    }

    #pagination {
        display: block;
    }

}

@media (max-width: 450px) {
    #item .row-content .box.content p.company-name {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        width: 200px;
        font-family: 'Lato', sans-serif;
    }


    .modal ul li h2 {
        list-style: none;
        color: #4285f4;
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
    }

    .modal a.close-modal {
        display: none;
    }

    .footer-menu-1 {
        display: none;

    }

    .footer-menu-2 {
        display: block;
    }

    body {
        width: 96%;
    }

    .contact-info {
        display: inline-block;
        margin-left: -17px;
    }

    .info-span {
        display: block;
    }

    info-span span {
        color: #000;
        font-size: 10px;
        margin-left: -4px;
    }

    /*.terms-preview {*/
    /*border: 1px solid #e8e8e8;*/
    /*background-color: white;*/
    /*width: 176px;*/
    /*border-radius: 5px;*/
    /*padding: 10px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*}*/
    /*.terms-preview ul li a {*/
    /*color: #4285f4 !important;*/
    /*display: inline-block;*/
    /*line-height: 40px;*/
    /*font-weight: 400;*/
    /*margin-top: -3px;*/
    /*margin-bottom: -3px;*/
    /*font-size: 12px;*/
    /*}*/
    #footer {
        padding-top: 0px;
        color: #999;
        background: #f9f9f9;
        width: 105%;
    }

    #pagination-report {
        margin-bottom: -20px;
    }

    .category {
        margin-left: -9px;
    }

    #filter-options {
        display: none;
    }


    .row-title {
        margin-top: -20px !important;
        width: 102% !important;
        padding-top: 10px;
        background-color: #f8f8f8;

    }

    .center-search-icon {
        margin-top: 15px;
        margin-left: -200px;
    }

    .active-mobile-serach {
        background-color: #f8f8f8;
        height: 65px;
        margin-top: -15px;
        width: 45px;

    }

    /*.mobile-search-loop{
	margin-top: 12px;
	margin-right: 10px;
	}*/
    .pagination > li > a, .pagination > li > span {
        padding: 6px 10px;
    }

    #single-item .col-xs-3 {
        width: 40% !important;
    }

    #single-item h5 {
        font-size: 15px !important;
    }

    #single-item .col-xs-7 {
        margin-top: -20px;
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }

}

/*hide share in  social media*/
#at4-share {
    display: none;
}

.at-share-dock-outer {
    display: none;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: none;
}

/*********
Inquiry modal
***************/
.custom-modal {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.91);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    width: 100%;
}

.custom-modal .editarticle .modal-header {
    padding: 5px 0;
    border: none !important;
}

.custom-modal .editarticle .modal-body {
    padding: 15px 0;
    min-height: 300px;
    border: none !important;
    height: 100%;
    width: 100%;
    display: table;
}

.custom-modal .editarticle .modal-body p.title {
    font-size: 18px;
    margin-bottom: 0;
}

.custom-modal .editarticle .modal-body p.title.small {
    font-size: 14px;
    margin-bottom: 15px;
}

.custom-modal .editarticle .modal-body p.content {
    font-size: 14px;

}

.custom-modal .editarticle .modal-body .wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
}

.custom-modal .editarticle .modal-body .wrapper.center {
    text-align: center;
}

.custom-modal .editarticle .modal-body .wrapper .bold {
    font-weight: bold;
    color: black;
}

.custom-modal .form-group {
    margin-bottom: 5px;
}

.custom-modal form textarea.not-shown {
    display: none;
}

.custom-modal form textarea {
    border: 1px solid #999;
    border-radius: .25rem;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
}

.custom-modal form input[type="radio"] {
    display: inline;
}

.custom-modal form {
    padding-top: 7.5px;
}

.custom-modal form label {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    display: inline;
}

.custom-modal form label.bold {
    margin-left: 0px;
    font-weight: 700;
    display: block;
}

.custom-modal .editarticle .modal-footer {
    padding: 40px 0;
    border: none !important;
    text-align: left;
}

.custom-modal .editarticle .modal-footer button {
    background: #2795bb;
    min-width: 40%;
    line-height: 2;
    text-align: center;
}

.custom-modal .fa-spinner {
    margin-right: 5px;
    font-size: 14;
}

@media screen and (max-width: 1200px) {
    .custom-modal .editarticle {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-modal .editarticle {
        width: 36%;
    }
}

@media screen and (max-width: 992px) {
    .custom-modal .editarticle {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .custom-modal .editarticle {
        width: 60%;
    }

}

@media screen and (max-width: 480px) {
    .custom-modal .editarticle {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {
    .custom-modal .editarticle {
        width: 90%;
    }
}

/*#########################
HOMEPAGE MEDIA
##########################*/

@media screen and (min-width: 992px) {

    #item {
        background-color: white;
        margin: 20px 0;
        border: 1px solid #e8e8e8;

        box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
        border-radius: 10px;
    }

    #item .row-content .box.background span,
    #company-profile #profile-ranking .rank-row .box.background span {
        line-height: 105px;
    }

    #item .row-content .box.background,
    #company-profile #profile-ranking .rank-row .box.background {
        width: 105px;
        height: 105px;
    }

}

.trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .7) !important;
    transition: opacity .37s cubic-bezier(.23, 1, .32, 1);
}

font-size:

13
px

;
line-height:

32
px

;
font-weight:

400
;
color: #444

;
font-family:

'Lato'
,
sans-serif

;
}

.box.see-all {
    padding: 10px 0 !important;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

.box.see-all:hover {
    box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
    background: #f8f8f8;
    transition: all 1s;
}

.box.see-all a {
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 12px;
}

#item .row-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 7px 1px transparent, 0 0 0 -1px transparent;
    transition: all 1s;
}

@media (min-width: 768px) {
    #item .row-content:hover {
        box-shadow: 0 0 7px 1px #4285f45e, 0 0 0 -1px #e8e8e8;
        transition: all 1s;
    }

    #item .row-content .box.content .contact-info span.info-span span {
        color: #000;
        margin-left: 5px;
        font-size: 12px;
    }

    header#main-header .header-container .search-form-holder form .cancel-btn {
        position: absolute;
        right: 15px;
        top: 0px;
        color: #999;
        text-align: center;
        font-size: 18px;
        z-index: 9;
        height: 33.5px;
        line-height: 1.55;
        background: #4285f4;
        -webkit-text-stroke: 1px #4285f4;
        color: white;
        border: 1px solid #4285f4;
        width: 75px;
        border-radius: 0;

    }

}


#single-item .ranking-box.hidden span {
    background: transparent !important;
    transition: all 1s;
}

#item .row-content .box.background,
#company-profile #profile-ranking .rank-row .box.background {
    background-color: #f1f1f1;
    width: 110px;
    height: 110px;
    border-radius: 10000%;
}

#item .row-content .box.background span,
#company-profile #profile-ranking .rank-row .box.background span {
    display: block;
    line-height: 110px;
    font-size: 32px;
    font-weight: 400;
    color: #cbcbcb;
    text-align: center;
    width: 100%;
    text-transform: uppercase;

}

#item .row-content .box.content {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

#item .row-content .box.content p.company-name {
    font-size: 14px;
    line-height: 22px;
    color: black; /*#4285f4;*/
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    opacity: 1;
}

#item .row-content .company-logo {
    border-radius: 50%;
    border: none;
}

#item .row-content .box.content p.company-name .info-span.views {
    opacity: .5;
}

#item .row-content .box.content .contact-info {
    margin-top: 15px;
    display: inline-block;
    width: 437px;
}

#item .row-content .box.content .contact-info span.phone {

    margin-left: 3px;
    display: inline-block;
}

#item .row-content .box.content .contact-info span.views {
    float: right;
}

#item .row-content .box.content p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    font-weight: 200;
    letter-spacing: 3;
}

#item .row-content .box.content span.tag {
    font-size: 12px;
    line-height: 8px;
    color: #222;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 30px;
    white-space: nowrap;
}

#item #container {
    cursor: pointer;
}

#item .row-content .box.content span.website {
    float: right;
    clear: both;
    padding: 4px 10px;
    font-size: 12px;
}

#pagination, #pagination-report {
    padding: 15px;
    text-align: center;
}

#pagination a.desktop-next-button {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

#pagination a.desktop-previous-button {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

#left-sidebar input[type=checkbox] {
    margin: 1px 0;
    margin-right: 5px;
    display: inline-block;
}

.home-sidebar-btn {
    padding: 1px 6px 1px 15px;
}
.how-it-works-btn {
    border: none;
    margin-top: 17px;
}


#right-sidebar {
    margin: 0  0 0px 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
}

#right-sidebar p,
#right-sidebar span {
    color: black;

}

#right-sidebar .sidebar-footer {
    height: 15px;
}

#right-sidebar .single-slider {
    padding: 5px 0px;
    border-bottom: 1px solid #dddddd4a;
    margin: 0 15px;
}

#right-sidebar .bx-viewport {
    height: auto !important;
}

#right-sidebar img {
    display: inline !important;
    margin-right: 5px;
}

#right-sidebar .slide-cname {
    margin: 0 !important;
    line-height: 2;
    padding-top: 7px;
    opacity: 1;
}

#right-sidebar .box.background {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #f1f1f1;
}

#sright-sidebar .box-background {
    border: 1px solid #e8e8e8;
    height: 180px;
    background-color: #4285f4;
}

#right-sidebar .box-background span {
    padding: 65px 0;
    text-align: center;
    display: block;
    color: white;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;

}

#close-holder {
    margin: 25px 30px;
    position: absolute;
    cursor: pointer;
}

#close-holder span {
    display: block;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 40px;
    -webkit-text-stroke: 4px white;
    text-align: center;
    color: #999;
}

#item-details {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#item-details .item-details-container {
    position: relative;
    background-color: #f9f9f9;
    width: 80%;
    margin: 75px auto 35px auto;
    height: 88%;
    min-height: 88%;
    max-height: auto;
    border: 1px solid #f9f9f9;
    border-radius: .25rem;
    padding: 50px 30px;
}

#item-details .description {
    width: 100%;
    min-height: 375px;
    background-color: white;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    border-radius: .25rem;
}

#item-details .description p {
    font-size: 12px;
    line-height: 26px;
    color: #767676;
    font-weight: 400;
    margin: 10px 0 20px;
}

#item-details #side-bar {
    background-color: white;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    border-radius: .25rem;
    margin-bottom: 15px;
}

#item-details #side-bar .content {
    padding: 15px 0;
}

#item-details #side-bar .label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

#item-details #side-bar a {
    color: #999;

}

#item-details #side-bar a:hover {
    text-decoration: none;
}

#item-details #side-bar .icon span i {
    display: block;
    line-height: 70px;
    font-size: 25px;
    color: #999;
    text-align: center;
}

#item-details #side-bar .icon span i.fa-chevron-right {
    -webkit-text-stroke: 3px white;
}

#main-details {
    margin: 35px 0;
}

/* ====================================
Company profile
====================================*/
body#company-profile #main-wrapper {
    background-color: transparent;
}

body#company-profile #item {
    padding: 0;
    border: none;
    margin: 0 auto;
}

/*#company-profile #profile-ranking  {
   background-color: #eaeff2;
}*/

#company-profile #profile-ranking .rank-row {
    border-bottom: 2px solid #9797974d;
    padding-bottom: 0;
}

#company-profile #profile-ranking .rank-row:last-child {
    border-bottom: 1px solid #ddd;
}

#company-profile #profile-ranking .rank-row img {
    vertical-align: baseline;
    border-radius: 50%;
}

#company-profile #profile-ranking .rank-counter p {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    widows: 100%;
    color: #666;
}


#company-profile #profile-ranking .rank-row .company-name {
    font-weight: 900 !important;
}

#company-profile #profile-ranking .rank-row .rank-counter p {
    font-weight: normal !important;
    margin-top: 10px;
    padding-right: 10px;
    min-width: 50px;
}

.box.rank-counter {
    margin-left: -15px;
}
#company-profile #profile-ranking .rank-row.current .rank-counter p {
    font-weight: bold;
}

#company-profile #profile-ranking .rank-row .info-span.views {
    opacity: .6;
}

#company-profile #profile-ranking .rank-row .info-span.views {
    color: #000000;
    font-size: 12px;

}

#company-profile #profile-ranking .rank-row .fa-chevron-right {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-size: 32px;
    margin-right: 10px;
}

#company-profile #profile-ranking #gmap {
    height: 450px;
    width: 100%;
}

#company-profile #item .company-background {
    width: 100%;
    height: 400px;
    background-color: #f1f1f1;
    text-align: center;
}


#company-profile #item .company-background h1 {
    margin: 0;
}

#company-profile #item .background-content {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}

#company-profile #item .company-background span {
    color: white;
    line-height: 300px;
    font-weight: 600;
    font-size: 32px;
}

#company-profile canvas {
    display: block;
    vertical-align: bottom;
}

#company-profile #item .action-bar {
    width: 100%;
    height: 70px;
    border: 1px solid #e8e8e8;
    background-color: white;
}

#company-profile #item .action-bar a.link-anchor {
    line-height: 70px;
    margin-left: 20px;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

#company-profile #item .action-bar a.mail-anchor {
    width: 150px;
    color: #4285f4;
    border: 1px solid #4285f4;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    text-align: center;
    margin: 15px 0;
    margin-right: 20px;
}

#company-profile .white-box {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 15px;

}

#company-profile .about .row-content {
    margin-bottom: 25px;
}

#company-profile .white-box h5.title {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#company-profile .white-box h5.labels {
    font-weight: 600;
    color: #999;
    padding-bottom: 5px;
    line-height: 5px;
}

#company-profile .white-box h5 {
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    line-height: 18px;
    margin: 4px 0;
}

#company-profile .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

#company-profile .related-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#company-profile .related-item .background {
    background-color: #f1f1f1;
    height: 50px;
    width: 100%;
    text-align: center;
}

#company-profile .related-item .background span {
    color: #cbcbcb;
    line-height: 50px;
    font-size: 16px;
}

#company-profile .related-item {
    margin-bottom: 15px;
}

#company-profile .related-item .col-md-7 {
    padding-left: 0 !important;
}

#company-profile .related-item h5 {
    line-height: 25px;
}

/* ====================================
Terms page
====================================*/

#terms .editarticle {
    width: 80% !important;
}

#terms header a {
    text-decoration: none;
    color: #999;
}

#terms header small {
    margin-top: 2.5px;
    font-size: 15px;
    padding-left: 5px;
    color: #999;
}

#terms #terms-side-menu {
    position: fixed;
    margin-top: 10px;
    list-style: none;
    width: 160px;
    padding-left: 0;
}

#terms #terms-side-menu li {
    margin-left: 0;
}

#terms #terms-side-menu li a {
    color: black;
    padding-left: 12px;
    border-left: 4px solid transparent;
    margin: 11px 0;
    display: block;
}

#terms #terms-side-menu li a:hover {
    color: #4285f4;
    text-decoration: none;
}

#terms #main-thread {
    margin-top: 30px;
}

/*************************************
Comppany form
**************************************/

#company-form .form-head .steps {
    text-align: right;
}

#company-form .form-head p {
    font-weight: 600;
    font-size: 16px;
}

#company-form form label {
    color: #777;

}

#company-form form.company-form {
    margin: 15px 0;
}

#company-form #main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company-form input[type="submit"] {
    width: 180px;
    background-color: #4285f4;
    color: white;
    padding: 7px 10px;
    border: 1px solid #4285f4;
    border-radius: .25rem;
    margin: 0;
}

#company-profile .social-networks ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#company-profile .social-networks ul li {
    display: inline;
    margin-right: 7px;
}

/* ====================================
Language Switcher
===================================*/
#languages-switcher {
    right: 15px;
    position: absolute;
    margin-top: -50px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

.static-footer-page #languages-switcher {
    bottom: 15px;
}

#languages-switcher select {
    height: 25px;
    width: 150px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    border-radius: .25rem;
}

#languages-switcher select:focus {
    outline: none;
}

/* ====================================
Footer
===================================*/

.static-footer-page footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer h2,
footer p {
    font-weight: 400;
    font-size: 13px;
    line-height: 2;
    margin: 0;
    color: #000;
}

@media (max-width: 450px) {
    span.recommended {
        margin-left: -15px !important;
        margin-top: -15px !important;
        font-size: 10px;
        color: white;
        background: #4cb470;
        padding-top: 1px !important;
        padding-left: 6px !important;
        display: block;
        margin-right: 0;
        height: 21px !important;
        width: 73px !important;

    }

    .about .row-tile {
        row-title margin-top: -20px !important;
        width: 102% !important;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f8f8f8;
    }

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

    img#verify-icon {
        position: absolute;
        margin-top: -38px !important;
        margin-left: 104px !important;
    }

    .about {
        margin-top: 20px;
    }

    #company-profile .description {
        padding: 0 !important;
    }

    .description div div {
        width: 100%
    }

    .description-content {
        width: 100%

    }
}

footer#footer {
    background: #f9f9f9;
}

footer h5 {
    font-size: 13px !important;
    opacity: 0.8;
}

footer h2 {
    font-size: 12px !important;
}

footer#footer ul {
    list-style: none;
    padding: 0 !important;
}

footer#footer ul li {
    padding: 0px;
    list-style: none;
}

footer#footer ul li h2 {
    padding: 0px;
    list-style: none;
}

footer li.footer-li {
    border: none;
    list-style: none;
}


footer#footer ul li a {
    list-style: none;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
}
footer#footer #copyrights {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-box {
        text-align: center;
    }

    .visibilityBlock {
        visibility: visible;

    }

    .search-form-holder {
        margin-top: 0;
    }

    #resetPadding {
        padding: 0px !important;
    }

    .row-data {
        display: inline-flex;
        flex-wrap: wrap;
    }

    #item .row-content .box.content span {

        padding: 0px;
    }

    #item .row-content .box.content span {
        margin-right: 0px;
    }

    .category {

    }

    header ul.menu {
        z-index: 1;
        display: none;
        background: white;
        border: 1px solid #ddd;
        width: 66.7vw;
        position: fixed;
        top: 0px;
        padding-left: 0;
        padding: 15px;
        height: 100vh;
        margin-left: -8px;
        list-style: none;
        left: 0px;
    }

    #close {
        float: right;
    }

    #main-wrapper {
        width: 100%;
        height: auto;
        background-color: white;
    }

    .hero-container div {
        margin-right: 1px !important;
        margin-left: 1px !important;
        background-color: red;
    }

    footer#footer ul {
        list-style: none;
        padding: 0 !important;
        text-align: center;
    }
}

}

@media (max-width: 992px) {
    #main-wrapper .content,
    footer .editarticle,
    #hero .hero-container,
    header .header-container {
        width: 90% !important;
    }

    .description-content {
        width: 100%
    }

    #languages-switcher {
        right: 5% !important;
    }

    #authenticated_user .add-company {
        display: none;
    }

    footer .box {
        padding-left: 0;
    }

    footer#footer ul {
        padding-left: 0 !important;
    }
}

/*Hide footer two on large screen*/
.footer-menu-2 {
    display: none;
}

@media (max-width: 768px) {
    #company-information .box.content {
        margin-top: 15px;
    }
    footer#footer {
        color: #999;
        background: #f9f9f9;
    }

    #languages-switcher {
        right: 2.5% !important;
    }

    #hero .hero-container {
        background: none;
        padding: 50px 0;
    }

    #hero {
        display: none;
    }

    .contact-info {
        display: inline-block;
        margin-left: -17px;
        display: none;
    }
    #item .row-content .box.content .contact-info.homepage-contact-info {
        display: none;
    }

}

.cancel-btn {
    display: none;
}

@media (max-width: 450px) {
    body {
        width: 100% !important;
    }

    info-span.views span {
        display: block;
        margin: -13px;


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

    #item .row-content .box.content p.company-name {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        width: 154px;
        margin-left: -16px;
        font-family: 'Lato', sans-serif;
        margin-bottom: 0px;
        margin-top: 15px;
            display: inline-block;


    }

    .row-data {
        padding-left: -1px;
    }

    .footer-menu-1 {
        display: none;

    }

    .footer-menu-2 {
        display: block;
    }

    .cancel-btn {
        display: block;
    }

    body {
        width: 96%;
    }

    #item .row-content {
        margin-right: px;
    }
    .company-name span {
        padding: 0;
        padding-left: 3px !important;
        margin: 0;
    }

    header#main-header form input#search-input {
        border-radius: 0px;
    }

    .info-span {
        display: block;
    }

    .info-span span {
        color: #000;
        font-size: 10px;
        display: block;
        width: 130px;
        margin-top: 10px !important;
        font-size: 12px;
    }

    .terms-preview {
        border: 1px solid #e8e8e8;
        background-color: white;
        width: 176px;
        border-radius: 5px;
        padding: 10px;
        margin: 0 auto;
        position: relative;
        top: 0;
        bottom: 0;

    }

    .terms-preview ul li a {
        color: #4285f4 !important;
        display: inline-block;
        line-height: 40px;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
        font-size: 12px;
    }

    .terms{
            min-height: 215px;
    }

    #footer {
        padding-top: 0px;
        color: #999;
        background: #f9f9f9;
        width: 100%;
    }

    #pagination-report {
        margin-bottom: 0px;
    }

    .cancel-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        text-transform: capitalize;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        width: 90px;
        height: 25px;
        margin-right: 15px;
        border: none;
        border: 1px solid white;
        color: black;
        box-shadow: 0px 1px 2px grey;
        background-color: white;

    }

    .category {
        margin-left: -9px;
    }

    #filter-options {
        display: none;
    }

    .item .row-content {
        padding-right: 10px;

    }

    .row-title {
        padding: 2px;
        background-color: #f8f8f8;
        margin-top: 0 !important;
        background: transparent;
        line-height: 1;
        padding-top: 15px;
        text-align: left;
    }

    #company-profile #profile-ranking .rank-row {
        margin: 0px;
    }

    #item .row-content .box.content {
        padding-left: 10px;
    }

    #single-item {
        /*padding-left: 0px;*/
    }

    #item .row-content .box.content span {
        margin-right: 0px;
    }

    .terms {
       position: absolute;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
    border-radius: 10px;
    padding: 15px;
    width: 87%;
    bottom: 0px;
    background: white !important;

    }

    .terms ul {
        margin-top: 20px;
    }

    .show-terms h2 {
        display: inline;
    }

    footer#footer ul li {
        display: inline;
    }

    .close {
        font-size: 18px;
        padding: 12px;
        height: 30px;
        width: 30px;
    }

    #search-input {
        height: 43px;
    }

    #item .row-content .box.content span.tag {
        font-size: 12px;
        line-height: 8px;
        color: #222;
        font-weight: 400;
        border: 1px solid #e8e8e8;
        background-color: #f8f8f8;
        padding: 5px 8px;
        font-family: 'Lato', sans-serif;
        border-radius: 30px;
        white-space: nowrap;
    }


    #item .row-content .box.content span {
        margin-right: 0;
    }

    @media (max-width: 450px) {
        #item .row-content .box.content span {
            margin-top: -10px;
        }

        #item .row-content .box.content .company-name b span {
            padding-left: 0px !important;
        }

        span.recommended {
            right: 0;
            position: absolute;
            top: 20px;
            line-height: 2;
            padding-right: px;
            width: 77px !important;
            text-align: center;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

          .info-span views span{

        }
          #item .row-content .box.content p.company-name .info-span.views {
              display: block;
              margin-left: -6px !important;
          }
          .company-content {
              /*margin-left: -15px;*/
              line-height: 17px;
          }


    }

    .center-search-icon {
        margin-top: 15px;
        margin-left: -200px;
    }

    .active-mobile-serach {
        background-color: #f8f8f8;
        height: 65px;
        margin-top: -15px;
        width: 45px;

    }

    /*.mobile-search-loop{
	margin-top: 12px;
	margin-right: 10px;
	}*/
    .pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    display: inline-block;
    padding: 12px 12px;
    margin-left: -1px;
    line-height: normal;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
        min-width: 55px;
        width: auto;
    height: auto;

    }

.pagination > li > .nextP, .pagination > li > .previousP {
    width: auto;
}
    #single-item .col-xs-3 {
        width: 40% !important;
    }

    #single-item h5 {
        font-size: 15px !important;
    }

    footer#footer ul {
        list-style: none;
        padding: 0px !important;
        text-align: center;
        margin-top: 20px;
    }

}

/*hide share in  social media*/
#at4-share {
    display: none;
}

.at-share-dock-outer {
    display: none;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: none;
}

/* ==================
   REPORT ERROR
   ==================
 */
button.report-error {
    -webkit-appearance: none;
    color: white;
    font-family: inherit;
    line-height: 2.4;
    margin: 0 auto;
    margin-top: 7px;
}

.right-sidebar.affix button.report-error {
    width: 100%;
}

/*********
Inquiry modal
***************/
.custom-modal {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    width: 100%;
}

.custom-modal .editarticle {
    width: 36%;
    margin: 0 auto;
}

.custom-modal .editarticle .modal-header {
    padding: 5px 0;
    border: none !important;
}

.custom-modal .editarticle .close-modal i {
    font-size: 18px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    float: right;
    cursor: pointer;
}

.custom-modal .editarticle .modal-body {
    padding: 15px 0;
    min-height: 300px;
    border: none !important;
    height: 100%;
    width: 100%;
    display: table;
}

.custom-modal .editarticle .modal-body p.title {
    font-size: 18px;
}

.custom-modal .editarticle .modal-body p.content {
    font-size: 14px;
}

.custom-modal .editarticle .modal-body .wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
}

.custom-modal .error {
    border: 1px solid red;
}

.custom-modal .editarticle .modal-body .center {
    text-align: center !important;
}

.custom-modal .editarticle .modal-body .success-check i {
    color: #2ecc71;
}

.custom-modal .editarticle .modal-body .wrapper .bold {
    font-weight: bold;
    color: black;
}

.custom-modal .form-group {
    margin-bottom: 5px;
}

.custom-modal form textarea.not-shown {
    display: none;
}

.custom-modal form textarea {
    border: 1px solid #999;
    border-radius: .25rem;
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    font-family: inherit;
    color: inherit;
    padding: 5px 10px;
    border-radius: 10px;
}

.custom-modal form input,
.custom-modal form textarea,
.custom-modal form select {
    border-radius: 5px;
}

.custom-modal form input[type="radio"] {
    display: inline;
}

.custom-modal form {
    padding-top: 7.5px;
}

.custom-modal form label {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    display: inline;
}

.custom-modal form label.bold {
    margin-left: 0px;
    font-weight: 700;
    display: block;
}

.custom-modal .editarticle .modal-footer {
    padding: 40px 0;
    border: none !important;
    text-align: left;
}

.custom-modal .editarticle .modal-footer button i {
    float: right;
    line-height: 1.7;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2795bb;
    color: white;
}

.custom-modal .editarticle .modal-footer button {
    background: #4285f4;
    min-width: 40%;
    line-height: 1.7;
    text-align: left;
    border-color: #4285f4;
    float: right;
    font-family: inherit;
    border-radius: 20px;
    text-align: center;
}

.custom-modal .fa-spinner {
    margin-right: 5px;
    font-size: 14;
}

.custom-modal ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.custom-modal ::-webkit-scrollbar:vertical {
    width: 10px;
}

.custom-modal ::-webkit-scrollbar:horizontal {
    height: 10px;
}

.custom-modal ::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.custom-modal ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .custom-modal .editarticle {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-modal .editarticle {
        width: 36%;
    }
}

@media screen and (max-width: 992px) {
    .custom-modal .editarticle {
        width: 50%;
    }

    .introjs-helperLayer,
    .introjs-tooltipReferenceLayer,
    .introjs-overlay {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .custom-modal .editarticle {
        width: 60%;
    }

}

@media screen and (max-width: 480px) {
    .custom-modal .editarticle {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {
    .main-backdrop {
        height: 100vh;
        width: 100vw;
        background: rgba(0,0,0,0.4);
        position: relative;
        top: -30px;
        left: -10px;
    }
    .custom-modal .editarticle {
        width: 90%;
    }

    #item {
        margin: 0px 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
    .custom-background {
        width: 70px !important;
        height: 70px !important;
            margin-top: 6px;

    }
  .custom-background span {
    line-height: 70px;
      font-size: 29px;
  }
    .mobile-pagination .next a {
        display: block;
        background-color: white !important;
        /*margin-left: -10px !important;*/
        float:none;
        position: static;
        box-shadow: 0px 0px 3px -2px #333 !important;
        word-spacing: 4px !important;
        color: grey !important;
        width: 300px !important;
        text-align: center !important;
        list-style: none !important;
        border-radius: 30px !important;
        color: #337ab7 !important;
    }
    .mobile-pagination.multiple-pages {
        margin-top: 60px;
    }
}

/*#########################
HOMEPAGE MEDIA
##########################*/

@media screen and (min-width: 992px) {
    span.recommended {
        margin-left: 5px;
        font-size: 10px;
        color: white;
        background: #4cb470;
        padding: 0px 9px;
        border-radius: .25rem;
        display: inline-block;
        width: 81px;
        height: 19px;
        line-height: 18px;

    }
}

#item {
    background-color: white;
    margin: 0px 0;
    border: 1px solid #e8e8e8;

    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
    /*border-radius: 0px;*/
}

#item .row-content .box.background span,
#company-profile #profile-ranking .rank-row .box.background span {
    line-height: 100px;
}

#item .row-content .box.background,
#company-profile #profile-ranking .rank-row .box.background {
    width: 105px;
    height: 105px;
}

#item .row-content .box.background.homepage-background {
    margin-left: 5.5px;
}
}

.trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .7) !important;
    transition: opacity .37s cubic-bezier(.23, 1, .32, 1);
}

#terms-side-menu span a {
    color: #4285f4 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #4c86f8;
    border-color: #4c86f8;
    color: white;
}

.pagination > li > a, .pagination > li > span {
    color: #4c86f8;
}

.loading-spinner {
    position: absolute;
    top: 0;
    top: 50px !important;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0 15px;

}

.loading-spinner img {
    position: fixed;
    margin-left: -110px;
    z-index: 99999999999;
    margin-left: -90px;
    z-index: 99999999999;
    width: 180px;
}

.search-results-shadow {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab !important;
}

body#homepage {
    overflow-x: hidden !important;
}


.head-paginator .previous-paginator,
.head-paginator .next-paginator {
    opacity: .6;
}

.head-paginator .previous-paginator a {
    padding-left: 15px;
    display: block;
    text-align: left;
    color: #000;
}

.head-paginator .next-paginator a {
    padding-right: 15px;
    display: block;
    text-align: right;
    color: #000;
}

.right-sidebar button.report-error {
    position: absolute;
    width: 87.8%;
    background: #4285f4;
    border-color: #4285f4;
    border-radius: 7px;
}

@media (max-width: 768px) {
    input,
    select,
    textarea {
        border-radius: 5px;
    }

    .introjs-helperLayer,
    .introjs-tooltipReferenceLayer,
    .introjs-overlay {
        display: none;
    }
}


.custom-modal .editarticle {
    max-height: 92vh;
    overflow: auto;
}

header {
    left: 0;
    right: 0;
}

header .header-container {
    max-width: 1024px;
}

body#homepage {
    background: #f9f9f9;
}

.home-affixed-width.affix {
    max-width: 240px !important;
}

/*User profile dropdown */

.profile-dropdown a:hover {
    text-decoration: none !important;
}

.profile-dropdown-menu a {
    display: block;
    width: 100%;
    padding: 10px 15px !important;
}

.profile-dropdown-menu a:hover {
    background: #4285f4;
    color: white !important;
    text-decoration: none !important;
}

header .fa-user-circle {
    font-size: 28px;
}


.terms {
    z-index: 4;
    position: absolute;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    left: 0;
    padding-bottom: 30px;
    background: white !important;
}

.terms .close{
    position: absolute;
    right: 15px;
    top: -15px;
}

.terms ul{
    text-align: left !important;
}
@media screen and (max-width: 400px) {

  .custom-span {
    line-height: 70px !important;
      font-size: 26px;
  }
}

   .introjs-helperLayer {
        background: transparent;
    }

    .introjs-overlay {
        display: none;
    }

    .introjs-helperLayer:before {
        opacity: 0;
        content: '';
        position: fixed;
        width: inherit;
        height: inherit;
        border-radius: 0.5em;
        border: .2em solid rgba(255, 217, 68, 0.8);
        box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
        opacity: 1;
    }

    .introjs-helperLayer:after {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: 1000;
    }