html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
}
body {
	color: #00526C;
}
#container {
	position: fixed;
	z-index: -101;
	background: url('../images/headerfooter.png');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.hidden {
	visibility: hidden;
}



/*************/
/* All Pages */
/*************/
.background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.page-background {
	position: fixed;
	z-index: -10;
}
.page-content {
	position: relative;
	width: 800px;
	min-width: 800px;
	height: 100%;
	top: 73px;
	overflow: auto;
	height: 100%;
	background: url('../images/servicescontentbg.png');
	background-repeat: repeat;
	background-position: fixed;
	margin: auto;
}
/* Header */
.page-header {
	width: 90%;
	height: 110px;
	margin: auto;
}
.page-header h2 {
	width: 100%;
	height: 50px;
	float: left;
	padding-top: 25px;
	text-align: left;
	font-family: 'Dosis', serif;
	font-weight: 400;
	font-size: 40px;
	color: #6A9DA6;
}
/* Footer */
.page-footer {
	width: 90%;
	height: 75px;
	margin: 0px auto 0px auto;
}
.page-footer.absolute {
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 0px;
	right: 5%;
}
.page-footer h2 {
	float: right;
	height: 45px;
	padding: 15px 0px 15px 0px;
	text-align: right;
	font-family: 'Dosis', serif;
	font-weight: 400;
	font-size: 40px;
	color: #00526C;
}
.page-footer h2:hover, 
.inactivelink:hover, 
#service-info h2:hover,
.success-message h4:hover {
	color: #6A9DA6;
	cursor: pointer;
}
.circle div, 
#service-info h2, 
.page-footer h2,
.success-message h4 {
	   -moz-transition: color 0.2s linear;
		 -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
			transition: color 0.2s linear;
}



/*****************/
/* Services Page */
/*****************/
/* Content */
#background-1 .page-body {
	width: 720px;
	height: 425px;
	margin: auto;
}
.icon-box {
	float: left;
	width: 180px;
	height: 210px;
}
.circle {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 20px auto 0px auto;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #00526C;
	   -moz-transition: border-radius 0.5s linear, background-color 0.5s linear;
		 -o-transition: border-radius 0.5s linear, background-color 0.5s linear;
    -webkit-transition: border-radius 0.5s linear, background-color 0.5s linear;
			transition: border-radius 0.5s linear, background-color 0.5s linear;
}
.circle:hover {
	border-radius: 30%;
	background-color: #6A9DA6;
	cursor: pointer;
}
.circle img {
	width: 50%;
	height: 50%;
	margin: 25% auto 25% auto;
	   -moz-transition: width 0.5s ease-out, height 0.5s ease-out, margin 0.5s ease-out;
		 -o-transition: width 0.5s ease-out, height 0.5s ease-out, margin 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out, height 0.5s ease-out, margin 0.5s ease-out;
			transition: width 0.5s ease-out, height 0.5s ease-out, margin 0.5s ease-out;
}
.circle:hover img {
	width: 60%;
	height: 60%;
	margin: 20% auto 10% auto;
}
.circle div {
	position: absolute;
	left: -30px;
	color: #6A9DA6;/*#00526C;*/
	text-align: center;
	width: 180px;
	height: 35px;
	padding-top: 15px;
	font-family: 'Dosis', serif;
	font-weight:normal;
	font-size: 18px;
}
.circle:hover div {
	color: #CCCCCC;/*#6A9DA6;*/
}



