/*General Semantics*/
body, ul {margin: 0px; padding: 0px;}
body {overflow-x: hidden;}
a {color: #000; text-decoration: none;}
a:hover {color: #4297B5;}
main {width: 100%;}
.container {width: 90%; margin: 0 auto;}
.sitemap {margin: 150px 0 100px 0;}
.sitemap ul li {list-style-type: none;}
.sitemap ul ul li {margin-left: 40px; list-style-type: circle;}

/*Text Semantics*/
.bold { 
	font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Bold, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.regular { 
	font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*General Patches*/
.clear {clear: both;}
.border {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	width: 100%;
	margin: 75px 0 25px 0;
}
input, textarea, .input, .submit {
    -webkit-appearance: none;
}
.rm {margin-right: 2%;}

/*HTML5 Callouts*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

/*Header, Footer Elements*/
header {
	background-color: #FFF;
	padding: 0 0 15px 0;
	box-shadow: 1px 1px 1px #E5E5E5;
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	z-index: 99999;
	top: 0;

}

.statement {
background-image: url('https://cdn.cnn.com/cnnnext/dam/assets/190606171127-pride-flag-style-animation-1.jpg');
background-size: cover;
background-position: center center;
    width: 100%; 
    color: #000; 
    padding: 15px 0; 
    text-align: center;
}
.zoom-button {
width: 0;
float: left;
padding: 7px 0% 3px 0;
background-color: #000;
text-align: center;
margin-left: -59px;
position: absolute;
right: 60px;
top: 8px
}
.logo {
	width: 30%;
	float: left;
	z-index: 9999;
	font-size: 1.5em;
	margin-top: 20px;
}

/*.logo img {width: 200px;}*/
/* note: site does not display nav until ~ 1251 */
/* smaller than ipad */
@media (max-width: 767px) {
    .logo .xs{ display:block; }
    .logo .sm{ display:none; }
    .logo img { width: 220px; }
}
/* ipad or larger */
@media (min-width: 768px) {
    .logo .xs{ display:none; }
    .logo .sm{ display:block; }
    .logo img { width: 350px; }
}


footer {background-color: #FFF; border-top: #E5E5E5 solid 1px; padding: 65px 0 30px 0; line-height: 22px;}
.footer-section-lg {
	width: 25%;
	margin-right: 5%;
	float: left;
	font-size: 0.85em;
}
.footer-section {
	width: 14%;
	float: left;
	font-size: 0.85em;
}
.fs-title {color: #000; margin-bottom: 10px;}
.fs-info a {color: #8F8F8F;}
.fs-info a:hover {color: #4297B5;}
.footer-bottom {font-size: 0.85em; margin-top: 35px;}
.input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	width: 100%;
}
.submit {
	font-weight: bold;
	border: none;
	margin-left: -25px;
	position: absolute;
	display: none;
}

/*Navigation Semantics*/
@media (min-width: 1249px) and (max-width: 5000px) {
	.mainmenu {display: block;}
	.l-menu {display: none;}
}
.mainmenu {
	width: 70%;
	float: left;
	margin-bottom: 0px;
	text-align: right;
}
.mainmenu ul li {
	display: inline;
	margin-left: 15px;
	vertical-align: top;
}
#menu {  
    list-style: none;  
    width: 700px;  
    padding: 0;
    margin: 39px auto 0px -240px;  
    height:43px;    
	text-align: right;
	float: right;
}  
#menu li {  
    float: left;  
    text-align: right;  
    position: relative;  
    padding: 16px 0px 10px 25px;  
    margin-top: 7px;  
    border: none;  
}  
#menu li:hover {  
    padding: 16px 0px 10px 25px;  
}  
#menu li a {  
    font-size: 16px;  
    color: #000;  
    display: block;  
    outline: 0;  
    text-decoration: none;  
    margin-top: -25px;
}  
  
#menu li:hover a {  
    color: #4297B5;  
}  
#menu li .drop {  
    padding-right: 0px;  
	padding-bottom: 75px;
	background-color: transparent;
}  
#menu li:hover .drop {  
    background-color: transparent;
}

.dropdown_4columns {  
    float: left;  
    position: absolute;  
	display: none;
    text-align: right;  
    padding: 5px;   
    border-top: none;  
	background-color: #FFF;
	box-shadow: 0px 1px 4px #E5E5E5;
	width: 1092px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	z-index: -999;
	transition: 0.25s ease;
} 

.dropdown_2columns {  
    float: left;  
    position: absolute;  
	display: none;
    text-align: right;  
    padding: 5px;   
    border-top: none;  
	background-color: #FFF;
	box-shadow: 0px 1px 4px #E5E5E5;
	width: 200px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	transition: 0.25s ease;
}

#menu li:hover .dropdown_2columns, #menu li:hover .dropdown_4columns {
	display: block;
	position: absolute;
	z-index: 999;
} 

.col_2 {  
    display: inline;  
    float: left;  
    position: relative;  
    margin: 20px 0 15px 45px; 
    /*margin: 20px auto 15px auto; */
    width: 225px;
    /*width: 100%;*/
    padding: 0;
}
.col_2  p{
    /*width: 80%;
    margin-left: auto;
    margin-right: auto;*/
}

.one .col_2 {
	border-right: 1px solid #EFEFEF;
}

.one {
	margin-left: -613px;
	margin-top: -31px;
	transition: 0.25s ease;
}
.two {
	margin-left: -50px;
	margin-top: -31px;
	transition: 0.25s ease;
}
.shrink .two, .shrink .one {margin-top: -46px; transition: 0.25s ease;}

#menu .menu_right {  
    float: right;  
    margin-right: 0px;  
}  
 
#menu li:hover .align_right {   
    top:auto;  
}

#menu p, #menu ul li {  
    line-height: 40px;  
    font-size: 14px;  
    text-align: left;  
}  

#menu li:hover div a {  
    font-size: 14px;  
    line-height: 40px;  
    color: #000;  
}  
#menu li:hover div a:hover {  
    color: #4297B5;  
}  

#menu li ul {  
    list-style: none;  
    padding: 0;  
    margin: 0 auto 12px auto;  
}  
#menu li ul li {  
    font-size: 14px;  
    line-height: 40px;  
    position: relative;  
    text-shadow: 1px 1px 1px #FFF;  
    padding: 0;  
    margin: 0;  
    float: none;  
    text-align: left;  
    width: 130px;  
}  
#menu li ul li:hover {  
    background: none;  
    border: none;  
    padding: 0;  
    margin: 0;  
}



/*Mobile Menu*/
@media (min-width: 250px) and (max-width: 1250px) {
	.mainmenu {display: none;}
	.shrink {display: none;}
	.l-menu {display: block; z-index:9999999; position: relative;}
nav ul {
    list-style: none
}
.rac-button {
    display: none;
}
blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}



.l-menu {
    position: fixed;
    width: 50%;
    /*top: 41px !important;*/
    top: 46px !important;
    /*right: 27px !important;*/
    right: 0px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 32px;
    height: 96px;
    box-sizing: border-box;
    background-color: transparent;
}


.c-mobile-menu {
    display: flex;
    width: 24px;
    height: 22px;
}

}
@media all and (min-width: 1249px) {
    .c-mobile-menu {
        display: none;
    }
}


.e-mobile-menu-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    margin: 0;
    width: 24px;
    height: 22px;
    cursor: pointer;
    z-index: 40;
    opacity: 0;
}

.e-mobile-menu-input:checked~.e-mobile-menu__wrapper {
    top: 0;
    max-width: 9999px;
    max-height: 9999px;
}

@media all and (min-width: 512px) {

    .e-mobile-menu-input:checked~.e-mobile-menu__wrapper {
        left: 0;
        max-width: 9999px;
        opacity: 1;
    }

    .e-mobile-menu-input:checked~.e-mobile-menu__wrapper::after {
        opacity: 1;
        transition: opacity .3s .12s;
    }
}

.e-mobile-menu-input:checked~.e-mobile-menu__hamburger>.e-mobile-menu__hamburger__block {
    transition: top .2s, bottom .2s, opacity .2s .2s, transform .2s .2s;
}

.e-mobile-menu-input:checked~.e-mobile-menu__hamburger>.e-mobile-menu__hamburger__block:nth-child(1) {
    top: 10px;
    transform: rotate(+45deg);
}

.e-mobile-menu-input:checked~.e-mobile-menu__hamburger>.e-mobile-menu__hamburger__block:nth-child(2) {
    opacity: 0;
}

