

@font-face {
	font-family: 'robotolight';
	src: url("../fonts/Roboto-Light-webfont.eot");
	src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url("../fonts/Roboto-Regular-webfont.eot");
	src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url("../fonts/Roboto-Bold-webfont.eot");
	src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
	font-weight: normal;
	font-style: normal;
}
#printlogo {
display: block;
}
#printlogo img {
display: none;
}
#printlogo p {
display: none;
}
#printlogo2 {
display: block;
}
#printlogo2 img {
display: none;
}
#printlogo2 p {
display: none;
}

/*---------------------------------------------------------
 1. Reset
-------------------------------------------------------- */
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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.blue {
	color: #0076c0;
}
.green {
	color: #090;
}
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]:-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/*---------------------------------------------------------
 2. Basic Style
-------------------------------------------------------- */
body {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: 'robotoregular';
	overflow-x: hidden;
}
a {
	color: #996017;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-decoration: none !important;
}
a:hover {
	color: #aaaaaa;
}
h1, h2, h3, h4, h5 {
	color: #333333;
}

::-webkit-input-placeholder {
 color: #999999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

:-ms-input-placeholder {
 color: #999999;
}
.main-content, .banner-bg {
	float: right;
	width: 75%;
}

@media screen and (max-width: 1290px) {
.main-content,  .banner-bg {
	width: 75%;
}
}

@media screen and (max-width: 992px) {
.main-content,  .banner-bg {
	width: 100%;
}
}
.content-wrapper {
	padding: 0 80px;
}

@media screen and (max-width: 992px) {
.content-wrapper {
	padding: 0 30px;
}
}
h4.widget-title {
	font-size: 36px;
	font-family: 'robotobold';
	margin-bottom: 20px;
	color: #333333;
}
hr {
	position: relative;
	outline: 0;
	border: 0;
	width: 100%;
	height: 2px;
	background: #cccccc;
	margin-top: 40px;
	margin-bottom: 0;
}

.mid-article hr  {
	position: relative;
	outline: 0;
	border: 0;
	width: 100%;
	height: 2px;
	background: #cccccc;
	margin-top: 40px;
	margin-bottom: 40px;
}

.tagline {
	text-align:center;
}
.tagline h1 {
	font-size: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #00467f;
	font-weight: normal;
	font-family: 'robotobold';
	text-align:center;
}
.tagline h2 {
	font-size: 22px;
	padding-bottom: 10px;
	color: #00467f;
	font-weight: normal;
	font-family: 'robotolight';
	text-align:center;
}
.tagline img {
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	display: block;
}
.tagline img.social {
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
@media screen and (max-width: 600px) {
.tagline h1 {
	font-size: 18px;
}
.tagline h2 {
	font-size: 18px;
}
.tagline img {
	height: 80%;
}
}
@media screen and (max-width: 500px) {
.tagline h1 {
	font-size: 14px;
}
.tagline h2 {
	font-size: 14px;
}
.tagline img {
	height: 80%;
}
}

.page-section {
	padding-top: 80px;
	background-image: url("../img/page-section-divider.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 86px 44px;
}
.page-section h1 {
	font-size: 32px;
	padding-bottom: 10px;
	color: #666666;
	font-weight: normal;
	font-family: 'robotolight';
	text-transform:uppercase;
}
.page-section h1.center {
	text-align:center;
	padding-top: 20px
}

.page-section h2 {
	font-size: 28px;
	padding-bottom: 6px;
	padding-top: 15px;
	color: #666666;
	font-weight: normal;
	font-family: 'robotolight';
}
.page-section h3 {
	font-size: 20px;
	padding-top: 10px;
	color: #666666;
	font-weight: normal;
	font-family: 'robotobold';
}

.page-section p {
	padding-bottom: 10px;
}

.page-section p.highlighted_text {
	background-color: #F8DCF0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-section ul {list-style-type: square;
list-style-position: outside;}

.page-section li {padding: 2px;
margin-left: 20px;
margin-bottom: 4px;
margin-top: 0px;}
/*---------------------------------------------------------
 3. Header
-------------------------------------------------------- */
.sidebar-menu {
	float: left;
	width: 25%;
	height: 100%;
	position: fixed;
	background-color: #666666;
	color: white;
	overflow-y: hidden;
}

@media screen and (max-width: 1290px) {
.sidebar-menu {
	overflow-y: scroll;
	width: 25%;
}
}
.top-section {
	padding-top: 4px;
	padding-left: 0px;
	padding-bottom:4px;
	background-color: #FFFFFF;
}
.profile-image {
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 2px;
}
.profile-image img {
	width: 100%;
}
.logo {
	width: 100%;
	height: 110px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 6px;
	background-color: #996017;
	text-align:center;
}
@media screen and (max-width: 600px) {
.logo {
		height: 70px;
}
}
.logo img {
	height: 100%;

}
h2.profile-title {
	margin-bottom: 1px;
	color: #666666;
	font-size: 30px;
	font-family: 'robotolight';
	padding-left: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	text-align:center;
}
h3.profile-title {
	margin-bottom: 5px;
	color: #666666;
	font-size: 22px;
	font-family: 'robotolight';
	padding-left: 0px;
	padding-top: 0px;
	text-align:center;
}

.main-navigation {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.main-navigation li {
	display: block;
}
.main-navigation li a {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
	display: block;
	color: white;
	font-size: 12px;
}
.main-navigation li a i {
	margin-right: 15px;
	font-size: 24px;
}
.main-navigation li a:hover {
	background-color: #cccccc;
}
.main-navigation li a.active {
	color: #333333;
	background: #cccccc;
}
.main-navigation li a.active:hover {
	color: #cccccc;
	background-color: #333333;
}
.social-icons {
	display: block;
	padding: 30px 40px;
}
.social-icons li {
	display: inline-block;
	margin-right: 20px;
}
.social-icons a {
	font-size: 18px;
	color: white;
}
.social-icons a:hover {
	color: #333333;
}
.responsive-header {
	background: #666666;
}
#topnav {
	text-align: center;
	display:none;
}
#topnav a {
		color: #cccccc;
}
#topnav a:hover {
		color: #333333;

}
#topnav ul {
			list-style-type:none;
			margin: 0;
			padding: 0;
}

