.flash-green {
	color:green;
}
.flash-red {
	color:red;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height: 1;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
	margin-top: 2px;
}
.btn-main {
	width:40%;
}
.btn-col1 {
	width:8.333332%;
}
.btn-col2 {
	width:16.66665%;
}
.btn:hover {
	cursor:pointer;
}
.btn:active {
	position:relative;
	top:1px;
}

.btn-green {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61e670), color-stop(1, #548c5b) );
	background:-moz-linear-gradient( center top, #61e670 5%, #548c5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61e670', endColorstr='#548c5b');
	background-color:#61e670;
	color:#ffffff;
	text-shadow:1px 1px 0px #444;
}
.btn-green:hover {
	text-shadow:1px 1px 0px #eee;
}
.btn-blue {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5096eb), color-stop(1, #4154d1) );
	background:-moz-linear-gradient( center top, #5096eb 5%, #4154d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5096eb', endColorstr='#4154d1');
	background-color:#5096eb;
	color:#ffffff;
	text-shadow:1px 1px 0px #444;
}
.btn-blue:hover {
	text-shadow:1px 1px 0px #eee;
}
.btn-red {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e85454), color-stop(1, #a31d1d) );
	background:-moz-linear-gradient( center top, #e85454 5%, #a31d1d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85454', endColorstr='#a31d1d');
	background-color:#e85454;
	color:#ffffff;
	text-shadow:1px 1px 0px #444;
}
.btn-red:hover {
	text-shadow:1px 1px 0px #eee;
}

.btn-trim-padding {
	padding:4px 1px 2px 1px;
}

.error-message {
	color:red;
}

#background_cycler {position:fixed;top: 0;z-index:-1;width:100%;min-height:100%;}
#background_cycler img{position:absolute;left:0;top:0;z-index:1;width:100%;}
#background_cycler img.active{z-index:3}



.modal-dialog {
	width:800px;
}

.album-name {
	width:100%;
	padding-left: 2px;
	padding-right: 2px;
	border:solid 1px black;
}


#container {
	margin: 6px auto;
	width: 1120px;
}
#content {
	background: #9DC894;
	margin-right: 1px;
	padding: 15px;
}

.row img {
	margin:0 auto;
}

.padding-top-btm-10 {
	margin: 10px 0 10px 0;
}

.bold {
	font-weight:bold;
}
.text-center {
	text-align:center;
}

label {
	font-weight: normal;
}


.textual-logo {
	margin: 4px 0 0 2px;
}

/* ----- Main menu ----- */
#main-nav {
	margin-top: 4px;
	overflow: hidden;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav li {
	border-bottom: 6px solid #FFF;
	display: block;
	float: left;
	margin-left: 1px;
}
#main-nav li.active {
	border-color: #9DC894;
}
#main-nav li:first-child {
	margin-left: 0;
}
#main-nav a {
	border-radius: 20px 20px 0 0;
	color: #FFF;
	display: block;
	font: 100 21px Palanquin, Verdana, sans-serif;
	height: 87px;
	letter-spacing: 0.6px;
	line-height: 22px;
	padding: 12px;
	width: 159px;
}
#main-nav a:hover {
	text-decoration: none;
}

#menu-about-us {
	background: #ccc09a;
}
#menu-property {
	background: #b9d334;
}
#menu-plans {
	background: #e4b600;
}
#menu-energy {
	background: #cccc66;
}
#menu-elevated {
	background: #cc9900;
}
#menu-virtual {
	background: #7e8d6f;
}
#menu-client-area {
	background: #9dc894;
}

/* ------------------------------------------------- end of pervasive styles ------------------------------------ */

#home-menu-bar {
  	position: fixed;
  	right: 0;
  	top: 0;
	width: 250px;
	min-height: 800px;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding:20px;
}


#menu-text {
	color:#eee;
}
#menu-items {
	margin-top: 50px;
	color:#eee;
	font-size: 1.5em;
	line-height: 2em;
}
#menu-items > a {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	color:white;
	text-decoration: none;
}


#client-login-container {
	overflow: hidden;
}
#client-login {
	color: #fff;
	float: right;
	width: 200px;
}
#client-login > h1 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
}

#client-login input {
	color: #000;
	margin-bottom: 5px;
	width: 100%;
}

#about-popup {
	position: fixed;
	right:250px;
	top:180px;
	width:50%;
	padding:40px;
	background-color: rgba(0,0,0,0.6);
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color:#eee;
}
#contact-popup {
	position: fixed;
	right:0;
	top:280px;
	width:250px;
	padding:20px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color:#eee;
	line-height: 1.3em;
}

#contact-popup > a {
	color:#eee;
}