.e-mobile-menu-input:checked~.e-mobile-menu__hamburger>.e-mobile-menu__hamburger__block:nth-child(3) {
    bottom: 10px;
    transform: rotate(-45deg);
}


.e-mobile-menu__hamburger {
    width: 24px;
	height: 22px;
	position: relative;
	margin-left: -24px;
	z-index: 30;
	margin-top: 7px;
}
	.e-mobile-menu-input {margin-top: 7px;}


.e-mobile-menu__hamburger__block {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition: top .2s .1s, bottom .2s .1s, opacity .2s 0s, transform .2s 0s, background-color .2s 0s;
    transform-origin: 50%;
}

.e-mobile-menu__hamburger__block:nth-child(1) {
    top: 0;
}

.e-mobile-menu__hamburger__block:nth-child(2) {
    top: 10px;
}

.e-mobile-menu__hamburger__block:nth-child(3) {
    bottom: 0;
}


.e-mobile-menu__wrapper {
    width: 75vw;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: -100vh;
    left: 0;
    max-width: 0;
    max-height: 0;
    transition: top .3s, left .3s, max-width .3s 0s, max-height .3s 0s;
    padding: 16px 32px 32px 16px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999999999;
}

.e-mobile-menu__overlay{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}
.e-mobile-menu-input:checked~.e-mobile-menu__overlay {
    display: block;
    opacity: 1;
    transition: opacity .3s .12s;
}


@media all and (min-width: 1156px) {
    .e-mobile-menu__wrapper {
        width: 100vw;
        left: -100vw;
        top: 0;
        max-width: 0;
        
    }

   
}


.e-mobile-menu__content {
    width: calc(100% + 48px);
    height: 100%;
    overflow-y: scroll;
    padding: 16px 96px 0 0;
    box-sizing: border-box;
    color: #000;
}

.e-mobile-menu__content::-webkit-scrollbar {
    display: none;
}

@media all and (min-width: 1150px) {

    .e-mobile-menu__content {
        padding-right: 32px;
    }
}


.e-mobile-menu__main-menu>div>ul {
    width: 100%;
}


.c-mobile-menu a {
    display: flex;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
    transition: background-color .3s;
}


.c-mobile-menu a:active,
.c-mobile-menu a:hover {
    /* style */
    background-color: #FAFAFA;
}


.e-mobile-menu__main-menu>div>ul>li>a::before {
    content: '';
    display: inline-block;
    min-height: 18px;
    max-height: 18px;
    min-width: 18px;
    max-width: 18px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    margin-right: 8px;
}


.e-mobile-menu__main-menu>div>ul>.menu-item-has-children>a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 22px;
    line-height: 18px;
}

.c-mobile-menu .js-menu-active::before {

    transform: rotateX(180deg);
}


.c-mobile-menu .js-menu-active {
    background-color: transparent;
}


.c-mobile-menu .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height .1s;
    margin-left: 48px;
}


.c-mobile-menu .js-mobile-menu-open {
    max-height: 999px;
    height: auto;
    transition: max-height .9s;
}

.c-desktop-menu {
    display: none;
}


.socmed{
    display: block;
    float: right;    
}
.socmed a {
    display: inline-block;
    font-size: 20px;
    color: #4397b5;
    margin-right: 3px;
}
.socmed-mobile{
    float: none;
    /*display: flex;
    justify-content: center;*/
    margin-top: -5em;
    margin-left: 10px;
}
.socmed-mobile a{
    padding:0;
    margin-right: 7px;
}
@media all and (max-width: 1250px) {
    .socmed-desktop{
        display: none;
    }
}


@media all and (min-width: 1151px) {


    .c-desktop-menu {
        display: flex;
        width: 100%;
    }

    .c-desktop-menu>div>ul {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .c-desktop-menu>div>ul li {
        position: relative;
    }


    .c-desktop-menu a {
        /* style */
        padding: 8px 16px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: center;
        transition: background-color .6s;
        z-index: 10;
    }

    .c-desktop-menu a:hover {
        transition: background-color .3s;
        transition-timing-function: cubic-bezier(0.1, 0.5, 0.8, 0.5);
    }

    .c-desktop-menu .current-menu-item>a,
    .c-desktop-menu .current-menu-parent>a {

        background-color: transparent;
        color: #000;
    }

    .c-desktop-menu .current-menu-item>a::after {

        color: #000;
    }

    .c-desktop-menu>div>ul>li>a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        max-width: 0;
        z-index: 5;
        background-color: #000;
        transition: max-width .3s;
    }

    .c-desktop-menu a:hover::before {
        max-width: 999px;
        transition: max-width .9s;
    }


    .c-desktop-menu .sub-menu {
        overflow: hidden;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 256px;
        background-color: #FAFAFA;
        margin-top: 16px;
        transform: translateY(-16px);
        transition: visibility 1s, transform .3s, opacity .3s;
    }

    .c-desktop-menu .menu-item-has-children:nth-last-of-type(1) .sub-menu {
        right: 0;
    }

    .c-desktop-menu .menu-item-has-children:nth-last-of-type(2) .sub-menu {
        right: 0;
    }

    .c-desktop-menu .wide {
        display: flex;
        flex-wrap: wrap;
        width: 420px;
    }

    .c-desktop-menu .wide li {
        width: 50%;
        border-bottom: 1px solid white;
    }

    .c-desktop-menu .js-menu-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(+4px);
    }

    .c-desktop-menu .sub-menu li {
        border-bottom: 1px solid white;
    }

    .c-desktop-menu .sub-menu a {

        color: #000;
    }

    .c-desktop-menu .sub-menu a:hover {
        background-color: transparent;
    }

    .c-desktop-menu div>ul>.menu-item-has-children>a::after {
        display: inline-block;
        margin-left: 8px;
        height: 4px;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        font-weight: 900;
        transition: transform .3s;
        font-size: 12px;
        line-height: 4px;
    }

    .c-desktop-menu .js-menu-active::after {
        transform: rotateX(180deg);
    }

    .c-desktop-menu .js-menu-active,
    .c-desktop-menu .current-menu-item>.js-menu-active,
    .c-desktop-menu .current-menu-item>.js-menu-active::after {
        background-color: transparent;
        color: #000;
    }

    .c-desktop-menu .js-menu-active {
        border-bottom: 1px solid white;
    }

}

/*Campaigns Page*/
.campaign-items {
    width: 30%;
    float: left;
}

/*General Elements*/
.top-banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -235px;
	margin-left: 45px;
	color: #FFF;
	z-index: 9999;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}


.ads {
    width: 100%;
    margin: 25px 0;
}
.ad-item {
    width: 48.75%;
    float: left;
}
.ads.top{
    margin-top: 17px;
}

@media (min-width: 250px) and (max-width: 595px) {
.ad-item {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.adi-rm {
    margin-right: 0%;
}
.adi-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
}

.adi-rm {
    margin-right: 2.5%;
}
.adi-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.adi-info {
    font-size: 16px;
}

/*home hero stuff*/
.home-hero{ 
    margin-top: 17px; /*matches orig layout*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.home-hero__box{
    width: 33%;
    position: relative;
    margin-right: 4%;
}
.home-hero__box:last-child{
    margin-right: 0;
}
.home-hero__box img{ width:100%; height: 0 auto; display: block; }
.home-hero__txt{ 
    position: absolute;    
    margin: 0 auto;    
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);

}
.home-hero__txt a{
    background-color: #4297B5;
    border: 1px solid #4297B5;
    border-radius: 6px;
    color: #FFF;    
    text-align: center;
    padding: 7px 13px;
    font-size: 1.5em;
    font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-top-row{
    position: relative;
    width: 100%;
    padding-bottom: 13px;
}
.home-top-row__img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*max-height: 280px;*/
    max-height: 300px;
    overflow: hidden;  
    background-color: #4e5565;  
}
/*.home-top-row__img:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgb(66 151 181 / 73%);
    z-index:999;
}*/
.home-top-row__img div{ 
    width: 100%;
    height: 300px;    
    /*background-size: contain;*/
    background-size: 100%;
    background-position: center center; 
    margin: 0 auto;
    background-repeat: no-repeat;
}
@media (min-width: 1600px) {
        .home-top-row__img div{         
        background-size: contain;        
    }
}
@media (max-width: 1024px) {
        .home-top-row__img div{         
        background-size: 125%;        
    }
}
@media (max-width: 650px) {
        .home-top-row__img div{         
        background-size: 200%;        
    }
}
.home-top-row__txt{
    position: absolute;
    z-index: 5;   
    margin: 0 auto;    
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);   
}
.home-top-row__txt span{
    color: #FFF;    
    text-align: center;
    padding: 7px 13px;
    font-size: 2em;
    font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Bold, Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
}

