@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,600,700);
html, body {
    background-color: #fff;
    color: #444;
    height: 100%;
    min-height: 700px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
}
@font-face {
    font-family: 'HelveticaLTCondensedBlack';
    src: url('fonts/HelveticaLTCondensedBlack.eot');
    src: local('HelveticaLTCondensedBlack'), url('fonts/HelveticaLTCondensedBlack.woff') format('woff'), url('fonts/HelveticaLTCondensedBlack.ttf') format('truetype');
}
a {
    color: #d00000;
    text-decoration: none;
}
a:visited {
    color: #d00000;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #d00000;
    text-decoration: underline;
}
img {
    outline: 0;
}
.italicText {
    font-style: italic;
}
.centerWrapper {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 1200px;
    clear: both;
}
.centerWrapperPad {
    padding: 0 1.5% 0 1.5%;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 1200px;
    clear: both;
}
.centerWrapper100 {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 1200px;
    clear: both;
}
.fullclick {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}
#slidecontainer {
    width: 100%;
    height: 100%;
    min-height: 60px;
    position: relative;
}
.slide {
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    /*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
}
.slide50 {
    width: 100%;
    height: 50%;
    position: relative;
    background-attachment: fixed;
    /*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
    border-bottom: 1px solid #ddd;
    background-image: -webkit-linear-gradient(top, #fafafa, #fff);
    background-image: -moz-linear-gradient(top, #fafafa, #fff);
    background-image: -o-linear-gradient(top, #fafafa, #fff);
    background-image: -ms-linear-gradient(top, #fafafa, #fff);
    background-image: linear-gradient(top, #fafafa, #fff);
}
.slideAuto {
    width: 100%;
    position: relative;
    background-attachment: fixed;
    /*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
    border-bottom: 1px solid #ddd;
    background-image: -webkit-linear-gradient(top, #eee, #fff);
    background-image: -moz-linear-gradient(top, #eee, #fff);
    background-image: -o-linear-gradient(top, #eee, #fff);
    background-image: -ms-linear-gradient(top, #eeee, #fff);
    background-image: linear-gradient(top, #eee, #fff);
    clear: both;
}
#slide1 {
    background-color: #333;
}

/******************************
 SLIDE 2
*******************************/

#slideNavBase {
    position: absolute;
    height: 42px;
    width: 100%;
    bottom: 0;
    left: 0;
}
#staticNavBase {
    position: relative;
    height: 42px;
    width: 100%;
}
.baseBlueNav {
    background-color: #308fc1;
}
.baseOrangeNav {
    background-color: #f3883a;
}
#baseCenter {
    /*background-color:#fff;*/
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 40px;
    text-align: left;
}

