.d-flex {
    display: flex;
}

.mx-auto {
    margin: 0 auto !important;
}

#homepage {
    margin-top: 0px !important;
    padding-top: 0px;
    border-top: 0px;
}

#homepage .video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#homepage #psychologist-bar {
    background-color: #ffff;
    font-size: .9em;
    padding: 20px 0;
    padding-top: 25px;
    color: #439bde;
    position: relative;
}

#homepage #psychologist-bar .element-container {
    position: relative;
}

#homepage #psychologist-bar .element-container .element {
    margin-left: 50px;
}

#homepage #psychologist-bar .element-container .element div {
    color: #439bde;
}

@media (max-width: 991px) {
    #homepage #psychologist-bar .element-container .element {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #homepage #psychologist-bar .element-container .element {
        position: relative;
        margin-left: -50%;
        transform: translateX(50%);
        margin-bottom: 20px;
        width: 100%;
        display: block;
        padding-left: 100px;
    }
}

#homepage #psychologist-bar .chevron {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 70px;
}

#homepage #psychologist-bar div.element {
    display: inline-block;
    margin-right: 30px;
}

#homepage #psychologist-bar div.element span.icon {
    font-size: 3em;
    float: left;
    width: 44px;
}

#homepage #psychologist-bar div.element .ion-android-calendar {
    margin-left: -8px;
    top: -10px;
    position: relative;
}

#homepage #psychologist-bar div.element .icon-euro {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 25px;
    left: 22px;
    top: 20px;
}

#homepage #psychologist-bar div.element div {
    display: inline-block;
    color: #dbecf9;
    font-weight: 800;
}

#homepage #psychologist-bar div.element:last-of-type {
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #homepage #psychologist-bar div.element {
        font-size: 0.9em;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #homepage #psychologist-bar div.element {
        display: block;
        height: 50px;
        text-align: left;
        padding-left: 100px;
    }
}

#homepage #psychologist-bar span.chevron {
    margin-right: 30px;
}

@media (max-width: 1199px) {
    #homepage #psychologist-bar span.chevron {
        margin-right: 35px;
    }
}

#homepage #psychologist-bar span.chevron::before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 2em;
    position: relative;
    top: 0.15em;
    transform: rotate(45deg);
    width: 1.95em;
}

@media (max-width: 991px) {
    #homepage #psychologist-bar span.chevron {
        display: none;
    }
}

#homepage #psychologist-bar a.btn {
    text-transform: uppercase;
    background-color: white;
    border: none;
    border-radius: 5px;
    color: #439bde;
    font-weight: 600;
    float: right;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 70px;
}

@media (max-width: 991px) {
    #homepage #psychologist-bar a.btn {
        position: relative;
        transform: translate(200%, 50%);
        margin-top: 16px;
        float: none;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    #homepage #psychologist-bar a.btn {
        margin-top: 16px;
        float: none;
        position: relative;
        right: 0;
        transform: translate(0);
    }
}

#homepage #psychologist-bar a.btn:hover,
#homepage #psychologist-bar a.btn:focus {
    background-color: #f2Ba38;
    color: white;
}

@media (max-width: 767px) {
    #homepage #psychologist-bar {
        display: none;
    }
}

#homepage h1 {
    position: relative;
    padding-top: 170px;
    padding-bottom: 110px;
    font-size: 2.2em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
}

#homepage h1 .icon {
    font-size: 3em;
}

#homepage h1 strong {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    max-width: 55%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#homepage h1 small {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 0.5em;
    color: #FFFFFF;
}

#homepage h1 .pso-btn {
    margin-top: 20px;
    padding: 12px 20px;
}

#homepage h1 .pso-btn:hover,
#homepage h1 .pso-btn:active,
#homepage h1 .pso-btn:focus {
    color: white;
    border-color: white;
    background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
    #homepage h1 {
        padding-top: 170px;
        padding-bottom: 110px;
        font-size: 1.8em;
    }

    #homepage h1 strong {
        max-width: 700px;
        margin: auto;
    }

    #homepage h1 .icon {
        display: block;
        margin-bottom: 10px;
        font-size: 3.5em;
    }

    #homepage h1 .btn {
        font-size: 0.6em;
    }
}

@media (max-width: 767px) {
    #homepage h1 {
        padding-top: 120px;
        padding-bottom: 100px;
        font-size: 1.8em;
    }

    #homepage h1 .icon {
        margin-bottom: 10px;
        font-size: 3em;
    }
}


@media (max-width: 435px) {
    #homepage h1 strong {
        max-width: 100%;
        margin: auto;
    }
}

@media (max-width: 500px) and (min-width: 436px) {
    #homepage h1 strong {
        max-width: 85%;
        margin: auto;
    }
}

@media (min-width: 501px) {
    #homepage h1 strong {
        max-width: 56%;
        margin: auto;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #homepage h1 strong {
        max-width: 35%;
        margin: auto;
    }
}

#homepage .full-bg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/PsicologiOnline1.jpg');
    background-position: center center;
}

@media (max-width: 768px) {
    #homepage .full-bg {
        background-image: url('https://www.psicologionline.net/bundles/noooweb/images/homepage-small.jpg') !important;
    }
}

#homepage .full-bg .subscribers-bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 0.9em;
    color: white;
    text-align: center;
    z-index: 2;
}

#homepage .full-bg .subscribers-bar span {
    color: #f2Ba38;
}

#homepage .full-bg .subscribers-bar span.glyphicon {
    font-size: 1.2em;
}

#homepage .full-bg #header-subscribers-bar {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.5em;
    color: white;
    text-align: center;
    text-transform: initial;
    z-index: 2;
}

#homepage .full-bg #header-subscribers-bar span.glyphicon {
    color: #f2Ba38;
    font-size: 1.7em;
}

#homepage .article-preview {
    height: 210px;
}

@media (max-width: 991px) {
    #homepage .article-preview {
        height: auto;
    }
}

#homepage .yellow-band {
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/questions.png');
    background-size: cover;
}

#homepage .red-band {
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/anxiety.png');
    background-size: cover;
}

#homepage .publish-info button {
    border-right: none;
}

#homepage-search {
    margin-top: 2.5rem;
    border-radius: 6px;
    padding: 2rem;
    transition: height .3s ease-out;
}

#homepage-search .homepage-search-wrapper {
    display: flex;
    align-items: center;
    border-radius: 11px;
    box-shadow: 1px 1px 19px 1px #1f1f1f;
}

#homepage-search .homepage-search-wrapper .tab-content {
    flex: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #439bde !important;
    /*border: 1px solid #439bde !important;*/
    padding: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF;
}

.select2-selection__placeholder {
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: -webkit-baseline-middle;

}

#homepage-search .form-control, .select2-container {
    width: 100% !important;

}

.select2-container .select2-selection--single {
    height: auto;
    line-height: 100%;
    border: none;
    min-height: 36px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-container .select2-selection__rendered {
    /*line-height: 100%;*/
    text-align: left;
    font-size: 1.5rem;
    text-transform: none;
}

.select2-container .select2-selection__rendered:focus {
    outline: none;
}

.select2-container--focus {
    outline: none;
}

.select2-selection {
    outline: none;
}

#homepage-search ul.nav-tabs {
    margin-bottom: 2rem;
    border: none;
}

#homepage-search ul.nav-tabs > li > a {
    margin-right: .5rem;
}

#homepage-search li.nav-item a {
    color: white;
    background: none;
    border: none;
    border-radius: 2px;
}

#homepage-search li.active a {
    text-decoration: underline;
    border: none;
    text-underline-offset: 4px;
}

#homepage-search li.active a:not(.active) {
    color: white;
}

#homepage-search li.nav-item a:hover {
    /*color: black;*/
    border: none;
    background: none;
}

#homepage-search .button-tab {
    box-shadow: none;
    cursor: pointer;
}

#homepage-search .nav-item.active {
    outline: none;
    /*background: white;*/
    box-shadow: none;
}

#homepage-search .nav-item.active a {
    font-weight: 600;
}

.select2-container {
    padding: 4px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

#homepage-search .button-tab:not(.active) {
    border: none;
}

#homepage-search .button-tab:not(.active):hover {
    background: none;
}

#homepage-search .fields-wrapper {
    display: flex;
    flex-direction: row;
    /*padding: .5rem;*/
}

#homepage-search #searchDoctorField + .select2-container {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.select2-container--open .select2-dropdown {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 11px !important;
    border: none;
    overflow: hidden;
}


.select2-container .select2-result-image {
    max-width: 50px;
    display: inline-block;
    border-radius: 3px;
}

.select2-container .select2-results__option {
    padding: 11px;
    position: relative;
}

.select2-container .select2-results__option .badge {
    padding: 6px 7px;
}

.select2-container .select2-results__option .select2-result-item-text {
    margin-left: 0.65rem
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5 !important;
    color: #333 !important;
}

.select2-container--default .select2-results__option .select2-psycho-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    border-radius: 4px;
    width: 6px;
    background-color: transparent;

}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.17);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    width: 3px;
}

.select2-container--default .select2-results .select2-results__options .badge {
    background-color: #c5c5c5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title] {
    line-height: 36px;
}


/*.select2-container--default .select2-results>.select2-results__options*/
#psycho-profile {
    position: relative;
    background-color: #f3f3f3;
}

.select2-search--dropdown {
    padding: 11px 12px !important;
    border-radius: 11px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid #aaa !important;
}

.select2-container--open .select2-dropdown--above {
    top: -6px;
}

.select2-container--open .select2-dropdown--below {
    top: 6px;
}


#side-search-filters .panel-body {
    padding: 0;
}

#side-search-filters .panel-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#side-search-filters .searc-sidebar {
    padding-top: 1rem;
    margin-top: 1rem;
}

#side-search-filters button {
    margin-bottom: 2rem;
}

#side-search-filters .nav-item {
    border: none;

}

#side-search-filters li.active a {
    text-decoration: underline;
    border: none;
    text-underline-offset: 4px;
}

#side-search-filters li.active a:not(.active) {
    color: white;
}

#side-search-filters li.nav-item a:hover {
    /*color: black;*/
    border: none;
    background: none;
}

#side-search-filters .button-tab {
    box-shadow: none;
    cursor: pointer;
}

#side-search-filters .nav-item.active {
    outline: none;
    /*background: white;*/
    box-shadow: none;
}

#side-search-filters .nav-item.active a {
    font-weight: 600;
}


@media (max-width: 991px) {
    #psycho-profile .box {
        margin-bottom: 0px !important;
    }
}

#psycho-profile .modal-title {
    font-size: 1em;
    text-align: center;
}

#psycho-profile .modal-title .icon {
    display: block;
    width: 100%;
    font-size: 3em;
    color: #439bde;
    text-align: center;
    margin-bottom: 10px;
}

#psycho-profile #psycho-bar {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    padding-top: 20px;
}

#psycho-profile #psycho-bar .pro-face {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

#psycho-profile #psycho-bar .pro-face img {
    /*height: 100%;
  width: 100%;
  min-width: 0px;*/
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar .pro-face {
        display: block;
        margin: 5px auto 15px auto;
        padding: 0px;
        float: none !important;
        width: 200px;
        height: 200px;
    }
}

#psycho-profile #psycho-bar .no-face {
    width: 100%;
    padding-left: 5px;
    line-height: 105px;
    font-size: 2.5em;
    color: #828182;
}

#psycho-profile #psycho-bar .pro-name {
    margin-top: 0px;
    font-size: 2em;
    text-transform: uppercase;
}

#psycho-profile #psycho-bar .pro-name span {
    color: #439bde;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: capitalize;
}

#psycho-profile #psycho-bar .pro-name small {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar .pro-name {
        font-size: 1.6em;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #psycho-profile #psycho-bar .pro-name span {
        display: block;
        margin-top: 5px;
    }

    #psycho-profile #psycho-bar .pro-name small {
        display: inline-block;
        margin-top: 5px;
        font-size: 0.6em;
    }
}

#psycho-profile #psycho-bar .pro-stats-bar {
    position: relative;
    display: block;
    margin-top: 20px;
    overflow: hidden;
}

#psycho-profile #psycho-bar .pro-stats-bar li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    list-style: none;
    border-left: 1px solid #d8d8d8;
}

#psycho-profile #psycho-bar .pro-stats-bar li#first-stat {
    padding-left: 0px;
    border-left: none;
}

#psycho-profile #psycho-bar .pro-stats-bar li .stat-main {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}

#psycho-profile #psycho-bar .pro-stats-bar li .stat-main span {
    color: #439bde;
}

#psycho-profile #psycho-bar .pro-stats-bar li .stat-subtitle {
    font-size: 0.80em;
    text-transform: capitalize;
}

#psycho-profile #psycho-bar .pro-stats-bar li a:hover,
#psycho-profile #psycho-bar .pro-stats-bar li a:focus {
    text-decoration: none;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar .pro-stats-bar {
        display: block;
        width: 100%;
        text-align: center;
    }

    #psycho-profile #psycho-bar .pro-stats-bar li {
        display: inline-block;
        font-size: 0.9em;
        padding: 0px 10px;
    }
}

#psycho-profile #psycho-bar button {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    outline: none;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

#psycho-profile #psycho-bar button.btn-orange:hover,
#psycho-profile #psycho-bar button.btn-orange:active,
#psycho-profile #psycho-bar button.btn-orange:focus {
    background-color: #f0b220;
    color: white;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar button#btn-get-availability {
        min-width: none;
    }
}

#psycho-profile #psycho-bar button#btn-get-availability:hover {
    background-color: #2d8fda;
    color: white;
}

#psycho-profile #psycho-bar button#btn-get-availability:active,
#psycho-profile #psycho-bar button#btn-get-availability:focus {
    background-color: #439bde;
    color: white;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar button .btn-appointment-bottom-profile {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 300px;
        font-size: 1.1em;
    }
}

#psycho-profile #psycho-bar button.btn-red:hover,
#psycho-profile #psycho-bar button.btn-red:active,
#psycho-profile #psycho-bar button.btn-red:focus {
    background-color: #ff3633;
    color: white;
}

#psycho-profile #psycho-bar .container {
    margin-bottom: 10px;
    max-width: 1140px;
}

#psycho-profile #psycho-bar.psycho-bar-fixed {
    position: fixed;
    top: 110px;
    left: 0px;
    height: 80px;
    max-width: none;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-name {
    display: block;
    margin-top: 15px;
    padding-bottom: 40px;
    max-width: 800px;
    overflow: hidden;
    -webkit-transition: margin 0.2s ease-in;
    -moz-transition: margin 0.2s ease-in;
    -ms-transition: margin 0.2s ease-in;
    -o-transition: margin 0.2s ease-in;
    transition: margin 0.2s ease-in;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-name small {
    display: none;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-name {
        margin-top: 5px;
        float: left !important;
        font-size: 1.2em;
    }

    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-name span {
        display: block;
        margin-top: 5px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-name span {
        display: block;
        margin-top: 8px;
        font-size: 1em;
        text-align: left;
    }
}

#psycho-profile #psycho-bar.psycho-bar-fixed #psycho-profile-actions {
    margin-top: 0;
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed #psycho-profile-actions {
        display: inline-block;
        width: auto;
        float: right !important;
        margin: 0px;
        margin-top: 10px;
        text-align: center;
    }

    #psycho-profile #psycho-bar.psycho-bar-fixed #psycho-profile-actions button {
        margin-top: 10px;
        font-size: 1em;
    }
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-stats-bar {
        display: none;
    }

    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-stats-bar li {
        padding: 0px 10px;
        font-size: 0.9em;
    }
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-face {
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 10px;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-face img {
    /*width: 100%;
  height: auto;
  min-height: 100%;*/
}

@media (max-width: 991px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed .pro-face {
        margin-right: 15px;
        float: left !important;
    }
}

#psycho-profile #psycho-bar.psycho-bar-fixed .no-face {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.8em;
    padding-left: 5px;
}

#psycho-profile #psycho-bar.psycho-bar-fixed button {
    margin-top: -120px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile #psycho-bar.psycho-bar-fixed #btn-get-video {
    display: none;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-stats-bar {
    display: none;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .button-text {
    display: none;
}

@media (max-width: 767px) {
    #psycho-profile #psycho-bar.psycho-bar-fixed {
        height: 85px;
    }

    #psycho-profile #psycho-bar.psycho-bar-fixed #psycho-profile-actions {
        display: none;
    }
}

@media (max-width: 991px) {
    #psycho-profile #psycho-profile-actions {
        display: block;
        width: 100%;
        float: none !important;
        margin: 15px 0px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #psycho-profile #psycho-profile-actions button {
        width: 100%;
        margin-top: 10px;
    }
}

#psycho-profile #psycho-category-bar {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #e7f3fb;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#psycho-profile #psycho-category-bar .pro-category-title {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 25px;
}

#psycho-profile #psycho-category-bar .pro-category-list {
    position: relative;
    display: inline;
}

#psycho-profile #psycho-category-bar .pro-category-list li {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    border-radius: 2px;
}

#psycho-profile #psycho-category-bar .pro-category-list li.pro-category {
    visibility: hidden;
    color: #439bde;
    text-transform: uppercase;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: white;
}

#psycho-profile #psycho-category-bar .pro-category-list li.pro-category-see-more {
    color: #439bde;
    margin-right: 10px;
}

#psycho-profile #psycho-category-bar .pro-category-list li.pro-category-see-more button {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border: 1px solid white;
    border-radius: 2px;
}

#psycho-profile #psycho-category-bar .pro-category-list li.pro-category-see-more button .glyphicon {
    font-size: 0.7em;
}

#psycho-profile #sub-tags-container .box {
    height: auto;
}

#psycho-profile #sub-tags-container .pro-head-bar span {
    font-size: 1.5em;
}

#psycho-profile #sub-tags-container .user-recommend {
    background-color: #439bde;
    color: white;
}

#psycho-profile #sub-tags-container .user-recommend h3 {
    font-weight: 700;
    font-size: 1.1em;
}

#psycho-profile #sub-tags-container .user-recommend h3 .fa {
    color: #f2Ba38;
}

#psycho-profile .info-height-container {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile #sub-tags-container .info-height-container {
    max-height: 75px;
    margin-bottom: 5px;
    overflow: hidden;
}

#psycho-profile .professional-box {
    min-height: none;
}

#psycho-profile .professional-box .info-height-container {
    max-height: 193px;
    margin-bottom: 15px;
    overflow: hidden;
}

#psycho-profile .not-expanded-text {
    display: inline-block;
}

#psycho-profile .expanded-text {
    display: none;
}

#psycho-profile .info-expanded .not-expanded-text {
    display: none;
}

#psycho-profile .info-expanded .expanded-text {
    display: inline-block;
}

#psycho-profile .no-tags-advise {
    display: block;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    color: #828182;
    text-align: center;
}

#psycho-profile .expand-psycho-info {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
}

#psycho-profile .expand-psycho-info:hover,
#psycho-profile .expand-psycho-info:active,
#psycho-profile .expand-psycho-info:focus {
    color: #2d8fda;
}

#psycho-profile .sub-tags {
    position: relative;
    display: block;
    padding: 5px 10px;
}

#psycho-profile .sub-tags li {
    margin: 5px 2px;
    padding: 2px 8px;
    display: inline-block;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    color: #828182;
    list-style: none;
    border: 1px solid #828182;
    border-radius: 4px;
}

@media (max-width: 767px) {
    #psycho-profile .sub-tags {
        height: auto;
        max-height: none;
    }
}

#psycho-profile #calendar-result {
    display: table-cell;
    vertical-align: middle;
}

#psycho-profile #calendar-result > div:not(#calendar-book-message) {
    display: none;
}

#psycho-profile #calendar-book-message {
    position: relative;
    padding-top: 30px;
}

#psycho-profile #calendar-book-message .pro-face {
    float: right;
    margin-top: -35px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

#psycho-profile #calendar-book-message #cam-icon {
    font-size: 4em;
    line-height: 0.2em;
    color: #439bde;
}

#psycho-profile #calendar-book-message h3 {
    padding-top: 15px;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

#psycho-profile #calendar-book-message p {
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: center;
    color: #828182;
}

#psycho-profile #calendar-book-message a {
    display: block;
    margin-top: 10px;
    padding: 10px 5px;
    background-color: #e7f3fb;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e7f3fb;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile #calendar-book-message a:hover,
#psycho-profile #calendar-book-message a:active,
#psycho-profile #calendar-book-message a:focus {
    background-color: white;
    color: #439bde;
    border: 1px solid #439bde;
}

#psycho-profile #calendar-book-message .left-triangle {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    height: 0;
    border-style: solid;
    border-width: 15px 26.0px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#psycho-profile .psycho-info .box {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

#psycho-profile .psycho-info .box.gallery-box {
    height: auto;
}

#psycho-profile .psycho-info .box.banner-stats {
    height: auto;
    min-height: 186px;
    padding: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile .psycho-info .box.banner-stats:hover a {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

#psycho-profile .psycho-info .box.banner-stats:hover button {
    color: white;
}

#psycho-profile .psycho-info .box.banner-stats a {
    display: inline-block;
    font-size: 1.3em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#psycho-profile .psycho-info .box.banner-stats strong {
    display: block;
}

#psycho-profile .psycho-info .box.banner-stats .glyphicon,
#psycho-profile .psycho-info .box.banner-stats .icon {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
}

#psycho-profile .psycho-info .box.banner-stats button {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile .psycho-info .box.professional-box {
    height: auto;
}

@media (max-width: 1199px) {
    #psycho-profile .psycho-info .box.professional-box {
        min-height: 0px;
    }
}

#psycho-profile .psycho-info #psycho-testimonies-button .br-wrapper.br-theme-fontawesome-stars-o {
    display: inline-block;
}

#psycho-profile .psycho-info #psycho-testimonies-button small {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 3px;
    color: #828182;
}

#psycho-profile .psycho-info .pro-description {
    padding: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em !important;
    font-weight: 400 !important;
}

#psycho-profile .psycho-info .pro-description * {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em !important;
    text-align: left !important;
    color: #4a4a4a !important;
    background-color: transparent !important;
}

#psycho-profile .psycho-info .pro-description p {
    margin-bottom: 20px;
}

#psycho-profile .psycho-info .pro-description img {
    display: none !important;
}

#psycho-profile .psycho-info .pro-description ul {
    display: block;
    padding-top: 10px;
}

#psycho-profile .psycho-info .pro-description ul li {
    display: block;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 2px solid #439bde;
}

@media (max-width: 767px) {
    #psycho-profile .psycho-info.psycho-info-plus {
        margin-top: 30px;
    }
}

#psycho-profile .psycho-info.psycho-info-plus .box-plus {
    min-height: 360px;
}

@media (max-width: 767px) {
    #psycho-profile .psycho-info.psycho-info-plus .box-plus {
        min-height: 590px;
    }
}

#psycho-profile .psycho-info.psycho-info-plus2 .box-plus {
    height: auto; /*440px;*/
}