/******************/
/* Portfolio Page */
/******************/
#background-2 .page-body {
	position: relative;
	width: 720px;
	height: 600px;
	margin: auto;
	/*overflow: hidden;*/
}
.portfolio-div {
	position: absolute;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
	   -moz-transition: all 0.4s ease;
		 -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.portfolio-div:hover {
	cursor: pointer;
}
.portfolio-div.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-div > img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
	
}
.portfolio-div.clicked > img,
.portfolio-div:hover > img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.portfolio-overlay {
	position: absolute;
	vertical-align: center;
	background-color: #00526C;
	font-family: 'Patua One', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 200;
	width: 125px;
	height: 125px;
	text-align: center;
	border-radius: 50%;
	opacity: 0.65;
	filter: alpha(opacity=65);
	   -moz-transition: all 0.4s ease;
		 -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.portfolio-overlay p {
	display: table-cell;
	vertical-align: middle;
	width: 125px;
	height: 125px;
	   -moz-transition: all 0.4s 0s ease;
		 -o-transition: all 0.4s 0s ease;
    -webkit-transition: all 0.4s 0s ease;
			transition: all 0.4s 0s ease;
}
#portfolio-a {
	width: 171px;
	height: 444px;
	left: 0px;
	top: 0px;
}
#portfolio-a .portfolio-overlay {
	top: 444px;
	left: 24px;
}
#portfolio-a .portfolio-overlay.active {
	top: 159px;
}
#portfolio-a .portfolio-overlay.clicked p {
	width: 167px;
	height: 440px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-b {
	width: 537px;
	height: 144px;
	right: 0px;
	top: 0px;
}
#portfolio-b .portfolio-overlay {
	left: 537px;
	top: 10px;
}
#portfolio-b .portfolio-overlay.active {
	left: 332px;
}
#portfolio-b .portfolio-overlay.clicked p {
	width: 533px;
	height: 140px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-c {
	width: 171px;
	height: 288px;
	left: 183px;
	top: 156px;
}
#portfolio-c .portfolio-overlay {
	left: 24px;
	top: 288px;
}
#portfolio-c .portfolio-overlay.active {
	top: 82px;
}
#portfolio-c .portfolio-overlay.clicked p {
	width: 167px;
	height: 284px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-d {
	width: 354px;
	height: 144px;
	right: 0px;
	top: 156px;
}
#portfolio-d .portfolio-overlay {
	left: 354px;
	top: 10px;
}
#portfolio-d .portfolio-overlay.active {
	left: 114px;
}
#portfolio-d .portfolio-overlay.clicked p {
	width: 350px;
	height: 140px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-e {
	width: 354px;
	height: 144px;
	left: 0px;
	bottom: 0px;
}
#portfolio-e .portfolio-overlay {
	left: -125px;
	top: 10px;
}
#portfolio-e .portfolio-overlay.active {
	left: 114px;
}
#portfolio-e .portfolio-overlay.clicked p {
	width: 350px;
	height: 140px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-f {
	width: 354px;
	height: 288px;
	right: 0px;
	bottom: 0px;
}
#portfolio-f .portfolio-overlay {
	left: 354px;
	top: 81px;
}
#portfolio-f .portfolio-overlay.active {
	left: 114px;
}
#portfolio-f .portfolio-overlay.clicked p {
	width: 350px;
	height: 284px;
	font-size: 30px;
	border: solid 2px #FFFFFF;
}
#portfolio-a .portfolio-overlay.clicked,
#portfolio-b .portfolio-overlay.clicked,
#portfolio-c .portfolio-overlay.clicked,
#portfolio-d .portfolio-overlay.clicked,
#portfolio-e .portfolio-overlay.clicked,
#portfolio-f .portfolio-overlay.clicked {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#infopane {
	overflow: hidden;
	color: #FFFFFF;
	width: 0px;
	height: 0px;
	position: absolute;
	font-family: 'Dosis', serif;
	background: url('../images/servicescontentbg.png');
	background-repeat: repeat;
	border: solid 2px #00526C;
	opacity: 0;
	filter: alpha(opacity=0);
	   -moz-transition: all 0.4s ease;
		 -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
