/*
CSS for GeoLabor
*/
html{
	color: #000;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background: #f2f2f2;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

header {
	background: #f2f2f2;
}

#logo {
	float: left;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #212121;
    color: #fff;
    padding: 3em 1em;
}

.browserupgrade a {
	color: #212121;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #212121;
}


/* ====================
   NAVIGATION
   ==================== */
nav {
	float: right;
}

nav a {
    margin: 0 3%;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #1d2833;
}

/* ====================
   MAIN IMG
   ==================== */
#main_wrap {
	width: 100%;
	position: relative;
	display: inline-block;
}

.main_text {
 	height: 100%;
 	width: 100%;
 	text-align: center;
 	position: absolute;
 }

.main_text h3 {
 	display: inline-block;
 	color: #f27935;
 	font-family: 'Oswald', sans-serif;
 	text-transform: uppercase;
 }

 .main_text:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 }

 #main_img {
 	max-width: 100%;
 	height: auto;
 	display: block;
 	left: 0;
 	top: 0;
 }

 .responsive-img {
 	width: 100%;
 	background-size: 100% 100%;
 	background-image: url('img/intro.jpg');
 }

 .main_text_y {
 	text-transform: lowercase;
 }

 /* ====================
   CONTAINER
   ==================== */
#container {
	width: 70%;
	margin: 0 auto;
}

.container_h2 {
	text-align: center;
	color: #22313f;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}

section {
	font-family: Georgia, serif;
	font-size: 18px;
}

.section_alone {
	margin-top: 50px;
}

section a {
	color: #1d2833;
	text-decoration: none;
}

 /* ====================
   FOOTER
   ==================== */

#footer_wrap {
	background: #22313f;
	width: 100%;
}

footer {
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

footer ul li {
	text-decoration: none;
}

footer ul li a {
	text-decoration: none;
	color: #fff;
}

#footer_info, #footer_legal {
	font-weight: 300;
}


/* =======================================================
   NAV FOR MOBILE SCREEN AND SMALL SCREEN
   ======================================================== */

@media only screen and (max-width: 824px) {

/* ====================
   LOGO
   ==================== */
#logo {
	height: 90px;
	width: 159px;
	float: left;
}

#logo a img {
	width: 100%;
}


/* ====================
   NAV
   ==================== */
nav {
	width: 70%;
	position: absolute;
	left: -70%;
	top: 0;
	height: 100%;
	background: #22313f;
}
nav a {
	color: #fff;
	text-decoration: none;
}

nav ul {
	padding: 30px 0 0 0;
}

nav ul li:hover {
	background: #15202a;
}

nav ul li {
	float: none;
	width: 100%;
	list-style: none;
	text-decoration: none;
	padding: .5em 1em;
	box-sizing: border-box;
	border-bottom: 1px solid #474747;
}


a.open-panel, a.close-panel {
	display: inline;
}

a.open-panel {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	color: #212121;
}

.close-panel {
	position: relative;
	top: .5em;
	left: 1em;
}

.openNav #page {
	left: 0;
	-webkit-transform: translate3d(70%, 0, 0);
	-moz-transform: translate3d(70%, 0, 0);
	-ms-transform: translate3d(70%, 0, 0);
	-o-transform: translate3d(70%, 0, 0);
	transform: translate3d(70%, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}


#page {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}


.pad_cont {
	padding-top: 80px;
}

}



/* =======================================================
   MOBILE SCREEN
   ======================================================== */