@media (max-width: 767px) {
    #psycho-profile .psycho-info.psycho-info-plus2 .box-plus {
        /*height: 625px;*/
        min-height: 625px;
        height: auto !important;
    }
}

#psycho-profile .pro-contacts-container {
    position: relative;
    border-top: 1px solid #d8d8d8;
}

#psycho-profile .pro-contacts-container .pro-contacts-list {
    position: relative;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-icon-location {
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-icon-location:hover,
#psycho-profile .pro-contacts-container .pro-contacts-list .pro-icon-location:active,
#psycho-profile .pro-contacts-container .pro-contacts-list .pro-icon-location:focus {
    opacity: 0.7;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.95em;
    text-overflow: ellipsis;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact.last-pro-contact {
    border-bottom: 0px solid;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .glyphicon,
#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .fa {
    font-size: 1.2em;
    color: #439bde;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .glyphicon {
    margin-right: 10px;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .fa {
    margin-top: 3px;
    margin-right: 20px;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .pro-icon-pin {
    margin-right: -2px;
    color: #439bde;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact.pro-location-active a {
    display: block;
    max-width: 85%;
    color: #439bde;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact.pro-location-active a .pro-icon-pin {
    color: #ff4f4d;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact.pro-location-active a .pro-icon-location {
    position: absolute;
    right: 0px;
    display: inline-block;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact.pro-location-active a .pro-pin-number {
    color: #ff4f4d;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact a {
    color: #4a4a4a;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact a:hover,
#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact a:active,
#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact a:focus {
    color: #439bde;
    text-decoration: none;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact small {
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    color: #828182;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact button {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    background: none;
    color: #439bde;
    font-weight: 400;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

#psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact .pro-pin-number {
    display: inline-block;
    margin-left: -1px;
    margin-right: 5px;
    font-size: 0.8em;
    color: #439bde;
}

@media (max-width: 767px) {
    #psycho-profile .pro-contacts-container .pro-contacts-list .pro-contact {
        padding-left: 30px;
    }
}

#psycho-profile .psycho-contact {
    position: relative;
}

#psycho-profile .psycho-contact .col-lg-6 {
    padding-left: 0px;
}

#psycho-profile .psycho-contact .pro-cost {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    text-align: center;
    border-right: 1px solid #d8d8d8;
}

#psycho-profile .psycho-contact .pro-cost .glyphicon,
#psycho-profile .psycho-contact .pro-cost .fa {
    font-size: 1.3em;
    color: #439bde;
}

#psycho-profile .psycho-contact .pro-cost strong small {
    display: inline-block;
    font-size: 0.7em;
}

#psycho-profile .psycho-contact .pro-cost small {
    display: block;
    font-size: 0.5em;
}

#psycho-profile .psycho-contact .pro-cost small span {
    font-weight: bold;
}

#psycho-profile .psycho-contact .pro-cost#pro-cost-no {
    background-color: #d8d8d8;
    font-size: 1em;
    text-align: left;
    color: #828182;
}

#psycho-profile .psycho-contact .pro-cost#pro-cost-no strong {
    color: #686868;
}

#psycho-profile .psycho-contact .pro-cost#pro-cost-no .glyphicon,
#psycho-profile .psycho-contact .pro-cost#pro-cost-no .fa {
    display: block;
    float: left;
    margin: 5px 15px 0;
    font-size: 2.2em;
    color: #686868;
}

@media (max-width: 767px) {
    #psycho-profile .psycho-contact .pro-cost#pro-cost-no {
        margin-left: 30px;
        font-size: 0.8em;
        display: none;
    }
}

@media (max-width: 767px) {
    #psycho-profile .psycho-contact .box {
        height: auto;
        min-height: 320px;
    }
}

#psycho-profile .psycho-availability {
    position: relative;
}

#psycho-profile .psycho-availability .pro-head-bar {
    background-color: #439bde;
}

#psycho-profile .psycho-availability .pro-head-bar h2 {
    color: white;
}

#psycho-profile .psycho-availability .pro-head-bar h2 span {
    color: white;
}

#psycho-profile .psycho-availability #calendar {
    font-family: 'Roboto', sans-serif;
    margin: 45px;
}

#psycho-profile .psycho-availability #calendar .fc-widget-content {
    cursor: pointer;
}

#psycho-profile .psycho-availability #calendar .fc-toolbar {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#psycho-profile .psycho-availability #calendar .fc-toolbar h2 {
    margin-top: 5px;
    font-size: 1.5em;
}

#psycho-profile .psycho-availability #calendar .fc-button-group {
    margin-left: 10px;
}

.fc-button {
    background: #FFFFFF;
    border: none;
    box-shadow: none;
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dashed;
    border-color: #e5e5e5;
}

.fc-slats .fc-time span {
    font-size: 12px;
    position: relative;
    top: 30px;
}

#psycho-profile .psycho-availability #calendar .fc-widget-header th {
    height: 40px;
    line-height: 40px;
    background-color: #439bde;
    color: #FFFFFF;
}

#psycho-profile .psycho-availability #calendar .fc-toolbar .fc-center {
    float: right;
}

#psycho-profile .psycho-availability #calendar .fc-toolbar h2 {
    margin-top: 5px;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
}

#psycho-profile .psycho-availability #calendar .fc-slats {
    pointer-events: auto;
}

#psycho-profile .psycho-availability .box {
    /*height: 510px;*/
}

#psycho-profile .psycho-carousel .carousel-inner > .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 370px;
    box-shadow: inset 0px -70px 70px rgba(0, 0, 0, 0.5);
}

#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container {
    margin-top: 10px;
}

#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container .carousel-thumb {
    position: relative;
    margin: 5px;
    width: 110px;
    height: 110px;
    background-size: cover;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container .carousel-thumb:hover,
#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container .carousel-thumb:active,
#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container .carousel-thumb:focus {
    opacity: 0.7;
}

#psycho-profile .psycho-carousel .psycho-carousel-thumbanils-container ol {
    display: block;
    margin-left: 10px;
}

#psycho-profile .psycho-box-message .box {
    display: table;
    overflow: visible;
    height: 510px;
}

#psycho-profile.psycho-profile-center #psycho-bar .pro-name {
    font-size: 1.6em;
}

#psycho-profile.psycho-profile-center #psycho-bar.psycho-bar-fixed .pro-name {
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-profile #user-time {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#psycho-profile #user-time .row > div {
    /*padding: 10px;
                text-align: center;
                margin: 0 auto;*/
}

#psycho-profile #user-time .row > div #event-datetimepicker-start,
#psycho-profile #user-time .row > div #event-datetimepicker-end {
    /*margin: 0 auto;*/
}

#psycho-profile #user-time .row-wizard {
    margin-bottom: 20px;
}

#psycho-profile #user-time .no-margin {
    margin: 0px;
    padding: 0px;
}

#psycho-profile #user-time .line-height {
    line-height: 34px;
}

#psycho-profile #user-time #receive-location {
    /*width: 150px;*/
}

#psycho-profile #user-time #calendar-booking-result {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 200px;
}

#psycho-profile #user-time textarea {
    height: 150px;
}

#psycho-profile #user-time .label-success {
    background-color: #439bde;
}

#psycho-profile .name-prefix {
    color: #333 !important;
    text-transform: none !important;
}

#psycho-profile #events-modal {
    padding: 15px;
}

#psycho-profile #events-modal a,
#psycho-profile #events-modal a:hover {
    text-decoration: none;
}

#psycho-profile #events-modal .content h3 {
    font-size: 1.3em;
    color: #2a2a2a;
}

#psycho-profile #events-modal .content h3 small {
    display: block;
    margin-top: 7px;
    line-height: 15px;
}

#psycho-profile #events-modal .content p {
    font-family: 'Roboto', sans-serif;
    color: #828182;
    font-size: 1em;
    margin-top: 10px;
}

#psycho-profile #events-modal .content p.more-informations {
    display: none;
    margin-top: 10px;
}

#psycho-profile #events-modal .content a {
    margin-top: 10px;
}

#psycho-profile #events-modal .content .btn-event-profile {
    min-height: 35px;
    padding-top: 8px;
    width: 100px;
}

@media (max-width: 767px) {
    #psycho-profile #events-modal .content {
        text-align: center;
    }
}

#psycho-profile #events-modal .card-calendar {
    padding: 15px;
}

#psycho-profile #psycho-events {
    height: auto;
}

#psycho-profile #psycho-events a,
#psycho-profile #psycho-events a:hover {
    text-decoration: none;
}

#psycho-profile #psycho-events > .row {
    min-height: 200px;
    overflow-y: scroll;
}

#psycho-profile #psycho-events .card-calendar {
    padding: 15px;
}

#psycho-profile #psycho-events .card-calendar .content h3 {
    font-size: 1.3em;
    color: #2a2a2a;
}

#psycho-profile #psycho-events .card-calendar .content h3 small {
    display: block;
    margin-top: 7px;
    line-height: 15px;
}

#psycho-profile #psycho-events .card-calendar .content p {
    font-family: 'Roboto', sans-serif;
    color: #828182;
    font-size: 1em;
    margin-top: 10px;
}

#psycho-profile #psycho-events .card-calendar .content p.more-informations {
    display: none;
    margin-top: 10px;
}

#psycho-profile #psycho-events .card-calendar .content a {
    margin-top: 10px;
}

#psycho-profile #psycho-events .card-calendar .content .btn-event-profile {
    min-height: 35px;
    padding-top: 8px;
    width: 100px;
}

@media (max-width: 767px) {
    #psycho-profile #psycho-events .card-calendar .content {
        text-align: center;
    }
}

#psycho-profile #psycho-events .events-footer {
    padding: 10px;
}

#psycho-profile #psycho-testimonies .box {
    height: auto;
}

#psycho-profile #psycho-testimonies a,
#psycho-profile #psycho-testimonies a:hover {
    text-decoration: none;
}

#psycho-profile #psycho-testimonies > .row {
    min-height: 200px;
    overflow-y: scroll;
}

#psycho-profile #psycho-testimonies .col-xs-12:last-of-type .card-testimony {
    border-bottom: none;
}

#psycho-profile #psycho-testimonies .card-testimony {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
}

#psycho-profile #psycho-testimonies .card-testimony .testimony {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    font-size: 1.7em;
    color: #439bde;
}

#psycho-profile #psycho-testimonies .card-testimony .testimony .icon {
    margin-top: 17px;
}

#psycho-profile #psycho-testimonies .card-testimony .content {
    margin-left: 80px;
}

#psycho-profile #psycho-testimonies .card-testimony .content .br-theme-bootstrap-stars .br-widget {
    height: 20px;
}

#psycho-profile #psycho-testimonies .card-testimony .content h3 {
    font-size: 1.3em;
}

#psycho-profile #psycho-testimonies .card-testimony .content h3 small {
    display: block;
    margin-top: 7px;
}

#psycho-profile #psycho-testimonies .card-testimony .content p {
    font-family: 'Roboto', sans-serif;
    color: #828182;
    font-size: 1em;
    margin-top: 10px;
}

#psycho-profile #psycho-testimonies .card-testimony .content .psychologist-reply {
    margin-top: 15px;
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 5px;
}

#psycho-profile #psycho-testimonies .card-testimony .content .psychologist-reply h5 {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 11px;
}

#psycho-profile #psycho-testimonies .modal .modal-footer {
    border-top: none;
}

#psycho-profile #psycho-testimonies .modal .modal-footer .btn:hover,
#psycho-profile #psycho-testimonies .modal .modal-footer .btn:active,
#psycho-profile #psycho-testimonies .modal .modal-footer .btn:focus {
    color: white;
}

#psycho-profile #psycho-testimonies .notes {
    color: #828182;
    font-size: 0.9em;
    padding: 10px;
}

#psycho-profile #psycho-testimonies .testimony-footer {
    padding: 10px;
}

#psycho-profile #psycho-testimonies .testimony-footer .btn:hover,
#psycho-profile #psycho-testimonies .testimony-footer .btn:active,
#psycho-profile #psycho-testimonies .testimony-footer .btn:focus {
    color: white;
}

#psycho-search {
    position: relative;
    background-color: white;
}

#psycho-search .tt-dropdown-menu {
    width: 550px !important;
}

#psycho-search input.typeahead.tt-input,
#psycho-search input.typeahead.tt-hint {
    padding: 0 !important;
}

#psycho-search #pro-search-result {
    position: relative;
}

#psycho-search #pro-search-result .filters-bar {
    top: 0px;
    position: relative;
    height: 42px;
    margin: 0 2px 0 1px;
    padding-top: 12px;
    background-color: #439bde;
    z-index: 99;
}

#psycho-search #pro-search-result .filters-bar.affix {
    position: fixed;
    top: 90px;
    width: 874px;
    z-index: 99;
}

#psycho-search #pro-search-result .filters-bar.affix-bottom {
    position: absolute;
    width: 100%;
}

#psycho-search #pro-search-result .filters-bar #active-filter-indicator {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 0px;
    height: 3px;
    background-color: white;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-search #pro-search-result .filters-bar #active-filter-indicator.go-to-filter-indicator {
    width: 30px;
    margin-left: -2px;
    opacity: 1;
}

#psycho-search #pro-search-result .filters-bar .filter-bar-title {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

#psycho-search #pro-search-result .filters-bar .filter-options,
#psycho-search #pro-search-result .filters-bar .view-types {
    display: inline-block;
    padding-top: 2px;
}

#psycho-search #pro-search-result .filters-bar .filter-options .filter-option,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option,
#psycho-search #pro-search-result .filters-bar .view-types .view-option {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-search #pro-search-result .filters-bar .filter-options .filter-option:hover,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option:hover,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option:hover,
#psycho-search #pro-search-result .filters-bar .view-types .view-option:hover,
#psycho-search #pro-search-result .filters-bar .filter-options .filter-option:active,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option:active,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option:active,
#psycho-search #pro-search-result .filters-bar .view-types .view-option:active,
#psycho-search #pro-search-result .filters-bar .filter-options .filter-option:focus,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option:focus,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option:focus,
#psycho-search #pro-search-result .filters-bar .view-types .view-option:focus {
    opacity: 1;
}

#psycho-search #pro-search-result .filters-bar .filter-options .filter-option.active-option,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option.active-option,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option.active-option,
#psycho-search #pro-search-result .filters-bar .view-types .view-option.active-option {
    opacity: 1;
}

#psycho-search #pro-search-result .filters-bar .filter-options .filter-option button,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option button,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option button,
#psycho-search #pro-search-result .filters-bar .view-types .view-option button {
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

#psycho-search #pro-search-result .filters-bar .filter-options .filter-option .filter-option-icon,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option .filter-option-icon,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option .filter-option-icon,
#psycho-search #pro-search-result .filters-bar .view-types .view-option .filter-option-icon,
#psycho-search #pro-search-result .filters-bar .filter-options .filter-option .view-option-icon,
#psycho-search #pro-search-result .filters-bar .view-types .filter-option .view-option-icon,
#psycho-search #pro-search-result .filters-bar .filter-options .view-option .view-option-icon,
#psycho-search #pro-search-result .filters-bar .view-types .view-option .view-option-icon {
    font-size: 1.2em;
    color: white;
}

#psycho-search #pro-search-result .filters-bar .view-types {
    margin-right: 15px;
}

@media (max-width: 991px) {
    #psycho-search #pro-search-result .filters-bar {
        top: 0px;
    }

    #psycho-search #pro-search-result .filters-bar.affix {
        top: 66px;
    }
}

#psycho-search #pro-search-result #pro-thumbs-container {
    position: relative;
    margin-top: -2px;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-face {
    margin: auto;
    width: 151px;
    height: 151px;
    border: 3px solid white;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-face img,
#psycho-search #pro-search-result #pro-thumbs-container .pro-face .img{
    min-width: 100%;
    height: auto;
    min-height: 100%;
}

#psycho-search #pro-search-result #pro-thumbs-container .no-face {
    width: 100%;
    font-size: 3em;
    color: #828182;
    line-height: 150px;
    display: block;
    text-align: center;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb {
    position: relative;
    display: table;
    height: 250px;
    background-color: #4a4a4a;
    border: 1px solid white;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb .pro-thumb-face {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 150px;
    vertical-align: middle;
    overflow: hidden;
    z-index: 9;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb .pro-thumb-face img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb h3 {
    margin-top: 15px;
    font-size: 1.1em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px black;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb h3 span {
    font-size: 1.3em;
    line-height: 0.8em;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb h4 {
    color: white;
    font-size: 1em;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb .pro-thumb-info {
    position: relative;
    margin-bottom: 5px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb .pro-thumb-info span {
    color: white;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-thumb .pro-blur-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    opacity: 0.5;
    z-index: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

#psycho-search #pro-search-result #pro-thumbs-container .grid-container {
    display: table;
    width: 100%;
    height: 250px;
}

#psycho-search #pro-search-result #pro-thumbs-container .grid-container .pro-face {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#psycho-search #pro-search-result #pro-thumbs-container .grid-container:hover .pro-face,
#psycho-search #pro-search-result #pro-thumbs-container .grid-container:active .pro-face,
#psycho-search #pro-search-result #pro-thumbs-container .grid-container:focus .pro-face {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

#psycho-search #pro-search-result #pro-thumbs-container .grid-container .psycho-premium-indicator {
    top: 50px;
    left: 60px;
}

@media (max-width: 1199px) {
    #psycho-search #pro-search-result #pro-thumbs-container .grid-container .psycho-premium-indicator {
        top: 45px;
        left: 40px;
    }
}

#psycho-search #pro-search-result #pro-thumbs-container .horizontal-container {
    display: none;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .grid-container {
    display: none;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .horizontal-container {
    display: block;
    margin-top: 2px;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .horizontal-container h3 {
    text-shadow: none !important;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .horizontal-container .psycho-premium-indicator {
    top: 5px;
    padding: 6px;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .pro-blur-container {
    display: none;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .pro-face {
    width: 80px;
    height: 80px;
    top: 5px;
    border: none;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .pro-face img {
    position: relative;
    height: 100%;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .no-face {
    font-size: 2em;
    line-height: 80px;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view.pro-thumb {
    display: block;
    height: 95px;
    background-color: white;
    border: none;
    border-bottom: 1px dotted #d8d8d8;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view h3 {
    margin-top: 16px;
    color: #4a4a4a;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .pro-thumb-info {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    color: #828182;
    text-shadow: none;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .pro-thumb-info .glyphicon {
    color: #828182;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view .btn-azure {
    margin-top: 28px;
    background-color: #e7f3fb;
    color: #439bde;
    border-color: #e7f3fb;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:hover,
#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:active,
#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:focus {
    background-color: #f0f7fc;
}

#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:hover .btn-azure,
#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:active .btn-azure,
#psycho-search #pro-search-result #pro-thumbs-container .pro-horizontal-view:focus .btn-azure {
    background-color: #439bde;
    color: white;
    border-color: #439bde;
}

#category-articles .articles-area {
    padding-top: 3px !important;
}

#category-articles .category-box {
    padding: 0px;
    margin-bottom: 0px;
}

#category-articles .category-box figure {
    background-color: black;
    overflow: hidden;
}

#category-articles .category-box figure img {
    margin-top: -5%;
    margin-left: -5%;
    min-width: 110%;
    min-height: 110%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1199px) {
    #category-articles .category-box figure img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    #category-articles .category-box figure img {
        width: 100%;
        height: auto;
    }
}

#category-articles .category-box figure:hover img,
#category-articles .category-box figure:active img,
#category-articles .category-box figure:focus img {
    -ms-transform: scale(1.02) rotate(-1deg);
    -webkit-transform: scale(1.02) rotate(-1deg);
    transform: scale(1.02) rotate(-1deg);
    opacity: 0.7;
}

@media (max-width: 767px) {
    #category-articles .category-box figure {
        height: 220px;
    }
}

#category-articles .category-box p {
    width: 90%;
}

@media (max-width: 991px) {
    #category-articles .category-box p {
        display: none;
    }
}

#category-articles .box {
    margin: 5px;
}

#category-articles .vertical-box figure {
    height: 570px;
}

@media (max-width: 1199px) {
    #category-articles .vertical-box figure {
        height: 280px;
    }
}

@media (max-width: 767px) {
    #category-articles .vertical-box figure {
        height: 220px;
    }
}

#articles-view .container {
    position: relative;
}

#articles-view .pagination > .active > a,
#articles-view .pagination > .active > a:focus,
#articles-view .pagination > .active > a:hover {
    background-color: #439bde;
    border-color: #439bde;
    color: white;
}

#articles-view .pagination > li > a {
    color: #439bde;
}

#articles-view .full-head-img {
    height: auto;
}

#articles-view .full-head-img img {
    opacity: 0.7;
}

@media (max-width: 767px) {
    #articles-view .full-head-img img {
        height: 100%;
        width: auto;
    }
}

#articles-view .articles-area {
    background-color: #f3f3f3;
}

#articles-view .articles-area h3 {
    max-height: 58px;
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

#articles-view .articles-area h3 a {
    color: #4a4a4a;
}

#articles-view .articles-area .category-box .article-preview {
    padding-top: 0px;
    border-right: 1px solid #d8d8d8;
    padding-bottom: 0px;
}

#articles-view .articles-area .category-box .article-preview figure {
    position: relative;
    margin-bottom: 15px;
    height: 170px;
    overflow: hidden;
}

#articles-view .articles-area .category-box .article-preview figure img {
    min-width: 100%;
    min-height: 100%;
}

#articles-view .articles-area .category-box .article-preview h4 {
    padding-left: 0px;
    padding-right: 0px;
}

#articles-view .articles-area .category-box .article-preview p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

#articles-view .articles-area .category-box .article-preview.last-preview {
    border-right: 0px !important;
}

#articles-view .full-category-title {
    display: inline-table;
    height: 390px;
}

@media (max-width: 767px) {
    #articles-view .full-category-title {
        height: 340px;
    }
}

#articles-view.articles-area-anxiety .full-head-img img {
    top: -20%;
}

@media (max-width: 767px) {
    #articles-view.articles-area-anxiety .full-head-img img {
        top: 0px;
    }
}

#library,
#library-category {
    background-color: white;
}

#library article,
#library-category article {
    position: relative;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

#library article h1,
#library-category article h1 {
    font-size: 2.8em;
}

#library article h1 .glyphicon,
#library-category article h1 .glyphicon {
    color: #439bde;
}

#library article p,
#library-category article p {
    margin-top: 15px;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;
    line-height: 1.7em;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    border-top: 1px solid white;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

#library .container,
#library-category .container {
    position: relative;
}

#library .article-counter,
#library-category .article-counter {
    color: white;
}

#library .info-container,
#library-category .info-container {
    margin-top: 15px;
}

#library .info-box a,
#library-category .info-box a {
    height: 270px;
}

#library .full-title-container h2,
#library-category .full-title-container h2 {
    padding-top: 0px;
    border-top: 0px;
}

#library .full-title-wrapper,
#library-category .full-title-wrapper {
    height: 345px;
}