.slideBlur,
.slideBlurCircle {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 10px 5px;
    cursor: pointer;
}
.slideBlurCircleBlk {
    display: inline;
    background-image: url(../../assets/images/slideBlurCircleBlk.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    margin: 10px 5px;
    cursor: pointer;
}

.slideFocus,
.slideFocusCircle {
    background-image: url(../../assets/images/slideFocusCircle.png);
    background-repeat: no-repeat;
    background-position: center;

    cursor: pointer;
}
.slideFocusCircleBlk {
    display: inline;
    background-image: url(../../assets/images/slideFocusCircleBlk.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    margin: 10px 5px;
    cursor: pointer;
}
.slideNext {
    position: absolute;
    display: inline;
    bottom: 50%;
    right: 0;
    width: 42px;
    height: 120px;
    margin-bottom: -30px;
    background-color: #333;
    background-image: url(../../assets/images/slideNext.png);
    background-color: rgba(0, 0, 0, 0.3);
    float: right;
    cursor: pointer;
}
.slideNext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.slideBack {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 42px;
    height: 120px;
    margin-bottom: -30px;
    background-color: #333;
    background-image: url(../../assets/images/slideBack.png);
    background-color: rgba(0, 0, 0, 0.3);
    float: right;
    cursor: pointer;
}
.slideBack:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.slideNextW {
    display: none;
}
.slideBackW {
    display: none;
}
.slidePause {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: 0 0 0 -18px;
    background-color: #333;
    background-image: url(../../assets/images/slidePause.png);
    background-color: rgba(191, 191, 191, 0.3);
    display: none;
    cursor: pointer;
}
.slidePause:hover {
    background-color: rgba(191, 191, 191, 0.8);
}
.slidePlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: 0 0 0 -18px;
    background-color: #333;
    background-image: url(../../assets/images/slidePlay.png);
    background-color: rgba(191, 191, 191, 0.3);
    cursor: pointer;
    display: none;
}
.slidePlay:hover {
    background-color: rgba(191, 191, 191, 0.8);
}


.navActive {
    background-color:#d00000;
}

.baseNext {
    display: block;
    width: 42px;
    height: 42px;
    bottom: 0px;
    background-image: url(../../assets/images/baseNext.png);
    background-color: rgba(255, 255, 255, 0.5);
    float: right;
    cursor: pointer;
}
.baseNext:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.baseUp {
    display: block;
    width: 42px;
    height: 42px;
    bottom: 0px;
    background-image: url(../../assets/images/baseBack.png);
    background-color: rgba(0, 0, 0, 0.5);
    float: right;
    cursor: pointer;
}
.baseUp:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.navigation {
    position: fixed;
    top: 20px;
    right: 20px;
}
#pageHead {
    position: absolute;
    background: url('../../assets/images/backgrounds/Pavement.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}
#crackBackground {
    position: absolute;
    background: url('../../assets/images/backgrounds/pavement-crack-full.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment:fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#mCarousel {
    position: relative;
    background: url('../../assets/images/backgrounds/Pavement.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 80%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 4;
}
#mCarousel ul {
    position: relative;
    width: 300%;
    height: 100%;
    border: 0;
    padding: 0;
    float: left;
    margin: 0;
}
#mCarousel ul li {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    bottom: 0;
    list-style: none;
}
.tabRotator {
    position: relative;
    height: 100%;
}
#tabCarousel {
    position: relative;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#tabCarousel ul {
    background: #ddd;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
#tabCarousel ul li {
    width: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

.graphCarousel>div:first-of-type {
    position:absolute; top:0px; left:0px; right:0px;  bottom:0px;
}

.graphCarousel {
    position:relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.graphCarousel ul {
    position: relative;
    width: 300%;
    height: 100%;
    border: 0;
    padding: 0;
    float: left;
    margin: 0;
    pointer-events: none;
}
.graphCarousel ul li {
    position: relative;
    width: 33.333333%;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    float:left;
    bottom: 0;
    list-style: none;
    pointer-events: none;
     z-index:300;
}
.graphCarousel ul li h2 {
    color:#fff;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    font-weight: lighter !important; 
    font-size: 24px !important;
}
.graphCarousel ul li img {
    display: block;
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:2em;
    box-sizing: border-box;
}

.graphCarousel>img {
    position:absolute;
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:2em;
    left: 0;
    right: 0;
    top:93px;
    bottom:0;
    margin:0 auto;
    border:0;
    box-sizing: border-box;
}

.graphNaviagation {
    display:table; 
    width:100%; 
    height:100%; 
    z-index:400;
}

.graphNaviagation div:last-of-type,
.graphNaviagation div:first-of-type {
    display:table-cell;  vertical-align:middle; width:50% background:#fff;
}
.graphNaviagation div:last-of-type {
   text-align: right;
}
.graphNaviagation div i {
    cursor: pointer;
    color: #fff;
    color: rgba(255,255,255,.5);
    margin:5px 5px 55px 5px;
    padding-top:60px;
}
.graphNaviagation div i:hover {
    color: #fff;
    color: rgba(255,255,255,1);
}
.expandHide {
    display: none;
}
#tabContainer {
    position: relative;
    height: 450px;
    overflow: auto;
}
#tabCaption {
    font-family: 'Helvetica', 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    color: #666;
}
.hidden {
    opacity: 0;
}
.menuHeadBase {
    position: fixed;
    background: url('../../assets/images/backgrounds/Pavement.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 100%;
    border-bottom: 10px solid #d00000;
    z-index: 999;
}
#menuPush {
    margin: 0;
    padding: 0;
    display: block;
    height: 50px;
}
#FooterPush {
    margin: 0;
    padding: 0;
    display: block;
    height: 220px;
}
.breadcrumbContainer {
    background-color: #eee;
    padding: 0;
    margin: 0;
    height: 30px;
    border-bottom: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#breadcrumbs {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    font-size: 12px;
}
#footBar {
    position: relative;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 00px 0;
    background-color: #333;
}
#footBar ul {
    text-align: center;
    width: auto;
    position: relative;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
    background-color: #333;
}
#footBar ul li {
    display: inline;
    line-height: 26px;
    margin: 5px 10px;
    white-space: nowrap;
}
#baseBar {
    padding: 20px 0;
}
#baseBar p {
    clear: both;
    margin: 5px 0;
    padding: 0;
    clear: both;
}
#baseBarPush {
    display: block;
    height: 60px;
}
#baseBarInt {
    position: relative;
    height: auto;
    line-height: 60px;
    text-align: right;
    color: #fff;
    width: 100%;
    background-color: #d00000;
}
#thumbBar {
    position: relative;
    height: auto;
    width: 100%;
    background: #fff;
}

i {
    color:#d00000;
}

#contactBlock,
#aboutBlock {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 80px 0 80px 0;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    z-index: 1000;
    text-align: center;
    clear: both;
}
#contactBlock p, #servicesBlock p,  #aboutBlock p, #blogLiner>.fullBlock>p {
    line-height: 34px;
    font-weight: normal;
}
#contactBlock h2,
#aboutBlock h2 {
    color: #d00000;
    font-weight: normal;
}
#contactBlock i{
    margin-top:.6em;
   transition: transform .2s linear;
}
#contactBlock a {
    text-decoration:none;
}

#contactBlock i{
    margin-top:.6em;
}

#contactBlock a:hover i {
    transform: scale(1.2);
}


#contactBlock h3,
#aboutBlock h3 {
    font-weight: normal;
    margin:0;
    padding:0;
    font-size: 28px !important;
    color:#555;
}
#contactBlock strong,
#aboutBlock strong{
    color: #d00000;
    font-weight: bold;
}

#servicesBlock {
    background: url('../../assets/images/backgrounds/pavementtexture.jpg');
    background-color: #333;
    background-attachment: fixed;
    position: relative;
    height: auto;
    width: 100%;
    background-color: #333;
}

.servicesBlockOverlay {
    padding: 60px 0 60px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e2e2e+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46,46,46,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#servicesBlock h2 {
    color: #fff;
    font-weight: normal;
}

#servicesBlock p {
    color: #fff;
    font-weight: normal;
}

