/* Left & Right alignment */
.left {
    float: left;
}

.right {
    float: right;
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* Global properties ======================================================== */
body, html {
    /*min-width:970px;*/
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    color: #cacaca;
    font: 12px/18px verdana, sans-serif;
}
/* Global Structure ============================================================= */
.glob {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}


@media (min-width: 990px) {
    .glob {
        padding: 8rem 0px 0 0;
    }
}

.page_spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../immagini/sfondo_giuni_russo.jpg) 50% 50% no-repeat #e1e1e1;
}
/* ============================= main layout ====================== */
a {
    outline: none;
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #bababa;
    }

h1 {
    color: #000;
    display: inline-block;
    padding: 0;
    float: left;
    padding-left: 30px;
}

h2 {
    color: #000;
    text-transform: uppercase;
    font: 18px 'verdana', sans-serif;
    padding-bottom: 25px;
}

h3 {
    color: #000;
    font: 17px 'verdana', sans-serif;
    margin-left: 30px;
}

h4 {
    color: #000;
    font: 14px 'verdana';
}

    h4 :hover {
        color: #666;
    }

h6 {
    color: #ff0000;
    font: 16px 'verdana';
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

h7 {
    color: #ffffff;
    font: 18px 'verdana';
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

p {
    color: #000;
    font: 13px 'Verdana';
}

#discografia {
    margin-left: 10px;
    text-align: justify
}

#page_about .grid_8 p {
    padding-bottom: 24px;
}

#page_catalogue p {
    text-align: center;
    font: 18px 'verdana', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    margin-top: -8px;
}

#page_about .grid_8 img {
    padding-bottom: 10px;
}

.color1 {
    color: #515151;
}

.bold {
    font-weight: bold;
}

.imgIndent {
    padding-right: 17px;
}

.imgIndent2 {
    padding-right: 5px;
    margin-top: 4px;
}

.padBot0 {
    padding-bottom: 0 !important;
}

.padBot1 {
    padding-bottom: 4px;
}

.padBot2 {
    padding-bottom: 41px !important;
}

.padBot3 {
    padding-bottom: 30px;
}

.padBot3 {
    padding-bottom: 14px;
}

.padTop1 {
    padding-top: 5px;
}

.padTop2 {
    padding-top: 23px;
    padding-right: 23px;
}

.marTop1 {
    margin-top: -4px;
}
/* ============================= header ====================== */
header {
    position: absolute;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #888;
    background: rgba(246, 237, 228, 0.8);
    box-shadow: 0px 0px 12px #000;
    padding-top: 30px;
    margin-top: 0%;
}

@media (max-width: 990px) {
    header {
        z-index: 999;
        background: rgba(246, 237, 228, 1);
        position: relative;
    }
}

.top_section {
    width: 100%;
    background: #8dc9e8;
    height: 0px;
    padding-top: 10px;
}

    .top_section p {
        margin-top: -20px;
        color: #888888;
        font: 18px 'Georgia', sans-serif;
        padding-right: 10px;
    }

#logo {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    /*width:200px;*/
    /*height:90px;
	background:url(../images/logo.png) 0 0 no-repeat;*/
    text-indent: 100%;
    white-space: nowrap;
}
/* ============================= menu ====================== */
.menu {
    color: #000;
    padding-right: 0px;
}

#menu > li {
    position: relative;
    color: #000;
    float: left;
    padding-left: 20px;
}

    #menu > li > a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 0px;
        /*padding-top:29px;*/
        padding-top: 18px;
        color: #000;
        text-align: center;
        text-decoration: none;
        font: 13px 'Verdana', sans-serif;
    }

        #menu > li > a span1 {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url(../images/menu_arrow1.png) no-repeat 50% 1px;
            /*border-top:3px solid #000;*/
        }

        #menu > li > a span2 {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url(../images/menu_arrow2.png) no-repeat 50% 1px;
            /*border-top:3px solid #000;*/
        }

        #menu > li > a span3 {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url(../images/menu_arrow3.png) no-repeat 50% 1px;
            /*border-top:3px solid #000;*/
        }

        #menu > li > a span4 {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url(../images/menu_arrow4.png) no-repeat 50% 1px;
            /*border-top:3px solid #000;*/
        }

        #menu > li > a span {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url(../images/menu_arrow.png) no-repeat 50% 1px;
            /*border-top:3px solid #000;*/
        }


.submenu_1 {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 5;
    padding: 3px 0;
    width: 130px;
    background: #f6ede4;
    text-transform: none;
}

    .submenu_1 li {
        position: relative;
        text-align: left;
        background: url(../images/submenu_line.png) repeat-x 0 bottom;
    }

        .submenu_1 li.last {
            background: none;
        }

    .submenu_1 a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 7px 0 !important;
        margin-left: 15px;
        color: #000 !important;
        text-decoration: none;
        font: 13px 'verdana', sans-serif;
    }

        .submenu_1 a b {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 29px;
        }

    .submenu_1 li > a:hover, .submenu_1 li.sfHover > a {
        color: #bababa !important;
    }