@media (max-width: 767px) {
    #library .full-title-wrapper,
    #library-category .full-title-wrapper {
        height: 243px;
    }

    #library .full-head-img,
    #library-category .full-head-img {
        height: 300px;
    }

    #library .full-head-img img,
    #library-category .full-head-img img {
        width: 100%;
    }

    #library .info-container,
    #library-category .info-container {
        margin-top: 0px;
    }

    #library article h1,
    #library-category article h1 {
        padding-top: 15px;
    }

    #library article .article-counter,
    #library-category article .article-counter {
        width: 100%;
        text-align: center;
    }

    #library .pso-select,
    #library-category .pso-select {
        width: 100%;
    }

    #library .info-box a,
    #library-category .info-box a {
        height: 230px;
    }
}

#library-category .articles-area,
#articles-view .articles-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

#library-category .article-preview-cover,
#articles-view .article-preview-cover {
    margin-right: 0px;
    background-color: #d8d8d8;
}

#library-category .article-preview-cover .no-face,
#articles-view .article-preview-cover .no-face {
    width: 100%;
    font-size: 5em;
    color: #828182;
    text-align: center;
    line-height: 160px;
}

#library-category article p,
#articles-view article p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: left;
    line-height: 1.7em;
    column-count: 2;
}

#library-category .box,
#articles-view .box {
    margin-bottom: 15px;
    padding: 15px;
}

#library-category .articles-area,
#articles-view .articles-area {
    text-align: left;
}

#library-category .articles-area .category-box .article-preview,
#articles-view .articles-area .category-box .article-preview {
    padding-top: 0px;
    border-right: 1px solid #d8d8d8;
    padding-bottom: 0px;
}

#library-category .articles-area a,
#articles-view .articles-area a {
    text-decoration: none;
}

#library-category .articles-area a h4,
#articles-view .articles-area a h4 {
    color: #4a4a4a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#library-category .articles-area a h4:hover,
#articles-view .articles-area a h4:hover {
    color: #439bde;
}

#library-category .articles-area h4,
#articles-view .articles-area h4 {
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#library-category .articles-area p,
#articles-view .articles-area p {
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#library-category .articles-area.last-preview,
#articles-view .articles-area.last-preview {
    border-right: 0px !important;
}

#library-category .btn-orange:hover,
#articles-view .btn-orange:hover {
    background-color: #f0b220;
    color: white;
}

#library-category .publish-date,
#articles-view .publish-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#library-category .pso-select,
#articles-view .pso-select {
    margin-top: 20px;
}

@media (max-width: 991px) {
    #library-category .pso-select,
    #articles-view .pso-select {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #library-category .pso-select,
    #articles-view .pso-select {
        margin-top: 0px;
    }
}

#library-category h1 {
    margin-top: 30px;
}

#library-category .full-head-img {
    height: 345px;
}

#library-category .full-title-container p {
    display: block;
    margin-top: 20px;
    color: white;
}

#library-category .full-title-container p strong {
    display: inline;
    font-size: 1em;
    color: white;
    text-transform: initial;
}

@media (max-width: 991px) {
    #library-category .full-title-wrapper {
        height: auto;
        margin: 30px 0;
    }

    #library-category .full-head-img {
        height: auto;
    }

    #library-category .article-counter {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #library-category h1 {
        margin-top: 0px;
    }

    #library-category .full-head-img {
        height: auto;
    }
}

#psycho-search-base {
    background-color: #f3f3f3;
}

@media (max-width: 767px) {
    #psycho-search-base .breadcrumb {
        text-align: center;
    }
}

#psycho-search-base .breadcrumb a {
    color: white;
}

#psycho-search-base .up-registration {
    padding: 70px 0 70px 0;
}

#psycho-search-base h1 {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #psycho-search-base h1 {
        font-size: 1.4em;
    }
}

@media (max-width: 767px) {
    #psycho-search-base h2 {
        font-size: 1em;
    }
}

#psycho-search-base .up-registration p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
    font-style: italic;
}

#psycho-search-base .psycho-premium-indicator {
    top: -10px;
    left: 0;
    padding: 10px;
    font-size: 1.3em;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    #psycho-search-base .psycho-premium-indicator {
        /*top: 10px !important;
    left: 25px;*/
        top: 0px;
        left: 5px;
    }
}

@media (max-width: 991px) {
    #psycho-search-base .psycho-premium-indicator {
        /*top: 10px !important;
    left: 25px;*/
    }
}

@media (max-width: 767px) {
    #psycho-search-base .psycho-premium-indicator {
        font-size: 2em;
        /*top: 60px !important;
    left: 50%;
    transform: translateX(-115px);*/
    }
}

@media (max-width: 480px) {
    #psycho-search-base .psycho-premium-indicator {
        /*top: 30px !important;
    left: 30px;
    transform: translateX(0);*/
    }
}

#psycho-search-base .row-loading-previous-btn {
    float: left;
    text-align: center;
}

#psycho-search-base .row-loading-next-btn {
    float: none;
    margin-bottom: 15px;
    text-align: center;
}

#psycho-search-base .loadNext {
    font-family: 'Roboto', sans-serif;
}

#psycho-search-base .loadNext:hover,
#psycho-search-base .loadNext:active,
#psycho-search-base .loadNext:focus {
    background-color: #2d8fda;
    color: white;
}

#psycho-search-base .pro-result-name {
    font-size: 1.2em;
    display: inline-block;
}

#psycho-search-base .pro-result-category,
#psycho-search-base .pro-result-phone-number,
#psycho-search-base .pro-result-tags {
    font-size: 1em;
}

@media (max-width: 767px) {
    #psycho-search-base .pro-result-category,
    #psycho-search-base .pro-result-phone-number,
    #psycho-search-base .pro-result-tags {
        padding: 0 16px;
    }

    #psycho-search-base .easy-result .pro-result-category,
    #psycho-search-base .easy-result .pro-result-phone-number,
    #psycho-search-base .easy-result .pro-result-tags {
        padding: 0px;
    }
}

@media (max-width: 1199px) {
    #psycho-search-base .pro-result-tags {
        display: block !important;
        padding: 0 2px;
        white-space: normal !important;
    }
}

@media (max-width: 991px) {
    #psycho-search-base .pro-result-tags {
        display: block;
        padding: 0 2px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    #psycho-search-base .pro-result-tags {
        display: inline-block;
        padding: 16px;
        width: 100%;
        max-height: none;
        margin: 0;
        white-space: normal;
        font-size: 1em;
        line-height: 1.7;
    }
}

#psycho-search-base .pro-result-category,
#psycho-search-base .pro-result-phone-number {
    font-size: 1em;
}

@media (max-width: 767px) {
    #psycho-search-base .pro-result-category,
    #psycho-search-base .pro-result-phone-number {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
    } #psycho-search-base .professional .pro-result-phone-number {
        padding: 10px 16px;
    }
}

#search-widget-element {
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: white;
    border-radius: 3px;
}

#search-widget-element ul {
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    #search-widget-element ul {
        margin-bottom: 0px;
    }
}

#search-widget-element li {
    margin-bottom: 15px;
    list-style: none;
}

#search-widget-element li a {
    font-family: 'Roboto', sans-serif;
    color: black;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#search-widget-element li a:hover,
#search-widget-element li a:active,
#search-widget-element li a:focus {
    color: #439bde;
}

@media (max-width: 767px) {
    #search-widget-element li {
        text-align: center;
    }
}

#search-widget-element .pso-select {
    height: 35px;
    margin-top: -8px;
    margin-right: 5px;
    padding-right: 30px;
    font-size: 0.8em;
    background-size: 8px;
    background-position: right 9px center;
    line-height: 32px;
    border: 2px solid;
}

@media (max-width: 767px) {
    #search-widget-element .pso-select {
        height: 45px;
        float: none !important;
        margin-top: 20px;
        display: block;
        margin: 14px auto;
        font-size: 1em;
    }
}

#search-widget-element .notify-counter {
    margin-top: -5px;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: #e7f3fb;
    font-size: 0.7em;
    color: #439bde;
    border-radius: 30px;
}

@media (max-width: 991px) {
    #search-widget-element {
        border-radius: 0px;
    }
}

@media (max-width: 480px) {
    .easy-container {
        width: 100%;
        margin-left: 0;
    }
}

#psycho-pro-result {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result-name,
    #psycho-pro-result .pro-result-category,
    #psycho-pro-result .pro-result-tags {
        padding: 0 16px;
        white-space: normal;
    }

    #psycho-pro-result .easy-result .pro-result-name,
    #psycho-pro-result .easy-result .pro-result-category,
    #psycho-pro-result .easy-result .pro-result-tags {
        padding: 0px;
        white-space: normal;
    }
}

#psycho-pro-result #exclusive {
    background-color: white;
    border: 2px solid #439bde;
}

#psycho-pro-result #exclusive .collapse:not(.show) {
    display: none;
}

@media (max-width: 767px) {
    #psycho-pro-result #exclusive {
        margin-top: 16px;
        /*margin-bottom: 26px;*/
    }
}

#psycho-pro-result #exclusive .result-face {
    width: 225px;
    height: 225px;
}

@media (max-width: 767px) {
    #psycho-pro-result #exclusive .result-face {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
        margin-bottom: 15px;
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    #psycho-pro-result #exclusive .result-face {
        width: 100%;
        height: 100%;
        max-height: 300px;
        margin-top: 0;
    }
}

#psycho-pro-result #exclusive .pro-result-name {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    #psycho-pro-result #exclusive .pro-result-name,
    #psycho-pro-result .pro-result-item.professional .pro-result-name {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
        position: relative;
    }

    #psycho-pro-result #exclusive .pro-result-name .pro-result-testimony,
    #psycho-pro-result .pro-result-item.professional .pro-result-name .pro-result-testimony {
        right: 10px;
        top: 0px;
        width: 160px;
        text-align: right;
    }
}

#psycho-pro-result #exclusive .pro-result-category,
#psycho-pro-result #exclusive .pro-result-phone-number,
#psycho-pro-result .pro-result-price .pro-result-category{
    /*font-size: 1em;*/
}

#psycho-pro-result #exclusive .pro-result-qualification {
    font-size: .9em;
}

#psycho-pro-result #exclusive .pro-result-location {
    /*display: inline-block;*/
}

@media (min-width: 768px) {
    .modal.no-prof-click .modal-dialog {
        width: 629px;
    }
}

div[id^="profTelModal"] {
    text-align: center;
}

div[id^="profTelModal"] .col-12{
    display: flex;
    flex-direction: column;
}

div[id^="profTelModal"] .col-12{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div[id^="profTelModal"] .pro-face {
    margin-bottom: 2rem;
    width: 100px;
}
div[id^="profTelModal"] .pro-face img{
    height: initial;
    width: 100px;
}
div[id^="profTelModal"] .pro-name{
    font-size:2rem;
}div[id^="profTelModal"] .phone-details{
    text-align: center;
    display: flex;
    align-items: center;
}

div[id^="profTelModal"] .phone-details p{
    margin-top: 2rem;
    margin-bottom: 3rem;

}

div[id^="profTelModal"] .modal-header{
    border:none;
}
div[id^="profTelModal"] .pro-result-name {
    margin-top: 0px;
}

div[id^="profTelModal"] .profTelModalLink {
    font-size: 1.8rem;
    margin-top: 8px;
    display: inline-block;
    color: #4ea0e0;
    font-weight: bold;
}

div[id^="profTelModal"] .profTelModalLink .glyphicon-send{
    padding-right: 7px;
}

div[id^="profTelModal"] .icon-logo-mini::before {
    content: '';
}

div[id^="profTelModal"] .pro-result-name  {
    display: block;
    margin-top: 10px;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.1em;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s ease;
}

div[id^="profTelModal"] .pro-result-name span {
    display: block;
    margin-bottom: 0;
    font-size: .7em;
    color: #828182;
    font-weight: 400;
    text-transform: initial;
}

#psycho-pro-result .pro-call-mobile{
    display: none;
}


@media (max-width: 767px) {
    #psycho-pro-result #exclusive .pro-result-category,
    #psycho-pro-result #exclusive .pro-result-phone-number,
    #psycho-pro-result .pro-result-price .pro-result-category {
        display: inline-block;
        width: 100%;
    }
    #psycho-pro-result .pro-call-mobile{
        display: initial;
    }

    #psycho-pro-result .event-click-phone{
        display: none;
    }
}

@media (max-width: 991px) {
    #psycho-pro-result #exclusive .pro-result-tags {
        display: block;
        padding: 0 2px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result #exclusive .pro-result-tags {
        display: inline-block;
        padding: 20px;
        width: 100%;
        max-height: none;
        margin: 0;
        white-space: normal;
        font-size: 1em;
        line-height: 1.7;
    }

    #psycho-pro-result #exclusive .pro-result-tags:last-child {
        padding-bottom: 60px;
        padding-top: 0;
    }

    #psycho-pro-result .pro-result-price .pro-result-tags {
        display: inline-block;
        padding: 20px;
        width: 100%;
        max-height: none;
        margin: 0;
        white-space: normal;
        font-size: 1em;
        line-height: 1.7;
    }
}

#psycho-pro-result li {
    list-style: none;
}

#psycho-pro-result .pro-result,
#psycho-pro-result .basic-result {
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 480px) {
    #psycho-pro-result .pro-result,
    #psycho-pro-result .basic-result {
        padding-bottom: 40px;
    }

    #psycho-pro-result .easy-result {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result .psycho-premium-indicator,
    #psycho-pro-result .basic-result .psycho-premium-indicator {
        /*top: 50px !important;*/
    }
}

#psycho-pro-result .pro-result a,
#psycho-pro-result .basic-result a {
    text-decoration: none;
}

#psycho-pro-result .pro-result .result-face,
#psycho-pro-result .basic-result .result-face {
    position: relative;
    width: 195px;
    height: 195px;
    margin-right: 30px;
    background-color: #439bde;
    text-align: center;
    overflow: hidden;
}

#psycho-pro-result .pro-result .result-face img,
#psycho-pro-result .basic-result .result-face img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result .result-face,
    #psycho-pro-result .basic-result .result-face {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
        margin-bottom: 15px;
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    #psycho-pro-result .pro-result .result-face,
    #psycho-pro-result .basic-result .result-face {
        width: 100%;
        height: 100%;
        max-height: 300px;
        margin-top: 0;
    }

    #psycho-pro-result .pro-result .result-face img {
        min-width: auto;
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 200px;
        border-radius: 50%;
        max-height: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#psycho-pro-result .pro-result .no-face,
#psycho-pro-result .basic-result .no-face {
    font-size: 3.5em;
    color: white;
    line-height: 175px;
    height: 175px;
}

#psycho-pro-result .pro-result .profile-img-call,
#psycho-pro-result .basic-result .profile-img-call {
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
}

#psycho-pro-result .pro-result .pro-result-name,
#psycho-pro-result .basic-result .pro-result-name {
    display: block;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-pro-result .pro-result .pro-result-name span,
#psycho-pro-result .basic-result .pro-result-name span {
    display: block;
    margin-bottom: 0px;
    font-size: 0.7em;
    color: #828182;
    font-weight: 400;
    text-transform: initial;
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result .pro-result-name,
    #psycho-pro-result .basic-result .pro-result-name {
        display: inline-block;
        width: 100%;
        font-size: 1.3em;
    }
}

#psycho-pro-result .pro-result strong,
#psycho-pro-result .basic-result strong {
    font-size: 0.85em;
    color: #439bde;
}

#psycho-pro-result .pro-result strong small,
#psycho-pro-result .basic-result strong small {
    display: block;
    color: #828182;
}

#psycho-pro-result .pro-result .pro-result-category,
#psycho-pro-result .basic-result .pro-result-category {
    display: block;
    margin: 0px 0 10px 0;
    color: #439bde;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-pro-result .pro-result.professional .pro-result-category {
    margin-bottom: 5px;
}

#psycho-pro-result .pro-result.professional .pro-result-price .pro-result-category {
    margin-bottom: 0px;
}

#psycho-pro-result .pro-result .pro-result-category span.psycho-online-consulting,
#psycho-pro-result .basic-result .pro-result-category span.psycho-online-consulting {
    margin-left: 2px;
}

#psycho-pro-result .pro-result .pro-result-category span.psycho-online-consulting-message,
#psycho-pro-result .basic-result .pro-result-category span.psycho-online-consulting-message {
    color: #828182;
    font-size: 0.9em;
}

#psycho-pro-result .pro-result .pro-result-category.easy-profile,
#psycho-pro-result .basic-result .pro-result-category.easy-profile,
#psycho-pro-result .pro-result .pro-result-category.free-profile,
#psycho-pro-result .basic-result .pro-result-category.free-profile {
    font-size: 0.9em;
}

#psycho-pro-result .pro-result .psycho-result-number,
#psycho-pro-result .basic-result .psycho-result-number {
    display: inline-block;
    color: #828182;
}

#psycho-pro-result .pro-result .pro-result-phone-number,
#psycho-pro-result .basic-result .pro-result-phone-number {
    font-size: 0.9em;
    color: #828182;
}

#psycho-pro-result .pro-result-phone-number [data-toggle="modal"] {
    color: #439bde;
}

#psycho-pro-result .pro-result .pro-result-phone-number .event-click-phone,
#psycho-pro-result .basic-result .pro-result-phone-number .event-click-phone {
    color: #439bde;
}

#psycho-pro-result .pro-result .pro-result-phone-number .event-click-phone span.ion,
#psycho-pro-result .basic-result .pro-result-phone-number .event-click-phone span.ion {
    font-size: 1.7em;
    top: 4px;
    position: relative;
    margin-right: 4px;
}

#psycho-pro-result .pro-result .pro-result-testimony,
#psycho-pro-result .basic-result .pro-result-testimony {
    text-transform: uppercase;
    position: absolute;
    right: 28px;
    top: 20px;
    font-size: 0.8em;
    font-weight: normal;
    z-index: 998;
}

.popover span.ion.ion-android-star
 {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    margin-right: 4px;
    color: #f2Ba38;
    display: inline-block;
}

#psycho-pro-result .pro-result .pro-result-testimony span.ion {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    margin-right: 4px;
    color: #f2Ba38;
    display: inline-block;
}

@media (max-width: 1199px) {
    #psycho-pro-result .pro-result .psycho-premium-indicator,
    #psycho-pro-result .basic-result .psycho-premium-indicator {
        top: 0;
    }

    #psycho-pro-result .pro-result .pro-result-open-button,
    #psycho-pro-result .basic-result .pro-result-open-button {
        bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result .pro-result-testimony,
    #psycho-pro-result .basic-result .pro-result-testimony {
        right: 22px;
        top: 6px;
    }

    #psycho-pro-result .pro-result .pro-result-category,
    #psycho-pro-result .basic-result .pro-result-category {
        margin-right: 0;
    }

    #psycho-pro-result .pro-result .pro-result-phone-number a .visible-xs,
    #psycho-pro-result .basic-result .pro-result-phone-number a .visible-xs {
        display: inline-block !important;
    }
}

#psycho-pro-result .pro-result .pro-result-open-button,
#psycho-pro-result .basic-result .pro-result-open-button {
    position: absolute;
    right: 30px;
    bottom: 28px !important;
    padding: 9px 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    background-color: #d8d8d8;
    color: #555555;
    border: none;
}

@media (max-width: 480px) {
    #psycho-pro-result .pro-result .pro-result-open-button,
    #psycho-pro-result .basic-result .pro-result-open-button {
        bottom: 40px !important;
        left: 30px;
    }
}

#psycho-pro-result .pro-result .pro-result-tags,
#psycho-pro-result .basic-result .pro-result-tags {
    display: block;
    max-height: 35px;
    margin-top: 15px;
    font-size: 0.9em;
    padding-right: 1.4rem;
    color: #828182;
    overflow: hidden;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#psycho-pro-result .pro-result.professional .pro-result-tags {
    margin-top: 8px;
}

#psycho-pro-result .pro-result .pro-result-tags.pro-result-location,
#psycho-pro-result .basic-result .pro-result-tags.pro-result-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-pro-result .pro-result-price {
    padding-top: 0.2em;
    margin-top: 10px;
    display: flex;
    line-height: 20px;
    display: inline;
}

@media (min-width: 768px) {
    #psycho-pro-result .pro-result-price {
        position: absolute;
        left: 270px;
        bottom: 5px;
    }

    #psycho-pro-result .professional .pro-result-price {
        left: 240px;
    }

    #psycho-pro-result .pro-result-price .pro-result-tags {
        margin: 0px;
        margin-right: 70px;
        display: inline-block;
    }

    #psycho-pro-result .pro-result-price .pro-result-category {
        margin: 0px;
        display: inline-block;
        line-height: 20px;
    }
    #psycho-article #psycho-pro-result .pro-result-price {
        position: static;
    }
}

#psycho-article #psycho-pro-result .pro-result-name span {
    line-height: 1.3em !important;
}
#psycho-article #psycho-pro-result .pro-result-tags {
    margin-top: .4rem;
}
#psycho-article #psycho-pro-result .pro-result-category.free-profile {
    line-height: 1.5em !important;
    margin-bottom: 1.7em;
}#psycho-article #psycho-pro-result .pro-result-item {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    #psycho-article .pro-result-item {
        padding-bottom: 40px !important;
    }
}

#psycho-pro-result .pro-result:not(#exclusive) .pro-result-tags:last-of-type {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #psycho-pro-result .pro-result-price {
        display: flex;
        align-items: center;
        /*padding: 1.8rem 0 9.1rem 20px;*/
        padding: 0px 0px 30px 20px;
        margin-top: 0;
    }

    #psycho-pro-result .pro-result-price .pro-result-tags {
        width: auto !important;
        white-space: nowrap !important;
        padding-left: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

    #psycho-pro-result .pro-result-price .pro-result-category {
        width: auto;
        padding: 0;
        margin: 0;
        font-size: 1em;
    }

    #psycho-pro-result .pro-result-price .pro-result-category .psycho-online-consulting-message {
        margin-left: 5px;
        font-size: 1em !important;
        font-family: inherit;
        color: #828182;
    }
    #psycho-pro-result #exclusive .btn-azure {
        background-color: #439bde;
        color: white;
    }
}
@media (max-width: 991px) {
    #psycho-pro-result .pro-result .pro-result-tags,
    #psycho-pro-result .basic-result .pro-result-tags {
        display: block;
        padding: 0 2px;
        font-size: 1em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #psycho-pro-result .basic-result .pro-result-tags {
        font-size: 0.9em;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .pro-result .pro-result-tags,
    #psycho-pro-result .basic-result .pro-result-tags {
        padding: 0 20px;
        padding-bottom: 60px;
        overflow: visible;
        max-height: none;
        white-space: inherit;
    }
}


@media (max-width: 991px) {
    #psycho-pro-result .basic-result .pro-result-tags {
        padding: 0 0px;
    }
}

#psycho-pro-result .pro-result .pro-result-tags.easy-profile,
#psycho-pro-result .basic-result .pro-result-tags.easy-profile,
#psycho-pro-result .pro-result .pro-result-tags.free-profile,
#psycho-pro-result .basic-result .pro-result-tags.free-profile {
    margin-right: 0;
}