.wrap {
  position:relative;
}

.wrap:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
background: rgb(223 18 18 / 50%);
  z-index:999;
}


@media (max-width: 1024px) {
    .home-hero{ 
        display: block;
        margin-bottom: 0px;   
    }
    .home-hero__box{
        width: 100%;
        position: relative;
        margin:0 0 30px 0;
    }
    .home-hero__box:last-child{
        margin-bottom: 0;
    }
    .home-hero__txt a{        
        display: inline-block;
        font-size: 1.75em;
    }
}

@media (max-width: 595px) {
    .ads.top{
    margin-bottom: 0px;
    }
    .home-hero{ 
        margin-top: 0px;
    }
}
/*end home hero stuff*/

/*begin home ppi stuff*/
.home-ppi{
    position: relative;
    margin:17px auto 25px auto;
}
.home-ppi__box{

}
.home-ppi__img img{
    width: 100%;
    height: auto;
}
.home-ppi__txt{
    position: absolute;
    bottom: 0;
    width: 100%;    
    color: #fff;
    background-color: #4297B5;
    opacity: .9;
    padding: 3px 0;

    text-align: center;
    font-size: 1.5em;
    font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 700px) {
    .home-ppi__txt{
        font-size: 1.2em;
    }
}
@media (max-width: 500px) {
    .home-ppi__txt{
        font-size: .75em;
    }    
}

/*end home ppi stuff*/

/*begin home together*/
.home__together{
    width: 90%;
    margin:0 auto;
}
.home__together img{
    width: 133px;
    height: auto;
    margin: 0 auto;
    display: block;
}
/*end home together*/


/*begin SEO h1 and p mods*/
.seo{
    font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8F8F8F;
}
.seo.bold{
    font-weight: bold;
}
h1.seo{
    /*font-size: 1.5em;*/
    font-size: 24px;
    color: #4297B5;
}
p.seo{
    margin-bottom: 35px;
}
.seo--home{ margin-top: 35px; }
/*.seo--home p.seo{ margin-bottom: 50px; }*/
@media (max-width: 595px) {
    .seo--home{ margin-top: -15px; } 
    .seo--home p.seo{ margin-bottom: 25px; }  
}

/*end SEO h1 and p mods*/

