﻿
/*---------------------------------------------------------------------------------

	Theme Name: Xpixel
	Theme URI: http://www.xpixel.it
	Author: Xpixel
	Author URI: http://www.xpixel.it
	Version: 1.0

-----------------------------------------------------------------------------------
	
	0.	Header 																												
	1.	Content
    2.	Navigation 
	3.	Footer
	4.	Form 
	5.  Effects												
	6.  Media Query


-----------------------------------------------------------------------------------*/

/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/

/*@import url(https://fonts.googleapis.com/css?family=Tangerine);*/

/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);*/

/*@import url(https://fonts.googleapis.com/css?family=Poiret+One);*/



/*Myriad*/
@font-face
{
    font-family: 'Myriad';
    src: url('../Fonts/Myriad/MyFonts.eot');
    src: url('../Fonts/Myriad/MyFonts.eot?#iefix') format('embedded-opentype'), url('../Fonts/Myriad/MyFonts.woff') format('woff'), url('../Fonts/Myriad/MyFonts.ttf') format('truetype'), url('../Fonts/Myriad/MyFonts.svg#Myriad') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Bell MT*/
@font-face
{
    font-family: 'BellMT';
    src: url('../Fonts/BellMT/MyFonts.eot');
    src: url('../Fonts/BellMT/MyFonts.eot?#iefix') format('embedded-opentype'), url('../Fonts/BellMT/MyFonts.woff') format('woff'), url('../Fonts/BellMT/MyFonts.ttf') format('truetype'), url('../Fonts/BellMT/MyFonts.svg#BellMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Gabrielle*/
@font-face
{
    font-family: 'Gabrielle';
    src: url('../Fonts/Gabrielle/MyFonts.eot');
    src: url('../Fonts/Gabrielle/MyFonts.eot?#iefix') format('embedded-opentype'), url('../Fonts/Gabrielle/MyFonts.woff') format('woff'), url('../Fonts/Gabrielle/MyFonts.ttf') format('truetype'), url('../Fonts/Gabrielle/MyFonts.svg#Gabrielle') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Raleway';
    src: url('../Fonts/Raleway/MyFonts.eot');
    src: url('../Fonts/Raleway/MyFonts.eot?#iefix') format('embedded-opentype'), url('../Fonts/Raleway/MyFonts.woff') format('woff'), url('../Fonts/Raleway/MyFonts.ttf') format('truetype'), url('../Fonts/Raleway/MyFonts.svg#Raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}



html
{
    height: 100%;
}


body
{
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    font-style: normal;
    font-family: 'Raleway'; /* font-family: 'Open Sans' , sans-serif;*/
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body::after
{
    content: '';
    display: block;
    height: 150px; /* Set same as footer's height */
}




gradient-background
{
    min-width: 100%; /*gradient*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b1d8ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b1d8ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#b1d8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1d8ff',GradientType=0 ); /* IE6-9 */
}



.title, .description
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
}

article h1 span
{
    font-size: 1.3em;
}

article a
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-style: normal; /*text-transform: uppercase;*/
}
article a:hover
{
    color: Black;
    text-decoration: underline;
}


/*Description*/
article p, article span, article div, article h2, article h3, article h4
{
    /*font-size: 1em;*/
    margin: 0;
    padding: 0;
}

.description img
{
    border: 5px solid #FFFFFF;
    box-shadow: 5px 5px 5px -1px #3A3A3A;
    -webkit-box-shadow: 5px 5px 5px -1px #3A3A3A;
    -moz-box-shadow: 5px 5px 5px -1px #3A3A3A;
    -o-box-shadow: 5px 5px 5px -1px #3A3A3A;
}



.temp-gradient
{
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #EAD9B0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#EAD9B0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#EAD9B0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAD9B0',GradientType=0 ); /* IE6-9 */
}

.gradient-old
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #d29c61 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d29c61 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#d29c61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d29c61',GradientType=0 ); /* IE6-9 */
}


.gradient
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #EAD9B0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#EAD9B0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#EAD9B0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAD9B0',GradientType=0 ); /* IE6-9 */
}




.overlay
{
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    opacity: 0.3;
}


img
{
    border-style: none;
}


/*image alignment*/

img.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright
{
    float: right;
}
.alignleft
{
    float: left;
}
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------------*/





/*---------------------------------------------------------------------------------*/
/*	0.	header
/*---------------------------------------------------------------------------------*/



header
{
    padding: 20px;
    position: relative;
    max-width: 1240px;
    margin: 0px auto;
    height: 60px;
}

.navbar-wrapper
{
    max-width: 1240px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}



.header-divider
{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}


.header-divider img
{
    max-width: 1241px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}




/*---------------------------------------------------------------------------------*/
/*	1.	Content
/*---------------------------------------------------------------------------------*/

#main
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto 0 auto;
}



.logo
{
    float: left;
}
.logo img
{
    max-width: 200px;
    width: 100%;
    height: auto;
}

.rss-feeds
{
    position: fixed;
    top: 7em;
    transform: translate(-50%, -50%);
    right: 0px;
    z-index: 2;
    background-color: #f26522;
    text-align: center;
    border-radius: 5px;
}
.rss-feeds a
{
    color: #fff;
    cursor: pointer;
    margin: auto;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 30px;
    margin: auto;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    text-shadow: 2px 2px 0px rgba(63,107,169, 0.5);
}
.rss-feeds a:hover
{
    color: #006666;
}




/*---------------------------------------------------------------------------------*/
/*	2.	Navigation
/*---------------------------------------------------------------------------------*/

#topPage
{
    display: none;
    position: fixed;
    right: 5px;
    top: 50%;
    cursor: pointer;
    z-index: 1000;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #000000;
    box-shadow: 0px 0px 2px 1px #666666;
    -webkit-box-shadow: 0px 0px 2px 1px #666666;
    -moz-box-shadow: 0px 0px 2px 1px #666666;
    -o-box-shadow: 0px 0px 2px 1px #666666;
    opacity: 0.8;
    text-align: center;
}

#topPage i
{
    font-size: 30px;
    margin: auto;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
}

#topPage:hover i:hover
{
    color: #CCCCCC;
}


/* icon effect */

/* common */

.header-wrapper
{
    display: block;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}


.info-wrapper
{
    max-width: 1240px;
    margin: 0px auto;
}


/*NAVBAR TOP*/

#menu
{
    z-index: 1;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0px;
    left: 0;
    top: 0;
    bottom: 0px;
    display: block;
}


/*horizontal*/
.logo-menu-side, .navbar-top
{
    display: none;
}


.navbar-top a
{
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}


.navbar-top.horizontal
{
    float: right;
    margin-right: 50px;
    margin-top: 25px;
}
.navbar-top.horizontal ul
{
    padding: 0px;
    margin: 0px;
}



.navbar-top.horizontal a, .navbar-top.horizontal a:link, .navbar-top.horizontal a:visited
{
    padding: 10px;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.navbar-top.horizontal a.activelink
{
    color: #fff;
}



.navbar-top.fixed
{
    text-align: center; /*display:none;*/
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: #E2DCD2; /*background: #914E3B;*/ /*background-image: url('../images/background/grain.png');*/
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    background-image: url('../images/logo/logo-white.svg'), none;
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 100px;
}

.navbar-top.fixed ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-top.fixed.horizontal ul li a
{
}
.navbar-top.fixed.horizontal ul li a:hover
{
    color: #fff;
}

/*top home*/
/*
.fonticons
{
    font-size: 1.3em;
    line-height: 1px;
    vertical-align: middle;
    cursor: default;
}
*/
#menuButton
{
    display: none;
    text-shadow: 2px 2px #000;
    float: right;
}

#menuButton a:hover, #menuButton a:hover, #menuButton a:link, #menuButton a:visited
{
    text-decoration: none;
}


/*effect*/


.navbar-top.horizontal a
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar-top.horizontal a:before, a.activelink
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /*background-image: url('../images/background/grain.png');*/
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-top.horizontal a:hover
{
    color: white;
}
.navbar-top.horizontal a:hover:before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.navbar-top.horizontal a.activelink
{
}

.navbar-top.horizontal li
{
    display: inline-block;
    position: relative;
}

.navbar-top.horizontal hr
{
    display: none;
}



/*top home*/

.fonticons
{
    font-size: 1.3em;
    line-height: 1px;
    vertical-align: middle;
    cursor: default;
}

#menuButton
{
    display: none;
}


.navbar-top.horizontal a:hover
{
    color: #FFFFFF;
}

.navbar-top.horizontal a.activelink
{
    color: #FFFFFF;
    font-weight: 100;
}

.navbar-top.horizontal li
{
    display: inline-block;
    position: relative;
}


/*vertical*/



.navbar-top.vertical
{
    border-width: 1px;
    border-color: #000000;
    float: left;
    clear: right;
    background-color: #000000;
    opacity: 0.8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 1px 2px 6px #333333;
    box-shadow: 1px 2px 6px #333333;
    height: 100%;
    bottom: 0;
    max-width: 150px;
    border-right-style: solid;
}

.navbar-top.vertical a, .navbar-top.vertical a:link, .navbar-top.vertical a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 10px 15px 10px;
    background-color: #2D2D2D;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid transparent;
}





.navbar-top.vertical ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-top.vertical li:first-child
{
}

.navbar-top.vertical li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.navbar-top.vertical a
{
    padding: 3px 15px 3px 15px;
    text-decoration: none;
    display: block; /* text-transform: uppercase;*/
}

.navbar-top.vertical a:hover, .navbar-top.vertical .activelink a, .navbar-top.vertical a.activelink
{
    color: #CCCCCC;
    border: 2px solid #808080;
}



.navbar-top.vertical
{
    overflow-x: hidden;
    overflow-y: visible;
}





/* Middle -------------------------------------------------------------------------*/


/*servizi*/

/*menu*/

.servizi-content
{
    position: relative;
}

.servizi-content img
{
    width: 90%;
    height: auto;
}





.wrapper-servizi a
{
    text-decoration: none;
    color: #fff;
}

.servizi-titolo
{
    text-align: center;
}

.servizi-titolo a
{
    /*font-family: 'Myriad';*/
    font-style: normal;
    font-size: 1.5em;
}

.servizi-titolo a:hover
{
    color: #006666;
}



.servizi-contenuto
{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.servizi-button
{
    text-align: center;
}

.button-container
{
    position: relative;
    height: 50px;
}




/*content*/



.content-container
{
    position: relative;
    margin-left: 350px;
    min-height: 410px;
    font-style: normal;
    font-size: 1.2em;
    background-color: #FFF; /*opacity: 0.8;*/
    border: thin solid #CCCCCC;
    top: 0px;
    left: 0px;
    bottom: 30px;
    right: 0px;
    margin-right: 20px;
}

.content-container span
{
    /*border: 2px solid #EAD9B0;*/
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: #FCFAF3;
}


.content-container div
{
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}


.frame-image
{
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
}
.frame-image img
{
    max-width: 220px;
    height: auto;
}









#navbarMiddleContent
{
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}
#navbarMiddleContentPage
{
    padding: 50px 5% 50px 5%;
    max-width: 600px;
    margin: auto;
    text-align: left;
}



.navbarMiddle .content
{
    text-align: left;
}
.navbarMiddle, .navbarMiddle ul, .navbarMiddle li .navbarMiddle a
{
    list-style: none;
    padding: 0;
}
.navbarMiddle ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbarMiddle li
{
    float: left;
    width: 28%;
    font-weight: lighter;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbarMiddle li:last-child
{
    margin-right: 0%;
}

.navbarMiddle a, .navbarMiddle a:link, .navbarMiddle a:visited
{
    text-decoration: none;
    color: #047D99;
    font-weight: lighter;
    position: relative;
}
.navbarMiddle a:hover
{
    color: #EAD9B0;
}

.navbarMiddle a.activelink
{
    color: #047D99;
}

.navbarMiddle input
{
    margin-bottom: 20px;
}

.navbarMiddle h3
{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    text-transform: lowercase;
    text-align: left;
    color: #047D99;
    font-weight: 100;
}
.wrap-gallery
{
    max-width: 1600px; /*max-height: 600px;*/
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #7E7E7E;
    -webkit-box-shadow: 0px 0px 5px 0px #7E7E7E;
    -moz-box-shadow: 0px 0px 5px 0px #7E7E7E;
    -o-box-shadow: 0px 0px 5px 0px #7E7E7E;
}
.wrap-text
{
    position: absolute;
    z-index: 1000;
    color: #FFFFFF;
    top: 30%;
    right: 0px;
    left: 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: 'Raleway' , cursive; /*font-family: 'Gabrielle';*/
    font-size: 1.8vw;
}



.wrap-gallery img
{
    margin: auto;
}




/* Sitemap -------------------------------------------------------------------------*/

.navbarSitemap
{
    background-color: #FFFFFF;
    min-width: 100%;
    text-transform: lowercase;
}
#navbarSitemapContent
{
    margin: 0% 5% 0% 5%;
}



.navbarSitemap ul
{
    padding: 0px;
    float: left;
    min-width: 20%;
    height: 100%;
    font-weight: lighter;
    text-align: left;
    margin-right: 5%;
}

.navbarSitemap li
{
    margin: 10px;
    font-weight: lighter;
}

.navbarSitemap a, .navbarSitemap a:link, .navbarSitemap a:visited
{
    text-decoration: none;
    color: #333333;
    font-weight: lighter;
    position: relative;
}
.navbarSitemap a:hover
{
    color: #047D99;
}
.navbarSitemap li:first-child
{
    list-style: none;
}

.navbarSitemap h3:before
{
    padding-right: 10px;
    content: "\f325";
    font: 400 20px/1 Fonticons;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CCCCCC;
}


/* Middle Resize ------------------------------------------------------------------*/
.navbarMiddle-page
{
    text-align: center;
}
.navbarMiddle-page a, .navbarMiddle-page a:link, .navbarMiddle-page a:visited
{
    text-decoration: none;
}
.navbarMiddle-page p
{
    color: #666666;
}
.navbarMiddle-page ul
{
    padding: 0px;
    margin: 0px;
}
.navbarMiddle-page ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.navbarMiddle-page a, .navbarMiddle-page a:link, .navbarMiddle-page a:visited
{
    text-decoration: none;
    color: #047D99;
    font-weight: lighter;
    position: relative;
}
.navbarMiddle-page a:hover
{
    color: #000000;
}


/*Navbar info necrologi*/


.navbar-info
{
    z-index: 0;
    padding:0;
}

.navbar-info ul li
{
    text-decoration: none;
}

    .navbar-info li {
        display: inline-block;
        margin: 12px 12px 17px 12px;
    }


hr.cross-divider
{
    padding: 0;
    border-top: medium double #8c8c8c;
    color: #8c8c8c;
    text-align: center;
    cursor: default;
    border-style: solid none none none;
    border-width: thin;
    border-top-color: #CCCCCC;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    width: 90%;
    margin-top: 20px;
}
hr.cross-divider:after
{
    font-family: Fonticons;
    content: "\f449";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fff;
    color: #CCCCCC;
}



/*---------------------------------------------------------------------------------*/
/*	3.	Footer
/*---------------------------------------------------------------------------------*/


/* Social and Footer --------------------------------------------------------------*/






footer
{
    position: absolute;
    height: 150px;
    bottom: 0;
    width: 100%;
}


.footer-wrapper
{
    background-color: #000000;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    border-width: thin;
    border-color: #FFFFFF;
    text-transform: lowercase;
    color: #fff;
    box-shadow: 0px -4px 6px -1px #333333;
    -webkit-box-shadow: 0px -4px 6px -1px #333333;
    -moz-box-shadow: 0px -4px 6px -1px #333333;
    -o-box-shadow: 0px -4px 6px -1px #333333;
    border-top-style: solid;
    z-index: 2;
    position: absolute;
    width: 100%;
    text-align: center;
}

.footer-wrapper li a:hover
{
    color: #CCCCCC;
}
.footer-wrapper a:link
{
    color: #FFFFFF;
}
.footer-wrapper a:visited
{
    color: #CCCCCC;
}
.footer-wrapper a.activelink
{
    color: #CCCCCC;
}
.footer-wrapper ul li, .footer-wrapper ul li a
{
    text-decoration: none;
    list-style: none;
}

.footer-wrapper hr
{
    display: none;
}

.logo-schema-img
{
    max-width: 90px;
}

.schema
{
    border: 2px solid #FFFFFF;
    padding: 15px;
    display: none;
    position: absolute;
    top: -220px;
    background-color: #000000;
    left: 40px;
}


.schema a:hover, .navbar-footer a:hover
{
    color: #CCCCCC;
}

.schema a, .schema span
{
    text-decoration: none;
    color: #FFFFFF;
    text-transform: lowercase;
    font-weight: normal;
}

.schema
{
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}



.navbar-footer ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-footer a
{
    line-height: 2em;
}

.footer-line
{
    border-width: thin;
    border-top-color: #000000;
    border-bottom-color: #333333;
    border-style: solid none solid none;
    height: 0px;
}

.footer-info ul
{
    padding: 0px;
    margin: 10px 0px 10px 0px;
}


.footer-info ul li
{
    display: inline-block;
    list-style: none;
}
.footer-info a, .footer-info a:before
{
    color: #FFFFFF;
    text-shadow: 0px -1px 0px #000000;
    font-weight: normal;
    text-transform: lowercase;
}




.footer-info i
{
    font-family: 'Raleway' , cursive;
    font-style: normal;
    font-size: 0.8em;
}

.footer-info a
{
    padding: 15px 10px 15px 10px;
    background-color: #2D2D2D;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 2px solid transparent;
}

.footer-info a:hover
{
    border: 2px solid #808080;
}


.footer-info a:before
{
    margin-right: 10px;
    font-size: 1.2em;
    float: left;
}

.footer-info li a
{
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
}


.top
{
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 3;
    box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 1px 2px 6px #333333;
    -moz-box-shadow: 1px 2px 6px #333333;
}
.top a
{
    padding: 10px;
    color: #666666;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    float: right;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666666;
    background-color: #1F1F1F;
}

.top a:hover
{
    border: 1px solid #cccccc;
}


/*---------------------------------------------------------------------------------*/
/*	4.	Form
/*---------------------------------------------------------------------------------*/

/*cordoglio*/
.cordoglio-table-left
{
    width: 50%;
    float: left;
}

.cordoglio-table-right
{
    width: 50%;
}

.cordoglio-table-captcha
{
    width: 50%;
}


.cordoglio-image-layout
{
    position: absolute;
    width: 100%;
    max-width: 595px;
    z-index: 1000;
    display: none;
}

.cordoglio-example
{
    line-height: 2.5;
    text-align: center;
}
.cordoglio-example .fonticons
{
    line-height: 1;
}

.cordoglio-text
{
    font-family: 'Raleway' , cursive; /* font-family: 'Open Sans' , sans-serif;*/
    font-size: 0.8em;
}



.cordoglio-example:hover .cordoglio-image-layout
{
    display: block;
}

.fonticon-format-image:before
{
    color: #006666;
    font-size: 1.2em;
    float: left;
    padding-right: 4px;
}



/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .cordoglio-table-left td, .cordoglio-table-right td, .cordoglio-table-body td, .cordoglio-table-captcha td
    {
        padding-right: 60px;
    }
}

#txtVerify
{
    max-width: 200px;
}

.modulo
{
    background-color: rgba(0, 0, 0, 0.5) /*background-image: url('../images/background/first-aid-kit.png');*/;
}

.modulo td
{
    position: relative;
}

.modulo span:before
{
    content: "\f153";
    font: 400 15px/1 Fonticons;
    padding-right: 5px;
    color: #dd3d36;
}


table
{
    width: 100%;
    text-align: left;
}

table td
{
    padding-bottom: 15px;
}
.inputMsg
{
    height: 200px;
    overflow: hidden;
}

.input, .inputMsg
{
    line-height: normal;
    font-family: 'Raleway';
    padding: .625em 1em;
    text-transform: none;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    font-size: 0.9em;
    width: 98%; /*safari*/
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100%  - 50px);
    width: -o-calc(100%  - 50px);
    width: calc(100%  - 50px);
}


input:focus, .input:focus, .inputMsg:focus, .inputMsg:hover, .input:hover
{
    background: #DFEAEA;
    color: #414848;
}





.field-td
{
    width: 50%;
}

.response-td
{
}



.response-wrapper
{
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    display: none; /* margin-top: 30px;*/
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.response-wrapper ul
{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.response-text
{
    font-family: 'Raleway' , cursive; /* font-family: 'Open Sans' , sans-serif;*/
    color: #333333;
    font-size: 80%;
    display: none;
}
.clear
{
    clear: both;
    padding: 0px;
    margin: 0px;
}


.red
{
    border-left: 4px solid #dd3d36;
    left: 1px;
    width: 301px;
}

.green
{
    border-left: 4px solid #7ad03a;
}


.captcha
{
    border: thin solid #666666;
    max-width: 200px;
    width: 100%;
    height: auto;
}


.response-end-wrapper
{
    display: none;
    padding: 20px;
    background-color: #fff; /*display: none; /* margin-top: 30px;*/
    position: fixed;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
    color: #666666;
}

.validate-response
{
    font-family: 'Raleway';
    color: #FF0000;
    position: absolute;
}




.RequiredFieldValidator
{
    padding: 10px;
    font-family: 'Raleway';
    display: inline-block;
    top: -20px;
    right: -20px;
    position: absolute;
    z-index: 100;
    color: #FFFFFF;
    background-color: #F0F0F0;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    font-size: 0.8em;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}

.RequiredFieldValidator:after
{
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -5px;
    left: 20%;
    border-width: 5px;
    border-style: solid;
    border-color: #F0F0F0;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}


.privacy-validator
{
    top: -30px;
    right: 100px;
}


/*Image background*/


.image-background
{
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.image-background img
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 0%;
    min-height: 0%;
}
.image-scale-wrapper
{
    position: fixed;
    top: 100%;
    left: -50%;
    width: 200%;
    z-index: 0;
}

.image-scale-wrapper img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 10%;
}

.item-move-wrapper-text
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 10%;
    z-index: -1;
}

.item-move-wrapper-clouds
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: -1;
}

.item-move-wrapper-text h1
{
    position: absolute;
    font-family: 'Arial';
    font-size: 10vw;
    opacity: 0.4;
    color: #fff;
    margin: 0;
    http: //localhost:55978/Fumanelli/403.aspx padding: 0;
}


.image-background
{
    z-index: -1;
}

.image-scale-wrapper img
{
    z-index: 1;
}





.content-page, .content-page-home
{
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}




.wrapper-cordoglio
{
    /*font-family: 'Myriad';*/
    font-family: 'Raleway' , cursive;
    text-align: center;
    color: #fff;
}

.wrapper-contatti
{
    text-align: center;
}


.image-cordoglio
{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}






/*necrologi*/



.image-large-wrapper
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -350px;
    z-index: 2;
}


.image-large
{
    position: fixed;
    width: 3000px;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 1px #666666;
    -webkit-box-shadow: 0px 0px 2px 1px #666666;
    -moz-box-shadow: 0px 0px 2px 1px #666666;
    -o-box-shadow: 0px 0px 2px 1px #666666;
    display: none;
}




#loader
{
    border: thin solid #FFFFFF;
    padding: 20px 20px 10px 20px;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: #000;
    opacity: 0.8;
    color: #EFEFEF;
    background-image: url('../images/background/bg-footer.jpg');
}

#loader span
{
    font-size: 0.7em;
    position: absolute;
    bottom: 10px;
    right: 0px;
    left: 0px;
    color: #EFEFEF;
}
#loader img
{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 120px;
}

#loader i
{
    position: absolute;
    top: 15px;
    left: 10px;
    color: #EFEFEF;
}
.necrologi-cornice-top
{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    max-width: 100px;
}
.necrologi-cornice-bottom
{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    max-width: 100px;
}
.necrologi-wrapper
{
    text-align: center;
    position: relative;
    margin: auto auto 50px auto;
    max-width: 1240px;
    width: 100%;
}


.necrologi-wrapper a
{
    text-decoration: none;
}

necrologi-wrapper i:hover
{
    color: #006666;
}



necrologi-wrapper a i
{
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    color: #808080;
}
.necrologi-content
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 20px 15px;
    border: thin solid #666666;
    z-index: 0;
    max-width: 95%;
}

