@charset "UTF-8";
html {
background-size: 100%;
background: url(images/background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-size: 300%;
}

img { max-width:100%;
height: auto;

}
#container {
	min-height:100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
#topcontent {
	height: 155px;
	width: 90%;
	margin-left: 10%;
	margin-top: 40px;
}
#HPmiddlecontent {
	height: auto;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#leftcolumn {
	float: left;
	margin-right: 100px;
	width: 208px;
}
#rightcolumn {
	float: left;
	height: auto;
	width: auto;
}
#campuscaveslogo {
	width: auto;
	height: 60%;
}
#menu {
	height: auto;
	width: auto;
	margin-top: 65px;
}
#button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: rgba(141,201,166,1);
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
#spacer20 {
	clear: both;
	height: 20px;
	width: auto;
}
#spacer5 {
	clear: both;
}
#spacer10 {
	clear: both;
	height: 10px;
}
.HPHeading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
}
.HPHeading_green {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: rgba(141,201,166,1);
}
.HPContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 18px;
}
.HPContent_green {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(141,201,166,1);
	line-height: 18px;
}
#HProw {
	min-height: 180px;
	width: 100%;
	/* [disabled]background-color: rgba(96,90,83,1); */
	position: relative;
	overflow: visible;
	height: 100%;
	float: left;
}
#HPintroduction {
	background-color: #d2bf0b;
	height: auto;
	width: 62%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	min-height:180px;
	
}
#HPchallenge {
	float: left;
	height: 100%;
	width: 30%;
	background-color: #074b8d;
	margin-bottom: 2%;
	position: relative;
	min-height:180px;
}
#HP_google {
	background-color: #006600;
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 100%;
	position: relative;
	min-height: 180px;	
}
#HPsolution {
	float: left;
	height: 100%;
	width: 30%;
	margin-bottom: 2%;
	background-color: #7d398e;
	position: relative;
	min-height:180px;
	
}
#HPNews {
	background-color: #e3a016;
	float: left;
	height: 100%;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	min-height:180px;
	
}
#HPmanagment {
	float: left;
	height: 100%;
	width: 62%;
	margin-bottom: 2%;
	background-color: #cf432e;
	position: relative;
	min-height:180px;
	
}
#HPsocial {
	height: 100%;
	width: 30.5%;
	margin-right: 2%;
	float: left;
	min-height:180px;
	
}
#socialwrap {
	margin-right: 2%;
	position: relative;
}
#socialicons {
	height: auto;
	width: 100%;
}
#HPsocialcontent {
	height: auto;
	width: auto;
	background-color: rgba(255,255,255,1);
	margin-top: 8px;
}
#HPlatestprojects {
	float: left;
	height: 100%;
	width: 30%;
	margin-right: 2%;
	background-color: #95b130;
	margin-bottom: 2%;
	position: relative;
	min-height:180px;
	
}
#HPgallery {
	float: left;
	width: 30%;
	height: auto;
	background-color: rgba(255,255,255,1);
	margin-bottom: 2%;
	position: relative;
	min-height: 180px;
	
    height: 100px;
    background-image: url("images/gallery.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#HPprofile {
	background-color: #c4b825;
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 100%;
	position: relative;
	min-height:180px;
	
}
#HPheading {
	height: auto;
	width: auto;
	padding: 10px;
}
#HPContent {
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding: 10px;
}
#HPreadmore {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-decoration: underline;
	margin-top: 10px;
	clear: both;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#socialicons_inside {
	height: auto;
	width: 80%;
	margin-top: 35px;
}
#leftcolumn_inside {
	float: left;
	height: auto;
	width: 30%;
}
#top_rightcolumn_inside {
	float: right;
	height: auto;
	width: auto;
	margin-right: 10%;
}
#rightcolumn_inside {
	float: left;
	height: auto;
	width: 60%;
	margin-left: 5%;
	margin-right: 5%;
}
#pageheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: rgba(255,255,255,1);
	margin-bottom: 30px;
}
#pagesubheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: rgba(142,201,166,1);
	height: auto;
	width: 80%;
	margin-bottom: 30px;
}
#pagecontent_wrap {
	height: auto;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: rgba(255,255,255,1);
}
.pagecontentheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: rgba(142,201,166,1);
}
#pagecontent_left {
	float: left;
	height: auto;
	width: 45%;
}
#profile {
	padding: 10px;
	height: auto;
	width: auto;
}
#pagecontent_full {
	float: none;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(142,197,144,1);
}
#gallerycontent_full {
	float: none;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(142,197,144,1);
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
}
#pagecontent_right {
	float: right;
	height: auto;
	width: 50%;
}
.structureimage {
	margin-right: auto;
	margin-left: auto;
	border: thin solid rgba(139,197,162,1);
}
#profileimage {
	height: auto;
	width: auto;
}
#profilename {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: rgba(139,197,162,1);
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ProfileContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255,255,255,1);
	height: auto;
	width: auto;
}
#Side_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 80px;
}
#pagetitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: rgba(255,255,255,1);
	height: auto;
	width: auto;
}
#Side_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: none;
	height: auto;
	width: auto;
	margin-top: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 80px;
}
#sidebutton_home {
	background-color: #d2bf0b;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
#sidebutton_about {
	background-color: #074b8d;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
#sidebutton_challenge {
	background-color: #7d398e;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
#sidebutton_expertise {
	background-color: #95b130;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
#sidebutton_team {
	background-color: #e3a016;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
#sidebutton_contact {
	background-color: #cf432e;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.10);
	min-height:80px;
}
.caves {
	font-size: 10px;
	color: rgba(140,200,165,1);
	text-decoration: none;
}
.button_white {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.button_whiteunderline {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
.button_green {
	color: rgba(141,201,166,1);
	text-decoration: none;
}

.galleryimg {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-align: left;
	height: auto;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	position: static;
	clear: both;
}
#projectimage {
	float: none;
	height: auto;
	width: auto;
	border: thin solid rgba(255,255,255,1);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#projectimage_wrap {
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
.icon {
	margin-right: auto;
	margin-left: auto;
}
#icon_mail {
	background-color: rgba(47,172,102,1);
	height: auto;
	width: 33.3%;
	float: left;
}
#icon_link {
	background-color: rgba(31,133,199,1);
	height: auto;
	width: 33.3%;
	float: left;
}
#icon_twitter {
	background-color: rgba(120,205,240,1);
	height: auto;
	width: 33.3%;
	float: left;
}
