/* END screen media */
/*   
Theme Name: ZNet Tech
Theme URI: http://www.netepicdesigns.com
Description: Custom Built theme for Gary Block and ZNet Tech
Author: Sean Gleason
Author URI: http://www.netepicdesigns.com
Version: 1
*/
@media screen {
  .grayGradMixin {
    background: #c4c4c4;
    /* Old browsers */
  
    background: -moz-radial-gradient(center, ellipse cover, #c4c4c4 70%, #a3a3a3 100%, #c4c4c4 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(70%, #c4c4c4), color-stop(100%, #a3a3a3), color-stop(100%, #c4c4c4));
    /* Chrome,Safari4+ */
  
    background: -webkit-radial-gradient(center, ellipse cover, #c4c4c4 70%, #a3a3a3 100%, #c4c4c4 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-radial-gradient(center, ellipse cover, #c4c4c4 70%, #a3a3a3 100%, #c4c4c4 100%);
    /* Opera 12+ */
  
    background: -ms-radial-gradient(center, ellipse cover, #c4c4c4 70%, #a3a3a3 100%, #c4c4c4 100%);
    /* IE10+ */
  
    background: radial-gradient(ellipse at center, #c4c4c4 70%, #a3a3a3 100%, #c4c4c4 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#c4c4c4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  
  }
  body {
    background: #e6e6e6;
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 5px 5px 10px 5px;
    color: #206881;
    font-family: helvetica;
  }
  h1 {
    font-size: 42px;
    margin: 10px 10px 30px 0;
    color: #082934;
  }
  h1.small {
    font-size: 26px;
    margin-bottom: 20px;
    color: #206881;
  }
  h1.smallHeader {
    font-size: 33px;
  }
  h2 {
    font-size: 26px;
    margin: 60px 5px 20px;
  }
  h2:first-child {
    margin-top: 0px;
  }
  h3 {
    font-size: 18px;
  }
  p,
  span,
  li {
    font-size: 14px;
    color: #4e4e4e;
    font-family: helvetica;
  }
  p {
    line-height: 22px;
    margin: 10px 5px 20px;
  }
  li {
    margin: 5px;
    list-style: disc;
  }
  ul {
    padding-left: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  a {
    color: #206881;
    text-decoration: none;
    font-size: 15px;
    font-family: helvetica;
  }
  a:hover {
    color: #082934;
  }
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding: 0 15px;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12,
  .grid_13,
  .grid_14,
  .grid_15,
  .grid_16 {
    position: relative;
  }
  /***************Classes******************/
  .border {
    border: 1px solid red;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .center {
    text-align: center;
  }
  .shadow {
    box-shadow: 0px 10px 8px -7px #333333;
  }
  .bulleted {
    margin-left: 25px;
  }
  .bulleted li {
    list-style: disc;
  }
  .title {
    margin-left: 15px;
    font-size: 25px;
  }
  .featuredImage {
    margin: 0 auto 10px;
    display: block;
    box-shadow: none !important;
  }
  .button {
    padding: 0 10px 0 5px;
    margin-top: 15px;
    display: block;
  }
  .button a {
    padding: 1px 15px;
    background: #b1d240;
    color: #082934;
    box-shadow: 0px 1px 3px -1px #000000;
  }
  .button a:hover {
    color: white;
    background: #2f99be;
  }
  .featuredItem {
    min-height: 193px;
    height: 190px;
    border-top: 3px solid #b1d240;
    border-bottom: 3px solid #082934;
    background: #c4c4c4;
    box-shadow: 0px 9px 10px -8px #222222;
    padding: 0px;
  }
  .featuredItem a {
    display: block;
    padding: 0px;
    width: 100%;
    height: 100%;
  }
  img.featuredItem {
    display: block;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .featuredItem h3 {
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  .featuredItem p {
    line-height: 10px;
    margin: 10px;
  }
  .divider {
    padding: 0;
    margin: 45px 0;
  }
  .divider div {
    width: 90%;
    background: #aaaaaa;
    margin: 0 auto;
    padding: 0;
  }
  .divider span {
    background: #082934;
    color: white;
    font-size: 15px;
    margin: 0;
    padding: 1px 60px;
  }
  .smDivider {
    width: 100%;
    display: block;
    height: 10px;
    clear: both;
  }
  .vt_divider:after {
    border-right: 1px solid #206881;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    right: -2px;
    top: 10px;
    width: 10px;
    height: 100%;
    z-index: 4;
  }
  .border_left {
    border-right: 1px solid #206881;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .sideBarImage {
    width: 220px;
    margin-left: 25px;
    height: auto;
  }
  /***************Header******************/
  #topBar {
    background: #082934;
    height: 15px;
    margin-bottom: 5px;
  }
  #headerInner {
    width: 990px;
  }
  #headerInner #logo img {
    width: 350px;
    height: auto;
    margin-top: 20px;
  }
  #headerInner #mainNav h3 {
    margin: 0px;
  }
  #headerInner #mainNav span {
    font-size: 14px;
  }
  #headerInner #mainNav ul {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #headerInner #mainNav ul li {
    float: right;
    padding: 2px 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #fff;
    background: #206881;
    position: relative;
    z-index: 100;
  }
  #headerInner #mainNav ul li:last-child {
    border: none;
  }
  #headerInner #mainNav ul li:hover {
    background: #2f99be;
  }
  #headerInner #mainNav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0px 12px;
    font-size: 16px;
    border-right: 1px solid white;
    position: relative;
    z-index: 150;
  }
  #headerInner #mainNav ul li a:last-child {
    border-right: none;
  }
  #headerInner #mainNav ul li ul {
    position: absolute;
    top: 13px;
    left: 0;
    background: white;
    display: none;
    float: left;
    box-shadow: 1px 2px 7px #333;
  }
  #headerInner #mainNav ul li ul li {
    border: none;
    padding: 0px;
    float: left;
  }
  #headerInner #mainNav ul li ul li a {
    padding: 2px 12px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  #headerInner #mainNav ul li:hover ul {
    display: block;
  }
  #headerInner #mainNav ul li ul li ul {
    position: absolute;
    top: -10px;
    background: transparent;
    box-shadow: 1px 2px 7px #333;
    display: none !important;
  }
  #headerInner #mainNav ul li ul li ul li {
    position: relative;
    right: -120px;
    width: 100%;
  }
  #headerInner #mainNav ul li ul li:hover ul {
    display: block !important;
  }
  /***************Wrapper******************/
  #wrapper {
    min-height: 400px;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: -1px 5px 20px #222222;
  }
  #wrapper #slider {
    background: #333;
    height: 300px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0px 9px 10px -8px #222222;
  }
  #wrapper #slider ul {
    padding: 0;
  }
  #wrapper #slider li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #wrapper #slider li img {
    margin: 0;
  }
  #wrapper #slider li div {
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
  }
  #wrapper #slider li div h1,
  #wrapper #slider li div h2,
  #wrapper #slider li div h3,
  #wrapper #slider li div p,
  #wrapper #slider li div a,
  #wrapper #slider li div ul {
    margin: 50px 0px 0px 30px;
  }
  #wrapper #slider li div h2 {
    background: rgba(255, 255, 255, 0.41);
    text-shadow: 1px 1px 1px #fff;
    border-radius: 5px;
    display: inline;
    position: relative;
    top: 25px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.29) 43%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(43%, rgba(255, 255, 255, 0.29)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
  
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.29) 43%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.29) 43%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
  
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.29) 43%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
  
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.29) 43%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#80ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  
  }
  #wrapper #slider li div ul li {
    list-style: disc;
    margin-left: 50px;
  }
  #wrapper #slider li div a {
    width: 80px;
    display: block;
    background: #206881;
    padding: 5px 15px;
    border-left: 6px solid #b1d240;
    color: white;
  }
  #wrapper #slider li div a:hover {
    background: #2a89aa;
  }
  /***************Main Body******************/
  /***************Short Codes***************/
  .clientsSection div {
    border: 5px solid #206881;
    box-shadow: 0px 10px 5px -8px #222222;
    width: 135px;
    height: 80px;
    background: white;
    text-align: center;
    line-height: 80px;
  }
  .clientsSection div img {
    vertical-align: middle;
    display: inline;
  }
  /***************Form******************/
  .form {
    clear: both;
    background: #c4c4c4;
    box-shadow: 0px 9px 10px -8px #222222;
    margin-top: 30px;
    padding: 5px;
    padding-left: 3px;
  }
  .form input {
    width: 200px;
    margin: 0 0;
  }
  .form input#submit {
    width: 60px;
    margin-right: 0;
    padding: 3px 15px;
    background: #206881;
    color: #f7f7f7;
    border: none;
    box-shadow: none;
  }
  .contact-us input {
    width: 90%;
    margin: 0 0;
  }
  .contact-us input#submit {
    width: 60px;
    margin-right: 0;
    padding: 3px 15px;
    background: #206881;
    color: #f7f7f7;
    border: none;
    box-shadow: none;
  }
  /***************Footer******************/
  #footer {
    background: #222222;
    margin-top: -350px;
    padding-top: 390px;
    z-index: -1;
    position: relative;
  }
  #footerInner {
    min-height: 20px;
    position: relative;
  }
  #footerInner li,
  #footerInner p,
  #footerInner span,
  #footerInner a {
    color: #f7f7f7;
  }
  #footerInner a:hover {
    color: #2f99be;
  }
  #footerInner #map-canvas {
    width: 100%;
    height: 150px;
  }
  #footerBottomBar {
    background: #082934;
    height: 30px;
    margin-top: 25px;
    box-shadow: inner 0px 1px 3px #000;
    padding-top: 8px;
  }
  #footerBottomBar span {
    color: #ececec;
    line-height: 20px;
    vertical-align: bottom;
  }
  #footerBottomBar span a {
    color: #f7f7f7;
  }
  #footerBottomBar span a:hover {
    color: #2f99be;
  }
  #footerBottomBar span a:first-child {
    margin-left: 20px;
  }
}
/**/
/* END screen media */
/**/
@media print {
  .do-not-print {
    display: none;
  }
  #comments {
    page-break-before: always;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4,
  h5,
  h6 {
    font-size: 12pt;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
  }
  img {
    display: block;
    margin: 1em 0;
  }
  a img {
    border: none;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none;
    color: black;
  }
}
/* END print media */