@charset "utf-8";
/* CSS Document */

body {
  font-family: "Roboto Condensed",sans-serif;
}

img {
		margin-bottom:15px;

}

.h1back {
	background-color:#003;
	width:100%;
	height:4px;
}

h1{
	color:#00016a;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:500;
	margin-bottom:15px !important;
	font-size: 40px;	
	}
h3 {color:#00016a;}
	
.heading {
	color:#006;
	font-size: 50px;
	text-transform:uppercase;
	background-color: rgba(255,255,255,0.5);
	display:inline-block;
	padding: 0.6em;
	border:rgba(209,177,99,0.5) 2px solid;
}



.top-bar ul.title-area img {
  margin: -30px 0 0 0;
}

.intro {
    display: table;
    width: 100%;
    height: 350px;;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/firstBG.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about {
    display: table;
    width: 100%;
    height: 350px;;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/secondBG.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.team {
    display: table;
    width: 100%;
    height: 350px;;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/thirdBG.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.projects {
    display: table;
    width: 100%;
    height: 350px;;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/fourthBG.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact {
    display: table;
    width: 100%;
    height: 350px;;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/contactBG.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

ul, ol, dl {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
    color: #666;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #D8D8D8;
    margin-bottom: 1.25rem;
    padding: 1.25rem 2.25rem;
    background: none repeat scroll 0% 0% #F2F2F2;
}

.google-maps {
	position:relative;
	overflow:hidden;
	height:300px;
	border: 5px solid #EFEFEF;
}

.google-maps iframe {
	position:absolute;
	left:0;
	width:100% !important;
	height:100% !important;
	margin-bottom:20px;
}

.footer-section {
	background-color: #020222;
}

.footer-section p {
    color: #FFF;
    margin-top: 30px;
    font-size: 12px;
	line-height: 26px;
	padding-bottom: 10px;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);

}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
	border:#FFF 4px solid;
	box-shadow:#000 4px 4px 10px;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
	color:#FFF;
}

.close {
	/*background-color:rgba(0,0,0,0.8);*/
	padding: 5px 8px;
}


/*FORM*/
form {
    margin:0
}
form label {
    margin-bottom:.2em;
    font-size:1.6rem;
    line-height:1.3rem;
    font-size:13px;
    line-height:13px;
}
form label.error {
    margin-bottom:1em;
    font-size:1.2rem;
    line-height:1.2rem;
    font-size:12px;
    line-height:12px;
    color:#c0392b
}
form input[type="text"], form textarea {
    margin-bottom:1.25em;
    font-size:1.4rem;
    line-height:1.4rem;
    font-size:14px;
    line-height:14px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background:#e6e6e6;
    border:1px solid #ccc;
}
form input[type="text"]:focus, form textarea:focus {
    border-color:#191919;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
form input[type="text"][disabled], form textarea[disabled] {
    background:#fff
}
form input[type="text"].error, form textarea.error {
    background:#e6e6e6;
    border-color:#c0392b
}
fieldset {
    border:0px;
    margin:0;
    padding:0
}

#success, #error {
    display:none
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success span p, #error span p {
    margin-top:6em
}
#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}

form .error{display:none;color:#d91900;font-size:12px;margin:-15px 0 20px 0}

.required {
    color:#999;
	font-size:0.55rem;
}

input[type="submit"] {
	border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
}
p.code{font-size:12px;color:#8b8b8b}
p.success{font-size:12px;color:#093;padding-bottom:10px}
p.info{color:#282828;font-size:12px;margin:10px 0;text-align:center}
span:last-of-type{margin:0}



@media only screen and (max-width: 340px) {
	.top-bar {
		height: 85px;
	}
	.top-bar .name {
		height: 85px;
	}
	.top-bar ul.title-area img {
    margin: 0px 0px 0px;
}
	p {
		line-height:2rem;
		color:#333;
		font-size:0.8rem;
	}
	
	h1 {
		font-size: 2em;
	}
	
	.heading {
	font-size: 2em;
}

	.intro {
		height:100px;
		padding: 50px 0;
	}
	
	.about {
		height:100px;
		padding: 50px 0;
	}
	
	.team {
		height:100px;
		padding: 50px 0;
	}
	
	.projects {
		height:100px;
		padding: 50px 0;
	}
	.contact {
		height:100px;
		padding: 50px 0;
	}
	.google-maps {
	margin-bottom:40px;
}
}

@media only screen and (max-width: 380px) {
	.top-bar {
		height: 85px;
	}
	.top-bar .name {
		height: 85px;
	}
	.top-bar ul.title-area img {
    margin: 0px 0px 0px;
}
	p {
		line-height:2rem;
		color:#333;
		font-size:0.9rem;
	}
	
	h1 {
		font-size: 2em;
	}
	
	.heading {
	font-size: 2em;
}

	.intro {
		height:150px;
		padding: 80px 0;
	}
	
	.about {
		height:120px;
		padding: 50px 0;
	}
	
	.team {
		height:100px;
		padding: 50px 0;
	}
	
	.projects {
		height:120px;
		padding: 50px 0;
	}
	.contact {
		height:120px;
		padding: 50px 0;
	}
	.google-maps {
	margin-bottom:40px;
}
}

@media only screen and (max-width: 768px) {
	.top-bar {
		height: 85px;
	}
	.top-bar .name {
		height: 85px;
	}
	.top-bar ul.title-area img {
    margin: 0px 0px 0px;
}
	p {
		line-height:2rem;
		color:#333;
		font-size:0.9rem;
	}
	
	h1 {
		font-size: 2em;
	}
	
	.heading {
	font-size: 2em;
}

	.intro {
		height:150px;
		padding: 80px 0;
	}
	
	.about {
		height:120px;
		padding: 50px 0;
	}
	
	.team {
		height:100px;
		padding: 50px 0;
	}
	
	.projects {
		height:120px;
		padding: 50px 0;
	}
	.contact {
		height:120px;
		padding: 50px 0;
	}
	.google-maps {
	margin-bottom:40px;
}
}

@media only screen and (max-width: 1024px) {
	.top-bar {
		height: 100px;
	}
	.top-bar .name {
		height: 100px;
	}
	.top-bar ul.title-area img {
    margin: 10px 0px 0px;
}
	p {
		line-height:2rem;
		color:#333;
		font-size:1rem;
	}
	
	h1 {
		font-size: 3em;
	}
	
	.heading {
	font-size: 3em;
	line-height:1.1em;
}

	.intro {
		height:180px;
		padding: 100px 0;
	}
	
	.about {
		height:180px;
		padding: 100px 0;
	}
	
	.team {
		height:180px;
		padding: 100px 0;
	}
	
	.projects {
		height:180px;
		padding: 100px 0;
	}
	.contact {
		height:180px;
		padding: 100px 0;
	}
	.google-maps {
	margin-bottom:40px;
}
}

@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
  margin: 1em 0;
  min-width: 250px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}


.rwd-table {
  background: #fff;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46627f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #036;
}