.tutorial-div {
	padding:5%;
	font-size:1.8em;
	color:white;
	font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
	background-color: rgba(0,0,0,0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

/* ------------------------------------------------- end of client login landing page styles ----------------------------------- */

#admin-login {
	position:static;
	width:300px;
	display:block;
	margin: 0 auto;
	margin-top: 200px;
	padding:10px 40px 20px 40px;
	background-color: rgba(0,0,0,0.6);
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color:#eee;
	text-align:center;
}

#admin-login > h1 {
	font-size: 1.3em;
}

#admin-login input {
	color:black;
}

/* ------------------------------------------------- end of admin login styles ----------------------------------- */


#admin-menu {
  	position: fixed;
  	right: 0;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	color:white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding:20px;
}

#menu-logo {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	background-color: white;
	padding: 10px;
}

#menu-logo img {
	width: 100%;
}

#admin-left {
	height:100%;
	padding:50px;
}

#admin-left label {
	width:30%;
}

#admin-left table {
	width:100%;
}

#admin-left tr {
	border:solid 1px black;
}

#admin-left th {
	background-color: #ccc;
}

#admin-left td, th {
	padding:4px;
}

/* ------------------------------------------------- end of admin menu styles ----------------------------------- */




.album {
	margin-left: 20px;
}
#client-area-nav {
	margin-bottom: 10px;
	text-align: right;
}

#client-area-share {
	margin-bottom: 10px;
	text-align: right;
	overflow: auto;
}

.client-area-input {
	width: 300px;
	float: right;
}

.client-area-submit {
	width: 120px;
	float: right;
}

.ico {
	font-size: 50px;
}

.jgallery:hover .zoom-container .next {
	font-size: 50px;
}

.jgallery:hover .zoom-container .prev {
	font-size: 50px;
}

.next.visible {
	z-index: 20;
}

.prev.visible {
	z-index: 20;
}

.jgallery-close {
	z-index: 25;
}

/* ------------------------------------------------- end of client menu styles ----------------------------------- */


.shadow-box {
	width:100%;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

.client-list {
	width: 100%;
	min-height: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	background-color: #ccc;
}

.client-list-title {
	display:block;
	margin-bottom: 50px;
}

.client-elem {
	display:block;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.client-elem > a {
	color:black;
}

.album-elem {
	background-color: rgba(0,0,0,0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	margin-top: 4px;
	font-size: .9em;
	color:white;
}
.album-elem-large {
	font-size:1.6em;
	padding:20px;
}
.client-album-desc {
	font-size:0.8em;
	padding-left: 28px;
}
.client-album-status {
	float:right;
	text-align: right;
}
.client-album-created {
	font-size:0.8em;
}

.fapi-img {
	position:relative;
}

.faphotocheck {
	position: absolute;
	 right: 5px;
	 top: 5px;
	z-index: 10;
}

.faphotoname {
	position:absolute;
	z-index: 15;
	bottom:10px;
	left:0px;
	font-size: 0.15em;
	color:white;
	width:100%;
	white-space:nowrap;
}

.facompletecheck {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
}
input[type=checkbox].facheck {
	margin: 0 12px 0 6px;
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
}

.menu {
	z-index: 1001;
}

.client-contact {
	background-color: #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	margin: 10px;
}

.job {
	width:100%;
	display:inline-block;
	padding:10px;
	background-color: #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}


.client-order-container {
	background-color: #ccc;
	width:100%;
	min-width:300px;
	padding:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.client-order {
	padding-top:20px;
	padding-bottom:50px;
	margin-bottom:10px;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.client-order-photo {
	display:inline-block;
}

#gallery-container {
	height: 600px;
}


/* ----- New Job Popup ----- */
#new-job-postcode {
	width: 120px;
}
#new-job-bedrooms {
	width: 60px;
}

#newJobModal .row {
	margin-bottom: 5px;
}

.new-job-btn {
	line-height: 1;
	width: auto;
}
#_submit {
	width: 100px;
}


/* ----- Footer ----- */
.main-footer {
	background: #6BA60D;
	color: #FFF;
	/*font: 20px/18px Palanquin, Verdana, sans-serif;*/
	overflow: hidden;
	padding: 5px;
	padding-left: 20px;
	margin-top: 8px;
	height: 40px;
}

.main-footer-img {
	margin-left: 20px;
}

.middle-footer {
	background-color: #cccc66;
	margin-top: 8px;
	padding: 20px;
	color: #525252;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.middle-footer-left {
	float: left;
	width: 40%;
}

.middle-footer-right {
	float: right;
	width: 50%;
	padding-right: 70px;
}

.footer-tel, .footer-email {
	float: left;
}
.footer-email {
	margin-left: 20px;
}

.footer-social {
	float: right;
}

.social-icon {
	height: 30px;
}