.serviceIcon {
    text-align: center;
    transition: transform .3s linear;
}
.serviceIcon:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
    transition: transform .3s linear;
}
.serviceIcon img {
    max-width: 200px;
}
#blogBlock {
    padding: 40px 0 40px 0;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    height: auto;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background-color: #fafafa;
}
#blogLiner .halfBlock {
    padding-bottom: 10px;
}
#blogLiner {
    /*overflow:auto;*/
    display: block;
    background-color: #fafafa;
    padding: 40px 1.5%;
    text-align: center;
}
#menuLiner {
    padding: 0 1.5% 0 1.5%;
}
#pageLiner {
    overflow: auto;
    background-color: #fff;
    outline-offset: -1px;
    padding: 0 1.5% 0 1.5%;
}
#headAlign {
    position: absolute;
    background: #d00000;
    background-color: rgba(208, 0, 0, .8);
    width: 100%;
    bottom: 0;
}
#headLiner {
    margin: auto;
    padding: 0 1.5% 0 1.5%;
    max-width: 1200px;
    overflow: auto;
    font-size: 60px !important;
}
.headCenter {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 1200px;
    clear: both;
}

/*
.widget-area{
    background:#d00000;
    float:left;
    width:200px;
}
*/

.blogArticleLinkContainer {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
    outline: 1px solid #d2d2d2;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.0);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.0);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.0);
    transition: transform .3s linear;
    /*transition: all .1s;*/
}
.blogArticleLinkContainer:hover {
    outline: 1px solid #d2d2d2;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.4);
    background: #d00000;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
    transition: transform .3s linear;
    /*transition: all .1s;*/
}
.blogArticleLinkContainer:hover p {
    color: #fff;
    /*transition: all .1s;*/
}
.blogArticleLinkContainer:hover h3 {
    /*text-decoration: underline;*/
    color: #fff;
    /*transition: all .1s;*/
}
.blogArticleLinkContainer img {
    filter: contrast(1) brightness(1) sepia(0);
    -webkit-filter: contrast(1) brightness(1) sepia(0);
    transition: all .5s;
}
.blogArticleLinkContainer:hover img {
    filter: contrast(1.4) brightness(0.9) sepia(0.05);
    -webkit-filter: contrast(1.4) brightness(0.9) sepia(0.05);
    /*
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  */
    transition: transform .4s linear;
    backface-visibility: hidden;
}

/* SEPIA
.blogArticleLinkContainer:hover img {
  -webkit-filter:sepia(1) saturate(1) hue-rotate(0deg) contrast(1);
  -filter:sepia(1) saturate(1) hue-rotate(0deg) contrast(1);
  transition: all .5s;
}
*/

.blogImg {
    width: 40%;
    padding-bottom: 40%;
    float: left;
}
.blogTxt {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    padding: 1.5%;
    width: 57%;
    /*overflow:hidden;*/
    height: 100%;
    max-height: 100%;
    /*overflow-y: hidden;*/
    word-wrap: break-word;
}
.blogArticleLinkContainer .blogTxt:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    left: -25px;
    border-style: solid;
    border-width: 20px 28.0px 20px 0;
    border-color: transparent #ffffff transparent transparent;
    /*transition: all .1s;*/
}
.blogArticleLinkContainer:hover .blogTxt:before {
    display: block;
    opacity: 1;
    border-color: transparent #d00000 transparent transparent;
    /*transition: all .1s;*/
}
.blogTxt h3 {
    font-weight: bold;
    font-size: 15px;
    color: #d00000;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
}
.blogTxt p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
#servicesBlock h2,  #aboutBlock h2, #blogBlock h2  {
    font-size: 32px;
    font-weight: normal;
}
.whiteLines {
    margin-top: 40px;
    background: url('../../assets/images/backgrounds/whitelines.jpg');
    background-color: #333;
    height: 60px;
}
.yellowLines {
    margin-top: 40px;
    background: url('../../assets/images/backgrounds/yellowlines.png');
    height: 60px;
    clear: both;
}
.newsHead {
    font-weight: bold;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    font-style: italic;
    padding: 0;
    margin: 0;
    border: 0;
    color: #ddd;
}
.redLinkBox, .redLinkBox:visited {
    color: #fff;
    background: #d00000;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
    text-decoration: none;
}
.redLinkBox:hover {
    color: #d00000;
    background: #fff;
    text-decoration: none;
    transition: all .3s;
}
.redLinkBox a, .redLinkBox a:visited {
    color: #fff;
    font-style: italic;
    text-decoration: none;
    font-size: 26px;
}
.redLinkBox a:active, .redLinkBox a:hover {
    color: #fff;
    text-decoration: underline;
}
.blogHomeLink a {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}
.blogHomeLink:hover a, .blogHomeLink:active a {
    text-decoration: underline;
}
.blogHomeLink:hover .homeThumbContainer, .blogHomeLink:active .homeThumbContainer {
    -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    border-color: #dddddd;
}
.blogHomeLink:hover {
    /*background:#000000;*/
}
.rotateThumb img {
    width: 96%;
    border: 4px solid #fff;
    opacity: 0.4;
    -moz-opacity: 0.4;
    webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
.rotateThumb img:hover {
    -webkit-transform: scale(1.08, 1.08);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border: 4px solid #fff;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.rotateThumbActive img {
    border: 4px solid #c5dc74;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.goCell,
.rollSlide {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
}
.carouselSlide {}
.gradientBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}
.blackTextShade {
    position: relative;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    width: auto;
    clear: both;
}
.manBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.manBackPage {
    position: relative;
    margin-top: 100px;
    z-index: 1005;
    overflow: auto;
}
.garverHeadLogo {
    position: absolute;
    display:block;
    bottom: 40px;
    top: 100%;
    margin-top:-70px;
    width: 100%;
    height: 100%;   
}
.rotateContent {
    bottom: 0;
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.garverHeadLogo img {
    width:50px;
    display: block;
    margin:auto;
}
.introBox {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #c5dc74;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
    padding: 20px;
}
.introBoxClear {
    overflow: auto;
    height: auto;
}
.sectionMainLink {
    background: #d00000;
    float: left;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    color: #fff;
    font-style: italic;
    padding: 8px 30px 8px 20px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    margin-left: 5px;
}
.sectionMainLink {
    position: relative;
    background: #d00000;
    border: 1px solid #aaaaaa;
}
.sectionMainLink:after, .sectionMainLink:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sectionMainLink:after {
    border-color: rgba(208, 0, 0, 0);
    border-left-color: #d00000;
    border-width: 10px;
    margin-top: -10px;
}
.sectionMainLink:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 11px;
    margin-top: -11px;
}
.sectionMainLink a, .sectionMainLink a:visited {
    color: #fff;
    font-style: italic;
    text-decoration: none;
    font-size: 26px;
}
.sectionMainLink a:active, .sectionMainLink a:hover {
    color: #fff;
    text-decoration: underline;
}
.introBoxText {
    position: relative;
    display: block;
    color: #fff;
    padding: 0px;
    margin: 0;
    clear: both;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0px 0px 4px #000;
}
.introBoxText p h {
    text-shadow: 0px 0px 4px #000;
}
h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    border: 0;
}
.page-title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    padding: 10px 0 10px 0;
}
.introBoxText a, .introBoxText a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}
.introBoxText a:hover, .introBoxText a:active {
    color: #d00000;
    text-decoration: underline;
}
.introBox a, .introBox a:visited {
    color: #f3812e;
    font-weight: bold;
    text-decoration: none;
    float: right;
}
.introBox a:hover, .introBox a:active {
    color: #f3812e;
    text-decoration: underline;
}
.homesection a, .homesection a:visited {
    color: #f3812e;
    font-weight: bold;
    text-decoration: none;
    float: right;
}
.homesection a:hover, .homesection a:active {
    color: #f3812e;
    text-decoration: underline;
}

