﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* {
    box-sizing: border-box;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.topheader {
    border-top-color: #008C95 !important;
    border-top-width: 1em !important;
    border-top-style: solid !important;
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.navbar-brand {
    height: auto !important;
}
.navbar{
    margin-bottom:auto!important;
}

.navbar-nav {
    float: right !important;
 
}

.navbar-toggler {
    margin-right: 10px;
    border-color: #008C95 !important;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


    a:hover {
        color: #CAD4DD;
        text-decoration: underline;
    }

.btn {
    font-size: 1.4rem !important;
}

.btn-link {
    color: #008C95 !important;
}

.btn-service {
    text-align: left !important;
}

iframe {
    width: 100%;
    height: 100%;
}

.card {
    border-color: darkgray !important;
}

.accordion-item {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid
}
.accordion-header {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.accordion-button {
    color: #008C95 !important;
    font-size: 1.4rem !important;
}



.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.home {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 71px;
}

.btn-primary {
    color: #008C95 !important;
    background-color: #EAFFE6;
    border-color: #fff;
    border-radius: 12px;
}

    .btn-primary:hover {
        color: #008C95 !important;
        background-color: #EAFFE6 !important;
        border-color: #008C99 !important;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 100% !important;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    max-width: 800px !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


#placeholder {
    background-image: url('../imgs/home.png');
    /*    height: 300px;
    width: 1200px;*/
}

#message {
    background-color: #008C95 !important; /*#4f708f;  cadetblue;*/
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

#map {
    height: 100%;
}

header {
    position: fixed;
    width: 100%;
    background: #FFFFFF; /*#374E64;*/
    z-index: 4;
    border-bottom: 0px solid #CCCCCC;
    disabled-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3);
}

.splash-screen {
    width: 100%;
    /* height: 700px!important;*/
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 4.5em;
}

.splash-screen-mobile {
    width: 100%;
    display: none;
}

#wrapper {
    overflow: hidden;
    padding: 0em 0em 5em 0em;
    background: #FFF;
}

.containerinterno {
    margin: 0px auto;
    max-width: 1000px;
    display: flex;
    /*1200px*/
}

.containerinterno2 {
    margin: 0px auto;
    max-width: 1000px;
    /*    display: flex;*/
    /*1200px*/
}

.n {
    margin-left: 10px;
}

.containerinternocontatti {
    margin: 0px auto;
    max-width: 1000px;
    /*1200px*/
}


html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    /*background: #333F50;*/ /*#404040;*/
    font-family: 'Calibri, Quicksand', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    color: #000000;
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
    color: #696969; /* #404040;*/
}

p, ol, ul {
    margin-top: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

p {
    line-height: 130%;
    /*180%*/
}

strong {
}

a {
    color: #ffffff;
}

    a:hover {
        text-decoration: none;
    }


.container {
    /*margin: 0px auto;*/
/*    margin: 0px!important;*/
    /* width: 1200px;*/
}


.containerheader {
    /*margin: 0px auto;*/
    margin: 0px!important;
    /* width: 1200px;*/
}

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

form {
}

    form label {
        display: block;
        text-align: left;
        margin-bottom: 0.5em;
    }

    form .submit {
        margin-top: 2em;
        line-height: 1.5em;
        font-size: 1.3em;
    }

    form input.text,
    form select,
    form textarea {
        position: relative;
        -webkit-appearance: none;
        display: block;
        border: 0;
        background: #fff;
        background: rgba(255,255,255,0.75);
        width: 100%;
        border-radius: 0.50em;
        margin: 1em 0em;
        padding: 1.50em 1em;
        box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
        border: solid 1px rgba(0,0,0,0.15);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        font-size: 1em;
        outline: none;
    }

        form input.text:hover,
        form select:hover,
        form textarea:hover {
        }

        form input.text:focus,
        form select:focus,
        form textarea:focus {
            box-shadow: 0 0 2px 1px #E0E0E0;
            background: #fff;
        }

    form textarea {
        min-height: 12em;
    }

    form .formerize-placeholder {
        color: #555 !important;
    }

    form ::-webkit-input-placeholder {
        color: #555 !important;
    }

    form :-moz-placeholder {
        color: #555 !important;
    }

    form ::-moz-placeholder {
        color: #555 !important;
    }

    form :-ms-input-placeholder {
        color: #555 !important;
    }

    form ::-moz-focus-inner {
        border: 0;
    }


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
}

    .image img {
        display: block;
        width: 100%;
    }