#psycho-pro-result .pro-result:hover,
#psycho-pro-result .basic-result:hover,
#psycho-pro-result .pro-result:active,
#psycho-pro-result .basic-result:active,
#psycho-pro-result .pro-result:focus,
#psycho-pro-result .basic-result:focus {
    cursor: pointer;
    box-shadow: 0 0 5px 0px rgba(130, 129, 130, 0.4);
}

#psycho-pro-result .pro-result:hover .pro-result-name,
#psycho-pro-result .basic-result:hover .pro-result-name,
#psycho-pro-result .pro-result:active .pro-result-name,
#psycho-pro-result .basic-result:active .pro-result-name,
#psycho-pro-result .pro-result:focus .pro-result-name,
#psycho-pro-result .basic-result:focus .pro-result-name {
    color: black;
}

#psycho-pro-result .pro-result:hover .arrow-to-psycho .glyphicon,
#psycho-pro-result .basic-result:hover .arrow-to-psycho .glyphicon,
#psycho-pro-result .pro-result:active .arrow-to-psycho .glyphicon,
#psycho-pro-result .basic-result:active .arrow-to-psycho .glyphicon,
#psycho-pro-result .pro-result:focus .arrow-to-psycho .glyphicon,
#psycho-pro-result .basic-result:focus .arrow-to-psycho .glyphicon {
    color: #f2Ba38;
}

#psycho-pro-result .pro-result:hover .pro-result-open-button,
#psycho-pro-result .basic-result:hover .pro-result-open-button,
#psycho-pro-result .pro-result:active .pro-result-open-button,
#psycho-pro-result .basic-result:active .pro-result-open-button,
#psycho-pro-result .pro-result:focus .pro-result-open-button,
#psycho-pro-result .basic-result:focus .pro-result-open-button {
    color: white;
    background-color: #439bde;
}

#psycho-pro-result .basic-result span.result-face {
    width: 70px;
    margin-right: 15px;
    background-color: #c5e0f5;
    height: 155px;
}

@media (max-width: 767px) {
    #psycho-pro-result .basic-result span.result-face {
        margin-top: 0;
        margin-bottom: 0;
        left: 0;
        transform: translateX(0);
        display: none;
    }
}

#psycho-pro-result .basic-result span.result-face span.no-face {
    font-size: 2.5em;
    line-height: 135px;
    height: 135px;
}

#psycho-pro-result .basic-result .pro-result-name {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #psycho-pro-result .basic-result .pro-result-name {
        width: auto;
    }
}

#psycho-pro-result .basic-result .pro-result-phone-number {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #psycho-pro-result .basic-result .pro-result-phone-number {
        width: auto;
    }

    #psycho-pro-result .pro-result .pro-result-phone-number,
    #psycho-pro-result .basic-result .pro-result-phone-number {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .basic-result .pro-result-category {
        width: auto;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .basic-result .pro-result-tags {
        width: auto;
    }
}

#psycho-pro-result .basic-result .arrow-to-psycho {
    height: 80%;
}

#psycho-pro-result .basic-result .arrow-to-psycho span {
    color: #828182;
    right: 15px;
    font-size: 1.7em;
}

#psycho-pro-result .easy-result span.result-face {
    width: 155px;
    height: 155px;
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result span.result-face {
        margin-top: 0;
        margin-bottom: 0;
        height: 100px;
        width: 100px;
        display: inline-block;
    }
}

#psycho-pro-result .easy-result .easy-result-name {
    margin-top: 10px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result .easy-result-name {
        margin-top: 5px;
        width: auto;
    }
}

#psycho-pro-result .easy-result .pro-result-category {
    margin: 5px 0 5px 0;
}

#psycho-pro-result .easy-result .psycho-result-number {
    margin-top: 5px;
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result .psycho-result-number {
        width: auto;
    }
}

#psycho-pro-result .easy-result .pro-result-phone-number {
    margin-top: 5px;
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result .pro-result-phone-number {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result .pro-result-tags {
        margin-top: 5px;
        width: auto;
    }
}

@media (max-width: 767px) {
    #psycho-pro-result .easy-result {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

#psycho-pro-result .arrow-to-psycho {
    position: absolute;
    height: 95%;
    top: 0px;
    right: 0px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-pro-result .arrow-to-psycho .glyphicon,
#psycho-pro-result .arrow-to-psycho .ion {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    padding: 8px;
    font-size: 1.2em;
    color: #439bde;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-pro-result .pro-result-highlight {
    margin-top: 45px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
}

#psycho-pro-result .pro-result-highlight .glyphicon {
    color: #439bde;
}

#psycho-pro-result .btn-orange {
    font-family: 'Roboto', sans-serif;
}

#psycho-pro-result .btn-orange:hover,
#psycho-pro-result .btn-orange:active,
#psycho-pro-result .btn-orange:focus {
    color: white;
    background-color: #f0b220;
    opacity: 1;
}

#psycho-pro-result .pro-result-province {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#psycho-pro-result:hover li,
#psycho-pro-result:active li,
#psycho-pro-result:focus li {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-pro-result:hover li:hover,
#psycho-pro-result:active li:hover,
#psycho-pro-result:focus li:hover,
#psycho-pro-result:hover li:active,
#psycho-pro-result:active li:active,
#psycho-pro-result:focus li:active,
#psycho-pro-result:hover li:focus,
#psycho-pro-result:active li:focus,
#psycho-pro-result:focus li:focus {
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 1199px) {
    #psycho-pro-result:hover li,
    #psycho-pro-result:active li,
    #psycho-pro-result:focus li {
        opacity: 1;
    }
}

#psycho-article {
    position: relative;
    background-color: white;
}

#psycho-article .pro-result .psycho-premium-indicator {
    top: -10px;
    left: 0px;
    z-index: 9;
}

#psycho-article .pro-result .no-face {
    line-height: 140px;
}

#psycho-article .pro-result .result-face {
    width: 150px;
    height: 150px;
}

#psycho-article .pro-result .result-face img {
    margin: 0;
}

@media (max-width: 767px) {
    #psycho-article .pro-result .result-face {
        width: 100%;
        height: 100%;
    }

    #psycho-article .pro-result .result-face img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #psycho-article .pro-result .pro-result-name {
        font-size: 1em;
    }
}

#psycho-article .pro-result .pro-result-highlight {
    float: right;
}

#psycho-article .more-psycho a {
    margin: 15px;
}

#psycho-article .more-psycho a.btn:hover {
    background-color: transparent;
    color: #439bde;
    border-color: #439bde;
}

#psycho-article h3.relative-psycho {
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

#psycho-article #publisher-side {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#psycho-article #publisher-side .pro-face {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article #publisher-side .pro-face img {
    width: auto;
    height: 100%;
}

#psycho-article #publisher-side .pro-face:hover,
#psycho-article #publisher-side .pro-face:active,
#psycho-article #publisher-side .pro-face:focus {
    opacity: 0.7;
}

#psycho-article #publisher-side .no-face {
    width: 100%;
    height: 100px;
    color: #828182;
    line-height: 100px;
    font-size: 2.5em;
}

#psycho-article #publisher-side h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-article #publisher-side h3 .base-transition span {
    display: block;
}

#psycho-article #publisher-side h3 a {
    color: black;
    text-decoration: none;
}

#psycho-article #publisher-side h3 a span {
    display: block;
}

@media (max-width: 1199px) {
    #psycho-article #publisher-side h3 a span {
        display: inline-block;
    }
}

#psycho-article #publisher-side h3:hover,
#psycho-article #publisher-side h3:active,
#psycho-article #publisher-side h3:focus {
    opacity: 0.7;
}

#psycho-article #publisher-side .glyphicon {
    color: #828182;
}

#psycho-article #publisher-side .btn {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    max-width: 220px;
    margin-left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article #publisher-side .btn:hover {
    background-color: transparent;
    color: #439bde;
    border-color: #439bde;
}

#psycho-article #publisher-side .aside-container.affix {
    position: fixed;
    top: 125px;
    width: 165px;
}

#psycho-article #publisher-side .aside-container.affix-bottom {
    position: absolute;
    width: 165px;
}

#psycho-article #publisher-side .pro-category-title {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (max-width: 1199px) {
    #psycho-article #publisher-side {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #psycho-article #publisher-side .aside-container {
        position: relative !important;
        text-align: right;
    }

    #psycho-article #publisher-side .pro-face {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    #psycho-article #publisher-side .no-face {
        font-size: 1.3em;
        line-height: 50px;
    }

    #psycho-article #publisher-side h3 {
        display: block;
        padding-top: 4px;
        text-align: left;

    }

    #psycho-article #publisher-side small {
        text-align: left;
        display: block;

        /*margin-top: -30px;*/
    }
    #psycho-article #publisher-side .pro-result-item {
        padding-bottom: 3rem;
    }

    #psycho-article #publisher-side h3 span {
        display: inline-block;
    }

    #psycho-article #publisher-side .pro-category-title {
        display: block;
        float: left;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    #psycho-article #publisher-side {
        margin-top: 0px;
    }

    #psycho-article #publisher-side .publisher-is-editor {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    #psycho-article #publisher-side {
        padding-top: 0px;
    }
}

#psycho-article article {
    position: relative;
    border-left: 1px solid #d8d8d8;
}

#psycho-article article h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #psycho-article article h1 {
        font-size: 2em;
        background: white;
    }
}

#psycho-article article h1 .heart-toggle {
    display: none;
}

#psycho-article article h1.title-fixed {
    position: fixed;
    display: none;
    top: 90px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: rgba(255, 255, 255, 0.97);
    font-size: 1.6em;
    border-bottom: 1px solid #d8d8d8;
    z-index: 99;
}

#psycho-article article h1.title-fixed .heart-toggle {
    display: inline-block;
    margin: 0 15px -1px 0;
    padding: 0 15px 0 0;
    background-color: transparent;
    font-size: 1em;
    color: #828182;
    border: 0;
    border-right: 1px solid #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article article h1.title-fixed .heart-toggle:hover {
    color: #439bde;
}

#psycho-article article h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.9em;
    line-height: 1.4em;
    font-style: italic;
    color: #828182;
}

#psycho-article article .article-cover-img img, #psycho-article article .article-content img {
    max-width: 100%;
    margin: 5px;
}

#psycho-article article p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 1.8em !important;
    min-height: 1.8em;
}

#psycho-article article iframe {
    width: 100% !important;
}

#psycho-article article em,
#psycho-article article div {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em;
    line-height: 1.8em !important;
}

#psycho-article article div {
    font-style: normal !important;
}

#psycho-article article .article-content h2 {
    margin-bottom: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em !important;
    color: #4a4a4a !important;
    text-align: left !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
}

#psycho-article article .article-content ul {
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

#psycho-article article .article-content ol {
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

#psycho-article article .article-content.psycho-article-content p {
    margin-top: 20px;
}

#psycho-article article .article-main-info {
    padding-top: 15px;
    background: white;
    margin-bottom: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

#psycho-article article .article-main-info .heart-toggle {
    margin: -3px 15px 0 0;
    padding: 0 15px 0 0;
    background-color: transparent;
    font-size: 1.6em;
    color: #828182;
    border: 0;
    border-right: 1px solid #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article article .article-main-info .heart-toggle:hover {
    color: #439bde;
}

#psycho-article article .article-main-info .main-info-category {
    font-family: 'Montserrat', sans-serif;
    color: #439bde;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-article article .article-cover-img {
    display: inline-block;
    position: relative;
    width: 100%;
}

#psycho-article article .article-cover-img img {
    margin: 0px;
}

#psycho-article article .article-cover-img figcaption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#psycho-article article .article-cover-img figcaption small {
    display: block;
}

#psycho-article article .share-box {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    #psycho-article article .article-cover-img {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    #psycho-article article {
        border-left: 0px;
    }
}

#psycho-article #share-more-side {
    position: relative;
}

#psycho-article #share-more-side .aside-container.affix {
    position: fixed;
    top: 95px;
    width: 263px;
}




#psycho-article #share-more-side .aside-container.affix-bottom {
    position: absolute;
    width: 263px;
}

@media (max-width: 1199px) {
    #psycho-article #share-more-side {
        margin-top: -70px;
    }
}

#psycho-article #recommended-posts {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
}

#psycho-article #recommended-posts small {
    display: block;
    margin-bottom: 10px;
    color: #828182;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-article #recommended-posts .glyphicon {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    fonnt-size: 4em;
    color: #a8a7a8;
    text-align: center;
    line-height: 120px;
}

#psycho-article #psycho-pro-result .pro-result-tags .fa-briefcase{
    color: #828182 !important;
}

#psycho-article #recommended-posts ul {
    border-left: 1px solid #d8d8d8;
}

#psycho-article #recommended-posts img {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article #recommended-posts .recommended {
    position: relative;
    display: block;
    width: 95%;
    height: 140px;
    margin-left: 5%;
    margin-bottom: 15px;
    list-style: none;
    background-color: #d8d8d8;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-article #recommended-posts .recommended:hover img {
    -ms-transform: scale(1.1) rotate(-1deg);
    /* IE 9 */
    -webkit-transform: scale(1.1) rotate(-1deg);
    /* Chrome, Safari, Opera */
    transform: scale(1.1) rotate(-1deg);
}

#psycho-article #recommended-posts .recommended a {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

#psycho-article #recommended-posts .recommended a img {
    position: relative;
    width: 100%;
    z-index: 9;
}

#psycho-article #recommended-posts .recommended a .recommended-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 30px 10px 10px 10px;
    z-index: 99;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 15px black;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#psycho-article #recommended-posts .recommended a:hover,
#psycho-article #recommended-posts .recommended a:active,
#psycho-article #recommended-posts .recommended a:focus {
    cursor: pointer;
}

@media (max-width: 1199px) {
    #psycho-article #recommended-posts .recommended .recommended {
        height: 120px;
    }
}

@media (max-width: 1199px) {
    #psycho-article #recommended-posts .recommended {
        height: 120px;
    }
}

@media (max-width: 767px) {

    #psycho-article #recommended-posts .recommended {
        margin-left: 0;
    }
}
@media (max-width: 1085px) {
    #psycho-article #share-more-side .aside-container.affix {
        position: static;
        min-width: 317px;

    }
}

#psycho-article #psycho-pro-result {
    margin: 15px;
}

#psycho-article #psycho-pro-result .pro-result .pro-result-name {
    font-size: 1.2em;
}

@media (max-width: 767px) {
    #psycho-article #psycho-pro-result .pro-result .pro-result-name {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
    }
}

#psycho-article #psycho-pro-result .pro-result-category,
#psycho-article #psycho-pro-result .pro-result-phone-number {
    font-size: 1em;
}

@media (max-width: 767px) {
    #psycho-article #psycho-pro-result .pro-result-category,
    #psycho-article #psycho-pro-result .pro-result-phone-number {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #psycho-article #psycho-pro-result .pro-result-tags {
        display: inline-block;
        padding: 20px;
        width: 100%;
        max-height: none;
        margin: 0;
        white-space: normal;
        font-size: 1em;
        line-height: 1.7;
    }
}

#psycho-article .pro-result {
    margin-top: 15px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #d8d8d8;
}

#psycho-article .pro-result:hover,
#psycho-article .pro-result:active,
#psycho-article .pro-result:focus {
    box-shadow: none;
}

#psycho-article .pro-result .psycho-premium-indicator {
    top: 0px;
}

@media (max-width: 767px) {
    #psycho-article .pro-result {
        margin-top: 16px;
        margin-bottom: 26px;
    }
}

#psycho-event-single {
    padding-bottom: 50px;
    position: relative;
    background-color: white;
}

#psycho-event-single .pro-result .psycho-premium-indicator {
    top: -10px;
    left: 0px;
    z-index: 9;
}

#psycho-event-single .pro-result .no-face {
    line-height: 140px;
}

/*#psycho-event-single .pro-result .result-face {
  width: 150px;
  height: 150px;
}
#psycho-event-single .pro-result .result-face img {
  margin: 0;
}
@media (max-width: 767px) {
  #psycho-event-single .pro-result .result-face {
    width: 100px;
    height: 160px;
  }
  #psycho-event-single .pro-result .result-face img {
    width: auto;
    max-width: none;
  }
}

*/
@media (max-width: 767px) {
    #psycho-event-single .pro-result .pro-result-name {
        font-size: 1em;
    }
}

#psycho-event-single .pro-result .pro-result-highlight {
    float: right;
}

#psycho-event-single .more-psycho a {
    margin: 15px;
}

#psycho-event-single .more-psycho a.btn:hover {
    background-color: transparent;
    color: #439bde;
    border-color: #439bde;
}

#psycho-event-single h3.relative-psycho {
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

#psycho-event-single #publisher-side {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#psycho-event-single #publisher-side .pro-face {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-event-single #publisher-side .pro-face img {
    width: auto;
    height: 100%;
}

#psycho-event-single #publisher-side .pro-face:hover,
#psycho-event-single #publisher-side .pro-face:active,
#psycho-event-single #publisher-side .pro-face:focus {
    opacity: 0.7;
}

#psycho-event-single #publisher-side .no-face {
    width: 100%;
    height: 100px;
    color: #828182;
    line-height: 100px;
    font-size: 2.5em;
}

#psycho-event-single #publisher-side h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-event-single #publisher-side h3 .base-transition span {
    display: block;
}

#psycho-event-single #publisher-side h3 a {
    color: black;
    text-decoration: none;
}

#psycho-event-single #publisher-side h3 a span {
    display: block;
}

@media (max-width: 1199px) {
    #psycho-event-single #publisher-side h3 a span {
        display: inline-block;
    }
}

#psycho-event-single #publisher-side h3:hover,
#psycho-event-single #publisher-side h3:active,
#psycho-event-single #publisher-side h3:focus {
    opacity: 0.7;
}

#psycho-event-single #publisher-side .glyphicon {
    color: #828182;
}

#psycho-event-single #publisher-side .btn {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    max-width: 220px;
    margin-left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#psycho-event-single #publisher-side .btn:hover {
    background-color: transparent;
    color: #439bde;
    border-color: #439bde;
}

#psycho-event-single #publisher-side .aside-container.affix {
    position: fixed;
    top: 125px;
    width: 165px;
}

#psycho-event-single #publisher-side .aside-container.affix-bottom {
    position: absolute;
    width: 165px;
}

#psycho-event-single #publisher-side .pro-category-title {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (max-width: 1199px) {
    #psycho-event-single #publisher-side {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #psycho-event-single #publisher-side .aside-container {
        position: relative !important;
    }

    #psycho-event-single #publisher-side .pro-face {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    #psycho-event-single #publisher-side .no-face {
        font-size: 1em;
        line-height: 50px;
    }

    #psycho-event-single #publisher-side h3 {
        display: block;
        padding-top: 10px;
        text-align: left;
    }

    #psycho-event-single #publisher-side h3 span {
        display: inline-block;
    }

    #psycho-event-single #publisher-side .pro-category-title {
        display: block;
        float: left;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    #psycho-event-single #publisher-side {
        margin-top: 0px;
    }

    #psycho-event-single #publisher-side .publisher-is-editor {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    #psycho-event-single #publisher-side {
        padding-top: 0px;
    }
}

#psycho-event-single article {
    position: relative;
    border-left: 1px solid #d8d8d8;
}

#psycho-event-single article h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #psycho-event-single article h1 {
        font-size: 2em;
    }
}

#psycho-event-single article h1 .heart-toggle {
    display: none;
}

/*#psycho-search-base .pro-result-tags {*/
/*    display: inline-block;*/
/*    padding: 0px;*/
/*    width: 60%;*/
/*    max-height: none;*/
/*    margin: 0;*/
/*    white-space: break;*/
/*    font-size: 1em;*/
/*    line-height: 1.1;*/
/*}*/
#psycho-event-single article h1.title-fixed {
    position: fixed;
    display: none;
    top: 90px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: rgba(255, 255, 255, 0.97);
    font-size: 1.6em;
    border-bottom: 1px solid #d8d8d8;
    z-index: 99;
}

#psycho-event-single article h1.title-fixed .heart-toggle {
    display: inline-block;
    margin: 0 15px -1px 0;
    padding: 0 15px 0 0;
    background-color: transparent;
    font-size: 1em;
    color: #828182;
    border: 0;
    border-right: 1px solid #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-event-single article h1.title-fixed .heart-toggle:hover {
    color: #439bde;
}

#psycho-event-single article h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.9em;
    line-height: 1.4em;
    font-style: italic;
    color: #828182;
}

#psycho-event-single article img {
    max-width: 100%;
    margin: 5px;
}

#psycho-event-single article p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 1.8em !important;
}

#psycho-event-single article iframe {
    width: 100% !important;
}

#psycho-event-single article em,
#psycho-event-single article div {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em;
    line-height: 1.8em !important;
}

#psycho-event-single article div {
    font-style: normal !important;
}

#psycho-event-single article .article-content h2 {
    margin-bottom: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em !important;
    color: #4a4a4a !important;
    text-align: left !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
}

#psycho-event-single article .article-content ul {
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

#psycho-event-single article .article-content ol {
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

#psycho-event-single article .article-content.psycho-article-content p {
    margin-top: 20px;
}

#psycho-event-single article .article-main-info {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

#psycho-event-single article .article-main-info .heart-toggle {
    margin: -3px 15px 0 0;
    padding: 0 15px 0 0;
    background-color: transparent;
    font-size: 1.6em;
    color: #828182;
    border: 0;
    border-right: 1px solid #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-event-single article .article-main-info .heart-toggle:hover {
    color: #439bde;
}

#psycho-event-single article .article-main-info .main-info-category {
    font-family: 'Montserrat', sans-serif;
    color: #439bde;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-event-single article .article-cover-img {
    display: inline-block;
    position: relative;
    width: 100%;
}

#psycho-event-single article .article-cover-img img {
    margin: 0px;
}

#psycho-event-single article .article-cover-img figcaption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#psycho-event-single article .article-cover-img figcaption small {
    display: block;
}

@media (max-width: 1199px) {
    #psycho-event-single article .article-cover-img {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    #psycho-event-single article {
        border-left: 0px;
    }
}

#psycho-event-single #share-more-side {
    position: relative;
}

#psycho-event-single #share-more-side .aside-container.affix {
    position: fixed;
    top: 95px;
    width: 263px;
}

#psycho-event-single #share-more-side .aside-container.affix-bottom {
    position: absolute;
    width: 263px;
}

@media (max-width: 1199px) {
    #psycho-event-single #share-more-side {
        margin-top: -70px;
    }
}

#psycho-event-single #recommended-posts {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
}

#psycho-event-single #recommended-posts small {
    display: block;
    margin-bottom: 10px;
    color: #828182;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-event-single #recommended-posts .glyphicon {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    fonnt-size: 4em;
    color: #a8a7a8;
    text-align: center;
    line-height: 120px;
}

#psycho-event-single #recommended-posts ul {
    border-left: 1px solid #d8d8d8;
}

