/*
Crossfire Directional Drilling Ltd.
*/ 

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Regular.ttf');
}
@font-face {
 font-family: 'Orbitron';
    src: url('../fonts/orbitron-medium.otf');
}
@font-face {
 font-family: 'Monserrat';
    src: url('../fonts/montserrat-regular.otf');
}
html {
  box-sizing: border-box;
  height: 100%
}

*,
*:before,
*:after {
  box-sizing: inherit;

}


/**
 * Footer Styles
 */

.foot {
  font-family: 'Teko', sans-serif;
  color: #949494;
  font-size: 20px;
  font-weight: 300px;
  line-height: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #151515;
  text-align: center;
  z-index: 4;
  
}

.bottom-menu {
    line-height: .3 em;
}
.bottom-menu a, footer a:visited {
  color: #989898;
}
.bottom-menu a:hover {
  color: #007bdf;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
body
	{
background:
    top right no-repeat;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #151515;
    margin: 0;
    padding-bottom: 6rem;
    min-height:100%;
	}


@media (min-width: 667px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.mt20 {
	margin-top: 20px;
    margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}
/* list section */

#safetylist li {
    list-style-type: square;
    color: #007bdf;
    margin: 30px 0;
 }
#safetylist p {
    color: #b7b7b7;
}

/* heading section */

h1,h2,h3,h4 {
  font-family: "Orbitron";
  color: #fff;
  font-weight: bold;
}

h1,h2 {
  font-size: 30px;
}
h5 {
  font-family: 'Teko', sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 300px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}


/* button section */
.btn {
  background: #303030;
  border: 2px solid #404040;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
}
.btn:hover {
  background: #007bdf;
  border-color: transparent;
  transition: all 0.2s ease-in;

}
.btn:active {
  background: #007bdf;
  border-color: transparent;
}


.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */
.navleft {
    padding-right: 30px;
    
}
        

.navbar-default {
    background: #151515;
    border: none;
    border-left: 6px solid #007bdf;
    margin: 0 !important;
    position: relative;
    top: 20px;
  }
.navbar-default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
    position: absolute;
    z-index= 4;
   }

.navbar-default .navbar-nav li a {
  font-family: 'Teko', sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 700px;
  line-height: 40px;
  transition: all 0.2s ease-in;
 }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
  color: #007bdf;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #007bdf;
  	background-color: transparent;
}
.navbar-default .navbar-toggle {
  	background: transparent;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
    padding-right: -20px
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
    padding-right: -40px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}
.navbar-collapse.collapse.in{
        display:block!important;
    }

.active {
	background: #333;
}
/* ____________________________________ Slide 1 ____________________________________ */ 
    
.slogan {
    align-items: center;
}
.logo {
    padding-top: 200px;
}

.padding_slide1 {padding:241px 0 101px 0;
}

.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-shadow:0 0 60px rgba(0,0,0, 0.7) inset;
}

#slide1 {
  background: url('../images/slide1_bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 1200px;
  background-attachment: scroll;
  z-index: 1;
  margin-top: 0px;
  -moz-box-shadow: inset 0 -20px 20px -20px #000000;
    -webkit-box-shadow: inset 0 -20px 20px -20px #000000;
    box-shadow: inset 0 -20px 20px -20px #000000;

    
}
@media (max-width:1024px){
#slide1{
    background-attachment: scroll;
}
}
@media (max-width:667px){
#slide1{
    min-height: 700px;
}
}
#slide2 {
	background-image:url(../images/about-header.jpg);
	background-size: cover !important;
    background-position: center;
	width:100%;
    min-height:500px;
	text-align:center;
    
}

.filtr_bg {
	position:relative;
	z-index:3;
	text-align:center;	
}

#slide1 h1 {
	float:none;
	border-right:none;
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 64px;
	line-height: 85px;
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
}
.slogan_text {
	display:inline-block;
    text-align: center;
	padding:20px 12px 130px;
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:33px;
	color:#fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
    word-spacing: 20px
}

.phone_text {
	display:inline-block;
    text-align: center;
	padding:20px 12px 156px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:50px;
	line-height:33px;
	color:#b7b7b7;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
    word-spacing: 20px
}