.image-full {
    display: block;
    width: 100%;
    margin: 0 0 3em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image-centered img {
        margin: 0 auto;
        width: auto;
    }

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
    margin: 0;
    padding: 2em 0em 0em 0em;
    list-style: none;
}

    ul.contact li {
        display: inline-block;
        padding: 0em 0.10em;
        font-size: 1em;
    }

        ul.contact li span {
            display: none;
            margin: 0;
            padding: 0;
        }

        ul.contact li a {
            color: #FFF;
        }

            ul.contact li a:before {
                display: inline-block;
                background: #ff8a0e;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #FFFFFF;
            }


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    display: inline-block;
    margin-top: 2em;
    padding: 1em 2em 1em 2em;
    background: #333F50; /* #ff8a0e;*/
    line-height: 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    color: #FFF;
}

    .button:before {
        display: inline-block;
        background: #8DCB89;
        margin-right: 1em;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
        color: #272925;
    }

.btn-primary:hover {
    color: #008C95 !important;
    background-color: #fff;
    border-color: #fff;
}

.button-small {
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
    display: flex;
}

.titledoc {
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
    /* display: flex;*/
}

.title h2 {
    /*font-size: 2.8em;*/
    font-size: 1.60em;
    color: #008C95 !important;
    width: 100%;
}

.title .byline {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
    overflow: hidden;
    padding: 10em 0em 10em 0em;
    background: url(images/bg01.jpg) repeat-x center top;
    border-bottom: 20px solid rgba(0,0,0,.5);
}

#header {
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
}

    #logo h1 {
        display: inline-block;
        margin-bottom: 0.20em;
        padding: 0.20em 0.9em;
        background: #000;
        font-size: 3.5em;
    }

    #logo a {
        text-decoration: none;
        color: #FFF;
    }

    #logo span {
        display: block;
        text-transform: uppercase;
        font-size: 0.90em;
        color: rgba(255,255,255,0.5);
    }

        #logo span a {
            color: rgba(255,255,255,0.8);
        }



/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
}

    #menu ul {
        display: inline-block;
        padding: 0em 2em;
        background: #ff8a0e;
        text-align: center;
    }

    #menu li {
        display: inline-block;
    }

        #menu li a, #menu li span {
            display: inline-block;
            padding: 1.3em 1.5em;
            text-decoration: none;
            font-size: 0.90em;
            font-weight: 600;
            text-transform: uppercase;
            outline: 0;
            color: #FFF;
        }

        #menu li:hover a, #menu li.active a, #menu li.active span {
        }

    #menu .current_page_item a {
        color: #FFF;
    }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


#wrapper {
    overflow: hidden;
    padding: 0em 0em 1em 0em;
    background: #FFF;
}

#wrapper1 {
    background: #FFF;
}

#wrapper2 {
}

#wrapper3 {
}

#wrapper4 {
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
    overflow: hidden;
    width: 1000px;
    padding: 8em 100px 0em 100px;
    text-align: center;
    color: rgba(0,0,0,0.6);
}

    #welcome .content {
        padding: 0em 8em;
    }

    #welcome .title h2 {
        color: rgba(0,0,0,0.8);
    }

    #welcome a,
    #welcome strong {
        color: rgba(0,0,0,0.8);
    }

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page-wrapper {
    overflow: hidden;
    background: #F3F3F3;
    padding: 3em 0em;
    text-align: center;
}

#page {
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
    float: left;
    width: 700px;
    padding-right: 100px;
    border-right: 1px solid rgba(0,0,0,.1);
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
    float: right;
    width: 350px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
    text-align: center;
}


    #footer .title span {
        color: rgba(255,255,255,0.4);
    }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
    overflow: hidden;
    padding: 5em 0em;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

    #copyright p {
        text-transform: uppercase;
        font-size: 0.80em;
        color: rgba(255,255,255,0.3);
    }

    #copyright a {
        text-decoration: none;
        color: rgba(255,255,255,0.6);
    }

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

