@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body{
    background:#fff;
	font-family: 'Abel', Arial, sans-serif;
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
#mainImage{
	width:100%;
	text-align:center;
}
#content {
	text-align:center;
	font-size:16px;
	max-width:1000px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#header{
	text-align:center;
	width:100%;
	height:65px;
	background-color:#1b75bc;
	padding: 20px 0 20px 0;
}
.logo{
	text-align:center;
	width:331px;
	height:65px;
	margin:0 auto;
}
#footer{
	color:#fff;
	width:100%;
	height:35px;
	background-color:#000;
	text-align:center;
	margin-top:0px;
	padding-top:15px;
}
#navBar{
	width:100%;
	height:55px;
	background-color:#000;
	padding:0;
}
#navigation{
	max-width:1000px;
	margin:0 auto;
}
.fma{
    max-width:1000px;
	width:100%;
    margin: 20px auto;
}
#buttons{
	max-width:250px;
	margin:20px auto;
	clear:both;
}
.wood{
	background-image: url("images/wood.jpg");
	background-position: center;
	vertical-align: center;
	padding: 40px 0 40px 0;
	margin:40px 0 0 0;
}
#contactForm {
	text-align:left;
	padding-left: 0px;
	font-family: "Abel", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.submitBtn {
	background: #000 ! important;
	border:0px;
	color:#FFFFFF ! important;
	font-weight: bold ! important;
	font-size: 15px ! important;
	border-radius: 0px;
	height: 40px ! important;
	behavior:url(border-radius.htc);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	font-family: "Abel", Times, serif;
	width: 150px;
}
.portfolioImg{
	margin-bottom:3px;
}
.quote{
	font-size:18px;
	font-weight:700;
	background-color:#fff;
	width:250px;
	height:40px;
	border-style: solid;
	border-color:#000;
	margin:0 auto;
	padding-top:18px;
	text-align:center;
	clear:both;
}
.quote:link{
	color:#fff;
	text-decoration: none;
	background-color:#1b75bc;
	border-style:solid;
	border-color:#1b75bc;
	}
.quote:visited{
	color:#fff;
	text-decoration: none;
	background-color:#1b75bc;
	border-style:solid;
	border-color:#1b75bc;
	}
.quote:hover{
	color:#fff;
	text-decoration: none;
	background-color:#1b75bc;
	border-style:solid;
	border-color:#1b75bc;
	}
.quote:active{
	color:#fff;
	text-decoration: none;
	background-color:#1b75bc;
	border-style:solid;
	border-color:#1b75bc;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.clr{
	clear: both;
}
h1{
	font-size:40px;
	font-weight:;
	color:#000;
	font-weight:30px;
    text-align:center;
	margin:0;
}
h1.twenty{
	font-size:40px;
	font-weight:;
	color:#1b75bc;
	font-weight:30px;
    text-align:center;
	margin:0;
}
h2{
	font-size:25px;
	color:#1b75bc;
	font-weight:400;
    text-align:center;
	padding:0 0 0 0;
	margin:0;
}
h3{
	font-size:25px;
	color:#000;
	font-weight:700;
    text-align:center;
	padding:0 0 0 0;
	margin:0;
}

/* Image CSS */
.view {
   width: 323px;
   margin: 5px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	padding:145px 0 0 0;
	font-size:34px;
	color:#fff;
	font-weight:400;
    text-align:center;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* imagwe zoom css */

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(27,117,188, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
a {
	text-decoration:none;
}

/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 600px;
    background:;
    padding: 25px 15px 25px 10px;
    font: 12px "Abel", Times, serif;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    border:0px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #000;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: ;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #7f7666;
    border: none;
    padding: ;
    color: #FFF;
    box-shadow: 1px 1px 5px;
    border-radius: 0px;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #f3cb33;
}

/* Desktop Layout: 1025px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#content {
	width:90%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.view {
   width:32.25%; 
}
}

/* Desktop Layout: 769px to a max of 1024px. Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 768px) and (max-width: 1023px)  {

.gridContainer {
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#content {
	width:90%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.view {
   width:31.5%;
}
.view h2 {
	padding:35% 0 35% 0;
	font-size:25px;
}
section{
	margin-top:150px;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   background-color: rgba(27,1173,188, 0.7);	
}
}

/* Desktop Layout: 768px to a max of 1023px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 650px) and (max-width: 767px)  {

.gridContainer {
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#content {
	width:90%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.view {
   width:48%;
}
.view h2 {
	padding:45% 0 45% 0;
	font-size:30px;
}
img{
	width:100%;
}
section{
	margin-top:165px;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   background-color: rgba(27,117,188, 0.7);	
}
}

/* Desktop Layout: 720px to a max of 768px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 320px) and (max-width: 649px)  {

.gridContainer {
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#content {
	width:90%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.view {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.view h2 {
	padding:45% 0 45% 0;
	font-size:35px;
}
img{
	width:100%;
}
section{
	margin-top:185px;
}
#buttons{
	text-align:center;
	width:100%;
	margin:20px auto;	
}
.two-col {
    overflow: hidden;/* Makes this div contain its floats */
}

.two-col .col1,
.two-col .col2 {
    width: 98%;
}

.two-col .col1 {
    float: left;
}

.two-col .col2 {
    float: left;
}

.two-col label {
    display: block;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   background-color: rgba(27,117,188, 0.7);	
}
}

/* Desktop Layout: 720px to a max of 768px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 320px) and (max-width: 479px)  {

.gridContainer {
	max-width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#content {
	width:90%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.view {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.view h2 {
	padding:40% 0 40% 0;
	font-size:35px;
}
img{
	width:100%;
}
section{
	margin-top:225px;
}
#buttons{
	text-align:center;
	width:90%;
	margin:20px auto;	
}
#header{
	height:65px;
}
.logo{
	text-align:center;
	width:100%;
}
#navBar{
	text-align:center;
	width:100%;
}
.logo img{
	width:310px;
}
.two-col {
    overflow: hidden;/* Makes this div contain its floats */
}

.two-col .col1,
.two-col .col2 {
    width: 97%;
}

.two-col .col1 {
    float: left;
}

.two-col .col2 {
    float: left;
}

.two-col label {
    display: block;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   background-color: rgba(27,117,188, 0.7);
}
}