/*---------- COMMON STYLE ----------*/


/* Clearfix */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearboth {
    clear: both;
}
.floatRight {
    float: right;
}
.redIntroHead {
    /*float:left*/
    ;
    display: inline-block;
    font-size: 34px;
    line-height: 44px;
    font-style: italic;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    clear: both;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #d00000;
    background-color: rgba(208, 0, 0, .8);
}
.redIntroSubHead {
    float: left;
    font-size: 36px;
    line-height: 50px;
    padding: 8px;
    font-style: italic;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    clear: both;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px #333;
    color: #ffffff;
}
.amGreen {
    color: #c5dc74;
}
.amBlue {
    color: #308fc1;
}
.amOrange {
    color: #f3883a;
}
h {
    line-height: normal;
    padding: 0;
    margin: 0;
}
footer {
    clear: both;
    line-height: normal;
}
.padVert {
    padding: 100px 0 100px 0;
    overflow: auto;
}

/*---------- MENU BAR----------*/


.menubarHead {

}

.headCell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.headCell>.headCall {
    float: right;
    font-style: italic;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    color: #666;
}
.redStrong {
    color: #d00000;
    font-weight: bold;
}
ul.headform {
    list-style: none;
    float: right;
    background: #d00000;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
ul.headform:hover li>a {
    text-decoration: underline;
}
ul.headform>li {
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin: 0 20px;
    color: #fff;
    cursor: pointer;
}
ul.headform>li>a {
    display: block;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    line-height: 40px !important;
    text-decoration: none;
}
ul.headform>li>div {
    background: #d00000;
    line-height: 20px;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 300px !important;
    width: auto;
    right: auto;
    top: 100%;
    right: -20px;
    clear: left;
    border: 0 solid #eee;
    padding: 20px 20px 20px 20px;
    z-index: 100010;
    display: none;
}
ul.headform .close {
    background: #333;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
}
ul.headform label {
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding: 24px 0 0 0;
    display: none;
}
ul.headform input, ul.headform select, ul.headform textarea {
    box-sizing: border-box;
    line-height: auto;
    margin: 10px 0 0 0;
    padding: 5px 5px;
}
.menuBarFixed {
    position: fixed;
    background: #000;
    border-bottom: 1px solid #222;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 1004;
    font-size: 11px;
    height:50px;
    z-index: 1006;
    overflow:hidden;
}
.menuBlock {
    height: 100%;
    width: 66%;
    padding: 14px 0 0 0;
    float: right;
}
.menuBlockSub {
    font-size: 12px;
    padding: 2px 0 0 0;
}
#menuBlock #menuTop {
    display: block;
    height: 30px;
}
#logoBlock {
    text-align: left;
    float: left;
}
#topOfPage {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2000;
    display: none;
    text-align: center;
    transition: all .3s;
}
#topOfPage:hover {
    background: #d00000;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    outline: 1px solid #ddd;
    transition: all .3s;
}
#topOfPage i {
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}
.tabCarouselButtons ul {
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.tabCarouselButtons li {
    position: relative;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 14.584%;
    margin-bottom: 2.082%;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    font-family: 'HelveticaLTCondensedBlack', 'Helvetica', Arial, sans-serif;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    background-color: #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.tabCarouselButtons li:hover {
    background-color: #bbb;
}
.tabCarouselButtons li div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tabFocus {
    background-color: #d00000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.menuLogo img {
    padding-left: 4px;
    margin-top: 5px;
    height:38px;
    outline:0;
}
#siteNavBar {
    position: relative;
    margin: 0px !important;
    height: 45px;
    width: auto;
    float: right;
}
#siteNavBar ul {
    float: right;
    width: auto;
    position: relative;
    padding: 0;
    margin:0;
    height: 50px;
}
#siteNavBar li {
    display: inline;
    float: left;
    height:100%;
    line-height: 50px;
    padding:0 15px;
    transition: all .4s;
}

