/*@import url('demo.css');*/
@import url('font-awesome.css');

/* GLOBALS */
/*@charset "utf-8";*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: -35px 70px 0 600px;
    *zoom: 1;
    font-weight: 400;
}
.wrapper-demo_1 {
    margin: -35px 620px 0 270px;
    *zoom: 1;
    font-weight: 400;
}
.wrapper-demo_2 {
    margin: 20px 1500px 0 10px;
    *zoom: 1;
    font-weight: 400;
	/* background-color: aqua;*/
}
.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-demo_1:after {
    clear: both;
    content: "";
    display: table;
}




/* DEMO 5 */
/*===================================================================================*/
.wrapper-dropdown-5 {
	/* Size & position */
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 4px 4px;
	font-size: 150%;
	 color: #000000;
	
	/* Styles */
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-6 {
	/* Size & position */
	position: relative;
	width: 250px;
	margin: 0 auto;
	padding: 4px 4px;
	font-size: 150%;
	
	/* Styles */
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}
.wrapper-dropdown-6:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}
.wrapper-dropdown-5 .dropdown {
	/* Size & position */
	position: absolute;
	font-size: 25px; 
	 color: #000000;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	/* Styles */
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
	max-height: 0;
	overflow: hidden;
}
.wrapper-dropdown-6 .dropdown {
    /* Size & position */
    position: absolute;
    top: 150%;
    left: 0;
    right: -50%;
	z-index: 300;


    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}
.wrapper-dropdown-6 .dropdown tr {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
	background: #FFFFFF;
    color: #000000;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
	font-size: 100%;
	font-weight:400; 
}
.wrapper-dropdown-6 .dropdown tr a {
    display: block;
    text-decoration: none;
	background: #FFFFFF;
    color: #09177C;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
	font-size: 100%;
	font-weight:400; 
}
.wrapper-dropdown-6 .dropdown td a {
    display: block;
    text-decoration: none;
	background: #FFFFFF;
    color: #09177C;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
	font-size: 100%;
	font-weight:400; 
}
.wrapper-dropdown-6 .dropdown table a {
    display: block;
    text-decoration: none;
	background: #FFFFFF;
    color: #333333;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
	font-size: 100%;
	font-weight:400; 
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}
.wrapper-dropdown-6 .dropdown tr:last-of-type a {
    border: none;
}
.wrapper-dropdown-6 .dropdown td:last-of-type a {
    border: none;
}
.wrapper-dropdown-5 .dropdown li i {
    margin-right: 0px;
    color: inherit;
    vertical-align: middle;
}
.wrapper-dropdown-6 .dropdown tr i {
    margin-right: 0px;
    color: inherit;
    vertical-align: middle;
}
.wrapper-dropdown-6 .dropdown td i {
    margin-right: 0px;
    color:#09177C ;
    vertical-align: middle;
}
/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color:#57a9d9;
	font-weight:700;
	
	
}
.wrapper-dropdown-6 .dropdown tr:hover a {
    color:#57a9d9;
	font-weight:700;
	
	
}
.wrapper-dropdown-6 .dropdown td:hover a {
    color:#57a9d9;
	font-weight:700;
	
	
}
/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: #26050D;
}
.wrapper-dropdown-6.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color:#09177C;
}
.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}
.wrapper-dropdown-6.active:after {
    border-color: #82d1ff transparent;
}
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 500px;
}
.wrapper-dropdown-6.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 500px;
}
/* No CSS3 support: none */
