/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

html {

}

body, *:not(.fa-home){
	background-color: #000000 !important;
	color: #ffff33 !important;
	text-shadow: none !important;
}
.btn, .button, button {
	background-color: #000000 !important;
	background-image: none;
	background: #000000 !important;
}
input, textarea, select, button {
	border: 1px solid #ffff33 !important;
}
#accessibility-bar,
#accessibility-bar .container,
#accessibility-bar .container .row,
#accessibility-bar .container .row .span12,
#accessibility-bar .container .row .span12 #switchform,
#accessibility-bar .container .row .span12 #switchform .btn-toolbar {
	background-color: transparent !important;
}

.t3-wrapper{
	background-image: none !important;
}

.acyfield_email .inputbox{
	border-bottom-color: #ffff33 !important;
}

.search-abt .inputbox:focus{
	border-color: #ffff33 !important;
}


/*//accessibility-bar*/
.box-orange{
	color: #e5af2f !important;
}
.box-white{
	color: white !important;
}
.box-black{
	color: #515151 !important;
}

/*Border Bottom Header*/
.module-title:before, .person-img:before,.t3-content .page-header:before,.componentheading:before{
	border-bottom-color: #ffff33 !important;
}

/*//navbar*/
.navbar-default a:hover{
	background-color: #515151 !important;
	color: #ffff33 !important;
}


/*SLideShow*/
.cameraContent,.cameracurrent,.cameraContents,.camera_target_content,.camera_overlayer,.cameraSlide,.imgLoaded,.camerarelative{
	background-color: transparent !important;
}

/*Google Map*/
.map div,.gm-style div,.gm-style canvas{
	background-color: transparent !important;
}

/*Add This Button*/
.joomla_add_this .at4-icon{
	background-color: black !important;
}