#newsletter {
    overflow: hidden;
    padding: 8em 0em;
    background: #EDEDED;
    text-align: center;
}

    #newsletter .title h2 {
        color: rgba(0,0,0,0.8);
    }

    #newsletter .content {
        width: 600px;
        margin: 0px auto;
    }

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

#portfolio {
}

    #portfolio .box {
        text-align: center;
        color: rgba(0,0,0,0.5);
    }

    #portfolio h3 {
        display: block;
        padding-bottom: 1em;
        text-transform: uppercase;
        font-size: 1em;
        color: rgba(0,0,0,0.6);
    }

    #portfolio .title {
        text-align: center;
    }

        #portfolio .title h2 {
            color: rgba(0,0,0,0.8);
        }

.column1,
.column2,
.column3,
.column4 {
    width: 282px;
}

.column1,
.column2,
.column3 {
    float: left;
    margin-right: 24px;
}

.column4 {
    float: right;
}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

#three-column {
    overflow: hidden;
    text-align: center;
}

    #three-column h2 {
        margin: 1em 0em;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 700;
    }

    #three-column .icon {
        position: relative;
        display: block;
        margin: 0px auto 0.80em auto;
        background: none;
        line-height: 150px;
        font-size: 4em;
        width: 150px;
        height: 150px;
        border-radius: 100px;
        border: 6px solid #67128F;
        text-align: center;
        color: #FFF;
    }

    #three-column #tbox1,
    #three-column #tbox2,
    #three-column #tbox3 {
        float: left;
        width: 320px;
        padding: 80px 40px 80px 40px;
    }

    #three-column .title {
        text-align: center;
        text-transform: uppercase;
    }

        #three-column .title h2 {
            font-size: 1.60em;
        }

        #three-column .title .byline {
            padding-top: 0.50em;
            font-size: 0.90em;
            color: #858585;
        }

    #three-column .arrow-down {
        border-top-color: #292929;
    }

/*********************************************************************************/
/* One Columns                                                                 */
/*********************************************************************************/

#one-column {
    overflow: hidden;
    text-align: center;
}

#one-column-left {
    overflow: hidden;
    text-align: justify;
}

#one-column h2 {
    margin: 1em 0em;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
}

#one-column .icon {
    position: relative;
    display: block;
    margin: 0px auto 0.80em auto;
    background: none;
    line-height: 150px;
    font-size: 4em;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 6px solid #67128F;
    text-align: center;
    color: #FFF;
}

#one-column #tbox1,
#one-column #tbox2,
#one-column #tbox3,
#one-column-left #tbox1 {
    /*float: left;*/
    width: 950px; /*320px;*/
    /*    padding: 20px 40px 80px 40px;*/
    padding: 20px 40px 40px 40px;
    margin: 0 auto;
}

#one-column .title {
    text-align: center;
    text-transform: uppercase;
}

    #one-column .title h2 {
        font-size: 1.60em;
    }

    #one-column .title .byline {
        padding-top: 0.50em;
        font-size: 0.90em;
        color: #858585;
    }

#one-column .arrow-down {
    border-top-color: #292929;
}

#popup-menu {
    position: fixed;
    bottom: 4px;
    right: 4px;
    opacity: 1;
    cursor: pointer;
    z-index: 4;
    max-height: 50px;
    max-width: 50px;
}

div.picture1 {
    width: 900px; /*width of your image 2048x1152 */
    height: 300px; /*height of your image*/
    background-image: url('../imgs/home.jpg');
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */
}


.psic-div {
    width: 100%;
    padding-left: 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /*    justify-content: center;
    align-items: center;
    display: flex;*/
}

.space {
    width: 0px;
    padding: 0px;
    margin: 0px;
    clear: none;
}