.necrologi-shape
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    cursor: pointer;
}



li.necrologi-info
{
    display: none;
    padding: 15px;
    position: absolute;
    bottom: 100px;
    left: 0px;
    text-align: left;
    width: 80%;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #000;
    opacity: 0.7;
    z-index: 5;
    list-style: none;
    color: #FFFFFF;
}

li.necrologi-info:after
{
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -5px;
    left: 20%;
    border-width: 5px;
    border-style: solid;
    border-color: #000;
}


li.necrologi-info p
{
    padding: 10px;
    margin: 0px;
}


.image-thumbnail
{
    max-width: 450px;
    width: 100%;
    height: auto;
}



.servizi-divider, .negrologi-divider
{
    padding: 20px 20px 15px 20px;
    text-align: center;
}


.servizi-divider img
{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: auto;
}

.negrologi-divider img
{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: auto;
}



/*end necrologi*/


.page-wrapper
{
    position: relative;
    max-width: 1240px; /*min-height: 800px;*/
    padding: 20px 20px 40px 20px;
    margin: auto;
    font-weight: 400;
    overflow: hidden;
}
.page-wrapper i
{
    font-style: normal;
    cursor: pointer;
}

/*results*/
.wrapper-results
{
    width: 50%;
    padding: 20px;
}