.submenu_2 {
    position: absolute;
    top: 0px;
    left: 93px;
    padding: 3px 0;
    width: 76px;
    background: #372926;
}
/* ============================= bgGall ======================= */
#bgStretch img {
    background: transparent;
}

#bgNav {
    display: none;
}

    #bgNav li {
        display: inline-block;
    }

        #bgNav li > a {
            display: block;
            width: 17px;
            height: 0px;
            /*background:url(../images/bg_selector.png) no-repeat right 0;*/
        }

    #bgNav a:hover, #bgNav .active a {
        background-position: 0 0;
    }

.gall_spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:url(../images/gallLoader.gif) 0 0 no-repeat;*/
    z-index: 2;
}
/* ============================= splash ====================== */
#splash {
    position: absolute;
    z-index: 10;
    width: 100%;
}
/* ============================= content ====================== */
#content1 {
    position: relative;
    width: 100%;
}

    #content1 > ul > li {
        position: absolute;
        width: 100%;
    }

        #content1 > ul > li > div {
            overflow: hidden;
            /*background:url(../images/pages_bg.png);*/
        }

.cont_pad {
    padding: 0px 20px 0px 20px;
}

    .cont_pad a:hover {
        opacity: 0.6;
    }

.cont_pad2 {
    padding: 59px 45px 10px 40px;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.more {
    position: relative;
    display: inline-block;
    padding: 10px 18px;
    background: url(../images/more_bg.png);
    margin-left: 9px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 13px/13px 'verdana', sans-serif;
}

    .more:hover {
        color: #999;
        padding: 12px 20px;
        top: -2px;
        left: -2px;
    }

.more2 {
    position: relative;
    display: inline-block;
    padding: 10px 12px;
    background: url(../images/more_bg.png);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px/12px 'verdana', sans-serif;
}

    .more2:hover {
        color: #999;
        padding: 12px 20px;
        top: -2px;
        left: -2px;
    }

.google_map {
    width: 310px;
    height: 221px;
    background: #fff;
}

.address {
    padding-top: 17px;
}

    .address > span {
        display: block;
        width: 190px;
    }

.mailLink {
    text-decoration: none;
}
/* ============================= lists ====================== */
.listWithMarker {
    padding-bottom: 31px;
}

    .listWithMarker li {
        display: block;
        padding-bottom: 8px;
    }

        .listWithMarker li a {
            display: inline-block;
            padding-left: 23px;
            background: url(../images/list_marker.png) 4px 4px no-repeat;
            text-transform: uppercase;
            text-decoration: none;
            color: #e4e4e4;
            font-size: 11px;
        }

            .listWithMarker li a:hover {
                color: #fff;
                background-position: 10px 4px;
                padding-left: 33px;
            }
/* ============================= footer ====================== */
footer {
    position: absolute;
    margin-top: 3rem;
    z-index: 999;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #888;
    background: rgba(246, 237, 228, 0.8);
    box-shadow: 0px 0px 12px #000;
    font: 12px/20px 'verdana', sans-serif;
    color: #a4a4a4;
    text-transform: uppercase;
}

    footer a {
        color: #fff;
        text-decoration: none;
        padding-top: 10px;
    }

        footer a:hover {
            color: #666;
        }

    footer p {
        padding-top: 20px;
        padding-bottom: 0;
    }


@media screen and (min-height: 825px) {
    footer {
        bottom: 0;
    }
}

/* ============================= forms ============================= */
#form1 input {
    margin: 0;
    padding: 8px 0 8px 17px;
    width: 292px;
    background: url(../images/input_bg.png);
    box-shadow: none;
}

#form1 textarea {
    overflow: auto;
    margin: 0;
    height: 176px;
    padding: 8px 10px 8px 17px;
    width: 442px;
    background: url(../images/input_bg.png);
    line-height: 18px;
    resize: none;
}

#form1 label {
    position: relative;
    display: inline-block;
    min-height: 37px;
}

#form1 .error, #form1 .empty {
    position: absolute;
    top: -1px;
    right: 3px;
    display: none;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    text-transform: none;
}

#form1 .success {
    position: absolute;
    width: 309px;
    height: 106px;
    background: #000;
    border: 1px solid #333;
    z-index: 1;
    opacity: 0.9;
}

    #form1 .success .success_txt {
        position: relative;
        top: 31%;
        color: #fff;
        text-align: center;
    }

.btns a {
    margin: 1px 20px 0 30px;
}
/* Form defaults */
input, select, textarea {
    color: #cacaca;
    font: 13px/17px Tahoma, sans-serif;
}