.psic {
    width: 33%; /* 25%;*/
    padding: 0px 20px 0px 0px;
    margin: 0px;
    float: left;
    vertical-align: top;
    border: 0px solid red;
    text-align: center;
}

.psicrow2 {
    width: 15%; /* 25%;*/
    padding: 0px 20px 0px 0px;
    margin: 0px;
    float: left;
    vertical-align: top;
    border: 0px solid red;
    text-align: center;
}

.psy-photo {
    width: 85%;
    border-radius: 50%;
}

.psy-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 22px;
    border-radius: 20px;
    display: inline-block;
    margin-top: -20px;
    background: #0197A8; /*rgba(213, 57, 44, 0.9);*/
}

    .psy-name:hover {
        background-color: #01535C; /*#D5392C;*/
    }

.psy-spec {
    font-size: 18px;
    padding: 10px 10px 30px 10px;
    color: #444444;
    font-weight: 400;
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
    display: inline-block;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
        box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.6);
    }

/* Contatti */

.c-link {
    padding-top: 8px;
    font-size: 16px;
    white-space: nowrap;
}

    .c-link .ico-social {
        vertical-align: middle;
        font-size: 40px;
        width: 48px;
        margin-right: 8px;
        text-align: left;
    }

.contact-map {
    height: 320px;
    width: 100%;
}

/* Responsive */
/* Responsive */
@media only screen and (max-width: 768px) {
    .c-link {
        font-size: 16px;
    }
}


@media only screen and (max-width: 480px) {
    .c-link {
        disabled-font-size: 15px;
    }
}

/*.spazio {
    min-height: 1x;*/
/*background: #e95182;*/
/*overflow: scroll;
}*/

#top {
    width: 100px;
    border: 0px solid #d2d2d2;
    background: #fff;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 12px;
}

text-descr {
    padding: 0px 20px 0px 20px;
    color: #ffffff;
    text-align: left;
    line-height: 1.5;
    line-height: 25px !important;
    max-width: 760px;
    font-size: 18px;
    margin: 0px auto;
}

/*.font-b {
    font-family: Nunito, Noto Sans, Cabin, Lora;
}*/



.instagram {
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

#Privacy {
    width: auto !important;
}


@media only screen and (max-width: 768px) {

    .splash-screen {
        /* display: none;*/
        padding-top: 6.5em;
    }

    .spacer {
        height: 0px;
        margin: 97px 40px 0px 40px;
        border-bottom: 1px solid #cccccc;
    }

    body {
        font-size: 12pt;
    }

    .psic {
        width: 50%;
        padding-bottom: 20px;
    }

    .psy-name {
        font-size: 18px;
    }

    .space {
        clear: both;
    }

    #one-column-left {
        overflow: hidden;
        text-align: left;
    }

    .mapxl {
        display: none !important;
    }

    .mapsmal {
        display: none !important;
    }

    .mapmed {
        display: none !important;
    }


    .title {
        text-align: left !important;
    }
}

@media only screen and (max-width: 800px) {
    .mapmed {
        display: flex !important;
    }

    .navbar-nav {
        max-width: 700px;
        float: left !important;
        padding-left: 1.1em;
    }
    .containerinterno2 {
        margin-top: 2em;
    }
    .n {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .splash-screen {
        /* display: none;*/
        padding-top: 6.5em;
    }

    .splash-screen-mobile {
        display: block;
    }

    .psic-div {
        padding-left: 0px;
    }

    .psic {
        width: 100%;
        padding: 20px 40px;
    }

    .slide-post-text {
        afont-size: 15px;
    }

    #one-column-left {
        overflow: hidden;
        text-align: left;
    }

    body {
        font-size: 12pt;
    }

    .mapxl {
        display: none !important;
    }

    .mapsmal {
        display: flex !important;
    }

    .mapmed {
        display: none !important;
    }

    .title {
        text-align: left !important;
    }

    .row {
        margin-right: 1px;
        margin-left: 1px;
    }

    .containerinterno2 {
        margin-top: 2em;
    }
    .n {
        margin-right: 10px;
    }


    .navbar-nav {
        float: left !important;
        padding-left: 1.1em;
    }
}
