html {
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
}


body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    padding-bottom: 100px;

    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

body.scroll {
    position: relative;
}

a {
    color: inherit;
}
a:hover {
    color: #c7bd90;
}
a:focus {
    color: inherit;
} 


iframe {
    width: 100%;
}


.clear {
    clear: both;
}

.opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


.fotorama__wrap {
    margin: 0 auto;
}
.fotorama__nav {
    bottom: 107px;
    text-align: right;
}
.fotorama__nav__shaft {
    margin-right: 2px;
}
.fotorama__stage__frame img {
    left: 0 !important;
}
.fotorama__arr {
    width: 70px;
    height: 100px;
    margin-top: -50px;
}
.fotorama__arr--next {
    background: url("../../Images/Front/fotorama-next.png") no-repeat;
    background-size: 30%;
    right: -20px;
}
.fotorama__arr--prev {
    background: url("../../Images/Front/fotorama-prev.png") no-repeat;
    background-size: 30%;
    left: 8px;
}

.fotorama__html.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}



.fancybox-nav {
    position: fixed;
}
.fancybox-next {
    right: 100px;
}
.fancybox-prev {
    left: 100px;
}

fieldset img {
    width: 11px;
    vertical-align: text-bottom !important;
}
/*
    Media Queries
*/

@media screen and (max-width: 1200px) {
    body {
        background-attachment: fixed;
        background-size: cover;
        background-repeat: repeat;
        background-position: center top;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	body {
		background: #000 !important;
		background-image: none !important;
	}
}

@media screen and (max-width: 480px) {
    .fotorama__nav {
        bottom: auto;
        text-align: center;
    }
    .fotorama__arr {
        visibility: hidden;
    }
    body {
        background: #000 !important;
        background-image: none !important;
    }
}







