/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.4 - Last Updated: 28th May, 2013

========================================================================== */
/* ==========================================================================
/* --  Micro Clearfix, Resets and Common Classes
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* General Resets */
/* Start font size at 100% */
html {
  font-size: 100%;
}
/* Make all form fonts consistent */
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* Remove default borders */
form,
fieldset,
legend,
a img {
  border: 0;
}
/* Remove default spacing */
body,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Common Classes */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
.strong {
  font-weight: bold;
}
.alert {
  background-color: #ffc;
  display: block;
  padding: 4px 8px;
}
.none,
.nodesktop {
  display: none;
}
/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Body */
body {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #222;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-shadow: 3px 3px 3px #111111;
}
/* Links */
a {
  color: #eeeeee;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #ffffff;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 6px;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.no-style-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
  margin: 0 0 22px 0;
}
small {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Block Quotes, Pre and Code Blocks */
blockquote,
q {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0;
  font-family: "Georgia", "Times";
  font-style: italic;
}
code {
  font-family: Monaco, Andale Mono, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  color: #222;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 2px 6px;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #ddd;
  margin: 2em 0;
}
/* 1.3 Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
}
table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #fff;
  color: #222;
}
table tfoot td {
  font-weight: bold;
}
table caption {
  padding: 0.5em;
  font-style: italic;
  background-color: #eee;
  border-bottom: 0;
  font-weight: bold;
}
/* 1.4 Lists
   ========================================================================== */
ul {
  list-style: disc;
  padding: 0 0 0 25px;
  margin: 0;
}
ol {
  list-style: decimal;
  padding: 0 0 0 25px;
  margin: 0;
}
.nolist {
  list-style: none;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
legend {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  width: 100%;
  display: block;
  *margin-left: -5px;
}
label {
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.checkbox {
  display: block;
  position: relative;
  padding: 0.2em 0;
}
.checkbox label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: normal;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
  position: relative;
  margin-right: 1em;
}
/* Inputs (Text, Search, Email, etc) */
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel] {
  outline: 0;
  padding: 7px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-top: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
  /* Remove Default Browser Behaviour for Safari */

  -moz-appearance: none;
  /* Remove Default Browser Behaviour for Firefox */

}
textarea {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #fff;
  color: #666;
  outline: 0;
  padding: 2px 5px;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 10px;
  resize: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 6px;
}
select[multiple] {
  min-height: 100px;
  vertical-align: top;
  border: 1px solid #ddd;
}
select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel] {
	/* width:280px */
    width: 94%;
    padding: 7px 2%;
}
textarea {
	/* width:260px */
    width: 94%;
    padding: 7px 2%;
}
/* Buttons */
.buttons {
  padding: 1em 0;
}
.button {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  border: 0;
  padding: 0.8em 3em;
  color: #222;
  text-decoration: none;
  text-align: center;
}
.orange-button {
  background-color: #fee9cc;
}
.orange-button:hover {
  background-color: #ffe0b5;
  -webkit-tap-highlight-color: #fdeed8;
}
.orange-button:active {
  background-color: #fdeed8;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.no-style-button {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #f30;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.no-style-button:hover {
  text-decoration: none;
}
.no-style-button[disabled],
.no-style-button.disabled {
  text-decoration: none;
  color: #999;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.row {
  margin-bottom: 10px;
}
.center {
  margin: 0 auto;
}
.container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 960px;
  margin: 0 auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  *margin-left: 20px;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: 60px;
}
.two {
  width: 15%;
  *width: 140px;
}
.three {
  width: 23.5%;
  *width: 220px;
}
.four {
  width: 32%;
  *width: 300px;
}
.five {
  width: 40.5%;
  *width: 380px;
}
.six {
  width: 49.0%;
  *width: 460px;
}
.seven {
  width: 57.5%;
  *width: 540px;
}
.eight {
  width: 66%;
  *width: 620px;
}
.nine {
  width: 74.5%;
  *width: 700px;
}
.ten {
  width: 83%;
  *width: 780px;
}
.eleven {
  width: 91.5%;
  *width: 860px;
}
.twelve {
  width: 100%;
  *width: 940px;
}
.quarter {
  width: 23.5%;
  *width: 220px;
}
.half {
  width: 49.0%;
  *width: 460px;
}
.one-third {
  width: 32%;
  *width: 300px;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 740px) and (max-width: 959px) {
  .container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid
    * For stacking full width columns, please use the new class .tablet-full
    * New tablet columns have been added
  */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .notablet {
    display: none;
  }
  .showtablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 739px) {
  /* Mobile Grid
    * For stacking full width columns, please use the new class .mobile-full
    * New mobile columns have been added
  */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  /* Mobile Forms */
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=tel],
  textarea {
    width: 94%;
    padding: 7px 2%;
  }
  select {
    width: 90%;
  }
  .nomobile {
    display: none;
  }
  .showmobile {
    display: block;
  }
}
/* End Mobile Media Query */

/* JG Drilling */

.col h3 {
	background:#222222;
	color:white;
	padding:5px;
	text-shadow: 3px 3px 3px #000000;
	background-image:url(../img/h2_bg.png);
	font-family: 'Lato', sans-serif;
	font-weight: 900; 
	/*border:1px solid black;*/
}


h1, a, h1 a img {
	max-width:100%;
    height:auto;
}

p {
	position:relative;
	display:block;
	padding:5px;
	background-image:url(../img/p_bg.png);
	border-radius:5px 5px 5px 5px;
	font-family: 'Lato', sans-serif;
}

body {
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	color:#eeeeee;
	text-shadow: 1px 1px 2px #222222;
	
}

.container-full {
	margin-top:50px;
	margin-bottom:50px;
}

.container.header {
	padding-top:10px;
	padding-bottom:10px;
	border-radius:15px 15px 0px 0px;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
}

.container.navigation {
	border-left:2px solid black;
	border-right:2px solid black;
}

.container.footer {
	padding-top:10px;
	padding-bottom:10px;
	border-radius:0px 0px 15px 15px;
	border-bottom:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
	text-align:center;
}

.container.content {
	border-left:2px solid black;
	border-right:2px solid black;
}

.container.contact {
	border-left:2px solid black;
	border-right:2px solid black;
}

.header {
	background-image:url(../img/container_bg.png);
}

.content, .contact, .footer {
	background-image:url(../img/container_bg.png);
}

.navigation {
	background-image:url(../img/container_bg.png);
}

.navigation ul {
	list-style-type:none;
	padding:5px;
	background-color:#222222;
}

.navigation ul li {
	color:white;
	line-height:14px;
	padding:5px;
}

ul.gallery {
	position:relative;
	text-align:center;
	list-style-type:none;
	padding:5px;
	max-width:99%;
	margin:0 auto;
	margin-bottom:10px;
}

ul.gallery li {
	position:relative;
	display:inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align:top;
	margin:7px;
	width:200px;
	height:200px;
	border-radius:10px;
	border:2px solid #dddddd;
	box-shadow:5px 5px 5px #111111;
	overflow:hidden;
	text-align:left;
}

ul.gallery div.capty-wrapper {
	position:relative;
}

#cf {
	padding:10px;
	background-image:url(../img/p_bg.png);
}

.standout {
	font-size:1.1em;
	font-weight:bold;
}

.summary {
	padding:10px;
	background-image:url(../img/p_bg.png);
}

.offices {
	position:relative;
	float: left;
}

.logo {
	position:relative;
	float:right;
	width:177px;
	height:157px;
}

.contactrow {
	margin-bottom:3px;
}

#status {
	display:inline;
	padding:5px;
	margin-left:10px;
}