/*portfolio request button*/
.portfolio__consultation-container{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.portfolio__consultation_btn /*from .request-button at the top of some pages */
{
    width: 110px; /*why is this here it's rewritten by inline styles*/
    height:20px;width:150px; /*taken from element's inline styles*/
    background-color: #4297B5;
    border: 1px solid #4297B5;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    padding: 7px 10px;
    margin: 20px auto 0 auto;
    font-size: 0.9em;
}
.portfolio__consultation_btn a{
    color: #fff;
    display: inline-block;
    line-height: 20px;
}
/*end portfolio request button*/
.privacy-policy-container{
    height: 100vh;
    width: 100vw;
    position:relative;
    border: none;
}
a.privacy-btn{ vertical-align: bottom; }
.privacy-btn{
    /*background: #FFF url(//cdn.iubenda.com/icon_green_mini.png) no-repeat;
    background-size: auto 14px;
    background-position: 7px 3px;
    background-position-x: 6px;
    background-position-y: 2px;*/
    padding-left: 20px;
    text-decoration: none;
    color: #59636D;
    -webkit-box-shadow: 0 1px 0 #ebebec;
    box-shadow: 0 1px 0 #ebebec;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    border-top-color: #D0D0D0 !important;
    border-left-color: #C3C3C3 !important;
    border-right-color: #C3C3C3 !important;
    border-bottom-color: #B8B9BA !important;

    background-image: none;
    padding-left: 8px;

    display: inline-block;
    padding: 0 8px;
    border: 1px;
    border-style: solid;
    border-radius: 3px;
    font-size: 11px;
    border: 1px solid #D2D3D3;
    line-height: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
    position: relative;
    top:-8px;    
}
.privacy-btn:hover{ color:#333; }

.section-title {margin: 25px 0 25px 0; font-size: 24px; font-weight: bold; color: #4297B5;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 2%;}
.section-item {
	width: 18.25%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services {
	width: 30%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 22%;
    height: 300px;
    margin: 0 1.5% 25px 1.5%;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -160px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 170px;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 100px 50px 100px 0;
    width: 40%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.contact-form {
    width: 50%;
    margin: 150px 0 100px 0;
    float: right;
}
.input-two {
    width: 95%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 95%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.val-msg--recaptcha{
    font-family: neuzeit-grotesk, sans-serif, HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
    color: red;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.careers-blurb {
	font-size: 1em;
	margin: 200px 0 350px 0;
}
.cs-title {
	font-size: 1.5em;
	margin: 150px 0 35px 0;
}
.case-studies {margin: 0 0 100px 0;}
.cs-preview {
	width: 254.25px;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	overflow: hidden;
}
.csp-img {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-position: center center;
}
.csp-title {
	font-size: 1em;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}
.cs-focus-info {
	width: 500px;
	margin-right: 50px;
	font-size: 0.9em;
	float: left;
	line-height: 26px;
}
.cs-focus-main-img {
	width: 550px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	float: left;
	border-radius: 4px;
}
.cs-focus-gallery {
	margin: 50px 0 100px 0;
}
.csg-img {
	width: 350px;
	height: 250px;
	float: left;
	background-position: center center;
	background-size: 130%;
	margin-bottom: 25px;
	border-radius: 4px;
}
.clients {margin: 50px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 33%;
	float: left;
	font-size: 0.9em;
	line-height: 36px;
	margin-bottom: 20px;
}
.employee-photo {
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-top: 175px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 550px;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 175px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 600px;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.consultation.installations{
    border-top: 1px solid #E5E5E5;
    margin-bottom: -25px;
    padding-top: 25px; /*there is 45px set on another element; this brings total to 65*/
    padding-bottom: 65px;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list a {color: #4297B5;}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.sd-title-lg {
	width: 20%;
	float: left;
	font-size: 0.85em;
}
.sd-title-sm {
	width: 10%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 20%;
	font-size: 0.85em;
	float: left;
}
.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 25%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 50px 5% 43px 5%;
	width: 89%;
	font-size: 0.9em;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 100%;
	border: 1px solid #E5E5E5;	
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 40%;
	height: 500px;
	margin: 2%;
	float: left;
}
.expert-half {
	width: 50%;
	height: 300px;
	margin: 3.25% 2% 2% 2%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 225px;
	height: 175px;
	margin: 25px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.prm {margin-right: 5%;}
.all-projects {margin: 50px 0 300px 0;}
.all-projects.portfolio-listing{margin: 50px 0 150px 0;}

.project-item {
	width: 30%;
	float: left;
	margin-bottom: 50px;
}
.pi-img {
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
}
.pi-name {
	font-size: 1em;
}
.or-logos-wrap {
    margin-top: 100px;
}
.or-logo {
    width: 33%;
    height: 300px;
    float: left;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
}


/*newsletters using project layout*/
.all-projects.newsletters{
    margin-bottom:30px;
}
.all-projects.newsletters .eh-button,
.all-projects .eh-button.installs{
    margin:0 auto;
}
.all-projects.newsletters .project-item{
    margin-right: 3%;
}
.all-projects.newsletters a:nth-child(3n) .project-item {    
    margin-right:0;
}
.all-projects.newsletters a:nth-child(3n):after {           
    display: block;
    content: "";
    clear: both;
}




















@media (min-width: 250px) and (max-width: 350px) {
.zoom-button {
display: none;
}
.rm {margin-right: 0px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
footer {background-color: #FFF; border-top: #E5E5E5 solid 1px; padding: 65px 0 30px 0; line-height: 22px;}
.footer-section {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 25px;
}
.footer-section-lg {
	width: 100%; 
	font-size: 1em; 
	line-height: 26px; 
	margin-bottom: 25px;
}
.fs-title {color: #000; margin-bottom: 10px;}
.fs-info a {color: #8F8F8F;}
.fs-info a:hover {color: #4297B5;}
.footer-bottom {font-size: 0.85em; margin-top: 25px;}
.footer-bottom a {color: #8F8F8F;}
.footer-bottom a:hover {color: #000;}
.input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	width: 100%;
}
.submit {
	font-weight: bold;
	border: none;
	margin-left: -25px;
	position: absolute;
	display: none;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 10px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 25px;}
.section-item {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 100%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.pw-item:nth-child(1) {margin-right: 0%;}
.pw-item:nth-child(2) {margin-right: 0%;}
.pw-item:nth-child(3) {margin-right: 0%;}
.pw-item:nth-child(4) {margin-right: 0%;}
.pw-item:nth-child(6) {margin-right: 0%;}
.pw-item:nth-child(7) {margin-right: 0%;}
.pw-item:nth-child(8) {margin-right: 0%;}
.pw-item:nth-child(9) {margin-right: 0%;}
.pw-item:nth-child(11) {margin-right: 0%;}
.pw-item:nth-child(12) {margin-right: 0%;}
.pw-item:nth-child(13) {margin-right: 0%;}
.pw-item:nth-child(14) {margin-right: 0%;}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}
.prod-cat-item {
	width: 254.25px;
	float: none;
	margin: 25px auto;
}
.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    background-color: #FFF;
	width: 247px;
	margin: -88px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
	width: 247px;
	margin: -88px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 92%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 92%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 100%;
	height: 400px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none; font-weight: 700px; font-style: bowl;}
.sd-title-lg {
	width: 260px;
	float: left;
	font-size: 0.85em;
}
.sd-title-sm {
	width: 125px;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 200px;
	font-size: 0.85em;
	float: left;
	margin-top: 25px;
}
.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 100%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5% 2.5% 25px 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 90%;
	height: 175px;
	margin: 10px auto;
	background-position: center center;
	background-size: cover;
	float: none;
}

.prm {margin-right: 0%;}
.all-projects {margin: 50px 0 300px 0;}
.project-item {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.pi-img {
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
}


}



















@media (min-width: 350px) and (max-width: 450px) {
.zoom-button {
display: none;
}
.rm {margin-right: 0px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
footer {background-color: #FFF; border-top: #E5E5E5 solid 1px; padding: 65px 0 30px 0; line-height: 22px;}
.footer-section, .footer-section-lg {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 25px;
}
.fs-title {color: #000; margin-bottom: 10px;}
.fs-info a {color: #8F8F8F;}
.fs-info a:hover {color: #4297B5;}
.footer-bottom {font-size: 0.85em; margin-top: 25px;}
.footer-bottom a {color: #8F8F8F;}
.footer-bottom a:hover {color: #000;}
.input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	width: 100%;
}
.submit {
	font-weight: bold;
	border: none;
	margin-left: -25px;
	position: absolute;
	display: none;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 10px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 25px;}
.section-item {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 100%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.pw-item:nth-child(1) {margin-right: 0%;}
.pw-item:nth-child(2) {margin-right: 0%;}
.pw-item:nth-child(3) {margin-right: 0%;}
.pw-item:nth-child(4) {margin-right: 0%;}
.pw-item:nth-child(6) {margin-right: 0%;}
.pw-item:nth-child(7) {margin-right: 0%;}
.pw-item:nth-child(8) {margin-right: 0%;}
.pw-item:nth-child(9) {margin-right: 0%;}
.pw-item:nth-child(11) {margin-right: 0%;}
.pw-item:nth-child(12) {margin-right: 0%;}
.pw-item:nth-child(13) {margin-right: 0%;}
.pw-item:nth-child(14) {margin-right: 0%;}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}
.prod-cat-item {
	width: 254.25px;
	float: none;
	margin: 25px auto;
}
.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    background-color: #FFF;
	width: 250px;
	margin: -100px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
	width: 250px;
	margin: -100px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 92%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 92%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 100%;
	height: 400px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}
.sd-title-lg {
	width: 100%;
	float: left;
	font-size: 0.85em;
}
.sd-title-sm {
	width: 100%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 100%;
	font-size: 0.85em;
	float: left;
	margin-top: 25px;
}
.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 100%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
		padding: 2.5% 2.5% 25px 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 90%;
	height: 175px;
	margin: 10px auto;
	background-position: center center;
	background-size: cover;
	float: none;
}

.prm {margin-right: 5%;}
.all-projects {margin: 50px 0 300px 0;}
.project-item {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.pi-img {
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
}

}




















@media (min-width: 451px) and (max-width: 550px) {
    .zoom-button {
display: none;
}
.section-image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
}
.gallery-item {
	width: 90%;
	height: 250px;
	margin: 10px auto;
	background-position: center center;
	background-size: cover;
	float: none;
}
.prod-cat-item {
	width: 254.25px;
	float: none;
	margin: 25px auto;
}
.sd-title-lg, .sd-title-sm, .sd-title-nm {
	width: 100%
}
.sd-title-nm {margin-top: 25px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.footer-section, .footer-section-lg {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 25px;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 30px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 25px;}
.section-item {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 100%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.pw-item:nth-child(1) {margin-right: 0%;}
.pw-item:nth-child(2) {margin-right: 0%;}
.pw-item:nth-child(3) {margin-right: 0%;}
.pw-item:nth-child(4) {margin-right: 0%;}
.pw-item:nth-child(6) {margin-right: 0%;}
.pw-item:nth-child(7) {margin-right: 0%;}
.pw-item:nth-child(8) {margin-right: 0%;}
.pw-item:nth-child(9) {margin-right: 0%;}
.pw-item:nth-child(11) {margin-right: 0%;}
.pw-item:nth-child(12) {margin-right: 0%;}
.pw-item:nth-child(13) {margin-right: 0%;}
.pw-item:nth-child(14) {margin-right: 0%;}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}

.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    background-color: #FFF;
	width: 400px;
	margin: -110px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
	width: 400px;
	margin: -110px auto 0 auto;
	padding: 19px 13px 13px 13px;
	transition: 0.25s ease;
	border-radius: 2px;
	z-index: 999999 !important;
	position: relative;
}
.m-name {
    font-size: 1em;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 0.85em;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 92%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 92%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 100%;
	height: 400px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}

.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 275px;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}

.prm {margin-right: 5%;}
.all-projects {margin: 50px 0 300px 0;}
.project-item {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.pi-img {
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
}

}





























































@media (min-width: 551px) and (max-width: 650px) {
    .zoom-button {
display: none;
}
.section-image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
}
.gallery-item {
	width: 40%;
	height: 200px;
	margin: 5%;
	background-position: center center;
	background-size: cover;
	float: left;
}
.prod-cat-item {
	width: 45%;
	float: left;
	margin: 10px;
}
.sd-title-lg, .sd-title-sm, .sd-title-nm {
	width: 100%
}
.sd-title-nm {margin-top: 25px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.footer-section {
	width: 220px;
	float: left;
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 25px;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 30px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 25px;}
.section-item {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services {
	width: 99%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 30%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}

.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 47%;
    height: 350px;
    margin: 0 1.5% 25px 1.5%;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    background-color: #FFF;
width: 75%;
margin: -95px auto 0 auto;
padding: 19px 13px 13px 13px;
transition: 0.25s ease;
border-radius: 4px;
position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
width: 75%;
margin: -95px auto 0 auto;
padding: 19px 13px 13px 13px;
transition: 0.25s ease;
border-radius: 4px;
position: relative;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 92%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 92%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 100%;
	height: 400px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}

.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 45%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.eh-full {
	padding: 2.5%;
	width: 95%;
	color: #8F8F8F;
	font-size: 0.9em;
	line-height: 26px;
	border-bottom: 1px solid #EFEFEF;
}
	.footer-section-lg {
		width: 100%;
		margin-bottom: 25px;
		font-size: 1em;
		line-height: 26px;
	}
	
.prm {margin-right: 0%;}
.all-projects {margin: 50px 0 300px 0;}
.project-item {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.pi-img {
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
}

}














@media (min-width: 651px) and (max-width: 750px) {
.section-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.gallery-item {
	width: 40%;
	height: 200px;
	margin: 5%;
	background-position: center center;
	background-size: cover;
	float: left;
}
.prod-cat-item {
	width: 45%;
	float: left;
	margin: 10px;
}
.footer-section-lg {
	width: 100%;
	margin-bottom: 25px;
	font-size: 1em;
	line-height: 26px;
}
.sd-title-lg, .sd-title-sm, .sd-title-nm {
	width: 100%
}
.sd-title-nm {margin-top: 25px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.footer-section {
	width: 220px;
	float: left;
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 25px;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 30px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0;}
.section-item {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(1) {margin-right: 25px;}
.section-item:nth-child(3) {margin-right: 25px;}
.section-item:nth-child(5) {margin-right: 25px;}
.section-item-services {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(1) {margin-right: 25px;}
.section-item-services:nth-child(3) {margin-right: 25px;}
.section-item-services:nth-child(5) {margin-right: 25px;}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 30%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}

.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 45%;
    height: 350px;
    margin: 2.5%;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -80px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 86%;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 96%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 96%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 100%;
	height: 400px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}

.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 45%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}

}



































@media (min-width: 751px) and (max-width: 850px) {
.section-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.gallery-item {
	width: 40%;
	height: 200px;
	margin: 5%;
	background-position: center center;
	background-size: cover;
	float: left;
}
.prod-cat-item {
	width: 45%;
	float: left;
	margin: 10px;
}
.footer-section-lg {width: 80%; margin-bottom: 25px; margin-right: 20%;}
.footer-section:nth-child(1) {clear: both;}
.footer-section:nth-child(5) {margin-top: 0;}
.footer-section:nth-child(6) {margin-top: 25px; width: 60%;}
	.footer-section:nth-child(6) input {margin-top: 15px;}
.sd-title-lg, .sd-title-sm, .sd-title-nm {
	width: 100%
}
.sd-title-nm {margin-top: 25px;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.footer-section {
	width: 160px;
	float: left;
	font-size: 0.85em;
}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 30px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 35px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0;}
.section-item {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(1) {margin-right: 25px;}
.section-item:nth-child(3) {margin-right: 25px;}
.section-item:nth-child(5) {margin-right: 25px;}
.section-item-services {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(1) {margin-right: 25px;}
.section-item-services:nth-child(3) {margin-right: 25px;}
.section-item-services:nth-child(5) {margin-right: 25px;}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-wrap {width: 100%; margin: 50px auto 100px auto;}
.pw-item {
	width: 22%; 
	height: 200px; 
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #FAFAFA;
	margin-bottom: 35px;
	cursor: zoom-in;
}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}

.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 45%;
    height: 350px;
    margin: 2.5%;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -99px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 86%;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 1em;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 0.85em;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 96%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 96%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 65%;
	height: 350px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}

.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 45%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}

}




























@media (min-width: 851px) and (max-width: 950px) {
.section-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.gallery-item {
	width: 40%;
	height: 200px;
	margin: 5%;
	background-position: center center;
	background-size: cover;
	float: left;
}
.prod-cat-item {
	width: 45%;
	float: left;
	margin: 10px;
}
.sd-title-lg, .sd-title-sm, .sd-title-nm {
	width: 100%
}
.sd-title-nm {margin-top: 25px;}
	.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}

.container {width: 90%; margin: 0 auto; overflow: hidden;}
	.footer-section-lg {width: 35%; margin-right: 5%;}
.footer-section {
	width: 20%;
	float: left;
	font-size: 0.85em;
}
.footer-section:nth-child(5) {margin-top: 25px; clear: both; margin-right: 50px;}
.footer-section:nth-child(6) {width: 40%; margin-top: 25px;}
.top-banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 30px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 40px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0;}
.section-item {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(1) {margin-right: 25px;}
.section-item:nth-child(3) {margin-right: 25px;}
.section-item:nth-child(5) {margin-right: 25px;}
.section-item-services {
	width: 47%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(1) {margin-right: 25px;}
.section-item-services:nth-child(3) {margin-right: 25px;}
.section-item-services:nth-child(5) {margin-right: 25px;}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-area-wrapper {
	width: 99%;
	margin: 20px 0 150px 0;
}

.pc-img {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 45%;
    height: 350px;
    margin: 2.5%;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -100px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 125%;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 86%;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 1em;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 0.85em;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 150px auto 100px auto;
    width: 95%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 100%;
}
.contact-form {
    width: 95%;
    margin: 0 auto 100px auto;
    float: left;
}
.input-two {
    width: 96%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 96%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 90%;
	float: none;
	font-size: 0.9em;
	line-height: 36px;
	margin: 20px auto;
}
.employee-photo {
	width: 65%;
	height: 350px;
	margin: 150px auto 0 auto;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 99%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 95%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.emp-labels {display: none;}

.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 45%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 5%;
	width: 88%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}

}
















@media (min-width: 951px) and (max-width: 1050px) {
.container {width: 95%; margin: 0 auto; overflow: hidden;}
.top-banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 45px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 45px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
	.footer-section-lg {width: 35%; margin-right: 5%;}
.footer-section {
	width: 20%;
	float: left;
	font-size: 0.85em;
}
.footer-section:nth-child(5) {margin-top: 25px; clear: both; margin-right: 50px;}
.footer-section:nth-child(6) {width: 40%; margin-top: 25px;}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0%;}
.section-item {
	width: 23.25%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(-n+3) {margin-right: 2%;}
.section-item:nth-child(5) {display: none;}
.section-item-services {
	width: 30%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(-n+3) {margin-right: 2%;}
.section-item-services:nth-child(4) {clear: both; margin-right: 2%;}
.section-item-services:nth-child(5) {margin-right: 2%;}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-area-wrapper {
	width: 100%;
	margin: 20px 0 150px 0;
}
.prod-cat-item {
	width: 254.25px;
	float: left;
	margin-bottom: 25px;
}
.prod-cat-item:nth-child(1) {margin-right: 25px;}
.prod-cat-item:nth-child(2) {margin-right: 25px;}
.prod-cat-item:nth-child(4) {margin-right: 25px;}
.prod-cat-item:nth-child(5) {margin-right: 25px;}
.prod-cat-item:nth-child(7) {margin-right: 25px;}
.prod-cat-item:nth-child(8) {margin-right: 25px;}
.prod-cat-item:nth-child(10) {margin-right: 25px;}
.prod-cat-item:nth-child(11) {margin-right: 25px;}
.prod-cat-item:nth-child(13) {margin-right: 25px;}
.prod-cat-item:nth-child(14) {margin-right: 25px;}
.prod-cat-item:nth-child(16) {margin-right: 25px;}
.prod-cat-item:nth-child(17) {margin-right: 25px;}
.prod-cat-item:nth-child(19) {margin-right: 25px;}
.prod-cat-item:nth-child(20) {margin-right: 25px;}
.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 20%;
    height: 300px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -145px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 145px;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 12px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 10px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 200px 50px 100px 0;
    width: 50%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.contact-form {
    width: 40%;
    margin: 250px 0 100px 0;
    float: left;
}
.input-two {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 100%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.careers-blurb {
	font-size: 1em;
	margin: 200px 0 350px 0;
}
.cs-title {
	font-size: 1.5em;
	margin: 150px 0 35px 0;
}
.case-studies {margin: 0 0 100px 0;}
.cs-preview {
	width: 254.25px;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	overflow: hidden;
}
.csp-img {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-position: center center;
}
.csp-title {
	font-size: 1em;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}
.cs-focus-info {
	width: 500px;
	margin-right: 50px;
	font-size: 0.9em;
	float: left;
	line-height: 26px;
}
.cs-focus-main-img {
	width: 550px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	float: left;
	border-radius: 4px;
}
.cs-focus-gallery {
	margin: 50px 0 100px 0;
}
.csg-img {
	width: 350px;
	height: 250px;
	float: left;
	background-position: center center;
	background-size: 130%;
	margin-bottom: 25px;
	border-radius: 4px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 33%;
	float: left;
	font-size: 0.9em;
	line-height: 36px;
	margin-bottom: 20px;
}
.employee-photo {
	width: 50%;
	height: 500px;
	margin-right: 5%;
	margin-top: 175px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 45%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 175px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 100%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
		.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list a {color: #4297B5;}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.sd-title-lg {
	width: 22%;
	float: left;
	font-size: 0.85em;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
.sd-title-sm {
	width: 12%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 20%;
	font-size: 0.85em;
	float: left;
}
.sd-titles a {color: #4297B5;}
.manufacturers-list {
	width: 25%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 50px 5% 43px 5%;
	width: 88%;
	font-size: 0.9em;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 225px;
	height: 175px;
	margin: 25px;
	background-position: center center;
	background-size: cover;
	float: left;
}
	
	
}





















@media (min-width: 1051px) and (max-width: 1150px) {
			.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list a {color: #4297B5;}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.sd-title-lg {
	width: 22%;
	float: left;
	font-size: 0.85em;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
.sd-title-sm {
	width: 12%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 20%;
	font-size: 0.85em;
	float: left;
}
.sd-titles a {color: #4297B5;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.top-banner {
	width: 100%;
	height: 525px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 45px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 45px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
	.footer-section-lg {width: 35%; margin-right: 5%;}
.footer-section {
	width: 20%;
	float: left;
	font-size: 0.85em;
}
.footer-section:nth-child(5) {margin-top: 25px; clear: both; margin-right: 50px;}
.footer-section:nth-child(6) {width: 40%; margin-top: 25px;}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0%;}
.section-item {
	width: 23.25%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(-n+3) {margin-right: 2%;}
	.section-item:nth-child(5) {display: none;}
.section-item-services {
	width: 30%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(-n+3) {margin-right: 2%;}
	.section-item-services:nth-child(4) {clear: both; margin-right: 2%;}
.section-item-services:nth-child(5) {margin-right: 2%;}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-area-wrapper {
	width: 100%;
	margin: 20px 0 150px 0;
}
.prod-cat-item {
	width: 254.25px;
	float: left;
	margin-bottom: 25px;
}
.prod-cat-item:nth-child(1) {margin-right: 45px;}
.prod-cat-item:nth-child(2) {margin-right: 45px;}
.prod-cat-item:nth-child(4) {margin-right: 45px;}
.prod-cat-item:nth-child(5) {margin-right: 45px;}
.prod-cat-item:nth-child(7) {margin-right: 45px;}
.prod-cat-item:nth-child(8) {margin-right: 45px;}
.prod-cat-item:nth-child(10) {margin-right: 45px;}
.prod-cat-item:nth-child(11) {margin-right: 45px;}
.prod-cat-item:nth-child(13) {margin-right: 45px;}
.prod-cat-item:nth-child(14) {margin-right: 45px;}
.prod-cat-item:nth-child(16) {margin-right: 45px;}
.prod-cat-item:nth-child(17) {margin-right: 45px;}
.prod-cat-item:nth-child(19) {margin-right: 45px;}
.prod-cat-item:nth-child(20) {margin-right: 45px;}
.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 20%;
    height: 300px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -150px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 160px;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 200px 50px 100px 0;
    width: 50%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.contact-form {
    width: 40%;
    margin: 250px 0 100px 0;
    float: left;
}
.input-two {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 100%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.careers-blurb {
	font-size: 1em;
	margin: 200px 0 350px 0;
}
.cs-title {
	font-size: 1.5em;
	margin: 150px 0 35px 0;
}
.case-studies {margin: 0 0 100px 0;}
.cs-preview {
	width: 254.25px;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	overflow: hidden;
}
.csp-img {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-position: center center;
}
.csp-title {
	font-size: 1em;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}
.cs-focus-info {
	width: 500px;
	margin-right: 50px;
	font-size: 0.9em;
	float: left;
	line-height: 26px;
}
.cs-focus-main-img {
	width: 550px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	float: left;
	border-radius: 4px;
}
.cs-focus-gallery {
	margin: 50px 0 100px 0;
}
.csg-img {
	width: 350px;
	height: 250px;
	float: left;
	background-position: center center;
	background-size: 130%;
	margin-bottom: 25px;
	border-radius: 4px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 33%;
	float: left;
	font-size: 0.9em;
	line-height: 36px;
	margin-bottom: 20px;
}
.employee-photo {
	width: 50%;
	height: 500px;
	margin-right: 5%;
	margin-top: 175px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 45%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 175px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 100%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}

.manufacturers-list {
	width: 25%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 50px 5% 43px 5%;
	width: 88%;
	font-size: 0.9em;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 225px;
	height: 175px;
	margin: 25px;
	background-position: center center;
	background-size: cover;
	float: left;
}
	
	
}


@media (min-width: 1151px) and (max-width: 1249px) {
		.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list a {color: #4297B5;}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.sd-title-lg {
	width: 22%;
	float: left;
	font-size: 0.85em;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
.sd-title-sm {
	width: 12%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 20%;
	font-size: 0.85em;
	float: left;
}
.sd-titles a {color: #4297B5;}
.container {width: 90%; margin: 0 auto; overflow: hidden;}
.top-banner {
	width: 100%;
	height: 525px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	margin-left: 45px;
	color: #FFF;
	z-index: 9999;
	padding-bottom: 45px;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.footer-section-lg {width: 30%}
.footer-section {width: 16%}
.footer-section:nth-child(6) {clear: both; margin-top: 25px; width: 40%}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0%;}
.section-item {
	width: 23.25%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(-n+3) {margin-right: 2%;}
	.section-item:nth-child(5) {display: none;}
.section-item-services {
	width: 30%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(-n+3) {margin-right: 2%;}
	.section-item-services:nth-child(4) {clear: both; margin-right: 2%;}
.section-item-services:nth-child(5) {margin-right: 2%;}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
.product-area-wrapper {
	width: 100%;
	margin: 20px 0 150px 0;
}
.prod-cat-item {
	width: 254.25px;
	float: left;
	margin-bottom: 25px;
}
.prod-cat-item:nth-child(1) {margin-right: 45px;}
.prod-cat-item:nth-child(2) {margin-right: 45px;}
.prod-cat-item:nth-child(4) {margin-right: 45px;}
.prod-cat-item:nth-child(5) {margin-right: 45px;}
.prod-cat-item:nth-child(7) {margin-right: 45px;}
.prod-cat-item:nth-child(8) {margin-right: 45px;}
.prod-cat-item:nth-child(10) {margin-right: 45px;}
.prod-cat-item:nth-child(11) {margin-right: 45px;}
.prod-cat-item:nth-child(13) {margin-right: 45px;}
.prod-cat-item:nth-child(14) {margin-right: 45px;}
.prod-cat-item:nth-child(16) {margin-right: 45px;}
.prod-cat-item:nth-child(17) {margin-right: 45px;}
.prod-cat-item:nth-child(19) {margin-right: 45px;}
.prod-cat-item:nth-child(20) {margin-right: 45px;}
.pc-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.pc-title {
	font-size: 0.9em;
	padding: 15px 0 5px 15px;
}
.pc-sub {
	font-size: 0.85em;
	padding: 0 0 15px 15px;
	color: #8F8F8F;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 20%;
    height: 300px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -145px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 175px;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 200px 50px 100px 0;
    width: 50%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.contact-form {
    width: 40%;
    margin: 250px 0 100px 0;
    float: left;
}
.input-two {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 100%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.careers-blurb {
	font-size: 1em;
	margin: 200px 0 350px 0;
}
.cs-title {
	font-size: 1.5em;
	margin: 150px 0 35px 0;
}
.case-studies {margin: 0 0 100px 0;}
.cs-preview {
	width: 254.25px;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	overflow: hidden;
}
.csp-img {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-position: center center;
}
.csp-title {
	font-size: 1em;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}
.cs-focus-info {
	width: 500px;
	margin-right: 50px;
	font-size: 0.9em;
	float: left;
	line-height: 26px;
}
.cs-focus-main-img {
	width: 550px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	float: left;
	border-radius: 4px;
}
.cs-focus-gallery {
	margin: 50px 0 100px 0;
}
.csg-img {
	width: 350px;
	height: 250px;
	float: left;
	background-position: center center;
	background-size: 130%;
	margin-bottom: 25px;
	border-radius: 4px;
}
.clients {margin: 150px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 33%;
	float: left;
	font-size: 0.9em;
	line-height: 36px;
	margin-bottom: 20px;
}
.employee-photo {
	width: 50%;
	height: 500px;
	margin-right: 5%;
	margin-top: 175px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 45%;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 175px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 100%;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}
.manufacturers-list {
	width: 25%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 50px 5% 43px 5%;
	width: 88%;
	font-size: 0.9em;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 99%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 95%;
	height: 400px;
	margin: 2.5%;
	float: left;
}
.expert-half {
	width: 95%;
	height: auto;
	padding: 2.5%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.gallery-item {
	width: 225px;
	height: 175px;
	margin: 25px;
	background-position: center center;
	background-size: cover;
	float: left;
}
	
	
}






@media (min-width: 1250px) and (max-width: 1500px) {
		.sd-list {
	font-size: 0.85em;
	line-height: 22px;
	width: 350px;
	float: left;
	margin-bottom: 50px;
}
.sd-list a {color: #4297B5;}
.sd-list span {color: #000;}
.sd-team {
	margin: 50px 0 25px 0;
	font-size: 0.85em;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.sd-title-lg {
	width: 22%;
	float: left;
	font-size: 0.85em;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
.sd-title-sm {
	width: 12%;
	font-size: 0.85em;
	float: left;
}
.sd-title-nm {
	width: 20%;
	font-size: 0.85em;
	float: left;
}
.sd-titles a {color: #4297B5;}
.top-banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	background-image: url(../assets/gifs/ww-banner.gif);
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
.tb-info {
	margin-top: -250px;
	color: #FFF;
	z-index: 9999;
}
.tb-info a {color: #FFF;}
.tbi-title {margin-bottom: 10px;}
.tbi-title h1 {font-size: 1.5em; font-weight: normal;}
.tbi-button:hover {
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	border: 2px solid #FFF;
	text-align: center;
}
.tbi-button {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	width: 100px;
	font-size: 1em;
	padding: 11px 10px 10px 10px;
	text-align: center;
}
.section-title {margin: 25px 0 25px 0;font-size: 24px;}
.section-title h1 {font-size: 24px; font-weight: normal;}
.section-title-sub {
	font-size: 0.9em;
	color: #8F8F8F;
}
.section {
	margin-bottom: 50px;
}
.sim {margin-right: 0%;}
.section-item {
	width: 18.5%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item:nth-child(-n+4) {margin-right: 1.5%;}
.section-item-services {
	width: 30%;
	float: left;
	border: #E5E5E5 solid 1px;
	margin-bottom: 25px;
}
.section-item-services:nth-child(-n+3) {margin-right: 2%;}
	.section-item-services:nth-child(4) {clear: both; margin-right: 2%;}
.section-item-services:nth-child(5) {margin-right: 2%;}
.section-image {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	font-size: 0.85em;
	line-height: 18px;
}
.si-title {
	margin: 15px 0 0 15px;
}
.si-info {
	color: #8F8F8F;
	padding: 5px 15px 15px 15px;
}
.si-button {
	width: 85px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	margin: 0 0 15px 15px;
	border-radius: 2px;
	color: #4297B5;
}
.si-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}
.section-box {
	width: 550px;
	color: #8F8F8F;
	float: left;
}
.section-box-image {
	background-position: center center;
	background-size: cover;
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
}
.section-wrap {
	margin: 50px 0 100px 0;
}
.page-title {
	font-size: 0.8em;
	margin: 145px 0 20px 0;
}
section{
	column-width: 250px;
	column-gap: 10px;
	padding: 5px;
}
section img{width: 100%;}
.lightbox {
	display: none;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	width: 60%;
	margin-top: 2%;
	overflow: scroll;
}
.lightbox:target {
	outline: none;
	display: block;
}
.about-img {
    background-image: url(../assets/images/banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.about-info {
    font-size: 0.9em;
    line-height: 26px;
    margin-bottom: 100px;
}
.team-top {margin: 50px 0 45px 0;}
.tt-title {
    font-size: 1.25em;
    width: 550px;
}
.team-members {margin-bottom: 100px;}
.team-members a {color: #000;}
.member {
    width: 22%;
    height: 300px;
    float: left;
    overflow: hidden;
    transition: 0.25s ease;
}
.member:hover .m-info {
    margin-top: -150px;
    transition: 0.25s ease;
	z-index: 9999 !important;
	position: relative;
}
.m-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-color: #FAFAFA;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
}
.m-info {
    background-color: #FFF;
    width: 80%;
    margin: 0 auto;
    padding: 19px 13px 13px 13px;
    transition: 0.25s ease;
    border-radius: 4px;
}
.m-name {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}
.m-position {
    font-size: 12px;
    width: 100%;
    float: left;
}
.m-li {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
	display: block;
	margin-top: 5px;
}
.contact-message {
    margin: 200px 50px 100px 0;
    width: 40%;
    float: left;
}
.cm-title {
    font-size: 1.5em;
    margin-bottom: 25px;
}
.cm-info {
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.cm-contact {
    margin-top: 35px;
    font-size: 0.9em;
    line-height: 24px;
    width: 400px;
}
.contact-form {
    width: 50%;
    margin: 250px 0 100px 0;
    float: right;
}
.input-two {
    width: 95%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}
.ta {
    width: 95%;
    padding: 15px;
    font-size: 0.8em;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.submit-two {
    width: 125px;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    background-color: #4297B5;
    font-size: 0.8em;
    border: 1px solid #4297B5;
}
.awards {margin: 150px 0 100px 0;}
.awards-section {
    padding: 25px 15px;
    font-size: 1em;
    line-height: 36px;
    border-bottom: 1px solid #E5E5E5;
}
.service-title {
	font-size: 20px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 25px;
}
.service-img {
	width: 500px;
	height: 500px;
	float: left;
	margin-bottom: 75px;
	margin-right: 50px;
	background-position: center center;
	background-size: cover;
}
.service-info {
	font-size: 0.85em; 
	line-height: 25px;
	width: 550px;
	float: left;
	margin-bottom: 75px;
}
.careers-blurb {
	font-size: 1em;
	margin: 200px 0 350px 0;
}
.cs-title {
	font-size: 1.5em;
	margin: 150px 0 35px 0;
}
.case-studies {margin: 0 0 100px 0;}
.cs-preview {
	width: 254.25px;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	overflow: hidden;
}
.csp-img {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-position: center center;
}
.csp-title {
	font-size: 1em;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}
.cs-focus-info {
	width: 500px;
	margin-right: 50px;
	font-size: 0.9em;
	float: left;
	line-height: 26px;
}
.cs-focus-main-img {
	width: 550px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	float: left;
	border-radius: 4px;
}
.cs-focus-gallery {
	margin: 50px 0 100px 0;
}
.csg-img {
	width: 350px;
	height: 250px;
	float: left;
	background-position: center center;
	background-size: 130%;
	margin-bottom: 25px;
	border-radius: 4px;
}
.clients {margin: 50px 0 150px 0;}
.client-section span {font-size: 1em;}
.client-section {
	width: 33%;
	float: left;
	font-size: 0.9em;
	line-height: 36px;
	margin-bottom: 20px;
}
.employee-photo {
	width: 500px;
	height: 500px;
	margin-right: 50px;
	margin-top: 175px;
	background-position: center center;
	background-size: cover;
	float: left;
}
.employee-info {
	width: 550px;
	float: left;
}
.employee-name {
	font-size: 1.5em;
	margin: 175px 0 15px 0;
}
.employee-position {
	font-size: 1em;
	margin-bottom: 50px;
}
.employee-bio {
	width: 600px;
	font-size: 0.9em;
	line-height: 26px;
	margin-bottom: 150px;
	color: #8F8F8F;
}
.services-wrap {
	margin: 50px 0 100px 0;
}
.consultation {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #E5E5E5;
	margin-top: 50px;
	padding-bottom: 45px;
}
.con-info {
	font-size: 1.5em;
	width: 400px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.request-button {
	width: 110px;
	background-color: #4297B5;
	border: 1px solid #4297B5;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
}

.manufacturers-list {
	width: 23%;
	line-height: 46px;
	font-size: 0.9em;
	float: left;
	margin-bottom: 100px;
}
.testimonial-block {
	padding: 50px 5% 43px 5%;
	width: 89%;
	font-size: 0.9em;
	margin: 50px 0;
	border: 1px solid #E5E5E5;
	color: #8F8F8F;
}
.testimonial-block span {color: #000;}
.expertise {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.expert-half-image {
	background-position: center center;
	background-size: cover;
	width: 40%;
	height: 500px;
	margin: 2%;
	float: left;    
}
.expert-half {
	width: 50%;
	height: 300px;
	margin: 3.25% 2% 2% 2%;
	float: left;
}
.eh-no {font-size: 0.9em; margin: 30px 0 15px 0;}
.eh-title h1 {font-size: 1.5em; font-weight: normal;}
.eh-title {margin-bottom: 30px;}
.eh-info {
	font-size: 0.9em;
	color: #8F8F8F;
	line-height: 26px;
	margin-bottom: 30px;
}
.eh-button {
	width: 100px;
	padding: 6px 4px 4px 4px;
	text-align: center;
	border: 2px solid #4297B5;
	border-radius: 2px;
	color: #4297B5;
}
.eh-button:hover {
	background-color: #4297B5;
	border: 2px solid #4297B5;
	color: #FFF;
	cursor: pointer;
}

.gallery-item {
	width: 225px;
	height: 175px;
	margin: 25px;
	background-position: center center;
	background-size: cover;
	float: left;
}

.footer-section-lg {width: 30%}
.footer-section {width: 16%}
.footer-section:nth-child(6) {clear: both; margin-top: 25px; width: 40%}
	
}











/*GEO LOCAL PAGES*/
.gl-banner {
    padding-top: 100px;
    height: 400px;
}
.gl-banner a {
    text-decoration: none;
}
.glb-info {
    width: 500px;
}
.glb-title {
    font-size: 35px;
    margin-bottom: 25px;
}
.glb-content {
    margin-bottom: 25px;
}
.glb-buttons {
    
}
.glb-button-one {
    float: left;
    padding: 15px;
    border-radius: 3px;
    background-color: #4297B5;
    transition: 0.25s ease;
    color: #FFF;
}
.glb-button-one:hover {
    background-color: #376d80;
    transition: 0.25s ease;
}
.glb-button-two {
    float: left;
    padding: 15px;
}
.pny-title {
    font-size: 25px;
    margin-top: 50px;
}





@media (min-width: 250px) and (max-width: 450px) {
.gl-banner {
    padding-top: 50px;
    height: 600px;
}
.gl-banner a {
    text-decoration: none;
}
.glb-info {
    margin: 0 auto 0 auto;
    width: 85%;
}
.glb-title {
    font-size: 26px;
    margin-bottom: 25px;
}
.glb-content {
    margin-bottom: 25px;
}
.glb-buttons {
    
}
.glb-button-one {
    float: none;
    padding: 15px;
    border-radius: 3px;
    background-color: #4297B5;
    transition: 0.25s ease;
    color: #FFF;
    width: 125px;
}
.glb-button-one:hover {
    background-color: #376d80;
    transition: 0.25s ease;
}
.glb-button-two {
    float: none;
    padding: 15px 0 0 0;
}
.pny-title {
    font-size: 25px;
    margin-top: 50px;
}
}


@media (min-width: 451px) and (max-width: 650px) {
.gl-banner {
    padding-top: 50px;
    height: 500px;
}
.gl-banner a {
    text-decoration: none;
}
.glb-info {
    margin: 0 auto 0 auto;
    width: 85%;
}
.glb-title {
    font-size: 26px;
    margin-bottom: 25px;
}
.glb-content {
    margin-bottom: 25px;
}
.glb-buttons {
    
}
.glb-button-one {
    float: none;
    padding: 15px;
    border-radius: 3px;
    background-color: #4297B5;
    transition: 0.25s ease;
    color: #FFF;
    width: 125px;
}
.glb-button-one:hover {
    background-color: #376d80;
    transition: 0.25s ease;
}
.glb-button-two {
    float: none;
    padding: 15px 0 0 0;
}
.pny-title {
    font-size: 25px;
    margin-top: 50px;
}
}



/** SLIDER 2.0
  * ==========
  */
.slider {
  margin: 17px auto 0 auto;
  max-width: 100%;

  margin-bottom: 30px;
}

.slide_viewer {
  height: 550px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-2.jpg);
  background-position: center center;
  background-size: cover;
}

.slide:nth-of-type(2) {
  background-image: url(/assets/images/project-photos/transwestern/tw-8.jpg);
  background-position: center center;
  background-size: cover;
}

.slide:nth-of-type(3) {
  background-image: url(/assets/images/project-photos/erikson-immigration-group/eig-12.jpg);
  background-position: center center;
  background-size: cover;
}

.slide:nth-of-type(4) {
  background-image: url(/assets/images/project-photos/nete/nete-7.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(5) {
  background-image: url(/assets/images/project-photos/erikson-immigration-group/eig-8.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(6) {
  background-image: url(/assets/images/project-photos/nete/nete-1.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(7) {
  background-image: url(/assets/images/project-photos/treliant/trl-10.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(8) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-5.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(9) {
  background-image: url(/assets/images/project-photos/treliant/trl-1.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(10) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-3.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(11) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-10.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(12) {
  background-image: url(/assets/images/project-photos/arlington-towers/at-1.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(13) {
  background-image: url(/assets/images/project-photos/erikson-immigration-group/eig-13.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(14) {
  background-image: url(/assets/images/project-photos/federal-capital-partners/fcp-1.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(15) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-8.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(16) {
  background-image: url(/assets/images/project-photos/nete/nete-8.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(17) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-1.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(18) {
  background-image: url(/assets/images/project-photos/army-navy-club/avc-9.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(19) {
  background-image: url(/assets/images/project-photos/nete/nete-3.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(20) {
  background-image: url(/assets/images/project-photos/transwestern/tw-7.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(21) {
  background-image: url(/assets/images/project-photos/courtland-towers/ct-4.jpg);
  background-position: center center;
  background-size: cover;
}
.slide:nth-of-type(22) {
  background-image: url(/assets/images/project-photos/transwestern/tw-4.jpg);
  background-position: center center;
  background-size: cover;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #FFF;
  font-size: 26px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #FFF;
  cursor: pointer;
}

.directional_nav {
  height: 50px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -340px;

  height: auto; /* previous height declaration is affecting layout*/
}

.previous_btn {
  bottom: 0;
  left: 25px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 40px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}









/** DIGEST
  * ======
  */
.digest-container {
	width: 1176px;
	margin: 0 auto 100px auto;
}
.digest-title {
	font-size: 24px;
	font-weight: bold;
	color: #4297B5;
	margin: 100px 0 50px 0;
}
.digest-card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 32.333%;
    float: left;
	margin-bottom: .625rem;
}
.card-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	position: relative;
	background: #fff;
	color: #6f6f6f;
}
.dc-image {
	background-color: #f6f6f6;
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 185px;
}
.card-title {
	line-height: 1.25;
	font-size: 1.125rem;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin-top: .3rem;
	margin-bottom: .5rem;
}
.card-info {
	font-size: .85rem;
	font-style: italic;
	text-transform: none;
	padding-bottom: 8px;
	color: #6F6F6F;
}
.card-p {
	font-family: inherit;
	font-weight: 400;
	font-size: .85rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #6F6F6F;
}
.card-link {
	position: absolute;
	left: initial;
	bottom: 1.25rem;
	font-size: .85rem;
	color: #191919 !important;
	display: inline-block;
	padding-right: 28px;
	font-weight: 600 !important;
	text-decoration: none !important;
}

@media (min-width: 650px) and (max-width: 1300px) {
.digest-container {
	width: 90%;
}
.digest-card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 48%;
    float: left;
	margin-bottom: .625rem;
}
}
@media (min-width: 350px) and (max-width: 649px) {
.digest-container {
	width: 90%;
}
.digest-card {
    position: relative;
    padding-left: .3125rem;
    padding-right: .3125rem;
    width: 98%;
    float: left;
	margin-bottom: .625rem;
}
}












.legal-info {
	padding: 20px 0;
	border-top: 1px solid #E5E5E5;
	margin-top: 35px;
}

















.pr-text {
    width: 50%;
    float: left;
}
.pr-img {
    margin-left: 5%;
    width: 45%;
    height: 235px;
    background-size: cover;
    background-position: center center;
    float: left;
}
.pr-img-sm {
    margin-left: 5%;
    width: 45%;
    height: 105px;
    background-size: cover;
    background-position: center center;
    float: left;
}


@media (min-width: 300px) and (max-width: 900px) {
    .pr-text {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }
    .pr-img {
        margin-left: 0%;
        width: 100%;
        height: 235px;
        background-size: cover;
        background-position: center center;
        float: left;
    }
    .pr-img-sm {
    margin-left: 5%;
    width: 90%;
    height: 105px;
    background-size: cover;
    background-position: center center;
    float: left;
}
}

@media (min-width: 901px) and (max-width: 999px) {
    .pr-text {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }
    .pr-img {
        margin-left: 0%;
        width: 100%;
        height: 235px;
        background-size: cover;
        background-position: center center;
        float: left;
    }
    .pr-img-sm {
    margin-left: 5%;
    width: 90%;
    height: 105px;
    background-size: cover;
    background-position: center center;
    float: left;
}
}