.result-data
{
    font-style: italic;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}

.result-wrap
{
    padding: 20px;
    border: 2px solid #fff;
    background-color: #000000;
    opacity: 0.6;
    color: white;
}
.result-wrap p
{
    text-transform: none;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}


.result-wrap:hover
{
    border-color: #999999;
}


.result-titolo
{
    font-family: 'Raleway';
    font-style: normal;
    font-size: 1.5em;
}

.result-titolo a
{
    text-decoration: none;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}

.result-button a
{
    text-decoration: none;
}

.textNotFound
{
}
.post-container ul
{
    margin-top: 0px;
}


/*---------------------------------------------------------------------------------*/
/*	5.	Effects
/*---------------------------------------------------------------------------------*/


/*shapes*/

.talkbubble
{
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.talkbubble:before
{
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}



.circle
{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.star-five
{
    margin: 50px 0;
    position: relative;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid red;
    border-left: 100px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}
.star-five:before
{
    border-bottom: 80px solid red;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -45px;
    left: -65px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}
.star-five:after
{
    position: absolute;
    display: block;
    color: red;
    top: 3px;
    left: -105px;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid red;
    border-left: 100px solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    content: '';
}


.triangle-with-shadow
{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.btn-style-static
{
    cursor: text;
}





.btn-style, .btn-style:link, .btn-style:visited, .btn-style-static
{
    display: inline-block;
    background-color: #006666;
    padding: 10px;
    position: relative;
    font-family: 'Raleway' , cursive; /* font-family: 'Open Sans' , sans-serif;*/
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    border: solid 1px #002020;
    background-image: linear-gradient(bottom, rgb(0,32,32) 0%, rgb(0,102,102) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,32,32) 0%, rgb(0,102,102) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,32,32) 0%, rgb(0,102,102) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,32,32) 0%, rgb(0,102,102) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,32,32) 0%, rgb(0,102,102) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0,  rgb(0,32,32)), color-stop(1, rgb(0,102,102)));
    -webkit-box-shadow: inset 0px 1px 0px #9372B5, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #9372B5, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #9372B5, 0px 1px 0px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
}

