/* Go crazy with your own styles here */


header {
	min-height: 100px;
	padding: 0px 0;
	/*position: fixed;*/
	background-color: rgba(16, 26, 38, 1);
	background-color: white;
	z-index:999;
	
	
	
 
    &.is-open {
      max-height: 100%;
      position: fixed;
      top: 0;
      overflow: scroll;
      background: rgba(255, 255, 255, 0.93);
      opacity: 1;
    }
		
}

nav > ul li.selected > a,
nav > ul li.selected span {
	color: rgba(16, 26, 38, 1);
	font-weight: 700;
}

.brand{
	
	/*height: 205px;
	width: 700px;
	background-position: left center;*/
	
	
    /*margin: 10px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
	transition: all 0.3s;*/
	
	background-repeat: no-repeat;
	width: 66vw;
	background-position: left center;
	padding: 0px 0;
	background-position: left;
	background-color: white;
	z-index:999;
	margin: 0;
	max-width: 550px;
   

}





Logo {

	width: 827px;
	height: 200px;
	padding: 0px 0;
	position: fixed;
	background-color: transparent;
	background: transparent;
	opacity: 0.7;
    filter: alpha(opacity=70); 
	z-index:999;
}

Logo:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}


.right-addon {
	/*
    background-color: black;
	filter: alpha(opacity=50); */
    /*position: absolute;
    right: 10%;*/
	/*
    max-width: 200px;
    max-height: 1000px;
    text-align: center;
    padding: 10px 5px;
    overflow-y: auto;
	position: fixed;
	right: 19px;
	z-index: 1;
	color: white;
	*/
			
	background: black;
	filter: alpha(opacity=50);
    /*position: absolute;
    right: 10%;*/
    max-width: 200px;
	width: 150px;
    max-height: 1000px;
    text-align: center;
    padding: 10px 5px;
    overflow-y: auto;
	position: absolute;
	right: 10px;
	float: right;
	z-index: 1;
	color: white;
	
}

    .right-addon dl {
        padding-top: 0px;
    }

    .right-addon img {
        padding-top: 20px;
        max-width: 100px;
        max-height: 100px;
    }

.visible-custom {
    display: none;
}


@media (min-width: 1200px) {
    .visible-custom {
        display: block;
    }
}
@media (min-width: 1000px) {
	.brand{
		width: 40vw;
			}
}
	
.footer{

#grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */
} 
		
}
	
	
	
	
	
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