#siteNavBar ul li ul {
    position: absolute;
    /*display: none;*/
    border: 1px solid #fff;
    max-height: 0px;
    margin-top: 2px;
    height: 0;
    width: auto;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 8px #aaa;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    opacity: .0;
    transition: opacity .5s max-height .5s ease-in-out;
    -moz-transition: opacity .5s, max-height .5s ease-in-out;
    -webkit-transition: opacity .5s, max-height .5s ease-in-out;
    -o-transition: opacity .5s, max-height .5s ease-in-out;
    z-index: 1000;
}

#siteNavBar>ul li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;

    display: inline-block;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    padding: 0 15px 0 15px;
}
#siteNavBar>ul li:last-of-type a {
    border: 0;
}
#siteNavBar #pull {
    color: #d00000;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    line-height: 40px;
    margin: 1px 0 0 0;
    padding: 0;
}
#siteNavBar mainmen li:last-child a {
    border-right: 0;
}
#siteNavBar li:first-child a {
    border-left: 0;
}

#homeMenu li {
    border-right: 1px solid #fff;
}

#siteNavBar, #siteNavBar a,
#siteNavBar, #siteNavBar a:visited {
    color:#fff;
}


#siteNavBar ul li:hover {
    background: #fff;
    color:#d00000 !important;
}
#siteNavBar ul li:hover  {
    background:#fff;
    background: #d00;
}
#siteNavBar a#pull {
    height: 40px;
    line-height: 40px;
    display: none;
}
#footbar {
    position: relative;
    background-color: #d00000;
    color: #fff;
    font-size: 12px;
    min-height: 200px;
    overflow: auto;
}
#footbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
#footbar h3 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    padding: 0;
    border: 0;
}
#footbarbase {
    position: relative;
    background-color: #b00000;
    color: #fff;
    text-align: right;
    line-height: 20px;
    font-size: 11px;
    height: 20px;
    overflow: hidden;
}
.fadein:hover {
    -webkit-transform: scale(.8, .8);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#footbar li a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: block;
}
#footbar a:link, #footbar a:visited, #footBar a:link, #footBar a:visited, #baseBarInt a:link, #baseBarInt a:visited {
    color: #fff;
    text-decoration: none;
}
#footbar a:hover, #baseBar a:hover, #baseBarInt a:hover, #footBar a:hover {
    text-decoration: underline;
}
#footbarbase a:link, #footbarbase a:visited {
    color: #fff;
    text-decoration: none;
}
#footbarbase a:hover {
    text-decoration: underline;
}
.menuBarTwitter {
    display: block;
    width: 35px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-image: url(../../assets/images/icons/bar-twitter-black.png);
    background-position: center;
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuBarLinkedin {
    display: block;
    width: 35px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-image: url(../../assets/images/icons/bar-linkedin-black.png);
    background-position: center;
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuTwitter {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(../../assets/images/icons/bar-twitter.png);
    background-position: center;
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuHome {
    width: 18px;
    height: 12px;
}
.menuYoutube {
    display: block;
    width: 32px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-youtube.png);
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuLinkedin {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(../../assets/images/icons/bar-linkedin.png);
    background-position: center;
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuFacebook {
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-facebook.png);
    float: right;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.menuTwitter:hover, .menuFacebook:hover, .menuLinkedin:hover, .menuYoutube:hover, .menuBarTwitter:hover, .menuBarLinkedin:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.footTwitter {
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-twitter.png);
    float: right;
    cursor: pointer;
    margin: 0 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footFacebook {
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-facebook.png);
    float: right;
    cursor: pointer;
    margin: 0 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footTwitter {
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-twitter.png);
    float: right;
    cursor: pointer;
    margin: 10px 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footFacebook {
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-facebook.png);
    float: right;
    cursor: pointer;
    margin: 10px 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footLinkedin {
    display: block;
    width: 32px;
    height: 32px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-linkedin.png);
    float: right;
    cursor: pointer;
    margin: 10px 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footYoutube {
    display: block;
    width: 32px;
    height: 30px;
    bottom: 0px;
    background-image: url(../../assets/images/icons/bar-youtube.png);
    float: right;
    cursor: pointer;
    margin: 10px 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.footTwitter:hover, .footFacebook:hover, .footLinkedin:hover, .footYoutube:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.barTwitter {
    display: block;
    width: 42px;
    height: 42px;
    bottom: 0px;
    background-image: url(../../assets/images/bar-twitter.png);
    float: left;
    cursor: pointer;
    border-left: 1px solid #2e85b2;
}
.barTwitter:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.barFacebook {
    display: block;
    width: 42px;
    height: 42px;
    bottom: 0px;
    background-image: url(../../assets/images/bar-facebook.png);
    float: left;
    cursor: pointer;
    border-left: 1px solid #2e85b2;
}
.barFacebook:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.barBlank {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    bottom: 0px;
    float: left;
    cursor: pointer;
    border-left: 1px solid #2e85b2;
}
.barBlank:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.fullBlock {
    width: 97.916%;
    padding: 0px 1.041%;
}
.halfBlock {
    height: 100%;
    width: 47.916%;
    padding: 0px 1.041%;
    float: left;
}
.thirdsBlockHP {
    height: 100%;
    position: relative;
    width: 64.585%;
    padding: 0px 1.041%;
    float: left;
}
.thirdBlockHP {
    /*height:100%;*/
    position: relative;
    width: 33.332%;
    padding: 0px;
    float: left;
}
.thirdBlock {
    position: relative;
    width: 27%;
    padding: 0px 3%;
    float: left;
}
.quarterBlock {
    position: relative;
    height: 100%;
    width: 22.918%;
    padding: 0px 1.041%;
    float: left;
}
.threequarterBlock {
    position: relative;
    height: 100%;
    width: 72.918%;
    padding: 0px 1.041%;
    float: left;
}
.fifthBlock {
    height: 100%;
    width: 17.918%;
    padding: 0px 1.041%;
    float: left;
}
.seventhBlock {
    height: 100%;
    width: 12.2037%;
    padding: 0px 1.041%;
    float: left;
}
.blockPadding101 {
    padding: 10px 1.041%;
}
.blockPadding201 {
    padding: 20px 1.041%;
}
.blockPadding200 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blockPadding1010 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.blockPadBottom10 {
    padding-bottom: 10px;
}

/*------------ image styles ------------*/

.tooltip {
    display: inline;
    position: relative
}
.tooltip:hover {
    text-decoration: none
}
.tooltip:hover:after {
    font-size: 13px;
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    top: -38px;
    color: #fff;
    content: attr(data-title);
    display: block;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    white-space: nowrap;
    z-index: 98
}
.tooltip:hover:before {
    border: solid;
    border-color: #000 transparent;
    border-width: 8px 8px 0 8px;
    top: -14px;
    content: "";
    display: block;
    left: 10%;
    position: absolute;
    z-index: 99
}

/*------------ image styles ------------*/

.homeThumbContainer {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
    border: 2px solid #ffffff;
    float: left;
    margin-right: 10px;
}
.homeThumbContainer:hover {
    border: 2px solid #d00000;
}
.seventhBlock:hover {
    /*-webkit-transform: perspective( 600px ) rotateY( 45deg );*/
    -webkit-transform: scale(1.12, 1.12);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.img100 {
    width: 100%;
}
.img100pad5 {
    width: 75%;
    padding: 5%;
}
.img100pad10 {
    width: 80%;
    padding: 10%;
}
.img100pad20 {
    width: 60%;
    padding: 20%;
}
.newsThumbImg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.responseWidthImg {
    width: 100%;
}
.responseHeightImg {
    max-width: 100%;
    height: 100%;
}
.responseHeightImg {
    max-width: 100%;
    height: 100%;
}
.parkingLot {
    max-height: 170px;
    float: right;
    height: 100%;
}
#logoHeadImage {
    width: 100%;
    position: relative;
    overflow: auto;
}
#menuLiner {
    padding: 0;
}

.logoImgHeadSmall {
    max-height: 30px;
    margin-top: 5px;
}
.logo-divider {
    padding: 40px;
    display: none;
}
.garverFootlogo {
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 0;
}
#newsicon {
    float: right;
    padding: 8px 0;
}
.personRight {
    position: absolute;
    height: 90%;
    margin-right: -0px;
    right: 0;
    bottom: 0;
}
.personRightPage {
    position: absolute;
    height: 95%;
    margin-right: -0px;
    right: 10%;
    bottom: 0;
    z-index: 100009;
}
.personRightContainer {
    position: relative;
    height: 390px;
    padding: 0;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
    clear: both;
}
#socialHead {
    position: relative;
    margin-left: 5px;
    padding-top: 3px;
    float: right;
}
.padTop {
    margin-top: -10px;
}

/* ---------- LIGHTBOX ---------- */

.openNewWindow {
    cursor: pointer;
}
#lgtbximage_container #lbimage {
    position: absolute;
    display: none;
    max-height: 90%;
    max-width: 90%;
    margin: 5% 5%;
    -moz-box-shadow: 0px 0px 8px #333;
    -webkit-box-shadow: 0px 0px 8px #333;
    box-shadow: 0px 0px 8px #333;
    z-index: 1000006;
}
#lbimageCont {
    position: absolute;
    display: none;
    max-height: 90%;
    max-width: 90%;
    margin: 5% 5%;
    -moz-box-shadow: 0px 0px 8px #333;
    -webkit-box-shadow: 0px 0px 8px #333;
    box-shadow: 0px 0px 8px #333;
    z-index: 1000006;
}
#lgtbximage_container {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
}
#lbimage:hover {
    cursor: url("/assets/cursors/magnify.cur"), auto;
}
#lgtbxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    margin: 0 auto;
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    clear: both;
}
#lgtbxcontainer {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000002;
    margin: 0 auto;
    /*background-color:#000;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    clear: both;
}
.lgtbxshadebtm {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    z-index: 1000003;
}
.lgtbxshadetop {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 1000004;
}
.closeButton {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    max-width: 280px;
    height: 30px;
    text-align: center;
    background: #22628e;
    line-height: 30px;
    margin: 4px 4px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, to(#268acf), from(#22638f));
    background-image: -webkit-linear-gradient(top, #268acf, #22638f);
    background-image: -moz-linear-gradient(top, #268acf, #22638f);
    background-image: -o-linear-gradient(top, #268acf, #22638f);
    background-image: -ms-linear-gradient(top, #268acf, #22638f);
    background-image: linear-gradient(top, #268acf, #22638f);
    border: 1px solid #1d5378;
    z-index: 1000009;
}
.closeLightbox {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -20px;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    z-index: 1000010;
    cursor: pointer;
}
#lgtbxcontainer .newWindow {
    font-size: 11px;
    position: absolute;
    color: #ccc;
    top: 0;
    left: 0;
    margin: 5px;
    padding: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #000;
    z-index: 1000007;
}
#lgtbxcontainer .newWindow:hover {
    color: #fff;
    border: 1px solid #fff;
}
#lgtbxcontainer .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

/*------------ positioning ------------*/

