.dropdown-container{
	
}
.btn-group {
    /* [disabled]margin-top: 2px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(239,11,15,1.00);	
}

.btn {
	width: 100%;
	font-size: small;
}

.btn-lg {
	width: 100%;
	/* [disabled]height: 44px; */
	padding-top: 2px;
}

.btn-default {


}

a.dropdown-text-2:hover {
	background-color: rgba(172,139,11,1.00);
	border-style: dotted;
	border-color: rgba(224,85,87,1.00);
}

.dropdown-toggle {
	border-style: solid;
	/* [disabled]border-color: rgba(44,78,116,1.00); */
	margin-top: 1%;
	margin-left: auto;
	margin-bottom: 4px;
	background-image: -webkit-linear-gradient(8deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
	background-image: -moz-linear-gradient(8deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
	background-image: linear-gradient(82deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
}

.dropdown-menu {
	width: 100%;
	background-image: -webkit-linear-gradient(8deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
	background-image: -moz-linear-gradient(8deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
	background-image: linear-gradient(82deg,rgba(196,196,197,1.00) 0%,rgba(241,241,247,1.00) 17.62%,rgba(253,253,254,1.00) 83.42%,rgba(191,191,191,1.00) 100%);
	margin-right: auto;
	font-style: italic;
	font-size: 120%;
	color: #9D0E0E;
	font-weight: bolder;
}
	box-shadow: 4px 4px 6px rgba(34,61,91,1.00);
	border-radius: 8px;
	margin-top: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	border: thin solid #06156F;
	border-radius: 8px;
	/* [disabled]margin-left: 4px; */
	/* [disabled]margin-right: 4px; */
	background-color: transparent;
}
.caret {
	
} 

.btn-block{
	/* [disabled]width: 100%; */
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
}
/* Style to reverse the caret icon from pointing downwards to upwards */


.dropdown-text-1 {
	color: rgba(43,77,115,1.00);
	font-size: 140%;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(147,179,214,1.00);
	letter-spacing: 3px;
	text-decoration: underline;
}
.dropdown-close {
	color: rgba(43,77,115,1.00);
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(82,134,192,1.00);
	letter-spacing: 3px;
}
.dropdown-text-2 {
	color: rgba(154,13,13,1.00);
	font-size: 110%;
	font-weight: bold;
}

.dropdown-text-3 {
	color: rgba(43,77,115,1.00);
	width: 300px;
}
.dropdown-menu a:link {
	color: #8B0A0B;
	font-weight: bold;
	text-shadow: 2px 2px 2px #F3ABAC;
}
.dropdown-menu a:visited {
	color: #666666;
}
.dropdown-menu a:hover {
	color: #2B4D73;
	text-shadow: 2px 2px 2px #B0C6E1;
}

@media (max-width:768px) {
.dropdown-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


}

@media (min-width:769px){
.dropdown-container {
	display: none;
}

}