@media only screen and (max-width: 409px) {

.main_text h3 {
 	font-size: 30px;
 	text-shadow: 1px 1px 1px black;
}

.container_h2 {
	padding-top: 40px;
	padding-bottom: 37px;
	text-align: center;
	font-size: 1.875em;
}

section {
	margin-bottom: 60px;
}

/* ====================
   FOOTER
   ==================== */
footer {
	font-size: 16px;
	padding-top: 37px;
	padding-bottom: 37px;
}

footer ul li {
	margin-right: 20px;
	line-height: 35px;
	list-style: none;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:hover {
	border-bottom: 3px solid #fff;
}

}

/* =======================================================
   SMALL SCREEN
   ======================================================== */
@media only screen 
and (min-width: 410px)
and (max-width: 824px) {

.main_text h3 {
 	font-size: 40px;
 	text-shadow: 1px 1px 1px black;
}

.container_h2 {
	padding-top: 60px;
	padding-bottom: 37px;
	text-align: center;
	font-size: 30px;
}

section {
	margin-bottom: 80px;
}

 /* ====================
   FOOTER
   ==================== */
footer {
	font-size: 16px;
	padding-top: 37px;
	padding-bottom: 37px;
}

footer ul li {
	margin-right: 20px;
	list-style: none;
	display: inline-block;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:hover {
	border-bottom: 3px solid #fff;
}

} 



 /* =======================================================
   INTER SCREEN
   ======================================================== */

@media only screen and (min-width: 825px) {

/* ====================
   LOGO
   ==================== */
#logo {
	height: 90px;
	width: 159px;
	float: left;
}

#logo a{
	position: relative;
	top: 20px;
}

/* ====================
   NAVIGATION
   ==================== */
a.open-panel, a.close-panel {
  display: none;
}

nav {
	margin-top: 15px;
	width: 580px;
}

nav a:hover {
	border-bottom: 3px solid #1d2833;
}

nav li:first-child a {
    margin-left: 0;
}

nav li:last-child a {
    margin-right: 0;
}

nav ul li {
	display: inline;
}

.main_text h3 {
 	font-size: 50px;
 	text-shadow: 1px 1px 1px black;
}

 /* ====================
   CONTAINER
   ==================== */
.pad_cont {
	padding-top: 80px;
}

.container_h2 {
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 35px;
}

section {
	margin-bottom: 80px;
}

 /* ====================
   FOOTER
   ==================== */
footer {
	font-size: 16px;
	padding-top: 37px;
	padding-bottom: 37px;
}

footer ul li {
	margin-right: 20px;
	list-style: none;
	display: inline;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:hover {
	border-bottom: 3px solid #fff;
}

}



/* =======================================================
   LARGE SCREEN
   ======================================================== */

@media only screen and (min-width: 1024px) {

header {
	height: 116px;
	max-width: 1100px;
}

/* ====================
   LOGO
   ==================== */
#logo {
	height: 116px;
	width: 205px;
	float: left;
}

#logo a{
	position: relative;
	top: 20px;
}

/* ====================
   NAVIGATION
   ==================== */
a.open-panel, a.close-panel {
  display: none;
}

nav {
	float: right;
	margin-top: 30px;
	width: 706px;
}

nav a {
    margin: 0 3%;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #1d2833;
}

nav a:hover {
	border-bottom: 5px solid #1d2833;
}

nav ul li {
	display: inline;
}

/* ====================
   MAIN IMG
   ==================== */
#main_wrap {
	width: 100%;
	position: relative;
	display: inline-block;
}

.main_text {
 	height: 100%;
 	width: 100%;
 	text-align: center;
 	position: absolute;
 }

.main_text h3 {
 	display: inline-block;
 	color: #f27935;
 	text-shadow: 1px 1px 1px black;
 	font-size: 60px;
 	font-family: 'Oswald', sans-serif;
 	text-transform: uppercase;
 }

 .main_text:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 }

 #main_img {
 	max-width: 100%;
 	height: auto;
 	display: block;
 	left: 0;
 	top: 0;
 }

 .responsive-img {
 	width: 100%;
 	background-size: 100% 100%;
 	background-image: url('img/intro.jpg');
 }

 /* ====================
   CONTAINER
   ==================== */
#container {
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}

.pad_cont {
	padding-top: 0;
}

.container_h2 {
	padding-top: 108px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 45px;
	color: #22313f;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}

section {
	font-size: 22px;
	font-family: Georgia, serif;
	margin-bottom: 108px;
}


 /* ====================
   FOOTER
   ==================== */

#footer_wrap {
	background: #22313f;
	width: 100%;
}

footer {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1100px;
}

footer ul li {
	display: inline;
	margin-right: 40px;
}

footer ul li a {
	text-decoration: none;
	color: #fff;
}

footer ul li a:hover {
	border-bottom: 3px solid #fff;
}

#footer_info {
	margin-bottom: 40px;
	font-weight: 300;
}

#footer_legal {
	font-weight: 300;
}


}







/* =======================================================
   CONTACT FORM
   ======================================================== */
.contact_error {
	margin-bottom: 50px;
	padding: 30px 30px;
	background: #c0392b;
	color: #fff;
}

.contact_send {
	margin-bottom: 50px;
	padding: 30px 30px;
	background: #16a085;
	color: #fff;
}

.form-group {
	margin: 0 -15px 15px -15px;
}

.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}

label {
	display: inline-block;
	max-width: 100%;
	font-weight: 400;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143em;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}