/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
	background: #f1f1f1;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	color: #3e3e3e;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.titleBr {
	display:none;
}
.shadow {
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,.8);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.8);
}
.googleMap {
	border:2px solid #fff;
}
.catalog-started-btn {
	margin:20px 0 0 0;
}
.catalog-started-btn div{
	position: relative;
	width: 100%;
	height: 80px;
}
.catalog-started-btn div > img{
	display: block;
	/* [disabled]width: 290px; */
	height: 150px;
	position: absolute;
	/* transitions */
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
/* solution 2: css2 solution, hide/show elements by class */

.catalog-started-btn div > img.normal{ 
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.catalog-started-btn div > img.hover{
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.catalog-started-btn div:hover > img.normal{ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.catalog-started-btn div:hover > img.hover{ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.catalog {
	display: block;
	width:100%;
	background-image: url(../img/blueBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 4px 2px #C2C2C2;
	box-shadow: 2px 2px 4px 2px #C2C2C2;
	border: 2px solid #39F;
	padding-top: 2px;
}
.catalog:hover, .getStarted:hover {
	background-position: left bottom;
}
.getStarted {
	display: block;
	width:40%;
	background-image: url(../img/drkGrayBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 40px;
	/*margin-bottom: 20px;*/
	-webkit-box-shadow: 2px 2px 4px 2px #C2C2C2;
	box-shadow: 2px 2px 4px 2px #C2C2C2;
	border: 2px solid #606060;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.catalog h6 {
	z-index:10;
	font-size:1.875em;
	line-height: 2.2em;
}
.getStarted h6 {
	z-index:10;
	font-size:1.25em;
	line-height: 2em;
}
p, ul {
	font-size: 1.064em;
	font-weight: 300;
}
a {
	color: #3366cc;
	font-weight: 300;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #99ccff;
}
.sliderLink a {
	font-size: 0.75em;
	font-weight: 400;
	color: #3366cc;
	text-decoration: none;
}
.sliderLink a:hover {
	color: #99ccff;
}
p {
	margin-bottom: 0.875em;
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px 0px 20px;
	color: #363636;
}
h2 {
	font-size: 1.875em;
	font-weight: 400;
	color: #0099FF;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	farfont-size: 1.5em;
	font-weight: 700;
	color: #990000;
	margin-bottom: 10px;
	line-height: 1.25em;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 1.625em;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 10px;
	color: #0099ff;
}
h5 {
	font-size: 1em;
	font-weight: 700;
	color: #990000;
	margin-bottom: 5px;
}
h6 {
	/* [disabled]font-size: 2em; */
	font-weight: 400;
	color: #fff;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
	/* [disabled]text-transform: uppercase; */
	letter-spacing: 1px;
}
.introTxt {
	font-size: 1.313em;
	font-weight: 300;
	color: #333;
	line-height: 1.313em;
}
.lrgTxt {
	font-size: 1.563em;
	font-weight: 300;
	color: #0099ff;
	margin: 0px;
	line-height: 1em;
}
header {
	width: 100%;
	min-height:180px;
	height:auto;
	overflow:visible;
	background: #fff url(../img/headerBg.jpg) repeat-x left bottom;
	margin-top:10px;
	z-index:999;
	position: relative;
}
.headerTitle {
	position: absolute;
	top: 70px;
	left: 5%;
}
.headerImg {
	position: relative;
	overflow: visible;
	max-height:180px;
	min-height: 140px;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 1;
}
.wbpLogo {
	display:block !important;
	position:absolute;
	z-index:200;
	left:2%;
	top:0;
	width:100%;
	max-width:380px;
}
.wbpLogoTxt {
	display:none !important;
}
#tagline {
	position:absolute;
	top:60px;
	right:2%;
	max-width:480px;
	display:block;
}
section {
	width: 100%;
}
.container {
	max-width:1140px;
	width:100%;
	position:relative;
	margin:0px auto;
}
#mainContent {
	background: #f8f8f8;
	z-index:1;
}
#mainContent ul {
	padding: 0;
	margin: 0 0 .689em 0.9em;
}
#mainContent ul li {
	margin:0;
	list-style-type: none;
	text-indent: -0.7em;
	font-weight: 300;
	padding: 0px;
	line-height: 1.5em;
}
#mainContent ul li:before {
	content:"• ";
	font-size:.75em;
	color: #990000;
}
.stageShadow {
	background:url(../img/stageShadow.png) repeat-y center top;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#subContent {
	width:100%;
	border-top:8px solid #f1f1f1;
	padding:10px 0 0;
	background:#e8e8e8;
}
#subContent a {
	font-weight: 400;
}
footer {
	width: 100%;
	position: relative;
}
.footerBg {
	background:#660000;
	padding:20px 20px 10px;
	color:#993333;
	text-align:center;
}
.grayBg {
	background-color: #f5f5f5;
	z-index: 1;
}
.contactBg {
	background-image: url(../img/callMe.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.threeCol {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.breadcrumbNav {
	font-size: .875em;
	margin-bottom: 1.25em;
	position: relative;
	z-index: 999;
}
.iconWrap {
	display:block;
	height:119px;
	margin:15px 0;
}
.icon {
    position: relative;
}
.icon > img{
    display: block;
    position: absolute;
    /* transitions */
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
/* solution 2: css2 solution, hide/show elements by class */

.icon > img.normal{ 
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.icon > img.hover{
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.icon:hover > img.normal{ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.icon:hover > img.hover{ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
/*.icon {
	display: block;
	padding:0;
	margin:0 14px;
}*/
/*.icon:hover {
	background-image: url(../img/iconBg.png);
	background-repeat: no-repeat;
	background-position: left center;
}*/
.topZindex {
	position: relative;
	z-index: 2;
	background-image: url(../img/colRule.gif);
	background-repeat: no-repeat;
	background-position: 66.6666% 60px;
}
.topZindex2 {
	position: relative;
	z-index: 2;
	background-image: url(../img/colRule.gif);
	background-repeat: no-repeat;
	background-position: 66.6666% 10px;
}
.topZindexHome {
	position: relative;
	z-index: 2;
	background-image: url(../img/colRule.gif);
	background-repeat: no-repeat;
	background-position: 66.6666% 0px;
}
.homeTopSpace {
	padding-top:7%;
}

/* ==========================================================================
   FORM STYLE
   ========================================================================== */

.formBtn {
	color: #fff;
	float: left;
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: .75em;
	width: 25%;
}
.formBtn:hover {
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
input {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	border: none;
	outline: none;
	color: #333;
	float: left;
	font-size: 0.75em;
	padding: 10px;
	-webkit-box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,.2);
	box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,.2);
}
.contactFormBtn {
	color: #fff;
	float: left;
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1em;
	width: 200px;
}
.contactFormBtn:hover {
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.SFformBtn {
	color: #fff;
	float: left;
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: .75em;
	width: 95px;
}
.SFformBtn:hover {
	background-image: url(../img/redBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table {
	position: relative;
	z-index: 999;
	width: 100%;
}
table tr td {
	padding: 6px 0 0 0;
}
label {
	font-size: 1em;
	font-weight: 400;
	/* [disabled]margin-top:20px; */
	/* [disabled]padding-top:20px; */
}
.checkbox {
	width: 14px;
	height: 14px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: 4px;
    *overflow: hidden;
}
.homefield {
	width: 60%;
}
.inputFloat {
	float:left;
	margin-left:2%
}
.inputSF {
	width: 94%;
	background-color: #fff;
}
textarea {
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
	border: none;
	outline: none;
	color: #333;
	float: left;
	font-size: 0.75em;
	padding: 0px 4px;
	-webkit-box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,.2);
	box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,.2);
	padding: 10px;
}
.error {
	font-size: 1em;
	font-weight: 400;
	color: #990000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.success {
	font-size: 1.125em;
	color: #3366cc;
	font-weight: 700;
	text-align: center;
	display: block;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.messageStyle {
	width: 100%;
	text-align: left;
	padding-top:10px;
}

/* ==========================================================================
   responsive columns
   ========================================================================== */

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0;
	padding: 0;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.6666%;
}
.span_1_of_3 {
	width: 33.3333%;
}
.padding-sub1 {
	padding: 30px;
	margin: 0 0 0 30px;
}
.padding-sub {
	padding: 30px 10%;
	margin: 0px;
}
.padding-sub2 {
	padding: 30px;
	margin: 0 20px 0 5%;
}
.padding-1-3 {
	padding: 12% 12% 10%;
	margin: 0px;
}
.padding-1-3-home {
	margin: 0px;
	padding: 10% 0 10% 6%;
}
.padding-1-3-icons {
	margin: 0px;
	padding: 40px 0 15% 6%;
}
.padding-2-3 {
	padding: 0 8% 10%;
	margin: 0px;
}
.padding-2-3-home {
	padding: 6% 8% 10%;
	margin: 0px;
}
.padding-3-3 {
	padding: 0 5% 15%;
	margin: 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*    display: none !important;
    visibility: hidden;
}*/

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?39076995');
  src: url('../font/fontello.eot?39076995#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?39076995') format('woff'),
       url('../font/fontello.ttf?39076995') format('truetype'),
       url('../font/fontello.svg?39076995#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39076995#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-big:before { content: '\e800'; } /* '' */