#infopane.hidden {
	top: 600px;
	left: 720px;
}
#infopane.visible {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.info {
	width: 90%;
	height: 90%;
	padding: 5%;
}
.info h3 {
	margin: auto;
	font-size: 20px;
	font-weight: 400;
	color: #6A9DA6;
	width: 90%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.info p {
	font-weight: 400;
	margin-bottom: 10px;
}
.info ul li {
	font-weight: 400;
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
}
.close-info {
	position: absolute;
	color: #00526C;
	font-size: 18px;
	font-weight: 700;
	right: 5px;
	top: 0px;
}
.close-info:hover {
	cursor: pointer;
	color: #6A9DA6;
}
.visit-site {
	position: absolute;
	text-decoration: none;
	color: #00526C;
	right: 5%;
	bottom: 5%;
}
.visit-site:hover {
	color: #6A9DA6;
}
.visit-blog {
	position: absolute;
	color: #00526C;
	left: 5%;
	bottom: 5%;
}
.visit-blog:hover {
	cursor: pointer;
	color: #6A9DA6;
}
#infopane.visible.portfolio-a {
	top: 0px;
	left: 171px;
	height: 440px;
	width: 179px;
}
#infopane.visible.portfolio-b {
	top: 144px;
	left: 183px;
	width: 533px;
	height: 296px;
}
#infopane.visible.portfolio-c {
	top: 156px;
	left: 354px;
	width: 362px;
	height: 284px;
}
#infopane.visible.portfolio-d {
	top: 300px;
	left: 366px;
	width: 350px;
	height: 296px;
}
#infopane.visible.portfolio-e {
	top: 156px;
	left: 0px;
	width: 350px;
	height: 296px;
}
#infopane.visible.portfolio-f {
	top: 312px;
	left: 0px;
	width: 362px;
	height: 284px;
}



/****************/
/* Contact Page */
/****************/
#background-4 .page-body {
	position: relative;
	width: 509px;
	height: 355px;
	margin: auto;
}
#background-4 input,
#background-4 textarea {
	margin: 5px 0px 0px 0px;
	width: 495px;
	height: 27px;
	float: left;
	color: #808080;
	font-family: 'Dosis', serif;
	font-weight: 400;
    font-size: 20px;
    padding: 5px;
}
#background-4 textarea {
	padding: 5px;
	width: 497px;
	height: 150px;
	resize: none;
}
#background-4 .submit {
	text-align: right;
	height: 40px;
	width: 509px;
	font-weight: 400;
}
#background-4 .submit:hover {
	color: #00526C;
}
#form-goback {
	float: right;

}
.success-message {
	font-family: 'Dosis', serif;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	height: 100%;
}
.success-message p {
	width: 100%;
	float: left;
	margin: 10px 0px;
}



/**********/
/* Social */
/**********/
#social-body {
	width: 720px;
	margin: auto;
}
.social-box {
	width: 220px;
	height: 250px;
	background: url('../images/culturebg.png');
	font-family: 'Patua One', sans-serif;
	font-weight: 200;
	font-size: 15px;
	float: left;
	margin: 6px 0px 6px 12px;
	position: relative;
}
.social-box .tweet {
	display: table-cell;
	position: relative;
	height: 185px;
	width: 210px;
	padding: 0px 10px;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	color: #111;
}
.social-box .tweet a{
	display: inline;
}
.social-box .profile-pic {
	float: left;
	height: 57px;
	width: 57px;
	margin: 5px;
	z-index: 10;
	position: relative;
}
.social-box .profile-name,
.social-box .profile-date {
	display: block;
	position: absolute;
	left: 10px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	color: rgb(0, 83, 129);
}
.social-box .profile-name {
	bottom: 19px;
	font-size: 12px;
}
.social-box .profile-date {
	bottom: 5px;
	font-size: 10px;
}
.social-box .instagram-pic {
	position: absolute;
	width: 210px;
	height: 210px;
	top: 5px;
	left: 5px;
}
.social-box .social-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 5px;
	right: 5px;
}
.social-box .tweet-bg {
	position: absolute;
	width: 212px;
	height: 220px;
	top: 4px;
	left: 4px;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
#small-twitter-icon:hover,
#small-instagram-icon:hover {
	cursor: pointer;
}
#social-loader {
	width: 100px;
	height: 100px;
	margin: auto;
}