.txtMiddle {
    text-align: center;
}
.responseSquare {
    position: relative;
    width: 40%;
    padding-bottom: 40%;
    max-width: 40%;
    background-color: red;
}
.responseSquareLeft {
    position: relative;
    width: 40%;
    max-width: 40%;
    padding-bottom: 40%;
    overflow: hidden;
    float: left;
}
.responseImg {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

/*---------- Backgrounds ----------*/

.whitetoeee {
    background: url('../../assets/images/backgrounds/whitetoeee.gif');
    background-color: #333;
    background-repeat: repeat-x;
}
.white {
    background-color: #fff;
}
.fafafa {
    background-color: #fafafa;
}

/*---------- Articles ----------*/

.artLinkContainer {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.artLinkBlock {
    float: left;
    width: 25% !important;
    width: calc(100% / 4);
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    padding: .4em;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-perspective: 250;
}
.artLinkBlock:hover {
    /*background:none;*/
}
.artLinkBlock i {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    bottom: -60px;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    margin: 0 0 -30px -30px;
    color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease-in-out;
}
.artLinkBlock i {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    bottom: -60px;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    margin: 0 0 -30px -30px;
    color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease-in-out;
}
.artLinkBlock:hover i {
    bottom: 50%;
    background: rgba(0, 0, 0, .4);
    animation: rotateXani 2s linear 1 0s;
    animation-iteration-count: infinite;
}
.artLinkBlock:nth-child(3n-2) {
    /*clear: both;*/
}
.artLinkBlock>div {
    position: relative;
    width: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #fff;
    overlfow: hidden;
    -webkit-perspective: 400;
    -webkit-box-shadow: 0px 1px 15px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 15px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 15px -2px rgba(0, 0, 0, 0.2);
}
.artLinkBlock article {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 10px 10px 40px 20px;
}
.artLinkBlock img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    width: auto;
    transition: all .3s;
}
.artLinkBlock .imageShade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all .5s !important;
}
.artLinkBlock .imageShade p {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    padding: .5em;
    color: #fff;
}
.artLinkBlock:hover .imageShade {
    top: 0%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all .5s;
    pointer-events: none;
}
.artLinkBlock:hover>div {
    overflow: hidden;
    /*padding-bottom: 50%;*/
    transition: all .6s;
}
.artLinkBlock:hover>article>p {
    color: #000 !important;
}
.artLinkBlock:hover>article {
    /*padding-bottom: 5%;*/
    background: 10px;
}
.artLinkBlock:hover>div>a>img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    transition: transform 10s;
}
.artLinkBlock>article>h1 {
    font-size: 22px !important;
}
.artLinkBlock p {
    transition: all .3s;
}
.artLinkBlock .tags {
    font-size: 13px;
    font-weight: bold;
}
.artLinkBlock h1, .artLinkBlock p {
    margin: 10px 0;
}
.artLinkBlock a {
    text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
    .artLinkBlock {
        float: left;
        width: 50% !important;
        width: calc(100% / 2);
        text-align: left;
        vertical-align: top;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: 1px solid #fff;
        -webkit-perspective: 250;
    }
    .artLinkBlock:nth-child(3n-2) {
        clear: none !important;
    }
    .artLinkBlock:nth-child(2n-1) {
        clear: left;
    }
}

