/*
Theme Name: Graphoservice
Template: Divi
*/
@import url("../css/style.css");
/* PLACE YOUR CUSTOM CSS CODE BELOW THIS LINE */


.video-overlay .et_pb_section_video_bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
    z-index:1;
}

.video-overlay .fold {
    z-index:3;
}



.overlayed:hover > div{

background-repeat: no-repeat;
-webkit-animation: fadein 0.5s;
       -moz-animation: fadein 0.5s; 
        -ms-animation: fadein 0.5s;
         -o-animation: fadein 0.5s;
            animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}

.overlayed:hover {

}

.overlayed > div {
	background-color:rgba(0,0,0,0)!important;
	height:100%;
}

.overlayed:hover > div {
	background-color:rgba(0,0,0,0.9)!important;
}

.overlayed .et_pb_blurb_description {
	font-size:150%;
}

.overlayed h2 {
		text-transform:uppercase;
	}






















#sectionNav {
    color: #fff;
    display: none;
    opacity: 0;
    right: 20px;
    top: 240px;
    position: absolute;
    z-index: 10010;
}

#sectionNav {
    display: block;
    top: 45vh;
}
#sectionNav .list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}
#sectionNav .list li {
    cursor: default;
    display: block;
    position: relative;
    text-align: right;
}

#sectionNav .list li.active .label {
    color:#369333;
}

#sectionNav .list li .label {
    color: white;
    display: block;
    font-size: 11px;
    position: absolute;
    width: 250px;
    top: 1px;
    padding-right: 28px;
    right: 0;
    opacity: 1;
    -webkit-transition-property: color, opacity;
    -moz-transition-property: color, opacity;
    transition-property: color, opacity;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#sectionNav .list li .label {
    /*width: 87px;*/
}

#sectionNav .list li .label {
    top: 0px;
}
#sectionNav .list li .dot {
    cursor: pointer;
    width: 20px;
    height: 21px;
    display: inline-block;
}

#sectionNav .list li .dot .inner {
    top: 2px;
    left: -5px;
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block;
    background: #fff;
    opacity: 0.35;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: 350ms -webkit-transform ease-in-out, 300ms opacity ease-in;
    -moz-transition: 350ms -moz-transform ease-in-out, 300ms opacity ease-in;
    -ms-transition: 350ms -ms-transform ease-in-out, 300ms opacity ease-in;
    transition: 350ms -webkit-transform ease-in-out, 300ms opacity ease-in;
}



/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */