/* ====================================================================== CSS Style Sheet ====================================================================== */

/* ================================================== Navigation Bar */

#myNav {
	background: url(../images/bg_pattern.png);
}

/*  Navigation Bar Fonts */
.nav.navbar-nav.navbar-right li a {
	font-family: Arial;
	font-size: 16px;
	color: #4c4c4c;
}
.nav.navbar-nav.navbar-right li a:focus {
	font-weight: bold;
	color: #FF8000;
}
.nav.navbar-nav.navbar-right li a:hover {
	color: #FF8000;
}

/* Navigation Menu Button */
.navbar-default .navbar-toggle {
	border-color: transparent;
	float: right;
	font-size: 20px;
	color: #4c4c4c;
}
.navbar-default .navbar-toggle:focus {
	color: #FF8000;
}

/* ================================================== Header */

/* Header */
header {
	position: relative;
	height: 900px;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	color: #fff;
	text-align: center;
	background: url(../images/bg_pattern.png), white;
}

/* Header 01 */
#darkHeader {
	color: #4c4c4c;
}

/* Header 02 */
#whiteHeader {
	color: white;
}

/* ================================================== Home Page */

/* Home */
#home {
	margin: auto;
	padding-bottom: 100px;
	text-align: center;
	background: url(../images/bg_pattern.png), white;
}

/* About Us Hover Tile */
#hoverEffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

#hoverEffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#hoverEffect:hover .overlay {
  background-color: rgba(255, 128, 0, 0.4);
}

#hoverEffect img {
  display: block;
  position: relative;
}

#hoverEffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 2.40);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 2.40);
	margin: auto;
	margin-top: 30px;
	font-size: 28px;
	text-shadow: 3px 3px 2px black;
}
#hoverEffect:hover a.info {
	padding-top: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#logo {
	text-align: center;
	margin: auto;
	width: 250px;
	margin-top: 80px;
	margin-bottom: 80px;
}

/* ================================================== About Us */

/* About Us */
#aboutUs {
	background-color: white;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: auto;
}

/* About Us Image */
#aboutUsImage {
	margin: auto;
	width: 300px;
}

/* About Us Body */
#aboutUsBody {
	font-size: 18px;
	-moz-text-align-last: center;
    text-align: left;
	color: #4c4c4c;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	padding-top: 50px;
}

/* ================================================== Practice */

/* Practice */
#practice {
	background-color: #808080;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: auto;
}

/* Practice Image */
#practiceImage {
	margin: auto;
	width: 300px;
	padding-top: 20px;
}

/* Practice Body */
#practiceBody {
	font-size: 18px;
	color: white;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	margin-left: auto;
  margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

/* ================================================== Our Services */

/* Our Services */
#ourServices {
	background-color: white;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
}

/* Our Services Image */
#ourServicesImage {
	padding-top: 80px;
	margin: auto;
	width: 300px;
}

/* Our Services Body */
#ourServicesBody1 {
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
#ourServicesBody2 {
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 20px;
}

/* ================================================== The Team */

/* The Team */
#meetUs {
	background-color: #FF8000;
	padding-top: 80px;
	padding-bottom: 140px;
	margin: auto;
}

/* Team Member Section */
#teamMemberImage {
	padding-top: 100px;
}

/* Team Member Section */
#teamMemberText {
	padding-top: 80px;
}

/* Practice Image */
#memberImage {
	margin: auto;
	width: 200px;
	text-align: center;
}

/* Practice Body */
#theTeamBody {
	font-size: 16px;
	color: white;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	margin-left: auto;
  margin-right: auto;
}

/* Read More */
.morecontent span {
  display: none;
}
.morelink {
  display: block;
	border-radius: 50px;
	background-color: white;
	color: #FF8000;
	width: 110px;
	height: 28px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

.morelink:hover {
	color: white;
  background-color: #808080;
	text-decoration: none;
}
.morelink:focus {
  color: white;
  background-color: #808080;
	text-decoration: none;
	font-weight: bold;
}

/* ================================================== Awards */

/* Awards */
#awards {
	background-color: white;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
}

/* Thumbnail */
#awardsThumbnail {
	position: relative;
	border: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Awards Image */
#awardsImage {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#awardsThumbnail:hover #awardsImage,
#awardsThumbnail:active #awardsImage,
#awardsThumbnail:focus #awardsImage {
	opacity: 1;
}

/* Awards Caption */
#awardsCaption {
	position: absolute;
  opacity: 0;
	left: 50%;
	width: 100%;
	margin: -150px 0 0 0;
	padding: 20px 20px 0px 20px;
	-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#awardsThumbnail:hover #awardsCaption,
#awardsThumbnail:active #awardsCaption,
#awardsThumbnail:focus #awardsCaption {
	opacity: 1;
	cursor: pointer;
}

/* Awards Title */
#awardsTitle {
	background: rgba(255, 128, 0, 0.9);
	color: #4c4c4c;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	border-radius: 0;
	padding: 20px;
}

/* Awards Body */
#awardsBody {
	background: rgba(255, 128, 0, 0.9);
	color: #4c4c4c;
	font-size: 16px;
	text-align: left;
	padding: 10px;
}

/* On Small Screen */
@media screen and (max-width: 768px) {

	/* Thumbnail */
	#awardsThumbnail {
		position: relative;
		padding: 10px;
	}

	#awardsThumbnail:hover #awardsCaption,
	#awardsThumbnail:active #awardsCaption,
	#awardsThumbnail:focus #awardsCaption {
		background: rgba(255, 128, 0, 0.9);
		opacity: 0;
		cursor: pointer;
	}

}

/* ================================================== Press */

/* Press */
#press {
	background-color: #808080;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
}

/* Thumbnail */
#pressThumbnail {
  border: 1;
  border-color: white;
  box-shadow: 0;
  border-radius: 0;
	background: transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#pressThumbnail:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Press Image - Zoom In */
#pressImage {
	margin: auto;
	width: 300px;
}

/* Press Image Pop Up */
#appear_image_div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.7;
	background: #808080;
}

/* Press Body */
#pressBody1 {
	font-size: 18px;
	color: white;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 70px;
}

/* Press Body */
#pressBody2 {
	font-size: 12px;
	color: white;
	margin: auto;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;     /* fallback */
	max-height: 32px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

/* ================================================== Projects */

/* Home Button */
#homePageBtn3 {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn3:hover {
	background-color: #cc6600;
}

/* Project Category Button */
#viewProjectLocationBtn {
	border: 1px solid #FF8000;
	border-radius: 0;
	margin-top: 20px;
}
#viewProjectLocationBtn {
	cursor: default;
}

/* Project Category Button - Image */
#indexItemImage {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Project Category Button - Caption */
#projectImageCaption {
	color: #4c4c4c;
	bottom: 10px;
	font-size: 26px;
	text-align: center;
	margin: auto;
}

/* View Project Images */
#viewImage {
	text-align: center;
	margin: auto;
}

/* View Project Description */
#viewDescription {
	background-color: white;
	border: none;
	border-color: white;
	padding-top: 50px;
	color: #4c4c4c;
	text-align: justify;
	font-size: 18px;
	line-height: 180%;
	width: 100%;
	cursor: default;
}

/* ================================================== Contact Us */

/*  Contact Us */
#contactUs {
	background-color: white;
	padding-top: 10px;
	margin: 0 auto;
}

/* Contact Us Background */
#contactUsBg {
	position: relative;
	height: 200px;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	background: url(../images/bg_pattern.png),
	linear-gradient(to top,#0000FF,#00FFFF);
	color: #fff;
	text-align: center;
}

/*  Logo */
#contactUsLogo {
	margin: auto;
	margin-top: 30px;
	width: 550px;
}

/* Contact Body */
#contactBody {
	font-size: 18px;
	color: white;
	text-align: center;
	margin: auto;
	background-color: #FF8000;
}

/* Go Back Button */
#goBack2 {
	color: white;
	background-color: red;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#goBack2:hover,
#goBack2:focus {
	color: white;
	background-color: #cc0000;
}

/* Hr Line */
#contactUsHr {
	max-width: 250px;
	border-color: #4c4c4c;
}

/* Contact Form Text Boxes */
#contactForm {
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 350px;
	height: 50px;
	margin: auto;
	font-size: 20px;
}

/* Contact Form Message Boxe */
#contactFormMsgBox {
	border: 1px solid #FF8000;
	border-radius: 20px;
	width: 350px;
	margin: auto;
	font-size: 14px;
	padding-bottom: 20px;
}

/* Form Submit Button */
#formSubmitBtn {
	color: white;
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 350px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#formSubmitBtn:hover,
#formSubmitBtn:focus {
  color: white;
  background-color: #cc6600;
}

/* Google Map */
#googleMap {
	margin: auto;
	height: 100%;
}

/* ================================================== Login */

/* Header */
#adminLoginPage {
	position: relative;
	height: 200px;
	width: 100%;
	overflow-y: hidden;
	color: #fff;
	text-align: center;
	background: url(../images/bg_pattern.png), white;
}

/* Logo */
#adminLoginPageLogo {
	padding-top: 20px;
	margin: auto;
}

/* Well */
#loginWell {
	width: auto;
	margin: 40px auto;
	height: auto;
	padding-bottom: 100px;
}

/* Login Panel */
#adminLoginFormThumbnail {
	background: transparent;
	margin: auto;
	text-align: center;
	width: 350px;
	height: 300px;
	margin-bottom: 120px;
}

/* Login Header */
#loginDarkHeader {
	color: #4c4c4c;
	padding-bottom: 2px;
}

/*  Login Form Text Boxes */
#loginForm {
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 280px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

/* Login Button */
#loginBtn {
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 5px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#loginBtn:hover {
  color: white;
  background-color: #cc6600;
}

/* Hr Line */
#loginHr {
	border-color: #4c4c4c;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Register Button on Login Page */
#registerBtn {
	background-color: #2ECC40;
	border: 1px solid #FF8000;
	border-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#registerBtn:hover,
#registerBtn:focus {
  color: white;
  background-color: #21912e;
}

/* ================================================== Register */

/* Register Panel */
#adminRegisterFormThumbnail {
	background: transparent;
	margin: auto;
	text-align: center;
	width: 350px;
	height: 300px;
	margin-top: 50px;
	margin-bottom: 120px;
}

/*  Register Form Text Boxes */
#regForm {
	border: 1px solid #2ECC40;
	border-radius: 50px;
	width: 280px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

/* Register Button on Register Page */
#registerBtn2 {
	background-color: #2ECC40;
	border-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#registerBtn2:hover,
#registerBtn2:focus {
  color: white;
  background-color: #21912e;
}

/* Back Button */
#registerBackBtn {
	background-color: red;
	border-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin-bottom: 40px;
}
#registerBackBtn:hover,
#registerBackBtn:focus {
  color: white;
  background-color: #cc0000;
}

/* ================================================== Admin Panel */

/* Admin Panel */
#adminPanel {
	padding-bottom: 100px;
}

/* Edit Profile Button */
#editProfileFromAdmin {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#editProfileFromAdmin:hover,
#editProfileFromAdmin:focus {
  color: white;
  background-color: #666666;
}

/* Home Button */
#homePageBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn:hover,
#homePageBtn:focus {
	color: white;
  background-color: #cc6600;
}

/* Logout Button */
#adminlogoutBtn {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#adminlogoutBtn:hover,
#adminlogoutBtn:focus {
  color: white;
  background-color: #666666;
}

/* Add Category Button */
#addCategoryBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addCategoryBtn:hover {
	background-color: #21912e;
}

/* Add Location Button */
#addLocationBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addLocationBtn:hover {
	background-color: #21912e;
}

/* Add Project Button */
#addProjectBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addProjectBtn:hover {
	background-color: #21912e;
}

/* Edit Category Button */
#editCategoryBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editCategoryBtn:hover {
	background-color: #cc6600;
}

/* Edit Location Button */
#editLocationBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editLocationBtn:hover {
	background-color: #cc6600;
}

