<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS.woff2') format('woff2'), url('../fonts/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.3;
    z-index: 1;
}

.shine:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

::-moz-selection {
    background: #0f476f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0f476f;
    color: #fff;
    text-shadow: none;
}

/*==================================:: WOW CSS Start ::==================================*/
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(10%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-10%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(10%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(10%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-10%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(10%,0,0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-10%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-10%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(10%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,10%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,10%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-10%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(10%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-10%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

/*==================================:: WOW CSS End ::==================================*/
/*Slick Slider Css Start*/
.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    display: flex;
    display: -webkit-flex;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    min-height: 1px;
    flex-grow: 1;
    flex: inherit;
}

.slick-initialized .slick-slide {
    display: block;
    list-style: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    background: #eee;
    border: 0;
    color: #659841;
    cursor: pointer;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slick-arrow:before {
    display: block;
    content: "\f2fa";
    font-family: 'Material-Design-Iconic-Font';
    font-weight: 400;
    font-size: 28px;
}

.slick-arrow.slick-next:before {
    content: "\f2fb";
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow:hover {
    background: #659841;
    color: #fff;
}

.slick-dots {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    bottom: 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 4px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0;
    background: none;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slick-dots li button:before {
    display: block;
    content: "";
    background: #659841;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

/*Slick Slider Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var {
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    line-height: 16px;
    vertical-align: baseline;
    outline: none;
    font-size: 100%;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote,q {
    quotes: none;
}

blockquote:before,q:before {
    content: '';
    content: none;
}

blockquote:after,q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

/* ===== GLOBAL ================================================== */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1B262C;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

:focus, button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #1B262C;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    text-decoration: none;
    color: #bdd5ed;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
}

b, strong {
    font-weight: 700;
}

/* Ul Li &amp; Ol Li CSS */
ul, ol {
    margin: 0 0 20px;
    padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 15px;
}

ul li, ol li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: #1B262C;
    font-weight: 400;
    letter-spacing: 0;
}

.entry-content ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
}

.entry-content ol {
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.entry-content ul li {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 5px;
}

.entry-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.entry-content ul li li {
    list-style: disc;
}

.entry-content ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 8px;
}

.entry-content ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #4D7DAD;
    font-weight: 400;
}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6 {
    color: #1B262C;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0 0 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1B262C;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #659841;
}

h1, .h1 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
}

h2, .h2 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Paragraph CSS */
p {
    font-size: 18px;
    line-height: 28px;
    color: #1B262C;
    font-weight: 400;
    letter-spacing: 0;
    text-align: justify;
    word-wrap: break-word;
    margin: 0 0 24px;
}

hr {
    border: none;
    margin: 20px 0;
    background: #1B262C;
    height: 1px;
    width: 100%;
    clear: both;
    opacity: 0.5;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

/*table structure*/
table, .entry-content table {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {
    background: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 12px 20px;
    vertical-align: middle;
}

table th {
    color: #1B262C;
    font-weight: 400;
    background: #d4d5d6;
}

.table-striped th, .table-striped td {
    position: relative;
}

.table-striped tbody tr:nth-of-type(even) td {
    background: #d4d5d6;
}

/*Form Input Field*/
input, textarea, select {
    background: #fff;
    color: #000 !important;
    border: 1px solid #a3a3a3;
    width: 100%;
    padding: 2px 20px;
    margin: 0;
    font-size: 15px;
    color: #1B262C;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    height: 40px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
    width: auto;
    height: auto;
}

input[type="checkbox"], input[type="radio"] {
    border: none;
    width: auto;
    height: auto;
}

textarea {
    height: auto;
    padding: 15px 20px;
    min-height: 220px;
    resize: none;
}

input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {
    -webkit-appearance: none;
}

input#addressSubmit {
    -webkit-appearance: none !important ;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: normal;
}

.checkbox, .radiobox {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 14px;
    color: #676767;
}

.checkbox input, .radiobox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox .checkmark {
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #1B262C;
    position: absolute;
    left: 0;
    top: 0;
}

.checkmark:before {
    display: block;
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 10px;
    padding-left: 1px;
    opacity: 0;
}

.checkbox input:checked ~ .checkmark {
    background: #1B262C;
    border-color: #1B262C;
}

.checkbox input:checked ~ .checkmark:before {
    opacity: 1;
}

.radiobox .checkmark {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #1B262C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
}

.radiobox .checkmark:before {
    display: none;
}

.radiobox .checkmark:after {
    display: block;
    content: "";
    background: #1B262C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    opacity: 0;
}

.radiobox input:checked ~ .checkmark:after {
    opacity: 1;
}

.selectbox {
    position: relative;
    background: #fff;
    border: 1px solid #1B262C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.selectbox select {
    background: none;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #1B262C;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
}

.selectbox:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 24px;
    z-index: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0.8;
}

.selectbox.reversed:after {
    content: "\f0ec";
    transform: rotate(90deg);
    font-size: 14px;
}

/* Button styling */
.button, .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #ffffff;
    border: 1px solid #0f476f;
    color: #366b90;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    min-width: 120px;
    line-height: 22px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.button:hover, .btn:hover, .button:focus, .btn:focus {
    background: #7aa4cd;
    border-color: #7aa4cd;
    color: #fff !important;
}

.primary {
    background: #0f476f;
    border-color: #0f476f;
    color: #fff;
}

.primary:hover, .primary:focus {
    background: #659841;
    border-color: #659841;
    color: #fff;
}

.secondary {
    background: #659841;
    border-color: #659841;
    color: #fff;
}

.secondary:hover, .secondary:focus {
    background: #0f476f;
    border-color: #0f476f;
    color: #fff;
}

.white-btn {
    background: #fff;
    border-color: #fff;
    color: #0f476f;
}

.white-btn:hover, .white-btn:focus {
    background: #659841;
    border-color: #659841;
    color: #fff;
}

.white-hover:hover, .white-hover:focus {
    background: #fff;
    border-color: #fff;
    color: #0f476f;
}

.btn.small {
    padding: 8px 20px;
}

.main-wrapper {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1660px;
    padding: 0 20px;
}

.container.relative {
    z-index: 2;
}

.max-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1680px;
    padding: 0 20px;
}

section {
    position: relative;
}

section *:last-child {
    margin-bottom: 0;
}

.hide {
    display: none;
}

.v-center {
    align-items: center;
}

.j-center {
    flex-direction: column;
    justify-content: center;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.bg1 {
    background: #1e6c93;
}

.bg2 {
    background: #EEEEEE;
}

.relative {
    position: relative;
}

.trans {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*============= GLOBAL CSS END ================*/
/*Midlle Section css*/
.middle-section {
    position: relative;
    min-height: 50vh;
    overflow: hidden;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignnone {
    margin: 0 0 20px;
}

iframe.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

iframe.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

iframe.iframe-embed.alignright {
    max-width: 500px;
    height: 315px !important;
}

.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover !important;
}

.btnbox {
    padding: 20px 0 0;
}

.block-title {
    position: relative;
    margin: 0 0 40px;
}

.block-title p {
    color: #555;
    font-size: 18px;
    line-height: 32px;
}

.more-link {
    font-size: 15px;
    color: #000;
    opacity: 0.5;
}

.more-link i {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.more-link:hover {
    opacity: 1;
}

.bdr-tl {
    position: relative;
    color: #0f476f;
}

.bdr-tl:after {
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #0f476f;
    border-radius: 10px;
    margin: 10px 0 0;
}

.banner h2, .banner .h2 {
    font-weight: 600;
}

.banner {
    height: 640px;
    padding: 130px 0 0;
}

.header {
    margin: 20px 0 -62px 0;
    position: relative;
    z-index: 1;
}

.white-text * {
    color: #ffffff;
}

.white-text * .btn {
    color: #2f6992;
    font-weight: 500;
}

.banner .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.banner h3 {
    margin: 180px 0 0;
    font-weight: 600;
}

.user-section {
    padding: 30px 0;
}

.chi-sono {
    padding: 50px 0 90px;
}

.title-block h2 {
}

.title-block {
    margin: 0 0 60px;
    text-align: center;
}

.ambiti {
    padding: 40px 0 0;
}

.ambiti-card .img-block {
    margin: 0 0 10px;
}

.ambiti-card {
    text-align: center;
    padding: 0 0 80px;
}

.appuntamenti {
    padding: 40px 0;
}

.appuntamenti-inn {
    border-bottom: 1px solid #5481a1;
    padding: 0 0 40px;
}

.ambiti-card .img-block img {
    width: 100%;
}

.social-icon {
    margin: 40px 0 !important;
}

.social-icon a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: 0px 6px;
    font-size: 21px;
}

.social-icon a:hover {
    opacity: 0.6;
}

.contatti {
    margin: 0 0 16px;
}

.contatti .title-block {
    text-align: left;
    margin: 0 0 40px;
}

.map {
    padding: 30px 0;
    margin: 0 0 16px;
}

.map-inner iframe {
    width: 100%;
    height: 470px;
}

.footer {
    padding: 30px 0 1px;
}

.header-inn h5 {
    font-weight: 700;
}

.appuntamenti ul {
    padding: 0 0 0 20px;
}

.appuntamenti-form {
    max-width: 750px;
    background: #ffffff;
    padding: 30px;
    margin: 0 0 20px !important;
    border-radius: 10px;
}

.appuntamenti-form iframe {
    width: 100%;
    height: 470px;
}

.text-black {
    color: #2f6992 !important;
}

.contatti-inn .btnbox {
    max-width: 400px;
}

/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width: 1800px) {
    .container {
        max-width: 1540px;
    }
}

@media screen and (max-width: 1660px) {
    .container {
        max-width: 1340px;
    }
}

@media screen and (max-width: 1460px) {
    .container {
        max-width: 1200px;
    }
}

/* iPad 1024px View */
@media screen and (max-width: 1199px) {
    .container {
        width:100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .btnbox {
        padding: 10px 0 0;
    }

    .ptb-100 {
        padding: 80px 0;
    }

    .ptb-80, .ptb-90 {
        padding: 60px 0;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    ul li, ol li {
        font-size: 15px;
        line-height: 24px;
    }

    /*Header*/
    .nav-main {
        display: none !important;
    }

    .mobi-iconbox {
        display: block;
    }

    .header-inner, .header-fixed .header-inner {
        height: 80px;
    }

    .header-right {
        display: none;
        margin-right: 50px;
    }

    .head-btnbox {
        margin-left: 0;
    }
}

/* iPad 768px view*/
@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 34px;
        line-height: 34px;
        margin: 0 0 20px;
    }

    .ptb-120 {
        padding: 80px 0;
    }

    .ptb-100, .ptb-80 {
        padding: 60px 0;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .block-title {
        margin: 0 0 20px;
    }

    /*footer*/
    .f-inner {
        flex-wrap: wrap;
    }

    .f-left {
        width: 100%;
        max-width: 100%;
    }

    .f-right {
        min-width: 100%;
        max-width: 100%;
        border-top: 1px solid rgba(255,255,255,0.5);
        margin: 30px 0 0;
        padding: 30px 0 0;
    }
}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust:none;
    }

    h2, .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        margin: 0 0 15px;
    }

    .ptb-120, .ptb-100, .ptb-80, .ptb-90 {
        padding: 50px 0;
    }

    .ptb-60, .ptb-50 {
        padding: 40px 0;
    }

    /*Header*/
    .slick-arrow.slick-prev {
        left: 0;
    }

    .slick-arrow.slick-next {
        right: 0;
    }

    .mobile-menu-block {
        width: 80%;
        left: -105%;
    }

    .block-title .right-block {
        margin-top: 15px;
    }

    .header {
        margin: 20px 0 -85px 0;
    }

    .banner {
        height: 100%;
        padding: 60px 0 60px;
    }

    .banner h3 {
        margin: 60px 0 0;
    }

    .chi-sono {
        padding: 30px 0;
    }

    .title-block {
        margin: 0 0 20px;
    }

    .ambiti-card {
        padding: 0 0 20px;
    }

    .contatti {
        margin: 0 0 16px;
    }

    .map {
        margin: 0 0 16px;
    }
    .user-section .img-block {
        margin: 0 0 20px;
    }
}

/*767 End*/
</pre></body></html>