/*Styles for screen 800px and lower*/

@media screen and (max-width: 820px) {
    #mCarousel {
        height:60%;
    }
    .garverHeadLogo {
        display:none;
    }
    .mobileHead {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .redIntroHead {
        font-size: 34px;
        line-height: 36px;
        padding: 8px;
    }
    .autoHeight {
        height: auto !important;
    }
    .flexContainer {
        display: flex;
        flex-direction: column-reverse;
    }
    .gradientBack {
        top: -200px;
    }
    .manBack {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .imgVertMobilePad {
        padding: 0 15% 0 15%;
        width: 70%;
    }
    .mobileWidth25 {
        width: 25%;
        padding-left: 37.5%;
        padding-right: 37.5%;
    }
    .mobileWidth33 {
        width: 33%;
        padding-left: 33.5%;
        padding-right: 33.5%;
    }
    .mobileWidth50 {
        width: 50%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .mobileWidth75 {
        width: 75%;
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
    /*------------ MENU BAR ------------*/
 

    .personRightContainer {
        height: 250px;
        z-index: -1;
    }
    .personRightPage {
        position: absolute;
        height: 90%;
        padding-top: 15%;
        margin-right: -0px;
        right: 10%;
        bottom: 0;
    }
    .manBackPage {
        z-index: 1;
    }

    #tabContainer {
        display: none;
    }
    .expandHide {
        display: block;
    }
    .collapseHide {
        display: none;
    }
    .hide800 {
        display: none;
    }
    .hide800 {
        display: none;
    }
    #logoHeadImage {
        height: 35px;
        oveflow: hidden;
        display: none;
    }
    #menuBlock #menuTop {
        display: none;
    }
    #menuBlock {
        min-height: 40px;
        display: block;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    #logoBlock {
        display: none;
    }
    #socialHead {
        margin-top: -10px;
        display: block;
        clear: both;
    }


    #siteNavBar {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0px !important;
    }
    #siteNavBar ul {
        background: rgba(0, 0, 0, 0.6);
        display: none;
        width: 100%;
        height: auto;
        clear: both;
    }
    #siteNavBar ul li {
        display: block;
        float: none;
        border: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
    }
    #siteNavBar li a {
        border: 0;
        padding: 0 10px 0 10px;
    }
    #siteNavBar ul li:hover, #siteNavBar ul li:active {
        border-bottom: 1px solid #fff;
        background: #000;
        background: rgba(208, 0, 0, 1);
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    }
    #siteNavBar>ul li a {
        border-right: 0px solid #fff;
    }
    /* pull down */
    #pull {
        display: block;
        clear: both;
    }
    #siteNavBar a#pull {
        color: #d00000;
        background: #eee;
        font-size: 13px;
        display: block;
        width: 100%;
        text-indent: 10px;
        position: relative;
    }
    #siteNavBar a#pull:after {
        content: "";
        background: url('../../assets/images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 10px;
    }
    #siteNavBar ul li ul {
        display: none;
    }
    /*
    .rotateNext, .rotateBack, #menuTop{
        display:none;
    }
    */
    #menuTop {
        display: none;
    }
    .parkingLot {
        display: block;
        max-height: 170px;
        float: none;
        margin: 0 auto;
    }
    #pageTopper {
        position: relative;
        width: auto;
        height: 200px;
        clear: both;
    }
    #socialHead {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    #mCarousel ul li {
        position: absolute;
        width: 100%;
        display: block;
        bottom: 0 !important;
        left: 0 !important;
        list-style: none;
    }
    .thirdsBlock, .threequarterBlock, .quarterBlock, .halfBlock {
        display: block;
        width: 97.916%;
        padding: 0px 1.041%;
    }
    .thirdsBlockHP {
        display: block;
        width: 97.916%;
        padding: 0px 1.041%;
    }
    .thirdBlock {
        display: block;
        width: 97.916%;
        padding: 0px 1.041%;
    }
    .thirdBlockHP {
        display: block;
        width: 97.916%;
        padding: 0px 1.041%;
    }
    .slideNextW {
        display: block;
        position: absolute;
        top: 0;
        right: 2px;
        width: 36px;
        height: 36px;
        background-color: #333;
        background-image: url(../../assets/images/slideNextws.png);
        background-color: rgba(191, 191, 191, 0.3);
        cursor: pointer;
    }
    .slideNextW:hover {
        background-color: rgba(191, 191, 191, 0.8);
    }
    .slideBackW {
        display: block;
        position: absolute;
        left: 2px;
        top: 0;
        width: 36px;
        height: 36px;
        background-color: #333;
        background-image: url(../../assets/images/slideBackws.png);
        background-color: rgba(191, 191, 191, 0.3);
        cursor: pointer;
    }
    .slideBackW:hover {
        background-color: rgba(191, 191, 191, 0.8);
    }
    #baseCenter {
        /*background-color:#fff;*/
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 40px;
        text-align: left;
    }
    .slideNext {
        position: absolute;
        margin-bottom: 0;
        bottom: 60px;
        right: 0;
        width: 42px;
        height: 42px;
        background-color: #333;
        background-image: url(../../assets/images/slideNextSM.png);
        background-color: rgba(0, 0, 0, 0.3);
        float: right;
        cursor: pointer;
    }
    .slideBack {
        position: absolute;
        margin-bottom: 0;
        bottom: 60px;
        right: 0;
        width: 42px;
        height: 42px;
        ;
        background-color: #333;
        background-image: url(../../assets/images/slideBackSM.png);
        background-color: rgba(0, 0, 0, 0.3);
        float: right;
        cursor: pointer;
    }
    div.three {
        position: relative;
        background: red;
        width: 50%;
        float: left;
        height: 100%;
    }
    div.two {
        position: relative;
        background: blue;
        width: 50%;
        float: left;
        height: 100%;
    }
    div.one {
        position: relative;
        background: gray;
        overflow: hidden;
        height: 100%;
    }
}

/*Styles for screen 639px and lower*/

@media screen and (max-width: 639px) {
    /* ---------- POSITIONING ---------- */
    .mobileHead {
        background: #000;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .halfBlock {
        display: block;
        width: 97.916%;
        padding: 0px 1.041%;
    }
    .blockPadding200 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hide640 {
        display: none;
    }
    .artLinkBlock {
        float: left;
        width: 100% !important;
        text-align: left;
        vertical-align: top;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: 1px solid #fff;
        -webkit-perspective: 250;
        clear: both;
    }
}
@media screen and (max-width: 480px) {
    .redLinkBox, .redLinkBox:visited {
        padding: 10px 10px 10px 10px;
    }
    .hide480 {
        display: none;
    }
    #socialBar {
        float: left !important;
    }
    ul.headform>li div {
        width: 240px !important;
    }
}

/*Styles for screen 320px and lower*/

@media screen and (max-width: 320px) {
    .hide320 {
        display: none;
    }
    .redIntroHead {
        font-size: 28px;
        line-height: 30px;
        padding: 8px;
    }
}