/* Edit Project Button */
#editProjectBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editProjectBtn:hover {
	background-color: #cc6600;
}

/* Delete Category Button */
#deleteCategoryBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteCategoryBtn:hover {
	background-color: #cc0000;
}

/* Delete Location Button */
#deleteLocationBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteLocationBtn:hover {
	background-color: #cc0000;
}

/* Delete Project Button */
#deleteProjectBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteProjectBtn:hover {
	background-color: #cc0000;
}

/* Available Projects Panel */
#availableProjects {
	padding-top: 50px;
	padding-bottom: 100px;
}

/* ================================================== Edit User Profile */

/* Current Registered Username Title */
#currrentUsernameEditProfile {
	color: #4c4c4c;
	padding-top: 10px;
}

/* Hr Line */
#editProfileHr {
	border-color: #4c4c4c;
	width: 300px;
}

/*  Update Form Text Boxes */
#editUserForm {
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 280px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

/* Checkboxes */
#checkbox1, #checkbox2 {
	width: 20px;
	height: 20px;
	margin: auto;
}

/* Update Button */
#updateUserBtn {
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#updateUserBtn:hover,
#updateUserBtn:focus {
  color: white;
  background-color: #cc6600;
}

/* Delete Button */
#deleteUserBtn {
	background-color: red;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#deleteUserBtn:hover,
#deleteUserBtn:focus {
  color: white;
  background-color: #cc0000;
}

/* ================================================== Add Project */

/* Go Back Button */
#goBack {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#goBack:hover,
#goBack:focus {
	color: white;
	background-color: #666666;
}

/* Home Button */
#homePageBtn2 {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn2:hover {
	background-color: #cc6600;
}

/* Logout Button */
#logoutBtn {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#logoutBtn:hover,
#logoutBtn:focus {
  color: white;
  background-color: #666666;
}

/* Header */
#addProjectDarkHeader {
	color: #4c4c4c;
	margin: auto;
	text-align: center;
}

/*  Text Boxes */
#addFormTextBox {
	color: #4c4c4c;
	border: 1px solid #2ECC40;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#addDescriptionBox {
	color: #4c4c4c;
	border: 1px solid #2ECC40;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* Upload Images */
#imageUpload {
	color: #4c4c4c;
	font-size: 18px;
	padding-bottom: 10px;
}

/* Add Project Button */
#addProjectBtn02 {
	color: white;
	background-color: #2ECC40;
	border: 1px solid #FF8000;
	border-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 200px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
#addProjectBtn02:hover {
	background-color: #2abb3b;
	font-weight: bold;
}

/* Add Projects Form */
#addProjectForm {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ================================================== Edit Project */

/*  Text Boxes */
#editFormTextBox {
	color: #4c4c4c;
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#editDescriptionBox {
	color: #4c4c4c;
	border: 1px solid #FF8000;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* Find Project Button */
#findProjectBtn {
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 150px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#findProjectBtn:hover,
#findProjectBtn:focus {
  color: white;
  background-color: #cc6600;
}

/* ================================================== Delete Project */

/*  Text Boxes */
#deleteFormTextBox {
	color: #4c4c4c;
	border: 1px solid red;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#deleteDescriptionBox {
	color: #4c4c4c;
	border: 1px solid red;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* ================================================== Loader */

/* Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

/* ================================================== Back To Top Button */

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    height: 80px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
		margin-bottom: 30px;
		margin-right: 20px;
}
#backToTop i {
    color: white;
    margin: 0;
    position: relative;
    left: 21px;
    top: 15px;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#backToTop:hover {
    background: rgba(0, 0, 0, 0.6);
}
#backToTop:hover i {
    color: #FF8000;
    top: 5px;
}

/* ================================================== The End */

/* Facebook & Linked In */
#theEnd {
	background-color: white;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: auto;
}

/* ================================================== Footer */

#footer	{
	background-color: white;
  width: 100%;
	font-size: 14px;
	text-align: center;
	color: #4c4c4c;
	border-top: solid #FF8000;
	border-width: 1px;
}