#psycho-event-single #recommended-posts img {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-event-single #recommended-posts .recommended {
    position: relative;
    display: block;
    width: 95%;
    height: 140px;
    margin-left: 5%;
    margin-bottom: 15px;
    list-style: none;
    background-color: #d8d8d8;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-event-single #recommended-posts .recommended:hover img {
    -ms-transform: scale(1.1) rotate(-1deg);
    /* IE 9 */
    -webkit-transform: scale(1.1) rotate(-1deg);
    /* Chrome, Safari, Opera */
    transform: scale(1.1) rotate(-1deg);
}

#psycho-event-single #recommended-posts .recommended a {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

#psycho-event-single #recommended-posts .recommended a img {
    position: relative;
    width: 100%;
    z-index: 9;
}

#psycho-event-single #recommended-posts .recommended a .recommended-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 30px 10px 10px 10px;
    z-index: 99;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 15px black;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#psycho-event-single #recommended-posts .recommended a:hover,
#psycho-event-single #recommended-posts .recommended a:active,
#psycho-event-single #recommended-posts .recommended a:focus {
    cursor: pointer;
}

@media (max-width: 1199px) {
    #psycho-event-single #recommended-posts .recommended .recommended {
        height: 120px;
    }
}

@media (max-width: 1199px) {
    #psycho-event-single #recommended-posts .recommended {
        height: 120px;
    }
}

#psycho-event-single #psycho-pro-result {
    margin: 15px;
}

#psycho-event-single #psycho-pro-result .pro-result .pro-result-name {
    font-size: 1.2em;
}

@media (max-width: 767px) {
    #psycho-event-single #psycho-pro-result .pro-result .pro-result-name {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
    }
}

#psycho-event-single #psycho-pro-result .pro-result-category,
#psycho-event-single #psycho-pro-result .pro-result-phone-number {
    font-size: 1em;
}

@media (max-width: 767px) {
    #psycho-event-single #psycho-pro-result .pro-result-category,
    #psycho-event-single #psycho-pro-result .pro-result-phone-number {
        display: inline-block;
        padding: 0 16px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #psycho-event-single #psycho-pro-result .pro-result-tags {
        display: inline-block;
        padding: 20px;
        width: 100%;
        max-height: none;
        margin: 0;
        white-space: normal;
        font-size: 1em;
        line-height: 1.7;
    }
}

#psycho-event-single .pro-result {
    margin-top: 15px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #d8d8d8;
}

#psycho-event-single .pro-result:hover,
#psycho-event-single .pro-result:active,
#psycho-event-single .pro-result:focus {
    box-shadow: none;
}

#psycho-event-single .pro-result .psycho-premium-indicator {
    top: 0px;
}

@media (max-width: 767px) {
    #psycho-event-single .pro-result {
        margin-top: 16px;
        margin-bottom: 26px;
    }
}

#psycho-event-single .article-content {
    padding: 30px 0;
}

@media (max-width: 1199px) {
    #psycho-event-single #publisher-side .aside-container.affix {
        width: 100%;
        top: 0;
    }
}

#psycho-event-single .modal-body {
    padding: 0;
}

#psycho-event-single .modal-body .content {
    padding: 50px 15px;
    display: none;
}

#psycho-event-single .modal-body .form-group {
    padding: 0 15px;
}

#psycho-event-single .modal-body .form-group:first-of-type {
    padding-top: 15px;
}

#psycho-event-single .modal-body .form-group .checkbox {
    margin-top: 0;
}

#psycho-event-single .modal-body .form-group a,
#psycho-event-single .modal-body .form-group a:visited,
#psycho-event-single .modal-body .form-group a:hover {
    color: #439bde;
}

#psycho-event-single .event-details-container {
    margin-bottom: 30px;
    text-align: left;
}

#psycho-event-single .event-details-container ul li {
    padding: 5px;
}

#psycho-event-single .event-details-container ul li .icon {
    width: 20px;
    text-align: center;
    color: #439bde;
}

.btn-event {
    width: 100%;
    min-height: 35px;
    padding-top: 10px;
}

#write-question {
    position: relative;
    float: right;
}

#write-question .box {
    position: relative;
    padding: 15px;
}

#write-question .box.affix {
    position: fixed;
    top: 145px;
}

@media (max-width: 991px) {
    #write-question .box.affix {
        position: relative !important;
        top: 0px;
    }
}

#write-question .box.affix-bottom {
    position: absolute;
}

@media (max-width: 991px) {
    #write-question .box.affix-bottom {
        position: relative !important;
    }
}

#write-question h3 {
    font-size: 1.4em;
}

#write-question h3 .glyphicon {
    color: #439bde;
}

#write-question .pso-select {
    display: block;
    max-width: 100%;
    padding-right: 40px;
}

#write-question input {
    margin-top: 15px;
}

#write-question input[type="text"],
#write-question input[type="email"] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

#write-question textarea {
    width: 100%;
    min-height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    border-color: #d8d8d8;
    border-radius: 2px;
    outline: none;
}

#write-question input[type="submit"] {
    padding: 10px;
    width: 100%;
}

#write-question input[type="submit"]:hover,
#write-question input[type="submit"]:active,
#write-question input[type="submit"]:focus {
    color: white;
    background-color: #2d8fda;
}

@media (max-width: 767px) {
    #write-question {
        float: none;
    }
}

#questions .full-head-img,
#questions-category .full-head-img {
    height: 300px;
}

#questions .nav,
#questions-category .nav {
    background-color: white;
    margin-bottom: 15px;
}

#questions .nav a,
#questions-category .nav a {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #828182;
    background-color: transparent;
    border: 1px solid white;
    border-bottom-color: transparent;
}

#questions .nav li.active a,
#questions-category .nav li.active a {
    color: #439bde;
    cursor: default;
    background-color: transparent;
    border: 1px solid white;
    border-bottom: 4px solid #439bde !important;
    border-bottom-color: transparent;
}

#questions #question-list,
#questions-category #question-list {
    padding: 15px 0 30px 0;
    z-index: 0;
}

#questions #question-list .question,
#questions-category #question-list .question {
    position: relative;
    padding: 20px;
}

#questions #question-list .question .questioner-name,
#questions-category #question-list .question .questioner-name {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    color: #828182;
}

#questions #question-list .question h3 a,
#questions-category #question-list .question h3 a {
    font-size: 0.8em;
    color: #4a4a4a;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#questions #question-list .question h3 a:hover,
#questions-category #question-list .question h3 a:hover,
#questions #question-list .question h3 a:active,
#questions-category #question-list .question h3 a:active,
#questions #question-list .question h3 a:focus,
#questions-category #question-list .question h3 a:focus {
    color: #439bde;
    text-decoration: none;
}

#questions #question-list .question p,
#questions-category #question-list .question p {
    display: block;
    max-height: 40px;
    margin-top: 10px;
    padding-right: 25px;
    font-family: 'Roboto', sans-serif;
    color: #828182;
    overflow: hidden;
}

#questions #question-list .question small,
#questions-category #question-list .question small {
    display: block;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #828182;
}

#questions #question-list .question small span,
#questions-category #question-list .question small span {
    color: #439bde;
}

#questions #question-list .question .glyphicon,
#questions-category #question-list .question .glyphicon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-size: 1.3em;
    color: #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#questions #question-list .question .glyphicon:hover,
#questions-category #question-list .question .glyphicon:hover,
#questions #question-list .question .glyphicon:active,
#questions-category #question-list .question .glyphicon:active,
#questions #question-list .question .glyphicon:focus,
#questions-category #question-list .question .glyphicon:focus {
    color: #439bde;
}

@media (max-width: 767px) {
    #questions #question-list .nav-tabs,
    #questions-category #question-list .nav-tabs {
        text-align: center;
    }

    #questions #question-list .nav-tabs > li,
    #questions-category #question-list .nav-tabs > li {
        display: inline-block;
        float: none;
    }
}

#question-single {
    min-height: 530px;
    padding: 10px 0 15px 0;
    background-color: #f3f3f3;
}

#question-single .btn-azure:hover,
#question-single .btn-azure:active,
#question-single .btn-azure:focus {
    background-color: #2d8fda;
    color: white;
}

#question-single .modal-title {
    font-size: 1em;
    text-align: center;
}

#question-single .modal-title .icon {
    display: block;
    width: 100%;
    font-size: 3em;
    color: #439bde;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    #question-single .single-answer .pro-face {
        width: 60px;
        height: 60px;
        margin-left: -15px;
    }

    #question-single .single-answer .pro-face .icon {
        line-height: 60px;
    }
}

#question-single .pro-face {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

#question-single .pro-face img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

#question-single .pro-face .icon {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 1.2em;
    color: #828182;
    text-align: center;
    line-height: 50px;
}

#question-single .pro-face.psycho-face {
    background-color: #439bde;
}

#question-single .pro-face.psycho-face .icon {
    color: white;
}

#question-single .no-face {
    width: 100%;
    color: #828182;
    line-height: 50px;
}

#question-single .share-box a .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#question-single article h1 {
    font-size: 2.2em;
    font-weight: 700;
}

#question-single article p {
    display: block;
    margin-top: 15px;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #4a4a4a;
    line-height: 1.6em;
}

#question-single .answers-bar {
    padding: 10px 0 10px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-family: 'Roboto', sans-serif;
    color: #828182;
}

#question-single .answers-bar .glyphicon {
    color: #439bde;
}

#question-single .answers-bar strong {
    color: #439bde;
}

#question-single #write-question .box {
    position: fixed;
    max-width: 360px;
}

#question-single #write-question .box.affix {
    position: fixed;
    top: 90px;
}

#question-single #write-question .box.affix-bottom {
    position: absolute;
}

#log-in-page {
    background-color: #f3f3f3;
    padding: 70px 0;
}

#log-in-page .log-widget .video-container {
    position: relative;
    height: 270px;
    overflow: hidden;
    z-index: 0;
}

#log-in-page .log-widget .video-container .icon-logo-full {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -1.5em;
    font-size: 7em;
    color: white;
    z-index: 9999;
}

@media (max-width: 767px) {
    #log-in-page .log-widget .video-container .icon-logo-full {
        font-size: 5em;
    }
}

#log-in-page .log-widget .video-container a {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#log-in-page .log-widget .video-container a:hover,
#log-in-page .log-widget .video-container a:active,
#log-in-page .log-widget .video-container a:focus {
    opacity: 0.7;
}

#log-in-page .log-widget .video-container a .glyphicon-home {
    font-size: 1.2em;
    color: white;
}

#log-in-page .log-widget video {
    z-index: 99;
}

#log-in-page .log-widget h1 {
    font-size: 1.5em;
    color: #4a4a4a;
    margin-bottom: 15px;
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

#log-in-page .bg-video {
    position: relative;
    top: 0px;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    margin-top: 0px;
}

@media (max-width: 1199px) {
    #log-in-page .bg-video {
        display: none;
    }
}

#log-in-page .full-bg {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

#log-in-page label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #4a4a4a;
}

#log-in-page input[type="submit"] {
    padding: 8px 25px;
}

#log-in-page input[type="text"],
#log-in-page input[type="email"],
#log-in-page input[type="password"] {
    font-family: 'Roboto', sans-serif;
}

#log-in-page .social-login {
    margin: 30px 0;
    border-left: 1px solid #d8d8d8;
    text-align: center;
}

#log-in-page .social-login .fa {
    margin-right: 10px;
    padding: 5px 15px 5px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#log-in-page .btn-facebook {
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#log-in-page .btn-facebook:hover,
#log-in-page .btn-facebook:active,
#log-in-page .btn-facebook:focus {
    background-color: #2d4373;
    color: white;
}

#log-in-page .btn-google {
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#log-in-page .btn-google:hover,
#log-in-page .btn-google:active,
#log-in-page .btn-google:focus {
    background-color: #e11f19;
    color: white;
}

#log-in-page .lost-register {
    padding: 15px;
    color: #d8d8d8;
    text-align: center;
    border-top: 1px solid #d8d8d8;
}

#log-in-page .lost-register a {
    font-family: 'Roboto', sans-serif;
    color: #439bde;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#log-in-page .lost-register a:hover,
#log-in-page .lost-register a:active,
#log-in-page .lost-register a:focus {
    color: #2482ca;
}

#log-in-page #remember-me {
    margin-top: 10px;
}

#log-in-page #remember-me label {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#log-in-page #remember-me label:hover,
#log-in-page #remember-me label:active,
#log-in-page #remember-me label:focus {
    opacity: 0.7;
}

#log-in-page .btn-azure {
    margin-bottom: 15px;
}

#log-in-page .btn-azure:hover,
#log-in-page .btn-azure:active,
#log-in-page .btn-azure:focus {
    color: white;
}

@media (max-width: 1199px) {
    #log-in-page {
        border-top: 75px solid white;
    }

    #log-in-page .log-widget {
        overflow: hidden;
    }

    #log-in-page .log-widget .video-container {
        height: 220px !important;
        background-image: url('https://www.psicologionline.net/bundles/nooowhttps://www.psicologionline.net/bundles/noooweb/images/info-page/register.jpg');
        background-size: cover;
    }

    #log-in-page#log-in-page .full-bg {
        background-color: transparent;
    }

    #log-in-page video {
        display: none;
    }
}

#info-page {
    background-color: #f3f3f3;
}

#psycho-why,
#page-faq-user,
#online-benefits {
    background-color: white;
}

#psycho-why .row,
#page-faq-user .row,
#online-benefits .row {
    margin-left: 0;
    margin-right: 0;
}

#psycho-why .why-psycho-intro,
#page-faq-user .why-psycho-intro,
#online-benefits .why-psycho-intro {
    background-color: #ececec;
    padding: 60px 0;
    margin-bottom: 50px;
}

#psycho-why .why-psycho-intro h1,
#page-faq-user .why-psycho-intro h1,
#online-benefits .why-psycho-intro h1 {
    color: #439bde;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
}

#psycho-why .why-psycho-intro .intro-text,
#page-faq-user .why-psycho-intro .intro-text,
#online-benefits .why-psycho-intro .intro-text {
    margin-top: 20px;
    color: #4a4a4a;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
}

#psycho-why #why-steps,
#page-faq-user #why-steps,
#online-benefits #why-steps {
    margin-top: 50px;
}

#psycho-why h2,
#page-faq-user h2,
#online-benefits h2 {
    padding: 30px 0 15px 0;
    font-size: 1.8em;
    color: #439bde;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#psycho-why .full-head-img video,
#page-faq-user .full-head-img video,
#online-benefits .full-head-img video {
    min-width: 100%;
    min-height: 100%;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
}

#psycho-why .full-head-img .icon-logo-full,
#page-faq-user .full-head-img .icon-logo-full,
#online-benefits .full-head-img .icon-logo-full {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    font-size: 8em;
    color: white;
    line-height: 280px;
    text-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

#psycho-why .full-head-img strong,
#page-faq-user .full-head-img strong,
#online-benefits .full-head-img strong {
    position: relative;
    display: block;
    max-width: 550px;
    margin: auto;
    top: -75px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    color: white;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9;
}

@media (max-width: 1199px) {
    #psycho-why .full-head-img,
    #page-faq-user .full-head-img,
    #online-benefits .full-head-img {
        background-image: url('https://www.psicologionline.net/bundles/nooowhttps://www.psicologionline.net/bundles/noooweb/images/info-page/register.jpg');
        background-size: cover;
    }

    #psycho-why video,
    #page-faq-user video,
    #online-benefits video {
        display: none;
    }
}

#psycho-why .gift-box,
#page-faq-user .gift-box,
#online-benefits .gift-box {
    padding: 81px 0;
}

#psycho-why .gift-box a h4,
#page-faq-user .gift-box a h4,
#online-benefits .gift-box a h4 {
    margin-bottom: 5px;
    color: white;
    text-decoration: none;
}

#psycho-why .gift-box a h4 small,
#page-faq-user .gift-box a h4 small,
#online-benefits .gift-box a h4 small {
    color: white;
}

#psycho-why .gift-box a h6,
#page-faq-user .gift-box a h6,
#online-benefits .gift-box a h6 {
    color: white;
    text-decoration: none;
}

#psycho-why .gift-box a h6 small,
#page-faq-user .gift-box a h6 small,
#online-benefits .gift-box a h6 small {
    color: white;
}

#psycho-why .gift-box a:hover,
#page-faq-user .gift-box a:hover,
#online-benefits .gift-box a:hover {
    background: none;
}

#psycho-why .gift-box .gift-caption,
#page-faq-user .gift-box .gift-caption,
#online-benefits .gift-box .gift-caption {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #439bde;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
}

@media (max-width: 767px) {
    #psycho-why .gift-box .gift-caption,
    #page-faq-user .gift-box .gift-caption,
    #online-benefits .gift-box .gift-caption {
        padding: 6px 13px;
    }
}

#psycho-why .gift-box .gift-left,
#page-faq-user .gift-box .gift-left,
#online-benefits .gift-box .gift-left {
    float: left;
    width: 180px;
    height: inherit;
    display: table;
    text-align: center;
}

#psycho-why .gift-box .gift-left .icon,
#page-faq-user .gift-box .gift-left .icon,
#online-benefits .gift-box .gift-left .icon {
    font-size: 4.8em;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    #psycho-why .gift-box .gift-left,
    #page-faq-user .gift-box .gift-left,
    #online-benefits .gift-box .gift-left {
        width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #psycho-why .gift-box .gift-left,
    #page-faq-user .gift-box .gift-left,
    #online-benefits .gift-box .gift-left {
        width: 140px;
    }
}

#psycho-why .gift-box .gift-box-title,
#page-faq-user .gift-box .gift-box-title,
#online-benefits .gift-box .gift-box-title {
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    color: white;
}

#psycho-why .why-psycho-intro {
    background-color: #f3f3f3;
    background-image: url('https://www.psicologionline.net/bundles/nooowhttps://www.psicologionline.net/bundles/noooweb/images/info-page/pattern.png');
}

#psycho-why .why-psycho-intro h1 {
    margin-top: -15px;
}

#psycho-why .nav.nav-pills {
    width: 350px;
    margin: 30px auto;
    padding-left: 50px;
}

#psycho-why .nav.nav-pills > li > a {
    background-color: #eeeeee;
}

#psycho-why .nav.nav-pills > li.active > a,
#psycho-why .nav.nav-pills > li.active > a:focus,
#psycho-why .nav.nav-pills > li.active > a:hover {
    color: white;
    background-color: #439bde;
}

#psycho-why .nav.nav-pills > li > a,
#psycho-why .nav.nav-pills > li > a:focus,
#psycho-why .nav.nav-pills > li > a:hover {
    color: #439bde;
}

#psycho-why .warranty-caption {
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 30px;
}

#psycho-why .warranty-caption strong {
    font-size: 1.8rem;
}

#psycho-why .warranty-caption .warranty-logo {
    width: 100%;
    max-width: 450px;
    height: 50px;
    margin-top: 25px;
    text-align: center;
}

#psycho-why .warranty-caption .warranty-logo i {
    font-size: 40px;
    color: #9ac9ed;
}

#psycho-why .warranty-caption .warranty-logo i:after {
    content: "\f00c";
    display: block;
    color: #439bde;
    font-size: 35px;
    position: relative;
    top: -40px;
    left: 9px;
}

#psycho-find-right,
#psycho-what-happen,
#articoles-rules {
    background-color: #f3f3f3;
}

#psycho-find-right.fixed-navigation,
#psycho-what-happen.fixed-navigation,
#articoles-rules.fixed-navigation {
    padding-top: 120px;
}

#psycho-find-right .box,
#psycho-what-happen .box,
#articoles-rules .box {
    margin-top: 260px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: white;
}

#psycho-find-right article,
#psycho-what-happen article,
#articoles-rules article {
    position: relative;
    display: block;
}

#psycho-find-right article p,
#psycho-what-happen article p,
#articoles-rules article p {
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    font-size: 1.15em;
    line-height: 1.8em;
}

#psycho-find-right .icon-logo-mini,
#psycho-what-happen .icon-logo-mini,
#articoles-rules .icon-logo-mini {
    font-size: 3em;
    color: #828182;
}

#psycho-find-right .share-box,
#psycho-what-happen .share-box,
#articoles-rules .share-box {
    margin-bottom: 15px;
}

#psycho-find-right h1,
#psycho-what-happen h1,
#articoles-rules h1 {
    font-size: 2.5em;
    color: #4a4a4a;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#psycho-find-right h1 small,
#psycho-what-happen h1 small,
#articoles-rules h1 small {
    display: block;
    margin-top: 8px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.7em;
    text-transform: lowercase;
}

#psycho-find-right .info-inner-subtitle,
#psycho-what-happen .info-inner-subtitle,
#articoles-rules .info-inner-subtitle {
    display: block;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-style: italic;
}

#psycho-find-right .info-inner-title,
#psycho-what-happen .info-inner-title,
#articoles-rules .info-inner-title {
    margin: 15px 0 0 15px;
    color: #4a4a4a;
    font-weight: 700;
}

#psycho-find-right h3,
#psycho-what-happen h3,
#articoles-rules h3 {
    margin-top: 15px;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    color: #4a4a4a;
    font-weight: 800;
}

#psycho-find-right p,
#psycho-what-happen p,
#articoles-rules p {
    display: block;
}

#psycho-find-right ul,
#psycho-what-happen ul,
#articoles-rules ul {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#psycho-find-right ul li,
#psycho-what-happen ul li,
#articoles-rules ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 1.1em;
    color: #646464;
    font-weight: 300;
    list-style-type: circle;
}

#psycho-find-right ul strong,
#psycho-what-happen ul strong,
#articoles-rules ul strong {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #646464;
}

#psycho-find-right .share-box,
#psycho-what-happen .share-box,
#articoles-rules .share-box {
    margin-top: 15px;
}

#psycho-find-right blockquote,
#psycho-what-happen blockquote,
#articoles-rules blockquote {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.1em;
    font-weight: 500;
    color: #439bde;
    font-style: italic;
}

#psycho-find-right cite,
#psycho-what-happen cite,
#articoles-rules cite {
    display: block;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.6em;
    color: #84bee9;
    font-style: normal;
}

#psycho-find-right .full-head-img,
#psycho-what-happen .full-head-img,
#articoles-rules .full-head-img {
    position: absolute;
    width: 100%;
    height: 420px;
    top: 0px;
    left: 0px;
    margin-bottom: 15px;
    z-index: 0;
}

#psycho-find-right .full-head-img img,
#psycho-what-happen .full-head-img img,
#articoles-rules .full-head-img img {
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: 0%;
}

#psycho-find-right aside,
#psycho-what-happen aside,
#articoles-rules aside {
    position: relative;
}

#psycho-find-right aside nav,
#psycho-what-happen aside nav,
#articoles-rules aside nav {
    position: relative;
    border-left: 1px solid #d8d8d8;
}

#psycho-find-right aside nav.affix,
#psycho-what-happen aside nav.affix,
#articoles-rules aside nav.affix {
    position: fixed;
    width: 100%;
    max-width: 255px;
    top: 90px;
}

#psycho-find-right aside nav li,
#psycho-what-happen aside nav li,
#articoles-rules aside nav li {
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;
}

