/*
Reset CSS Generated by CMS
===========================================================================================*/

/*
Page Reset
===========================================================================================*/
html, body {
	height: 100%;/* needed for container min-height */
	line-height: 1;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;}

img {border: 0;}

a:active {outline: none;}

a:focus {-moz-outline-style: none;}

form {
	margin: 0; 
	padding: 0;}
	
ol , ul li, ul, li {
	list-style: none;
	/*margin: 0;
	padding: 0;*/}

input{ margin:0;}

.clear {
	border: 0;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;}

.skip {
   position: absolute;
    top: -40px;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    background-color: #cc4c02; 
    color: #fff;  
    padding: 8px;
    box-sizing: border-box;
    font-weight: bold;
    border: 0; 
    box-shadow: none;
    outline: 0;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.skip:focus {
    position: static;
    color: #fff; 
    opacity: 1;
    z-index: 1;
    top:0;
    left: 0;
    transform: translateY(0%); 
}