.help-box {
	float:right;
	width:300px;
	text-align:right
}

.darkTheam {
	background-color:#000;
	color:white !important;	
}
.darkTheam .container{
	background-color:#000;
	color:white !important;	
}
.darkTheam h1 {
	color: white;	
}


.darkTheam h2 {
	color: white;	
}
.darkTheam .text {
	background-color: black;
}
.darkTheam h3{
	color: white;	
}
.darkTheam .card-header h4{
	color: white;	
}

.darkTheam legend{
	color: white !important;	
}


.darkTheam li a {
	color :#ffff70 !important;
	
}
.darkTheam a {
	color :#ffff70 !important;
	
}
.darkTheam li a:hover{
	color : red;
	
}

.darkTheam input,
.darkTheam select{
	color: black;	
}

.darkTheam .thumbnail {
	background-color:#222222;
}

.header-nav li {
	display:inline-block;


}

.darkTheam footer {
	color:white;	
	background-color: black !important;
}
.darkTheam footer > li a{
	color: #ffff70 !important;
}

.border-top {
	border-top: 1px solid #ddd;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.border-right {
	border-right: 1px solid #ddd;
}

.border-left {
	border-left: 1px solid #ddd;
}

/*.footer {
padding: 15px;
	position: absolute;
    width: 100%;
  
    background-color: #f5f5f5;

}*/

.link-list {
	padding: 0px;
}

.link-list > li {
	list-style: none;
	width:100%;
	padding : 10px;
	margin : 5px;
	background-color: #d8d8d8;

	border: 1px solid #979797;
	border-radius : 5px;
}

.link-list > li:hover{
	box-shadow: 9px 13px 26px -8px #222533;
	color:blue;
} 

.darkTheam .link-list > li {
	list-style: none;
	width:100%;
	padding : 10px;
	margin : 5px;
	/*color: #1D4190;*/
	background-color: #000000;
	border: 1px solid #979797;
	border-radius : 5px;
}

.caption {
	background: rgba(0, 0, 0, 0.8);
	margin-top: -165px;
	opacity:0.9;
}

.caption > .wrap > p {
	color: white;
	opacity:1;
}

.caption > h2 {
	color: white;
	opacity:1;
}

.page > .container {
	min-height:60vh;
}

.diagonalCorners {
	padding: 10px;
	border: 1px solid black;
	border-top-right-radius: 2em;
	border-bottom-left-radius: 2em;
	box-shadow: 10px 10px grey;
	margin: 10px;
}

.cornerall {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	margin: 10px;
}

.box {
	border-radius: 15px;
	border: 1px solid #ccc;
	margin-left:20px;
	margin-bottom:20px;
	box-shadow: 10px 10px 5px #888;
}

.hiddentext {
	position:absolute;
	left:-10000px;
	top:auto;
	overflow:hidden;
}

.shadow:hover {
	box-shadow: 9px 13px 26px -8px #222533;
}

#mainContent {
	min-height: 500px;
}

.gallaryPlugin > div {
	cursor: pointer;
}



.accessibleMenu:hover,
.accessibleMenu > a:focus {
	border:1px solid red;
}
.darkTheam accessOptions ul{
	color: white !important;
}

.darkTheme .quote {
	text-align : center;
	color : #ff5c39;
	padding : 10px;
	border : 1px solid #843298;
	border-left : 10px solid #843298;
	border-radius : 4px;
	font-size: larger;
}

.quote {
	text-align : center;
	color : #337ab7;
	padding : 10px;
	border : 1px solid #843298;
	border-left : 10px solid #843298;
	border-radius : 4px;
	font-size: larger;
}

.subQuote {
	text-align:center;
	color:#337ab7;
}

.listing li {
	list-style : none;
	
}

.listing li i {
	margin-right : 8px;
}

.thumbnail .h3 {
	border-bottom : none;
}
.darkTheam header{
	background-color: #000 ! important;
}
.darkTheam .fadeInRight{
	background-color: black;
}

.darkTheam .panel-body{
	background-color: black;
}

.darkTheam .fadeInRight .media{
	background-color: black;
}

.darkTheam .fadeInRight .media-body span{
	color:white;
}
.darkTheam .fadeInRight span{
	color: white;
}