  
/*===================== Styles for Horizontal Dropdown Navigation =====================*/

/*===================== Arrows =====================*/
i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	margin-left:15px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*===================== align content vertically =====================*/


/*  GRID OF FOUR   ============================================================================= */


.wiusubmenu_1_of_4 {
    width: 25%;
    padding: 0 0;
}
.wiusubmenu_1_of_5 {
    width: 20%;
    padding: 0 0;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



@media only screen and (max-width: 480px) {
	
	.button {
    padding: 8px 0px 8px 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}
	

	
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .wiusubmenu_1_of_4 {
        width: 100%;
    }
	    .wiusubmenu_1_of_5 {
        width: 100%;
    }
    .dropdown-content {
        margin-top: 12px;
        display: none;
        position: relative!important;
        background-color: #f9f9f9;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        height: auto;
    }
}
/*  GRID COLUMN SETUP   ==================================================================== */

.wiuMenuCol {
    display: block;
    float: left;
    margin: 1% 0 0 0;
}
/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
    .wiuMenuCol {
        margin: 1% 0 1% 0%;
    }
}
.button {
    padding: 12px 0px 12px 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
	text-align: center;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 1.2em; 
	color: #ffffff;
		text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button:hover span {
    padding-right: 25px;
}

.dropdown {
    position: relative;
    display: inline-block;
	margin-top: 2px; 
}
.dropdown-content {
    margin-top: 12px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0s ease;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
#dropbtn-purple {
    background-color: #663399;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25);
    border-right: 1px solid rgba(205,205,205,.35);
}
.dropdown:hover #dropbtn-purple {
    background-color: #466995;
    transition-delay: 0s, 0s, 0.3s;
}
#dropbtn-orange {
     background-color: #663399;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25);
    border-right: 1px solid rgba(205,205,205,.35);
}
.dropdown:hover #dropbtn-orange {
    background-color: #f58f29;
}
#dropbtn-red {
     background-color: #663399;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25);
    border-right: 1px solid rgba(205,205,205,.35);
}
.dropdown:hover #dropbtn-red {
    background-color: #cc2b4c;
}
#dropbtn-blue {
     background-color: #663399;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25);
    border-right: 1px solid rgba(205,205,205,.35);
}
.dropdown:hover #dropbtn-blue {
    background-color: #04a4b0;
}
#dropbtn-green {
    background-color: #663399;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25);
    border-right: 1px solid rgba(205,205,205,.35);
}
.dropdown:hover #dropbtn-green {
    background-color: #54CC14;
}