#psycho-find-right aside nav .fa,
#psycho-what-happen aside nav .fa,
#articoles-rules aside nav .fa,
#psycho-find-right aside nav .glyphicon,
#psycho-what-happen aside nav .glyphicon,
#articoles-rules aside nav .glyphicon {
    font-size: 1.6em;
    color: #439bde;
}

#psycho-find-right aside nav a,
#psycho-what-happen aside nav a,
#articoles-rules aside nav a {
    font-size: 0.9em;
    color: #4a4a4a;
    text-decoration: none;
}

#psycho-find-right aside nav a:hover,
#psycho-what-happen aside nav a:hover,
#articoles-rules aside nav a:hover,
#psycho-find-right aside nav a:active,
#psycho-what-happen aside nav a:active,
#articoles-rules aside nav a:active,
#psycho-find-right aside nav a:focus,
#psycho-what-happen aside nav a:focus,
#articoles-rules aside nav a:focus {
    color: #439bde;
}

#psycho-find-right aside nav a:hover strong,
#psycho-what-happen aside nav a:hover strong,
#articoles-rules aside nav a:hover strong,
#psycho-find-right aside nav a:active strong,
#psycho-what-happen aside nav a:active strong,
#articoles-rules aside nav a:active strong,
#psycho-find-right aside nav a:focus strong,
#psycho-what-happen aside nav a:focus strong,
#articoles-rules aside nav a:focus strong {
    color: #439bde;
}

#psycho-find-right aside nav strong,
#psycho-what-happen aside nav strong,
#articoles-rules aside nav strong {
    margin-top: 5px;
    font-size: 1.1em;
}

#psycho-what-happen .full-head-img img,
#psycho-find-right .full-head-img img {
    opacity: 1;
}

@media (max-width: 991px) {
    #psycho-what-happen .full-head-img img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 991px) {
    #psycho-find-right .full-head-img img {
        width: auto;
        height: 100%;
    }
}

#online-benefits,
#articoles-rules {
    background-color: #f3f3f3;
}

#online-benefits h1,
#articoles-rules h1 {
    color: #4a4a4a;
}

#online-benefits h1 .icon,
#articoles-rules h1 .icon {
    font-size: 1.4em;
    color: #439bde;
}

@media (max-width: 767px) {
    #online-benefits h1 .icon,
    #articoles-rules h1 .icon {
        display: none;
    }
}

#online-benefits .box,
#articoles-rules .box {
    margin: 7px 0 15px 0;
}

#online-benefits .box:first-child,
#articoles-rules .box:first-child {
    margin-top: 15px;
}

#articoles-rules h2 {
    margin: 15px 0 0 15px;
    color: #4a4a4a;
    font-weight: 700;
}

#articoles-rules article {
    position: relative;
    display: block;
}

#articoles-rules article p {
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    font-size: 1.15em;
    line-height: 1.8em;
}

#articoles-rules ul {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#articoles-rules ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 1.1em;
    color: #646464;
    font-weight: 300;
    list-style-type: circle;
}

#articoles-rules ul strong {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #646464;
}

.apex {
    font-size: .7em;
    position: relative;
    top: -3px;
}

#psycho-about {
    background-color: #f3f3f3;
}

#psycho-about h1 {
    font-size: 1.8em;
}

#psycho-about h1 .icon {
    display: block;
    margin-bottom: 7px;
    font-size: 4.5em;
}

@media (max-width: 767px) {
    #psycho-about h1 .icon {
        font-size: 3.2em;
    }
}

#psycho-about h2 {
    padding-bottom: 15px;
}

#psycho-about .full-head-img {
    width: 100%;
    height: 350px;
}

#psycho-about .full-head-img img {
    width: 100%;
    opacity: 0.7;
}

@media (max-width: 767px) {
    #psycho-about .full-head-img img {
        width: auto;
        height: 100%;
        opacity: .7;
        min-height: 10px;
    }
}

#psycho-about .full-title-wrapper {
    height: 350px;
}

#psycho-about .box {
    margin-top: -25px;
    padding-bottom: 15px;
    text-align: center;
}

#psycho-about blockquote {
    display: block;
    padding: 30px 15px 15px 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.3em;
    color: #4a4a4a;
    text-align: center;
    font-style: italic;
}

#psycho-about blockquote cite {
    display: block;
    margin-top: 7px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.5em;
    color: #439bde;
    text-transform: uppercase;
    font-style: normal;
}

#psycho-about p {
    display: block;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    line-height: 1.8em;
    text-align: left;
}

#psycho-about p:first-of-type {
    margin-top: 15px;
}

#psycho-about ul {
    text-align: left;
    padding-left: 40px;
}

#psycho-about ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    line-height: 1.8em;
}

#psycho-about p.column-p {
    padding-bottom: 0;
    font-weight: 400;
    font-style: normal;
    border: none;
}

@media (max-width: 767px) {
    #psycho-about p.column-p {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
    }
}

#psycho-about .btn-azure {
    margin-bottom: 20px;
    padding: 15px;
}

#psycho-about .btn-azure:hover,
#psycho-about .btn-azure:active,
#psycho-about .btn-azure:focus {
    color: white;
    background-color: #2d8fda;
}

@media (max-width: 767px) {
    #psycho-about .btn-azure {
        width: 100%;
    }
}

#psycho-about .share-box {
    margin: 0px 0 15px 0;
    text-align: center;
}

#psycho-about article {
    margin-bottom: 15px;
    text-align: left;
}

#psycho-about .figure-box img {
    width: 100%;
    min-heigth: auto;
}

@media (max-width: 767px) {
    #psycho-about .figure-box img {
        width: auto;
        height: 100%;
    }
}

#conference {
    border-top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4a4a4a;
    overflow: hidden;
}

#conference .message-write textarea {
    margin-left: 10px;
}

#conference .message-info,
#conference .baloon {
    font-family: 'Roboto', sans-serif;
}

#conference.psycologist-conference {
    background-color: #d8d8d8;
}

#conference.psycologist-conference #conference-logo {
    color: #439bde;
    text-shadow: initial;
    opacity: 1;
}

#conference.psycologist-conference #my-publisher-container {
    background-color: transparent;
    height: 150px;
}

#conference.psycologist-conference #my-publisher-container #my-conference-name {
    background-color: #439bde;
    width: 150px;
    height: 80px;
    margin-top: 70px;
    cursor: pointer;
    padding: 0;
}

#conference.psycologist-conference #my-publisher-container #my-conference-name span {
    font-size: 1em;
    padding-top: 9px;
    display: block;
}

#conference.psycologist-conference #my-publisher-container #myPublisherDiv {
    margin-left: 10px;
    width: 240px;
    height: 150px;
}

#conference.psycologist-conference #subscribersDiv {
    padding-top: 120px;
    transition: width .4s ease;
}

#conference.psycologist-conference #subscribersDiv table {
    width: 80%;
    margin: 0 auto;
}

#conference.psycologist-conference #subscribersDiv table button {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    transition: all .4s ease;
    cursor: pointer;
    border: 0;
    color: #FFFFFF;
    padding-top: 7px;
    font-size: 2em;
    margin-top: 20px;
    background-color: #439bde;
}

#conference.psycologist-conference #subscribersDiv table button.active,
#conference.psycologist-conference #subscribersDiv table button:hover {
    background-color: #f2Ba38;
}

#conference.psycologist-conference #subscribersDiv table button#close-conference {
    background-color: #ff4f4d;
}

#conference.psycologist-conference #subscribersDiv table button#close-audio:hover {
    background-color: #439bde;
}

#conference.psycologist-conference #subscribersDiv table button#close-audio .glyphicon-volume-off {
    display: none;
}

#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio,
#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio:hover {
    background-color: #ff4f4d;
}

#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio .glyphicon-volume-off,
#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio:hover .glyphicon-volume-off {
    display: inline-block;
}

#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio .glyphicon-volume-up,
#conference.psycologist-conference #subscribersDiv table button#close-audio.no-audio:hover .glyphicon-volume-up {
    display: none;
}

#conference.psycologist-conference #subscribersDiv table strong {
    display: block;
    padding-top: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: .9em;
}

#conference.psycologist-conference #subscribersDiv table > tbody > tr > td {
    border-color: #828182;
    border-right: 1px solid #828182;
}

#conference.psycologist-conference #subscribersDiv table > tbody > tr > td:last-of-type {
    border-right: none;
}

#conference.psycologist-conference #subscribersDiv table > tbody > tr:first-of-type > td {
    border-top: none;
}

#conference.psycologist-conference #subscribersDiv.chat-open {
    width: calc(100% - 400px);
}

.page-faq {
    background-color: #f3f3f3;
}

.page-faq .full-title {
    margin-bottom: 15px;
}

.page-faq .box {
    margin-bottom: 15px;
    padding: 30px;
}

.page-testimony {
    background-color: #f3f3f3;
}

.page-testimony .full-title {
    margin-bottom: 15px;
}

.page-testimony .box {
    margin-bottom: 15px;
    padding: 30px;
}

.page-testimony .box p,
.page-testimony .box ul {
    padding-top: 30px;
}

.page-testimony .box ul {
    padding-left: 15px;
}

.page-testimony .box p:first-of-type {
    padding-top: 0;
}

.page-testimony .box form {
    margin-top: 60px;
}

.page-psycho-answers .faq-container {
    margin-top: 20px;
}

#page-test {
    background-color: #f3f3f3;
}

#page-test-article,
#page-test-execute {
    background-color: #f3f3f3;
}

#page-test-article .aside-container small,
#page-test-execute .aside-container small {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    color: #828182;
}

#page-test-article #psycho-test-list,
#page-test-execute #psycho-test-list {
    margin-top: 5px;
}

#page-test-article #psycho-test-list li,
#page-test-execute #psycho-test-list li {
    margin-bottom: 7px;
}

#page-test-article #psycho-test-list h3,
#page-test-execute #psycho-test-list h3 {
    height: auto;
    font-size: 0.9em;
}

#page-test-execute .test-execute-container .box {
    margin-top: 1px;
    padding: 30px;
}

#page-test-execute .test-execute-container .box h4 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

#page-test-execute .test-execute-container .box:first-child {
    margin-top: 15px;
}

#page-test-execute .test-execute-container .box .box {
    box-shadow: none;
    padding: 15px 0px 0px 20px;
}

#page-test-execute .test-execute-container .box .box h4 {
    font-size: 1.1em;
}

#page-test-execute #test-execute-btn.btn {
    margin: 30px;
}

#page-test-execute .btn-azure:hover,
#page-test-execute .btn-azure:active,
#page-test-execute .btn-azure:focus {
    background-color: #2d8fda;
    color: white;
}

#page-psycho-choose-profile {
    padding-bottom: 30px;
    background-color: #f3f3f3;
}

#page-psycho-choose-profile h2 .pro-plan-name {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
}

#page-psycho-choose-profile h2 strong {
    margin-top: 5px;
    display: block;
}

#page-psycho-choose-profile h2 strong small {
    display: inline-block;
    margin-top: 0px;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.45em;
    color: #439bde;
    border: 1px solid;
    border-radius: 100px;
}

#page-psycho-choose-profile h2 strong span {
    display: block;
}

#page-psycho-choose-profile h2 strong span.vat {
    font-size: 0.45em;
}

#page-psycho-choose-profile .box {
    text-align: center;
}

#page-psycho-choose-profile table {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

#page-psycho-choose-profile table small {
    display: block;
    font-weight: 400;
}

#page-psycho-choose-profile thead:first-child th {
    text-align: center;
}

#page-psycho-choose-profile #btn-show-table {
    margin: 50px auto 15px auto;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}

#page-psycho-choose-profile #btn-show-table:hover,
#page-psycho-choose-profile #btn-show-table:active,
#page-psycho-choose-profile #btn-show-table:focus {
    background-color: #6eb2e6;
    color: white;
}

#page-psycho-choose-profile .arrow-left,
#page-psycho-choose-profile .arrow-right {
    transform: rotate(-90deg);
    color: #439bde;
    font-size: 2.5em;
    vertical-align: middle;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

#page-psycho-choose-profile #favorite-plan {
    display: block;
    text-align: center;
}

#page-psycho-choose-profile #btn-show-center {
    margin: 30px auto 0 auto;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #686868;
}

#page-psycho-choose-profile #psycho-choose-option .box {
    padding: 15px;
}

@media (max-width: 991px) {
    #page-psycho-choose-profile #psycho-choose-option .box {
        margin-bottom: 15px;
    }
}

#page-psycho-choose-profile #easy-block, #page-psycho-choose-profile #free-block {
    margin-top: 105px;
}

@media (min-width: 991px) {
    #page-psycho-choose-profile #free-account {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    #page-psycho-choose-profile #easy-block {
        margin-top: 20px;
    }

    #page-psycho-choose-profile #free-block {
        margin-top: 20px;
    }
}

#page-psycho-choose-profile .profile-warranty-block {
    background-color: #c6dde0;
    padding-top: 30px;
    padding-bottom: 50px;
}

#page-psycho-choose-profile .profile-warranty-block .warranty-caption {
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 30px;
}

#page-psycho-choose-profile .profile-warranty-block .warranty-caption strong {
    font-size: 1.8rem;
}

#page-psycho-choose-profile .profile-warranty-block .warranty-caption .warranty-logo {
    width: 100%;
    max-width: 450px;
    height: 50px;
    margin-top: 25px;
    text-align: center;
}

#page-psycho-choose-profile .profile-warranty-block .warranty-caption .warranty-logo i {
    font-size: 40px;
    color: #9ac9ed;
    position: absolute;
    top: 0;
    margin-top: -15px;
    margin-left: -45px;
}

#page-psycho-choose-profile .profile-warranty-block .warranty-caption .warranty-logo i:after {
    content: "\f00c";
    display: block;
    color: #439bde;
    font-size: 35px;
    position: relative;
    top: -40px;
    left: 9px;
}

#page-psycho-choose-profile .btn-container {
    text-align: center;
}

#questions-category #write-question .box {
    position: fixed;
    max-width: 360px;
}

@media (max-width: 991px) {
    #questions-category #write-question .box {
        position: relative !important;
        max-width: 100%;
    }
}

#questions-category #write-question .box.affix {
    position: fixed;
    top: 90px;
}

@media (max-width: 991px) {
    #questions-category #write-question .box.affix {
        top: 0px;
        position: relative !important;
    }
}

#questions-category #write-question .box.affix-bottom {
    position: absolute;
}

#questions .btn-load-previous-container {
    float: left;
}

#questions .btn-load-previous-next {
    float: right;
}

#questions .category-tag-container {
    position: relative;
    margin-top: -55px;
}

#questions .category-tag-container.category-bar-fixed {
    position: fixed;
    margin-top: 0px;
}

#questions .full-head-img img {
    top: -50px;
    opacity: 1;
}

#questions .category-select {
    color: #439bde;
    line-height: normal;
}

#page-register {
    background-color: #f3f3f3;
}

#page-register-user .up-registration {
    margin-bottom: 30px;
    padding: 45px 0;
}

@media (max-width: 991px) {
    #page-register-user .up-registration .choose-single-block .box {
        margin-bottom: 50px;
    }
}

#page-register-user #btn-show-center {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: white;
}

#page-register-psycho #modalTerms {
    font-family: 'Roboto', sans-serif;
}

#page-register-psycho .list-unstyled.in-db {
    text-align: center;
    margin-bottom: 50px;
}

#page-register-psycho .up-registration {
    padding: 50px 0 30px 0;
}

#page-register-psycho .up-registration h1 {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
}

#page-register-psycho .up-registration p {
    font-size: 1.6em;
}

#page-register-psycho .up-registration .pro-face {
    float: left;
}

@media (max-width: 767px) {
    #page-register-psycho .up-registration .pro-face {
        float: none;
        margin: auto;
    }
}

#page-register-psycho .register-form select {
    margin-top: 5px;
}

#page-register-psycho .register-form .g-recaptcha {
    margin-top: 8px;
}

#page-register-psycho .title-upgrade-container {
    display: inline-block;
    margin: auto;
}

#page-register-psycho .hgroup {
    display: block;
    margin-top: 15px;
    margin-left: 40px;
    float: left;
    text-align: left;
}

@media (max-width: 767px) {
    #page-register-psycho .hgroup {
        margin-left: 0;
        float: none;
        text-align: center;
    }
}

#page-register-psycho .no-face {
    width: 100%;
    font-size: 2em;
    color: white;
    text-align: center;
    line-height: 80px;
}

#page-register-psycho h2 {
    font-size: 1.2em;
    color: white;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

#page-register-psycho h2 strong {
    display: inline-block;
}

#page-register-psycho .pro-face {
    width: 80px;
    height: 80px;
}

#topic {
    display: none;
}

#calendar-result {
    padding: 15px;
}

#calendar-result .glyphicon-calendar {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 2.5em;
    color: #439bde;
    text-align: center;
}

#calendar-result p {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
}

#calendar-result textarea {
    width: 100%;
    min-height: 150px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    border: 3px solid #d8d8d8;
    resize: none;
}

#calendar-result button {
    padding: 7px 15px;
    background-color: #439bde;
    color: white;
    border: 1px solid #439bde;
    border-radius: 3px;
}

#psycho-discover-online,
#psycho-discover-library {
    height: 185px;
    padding-top: 65px;
    background-color: #4a4a4a;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#psycho-discover-online:hover,
#psycho-discover-library:hover,
#psycho-discover-online:active,
#psycho-discover-library:active,
#psycho-discover-online:focus,
#psycho-discover-library:focus {
    opacity: 0.7;
}

#psycho-discover-library {
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/psycho-go-library.jpg');
}

#psycho-discover-online {
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/psycho-online-banner.jpg');
}

#registration-payment .register-form,
#page-register-user .register-form {
    padding: 0;
}

#registration-payment .register-form .pso-select,
#page-register-user .register-form .pso-select {
    max-width: 100%;
}

#registration-payment .up-registration,
#page-register-user .up-registration {
    padding: 50px 0 30px 0;
}

#registration-payment .up-registration h1,
#page-register-user .up-registration h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
}

#registration-payment .up-registration p,
#page-register-user .up-registration p {
    font-size: 1.6em;
}

#registration-payment .register-form,
#page-register-user .register-form {
    display: block;
}

#page-register-done {
    padding: 100px 0;
}

#page-register-done h1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 2em;
    color: #4a4a4a;
    border-bottom: 1px solid #d8d8d8;
}

#page-register-done h1 strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2em;
}

#page-register-done h1 .fa {
    color: #439bde;
}

#page-register-done p {
    display: block;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    #page-register-done {
        padding: 50px 0 0 0;
        text-align: center;
    }

    #page-register-done .btn {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #page-register-done {
        padding: 50px 0;
    }

    #page-register-done .btn {
        margin-bottom: 0;
    }
}

#page-register-done .thankyoupage-container {
    text-align: center;
}

#page-register-done .thankyoupage-container h2 {
    font-size: 1.2em;
    color: #5a5a5a;
}

#page-register-done .thankyoupage-container a {
    margin-top: 20px;
}

#birthday-form select {
    display: inline-block;
}

#page-privacy {
    padding: 20px 0;
    background-color: #f3f3f3;
}

#page-privacy .box {
    padding: 15px;
}

#page-privacy h1,
#page-privacy h2,
#page-privacy h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
}

#page-privacy p,
#page-privacy li,
#page-privacy dd {
    font-family: 'Roboto', sans-serif;
}

#page-privacy ul,
#page-privacy ol {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

#page-privacy li {
    margin-bottom: 15px;
    margin-left: 15px;
    list-style-type: disc;
}

#page-privacy li ul li {
    list-style: none;
}

#page-code-conduct li {
    list-style: none;
}

#regional-offices,
#guide-lines {
    background-color: #f3f3f3;
}

#regional-offices .box,
#guide-lines .box {
    margin-bottom: 15px;
}

#regional-offices aside,
#guide-lines aside {
    float: right;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 2em;
}

@media (max-width: 767px) {
    #regional-offices aside,
    #guide-lines aside {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
}

#regional-offices h2,
#guide-lines h2,
#regional-offices h3,
#guide-lines h3 {
    font-family: 'Montserrat', sans-serif;
}

#regional-offices h2,
#guide-lines h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 700;
}

#regional-offices h3,
#guide-lines h3 {
    padding-bottom: 5px;
    font-size: 1.4em;
    font-weight: 700;
}

#regional-offices .box,
#guide-lines .box {
    padding: 15px;
}

#regional-offices .box li,
#guide-lines .box li {
    display: block;
    margin-bottom: 15px;
    padding: 15px 10px;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

#regional-offices .aside-container.affix {
    position: fixed;
    top: 90px;
}

#regional-offices .aside-container.affix-bottom {
    position: absolute;
}

#guide-lines .box li {
    padding: 15px 0;
}

#guide-lines .aside-container {
    padding: 10px;
}

#guide-lines .aside-container li {
    margin-bottom: 10px;
    list-style-type: decimal;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#guide-lines .aside-container li:hover,
#guide-lines .aside-container li:active,
#guide-lines .aside-container li:focus {
    color: #439bde;
}

#guide-lines .aside-container.affix {
    position: fixed;
    top: 90px;
}

#guide-lines .aside-container.affix-bottom {
    position: absolute;
}

#guide-lines h2 {
    margin-top: 30px;
}

#guide-lines h2:first-child {
    margin-top: 15px;
}

#guide-lines h3 {
    font-family: 'Roboto', sans-serif;
}

#guide-lines strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

#guide-lines p {
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

#nooo-credits-container {
    display: table-cell;
    vertical-align: middle;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Opera, Chrome, and Safari */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nooo-discover {
    display: none;
    background: transparent;
    color: white;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nooo-strategy {
    padding-top: 4px;
    font-size: 11px;
    color: #439bde;
    font-weight: 300;
}

#agency-name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    color: gray;
}

#nooo-credits {
    position: relative;
    display: table;
    width: 80px;
    height: 70px;
    margin: 0 auto;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nooo-credits a {
    text-decoration: none;
}

#nooo-credits img {
    display: block;
    width: 100%;
    margin: auto;
}

#nooo-credits:hover #nooo-credits-container,
#nooo-credits:active #nooo-credits-container,
#nooo-credits:focus #nooo-credits-container {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Opera, Chrome, and Safari */
}

#nooo-credits:hover #nooo-discover,
#nooo-credits:active #nooo-discover,
#nooo-credits:focus #nooo-discover {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 20px;
    background: #439bde;
    text-transform: uppercase;
    font-size: 14px;
}

#nooo-credits:hover #nooo-discover:active,
#nooo-credits:active #nooo-discover:active,
#nooo-credits:focus #nooo-discover:active,
#nooo-credits:hover #nooo-discover:focus,
#nooo-credits:active #nooo-discover:focus,
#nooo-credits:focus #nooo-discover:focus {
    opacity: 0.7;
}

#nooo-credits:hover h4,
#nooo-credits:active h4,
#nooo-credits:focus h4 {
    display: none;
}

#nooo-credits:hover img,
#nooo-credits:active img,
#nooo-credits:focus img {
    display: none;
}

