/*

    Template Author : http://pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Uno one page template
    
    Modified and customized 2015/2016 by Doug Snook
    for Lake Minear
    
    snookd@gmail.com
    
    *****************************************
    
    
    - fonts
    - General CSS
    - headers
    - billboard
    - services
    - about & timeline
    - portfolio
    - testimonials
    - contact
    - footer
    
*/



/*  Fonts  */
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#opensans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'honeyscript-semibold';
    src: url('../fonts/honeyscript-semibold.eot');
    src: url('../fonts/honeyscript-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/honeyscript-semibold.woff') format('woff'),
         url('../fonts/honeyscript-semibold.ttf') format('truetype'),
         url('../fonts/honeyscript-semibold.svg#honeyscript-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#honeyscript-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignPainter_HouseScript';
    src: url('../fonts/SignPainter_HouseScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Omega';
    src: url('../fonts/Omega.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.fixedWrapper{
	width: 100%;
    position: relative;
    display: block;
}

h1, h2, h3, h5 ,h6{
    color: #626262;
    font-family: "opensans-regular", arial;
    letter-spacing: 1px;
    text-align: center;
}

h4 {
    color: #ffffff;
    font-family: "opensans-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 2.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}



.clear {
   display:block;
   clear:both;
   }
   
 *,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

 
/* Attribute selector */
[class*='bit-'] {
  float: left;
  padding: 10px;
}
 
/* Floats last ".bit-" to the right */
[class*='bit-']:last-of-type {
  padding-right: 10px;
  float: right;
}
 
/* Clearfix */
.frame:after {
  content: "";
  display: table;
  clear: both;
}

.center {
text-align: center;
}

.frame .frame_txt{
    width: 100%;
    color: #375D73;
    font-family: Arial;
    font-size: 14px;
    margin: 5px auto;
    line-height: 18px;
}

.frame .frame_title{
    width: 100%;
    color: #962F34;
    font-family: "Omega", Arial Black;
    font-size: 20px;
    margin: 2px auto;
    line-height: 24px;
}

.frame img { 
	display: block;
	margin:0 auto; 
	}
	
	
/* Main Widths */
.bit-1  {width: 100%;}
.bit-2  {width: 50%;}
.bit-3  {width: 33.33%;}
.bit-4  {width: 25%;}
.bit-5  {width: 20%;}
.bit-6  {width: 16.6666666667%;}
.bit-7  {width: 14.2857142857%;}
.bit-8  {width: 12.5%;}
.bit-9  {width: 11.1111111111%;}
.bit-10 {width: 10%;}
.bit-11 {width: 9.09090909091%;}
.bit-12 {width: 8.33%;}