.btn-style:before, .btn-style-input
{
    background-color: #ccd0d5;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12px;
    left: -12px;
    top: -11px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}
.btn-style-wrapper
{
    padding: 0px;
    margin: 15px;
    height: 40px;
    float: left;
    z-index: 0;
}

.btn-style:hover, .btn-style:focus, .btn-style:active
{
    /*background: rgba(0,102,102,1);*/
    background-color: #006666;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0,  rgb(0,102,102)), color-stop(1, rgb(0,32,32)));
    color: #BCBCBC;
}


.shadow-outer-very-small
{
    box-shadow: 0px 0px 2px 1px #666666;
    -webkit-box-shadow: 0px 0px 2px 1px #666666;
    -moz-box-shadow: 0px 0px 2px 1px #666666;
    -o-box-shadow: 0px 0px 2px 1px #666666;
}



.shadow-outer-small
{
    border: 1px solid #e5e5e5;
    box-shadow: 5px 5px 5px -1px #7E7E7E;
    -webkit-box-shadow: 5px 5px 5px -1px #7E7E7E;
    -moz-box-shadow: 5px 5px 5px -1px #7E7E7E;
    -o-box-shadow: 5px 5px 5px -1px #7E7E7E;
}

.shadow-outer-big
{
    box-shadow: 20px 20px 46px 1px #DDDDDD;
    -webkit-box-shadow: 20px 20px 46px 1px #DDDDDD;
    -moz-box-shadow: 20px 20px 46px 1px #DDDDDD;
    -o-box-shadow: 20px 20px 46px 1px #DDDDDD;
}