@media (max-width: 991px) {
    #nooo-credits {
        float: none !important;
    }
}

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

.password-reset input[type="text"],
.password-reset input[type="email"],
.password-reset input[type="password"] {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px 12px 8px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #439bde;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.password-reset .btn-azure {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.password-reset .btn-azure:hover,
.password-reset .btn-azure:active,
.password-reset .btn-azure:focus {
    background-color: #2d8fda;
}

@media (max-width: 1199px) {
    .password-reset .log-widget {
        overflow: hidden;
    }

    .password-reset .log-widget .video-container {
        height: 220px !important;
        background-image: url('https://www.psicologionline.net/bundles/noooweb/images/info-page/register.jpg');
        background-size: cover;
    }

    .password-reset#log-in-page .full-bg {
        background-color: transparent;
    }

    .password-reset video {
        display: none;
    }
}

#slide-element-testimonials .testimonial-instructions {
    text-align: left;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

#slide-element-testimonials .testimonial-instructions ul {
    margin-left: 20px;
}

#slide-element-testimonials .testimony-form {
    text-align: left;
}

#slide-element-testimonials .testimony-form input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

#slide-element-testimonials .testimony-form .status {
    font-family: 'Montserrat', sans-serif;
}

#homepage-video-section {
    padding: 15px;
    position: relative;
    background-image: url(https://www.psicologionline.net/bundles/noooweb/images/video-bg-temp.jpg);
    background-size: cover;
}

.affix .warranty-container {
    display: none;
}

.warranty-container {
    background-image: url(https://www.psicologionline.net/bundles/noooweb/images/video-bg-temp.jpg);
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
}

.warranty-container .title-warranty {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3em;
}

.warranty-container p {
    font-family: 'Roboto';
    font-size: 1.2em;
    line-height: 1.7em;
    color: white;
}

.warranty-container .warranty-content {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

#homepage-video-section:before {
    content: '';
    background-color: #439bde;
    opacity: 0.2;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#homepage-video-section h3 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.3em;
}

#homepage-video-section h3:after {
    content: '';
    display: block;
    background-color: white;
    width: 40px;
    height: 3px;
    margin: 20px 0;
}

#homepage-video-section p {
    font-family: 'Roboto';
    font-size: 1.2em;
    line-height: 1.7em;
    color: white;
}

/*LightSlider CSS Start*/
#homepage-video-section .demo {
    margin: 6.5rem 0;
}

@media (max-width: 767px) {
    #homepage-video-section .demo {
        margin: 4.5rem 0;
    }
}

#testimony-light-slider {
    height: 300px;
    overflow: hidden;
    min-height: 300px;
}

#testimony-light-slider .testimonial-description {
    height: 120px
}

#testimony-light-slider .content {
    /*margin: 56px 60px;*/
}

#homepage-video-section .lSAction > a {
    top: 86%;
}

#homepage-video-section .lSAction > .lSPrev {
    left: 0;
}

@media (max-width: 767px) {
    #homepage-video-section .lSAction {
        margin-top: 1rem;
    }

    #homepage-video-section .lSAction > a {
        top: 94%;
    }
}

/*LightSlider Content CSS*/
#homepage-video-section h4 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.3em;
}

#homepage-video-section h4:after {
    content: '';
    display: block;
    background-color: white;
    width: 40px;
    height: 3px;
    margin: 20px 0;
}

#homepage-video-section .reviews {
    content: "";
    background-image: url(https://www.psicologionline.net/bundles/noooweb/images/star-reviews.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 36px;
    width: 150px;
    margin-bottom: 10px;
}

#homepage-video-section p {

    font-family: 'Roboto';
    font-size: 1.2em;
    line-height: 1.7em;
    color: white;
}

#homepage-video-section .warranty-text {
    padding-left: 70px;
}

#homepage-video-section .left {
    padding-right: 0;
    padding-left: 0;
}

#homepage-video-section .testimonianze-wrapper {
    margin-top: 4rem;
}

#homepage-video-section .testimonial-item .stars {
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 120px;
    margin-bottom: 10px;
}

#homepage-video-section .testimonial-item .description {
    color: white;
}

/*LightSlider CSS End*/

#homepage-video-section .warranty-text {
    padding-left: 70px;
}

@media (max-width: 767px) {
    #homepage-video-section .warranty-text {
        padding-left: 15px;
        padding-top: 0px !important;
    }
}

#homepage-video-section .img-warranty {
    padding-top: 40px;
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/video-bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    height: 385px;
    position: relative;
}

#homepage-video-section .img-warranty .warranty-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #439bde;
    font-size: 8em;
    font-weight: bold;
    z-index: 99;
}

@media (max-width: 767px) {
    #homepage-video-section .img-warranty .warranty-arrow {
        display: none;
    }
}

#homepage-video-section .img-warranty:after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    position: absolute;
    right: -35px;
    top: 0;
    width: 35px;
    height: 100%;
}

@media (max-width: 767px) {
    #homepage-video-section .img-warranty:after {
        content: none;
    }
}

#homepage-video-section .warranty-concepts {
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: white;
    font-weight: 600;
    font-size: 1.3em;
    border-bottom: 1px solid #439bde;
    padding: 8px;
    margin-top: 28px;
}

@media (max-width: 767px) {
    #homepage-video-section .warranty-concepts {
        display: block;
        float: none;
        text-align: center;
        margin-right: 0;
    }
}

#homepage-video-section .hipaa {
    margin-top: 14px;
}

#homepage-video-section .hipaa:before {
    content: "";
    background: url('https://www.psicologionline.net/bundles/noooweb/images/logo-hipaa-azure.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 35px;
    display: inline-block;
}

#homepage-video-section .warranty {
    max-width: 450px;
    height: 50px;
    margin-top: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

#homepage-video-section .warranty i {
    font-size: 40px;
    color: white;
}

#homepage-video-section .warranty i:after {
    content: "\f00c";
    display: block;
    color: #439bde;
    font-size: 35px;
    position: relative;
    top: -40px;
    left: 9px;
}

#homepage-video-section .btn {
    margin-top: 17px;
    border: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0.05em;
    background-color: #439bde;
    color: white;
    transition: all .2s ease;
}

#homepage-video-section .btn:hover {
    background-color: #6eb2e6;
}

#homepage-video-section .left img {
    width: 100%;
}

#homepage-video-section .right {
    padding-top: 30px;
    padding-bottom: 30px;
}

#recent-articles-section a,
#recent-articles-section a:hover,
#recent-articles-section a:visited {
    text-decoration: none;
}

#recent-articles-section .section-list {
    display: flex;
    flex-flow: row wrap;
}

#recent-articles-section .section-list > div {
    margin-bottom: 30px;
}

#recent-articles-section .article-container {
    cursor: pointer;
}

#recent-articles-section .article-container:hover .article-footer .btn-open-article {
    background-color: #439bde;
    color: white;
}

#recent-articles-section .article-container .article-header {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

#recent-articles-section .article-container .article-body {
    padding: 30px 35px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    min-height: 250px;
}

#recent-articles-section .article-container .article-body .article-avatar {
    float: left;
    position: relative;
}

#recent-articles-section .article-container .article-body .article-avatar a {
    position: absolute;
    left: 0;
    top: 1px;
    height: 51px;
    width: 51px;
    overflow: hidden;
}

#recent-articles-section .article-container .article-body .article-avatar a span {
    height: 51px;
    width: 51px;
    text-align: center;
    background-color: #ddd;
    border-radius: 100%;
    color: white;
    padding-top: 9px;
}

#recent-articles-section .article-container .article-body .article-avatar a img {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    float: left;
}

#recent-articles-section .article-container .article-body .article-author {
    margin-left: 65px;
    margin-top: 5px;
}

#recent-articles-section .article-container .article-body .article-author h5 {
    text-transform: uppercase;
    font-size: 0.9em;
}

#recent-articles-section .article-container .article-body .article-author h5 a {
    color: #4a4a4a;
}

#recent-articles-section .article-container .article-body .article-author h5 small {
    display: block;
    font-size: 0.9em;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #828182;
    font-weight: 500;
}

#recent-articles-section .article-container .article-body .article-content h4 {
    margin-top: 20px;
}

#recent-articles-section .article-container .article-body .article-content h4 a {
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 0.8em;
    font-weight: 600;
}

#recent-articles-section .article-container .article-body .article-content p {
    margin-top: 15px;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #828182;
    font-family: 'Roboto', sans-serif;
}

#recent-articles-section .article-container .article-footer {
    padding: 25px 35px;
    padding-top: 0;
    border: 2px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

#recent-articles-section .article-container .article-footer .btn {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 10px 25px;
    border: none;
    background-color: #e5e5e5;
    color: #828182;
    font-weight: 600;
    transition: all 0.2s ease;
}

#recent-articles-section .article-container .article-footer .btn.btn-heart {
    padding: 7px 15px;
    height: 35px;
}

#recent-articles-section .article-container .article-footer .btn.btn-heart span {
    font-size: 1.7em;
}

#recent-articles-section .article-container .article-footer .btn.btn-heart:hover,
#recent-articles-section .article-container .article-footer .btn.btn-heart:active {
    background-color: #ff4f4d;
    color: white;
    transition: all 0.2s ease;
}

#homepage-cards-small a,
#homepage-cards-small a:hover,
#homepage-cards-small a:visited {
    text-decoration: none;
}

#homepage-cards-small .card {
    height: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

#homepage-cards-small .card .card-caption {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #439bde;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
}

@media (max-width: 767px) {
    #homepage-cards-small .card .card-caption {
        padding: 6px 13px;
    }
}

#homepage-cards-small .card .card-left {
    float: left;
    width: 180px;
    height: inherit;
    display: table;
    text-align: center;
}

#homepage-cards-small .card .card-left .icon {
    font-size: 4.8em;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    #homepage-cards-small .card .card-left {
        width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepage-cards-small .card .card-left {
        width: 140px;
    }
}

#homepage-cards-small .card .card-right {
    display: table;
    height: inherit;
}

#homepage-cards-small .card .card-right .card-right-content {
    display: table-cell;
    vertical-align: middle;
}

#homepage-cards-small .card.card-downloads {
    background: linear-gradient(rgba(74, 74, 74, 0.85), rgba(74, 74, 74, 0.85)), url('https://www.psicologionline.net/bundles/noooweb/images/card-downloads.jpg') no-repeat center;
    background-size: cover;
}

#homepage-cards-small .card.card-downloads .card-right-content h4 {
    color: white;
    font-size: 1.95em;
    font-weight: 700;
}

#homepage-cards-small .card.card-downloads .card-right-content h4 small {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .55em;
    margin-bottom: 12px;
    color: #d8d8d8;
}

@media (max-width: 767px) {
    #homepage-cards-small .card.card-downloads .card-right-content h4 {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepage-cards-small .card.card-downloads .card-right-content h4 {
        font-size: 1.85em;
    }
}

#homepage-cards-small .card.card-downloads .card-right-content h6 {
    color: white;
    font-size: 1.2em;
    font-weight: 700;
}

#homepage-cards-small .card.card-downloads .card-right-content h6 small {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #d8d8d8;
}

@media (max-width: 767px) {
    #homepage-cards-small .card.card-downloads .card-right-content h6 {
        font-size: 1em;
    }
}

#homepage-cards-small .card.card-videoconsulting {
    background-color: #439bde;
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/discover-online.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#homepage-cards-small .card.card-videoconsulting .card-left .icon {
    font-size: 4em;
}

#homepage-cards-small .card.card-videoconsulting .card-right-content h4 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.6em;
}

@media (max-width: 767px) {
    #homepage-cards-small .card.card-videoconsulting .card-right-content h4 {
        font-size: 1.4em;
    }
}

#recent-articles-small-section a,
#recent-articles-small-section a:hover,
#recent-articles-small-section a:visited {
    text-decoration: none;
}

#recent-articles-small-section .container:after {
    width: 100%;
    content: '';
    height: 2px;
    background-color: gainsboro;
    display: block;
    margin-top: 40px;
}

#recent-articles-small-section .section-header {
    padding: 20px 0 0 0;
}

#recent-articles-small-section .section-header h3 {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -16px;
    padding: 0 20px;
    background-color: white;
    letter-spacing: 0.05em;
}

#recent-articles-small-section .section-header:before {
    width: 100%;
    content: '';
    height: 2px;
    background-color: gainsboro;
    display: inline-block;
}

#recent-articles-small-section .recent-article-single {
    margin-bottom: 40px;
}

#recent-articles-small-section .recent-article-single .article-container {
    margin-bottom: 30px;
}

#recent-articles-small-section .recent-article-single .article-container:hover .article-footer .btn-open-article {
    background-color: #439bde;
    color: white;
    transition: all 0.2s ease;
}

#recent-articles-small-section .recent-article-single .article-container .article-header {
    width: 250px;
    height: 160px;
    overflow: hidden;
    float: left;
    border-radius: 2px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    #recent-articles-small-section .recent-article-single .article-container .article-header {
        width: 100%;
        margin-bottom: 10px;
    }
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-content h4 {
    margin-top: 20px;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-content h4 a {
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 0.8em;
    font-weight: 600;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-content p {
    margin-top: 15px;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #828182;
    font-family: 'Roboto', sans-serif;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer {
    position: absolute;
    bottom: 0;
    left: 290px;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer .btn {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 10px 25px;
    border: none;
    background-color: #e5e5e5;
    color: #828182;
    font-weight: 600;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer .btn.btn-heart {
    padding: 7px 15px;
    height: 35px;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer .btn.btn-heart span {
    font-size: 1.7em;
}

#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer .btn.btn-heart:hover,
#recent-articles-small-section .recent-article-single .article-container .article-body .article-footer .btn.btn-heart:active {
    background-color: #ff4f4d;
    color: white;
    transition: all 0.2s ease;
}

@media (max-width: 767px) {
    #recent-articles-small-section .recent-article-single .article-container .article-body .article-footer {
        width: 100%;
        left: 15px;
        bottom: -20px;
    }
}

#homepage-categories .lSPager {
    /*position: absolute;
        right: 40px;
        top: 15px;*/
}

#homepage-categories .lSPager a {
    background-color: #d8d8d8;
}

#homepage-categories .lSPager .active a {
    background-color: #439bde;
}

#homepage-categories .section-slider li {
    width: 450px;
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
}

@media (max-width: 767px) {
    #homepage-categories .section-slider li {
        width: 300px;
        height: 200px;
    }
}

#homepage-categories .section-slider li figure {
    position: relative;
    text-align: center;
    height: inherit;
}

#homepage-categories .section-slider li figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.40);
}

#homepage-categories .section-slider li figure img {
    height: 100%;
}

#homepage-categories .section-slider li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    height: inherit;
    width: 100%;
    padding: 0 20px;
}

#homepage-categories .section-slider li figure figcaption h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 60px;
}

@media (max-width: 767px) {
    #homepage-categories .section-slider li figure figcaption h3 {
        font-size: 1.3em;
    }
}

#homepage-categories .section-slider li figure figcaption h3:after {
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    content: '';
    margin: 20px auto;
}

@media (max-width: 767px) {
    #homepage-categories .section-slider li figure figcaption h3:after {
        display: none;
    }
}

#homepage-categories .section-slider li figure figcaption .btn-container {
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0;
}

#homepage-categories .section-slider li figure figcaption .btn-container .btn {
    font-size: .8em;
    font-weight: 700;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
}

#homepage-categories .section-slider li figure figcaption p {
    color: gainsboro;
    font-size: 0.9em;
    line-height: 1.7em;
}

@media (max-width: 767px) {
    #homepage-categories .section-slider li figure figcaption p {
        display: none;
    }
}

#homepage-questions-section .questions {
    border-radius: 4px;
    margin-bottom: 30px;
}

#homepage-questions-section .questions .question-container {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    color: #4a4a4a;
    max-height: 300px;
    min-height: 300px;
}

@media (max-width: 1199px) {
    #homepage-questions-section .questions .question-container {
        max-height: 350px;
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    #homepage-questions-section .questions .question-container {
        max-height: none;
        min-height: auto;
    }
}

#homepage-questions-section .questions .question-container .question-padding {
    padding-left: 35px;
    padding-right: 35px;
}

#homepage-questions-section .questions .question-container .reply-stat {
    text-align: right;
    float: right;
    font-size: .9em;
    font-family: 'Roboto', sans-serif;
}

#homepage-questions-section .questions .question-container .reply-stat a,
#homepage-questions-section .questions .question-container .reply-stat a:visited {
    text-decoration: none;
    color: #f2Ba38;
}

#homepage-questions-section .questions .question-container .question-author {
    font-size: .9em;
    font-family: 'Roboto', sans-serif;
    float: left;
}

#homepage-questions-section .questions .question-container .question-author a,
#homepage-questions-section .questions .question-container .question-author a:active,
#homepage-questions-section .questions .question-container .question-author a:visited {
    color: #439bde;
}

#homepage-questions-section .questions .question-container .question-title {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 700;
}

#homepage-questions-section .questions .question-container .question-title a {
    color: #2a2a2a;
}

#homepage-questions-section .questions .question-container .question-text {
    font-size: .9em;
    line-height: 1.7em;
    color: #828182;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

#homepage-questions-section .questions .question-container .replies-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    display: none;
}

#homepage-questions-section .questions .question-container .replies-list .reply {
    border-top: 1px solid #ddd;
    border-left: 3px solid #439bde;
    padding: 15px 35px;
    font-family: 'Roboto', sans-serif;
}

#homepage-questions-section .questions .question-container .replies-list .reply .reply-container small {
    color: #439bde;
}

#homepage-questions-section .questions .question-container .replies-list .reply .reply-container p {
    font-size: 0.9em;
    margin-top: 5px;
    line-height: 1.4em;
}

#homepage-questions-section .questions .question-container .btn {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.question .link-go-answer {
    cursor: pointer;
}

.question small .link-go-answer {
    color: #337ab7;
}

#homepage-top-psychologists,
#homepage-top-psychologists-2 {
    margin-top: 30px;
}


@media (max-width: 991px) {
    #homepage-top-psychologists-2 {
        margin-top: 0px;
    }
}

#homepage-top-psychologists .top-psycho-single-block,
#homepage-top-psychologists-2 .top-psycho-single-block {
    margin-top: 30px;
}

#homepage-top-psychologists .top-psycho-single-block .top-psycho-single-block:first-child,
#homepage-top-psychologists-2 .top-psycho-single-block .top-psycho-single-block:first-child {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #homepage-top-psychologists .top-psycho-single-block .top-psycho-single-block,
    #homepage-top-psychologists-2 .top-psycho-single-block .top-psycho-single-block {
        margin-top: 0;
    }
}

#homepage-top-psychologists .card-top-psycho,
#homepage-top-psychologists-2 .card-top-psycho {
    background-color: #c5e0f5;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    color: #5a5a5a;
    display: block;
}

#homepage-top-psychologists .card-top-psycho .whole-link,
#homepage-top-psychologists-2 .card-top-psycho .whole-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* No underlines on the link */
    z-index: 10;
    /* Places the link above everything else in the div */
    background-color: #FFF;
    /* Fix to make div clickable in IE */
    opacity: 0;
    /* Fix to make div clickable in IE */
    filter: alpha(opacity=1);
    /* Fix to make div clickable in IE */
}

#homepage-top-psychologists .card-top-psycho > a,
#homepage-top-psychologists-2 .card-top-psycho > a {
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: block;
    float: left;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    color: #439bde;
    font-size: 1.5em;
    position: absolute;
    left: -11px;
    top: -11px;
    border: 4px solid white;
}

#homepage-top-psychologists .card-top-psycho > a span,
#homepage-top-psychologists-2 .card-top-psycho > a span {
    margin-top: 22px;
}

#homepage-top-psychologists .card-top-psycho > a img,
#homepage-top-psychologists-2 .card-top-psycho > a img {
    width: 100%;
    min-height: 100%;
}

#homepage-top-psychologists .card-top-psycho h3,
#homepage-top-psychologists-2 .card-top-psycho h3 {
    text-transform: uppercase;
    font-size: 0.9em;
    margin-left: 60px;
    height: 58px;
    overflow: hidden;
}

#homepage-top-psychologists .card-top-psycho h3 a,
#homepage-top-psychologists-2 .card-top-psycho h3 a {
    color: #2a2a2a;
    text-decoration: none;
}

#homepage-top-psychologists .card-top-psycho h3 small,
#homepage-top-psychologists-2 .card-top-psycho h3 small {
    display: block;
    font-size: .9em;
    padding: 10px 0;
    color: #828182;
}

#homepage-top-psychologists .card-top-psycho h3 .psycho-first-approach,
#homepage-top-psychologists-2 .card-top-psycho h3 .psycho-first-approach {
    text-transform: none;
    font-size: .9em;
    margin-top: 5px;
}

#homepage-top-psychologists .card-top-psycho p,
#homepage-top-psychologists-2 .card-top-psycho p {
    margin-top: 15px;
    font-size: .8em;
    height: 30px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepage-top-psychologists .card-top-psycho p,
    #homepage-top-psychologists-2 .card-top-psycho p {
        margin-top: 12px;
        height: 42px;
    }
}

#homepage-top-psychologists .card-top-psycho:after,
#homepage-top-psychologists-2 .card-top-psycho:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 2em;
    color: #439bde;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 2px solid white;
    background: white;
    border-radius: 200px;
    width: 30px;
    height: 30px;
    padding: 0px 4px 0 4px;
    line-height: 1.2;
}

#homepage-top-psychologists .card-library,
#homepage-top-psychologists-2 .card-library {
    text-align: center;
    background: linear-gradient(rgba(74, 74, 74, 0.6), rgba(74, 74, 74, 0.8)), url('https://www.psicologionline.net/bundles/noooweb/images/library/library-cover.jpg') no-repeat center;
    background-size: cover;
    padding: 52px 15px;
    border-radius: 2px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    #homepage-top-psychologists .card-library,
    #homepage-top-psychologists-2 .card-library {
        margin-top: 0px;
    }
}

#homepage-top-psychologists .card-library h3,
#homepage-top-psychologists-2 .card-library h3 {
    text-transform: uppercase;
    color: white;
}

#homepage-top-psychologists .card-library h3:after,
#homepage-top-psychologists-2 .card-library h3:after {
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    content: '';
    margin: 20px auto;
}

#homepage-top-psychologists .card-library p,
#homepage-top-psychologists-2 .card-library p {
    color: #d8d8d8;
    line-height: 1.6em;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    #homepage-top-psychologists .card-library p,
    #homepage-top-psychologists-2 .card-library p {
        font-size: 1.8em;
    }
}

#homepage-top-psychologists .card-library .btn,
#homepage-top-psychologists-2 .card-library .btn {
    font-size: .8em;
    font-weight: 700;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

#homepage-top-psychologists .card-library .btn:hover,
#homepage-top-psychologists-2 .card-library .btn:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.3);
}

