.armadilloSoloContentContainer { position: relative; }
.armadilloSoloContentContainer .armadilloEditButton { position: absolute; top: 0; right: 0; z-index: 999; background: #666; color: white; border-radius: 3px; opacity: 0.5; cursor: pointer; }
.armadilloSoloContentContainer .armadilloEditButton a i.fa { color: white !important; }
.armadilloSoloContentContainer:hover .armadilloEditButton { opacity: 1; }
.armadilloSoloContentContainer .armadilloEditButton a { color: white !important; padding: 5px 5px 3px 5px !important; text-decoration: none; }
.editSoloContent, .redactorbox { width: 300px; }
.editSoloContent .toolbar-fixed-box + .redactor-editor { padding-top: 82px !important; }
ul.redactor-toolbar.toolbar-fixed-box { visibility: visible !important; top: 0 !important; }
.uk-htmleditor .uk-htmleditor-content .uk-htmleditor-preview[style] { height: 500px !important; }
.armadilloEditorFullscreen .fancybox-close { opacity: 0; }
@media (min-width:768px) { .editSoloContent, .redactor-box { width: 550px; } }
@media (min-width:992px) { .editSoloContent, .redactor-box { width: 650px; } }
@media (min-width:1200px) { .editSoloContent, .redactor-box { width: 750px; } .editSoloContent .toolbar-fixed-box + .redactor-editor { padding-top: 42px !important; } }
.editSoloContent textarea { width: 100%; }
.editSoloContent p.saveSoloContentDetails { margin: 15px 0; padding: 0; }
.armadilloPadding { padding: 15px 0; }
a.armadilloButton, a.armadilloButton:link, a.armadilloButton:visited { padding: 5px 10px; background-color: green; color: white !important; text-decoration: none !important; border-radius: 4px; }
.saveSoloContent { margin-left: 10px; opacity: 0; display: inline-block; }
.saveSoloContent.progress { margin: 0 0 0 10px; padding-bottom: 5px; height: 5px; width: 100px; background: url(../../../rw_common/plugins/stacks/armadillo/core/images/loading.gif) center center no-repeat;}
/* Redactor Styles */
/* Z-index setup */
.redactor-editor, .redactor-box, .redactor-box textarea { z-index: auto; }
.redactor-box-fullscreen { z-index: 1051; }
.redactor-toolbar { z-index: 100; }
.redactor-dropdown, .redactor-modal-box { z-index: 8052 !important; }

#stacks_in_70 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_72 {
	padding: 0px 0px 40px 0px;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/



ul#stacks_in_75_accordion {
	list-style: none;
	border-radius: 3px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_75_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

/* Label Font Choices */















/* Content Font Choices */









.stacks_in_75_accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

.stacks_in_75_accordion_label i {
}

.stacks_in_75_accordion_selected {
}

.stacks_in_75_accordion_content {
		
		padding: 10px;
	

}

ul#stacks_in_75_accordion li:last-child .stacks_in_75_accordion_content {
}

.stacks_in_75_accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
		
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

.stacks_in_75_accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

.stacks_in_75_accordion_selected .accordion_icon i {
	
}

#stacks_in_75_open_all {
	cursor: pointer;
	font-size: 20px;
	margin-top: 12px;
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */


ul#stacks_in_75_accordion {
	border: 1px solid #d4d4d4;
}

.stacks_in_75_accordion_label {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}

.stacks_in_75_accordion_selected {
	background-color: #f2f2f2;
}



.stacks_in_75_accordion_content {
	color: #434343;
	border-bottom: 1px solid #d4d4d4;
}


ul#stacks_in_75_accordion li:last-child .stacks_in_75_accordion_label {
	border-bottom: none;
}


ul#stacks_in_75_accordion li:last-child .stacks_in_75_accordion_selected {
	border-bottom: 1px solid #d4d4d4;
}

ul#stacks_in_75_accordion li:last-child .stacks_in_75_accordion_content {
	border-bottom: none;
}




/* Dark Grey */



/* Light Blue */



/* Flat Teal */



/* Blue Grey */



/* Flat Orange */



/* Forest Green */



/* Earthy */



/* Purple Power */



/* Bold Blue */



/* Baby Blue */



/* Shamrock */



/* Crimson */



/* Gun Metal */



/* Bright Blue */



/* Pinky */



/* Tesla */



/* Rustic */



/* Ruby */



/* Feather */



/* Abstract */




/* CUSTOM */




/* ------------------------------------*/
/* Edit Mode                           */
/* ------------------------------------*/

#stacks_in_75_accordion_edit_header {
	height: 60px;
	line-height: 60px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #AAAAAA;
	text-shadow: 0 1px 0 #fff;
}

/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	.stacks_in_75_accordion_label {
		font-size: 14px;
	}

	.stacks_in_75_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}

}


@media only screen and (max-width: 1024px) {
	.stacks_in_75_accordion_label {
		font-size: 14px;
	}

	.stacks_in_75_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	.stacks_in_75_accordion_label {
		font-size: 14px;
	}

	.stacks_in_75_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_75_accordion_label {
		font-size: 14px;
	}

	.stacks_in_75_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}