.txt_num {
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 10px;
    padding-top: 14px;
    background: url(../images/date_plane.png) no-repeat;
    font: 12px/14px 'verdana', sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.box {
    overflow: hidden;
}

/* ============================= overlay ============================= */

#dialog {
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    margin-left: -285px;
    margin-top: -339px;
}

#myNavBar li {
    margin: 0 5px 0 5px;
}

@media (max-width: 1100px) {
    .contain {
        top: 0 !important;
    }

    .scrollbar {
        display: none;
    }

    /*.overview {
        position: relative !important;
    }*/

    .viewport {
        overflow-y: scroll !important;
        /*height: auto !important;*/
    }

    /*footer{
        position: relative;
    }*/
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 990px) {
    .mt-7 {
        margin-top: 5rem;
    }

    .headericon {
        display: none !important;
    }

    header {
        padding-top: 0 !important;
    }

    .enter-link {
        text-align: right !important;
    }

    .social-giuni {
        margin-top: 100% !important;
    }

    .social-element img,
    .social-element svg {
        max-width: 40px !important;
        max-height: 40px !important;
    }

    .media-page {
        left: unset !important;
    }

    .countries-flags {
        padding-right: 1rem !important;
    }

        .countries-flags span {
            margin: 0 !important;
        }

        .countries-flags img {
            max-width: 15% !important;
        }

    .main-content .owl-theme .custom-nav {
        left: -10px !important;
        right: 0 !important;
    }
}

/*@media (max-height: 768px) {
    footer {
        position: relative;
    }
}*/

@media (min-width: 760px) and (min-height: 760px) and (max-height: 900px) and (max-width: 1000px), screen and (min-width: 1200px) and (min-height: 800px), screen and (min-height: 1200px) {
    footer {
        bottom: 0;
    }
}

@media (max-height: 490px) {
    div.social-linkpage {
        position: static !important;
        margin: 2.5rem 0 !important;
    }
}

.social-giuni {
    position: absolute;
    bottom: 26%;
    margin: 0 !important;
    z-index: 20;
}

    .social-giuni div {
        padding: 0;
        margin: 0 0.3rem 0 0.3rem;
    }

.social-element img,
.social-element svg {
    max-width: 55px;
    max-height: 55px;
}

.media-page {
    bottom: unset !important;
    left: 25%;
}

.thumbnail-scroller.vertical {
    height: 74% !important;
    top: 14% !important;
}

.thumbnail-scroller.horizontal {
    width: 87% !important;
}

.shadow {
    display: none !important;
}

.thumbnail-scroller.horizontal .buttons {
    top: 65px !important;
    left: 44% !important;
}

.press-text a {
    font-size: 11pt;
    text-decoration: none;
    text-transform: none;
}

.main-content {
    position: relative;
}

    .main-content .owl-theme .custom-nav {
        position: absolute;
        top: 15%;
        left: -10px;
        right: 40%;
    }

    .main-content .gallery-nav {
        top: 44% !important;
        left: -5% !important;
        right: -5% !important;
    }

    .main-content .thubnails-nav {
    }

    .main-content .owl-theme img {
        display: block;
        width: 100%;
        max-width: 70px !important;
    }

    .main-content .owl-gellery-theme img {
        max-width: inherit !important;
    }

    .main-content .owl-theme .custom-nav .owl-prev,
    .main-content .owl-theme .custom-nav .owl-next {
        position: absolute;
        height: 50px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;
    }

        .main-content .owl-theme .custom-nav .owl-prev i,
        .main-content .owl-theme .custom-nav .owl-next i {
            font-size: 2.5rem;
            color: #cecece;
        }

    .main-content .owl-theme .custom-nav .owl-prev {
        left: 0;
    }

    .main-content .owl-theme .custom-nav .owl-next {
        right: 0;
    }

.get-nicer {
    overflow: auto;
    padding-right: 10px;
    height: 330px;
}

.nicescroll-rails {
    background-color: transparent;
}

.nicescroll-cursors {
    border: none !important;
    background-color: #000 !important;
    border-radius: 5px !important;
}

/*#StartRegion Gallery_css */
#carousel-custom {
    margin-top: 10px;
    width: 100%;
}

    #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }

        #carousel-custom .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            #carousel-custom .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            #carousel-custom .carousel-indicators li.active img {
                opacity: 1;
            }

            #carousel-custom .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    #carousel-custom .carousel-outer {
        position: relative;
    }

.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#carousel-custom .owl-next,
#carousel-custom .owl-prev {
    background-color: transparent;
    position: absolute;
}

#carousel-custom .owl-prev {
    bottom: 4%;
    left: 18%;
}

#carousel-custom .owl-next{
    bottom: 4%;
    right: 20%;
}

/*#EndRegion Gallery_css*/