@media screen and (max-width: 992px) {
.responsive-header .main-navigation {
	margin-top: 10px;
	display: none;
}
}

@media screen and (max-width: 992px) {
.responsive-header p {
	color: white;
}
}

@media screen and (max-width: 992px) {
.responsive-header .profile-image {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
}
.responsive-header .profile-content {
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
}
h2.profile-title {
	font-size: 38px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
}
h3.profile-title {
	font-size: 28px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 6px;
}

#topnav {
	display: inherit;
	text-align: center;
}

}

@media screen and (max-width: 600px) {
h2.profile-title {
	font-size: 24px;
}
h3.profile-title {
	font-size: 14px;
}
#topnav {
	display: inherit;
	text-align: center;
}
}

@media screen and (max-width: 992px) {
.top-section {
	padding-bottom: 0;
}
}

@media screen and (max-width: 992px) {
.main-navigation a {
	padding: 10px;
}
.main-navigation a.active {
	background: #cccccc !important;
}
.main-navigation a:hover {
	background: #cccccc !important;
}
}
.toggle-menu {
	width: 100%;
	display: block;
	padding: 10px;
	margin-top: 10px;
	background: #cccccc;
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
}
.toggle-menu:hover {
		background: #333333;
	color: #cccccc;
}
/*---------------------------------------------------------
 4. Main Content
-------------------------------------------------------- */
/*------ banner ------ */
.banner-bg {
	padding-top: 100px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 150px;
	position: relative;
	background: url("../img/intro_image.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}
.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	z-index: 3;
}
.welcome-text {
	position: relative;
	z-index: 4;
}
.welcome-text h2 {
	font-size: 62px;
	font-family: 'robotolight';
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 6px;
}
.welcome-text h5 {
	font-size: 32px;
	color: #333333;
	margin-top: 20px;
}
.welcome-text p {
	color: #000;
	padding-right: 30%;
	padding-top: 20px;
	font-size: 16px;
}

@media screen and (max-width: 992px) {
.banner-bg {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 80px;
	padding-bottom: 30px;
}
.welcome-text p {
	color: #000;
	padding-right: 30%;
	padding-top: 20px;
	font-size: 16px;
}
}

@media screen and (max-width: 600px) {
.banner-bg {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 26px;
	padding-bottom: 30px;
}
.banner-overlay {
	background: rgba(255, 255, 255, 0.8);
}
.welcome-text h2 {
	font-size: 32px;
}
.welcome-text h5 {
	font-size: 20px;
}
.welcome-text p {
	padding-right: 0%;
	font-size: 14px;
}
}
/*------ about us ------ */
.about-image {
	overflow: hidden;
	border: 4px solid #dddddd;
	margin-bottom: 40px;
}
.about-image img {
	width: 100%;
	display: block;
}
/*------ projects ------ */
.projects-holder {
	margin-right: 0;
	margin-left: 0;
	margin-top: 40px;
}
.projects-holder .col-md-4, .projects-holder .col-md-4 {
	padding-right: 1px;
	padding-left: 1px;
}
.project-item {
	width: 100%;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}
.project-item img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 992px) {
.project-item img {
	width: 40%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
}

@media screen and (max-width: 600px) {
.project-item img {
	width: 40%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
}
.project-item:hover .project-hover {
	top: 0;
	opacity: 0;
	visibility: visible;
}
.project-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 40px;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.project-hover .inside {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px;
}
.project-hover h5 {
	font-size: 16px;
	margin-bottom: 15px;
}
.project-hover h5 a {
	color: white;
}
.project-hover p {
	color: white;
	font-size: 13px;
	line-height: 20px;
}
/*------ contact ------ */
.contact-form {
	margin-top: 40px;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	outline: 0;
	border: 1px solid #aaaaaa;
	padding: 12px;
	color: #999999;
	margin-bottom: 30px;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: 0;
}
.contact-form .button {
	width: auto;
	background: #333333;
	color: white;
	text-transform: uppercase;
	border: 0;
}
/*---------------------------------------------------------
 5. Footer
-------------------------------------------------------- */
#footer p.copyright-text {
	margin: 40px 0;
	font-size: 13px;
}
#footer p.copyright-text a {
	color: #5f6d7e;
}
#footer p.copyright-text a:hover {
	color: #6cc0f7;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom:10px;
}