.shadow-inner
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
}
.border-radius
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.border-radius-small
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.shadow-inner-outer
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
}

.shadow-inner-outer-big
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
}

.shadow-top
{
    box-shadow: 0px -4px 6px -1px #DDDDDD;
    -webkit-box-shadow: 0px -4px 6px -1px #DDDDDD;
    -moz-box-shadow: 0px -4px 6px -1px #DDDDDD;
    -o-box-shadow: 0px -4px 6px -1px #DDDDDD;
}


/*---------------------------------------------------------------------------------*/
/*	6.	Media Query
/*---------------------------------------------------------------------------------*/




@media only screen and (max-width : 480px)
{


    /*cordoglio*/
    .cordoglio-table-left
    {
        width: 70%;
        clear: left;
    }

    .cordoglio-table-right
    {
        width: 70%;
    }

    .cordoglio-table-captcha
    {
        width: 100%;
    }


    .wrapper-servizi ul li:before
    {
        display: none;
    }

    .wrapper-servizi li a
    {
        padding: 0px;
        margin: 0px;
    }


    .servizi-content img
    {
        display: none;
    }



    #menuButton, .logo
    {
        text-align: center;
        margin: auto;
        width: 95%;
    }
    #menuButton
    {
        padding-top: 0px;
        float: left;
    }


    .footer-info li a
    {
        font-size: 1.1em;
    }


    .necrologi-shape
    {
        max-width: 80%;
    }


    .logo img
    {
        max-width: 280px;
    }


    .input
    {
        width: 100%;
    }

    .inputMsg
    {
        width: 100%; /*safari*/
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100%  - 30px);
        width: -o-calc(100%  - 30px);
        width: calc(100%  - 30px);
    }
    .privacy-validator
    {
        right: 0px;
    }

    .image-large
    {
        max-width: 75%;
        max-height: 75%;
    }



}