#homepage-top-psychologists .card-download-gift,
#homepage-top-psychologists-2 .card-download-gift {
    background: linear-gradient(rgba(74, 74, 74, 0.4), rgba(74, 74, 74, 0.6)), url('https://www.psicologionline.net/bundles/noooweb/images/library/gift-cover.jpg') no-repeat center;
    height: 295px;
    background-size: cover;
}

@media (max-width: 768px) {
    #homepage-top-psychologists .card-download-gift {
        display: none;
    }
}

@media (max-width: 1199px) {
    #homepage-top-psychologists .card-download-gift,
    #homepage-top-psychologists-2 .card-download-gift {
        height: auto;
    }
}

#take-appointment-btn, #take-appointment-btn-mobi {
    width: 100%;
    min-height: 50px;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 0;
    border: 0;
}

#take-appointment-btn .glyphicon, #take-appointment-btn-mobi .glyphicon {
    color: white !important;
}

#take-appointment-btn:hover, #take-appointment-btn-mobi:hover {
    background-color: #f2Ba38;
}

.calendar-component {
    margin-bottom: 15px;
}

.calendar-component .calendar {
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    margin: 15px 15px 0 0;
}

.calendar-component .calendar .top {
    background-color: #439bde;
    border-radius: 8px 8px 0 0;
    height: 20px;
    width: 100%;
    color: white;
    font-size: 10px;
    padding-top: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.calendar-component .calendar .bottom {
    background-color: #f3f3f3;
    border-radius: 0 0 8px 8px;
    height: 45px;
    width: 100%;
    color: #4a4a4a;
    font-size: 28px;
    padding-top: 6px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.calendar-component .calendar .bottom .date-flag {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 9px;
}

.calendar-component .calendar:last-of-type {
    margin-right: 0;
}

.calendar-component .calendar.calendar-full {
    width: 120px;
}

.calendar-component .calendar.calendar-full .bottom {
    font-size: 12px;
    text-transform: uppercase;
}

.calendar-component.no-top .calendar {
    margin-top: 0;
}

#event-search .event-container {
    list-style: none;
}

#event-search .event-container .no-event-found {
    text-align: center;
    font-size: 1.4em;
    padding-top: 150px;
}

#event-search .event-container .event-card {
    margin-top: 15px;
    margin-bottom: 40px;
    max-height: 500px;
}

#event-search .event-container .event-card .card-title {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 0;
    cursor: pointer;
}

#event-search .event-container .event-card .card-title .card-title-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    position: absolute;
}

#event-search .event-container .event-card .card-title h4 {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 15px;
    line-height: 1.3;
    font-size: 1.4em;
}

#event-search .event-container .event-card .card-content {
    background: white;
    position: relative;
    margin: auto;
    width: 100%;
}

#event-search .event-container .event-card .card-content .event-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

#event-search .event-container .event-card .card-content .event-data {
    margin-bottom: 10px;
    font-size: 12px;
}

#event-search .event-container .event-card .card-content .event-data .city::before,
#event-search .event-container .event-card .card-content .event-data .price::before,
#event-search .event-container .event-card .card-content .event-data .category::before,
#event-search .event-container .event-card .card-content .event-data .tipology::before,
#event-search .event-container .event-card .card-content .event-data .city .ion,
#event-search .event-container .event-card .card-content .event-data .price .ion,
#event-search .event-container .event-card .card-content .event-data .category .ion,
#event-search .event-container .event-card .card-content .event-data .tipology .ion {
    font-family: 'FontAwesome';
    font-size: 1.2em;
    color: #439bde;
    margin-right: 3px;
}

#event-search .event-container .event-card .card-content .event-data .price,
#event-search .event-container .event-card .card-content .event-data .category,
#event-search .event-container .event-card .card-content .event-data .tipology {
    margin-left: 6px !important;
}

#event-search .event-container .event-card .card-content .event-data .city::before {
    content: '\f041';
}

#event-search .event-container .event-card .card-content .event-data .price::before {
    content: '\f153';
}

#event-search .event-container .event-card .card-content .event-data .category::before {
    content: '\f02b';
}

#event-search .event-container .event-card .card-content .event-description p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    padding: 5px 0;
}

#event-search .event-container .event-card .card-content .card-btn {
    text-transform: uppercase;
    background-color: #439bde;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
    float: right;
    cursor: pointer;
    transition: all .2s ease;
}

#event-search .event-container .event-card .card-content .card-btn:hover,
#event-search .event-container .event-card .card-content .card-btn:focus {
    background-color: #6eb2e6;
    text-decoration: none;
}

.page-404 .up-registration {
    background-image: none;
    background-color: #439bde;
    padding-bottom: 24px !important;
    padding-top: 0 !important;
}

.page-404 .text-module {
    padding-top: 50px;
    color: white;
}

.page-404 .text-module .error-box {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-404 .text-module .error-box .noroute-img {
    max-height: 100px;
    display: inline-block;
    position: absolute;
    left: 80px;
    top: -40px;
}

.page-404 .text-module .error-box .noroute-img img {
    max-height: 65px;
}

.page-404 .text-module .error-box .noroute-text {
    display: inline-block;
}

.page-404 .text-module .error-box h1 {
    color: white;
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.page-404 .text-module .error-box h2 {
    color: white;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 30px;
}

.page-404 .text-module .error-box .back-to-home {
    color: white;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.page-404 .text-module .error-box .back-to-home:hover {
    color: #f2Ba38;
}

.page-404 .text-module .error-box .noroute-note {
    margin-top: 30px;
}

.page-404 .text-module .error-box .choose-sub-p {
    margin-bottom: 20px;
}

.page-404 .search-module {
    background-color: #f3f3f3;
    min-height: 500px;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after,
.br-theme-bootstrap-stars .br-widget a.br-active:after,
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
    color: #f2ba38;
}

.testimony-slider {
    background-color: #439bde;
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/info-page/register.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 30px 0;
}

.testimony-slider .lSSlideOuter .lSPager.lSpg > li.active a,
.testimony-slider .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: white;
}

.testimony-slider h4 {
    margin-bottom: 30px;
    font-size: 2em;
}

.testimony-slider h4 small {
    display: block;
    margin: 10px 0 5px 0;
    font-size: .55em;
    color: #fff;
    opacity: .7;
}

.testimony-slider ul.slider-container li {
    height: 280px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

@media (max-width: 500px) {
    .testimony-slider ul.slider-container li {
        height: 300px;
    }
}

.testimony-slider ul.slider-container li .psychologist {
    text-align: left;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 20px;
}

.testimony-slider ul.slider-container li .psychologist .quite-icon {
    position: absolute;
    right: 40px;
    bottom: 0px;
    font-size: 2em;
    color: #d8d8d8;
}

.testimony-slider ul.slider-container li a.image-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 15px;
    background-color: #d8d8d8;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

.testimony-slider ul.slider-container li a.image-container span {
    color: white;
    font-size: 1.5em;
    padding-top: 12px;
    display: block;
    width: 50px;
    height: 50px;
}

.testimony-slider ul.slider-container li a.image-container img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.testimony-slider ul.slider-container li .text-wrapper {
    position: relative;
    font-family: 'Roboto', sans-serif;
    height: 130px;
    overflow: auto;
}

@media (max-width: 500px) {
    .testimony-slider ul.slider-container li .text-wrapper {
        height: 225px;
    }
}

.testimony-slider ul.slider-container li .text-wrapper div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-height: 130px;
    color: #4a4a4a;
    font-style: italic;
}

@media (max-width: 500px) {
    .testimony-slider ul.slider-container li .text-wrapper div {
        top: 32%;
    }
}

.testimony-slider ul.slider-container li h5 {
    padding-top: 5px;
}

.testimony-slider ul.slider-container li h5.without-city {
    padding-top: 14px;
}

.testimony-slider ul.slider-container li h5 a {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: .8em;
    transition: color 250ms ease;
    text-decoration: none;
}

.testimony-slider ul.slider-container li h5 a:hover,
.testimony-slider ul.slider-container li h5 a:active {
    color: #439bde;
}

.testimony-slider ul.slider-container li h5 small {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.modal-ajax-request .modal-body {
    text-align: center;
}

.modal-ajax-request .modal-body.modal-insert-data .status-insert-data {
    display: block;
    margin: 50px 0;
}

.modal-ajax-request .modal-body .status-complete,
.modal-ajax-request .modal-body .status-error,
.modal-ajax-request .modal-body.modal-insert-data .status-waiting,
.modal-ajax-request .modal-body .status-insert-data {
    display: none;
}

.modal-ajax-request .modal-body .icon {
    font-size: 3em;
    padding-top: 50px;
    color: #439bde;
}

.modal-ajax-request .modal-body h3 {
    padding: 50px 0;
    text-align: left;
    font-size: 1.4em;
}

.modal-ajax-request .modal-body h3 small {
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .modal-ajax-request .modal-body h3 {
        text-align: center;
        padding-top: 20px;
    }
}

.modal-ajax-request .modal-body .status-error .icon {
    color: #ff4f4d;
}

.modal-ajax-request .modal-body .status-complete .icon {
    color: #9fe15b;
}

.modal-ajax-request .modal-footer {
    display: none;
}

@media (max-width: 767px) {
    .modal-ajax-request .modal-footer {
        text-align: center;
    }
}

.modal-ajax-request.action-complete .modal-footer,
.modal-ajax-request.action-complete .status-complete {
    display: block;
}

.modal-ajax-request.action-complete .status-waiting {
    display: none;
}

.modal-ajax-request.action-error .modal-footer,
.modal-ajax-request.action-error .status-error {
    display: block;
}

.modal-ajax-request.action-error .status-waiting {
    display: none;
}

.top-register-download .download-content {
    background-color: #439bde;
    background-image: url('https://www.psicologionline.net/bundles/noooweb/images/ui/register-download-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    width: 100%;
    color: white;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .top-register-download .download-content {
        min-height: 250px;
        margin-bottom: 0;
    }
}

.top-register-download h2 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 150px;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    .top-register-download h2 {
        margin-top: 50px;
    }
}

#page-book-landing {
    margin-bottom: 100px;
}

#page-book-landing h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#page-book-landing strong {
    font-size: 1.8em;
    font-family: serif;
    font-weight: 600;
    color: #439bde;
    font-style: italic;
}

#page-book-landing p {
    line-height: 1.8;
    font-size: 1.1em;
}

#page-book-landing .book-image {
    position: relative;
}

#page-book-landing .book-image .img-download-gift-2 {
    background: url('https://www.psicologionline.net/bundles/noooweb/images/library/img-download-gift-2.png') no-repeat center;
    min-height: 400px;
    background-size: contain !important;
}

#page-book-landing .book-image .old-price-tag {
    width: 90px;
    height: 90px;
    text-decoration: line-through;
    padding: 25px;
    color: white;
    background-color: #777777;
    border-radius: 100px;
    font-size: 1.7em;
    position: absolute;
    top: 0;
    line-height: 1.8;
    font-weight: 300;
}

#page-book-landing .book-image .new-price-tag {
    width: 100px;
    height: 100px;
    padding: 20px;
    color: white;
    background-color: #439bde;
    border-radius: 100px;
    font-size: 3em;
    position: absolute;
    top: 45px;
    left: 62px;
    line-height: 1.5;
}

#page-book-landing .book-image .sale-tag {
    background-color: white;
    border: 2px solid #439bde;
    padding: 14px 20px;
    color: #439bde;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    bottom: -7px;
    left: 0;
    font-size: 1.4em;
    z-index: 0;
    width: 400px;
    font-weight: 600;
}

#page-book-landing .book-image .buy-btn {
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    font-size: 1.4em;
    z-index: 0;
    width: 400px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 15px;
}

#page-book-landing .book-image .buy-btn:hover,
#page-book-landing .book-image .buy-btn:focus {
    background-color: #6eb2e6;
    color: white;
}

.download-present-content {
    margin-bottom: 70px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .download-present-content {
        margin-bottom: 30px;
    }
}

.download-present-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.download-present-content h3 strong {
    display: block;
    margin-bottom: 15px;
}

.download-present-content ul {
    margin-top: 10px;
    padding-left: 20px;
}

.download-present-content ul li {
    margin: 5px 0;
}

.download-present-content .img-download-gift {
    min-height: 290px;
    background-size: contain !important;
}

.download-present-content .img-download-gift-1 {
    background: url('https://www.psicologionline.net/bundles/noooweb/images/library/img-download-gift-1.png') no-repeat center;
    background-size: cover !important;
}

.download-present-content .img-download-gift-2 {
    background: url('https://www.psicologionline.net/bundles/noooweb/images/library/img-download-gift-2.png') no-repeat center;
    min-height: 350px;
    background-size: contain !important;
}

.download-present-content .call-to-action-bonus {
    text-align: center;
    color: #439bde;
    padding-bottom: 70px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.download-present-content .call-to-action-bonus p {
    border: 1px solid #439bde;
    font-size: 1.8rem;
    padding: 20px;
    max-width: 400px;
    margin: auto;
}

#payment-request-landing {
    padding: 50px 0;
    text-align: center;
}

#payment-request-landing .table > tbody > tr > td,
#payment-request-landing .table > tbody > tr > th {
    padding: 15px;
}

#payment-request-landing i.icon {
    font-size: 8em;
    color: #85d930;
    display: block;
    margin-bottom: 30px;
}

#payment-request-landing h3 {
    padding-bottom: 40px;
}

#payment-request-landing h3 small {
    display: block;
    margin-top: 10px;
}

#add-lis-interpreter.processing {
    background-color: #439bde;
}

.break-word {
    word-wrap: break-word;
}

.color-azure {
    color: #439bde;
}

.btn-full-width {
    width: 100%;
}

#nooo_webbundle_testimony_hideSurname .radio input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

#psycho-testimonies-button {
    cursor: pointer;
}

#psycho-testimonies-button .info-height-container {
    padding-top: 15px;
}

#modal-login-information .modal-body {
    padding: 45px 15px;
}

#slide-welcome-coupon .coupon p {
    padding-top: 30px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

#slide-welcome-coupon .coupon div {
    margin-top: 15px;
}

#slide-welcome-coupon .coupon div img {
    margin-right: 15px;
}

#slide-welcome-coupon .coupon div strong {
    font-size: 1.2em;
    display: inline-block;
    margin-top: 1px;
    padding: 6px 22px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    letter-spacing: 4px;
}

#psycho-profile .psycho-info #psychologist-studio-features .box {
    height: auto;
}

#psycho-profile .psycho-info #psychologist-studio-features .box .single-feature {
    padding: 15px 30px;
}

#psycho-profile .psycho-info #psychologist-studio-features .box .single-feature .icon-container {
    width: 30px;
    margin-right: 10px;
}

#psycho-profile .psycho-info #psychologist-studio-features .box .single-feature .icon-container .fa {
    color: #439bde;
}

#psycho-profile .psycho-info #psychologist-studio-features .box .single-feature h5 {
    padding-top: 4px;
}

#psycho-profile .psycho-info #psychologist-studio-features .box .single-feature.feature-has-tooltip {
    cursor: pointer;
}

#modal-monthly-payment .modal-title {
    font-size: 1.1em;
}

#modal-monthly-payment .modal-body p {
    margin-top: 20px;
    font-size: 0.95em;
}

#modal-monthly-payment .modal-body p:first-of-type {
    margin-top: 0;
    padding: 20px 0;
    font-size: 1.2em;
}

#psycho-choose-option.page-registration.payment-type-section {
    padding: 100px 0;
    background-color: #f3f3f3;
}

#psycho-choose-option.page-registration.payment-type-section a.box p {
    padding: 20px 0px;
    font-size: 1.2em;
}

button.btn-azure.pso-btn:hover {
    background-color: #2d8fda;
    color: white;
}

button.btn-light-azure.pso-btn:hover {
    color: #439bde;
    border-color: #439bde;
}

button.btn-azure.pso-btn:active,
button.btn-azure.pso-btn:focus {
    background-color: #439bde;
    color: white;
}

.margin {
    margin: 15px;
}

.full-width.form-control {
    width: 100%;
}

.cite-profile-container {
    padding-top: 50px;
}


@media (max-width: 991px) {
    .marginM20 {
        margin-top: 20px;
    }

    .marginM10 {
        margin-top: 10px;
    }

    .marginBM20 {
        margin-bottom: 20px;
    }

    .marginBM10 {
        margin-bottom: 10px;
    }
}

.aside-book.affix {
    top: 95px;
}


#preloader-global {
    display: none;
}


/* Video Presentation Button */

#psycho-video-actions {
    display: block;
    width: 100%;
    float: none !important;
    margin: 15px 0;
    text-align: center;
}

#btn-get-video {
    margin-top: 1.3em;
}

@media (max-width: 500px) {

    #btn-get-video {
        margin-top: -5px !important;
        margin-bottom: 15px;
    }

    #psycho-video-actions {
        margin: 0;
    }
}

/* Video Presentation Modal */

#videopresentationModal {
    background-color: rgb(67, 155, 222);
}

#videopresentationModal .modal-dialog {
    background: transparent !important;
    margin-top: 5%;
    width: 50%;
}

#videopresentationModal .modal-content {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: none;
}

#videopresentationModal .modal-header {
    min-height: 1em;
    padding: 2em 1em 1em 1em;
    border-bottom: none;
}

#videopresentationModal .modal-body {
    position: relative;
    padding: 15px;
}

#videopresentationModal button span {
    font-size: 2em;
    font-weight: 200;
    color: #fff;
}

@media (max-width: 991px) {
    #videopresentationModal .modal-dialog {
        margin-top: 7%;
        width: 90%;
    }
}

@media (max-width: 500px) {
    #videopresentationModal .modal-dialog {
        margin-top: 10%;
        width: 95%;
    }
}

#videopresentationModal .modal-body {
    text-align: center;
}

.video-wrapper {
    /*width: max-content;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    display: inline-block;
}

.video-wrapper video {
    position: relative;
    max-height: 70vh;
    max-width: 100vw;
    width: auto;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 685px) {
    .video-wrapper video {
        height: initial;
    }
}

.video-wrapper img {
    position: absolute;
    z-index: 3;
    width: 130px;
    margin: 0 auto;
    vertical-align: top;
    height: auto;
    max-height: 240px;
    opacity: 0.6;
    top: 8%;
    left: 5%;
}

@media (max-width: 685px) {

    /*.video-wrapper .img {*/
    /*    width: 85px !important;*/
    /*    top: 3% !important;*/
    /*}*/
    .video-wrapper img {
        width: 85px !important;
        top: 3% !important;
    }

    .video-wrapper video {
        max-width: 82vw;
    }

}

@media (orientation: landscape) and (max-width: 766px) and (min-width: 500px) {
    .video-wrapper img {
        width: 60px !important;
    }
}

/* Endof Video Presentation Modal */


/* Video Gallery Modals */

.videomodals {
    background-color: rgb(67, 155, 222);
}

.videomodals .modal-dialog {
    background: transparent !important;
    margin-top: 5%;
    width: 50%;
}

.videomodals .modal-content {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: none;
}

.videomodals .modal-header {
    min-height: 1em;
    padding: 2em 1em 1em 1em;
    border-bottom: none;
}

.videomodals .modal-body {
    position: relative;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.videomodals .modal-content button {
    margin-top: -2em;
}

.videomodals .modal-content button span {
    font-size: 2em;
    font-weight: 200;
    color: #fff;
}

.videomodals .modal-title {
    font-size: 1.4em !important;
    color: #ffffff;
}

@media (max-width: 991px) {
    .videomodals .modal-dialog {
        margin-top: 20%;
        width: 90%;
    }
}

@media (max-width: 500px) {
    .videomodals .modal-dialog {
        margin-top: 30%;
        width: 95%;
    }
}

/* Endof Video Gallery Modals */
/* Search Page Hide Show button */
.info-search {
    display: block !important;
}

.info-search-mobile {
    display: none !important;
}

@media (max-width: 500px) {
    .info-search {
        display: none !important;
    }

    .info-search-mobile {
        display: block !important;
    }

    .info-search-mobile a {
        display: block;
        text-decoration: underline;
        color: #439bde;
        padding-bottom: 2em;
    }
}

@media (max-width: 1400px) {
    #addVideoProfile .fa {
        display: none;
    }

    #showVideo .fa {
        display: none;
    }

    #addVideoProfile {
        min-width: auto;
        display: block;
        width: 100%;
        border: none;
        cursor: pointer;
        text-align: center;
        padding: 8px 0;
    }
}

/* Endof Search Page Hide Show button */

/* Video Icon on Psycho Profile */

/*
.pro-video {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    margin-left: 15px;
    text-align: center;
}
.pro-video-img {
    position: absolute;
    width: 32px;
    height: 25px;
    background: #439bde;
    color: #fff;
    z-index: 12;
    align-content: center;
    bottom: 0;
    right: 0;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .pro-video {
        left: 42%;
    }
}

@media (max-width: 768px) {
    .pro-video {
        left: 40%;
        top: 4%;
    }
}

@media (max-width: 550px) {
    .pro-video {
        left: 36%;
        top: 4%;
    }
}

@media (max-width: 360px) {
    .pro-video {
        left: 30%;
        top: 8%;
    }
}*/


.pro-face {
    overflow: inherit !important;
}

.pro-face img,
.pro-face .img{
    border-radius: 50% !important;
}

#psycho-profile #psycho-bar.psycho-bar-fixed .pro-video {
    display: none;
}

.pro-video-img {
    position: relative;
    width: 32px;
    min-width: 32px !important;
    height: 32px !important;
    z-index: 12 !important;
    margin-top: -2em;
    text-align: right;
    float: right;
    border-radius: 0 !important;
    background: transparent !important;
    cursor: pointer;
}

/* Endof Video Icon on Psycho Profile */

/* List Style Utenti per imagini e Video da Confermare */
.media-ul {
    list-style: none !important;
    padding: 0.5rem 0 !important;
}

.media-ul li {
    padding: 1rem 0.5rem !important;
}

/* Endof List Style Utenti per imagini e Video da Confermare */

@media (max-width: 768px) {
    #presentationvideo {
        min-height: unset !important;
    }
}

@media (min-width: 768px) {
    #presentationvideo {
        max-width: 100% !important;
    }
}

.partners {
    background: white;
}

.partners .partners-container {

    padding-bottom: 9rem;
}

.partners .partners-container .row:not(:first-child) {

    display: flex;
    align-items: center;

    justify-content: center;
}

.partners .partners--img {
    /*filter: grayscale(1);*/
    max-width: 100%;
}

.partners .lSPager.lSpg > li a {
    background-color: #d8d8d8 !important;
}

.partners .lSPager.lSpg > li.active a {
    background-color: #439bde !important;
}

#partners-light-slider li img {
    filter: grayscale(1);
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    object-position: center;
    width: auto;
    height: 100px;
    object-fit: contain;
}

.popup-testimony {
    padding: 10px;
    font-size: 12px;
}

.popup-testimony-name {
    font-weight: bold;
}

.popup-testimony-content {
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

#psycho-profile .psycho-availability .fc-axis{
    width: 41px !important;
}

#box-single-question .question-like-container {
        position: relative;
        z-index: 2;
}