@media print {
  section { display: block; page-break-before: always; }
  pre code {page-break-after: always;}
  @page {margin-top: 1.0cm; margin-left: 2.0cm; margin-right: 2.0cm; margin-bottom: 2.0cm;}
p a, code, pre {word-wrap: break-word;}
img {display:none;}

a:after{content:" (" attr(href) ") ";font-size:10pt;font-weight:normal;}

a:not(:local-link):after {
   content:none;
}

body {
	font-size: 10pt;
	line-height: 12pt;
}
a:link {
	font-size: 10pt;
	line-height: 12pt;
}
.no-print {display:none;}
.top-section {display:none;}
.sidebar-menu {display:none;}
.main-navigation {display:none;}
.navigation  {display:none;}
.toggle-menu {display:none;}
.responsive-header {display:none;}
.main-content, .banner-bg {width: 100%; padding: 0px; margin:0px;}
.welcome-text h2 {font-size: 18pt; margin-top: 10px; margin-bottom:12px; text-align:center;}
#topnav {display:none;}
.tagline {display:none;}
.page-section {width: 100%; padding: 0px; margin:0px;}
.page-section h1 {
	font-size: 18pt;
	line-height: 20pt;
	padding-bottom: 8px;
	padding-top: 20px;
	color: #000;
	font-weight: normal;
	font-family: 'robotobold';
	text-align: center;
}
.page-section h2 {
	font-size: 13pt;
	line-height: 17pt;
	padding-bottom: 8px;
	padding-top: 2px;
	color: #000;
}
.page-section h3 {
	font-size: 12pt;
	line-height: 16pt;
	}
.page-section h4 {
	font-size: 12pt;
}
.page-section h6 {
	font-size: 8 pt;
}
.welcome-text h3 {
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #000;
}
.welcome-text p {
	font-size: 10pt;
	line-height: 12pt;
}
.welcome-text a {
	font-size: 10pt;
}
.content-wrapper {width: 100%; padding: 0px; margin:0px;}

.tagline img {
		display: none;
	}
	.banner-bg {
		display: none;
	}
	.topnav {
		display: none;
	}
	hr {
		display: none;
	}

	#printlogo {
width: 100%;
}
#printlogo p {
text-align: center;
}
#printlogo img {
display: block;
margin-left: auto;
margin-right: auto;
}

#printlogo2 {
width: 100%;
}
#printlogo2 p {
text-align: center;
}
#printlogo2 img {
display: block;
margin-left: auto;
margin-right: auto;
}

.page-section ul {list-style-type: square;
list-style-position: outside; margin-bottom: 8px;}

.page-section li {padding: 2px;
margin-left: 40px;
margin-bottom: 4px;
margin-top: 0px;}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

.img-center {display:none;}
}