@media only screen and (max-width : 600px)
{

    li.necrologi-info
    {
        bottom: 150px;
    }



    .navbar-info li:first-child
    {
        margin-bottom: 30px;
    }

    #menuButton a
    {
        font-size: 2em;
    }

    .schema
    {
        font-size: 3vw;
    }

    .footer-info
    {
        margin-top: 6px;
    }

    .footer-info i
    {
        display: none;
    }

    .footer-info a
    {
        margin-top: 0px;
        margin-bottom: 6px;
    }



    .footer-info a:before
    {
        margin: 0px;
        padding: 10px 5px 10px 5px;
        font-size: 1.8em;
    }





    .logo img
    {
        max-width: 250px;
        margin: auto;
    }


    /*vertical resize*/

    .logo-menu-side
    {
        display: none;
    }



    .necrologi-shape
    {
        margin: auto auto 20px auto;
        width: 80%;
        height: auto;
    }



    body
    {
        font-size: 1.3rem;
    }

    .wrap-text
    {
        font-size: 3em;
    }

    .content-page, .content-page-home
    {
    }



    .wrap-gallery
    {
        display: none;
    }


    #mapContacts
    {
        width: 100%;
    }


    .footer-info
    {
        max-width: 100%;
    }



}
/*Galaxy S3 landscape*/
@media only screen and (max-width : 640px)
{





}

