.header ul {
    z-index: 5;
    float: right;
    overflow: hidden;
    background-color: transparent;
	
}

.header li a {
    z-index: 5;
    font-weight: 400;
    letter-spacing: .1px;
   	color: #F4364C;
    line-height: 17px;
    font-size: 16px !important;
    padding: 0px 0px 0px 0!important;
    display: block;
    text-align: right;
	background-color: transparent;
	
}

.header li a:hover, .header .menu-btn:hover,
.header li a:focus, .header .menu-btn:focus,
.header li a:active, .header .menu-btn:active {
   	color: #A9D2CB;
	
}


/* menu */

.header .menu {
    margin-top: 0px;
    max-height: 0;
    transition: max-height .2s ease-out;
    z-index: 5;
	background-color: transparent;
}










/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0px;
    position: relative;
    user-select: none;
    margin: 46px 0 0px 0 !important;
	background-color: transparent;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #707070;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}









/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
	z-index: 5;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}








@media screen and (min-width: 945px) {
  .header li {
      z-index: 5;
      float: left;
  }
  .header li a {
      margin: 60px 40px 0px 40px!important;
      padding: 0px 0px !important;
	  
  }
  .header .menu {
      z-index: 5;   
      clear: none;
      float: right;
      max-height: none;
  }
  .header .menu-icon {
      display: none;
  }
    
    .header ul {
       
        background-color: transparent;
        margin-right: -29px;
        margin-top: -25px !important;
        z-index: 999999;
    }

}

















@media screen and (max-width: 1700px) { 

}


@media screen and (max-width: 1410px) { 

    hr.menuline {
        width: 60% !important;
    }
}

@media screen and (max-width: 1206px) { 

    hr.menuline {
        width: 55% !important;
    }
}




@media screen and (max-width: 1066px) { 

    hr.menuline {
        width: 50% !important;
    }
}


@media screen and (max-width: 945px) { 
    .header .menu-icon {
        float: right;
        padding: 0px 0px;
        margin: 50px 0 0 50px;
    }
	
	.menu li a {
	margin-top: 0px;

	
}

   
}

@media screen and (max-width: 920px) { 

	.menu li a {
      margin-left: 30px;
    }
	.header ul {
        margin-top: -10px !important;     
        margin-right: 0px;
		float: none;
		
    }
	
	.header li {
		margin-top: 50px;
	
	}
	
}









@media screen and (max-width: 745px) {
.header .menu-btn:checked ~ .menu {
    max-height: 150px;
}
	
}


@media screen and (max-width: 645px) {
	.header ul {
        margin-top: 0px !important;     
        margin-right: 50px;
		background-color: white;
		
		
		
    }
	
	.header li {
		margin-top: 0px;

	
	}
	
	#content {
	margin-top: 50px;
	z-index: -1;
}


}

@media screen and (max-width: 567px) {
	.menu li a {
     margin-left: 30px;
    }
	
	
}





@media screen and (max-width: 400px) {
	
	.header li a  {
        margin-right: 0px;
		font-size: 10px;
		line-height: 15px;
    }
}