/**********/
/* Header */
/**********/
#sticky-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70px;
	background: url('../images/headerfooter.png');
	background-repeat: repeat;
	text-align: center;
	border-bottom-style: solid;
	border-width: 3px;
	border-color: #00526C;
	z-index: 25;
}
.nav {
	position: relative;
	float: left;
	height: 60px;
	width: 140px;
	font-family: 'Patua One', sans-serif;
	font-size: 30px;
	margin: 5px 15px 0px 15px;
}
.inactivelink {
	   -moz-transition: color 0.2s linear;
		 -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
			transition: color 0.2s linear;
}
.activelink {
	border-radius: 20px;
	background-color: #B2D1DB;
}
.activelink:hover {
	cursor: default;
	color: #00526C;
}
.nav p {
	width: inherit;
	height: 40px;
	text-align: center;
	margin-top: 7%;
}
#page-2-link {
	margin-right: 75px;
}
#page-3-link {
	margin-left: 75px;
}
#nav-container {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
}
#logo-container {
	position: relative;
	width: 800px;
	margin: auto;
	z-index: 15;
}
#logo {
	position: absolute;
	left: 325px;
	top: -60px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	cursor: pointer;
}



/*******************/
/* Footer / splash */
/*******************/
#footer {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: url('../images/headerfooter.png');
	background-repeat: repeat;
	border-top-style: solid;
	border-width: 3px;
	border-color: #00526C;
	z-index: 20;
}
#footer-content {
	height: 100%;
	width: 100%;
}
#footer-head-container {
	position: relative;
	background: url('../images/headerfooter.png');
	background-repeat: repeat;
	width: 100%;
	height: 50px;
	z-index: 999;
}
#footer-head {
	position: relative;
	height: 45px;
	padding-top: 5px;
	width: 800px;
	margin: auto;
}
#twitter,
#facebook, 
#linkedin, 
#instagram, 
#pinterest {
    float: right;
	width: 40px;
	height: 40px;
	margin: 0px;
} 
#twitter:hover, 
#facebook:hover, 
#linkedin:hover,
#pinterest:hover {
	width: 44px;
	height: 44px;
	margin-top: -2px;
	margin-right: -2px;
	cursor: pointer;
}
#twitter:hover,
#instagram:hover, 
#linkedin:hover, 
#pinterest:hover {
	margin-left: -2px;
}
#instagram {
	margin-right: 30px;
}
#instagram:hover {
	width: 44px;
	height: 44px;
	margin-top: -2px;
	margin-right: 28px;
	cursor: pointer;
}
#footnote {
	font-family: 'Patua One', sans-serif;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
#splash {
	position: relative;
	height: 100%;
	width: 100%;
}
#splash-photo {
	position: absolute;
}
.splash-initial {
	height: 100px;
	width: 100px;
	margin: auto;
	margin-top: 15%;
}
#splash-overlay-title {
	display: none;
	position: absolute;
	width: 0px;
	height: 50px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	background-color: #000000;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: solid 1px #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#splash-overlay-title p {
	width: 725px;
	height: 50px;
	margin-left: 15px;
	font-family: 'Dosis', serif;
	font-weight: 700;
	font-size: 35px;
	color: #FFFFFF;
	text-align: left;
}
#splash-overlay {
	position: absolute;
	width: 0%;
	height: 35px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-color: #000000;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: solid 1px #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#splash-overlay p {
	width: 0px;
	height: 35px;
	float: right;
	font-family: 'Dosis', serif;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	margin-right: 34px;
}
#splash-loader {
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 9px;
	margin-top: 5px;
}
#indicator {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 50px;
	height: 20px;
	left: 375px;
	text-align: center;
	font-family: 'Patua One', sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #000000;
	margin-top: 10px;
}
.closable-footer #indicator:hover {
	cursor: pointer;
	color: #00526C;
}
#service-info {
	position: relative;
	display: none;
	width: 800px;
	margin: auto;
	padding: 10px 10px 0px 10px;
}
#service-info p {
	display: inline-block;
	width: 80%;
	height: 100%;
	float: left;
	text-align: justify;
	font-family: 'Dosis', serif;
	font-weight: 400;
    font-size: 20px;
    color: rgb(5, 62, 100);
}
#service-info h2 {
	font-family: 'Dosis', serif;
	font-weight: 400;
	font-size: 20px;
	color: #00526C;
	float: right;
	text-align: right;
}
#service-info .info-para {
	margin: 5px 0px;
	width: 100%;
}