/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14pt;
}

body {
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: 'EB Garamond', serif;*/
    font-family: 'Josefin Sans', sans-serif;
}



section
{
    /*padding-left: 300px !important;*/
    padding-top: 50px;
    min-height: 100vh;
    overflow-y: hidden;
}

textarea
{
    resize: none;
}

@media screen and (min-width: 1740px)
{
    section .container
    {
        padding-left: 200px !important;

    }
}

@media screen and (min-width: 1740px)
{
    .mobile-brand
    {
        display: none;
    }
}

.mobile-brand
{
    text-align: center;
    padding-top:30px;
}

.text-vertical-center {
    text-align: right;
    padding-top: 20vh;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.text-vertical-center>.container-fluid
{
    background-color: rgba(0,0,0,.5);

}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 5em;
}
.text-vertical-center h3 
{
    font-size: 3.5em;
    padding: 50px;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -400px;
    width: 400px;
    height: 100%;
    /*transform: translateX(300px);*/
    overflow-y: auto;
    /*background: #002d6e;*/
    background: rgba(0,45,110,.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper.gray-background {
    background: rgba(50,50,50,.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 55px;
    font-size: 16pt;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding-left: 20px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

@media not screen and (min-width: 1740px)
{
    .sidebar-nav > .sidebar-brand {
        display: none;
    }
}
.sidebar-nav > .sidebar-brand {
    /*    height: 55px;
        font-size: 18px;
        line-height: 55px;*/
    padding: 50px 20px;
}

.sidebar-nav > .sidebar-brand a {
    /*color: #999;*/
}

.sidebar-nav > .sidebar-brand a:hover {
    /*    color: #fff; */
    background: none;
}

@media screen and (min-width: 1740px)
{
    #menu-toggle 
    {
        display: none;
    }
}

#menu-toggle 
{
    z-index: 1000;
    position:fixed;
    left: 5px;
    color: white;
    padding: 5px;
    border-radius: 20px;
    font-size: 20px;
    background: rgba(25, 65, 124,.5) !important;
}

#menu-toggle:hover
{
    background-color: rgba(255,255,255,.5) !important;
    color: rgba(25, 65, 124,.9) !important;
}

@media screen and (min-width: 1740px)
{
    #menu-close
    {
        display: none;
    }
}

#menu-close
{
    z-index: 1000;
    position:absolute;
    right: 50px;
    color: white;
    padding: 5px;
    border-radius: 20px;
    font-size: 20px;
}

#menu-close:hover
{
    background: rgba(255,255,255,.2) !important;
}

#sidebar-wrapper.active {
    width: 400px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper.active 
{
    left: 0px;
}


@media screen and (min-width: 1740px)
{
    #sidebar-wrapper.active 
    {
        left: 75px;
    }
}


.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    min-height: 100%;
    /*background: url(../img/mare_burrasca.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    font-family: 'Italianno', cursive;

}

/* About */

.about {
    /*padding: 50px 0;*/

}

/* Services */

#services {
    padding: 50px 0;
    /*background-color: #222222;*/

    /*color: white;*/
}

/*.service-item {
    margin-bottom: 30px;
}*/

/*#services img
{
    width: 100%;
}

#services ul
{

}

#services ul li
{
    list-style-type: none;
    background-color: white;
    color: #19417c;
    margin: 5px;
    padding:5px !important;
}*/
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

#map
{
    width: 100%;
    height: 400px;
    background-color: grey;
    margin-bottom: 50px;
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

#about .cycle-slideshow
{
    margin-top: 50px;
}

#about .cycle-slideshow img
{
    width: 100%;
}

/* pager */
.cycle-pager { 
    text-align: center; 
    width: 100%; 
    /*    z-index: 500; 
        position: absolute; 
        top: 10px; */
    overflow: hidden;
}
.cycle-pager span 
{ 
    font-family: arial; 
    font-size: 50px; 
    width: 16px; 
    height: 16px; 
    display: inline-block; 
    color: #ddd; 
    cursor: pointer; 
}
.cycle-pager span.cycle-pager-active 
{ 
    color: #19417c;
}
.cycle-pager > * 
{ 
    cursor: pointer;
}

#contact iframe
{
    margin: 10px 0px;
}


#lutto
{
    /*color: white;*/
}

#lutto h3
{
    /*color: #ffffff;*/
}

#lutto .container
{
    /*    max-height: 20vh;
        overflow-y: scroll;*/
}

#lutto .row
{
    /*    background-color: rgba(0,0,0,.5);
        margin: 10px 0px;*/
}

#lutto-image
{
    min-height: 400px;
}

#parcomezzi .gallery
{
    padding-top: 50px;
}
#parcomezzi img
{
    width: 100%;
}

#lutto .frasi li
{
    padding: 0px 70px;
}

#lutto .frasi li h3
{
    font-family: 'Italianno', cursive;
    /*font-weight: bold;*/
    font-size: 48px;
}

#lutto .frasi li .author
{
    /*font-weight: bold;*/
    font-style: italic;
    text-align: right;

}

#services .cycle-slideshow
{
    /*padding: 0px 10px;*/
}

#services .cycle-slideshow img
{
    width: auto; 
    height: auto;
    padding: 0px 5px;
    /*margin: 0px 2px;*/
}
.privacy p
{
    padding-top: 50px;
    font-size: 12pt;
    color: #888888;
    text-align: right;
}

#privacy p
{
    font-size: 10pt;
}

#privacy
{
    display: none;
}
.cookie p
{
    padding-top: 50px;
    font-size: 12pt;
    color: #888888;
    text-align: right;
}

#cookie p
{
    font-size: 10pt;
}

#cookie
{
    display: none;
}

#condoglianze
{
    background-color: #dddddd;
}
#condoglianze-form
{
    margin-top: 50px;
}

#condoglianze-form label
{
    color: rgb(0,45,110);
}

section h2,
section h1
{
    color: rgb(0,45,110);
    font-weight: bold;
}

#condoglianze-form #submit
{
    width: 100%;
    color: rgb(0,45,110);
    font-size: 20pt;
    margin-top: 20px;
}

#cookieChoiceInfo
{
    /*   height: 30px; */
    color: white;
    font-size: 12pt;
}

#cookieChoiceInfo a
{
    color: white;
}

.bx-wrapper
{
    box-shadow: none;
    -webkit-box-shadow: none;
    /*padding: 0px 70px;*/
}

#services .bx-next,
#services .bx-prev
{
    display: none;
}

#services-slider
{
    margin-top: 50px;
}

#services-slider img
{
    height: 250px;
    margin: 0px 2px;
}

#composizioni-slider img
{
    height: 400px;
    /*    width: 100%;*/
    margin-bottom: 30px;
}

#composizioni-slider-nav .slick-arrow
{
    display: none !important;
}
#composizioni-slider-nav img
{
    height: 150px;
    margin: 0px 2px;
}

#parcomezzi-slider img
{
    
        width: 100%;
    margin-bottom: 30px;
}

#parcomezzi-slider-nav .slick-arrow
{
    display: none !important;
}
#parcomezzi-slider-nav img
{
    width: 300px;
    margin: 0px 2px;
}

.slick-slide 
{
    text-align: center;
}

.slick-slide img
{
}

#composizioni .slick-dots
{
    margin: -30px 0px;
}

#services .slick-dots
{
    margin: -30px 0px;
}

.slick-dots li button:before
{
    font-size: 12px !important;
}

#info
{
    height: 500px;
    width: 330px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1010;
    box-shadow: #555555 0px 0px 25px;
    border: 1px solid #999999;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

#info-toggle
{
    /*height: 40px;*/
    background-color: #19417c;
    padding: 10px;
    color: white;
    font-weight: bold;
    height: 45px;
    cursor: pointer;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

#info-toggle:hover
{
    background-color: #19417c !important;
    color: white !important;


    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

#info-content
{
    background-color: #dddddd;
    padding: 30px;
}

input
{
    font-size: 18px !important;
}

#info-submit
{
    width:100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

#info.closed
{
    margin-bottom: -455px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

#info.closed #info-toggle
{
    background-color: #aaaaaa;
}

.saluto
{
    padding: 50px 0px;
    font-family: 'Italianno', cursive;
    font-size: 48px;
    color: #bbbbbb;

}