@media only screen and (max-height : 600px)
{


    .image-background img
    {
        top: 0px;
    }


}

@media only screen and (max-width : 800px)
{

    #menu
    {
        position: absolute;
        z-index: 998;
    }

    /*servizi*/
    .servizi-contenuto img
    {
        width: 180px;
        height: auto;
    }


    .logo
    {
        padding-right: 30px;
    }


    #menuButton
    {
        display: inline-block;
        font-size: 2em;
        cursor: pointer;
    }
    #menuButton a
    {
        cursor: pointer;
    }
    #menuButton a:hover
    {
        color: #006666;
    }



    .content-page, .content-page-home
    {
        clear: both;
        width: 100%;
    }


    .content-container
    {
        margin: auto;
        max-width: 95%;
        clear: both;
        margin-bottom: 20px;
    }

    .wrapper-results
    {
        position: relative;
        width: 95%;
        width: -moz-calc(95% - 20px);
        width: -webkit-calc(95% - 20px);
        width: -o-calc(95% - 20px);
        width: calc(95% - 20px);
    }


}


@media only screen and (max-width : 1000px)
{

    .navbar-top a i
    {
        font-weight: 400;
        font-family: "Raleway";
        font-size: 1.3em;
    }


}

@media only screen and (min-width : 1240px)
{


    .image-background img
    {
        min-width: 50%;
        min-height: 50%;
    }



}

@media only screen and (min-height : 600px)
{


    .image-background img
    {
        min-width: 50%;
        min-height: 50%;
    }



}








@media only screen and (min-width : 1500px)
{
    body
    {
        /*font-size: 1.5rem;*/
    }


    .logo img
    {
        max-width: 300px;
    }


    .wrap-text
    {
        font-size: 1.3em;
    }


    .content-container
    {
        margin-left: 460px;
        margin-right: 20px;
    }


}

/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
/*
@media screen and (-webkit-min-device-pixel-ratio:0)
{    
    .item-move-wrapper-text h1
    {
        font-size: 9em;
    }
}
*/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari only override */
    ::i-block-chrome, .item-move-wrapper-text h1
    {
        font-size: 9em;
    }
}