.button {
	cursor:pointer;
	display:block;
	margin:0 auto;
	width:50px;
	height:50px;
	border:none;
	background:url(../images/down.png) no-repeat;
    margin-bottom: 200px;
    z-index: 3
}


.button:hover {
    cursor:pointer;
	display:block;
	margin:0 auto;
	width:50px;
	height:50px;
	border:none;
	background:url(../images/down2.png) no-repeat;
    transition: all 0.2s ease-in;

}

/* General Slides */ 

.effect_1 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:1200px;
    z-index: 2
}
@media (max-width:667px){
.effect_1 {
    height: 700px;
}
}
.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:700px;
    z-index: 2;

}
@media (max-width:667px){
.effect_2 {
    height: 550px;
}
}

/* about section */
#about-header {
  background-image:url(../images/slide1_bg3.jpg);
	background-size: cover !important;
    background-position: center;
	width:100%;
    height:500px;
	text-align:center;
    background-attachment: fixed
}
#about {
  margin-top: -100px;
  padding-bottom: 60px;
  z-index: 4;
  -webkit-transform:translateZ(4);

}
#about:before {
    display: block;
    content: "";
    height: 100px;
    margin: -200px 0 0;
  }
@media (max-width:1024px){
#about:before{
    margin: -300px 0 0;
}
}

#about .container {
  background: #202020;
  border-radius: 6px;
  z-index: 4;
  position:relative;
  padding-bottom: 20px;
  
  
}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .team-wrapper {
  background-color: #202020;
  padding: 20px;
  border-radius: 6px
}
#about .about-des {
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}

/* team section */
#team {
  padding-bottom: 20px;
  margin-top: 0px;
  margin: 0 auto
      
}
#team .team-wrapper:hover {
    background-color: #303030;
    transition: all 0.2s ease-in;
    
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  background-color: #171717;
  border: 2px solid #303030;
  padding: 20px;
  min-height: 330px;
  text-align: center;
}
.team-wrapper li {
  list-style-type: square;
    color: #007bdf;
}
   
.team-wrapper p {
    color: #fff;
    
}
#team h4 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#team img {
  opacity: 0.6;
  border-radius: 6px;
}
#team img:hover {
  opacity: 1;
  transition: all 0.2s ease-in;

}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}

/* portfolio section */
#portfolio {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
   -webkit-transform: translate3d(0,0,0);

}
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4,
#portfolio .col-md-3 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.2s ease-in;
  opacity: 0.5;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  }
#portfolio img:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0);
}

/* contact section */

#contact-header {
  background: url('../images/slide1_bg.jpg') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  min-height: 700px;
  background-attachment: scroll;
  z-index: 1;
  margin-top: 0px;
  -moz-box-shadow: inset 0 -20px 20px -20px #000000;
    -webkit-box-shadow: inset 0 -20px 20px -20px #000000;
    box-shadow: inset 0 -20px 20px -20px #000000;
    
}

@media (max-width:1024px){
#contact-header{
    background-attachment: scroll;
}
}
@media (max-width:667px){
#contact-header{
    min-height: 550px;
}
}
#contact {
  padding-bottom: 60px;
  margin-top: -100px;
  z-index: 3;
  -webkit-transform:translateZ(4);
}
.border img {
  border: 6px solid #303030;
  border-radius: 6px;

}
#contact .container {
  background: #202020;
  z-index: 2;
  position: relative;
  border-radius: 6px;
  padding-bottom: 20px;
      
}
#contact:before {
    display: block;
    content: "";
    height: 100px;
    margin: -300px 0 0;
  
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #151515;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #303030;
}
#contact input {
  height: 53px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
#map-canvas
  {
    border: none;
    width: 100%;
    height: 300px;
  }
.content-container {
    margin-top: 10px;
    
    width: 100%; height: 400px;   
    
    background: #ffffff;
    
    text-align: center;
}
.maps iframe{
    pointer-events: none;
}
.address a, footer a:visited {
  color: #989898;
}
.address a:hover {
  color: #007bdf;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
/* footer section */
footer {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .menu p {
  padding-bottom: 10px;
}
}
footer a, footer a:visited {
  font-size: 20px;
  color: #999;
}
.phone a, .phone a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #007bdf;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}


@media (max-width:667px){
h2{
    font-size: 22px;
}
}
@media (max-width:667px){
h3{
    font-size: 16px;
}
}