* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
body,
html {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}
.centerAlign {
    margin: 0px auto;
    width: 98%;
}
.fixCertWrap {
    position: fixed;
    right: 0;
    bottom: 30%;
    background: #333;
    z-index: 150;
    width: 40px;
    padding: 5px 7px 4px 8px;
}
.fixCertWrap img {
    width: 100%;
}
.sliderContainer {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sliderContainer img {
    display: block;
    width:100%;
	height:auto;
}
.mainSlider {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #2D2D2D;
}
.mainSlider li {
    width: 100%;
    height: 100%;
}
.slideTextContainer {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10%;
    left: 0;
}
.slideControlContainer {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 12%;
    left: 0;
}
.slideTextContainer h2 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.cycle-slide-active .slideTextContainer h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
}
.slideTextContainer h2 span {
    font-size: 28px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
}
.cycle-slide-active .slideTextContainer h2 span {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
}
.sliderControls {
    float: right;
    width: 80px;
    height: 80px;
    position: relative;
}
.scBtn {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
}
.prevIcon {
    left: 0;
    top: 0;
    border-left: 3px solid #c99c38;
    border-top: 3px solid #c99c38;
}
.nextIcon {
    right: 0;
    bottom: 0;
    border-right: 3px solid #c99c38;
    border-bottom: 3px solid #c99c38;
}
.scBtn:hover {
    border-color: #fff;
}
.pagerWrapper {
    float: right;
}
.pagerWrapper span {
    background: #fff;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 10px;
    float: left;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.pagerWrapper span.cycle-pager-active {
    -webkit-box-shadow: 0 0 0 6px #dead40;
    box-shadow: 0 0 0 6px #dead40;
}
.counter {
    position: absolute;



    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #c99c38;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Bodoni MT', sans-serif;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.scaleOut {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.scaleIn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.headerContainer {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10001;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#403f41+0,403f41+100&0.7+0,0.42+66,0+100 */
    
    background: -moz-linear-gradient(top, rgba(64, 63, 65, 0.7) 0%, rgba(64, 63, 65, 0.42) 66%, rgba(64, 63, 65, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(64, 63, 65, 0.7) 0%, rgba(64, 63, 65, 0.42) 66%, rgba(64, 63, 65, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(64, 63, 65, 0.7) 0%, rgba(64, 63, 65, 0.42) 66%, rgba(64, 63, 65, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3403f41', endColorstr='#00403f41', GradientType=0);
    /* IE6-9 */
}
.logoWrap {
    display: block;
    margin-top: 20px;
    float: left;
}
.logoWrap img {
    display: block;
    width: 110%;
}
.navContainer {
    display: block;
    float: right;
    margin-top: 30px;
}
.mainNavContainer {
    display: block;
    padding-top: 35px;
}
.navWrap {
    background: #353535;
    float: right;
    padding: 0 20px;
    position: relative;
    clear: both;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px 0 0 5px;
}
.respNav {
    display: none;
    padding: 10px 5px 10px 30px;
    color: #fff;
    margin-left: 20px;
    line-height: 18px;
    font-size: 13px;
    background: url('../images/respIcon.png') 0 center no-repeat;
    text-transform: uppercase;
}
.navWrap:before {
    border-bottom: 52px solid #353535;
    border-left: 50px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    pointer-events: none;
    display: none;
}
.headContInfo p {
    font-size: 10px;
}
.fxNav > ul,
.navWrap > ul {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.fxNav > ul > li,
.navWrap > ul > li {
    float: left;
    display: block;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.fxNav > ul > li > a,
.navWrap > ul > li > a {
    display: block;
    font-size: 14px;
    color: #c99c38;
    padding: 16px 20px 17px 20px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.fxNav > ul > li:hover > a,
.navWrap > ul > li:hover > a {
    background: #2B2B2B;
    color: #fff;
}
.fxNav > ul > li > ul,
.navWrap > ul > li > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    background: #2B2B2B;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-bottom: 3px solid #dead40;
}
.fxNav > ul > li > ul > li > a,
.navWrap > ul > li > ul > li > a {
    display: block;
    padding: 9px 12px;
    font-size: 13px;
    color: #dadada;
    border-bottom: 1px solid #444;
}
.fxNav > ul > li > ul > li:last-child > a,
.navWrap > ul > li > ul > li:last-child > a {
    border-bottom: none;
}
.fxNav > ul > li > ul > li > a:hover,
.navWrap > ul > li > ul > li > a:hover {
    background: #dead40;
    color: #000;
}
.fxNav > ul > li.active > a,
.navWrap > ul > li.active > a {
    color: #fff;
}
.fxNav > ul > li:hover > ul,
.navWrap > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    float: none;
    padding: 0;
    left: 0;
    z-index: 5000;
    background: #353535;
}
.fixedMenu .navWrap:before,
.fixedMenu .navWrap:after {
    display: none;
}
.fixedMenu .fixCenterAlign {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.fxdLogo {
    width: 150px;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    position: absolute;
    left: 0;
    visibility: hidden
}
.fxdLogo img {
    display: block;
    width: 100%;
}
.fixedMenu .fxdLogo {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
/*.fixedMenu .socialMedia{	margin-top:15px;	margin-left:15px;}.fixedMenu .navWrap > ul > li > a{	padding:22px 25px;}*/

.navWrap > ul > li.fixedLogo a {
    padding: 0;
    margin-top: 18px;
    margin-right: 25px;
}
.navWrap > ul > li.fixedLogo a img {
    width: 100%;
    display: block;
}
.fxHeader {
    background: #3f3e40;
    width: 100%;
    padding: 0 0;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 5;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
}
.fxHeader.active {
    top: 0;
}
.fxLogo {
    display: block;
    width: 150px;
    float: left;
    margin-top: 13px;
}
.fxNav {
    float: right;
}
.fxLogo img {
    display: block;
    width: 100%;
}
.fxNav > ul > li > a {
    padding: 22px 20px;
}
.socialMedia {
    width: 32px;
    height: 51px;
    background: url('../images/shareIcon.png') 0 center no-repeat;
    display: block;
}
.socialMedia:hover {
    background-position: -32px center;
}
.langOption {
    float: right;
    padding-bottom: 5px;
}
.langOption li {
    float: left;
    margin: 2px 0;
    padding: 0 10px;
    border-right: 1px solid #bfbfbf;
}
.langOption li:nth-last-of-type(1) {
    border-right: 0 none;
    padding-right: 0;
}
.langOption a {
    color: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
.langOption a.active {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.langOption a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.headContInfo {
    clear: both;
    float: right;
    background: #dead40;
    padding: 5px 13px;
    position: relative;
}
.headContInfo p {
    float: left;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #3f3e40;
    display: block;
    background: url('../images/headContInfoSprites.png') center top no-repeat;
}
.headContInfo p.phNoIco {
    background-position: 0px -4px;
}
.headContInfo p.mailIco {
    background-position: 5px -35px;
    padding-left: 35px;
    margin-left: 10px;
    border-left: 1px solid #3f3e40;
}
.headContInfo p a {
    color: #3f3e40;
}
.headContInfo p a:hover {
    text-decoration: underline;
}
.headContInfo:after,
.navWrap:after {
    content: '';
    width: 200%;
    left: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #353535;
}
.headContInfo:after {
    background: #dead40;
    width: 300%;
}
.homeAboutSec {
    background: #323133;
    position: relative;
    overflow: hidden;
}
.cvAlign {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.homeAboutSec .aboutImg {
    width: 47%;
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: middle;
}
.homeAboutInfo {
    display: inline-block;
    width: 49%;
    margin-left: 30px;
    vertical-align: middle;
}
.hmeSecTitle {
    color: #cc9f4a;
    font-size: 54px;
    font-weight: lighter;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Bodoni MT', 'Raleway', sans-serif;
}
.homeAboutInfo .hmeSecBtn {
    margin-left: 50px;
}
.homeAboutDesc {
    width: 105%;
    margin-left: -7%;
    background: #87785c;
    padding: 25px 30px 27px 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.oLay {
    width: 100%;
    height: 100%;
    background: #323133;
    position: absolute;
    right: 0;
    top: 0;
}
.homeColSec .oLay {
    background: #3f3e40;
    right: auto;
    left: 0;
}
.homeAboutDesc p {
    color: #c6bdac;
    font-size: 13px;
    font-weight: lighter;
    line-height: 22px;
}
.triBtn {
    position: absolute;
    left: 45%;
    display: block;
    padding: 12px 25px;
    color: #1e1d1e;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: text-shadow ease 0.5s;
    -moz-transition: text-shadow ease 0.5s;
    -o-transition: text-shadow ease 0.5s;
    transition: text-shadow ease 0.5s;
}
.triBtn span {
    background: #CC9F4A;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.triBtn:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.triBtn:hover span {
    -webkit-transform: perspective(127px) rotate(-1deg) rotateX(20deg) rotateY(-8deg) rotateZ(4deg) skew(-2deg, 0deg) translateX(-6px);
    -moz-transform: perspective(127px) rotate(-1deg) rotateX(20deg) rotateY(-8deg) rotateZ(4deg) skew(-2deg, 0deg) translateX(-6px);
    -o-transform: perspective(127px) rotate(-1deg) rotateX(20deg) rotateY(-8deg) rotateZ(4deg) skew(-2deg, 0deg) translateX(-6px);
    -ms-transform: perspective(127px) rotate(-1deg) rotateX(20deg) rotateY(-8deg) rotateZ(4deg) skew(-2deg, 0deg) translateX(-6px);
    transform: perspective(127px) rotate(-1deg) rotateX(20deg) rotateY(-8deg) rotateZ(4deg) skew(-2deg, 0deg) translateX(-6px);
}
.homeColSec {
    position: relative;
    background: #3f3e40;
    overflow: hidden;
}
.homeColSec .colImg {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    position: relative;
}
.colImg img {
    display: none;
    width: 100%;
}
.colImg img:first-child {
    display: block;
}
.colPager,.bathroomPager, .kitchenPager {
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 102
}
.colPager span , .bathroomPager span, .kitchenPager span{

    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    margin: 0 10px;
    float: left;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 5px 0 #000;
    -moz-box-shadow: 0 0 5px 0 #000;
    -o-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
}
.colPager span.cycle-pager-active ,.bathroomPager span.cycle-pager-active, .kitchenPager span.cycle-pager-active {
    -webkit-box-shadow: 0 0 0 5px #CC9F4A;
    -moz-box-shadow: 0 0 0 5px #CC9F4A;
    -o-box-shadow: 0 0 0 5px #CC9F4A;
    box-shadow: 0 0 0 5px #CC9F4A;
}
.homeColInfo {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.homeColDesc {
    width: 105%;
    margin-right: -5%;
    background: #323232;
    padding: 25px 50px 15px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.homeColInfo .hmeSecTitle {
    color: #797979;
    padding-left: 35px;
}
.homeColDesc p {
    color: #a6a6a6;
    font-size: 13px;
    font-weight: lighter;
    line-height: 22px;
}
.splitSec {
    width: 100%;
    overflow: hidden;
}
.spltSecLeft {
    width: 50%;
    float: left;
}
.spltSecRight {
    width: 50%;
    float: right;
}
.homeColDesc h3 {
    color: #cc9f4a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.homeColDesc .splitSec {
    margin-bottom: 20px;
    margin-top: 20px;
}
.homeColDesc .spltSecLeft {
    width: 40%;
    padding: 15px 0;
}
.homeColDesc .spltSecRight {
    border-left: 1px solid #666;
    padding: 15px 0;
    padding-left: 10%;
    width: 60%;
    min-height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.homeColDesc ul li {
    list-style: square outside;
    margin-left: 19px;
    color: #5d5d5d;
}
.homeColDesc ul li a {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 18px;
}
.homeColDesc ul li a:hover {
    color: #fff;
}
.footerContainer {
    background: #3f3e40;
    padding: 30px 0 20px 0;
    clear: both;
    overflow: hidden;
}
.footerWrap {
    float: right;
    width: 80%;
    background: #333333;
    padding: 20px 0 25px 50px;
    position: relative;
    border-bottom: 2px solid #a07f43;
}
.footOverlay {
    position: absolute;
    height: 114%;
    right: 90%;
    top: -7%;
    display: none;
    opacity: 0.5;
}
.footerWrap:after {
    content: '';
    width: 200%;
    left: 100%;
    background: #333333;
    position: absolute;
    height: 100%;
    top: 0;
    border-bottom: 2px solid #a07f43;
}
.footerBlock {
    width: 20%;
    float: left;
    text-align: left;
    padding-right: 40px;
    height: 225px;
    background: url('../images/footerSep.png') 97% center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.footInfo {
    width: 29%;
}
.footNwsContainer {
    width: 27%;
}
/*.footNwsContainer,*/

.footerBlock:last-child {
    padding-right: 0;
    background: none;
}
.footerBlock p {
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 5px;
    clear: both;
    line-height: 16px;
    margin-bottom: 1px;
}
.footerBlock p.mBtm {
    margin-bottom: 10px;
}
.footerBlock p a {
    color: #7c7c7c;
}
.footLogo {
    opacity: 0.25;
    float: left;
    margin-bottom: 10px;
    display: block;
    width: 45%;
}
.footerBlock h2 {
    color: #cc9f4a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: lighter;
    padding-top: 45px;
    padding-bottom: 5px;
    display: block;
    font-family: 'Raleway', sans-serif;
}
.footLinks a {
    font-size: 13px;
    display: block;
    margin-top: 4px;
    line-height: 16px;
    color: #7c7c7c;
}
.footerBlock p a:hover,
.footLinks a:hover {
    color: #fff;
}
.footSocial {
    float: right;
    width: 102px;
    margin-top: 10px;
}
.footSocial a {
    width: 50px;
    height: 50px;
    background: url('../images/footSocialBtn.png') 0 0 no-repeat;
    border-right: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    float: left;
}
.footSocial a.fbIcon {
    background-position: 0 0;
}
.footSocial a.twtIcon {
    background-position: 0 -50px;
}
.footSocial a.gplusIcon {
    background-position: 0 -100px;
}
.footSocial a.ytbIcon {
    background-position: 0 -150px;
}
.footSocial a:nth-child(even) {
    border-right: none;
}
.footSocial a:nth-last-child(1),
.footSocial a:nth-last-child(2) {
    border-bottom: none;
}
.footSocial a:hover {
    background-image: url('../images/footSocialBtnHvr.png');
}
.footNwsContainer input[type="text"] {
    width: 100%;
    padding: 6px 5px;
    color: #7c7c7c;
    border: none;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #7c7c7c;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.footNwsContainer input[type="text"]:focus {
    border-bottom-color: #fff;
    color: #fff;
}
.footNwsCaptcha input[type="text"] {
    float: left;
    width: 45%;
}
.footNwsContainer input[type="text"]::-webkit-input-placeholder {
    color: #7c7c7c;
}
.footNwsContainer input[type="text"]:-moz-placeholder {
    color: #7c7c7c;
}
.footNwsContainer input[type="text"]::-moz-placeholder {
    color: #7c7c7c;
}
.footNwsContainer input[type="text"]:-ms-input-placeholder {
    color: #7c7c7c;
}
.footNwsCaptcha img {
    display: block;
    float: left;
    margin-top: 11px;
    margin-left: 8px;
    width: 65px;
}
.footNwsCaptcha input[type="submit"] {
    float: left;
    clear: left;
    padding: 6px 10px;
    background: #3f3e40;
    color: #7c7c7c;
    border: none;
    display: block;
    margin-top: 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
}
.footNwsCaptcha input[type="submit"]:hover {
    background: #CC9F4A;
    color: #333;
}
.newsletterContainer {
    margin: 0 auto;
    display: table;
    clear: both;
    width: 100%;
}
.newsletterContainer form {
    padding: 13px 20px;
    background: #363535;
    margin-top: 30px;
    width: 90%;
    float: right;
}
.newsletterContainer form input[type="submit"],
.newsletterContainer form input[type="text"] {
    background: none;
    border: none;
    padding: 8px 10px;
    width: 33%;
    border-bottom: 1px solid #5d5b5f;
    margin-right: 15px;
    color: #8d8b8f;
    outline: none;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}
.newsletterContainer form input[type="text"]:focus {
    border-bottom-color: #fff;
}
.newsletterContainer form input[type="submit"] {
    width: 23%;
    background: #3f3e40;
    border-bottom: 1px solid #3f3e40;
    margin-right: 0;
    text-align: center;
    cursor: pointer;
}
.newsletterContainer form input[type="submit"]:hover {
    background: #ac8b50;
    color: #fff;
    border-bottom-color: #ac8b50;
}
.copyrightContainer {
    width: 83%;
    float: right;
}
.copyrightWrap {
    float: left;
    margin-top: 15px;
    text-align: left;
}
.copyrightWrap p {
    font-size: 12px;
    line-height: 20px;
    color: #cacaca;
}
.copyrightWrap p a {
    color: #c49949;
}
.copyrightWrap p a:hover {
    color: #fff;
    text-decoration: underline;
}
.footerSocialWrap {
    float: right;
    margin-right: 105px;
    margin-top: 18px;
}
.footerSocialWrap a {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    margin-left: 5px;
    background: url('../images/footSocialBtn.png') 0 0 no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.footerSocialWrap a.fbIcon {
    background-position: 0 0;
}
.footerSocialWrap a.twtIcon {
    background-position: 0 -33px;
}
.footerSocialWrap a.gplusIcon {
    background-position: 0 -66px;
}
.footerSocialWrap a.ytbIcon {
    background-position: 0 -99px;
}
.footerSocialWrap a.lindIon {
    background-position: 0 -132px;
}
.footerSocialWrap a.pinIcon {
    background-position: 0 -165px;
}
.footerSocialWrap a:hover {
    background-image: url('../images/footSocialBtnHvr.png');
}
.homeColSec,
.homeAboutSec {
    padding: 50px 0;
}
.innerBannerContainer {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/bannerImg.jpg') center top no-repeat fixed;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 500px;
}
.whiteSec {
    background: #fff;
}
.whiteSec .oLay {
    background: #fff;
}
.whiteSec.homeAboutSec .homeAboutDesc {
    background: #fff;
    margin-left: -5%;
    padding-top: 0;
}
.whiteSec.homeColSec .homeColDesc {
    background: #fff;
    padding-top: 0;
}
.whiteSec .hmeSecTitle {
    line-height: 40px;
}
.whiteSec.homeAboutSec .homeAboutDesc p {
    color: #757575;
}
.whiteSec.homeColSec .triBtn,
.whiteSec.homeAboutSec .triBtn {
    display: table;
    float: left;
    position: relative;
    left: 0;
    top: auto;
    margin-top: 15px;
    bottom: auto;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-transform: none;
    transform: none;
    text-shadow: none !important;
}
.whiteSec.homeColSec .triBtn span,
.whiteSec.homeAboutSec .triBtn span {
    background: none;
    border: 2px solid #ccc;
}
.innerBannerContainer > img {
    display: block;
    width: 100%;
    visibility: hidden;
}
.aboutContentContainer {
    padding: 50px 0;
    overflow: hidden;
}
.aboutTitleWrap {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.aboutContentWrap {
    display: inline-block;
    width: 55%;
    margin-left: 9%;
    vertical-align: middle;
}
.aboutContentWrap p {
    font-size: 16px;
    color: #8a8a8a;
    line-height: 24px;
    padding: 10px 0;
    display: block;
}
.aboutContentWrap p a {
    color: #8a8a8a;
}
.aboutContentWrap p a:hover {
    text-decoration: underline;
}
.aboutTitleWrap h1 {
    text-align: right;
    font-size: 40px;
    line-height: 34px;
    display: block;
    color: #e3ad47;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
}
.aboutTitleWrap h1 small {
    text-align: right;
    font-size: 16px;
    color: #e3ad47;
    font-family: 'Bodoni MT', sans-serif;
    display: block;
    font-weight: normal;
}
.aboutTitleWrap img {
    float: right;
    display: block;
    margin-top: 30px;
}
.compRoofContainer {
    padding: 50px 0;
}
.compRoofContainer h1,
.innerPageContainer h1 {
    font-size: 38px;
    line-height: 34px;
    display: block;
    color: #e3ad47;
    font-family: 'Bodoni MT', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.innerPageContainer h1 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.innerPageContainer h1 {
    text-align: left;
}
.innerPageContainer h2 {
    font-size: 28px;
    line-height: 34px;
    display: block;
    color: #e3ad47;
    font-family: 'Bodoni MT', sans-serif;
    margin-bottom: 3px;
    padding-top: 10px;
}
.innerPageContainer h2 {
    font-weight: normal;
    line-height: 28px;
}
.compRoofContainer p,
.innerPageContainer p {
    color: #9c9c9b;
    text-align: center;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
}
.careerPageLeft > p > img,
.careerPageLeft > img {
    display: block;
    margin: 5px 0 5px 0;
    max-width: 100%;
}
.innerPageContainer p {
    text-align: left;
}
.motionButton {
    display: table;
    margin: 0 auto;
    padding-top: 25px;
}
.motionButton h4 {
    display: inline-block;
    margin-right: 15px;
    color: #636265;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
}
.motionButton a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding: 10px 20px 10px 60px;
    background: url('../images/recIcon.png') 15px 40% no-repeat #f5f5f5;
    color: #000000;
    font-weight: 600;
}
.motionButton a:hover {
    background-color: #e3ad47;
}
.innerFooterContainer {
    background-color: #272626;
    padding-top: 0;
    padding-bottom: 10px;
}
.innerFooterContainer .footerWrap {
    width: 100%;
    margin-left: 0;
    float: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.innerFooterContainer .footerWrap:before,
.innerFooterContainer .footerWrap:after {
    display: none;
}
.innerFooterContainer .footerBlock {
    -webkit-background-position: 90% center;
    -moz-background-position: 90% center;
    -o-background-position: 90% center;
    background-position: 90% center;
}
.innerFooterContainer .copyrightContainer {
    width: 100%;
    float: none;
}
.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hexagon:hover {
    -webkit-transform: rotate(120deg) scale(1.1);
    transform: rotate(120deg) scale(1.1);
}
.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hexagon-in2 {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background: #FBFBFB;
}
.hexagon-in2 div {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hexagon-in2 div a {
    display: block;
}
.txtBlock {
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}
.txtBlock strong {
    font-size: 45px;
    padding-top: 0px;
    display: block;
    line-height: 44px;
}
.cyanBlock {
    background: #00bacd;
}
.orangeBlock {
    background: #FF7B0B;
}
.brownBlock {
    background: #D6A544;
}
.yellowBlock {
    background: #A6CE39;
}
.blueBlock {
    background: #3a66e4;
}
.hexagon-in2 div a img {
    display: block;
    width: 100%;
}
.hexagon-scale {
    width: 200px;
    height: 400px;
}
/*  hex-grid---------- */

.hex {
    margin: 20px auto 0 auto;
    width: 880px;
    height: auto;
}
.hex-grid-top {
    display: inline-block;
    margin: 0 110px -210px 110px;
}
.hex-grid-mid {
    display: inline-block;
    margin: 0 auto -210px auto;
}
.hex-grid-bot {
    display: inline-block;
    margin: 0 110px;
}
.hex-grid-top .hexagon {
    float: left;
    margin: 0px 10px;
}
.hex-grid-mid .hexagon {
    float: left;
    margin: 0px 10px;
}
.hex-grid-bot .hexagon {
    float: left;
    margin: 0px 10px;
}
.motionButton *,
.motionButton *:after,
.motionButton *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.timelineContainer {
    background: url('../images/timelineBg.jpg') top left no-repeat #313131;
    padding: 80px 0;
    position: relative;
}
.timelineContainer h1 {
    color: #e3ad47;
    font-size: 40px;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
}
.carouselMainContainer {
    width: 100%;
    display: table;
    margin-top: 0px;
}
.carouselMainContainer li {
    float: left;
    width: 100%;
}
.carouselMainContainer .slick-list {
    overflow: visible !important;
}
.timelineInfoLeft {
    float: left;
    width: 60%;
}
.timelineImgRight {
    float: right;
    width: 32%;
    position: relative;
    margin-top: -30px;
}
.carouselMainContainer h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    font-family: 'Bodoni MT', sans-serif;
    color: #e6e6e6;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.timelineImgRight img {
    display: block;
    width: 100%;
    float: right;
    border-radius: 50%;
}
.timelineImgRight .timelineYear {
    display: block;
    position: absolute;
    left: -15px;
    bottom: -15px;
    border-radius: 50%;
    width: 120px;
    height: 100px;
    padding: 35px 15px 15px 15px;
    background: #383739;
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 38px;
}
.timelineImgRight .timelineYear strong {
    font-size: 40px;
}
.singleYear {
    display: block;
    margin-top: 24px;
}
.timelineInfoLeft p {
    color: #dfdfdf;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.timelineContainer > .centerAlign {
    position: relative;
}
.flagContainer {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    margin-top: 10px;
}
.flagContainer .centerAlign {
    width: 1200px;
    position: relative;
}
.carouselControlWrap {
    display: block;
    width: 100%;
    height: 80px;
}
.carouselControlWrap:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 3000px;
    margin: 0 auto;
    background: url('../images/timeLinesPattern.png') 20px bottom repeat-x;
    transform: translateX(-800px);
}
.carouselControlWrap li {
    display: block;
    float: left;
    background: url('../images/timeLineActive.png') bottom left no-repeat;
    width: 55px;
    height: 80px;
    position: relative;
}
.oneYearEvent {
    margin-right: 5px;
}
.twoYearEvent {
    margin-right: 65px;
}
.threeYearEvent {
    margin-right: 125px;
}
.fourYearEvent {
    margin-right: 185px;
}
.fiveYearEvent {
    margin-right: 245px;
}
.sixYearEvent {
    margin-right: 305px;
}
.carouselControlWrap li span {
    float: left;
    margin-left: 10px;
    color: #E3AD47;
    line-height: 18px;
    font-size: 13px;
    display: none;
    cursor: pointer;
    font-weight: bold;
}
.carouselControlWrap li i {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 30px solid #E3AD47;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}
.carouselControlWrap li span strong {
    display: block;
    margin-left: -2px;
    font-size: 15px;
}
.carouselControlWrap li.curSlide i {
    display: none;
}
.carouselControlWrap li.curSlide span {
    display: block;
}
.roadWrap {
    width: 100%;
    height: 103px;
    position: relative;
    background: url('../images/roadPattern.png') 2% 50px repeat-x #313131;
}
.carWrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 86%;
    height: 55px;
    margin-top: -27px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.carouselBtn {
    background: url('../images/carouselArrows.png') left top no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 45%;
}
.carPrev {
    left: 2%;
    background-position: left top;
}
.carNext {
    right: 2%;
    background-position: left bottom;
}
.carPrev:hover {
    background-position: right top;
}
.carNext:hover {
    background-position: right bottom;
}
.morphVideo {
    width: 100%;
    height: 360px;
}
.icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #cc9f4a;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #cc9f4a;
    cursor: pointer;
}
.morph-name {
    position: absolute;
    bottom: 9px;
    left: 15px;
    color: #7D5913;
    font-size: 16px;
    font-weight: bold;
}
.parallaxContainer {
    width: 100%;
    padding: 65px 0 50px 0;
    position: relative;
    background: #000;
    overflow: hidden;
}
.parallaxContainer .parImg {
    background: url('../images/homeParallaxImg.jpg') center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.groupCompaniesWrap .parImg {
    opacity: 0.4;
}
.parallaxContainer .centerAlign {
    position: relative;
    z-index: 1;
}
.groupCompaniesWrap h3 {
    color: #fff;
    font-size: 34px;
    font-family: 'Bodoni MT', 'Raleway', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.groupCompaniesWrap p {
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.76);
    width: 74%;
}
.groupCompniesLogo {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.groupCompniesLogo img {
    display: block;
    height: 100px;
    float: left;
    margin-right: 72px;
}
.groupBtn {
    display: block;
    float: left;
    clear: both;
    font-size: 15px;
    border: 1px solid #cc9f4a;
    padding: 13px 18px 12px 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cc9f4a;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Raleway', sans-serif;
    -webkit-transition: background ease 0.5s, color ease 0.5s;
    transition: background ease 0.5s, color ease 0.5s;
}
.groupBtn:hover {
    background: #cc9f4a;
    color: #fff;
}
.draggable {
    cursor: url(../images/cursorDrag.png), auto;
}
.centerGC {
    text-align: center;
}
.centerGC p {
    width: 70%;
    display: table;
    margin: 15px auto 0 auto;
}
.centerGC .groupCompniesLogo img {
    float: none;
    margin: 0 30px;
    display: inline-block;
}
.centerGC .groupCompniesLogo {
    width: 100%;
}
.centerGC .groupBtn {
    display: table;
    float: none;
    margin: 0 auto;
}
.productPageContainer {
    padding: 50px 0;
    overflow: hidden;
}
.productPageContainer h1 {
    display: block;
    color: #e0ad44;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    text-align: center;
}
.productPageContainer h2 {
    color: #979797;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.productPageContainer p {
    text-align: justify;
    font-size: 15px;
    color: #606060;
    padding: 0 0 12px 0;
}
.productPageContainer p > a {
    color: #86400c;
}
.productPageContainer p > a:hover {
    
    text-decoration: underline;
}
.prodListContainer {
    overflow: hidden;
    padding-bottom: 40px;
}
.prodListContainer ul li {
    float: left;
    width: 50%;
    padding-bottom: 30px;
    position: relative;
}
.prodListContainer ul li .prodImg {
    display: block;
    width: 100%;
    background: #000;
}
.prodListContainer ul li h2 {
    font-size: 30px;
    margin-bottom: 5px;
    font-family: 'Bodoni MT', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #e4ad46;
}
.prodListContainer ul li h2 strong {
    font-family: 'Bodoni MT', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.prodImg {
    overflow: hidden;
    position: relative;
}
.prodListContainer ul li .prodInfo img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
.prodListContainer ul li .prodInfo .prodInfBlock {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
.prodInfBlock p {
    font-size: 14px;
    color: #e4ad49;
}
.prodListContainer ul li .prodInfo:hover img {
    opacity: 0.3;
}
.prodListContainer ul li .prodInfo:hover .prodInfBlock {
    opacity: 1;
}
.prodInfLinks {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.prodInfLinks a {
    display: block;
    width: 45%;
    float: left;
    margin-top: 3px;
    margin-right: 5%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    background: url('../images/listBulletWhite.png') center left no-repeat;
    font-size: 13px;
    opacity: .8;
}
.prodInfLinks a:hover {
    text-decoration: underline;
    opacity: 1;
}
.shape1 {
    width: 130px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    height: 410px;
    background: #fff;
    left: -70px;
    top: 0;
    z-index: 1;
    position: absolute;
}
.shape2 {
    width: 100%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    height: 120px;
    background: #fff;
    right: -30px;
    bottom: -68px;
    z-index: 1;
    position: absolute;
}
.shape3 {
    width: 79px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    height: 350px;
    background: #fff;
    right: -37px;
    top: -53px;
    z-index: 1;
    position: absolute;
}
.prodNum {
    position: absolute;
    bottom: 45px;
    right: 70px;
    z-index: 5;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #e0ad44;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    display: block;
    font-family: 'Bodoni MT', sans-serif;
    -webkit-transform: rotate(-15deg) scaleY(0);
    transform: rotate(-15deg) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.prodNum:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 100%;
    width: 0;
    margin-left: -1px;
    height: 0;
    z-index: 0;
    border-top: 48px solid #C39433;
    border-right: 20px solid transparent;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.prodImg:hover .prodNum:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.prodImg:hover .prodNum {
    -webkit-transform: rotate(-15deg) scaleY(1);
    transform: rotate(-15deg) scaleY(1);
}
.whyusContainer .parImg {
    background-image: url('../images/tileFactoryParallax.jpg');
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.whyusContainer h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    line-height: 38px;
    text-transform: uppercase;
}
.whyusContainer h2 strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.whyusContainer ul {
    display: table;
    margin: 25px auto 0 auto;
}
.whyusContainer ul li {
    float: left;
    margin: 0 20px;
}
.whyusContainer ul li i {
    display: block;
    margin: 0 0 5px 0;
    width: 140px;
    height: 140px;
    background: url('../images/lavishWhyUsIconSprite.png') top center no-repeat;
}
.whyusContainer ul li.colIcon i {
    background-position: 0 0;
}
.whyusContainer ul li.uniqIcon i {
    background-position: 0 -140px;
}
.whyusContainer ul li.strngIcon i {
    background-position: 0 -280px;
}
.whyusContainer ul li.globIcon i {
    background-position: 0 -417px;
}
.whyusContainer ul li.researchIcon i {
    background-position: 0 -556px;
}
.whyusContainer ul li p {
    color: #fff;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    text-align: center;
}
.whyusContainer ul li p strong {
    font-family: 'Raleway', sans-serif;
    display: block;
}
.productSortContainer {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.productSortContainer:before {
    content: '';
    width: 2px;
    height: 230px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    position: absolute;
    background: #ebebeb;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodSortBlock {
    display: block;
    float: left;
    width: 40%;
    padding: 0 5%;
}
.prodSortBlock h2 {
    display: table;
    margin: 0 auto;
    color: #3f3d3e;
    font-size: 26px;
    line-height: 32px;
    font-weight: lighter;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    padding-left: 100px;
    background: url('../images/sizeIcon.jpg') center left no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
}
.typeTileWrap.prodSortBlock h2 {
    background-image: url('../images/tyTileIcon.jpg');
}
.prodSortBlock h2 strong {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.prodSortBlock p {
    font-size: 13px;
    color: #a3a3a3;
    line-height: 18px;
    text-align: center;
    padding-top: 8px;
}
.prodSortBlock > a {
    display: table;
    margin: 18px auto 0 auto;
    color: #c7c7c7;
    border: 1px solid #c7c7c7;
    padding: 7px 15px;
}
.prodSortBlock > a:hover {
    color: #dead40;
    border-color: #dead40;
}
.exportMemberSec {
    margin-top: 25px;
}
.exportMemberSec h3 {
    color: #e0ad44;
    font-size: 38px;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    text-align: center;
}
.exportMemberSec h2 {
    font-size: 17px;
    text-transform: none;
}
.lavLogoWrap {
    display: table;
    margin: 0 auto;
}
.lavLogoWrap img {
    display: block;
    float: left;
    height: 100px;
    margin: 0 15px;
}
.exportMainContainer {
    background: #fff;
    overflow: hidden;
}
.exportInfoWrap {
    padding: 15px 0 0 0;
    display: block;
    width: 100%;
    float: left;
}
.exportImgWrap {
    width: 39%;
    display: block;
    margin-bottom: 80px;
    float: right;
    position: relative;
}
.exportImgWrap img {
    display: block;
    width: 100%;
}
.contImg {
    position: relative;
    z-index: 5;
    margin-top: -80px;
}
.contShadImg {
    position: absolute;
    width: 100%;
    bottom: -46px;
}
.exportInfoWrap h2 {
    display: block;
    font-size: 34px;
    font-weight: normal;
    font-family: 'Bodoni MT', sans-serif;
    text-transform: uppercase;
    line-height: 36px;
    color: #e0ad44;
    text-align: center;
    margin-bottom: 10px;
}
.exportInfoWrap h2 strong {
    font-family: 'Bodoni MT', sans-serif;
    font-weight: bold;
}
.exportInfoWrap p {
    font-size: 13px;
    color: #606060;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 50px;
}
.exportInfoWrap h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Bodoni MT', sans-serif;
    text-transform: uppercase;
    color: #323232;
}
.exportBtnWrap {
    padding-top: 20px;
    margin-bottom: 0;
}
.containerDataWrap {
    width: 100%;
    display: block;
    margin-top: 10px;
}
.containerDataWrap ul {
    float: left;
    display: block;
    width: 22%;
    margin-left: 1%;
}
.containerDataWrap ul:first-child {
    margin-left: 0;
    width: 31%;
}
.containerDataWrap ul li {
    font-size: 12px;
    color: #323232;
    font-weight: 600;
    padding: 5px 5px;
    border-top: 1px solid #bfbfbf;
}
.containerDataWrap ul li:last-child {
    border-bottom: 1px solid #bfbfbf;
}
.containerDataWrap ul.brwnCol li {
    color: #c7973b;
    border-color: #cdae73;
}
.containerDataWrap ul.brwnCol li:last-child {
    border-color: #cdae73;
}
.exportBtnWrap {
    clear: both;
    display: table;
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.exportBtnWrap a {
    display: inline-block;
    vertical-align: middle;
    color: #929292;
    background: #EAEAEA;
    padding: 10px 15px;
}
.exportBtnWrap a.expActive {
    color: #986B12;
}
.exportBtnWrap a:first-child {
    padding-right: 30px;
}
.exportBtnWrap a:last-child {
    padding-left: 30px;
}
.exportBtnWrap span {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    border-radius: 50%;
    margin-left: -15px;
    font-size: 18px;
    margin-right: -15px;
    position: relative;
    border: 8px solid #fff;
    z-index: 5;
    background: #d0a758;
}
.gmapWrap {
    width: 100%;
    height: 450px;
    background: #f1f1f1;
}
.packagingDetailsContainer {
    padding: 30px 0 30px 0;
}
.packageTab {
    display: none;
}
.packageTab:first-child {
    display: block;
}
.packagingDetailsContainer h2 {
    color: #e3ad47;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Bodoni MT', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.packagingDetailsContainer table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.packagingDetailsContainer table th,
.packagingDetailsContainer table td {
    border: 1px solid #eaeaea;
    padding: 4px 10px;
    text-align: center;
}
.packagingDetailsContainer table th {
    background-color: #f6f1e6;
    font-size: 14px;
    font-weight: 600;
}
.packagingDetailsContainer table tr:nth-child(even) {
    background-color: #F7F7F7;
}
.packagingDetailsContainer table td {
    font-size: 13px;
    color: #333;
}
.prodListWrap2 ul li {
    width: 48%;
    margin-right: 4%;
}
.prodListWrap2 .prodImg {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.prodListWrap2 ul li .prodInfo {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.prodListWrap2 ul li .prodInfo img {
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
    width: 110%;
    margin-left: -5%;
}
.prodListWrap2 ul li:nth-child(even) {
    margin-right: 0;
}
.prodListWrap2 ul li:hover .prodImg {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
}
.prodListWrap2 ul li:hover .prodInfo img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.prodListWrap2 ul li:hover .prodInfo {
    -webkit-transform: skewX(8deg);
    transform: skewX(8deg);
}
.truckWrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.truckWrap img {
    display: block;
}
.truckMain {
    width: 100%;
    padding-top: 45px;
}
.containerWrap {
    width: 78%;
    display: block;
    position: absolute;
    bottom: 23%;
    right: 0;
    z-index: 2;
}
.containerWrap img {
    width: 100%;
    display: block;
}
.containerWrap img.containerMain {
    bottom: 0;
    right: 0;
    position: absolute;
}
.exportMainContainer .centerAlign {
    position: relative;
}
.containerHook {
    position: absolute;
    width: 180px;
    top: -41%;
    right: 33%;
    z-index: 1;
}
.chartContainer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e40+0,3e3e40+100 */
    /*background: #3e3e40; 	background: -moz-linear-gradient(top,  #3e3e40 0%, #3e3e40 100%); 	background: -webkit-linear-gradient(top,  #3e3e40 0%,#3e3e40 100%); 	background: linear-gradient(to bottom,  #3e3e40 0%,#3e3e40 100%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e40', endColorstr='#3e3e40',GradientType=0 );*/
    
    background: #fff;
    padding: 30px 0;
}
.chartBlock {
    width: 800px;
    height: 350px;
    margin: 0 auto;
    display: table;
}
.contactMainContainer {
    overflow: hidden;
}
.contactInfoWrap {
    display: table;
    margin: 50px auto;
}
.contactInfoWrap > div {
    display: block;
    float: left;
    border-left: 1px solid #ccc;
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.contactInfoWrap > div:first-child {
    border: none;
}
.contactInfoWrap > div h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Bodoni MT', sans-serif;
    color: #c99c38;
    display: block;
    white-space: nowrap;
}
.contactInfoWrap > div.corpAdress {
    padding-left: 130px;
    background: url('../images/contactIcon.png') 0 50% no-repeat;
    -webkit-background-size: 115px auto;
    background-size: 115px auto;
    padding-right: 20px;
}
.contactInfoWrap > div.factAdress {
    padding-left: 130px;
    padding-right: 0;
    background: url('../images/contactIcon2.png') 9px 38% no-repeat;
    -webkit-background-size: 120px auto;
    background-size: 120px auto;
}
.contactInfoWrap > div p {
    font-size: 15px;
    color: #333;
    margin-top: 5px;
    display: block;
}
.contactInfoWrap > div p a {
    color: #333;
}
.contactFormWrap {
    display: block;
    width: 100%;
}
.contactFormWrap h2 {
    font-size: 36px;
    line-height: 34px;
    display: block;
    color: #c99c38;
    font-weight: normal;
    font-family: 'Bodoni MT', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contactFormWrap form {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.contactFormWrap form fieldset {
    border: none;
    margin-bottom: 15px;
    width: 100%;
}
.contSec {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.contactFormWrap form input[type="text"],
.contactFormWrap form select,
.contactFormWrap form textarea {
    padding: 8px 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.contactFormWrap form textarea {
    height: 104px;
}
.contactFormWrap form select {
    line-height: 36px;
    padding: 0 10px;
    height: 36px;
}
.contactFormWrap form select option {
    padding: 5px 10px;
}
.contactFormWrap form label {
    font-size: 17px;
    margin-bottom: 3px;
    display: block;
    font-family: 'Bodoni MT', sans-serif;
}
.contactFormWrap form input[type="text"]:focus,
.contactFormWrap form textarea:focus {
    border-color: #c99c38;
}
.contactFormWrap form input[type="submit"] {
    float: right;
    padding: 5px 30px;
    margin-top: 25px;
    font-size: 18px;
    display: block;
    border: 1px solid #775B1D;
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5be5b+0,bc9229+100 */
    
    background: #e5be5b;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #e5be5b 0%, #bc9229 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #e5be5b 0%, #bc9229 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #e5be5b 0%, #bc9229 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5be5b', endColorstr='#bc9229', GradientType=0);
    /* IE6-9 */
    
    cursor: pointer;
}
.contactFormWrap form input[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc9229+0,e5be5b+100 */
    
    background: #bc9229;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #bc9229 0%, #e5be5b 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #bc9229 0%, #e5be5b 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #bc9229 0%, #e5be5b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bc9229', endColorstr='#e5be5b', GradientType=0);
    /* IE6-9 */
}
.exportListContainer {
    display: block;
    margin: 50px auto 70px;
}
.exportListContainer h2 {
    font-size: 36px;
    line-height: 34px;
    display: block;
    color: #c99c38;
    font-weight: normal;
    font-family: 'Bodoni MT', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.exportListContainer ul {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.exportListContainer ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    width: 220px;
    margin: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.exportListContainer ul li h3 {
    font-family: 'Bodoni MT', sans-serif;
    font-size: 22px;
    color: #c99c38;
    font-weight: normal;
    line-height: 22px;
}
.exportListContainer ul li h3 span {
    font-family: 'Bodoni MT', sans-serif;
    font-size: 14px;
    display: block;
    color: #909090;
}
.exportListContainer ul li p {
    font-size: 13px;
    color: #333;
    margin-top: 5px;
}
.exportListContainer ul li p a {
    color: #333;
}
.exportListContainer ul li p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    vertical-align: middle;
    background: url('../images/contactPhoneSprite.png') center top no-repeat;
    margin-top: -2px;
}
.exportListContainer ul li p.emailIcon i {
    background-position: bottom center;
}
.containerTextWrap {
    position: absolute;
    top: 14%;
    left: 5%;
    width: 80%;
}
.containerTextWrap .containerDataWrap ul li {
    color: #fff;
    border-color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
}
.containerDataWrap {
    display: none;
}
.containerDataWrap:first-child {
    display: block;
}
.containerTextWrap .containerDataWrap ul li:last-child {
    border-color: #fff;
}
.rdTableContainer {
    padding: 50px 0;
    background: #F3EBE0;
    /*#FFF6E9*/
}
.prodOverlay {
    z-index: -1;
    background: url('../images/prodOverlay.png') bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.prodctMainListWrap li:hover .prodOverlay {
    opacity: 1;
}
.productMainTitleWrap h2 {
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 9px;
}
.rdTableContainer h1 {
    font-size: 30px;
    font-family: 'Bodoni MT', sans-serif;
    color: #A07F43;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.rdTableContainer h1 strong {
    font-weight: 600;
    font-family: 'Bodoni MT', sans-serif;
}
.rdTableWrap {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.rdTableWrap table {
    width: 48%;
    margin: 0 1%;
    float: left;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
.rdTableWrap table th,
.rdTableWrap table td {
    border: 1px solid #ccc;
    padding: 3px 10px
}
.rdTableWrap table th {
    font-size: 13px;
    text-align: left;
    border-color: #AB8536;
    background: #e0ad44;
    color: #fff;
}
.rdTableWrap table td {
    font-size: 12px;
}
.rdTableWrap table th:first-child,
.rdTableWrap table td:first-child {
    text-align: center;
    width: 50px;
    padding: 0 7px;
}
.rdBtnWrap {
    display: table;
    margin: 0 auto;
    padding: 8px 20px;
    background: #e0ad44;
    border: 2px solid #AB8536;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 40px;
}
.rdBtnWrap:hover {
    background: #AB8536;
}
.rndGallery {
    display: block;
    width: 100%;
    clear: both;
}
.rndGallery img {
    display: block;
    width: 100%;
}
.innerPageContainer {
    padding: 50px 0;
    overflow: hidden;
}
.defaultListStyle {
    display: block;
    padding: 4px 0 8px 0;
}
.defaultListStyle li {
    display: block;
    font-size: 15px;
    color: #9c9c9b;
    margin-bottom: 2px;
    background: url('../images/listIcon.png') no-repeat left 7px;
    padding-left: 20px;
}
.defaultListStyle li a {
    color: #9c9c9b;
}
.defaultListStyle li a:hover {
    text-decoration: underline;
    color: #333;
}
.tree {
    margin: 40px auto 0 auto;
    display: table;
}
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 8px 0 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
    /*Hovered Style*/
    
    border-color: #E1B862;
}
.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
    /*Hovered Style*/
    
    border-color: #E1B862;
}
/*We need to remove left-right connectors from elements without any siblings*/

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}
/*Remove space from the top of single children*/

.tree li:only-child {
    padding-top: 0;
}
/*Remove left connector from first child and right connector from last child*/

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    /*Hovered Style*/
    
    border-color: #E1B862;
}
.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
    /*Hovered Style*/
    
    border-color: #E1B862;
}
.tree li a {
    border: 1px solid #ccc;
    padding: 8px 16px;
    text-decoration: none;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*Hovered Style*/
    
    background: #F9EFD9;
    color: #000;
    border: 1px solid #E1B862;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/

.tree li a:hover,
.tree li a:hover+ul li a {
    background: #F9EFD9;
    color: #000;
    border: 1px solid #E1B862;
}
/*Connector styles on hover*/

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #E1B862;
}
.tree > ul > li > a {
    background: #e3ad47 !important;
    padding: 10px 20px;
    border-color: #e3ad47 !important;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}
.mfgFactListWrap {
    display: block;
    margin: 0 auto 20px auto;
    width: 90%;
    overflow: hidden;
    text-align: center;
}
.mfgFactListBlock {
    width: 33%;
    display: inline-block;
    border-right: 2px solid #f3f3f3;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 220px;
    margin-left: -4px;
    text-align: left;
}
.mfgFactListBlock:hover {
    background-color: #f8f8f8;
}
.mfgFactListBlock:last-child,
.mfgFactListBlock:nth-child(3n) {
    border-right-color: transparent;
}
.mfgFactListBlock img {
    max-width: 100%;
    margin: 0 auto 10px auto;
    display: block;
    max-height: 85px;
}
.mfgFactListBlock p {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}
.mfgFactListBlock a {
    font-size: 14px;
    color: #717171;
    font-weight: 600;
    margin-left: 7px;
    margin-top: 9px;
    display: block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-align: center;
}
.mfgFactListBlock:hover a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.tagCloudTxtPrlx .parImg {
    background-image: url('../images/tagCloudPrlxImg.jpg');
}
.tagCloudTxtPrlx .centerAlign img {
    display: table;
    margin: 30px auto;
}
.progressChartWrap {
    display: block;
    width: 100%;
    padding: 30px 0 35px 0;
    overflow: hidden;
}
.progressChartBlock {
    display: block;
    width: 48%;
    float: left;
    height: 300px;
}
.cb2 {
    float: right;
}
.tagCloudTxtPrlx {
    padding: 0 0;
}
.tagCloudWrap {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: block;
}
.tagCloudWrap * {
    font-family: 'Bodoni MT', sans-serif;
}
.cntcUsContainer h2,
.cntcUsContainer h1 {
    color: #e0ad44;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    line-height: 38px;
}
.cntcUsContainer h2 strong {
    font-family: 'Bodoni MT', sans-serif;
    font-weight: bold;
}
.cntcUsRightWrap h1 {
    border-bottom: 1px solid #f1f1f1;
    margin-top: -4px;
    line-height: 36px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.cntcUsContainer {
    overflow: hidden;
    padding: 40px 0;
}
.cntcLeftWrap {
    float: left;
    width: 58%;
}
.cntcUsRightWrap {
    float: right;
    width: 36%;
}
.cntcLeftWrap p {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 9px;
    padding-top: 3px;
}
.formContainer {
    margin-top: 30px;
}
.formContainer fieldset {
    border: none;
}
.formContainer input[type="text"],
.formContainer input[type="email"],
.formContainer select,
.formContainer textarea {
    color: #b3b3b3;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.formContainer input[type="text"]:focus,
.formContainer input[type="email"]:focus,
.formContainer select:focus,
.formContainer textarea:focus {
    border-bottom-color: #e0ad44;
    color: #e0ad44;
}
.formContainer .dCol {
    display: block;
    overflow: hidden;
}
.formContainer .dCol input[type="text"],
.formContainer .dCol input[type="email"],
.formContainer .dCol select,
.formContainer .dCol textarea {
    width: 48%;
    float: left;
}
.formContainer .dCol input[type="text"]:last-child,
.formContainer .dCol input[type="email"]:last-child,
.formContainer .dCol select:last-child,
.formContainer .dCol textarea:last-child {
    float: right;
}
.formContainer .sCol input[type="text"],
.formContainer .sCol input[type="email"],
.formContainer .sCol select,
.formContainer .sCol textarea {
    width: 100%;
}
.formContainer textarea {
    height: 80px;
    resize: none;
}
.formContainer select {
    -moz-appearance: none;
    /* Firefox */
    
    -webkit-appearance: none;
    /* Safari and Chrome */
    
    appearance: none;
    background: url('../images/dropDownArrow.png') 98% 50% no-repeat;
    line-height: 30px;
    padding-top: 0;
    padding-left: 3px;
    padding-bottom: 0;
    height: 30px;
}
.formContainer select option {
    padding: 4px 10px;
}
.formContainer select:focus {
    background-image: url('../images/dropDownArrowHvr.png');
}
.formContainer input[type="submit"] {
    background: #b3b3b3;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    float: right;
    padding: 8px 30px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.formContainer input[type="submit"]:hover {
    background: #e0ad44;
}
.cntcUsInfo {
    padding: 20px 5px 0 15px;
}
.cntcUsInfo p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #535353;
}
.cntcUsInfo p a {
    color: #535353;
}
.cntcUsInfo p.unLine {
    text-decoration: underline;
    color: #b2b2b2;
}
.cntcUsInfo p strong {
    color: #e3ad47;
}
.cntcUsInfo p .cntcSep {
    padding: 0 5px;
}
.socialLinkWrap {
    background: #f7f6f6;
    padding: 5px 10px 5px 15px;
    display: block;
    margin-top: 20px;
}
.socialLinkWrap p {
    display: inline-block;
    vertical-align: middle;
    color: #7c7c7c;
    font-size: 14px;
    text-transform: uppercase;
}
.socialLinks {
    display: inline-block;
    vertical-align: middle;
}
.socialLinks a {
    float: left;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/footSocialBtn.png') center top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 0.5;
}
.socialLinks a:hover {
    opacity: 1;
    background-image: url('../images/footSocialBtnHvr.png');
}
.socialLinks a.facebookIcon {
    background-position: 0 0;
}
.socialLinks a.twitterIcon {
    background-position: 0 -30px;
}
.socialLinks a.googleIcon {
    background-position: 0 -60px;
}
.socialLinks a.lnkIcon {
    background-position: 0 -120px;
}
.socialLinks a.pintIcon {
    background-position: 0 -150px;
}
.socialLinks a.youtubeIcon {
    background-position: 0 -90px;
}
.cntcPrsnInfoWrap {
    margin-top: 15px;
}
.cntcPrsnInfoBlock {
    display: block;
    position: relative;
    padding: 15px 0 15px 80px;
    border-bottom: 1px solid #f1f1f1;
}
.cntcPrsnInfoBlock h3 {
    font-size: 14px;
    font-weight: 600;
    color: #e3ad47;
    text-transform: uppercase;
}
.cntcPrsnInfoBlock p {
    font-size: 12px;
    color: #909090;
    margin-top: 2px;
}
.cntcPrsnInfoBlock p a {
    color: #909090;
}
.cntcUsInfo p a:hover,
.cntcPrsnInfoBlock p a:hover {
    text-decoration: underline;
    color: #333;
}
.cntcPrsnInfoBlock > i {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url('../images/cntcPrsnInfoIcon.png') center top no-repeat;
    left: 3px;
    top: 8px;
}
.tradeIcon > i {
    background-position: 0 0;
}
.euroIcon > i {
    background-position: 0 -70px;
}
.globExpIcon > i {
    background-position: 0 -145px;
}
.cnctBtnsContainer {
    display: table;
    margin: 10px auto 50px auto;
}
.cnctBtnsContainer a {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 17px 20px 15px 70px;
    background: #e7f8f8;
    color: #7dc2c2;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    position: relative;
}
.cnctBtnsContainer a.faqBtn {
    background-color: #ECF5FF;
    color: #7DAEE4;
}
.cnctBtnsContainer a.crptMoveBtn {
    background-color: #efeff9;
    color: #9393ba;
}
.cnctBtnsContainer a.latProdBtn {
    background-color: #fbf2ef;
    color: #bda096;
}
.cnctBtnsContainer a.tileNedBtn {
    background-color: #f6f4f1;
    color: #B78C50;
}
.cnctBtnsContainer a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    width: 50px;
    height: 50px;
    background: url('../images/contactIconSprites.png') center top no-repeat;
}
.cnctBtnsContainer a.faqBtn:before {
    background-position: 0 -50px;
}
.cnctBtnsContainer a.crptMoveBtn:before {
    background-position: 0 -100px;
}
.cnctBtnsContainer a.latProdBtn:before {
    background-position: 0 -150px;
}
.cnctBtnsContainer a.tileNedBtn:before {
    background-position: 0 -200px;
}
.morph-button>button.crptMoveBtn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    width: 50px;
    height: 50px;
    background: url('../images/contactIconSprites.png') 0 -100px no-repeat;
}
.morph-button>button.crptMoveBtn {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 17px 20px 15px 70px;
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    position: relative;
    background-color: #efeff9;
    color: #9393ba;
}
.corporateMovieMorph.morph-button-fixed,
.corporateMovieMorph.morph-button-fixed .morph-content {
    width: 220px;
    height: 76px;
}
.corporateMovieMorph.morph-button-modal-4.open .morph-content {
    width: 640px;
    height: 400px;
}
.corporateMovieMorph.morph-button-fixed {
    float: left;
    display: block;
    margin: 0 10px;
}
.corporateMovieMorph,
.corporateMovieMorph *,
.corporateMovieMorph *:after,
.corporateMovieMorph *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.productMainContainer {
    overflow: hidden;
    margin-bottom: 30px;
}
.prodctMainListWrap {
    overflow: hidden;
}
.prodctMainListWrap li {
    display: block;
    width: 32%;
    float: left;
    margin-bottom: 20px;
    margin-right: 8px;
    position: relative;
    border-bottom: 5px solid #ccc;
    margin-left: 8px;
}
.prodctMainListWrap li:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    height: 5px;
    z-index: 5;
    background: #E6A010;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.prodctMainListWrap li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.prodctMainListWrap li img {
    width: 100%;
    height:345px;
    display: block;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.prodImgWrap {
    position: relative;
    overflow: hidden;
}
.prodImgWrap:hover img {
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
}
.productMainTitleWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 10px 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.prodOverlay {
    z-index: -1;
    background: url('../images/prodOverlay.png') bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.prodctMainListWrap li:hover .prodOverlay {
    opacity: 1;
}
.productMainTitleWrap h2 {
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 9px;
}

.productMainTitleWrap p {
    font-size: 13px;
    color: #fff;
    padding: 0 12px;
    max-height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.prodImgWrap:hover .productMainTitleWrap p {
    max-height: 50px;
    padding-bottom: 8px;
    padding-top: 0;
    margin-top: -3px;
}
.productMainSeriesWrap {
    overflow: hidden;
    min-height: 38px;
}
.productMainSeriesWrap a {
    background: url('../images/listBulletBrown.png') center left no-repeat;
    font-size: 12px;
    color: #fff;
    width: 45%;
    display: block;
    float: left;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 2px;
}
.productMainSeriesWrap a:hover {
    text-decoration: underline;
}
.goToTop {
    display: none;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #E0AD44;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.faqContainer li {
    display: block;
    padding: 20px 50px 20px 80px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.faqNum {
    position: absolute;
    left: 11px;
    top: 13px;
    font-size: 36px;
    color: #e0ad44;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: bold;
    -webkit-text-shadow: 3px 3px 2px rgba(0, 0, 0, .1);
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .1);
}
.faqContainer li h3 {
    color: #CC9729;
    font-size: 26px;
    line-height: 30px;
    margin-top: -3px;
    font-weight: normal;
    text-align: left;
    font-family: 'Bodoni MT', sans-serif;
}
.productPageContainer .faqContainer li p {
    font-size: 14px;
    margin-top: 4px;
    text-align: left;
}
.newsContainer {
    overflow: hidden;
}
.newsWrapper li {
    float: left;
    width: 31%;
    margin: 0 1% 20px 1%;
    border: 1px solid #e7e7e7;
}
.newsWrapper li .newsListImg {
    display: block;
    width: 100%;
    position: relative;
}
.newsWrapper li img {
    display: block;
    width: 100%;
}
.nlDateWrap {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 15px;
    right: 15px;
    padding: 10px 7px 10px 7px;
    background: #e0ad44;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
}
.nlDateWrap span {
    display: block;
    clear: both;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}
.newsInfoWrap {
    display: block;
    padding: 25px;
	height:195px;
}
.dateWrap {
    font-size: 12px;
    color: #828282;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
    padding-top: 2px;
    background: url('../images/dateIcon.png') 0px 2px no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}
.newsInfoWrap h3 {
    font-family: 'Bodoni MT', sans-serif;
    font-size: 26px;
    margin-top: 0;
    font-weight: normal;
    color: #DA9915;
    border-bottom: 1px solid #DA9915;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
.newsInfoWrap h3,
.newsInfoWrap h3 a {
    font-family: 'Bodoni MT', sans-serif;
    color: #DA9915;
}
.newsInfoWrap p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.newsInfoWrap > a {
    font-family: 'Bodoni MT', sans-serif;
    font-size: 14px;
    color: #DA9915;
    margin-top: 10px;
    display: inline-block;
}
.newsInfoWrap > a:hover {
    color: #333;
}
.newsInnerContainer {
    padding: 50px 0;
    background: #fff;
}
.newsInnerWrap {
    float: left;
    display: block;
    width: 70%;
    background: #fff;
    padding: 0 0 20px 0;
    border: 1px solid #EAEAEA;
    border-bottom: 3px solid #dead40;
}
.newsSideWrap {
    display: block;
    float: right;
    width: 25%;
}
.newsSideBlock {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 2px solid #e3ad47;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}
.newsSideWrap h3 {
    font-size: 18px;
    color: #fff;
    background: #e3ad47;
    padding: 8px 18px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
.newsSideWrap h3:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 41px solid #e3ad47;
    border-right: 15px solid transparent;
}
.sideInspGallery li {
    overflow: hidden;
    position: relative;
}
.sideInspGallery img {
    display: block;
    width: 100%;
}
.sideInspGallery h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    padding: 10px 15px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sideInspGallery h4 a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.newsSideNav {
    padding-bottom: 5px;
    margin-top: 10px;
}
.newsSideNav li {
    list-style: none;
}
.newsSideNav li a {
    font-size: 13px;
    color: #3b3b3b;
    display: block;
    padding: 6px 0 6px 30px;
    background: url('../images/listBulletIconLarge.png') 3px 50% no-repeat;
    border-bottom: 1px solid #FBF4E1;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.newsSideNav li:last-child a {
    border-bottom: none;
}
.newsSideNav li a:hover {
    background-color: #FFFDF7;
    background-position: 5px 50%;
}
/*.dwnldBtn{	border:1px solid #ccc;	display:block;	width:90%;	margin:15px auto 0 auto;	padding:0 5px;}.dwnldBtn img{	display:block;	width:100%;}*/

.dateCont {
    margin: 20px 30px 10px 60px;
    padding: 5px 15px;
    background: #f1f1f1;
}
.newsInnerWrap .dateWrap {
    font-size: 13px;
    font-weight: 600;
    padding-top: 1px;
}
.newsInnerWrap h1 {
    font-size: 28px;
    line-height: 30px;
    display: block;
    color: #e3ad47;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
.newsInnerInfo {
    padding: 0 30px 0 60px;
    min-height: 200px;
}
.newsImgWrap {
    position: relative;
}
.newsImgWrap img {
    display: block;
    width: 100%;
}
.socialMediaBtns {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    margin-top: 10px;
}
.socialMediaBtns a {
    width: 40px;
    height: 40px;
    display: block;
    clear: both;
    margin-top: 10px;
    background: #3b5999;
    /*	-webkit-background-size:100% auto;	background-size:100% auto;*/
    
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0;
}
.socialMediaBtns a img {
    display: block;
    width: 100%;
    opacity: 1 !important;
}
.socialMediaBtns a.a2a_button_facebook {
    background-position: 0px 0px;
    background-color: #3b5999;
}
.socialMediaBtns a.a2a_button_twitter {
    background-position: 0px -40px;
    background-color: #29c5f6;
}
.socialMediaBtns a.a2a_button_google_plus {
    background-position: 0px -80px;
    background-color: #d84938;
}
.socialMediaBtns a.a2a_button_linkedin {
    background-position: 0px -120px;
    background-color: #0082ca;
}
.socialMediaBtns a.a2a_button_pinterest {
    background-position: 0px -160px;
    background-color: #c61118;
}
.socialMediaBtns a:hover {
    background-color: #333;
}
.newsInrTitleWrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 60px;
}
.newsInrTitleWrap h1 {
    background: #e3ad47;
    padding: 12px 20px;
    color: #fff;
    display: block;
}
.newsInnerWrap p {
    font-size: 13px;
    line-height: 19px;
    color: #7a7a7a;
    margin-bottom: 5px;
}
.newsInnerWrap p strong {
    font-weight: bold;
    
}

.newsInnerWrap ul {
    margin-bottom: 10px;
}
.newsInnerWrap ul li {
    font-size: 13px;
    line-height: 19px;
    color: #7a7a7a;
    display: block;
    padding-left: 18px;
    margin-top: 2px;
    background: url('../images/listBulletBrown.png') -5px 50% no-repeat;
}
.newsInnerWrap ol li {
    font-size: 13px;
    line-height: 19px;
    color: #7a7a7a;
    margin-top: 2px;
    list-style: decimal outside;
    margin-left: 15px;
}
.newsInnerWrap > img {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contactSliderWrapper {
    padding: 0px 0;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
}
.contactSliderWrapper:before,
.contactSliderWrapper:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    z-index: 102;
}
.contactSliderWrapper:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+1,0.4+53,0+100 */
    
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}
.contactSliderWrapper:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.4+47,1+99 */
    
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 47%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 47%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 47%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}
.contactSliderWrapper li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
}
.contactSliderWrapper h4 {
    font-size: 18px;
    color: #e0ad44;
    font-weight: normal;
    text-align: center;
    font-family: 'Bodoni MT', sans-serif;
}
.contactSliderWrapper p {
    font-size: 12px;
    color: #333;
    margin-top: 2px;
    text-align: center;
}
.contactSliderWrapper p a {
    color: #333;
}
.contactSliderWrapper p strong {
    color: #e0ad44;
}
.cnctSlideCntrl {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url('../images/listBulletWhite.png') center center no-repeat #e0ad44;
    border-radius: 3px;
    z-index: 110;
}
.cnctPrev {
    left: 0;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}
.cnctNext {
    right: 0;
}
.cnctSlideCntrl:hover {
    background-color: #333;
}
.prodListMainContainer {
    padding: 50px 0 100px 0;
    overflow: hidden;
}
.prodSideWrap {
    width: 18%;
    float: left;
    position: relative;
    display: block;
}
.stickySidebar {
    min-height: 450px;
}
.prodSideWrap h3 {
    font-size: 19px;
    line-height: normal;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #dedede;
    color: #e3ad47;
    font-weight: normal;
}
.checkList {
    margin-bottom: 30px;
}
.checkList.fixHeight {
    overflow: auto;
    max-height: 75px;
}
.checkList li {
    margin-bottom: 0px;
    margin-bottom: 3px;
}
.checkList li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3b3b3b;
}
.checkList li input {
    display: inline-block;
    vertical-align: middle;
}
.checkList li input[type=checkbox],
.checkList li input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.checkList li input[type=checkbox] + span,
.checkList li input[type=radio] + span {
    padding-left: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.checkList li span {
    background-image: url('../images/custom_checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkList li input[type=checkbox]:checked + span {
    background-position: 0 -17px;
}
.checkList li input[type=radio]:checked + span {
    background-position: 0 -17px;
}
.prodListBlockWrap {
    float: right;
    width: 78%;
}
.prodListBlockWrap li {
    float: left;
    width: 19%;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}
.prodListBlockWrap li:before {
    content: '';
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #333;
    border-width: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.prodListBlockWrap li:nth-child(5n+5) {
    margin-right: 0;
}
.prodListBlockWrap .prodCol4 li,
.prodListBlockWrap .prodCol4 li:nth-of-type(5n+5) {
    width: 24.2%;
    margin-right: 1%;
}
.prodListBlockWrap .prodColSing li {
    width: 570px !important;
    margin-right: 0 !important;
}
.prodListBlockWrap .prodCol4 li:nth-of-type(4n+4) {
    margin-right: 0;
}
.prodListBlockWrap .prodCol3 li,
.prodListBlockWrap .prodCol3 li:nth-of-type(5n+5) {
    width: 32.4%;
    margin-right: 1%;
}
.prodListBlockWrap .prodCol3 li:nth-of-type(3n+3) {
    margin-right: 0;
}
.prodListBlockWrap li:hover:before {
    border-top-width: 8px;
    border-right-width: 35px;
    border-left-width: 8px;
    border-bottom-width: 30px;
}
.prodListBlockWrap li img {
    display: block;
    width: 100%;
}
.prodLstIcnWrap {
    position: absolute;
    right: 8px;
    top: 0;
}
.prodLstIcnWrap a {
    background: url('../images/prodIcons.png') center top no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    border-radius: 50%;
    width: 20px;
    display: block;
    height: 20px;
    margin-top: 10px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.prodLstIcnWrap a:nth-child(1) {
    background-position: 0 0;
}
.prodLstIcnWrap a:nth-child(2) {
    background-position: 0 -40px;
}
.prodLstIcnWrap a:nth-child(3) {
    background-position: 0 -20px;
}
.prodName {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.prodListBlockWrap li:hover .prodName {
    left: 20px;
}
.prodListBlockWrap li:hover .prodLstIcnWrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.prodListBlockWrap li:hover .prodLstIcnWrap a:nth-child(1) {
    transition-delay: 0.1s;
}
.prodListBlockWrap li:hover .prodLstIcnWrap a:nth-child(2) {
    transition-delay: 0.2s;
}
.prodListBlockWrap li:hover .prodLstIcnWrap a:nth-child(3) {
    transition-delay: 0.3s;
}
.prdLstBtnWrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hmeSecBtn {
    display: table;
    margin: 30px auto 0 35px;
    position: relative;
    left: -50px;
}
.hmeSecBtn a {
    color: #CC9F4A;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #CC9F4A;
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.hmeSecBtn a:hover {
    background: #CC9F4A;
    color: #fff;
}
.hmeSecBtn a.dwnldBtnHme {
    margin-left: 15px;
    color: #ccc;
    border-color: #ccc;
}
.hmeSecBtn a.dwnldBtnHme:hover {
    border-color: #CC9F4A;
    background: #CC9F4A;
    color: #fff;
}
.hmeSecBtn a.dwnldBtnHme strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.homeColInfo .hmeSecBtn {
    left: auto;
    right: 5px;
}
.prodListBlockWrap h2 {
    color: #e0ad44;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    line-height: 38px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -9px;
    clear: both;
    display: block;
    margin-bottom: 10px;
}
.prodListBlockWrap ul,
.productGallerySection {
    overflow: hidden;
    margin-bottom: 10px;
}
.appliedFilterWrap {
    overflow: hidden;
    float: right;
    width: 78%;
    background: #ffffff;
    margin-bottom: 20px;
}
.appliedFilterWrap a {
    float: left;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #8E8E8E;
    border: 1px solid #ccc;
    border-radius: 500px;
    padding: 4px 30px 4px 11px;
    margin-right: 15px;
    position: relative;
}
.appliedFilterWrap a:before {
    content: 'X';
    line-height: 32px;
    font-size: 11px;
    font-weight: bold;
    color: #8E8E8E;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.appliedFilterWrap a:hover {
    color: #e0ad44;
    border-color: #e0ad44;
}
.appliedFilterWrap a:hover:before {
    color: #e0ad44;
}
.mfgPlantDetailBlock {
    display: none;
}
.mfgPlantDetailBlock {
    width: 800px;
    background: #fff;
    padding: 5px 15px 10px 15px;
    overflow: hidden;
}
.mfgDetailInfo {
    float: left;
    width: 50%;
}
.mfdDetailTable {
    width: 100%;
    margin-top: 15px;
}
.mfgPlantDetailBlock h3 {
    color: #e0ad44;
    font-size: 28px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #B7B7B7;
    font-weight: 600;
}
.mfgPlantDetailBlock p {
    font-size: 12px;
    color: #606060;
}
.mfdDetailTable h4 {
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal;
}
.mfdDetailTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.mfdDetailTable td,
.mfdDetailTable th {
    font-size: 12px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 10px;
    text-align: left;
}
.mfdDetailTable th {
    font-size: 13px;
    color: #E0AD44;
    background: #FFF6E4;
    border-color: #E0AD71;
}
.mfdDetailTable tr:nth-child(odd) {
    background-color: #F7F7F7;
}
.mfgGalleryWrap {
    float: right;
    width: 48%;
    margin-top: 41px;
    position: relative;
}
.mfgGalleryWrap img {
    width: 100%;
    display: block;
}
.slidePager {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: none;
    z-index: 150;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slidePager span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 13px;
    float: left;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.slidePager span.cycle-pager-active {
    background: #e0ad44;
}
.mfgControl {
    position: absolute;
    top: 50%;
    background: url('../images/mfgControlSprite.png') 0 0 no-repeat #e0ad44;
    z-index: 150;
    margin-top: -15px;
    width: 30px;
    height: 34px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.mfgPrev {
    left: 0;
    background-position: 0px 2px;
}
.mfgNext {
    right: 0;
    background-position: -30px 2px;
}
.mfgControl:hover {
    background-color: #333;
}
.sideInspCont {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url('../images/inspSideControl.png') 0 0 no-repeat;
}
.sideInspCont:hover {
    background-position: 0 -24px;
}
.sideInspNext {
    top: 10px;
    right: 7px;
}
.sideInspPrev {
    top: 8px;
    right: 40px;
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
}
.dwnldBttmBlock {
    display: inline-block;
    clear: both;
    padding: 9px 15px 9px 55px;
    background: url('../images/dwnldIcon.svg') 14px 50% no-repeat #272727;
    text-align: left;
    border: 1px solid #000000;
    color: #636363;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}
.dwnldBttmBlock strong {
    font-weight: 600;
}
.dwnldBttmBlock:hover {
    background-color: #c49949;
    color: #fff;
    border-color: #F2CB82;
    background-image: url('../images/dwnldIconHvr.svg');
}
.tileCalcForm {
    display: table;
    margin: 30px auto 0 auto;
    padding: 15px 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.tileCalcForm fieldset {
    float: left;
    display: block;
    border: none;
    width: 47%;
    margin-right: 6%;
}
.tileCalcForm label {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 600;
}
.tileCalcForm input[type="text"],
.tileCalcForm select {
    padding: 3px 10px;
    display: block;
    color: #7c7c7c;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}
.tileCalcForm input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 5px 20px 4px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: #e0ad44;
    border: none;
    text-transform: uppercase;
}
.tileCalcForm input[type="submit"]:hover {
    background: #333;
    color: #fff;
}
.tileCalcList {
    margin-top: 50px;
}
.tileCalcList li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px 30px;
}
.tileDiv {
    width: 300px;
    height: 150px;
    background: #F9F9F9;
    border: 1px dotted #C6C6C6;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.tileDiv div {
    background: url('../images/tilePattern.png') 12px 39px repeat #fff;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 8px 5px #fff;
    box-shadow: 0 0 8px 5px #fff;
    position: absolute;
    left: 52%;
    top: 55%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tileDiv .tileFt {
    margin-bottom: 0;
    background: #868686;
    text-align: center;
    position: absolute;
    padding: 0;
}
.horzFt {
    width: 100%;
    height: 0;
    left: 0;
    top: -20px;
    border-top: 1px dashed #868686;
}
.vertFt {
    width: 0;
    height: 100%;
    left: -20px;
    top: 0;
    border-left: 1px dashed #868686;
}
.tileDiv .tileFt span {
    font-size: 12px;
    color: #DCA838;
    background: #F9F9F9;
    text-transform: uppercase;
    font-weight: bold;
    width: 50px;
    height: 20px;
    display: block;
    position: absolute;
}
.tileDiv .horzFt span {
    margin-top: -10px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tileDiv .vertFt span {
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(20%);
    transform: rotate(-90deg) translateX(20%);
    margin-left: -24px;
}
.calcData {
    display: inline-block;
    width: auto;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 30px;
}
.calcData img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}
.calcData p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: normal;
    color: #666;
    text-align: left;
    font-size: 18px;
}
.calcData p i {
    font-size: 16px;
}
.calcData:last-child {
    border-bottom: none;
}
.prodDetailContainer {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
.prodDetailImgWrap {
    width: 38%;
    display: block;
    overflow: hidden;
    padding: 5px;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.prodDetailImgWrap img {
    display: block;
    width: 100%;
}
.prodDetailInfoWrap {
    float: right;
    width: 59%;
}
.prodDetailInfoWrap h1 {
    font-size: 38px;
    color: #c99c38;
    margin-top: 10px;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 38px;
}
.prodDetailInfoWrap p {
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
}
.prodSplitWrap {
    overflow: hidden;
}
.prodDetailInfoWrap table {
    width: 60%;
    float: left;
    border-spacing: 0;
    border-collapse: collapse;
}
.prodDetLinksWrap {
    float: right;
    width: 38%;
}
.prodDetLinksWrap a {
    background: #ECF5FF;
    border-left: 3px solid #7DAEE4;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block;
    padding: 10px 0 10px 42px;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    line-height: 22px;
}
.prodDetLinksWrap a.pdltcIcon {
    background-color: #ECF5FF;
    border-left-color: #3373BA;
    color: #3373BA;
}
.prodDetLinksWrap a.pdldlIcon {
    background-color: #e7f8f8;
    border-left-color: #249E9E;
    color: #249E9E;
}
.prodDetLinksWrap a.pdlprntIcon {
    background-color: #fbf2ef;
    border-left-color: #A77D70;
    color: #A77D70;
}
.prodDetLinksWrap a.pdldwnldBrchr {
    background-color: #efeff9;
    border-left-color: #7171A2;
    color: #7171A2;
}
.prodDetLinksWrap a i {
    position: absolute;
}
.prodDetLinksWrap a i {
    width: 30px;
    height: 30px;
    background: url('../images/prodSideIcons.png') center top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
}
.prodDetLinksWrap a.pdltcIcon i {
    background-position: 0 0px;
}
.prodDetLinksWrap a.pdldlIcon i {
    background-position: 0 -30px;
}
.prodDetLinksWrap a.pdlprntIcon i {
    background-position: 0 -60px;
}
.prodDetLinksWrap a.pdldwnldBrchr i {
    background-position: 0 -90px;
}
.prodDetailInfoWrap table th,
.prodDetailInfoWrap table td {
    border: 1px solid #EFE6D4;
    text-align: left;
    padding: 6px 15px;
    font-size: 13px;
}
.prodDetailInfoWrap table tr:nth-child(even) {
    background-color: #FFFDF7;
}
.prodDetailInfoWrap table th {
    font-weight: 600;
    width: 80px;
    color: #333;
}
.prodDetailInfoWrap table td {
    color: #8E8E8E;
}
.prodThumbCont h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    margin-top: 20px;
}
.prodThumbWrap a {
    float: left;
    width: 115px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.prodThumbWrap a img {
    display: block;
    width: 100%;
}
.breadCrumbsWrapper {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.breadCrumbsWrapper ul li {
    float: left;
    display: block;
    padding-right: 45px;
    position: relative;
}
.breadCrumbsWrapper ul li:last-child {
    padding-right: 0;
}
.breadCrumbsWrapper ul li:before {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    background: url('../images/listBulletIconLarge.png') center center no-repeat;
    width: 40px;
    height: 100%;
}
.breadCrumbsWrapper ul li:last-child:before {
    display: none;
}
.breadCrumbsWrapper ul li a {
    display: block;
    font-size: 13px;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #dda843;
}
.breadCrumbsWrapper ul li a.homeIcon {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-top: -1px;
    background: url('../images/homeIcon.png') center center no-repeat;
}
.breadCrumbsWrapper ul li:last-child a {
    font-weight: 600;
    color: #868686;
}
.sideFixIcons {
    position: absolute;
    right: 0;
    top: 10%;
}
.sideFixIcons a {
    display: block;
    clear: both;
    float: right;
    margin: 5px 0;
    background: #ECF5FF;
    padding-right: 0px;
    border-left: 3px solid #7DAEE4;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.sideFixIcons a.tcIcon {
    background-color: #ECF5FF;
    border-left-color: #3373BA;
}
.sideFixIcons a.dlIcon {
    background-color: #e7f8f8;
    border-left-color: #249E9E;
}
.sideFixIcons a.prntIcon {
    background-color: #fbf2ef;
    border-left-color: #A77D70;
}
.sideFixIcons a.dwnldBrchr {
    background-color: #efeff9;
    border-left-color: #7171A2;
}
.sideFixIcons a i {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/prodSideIcons.png') center top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin: 5px 0px 5px 5px;
}
.sideFixIcons a.tcIcon i {
    background-position: 0 0px;
}
.sideFixIcons a.dlIcon i {
    background-position: 0 -40px;
}
.sideFixIcons a.prntIcon i {
    background-position: 0 -80px;
}
.sideFixIcons a.dwnldBrchr i {
    background-position: 0 -120px;
}
.sideFixIcons a span {
    color: #7DAEE4;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.sideFixIcons a.tcIcon span {
    color: #3373BA;
}
.sideFixIcons a.dlIcon span {
    color: #249E9E;
}
.sideFixIcons a.prntIcon span {
    color: #A77D70;
}
.sideFixIcons a.dwnldBrchr span {
    color: #7171A2;
}
.sideFixIcons a:hover {
    padding-right: 10px;
}
.sideFixIcons a:hover span {
    max-width: 160px;
}
.careerPageLeft {
    float: left;
    width: 67%;
}
.careerPageRight {
    float: right;
    width: 30%;
}
.careerSideBlock {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
    border-bottom-width: 4px;
}
.careerSideBlock .textwidget img,
.careerSideBlock > img {
    display: block;
    width: 100%;
}
.csBlockInfo {
    padding: 10px 15px;
    display: block;
}
.csBlockInfo h3 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #e3ad47;
    font-weight: normal;
}
.csBlockInfo p {
    font-size: 13px;
    color: #8d8d8d;
    text-align: justify;
    margin-bottom: 5px;
}
.csBlockInfo > a {
    margin-top: 15px;
    border-left: 3px solid #e3ad47;
    color: #e3ad47;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 0 3px 8px;
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.csBlockInfo > a:hover {
    padding-left: 15px;
}
.jobList li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 100px;
    position: relative;
    background: url('../images/avlblJob.jpg') 10px center no-repeat;
}
.jobList li h5 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #E3AD47;
    margin-bottom: 5px;
}
.jobList li p {
    margin: 0;
}
.jobList li > a {
    position: absolute;
    border: 1px solid #E3AD47;
    padding: 7px 24px;
    font-size: 15px;
    border-radius: 5px;
    display: block;
    top: 55%;
    color: #E3AD47;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jobList li > a:hover {
    background-color: #E3AD47;
    color: #fff;
}
.formBoxWrap {
    display: none;
    width: 600px;
    overflow: hidden;
    padding: 15px;
}
.formBoxWrap h3 {
    font-size: 28px;
    display: block;
    color: #e3ad47;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    text-align: center;
}
.formBoxWrap h4 {
    color: #979797;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.formBoxWrap fieldset {
    float: left;
    width: 48%;
    border: none;
    margin-bottom: 10px;
}
.formBoxWrap fieldset:nth-child(even) {
    margin-left: 4%;
}
.formBoxWrap label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.formBoxWrap input[type="text"],
.formBoxWrap select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333;
}
.formBoxWrap input[type="text"]:hover,
.formBoxWrap select:hover {
    border-color: #999;
}
.formBoxWrap input[type="text"]:focus,
.formBoxWrap select:focus {
    color: #000;
    border-color: #E3AD47;
}
.formBoxWrap input[type="file"] {
    height: 30px;
    width: 100%;
}
.capWrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.capImg {
    float: left;
    display: block;
}
.capRef {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-left: 10px;
    opacity: 0.5;
    float: left;
}
.capRef img {
    width: 100%;
}
.formBoxWrap .capWrap input[type="text"] {
    width: 40%;
    float: right;
}
.formBoxWrap select {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 32px;
}
.formBoxWrap select option {
    padding: 3px 10px;
}
.formBoxWrap input[type="submit"] {
    float: left;
    text-align: center;
    padding: 5px 20px 6px 20px;
    cursor: pointer;
    border: none;
    background: #E3AD47;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 21px;
}
.formBoxWrap input[type="submit"]:hover {
    background-color: #333;
}
.dwnldList {
    display: block;
    overflow: hidden;
}
.dwnldList li {
    width: 48%;
    display: block;
    margin: 0 0.8%;
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 3px;
}
.dwldImg {
    display: block;
    position: relative;
}
.dwldImg img {
    width: 100%;
}
.dwnldList li img {
    display: block;
    width: 100%;
}
.dwnldList li h3 {
    font-size: 22px;
    margin-bottom: 3px;
    color: #fff;
    padding: 8px 15px 8px 25px;
    background: #D49E2E;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: auto;
    border-right: 3px solid #A2761A;
    font-family: 'Raleway', sans-serif;
}
.brochureList {
    padding: 5px 5px 5px 10px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
}
.brochureList a {
    display: block;
    font-size: 13px;
    padding: 7px 0 7px 10px;
    border-bottom: 1px solid #E6E6E6;
    color: #676767;
    background: url('../images/dowloadIcon.jpg') 96% 50% no-repeat;
}
.brochureList a:hover {
    color: #D49E2E;
    background-image: url('../images/dowloadIconHvr.jpg');
    font-weight: 600;
}
.brochureList a:last-child {
    border-bottom: none;
}
.returnHomeLink {
    float: left;
    display: block;
    clear: both;
    text-transform: uppercase;
    background: url('../images/homeIconWhite.png') 13px 7px no-repeat #e3ad47;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px 12px 50px;
    margin-top: 20px;
}
.returnHomeLink:hover {
    background-color: #333;
}
.pageNotFoundWrap {
    padding: 0;
}
.pageNotFoundWrap .centerAlign {
    padding: 70px 0px 70px 0;
    background: url('../images/404img.png') right bottom no-repeat;
    overflow: hidden;
}
.respFilterButton {
    display: none;
    width: 100%;
    background: #e0ad44;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 30px;
}
#respFilterButton h3 {
    background: none;
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    font-weight: 600;
}
#respFilterButton li span {
    display: block;
    padding: 0 0 0 35px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#respFilterButton li {
    line-height: normal;
    position: relative;
    border-top: 1px solid #4d4d4d !important;
}
#respFilterButton li input {
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#respFilterButton li input:checked + span {
    -webkit-box-shadow: 0 1px 2px 0 #000 inset;
    -moz-box-shadow: 0 1px 2px 0 #000 inset;
    -o-box-shadow: 0 1px 2px 0 #000 inset;
    box-shadow: 0 1px 2px 0 #000 inset;
}
.sidr-class-prodSideBtn {
    display: block;
    padding: 10px 10px 10px 60px;
    background: url('../images/userIconWhite.png') 15px 48% no-repeat #1B67BC;
    -webkit-background-size: auto 35px;
    -moz-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
}
.sidr-class-prodSideBtn strong {
    font-size: 18px;
    font-weight: 600;
}
.footerAltWrap .footerBlock {
    width: 15%;
    background-position: right center;
    margin-right: 0.5%;
    height: 205px;
}
.footerAltWrap .footInfo {
    width: 25%;
    margin-top: 15px;
}
.footerAltWrap .footNwsContainer {
    width: 31%;
    padding-right: 60px;
}

.footerAltWrap .footImgLinks {
    margin-top: 25px;
    width: 25%;
}
.footImgLinks a {
    display: block;
    margin-top: 10px;
    opacity: 0.9;
}
.footImgLinks a img {
    display: block;
    width: 100%;
}
.footImgLinks a:hover {
    opacity: 1;
}
.loadMoreBtn {
    display: block;
    clear: both;
    float: left;
    margin: 0px 0 30px;
    color: #c7c7c7;
    border: 1px solid #c7c7c7;
    padding: 7px 15px;
}
.loadMoreBtn:hover {
    color: #dead40;
    border-color: #dead40;
}
.appliedFilterWrap a {
    margin-bottom: 3px;
}
.noProduct {
    color: #e0ad44;
    font-size: 20px;
    font-weight: 600;
}
.prodThumbCont {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}
.prodThumbWrap a h2 {
    font-size: 14px;
    font-weight: 500;
    color: #8E8E8E;
    margin-top: 2px;
}
#downloadfrm {
    display: block;
}
.faqContainer .defaultListStyle {
    padding-left: 15px;
}
.faqContainer .defaultListStyle li {
    padding: 0 0 0 20px;
    border-bottom: 0 none;
}
.faqContainer .defaultListStyle li p {
    padding-bottom: 0;
    margin-top: 0;
}
.faqContainer li h4 {
    font-size: 18px;
    color: #606060;
    font-weight: 600;
}
.btnCon {
    position: relative;
}
.rowBlock {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.rowBlock fieldset:nth-of-type(2) {
    margin-right: 0;
}
.tileCalcForm input[type="text"]::-webkit-input-placeholder {
    color: #7c7c7c;
}
.tileCalcForm input[type="text"]:-moz-placeholder {
    color: #7c7c7c;
}
.tileCalcForm input[type="text"]::-moz-placeholder {
    color: #7c7c7c;
}
.tileCalcForm input[type="text"]:-ms-input-placeholder {
    color: #7c7c7c;
}
.tileCalcForm select {
    color: #7c7c7c;
}
.searchProList,
.sidr-class-searchProList {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
.searchProList input {
    border: 0 none;
}
.searchProList input[type="text"],
#respFilterButton .sidr-class-searchProList input[type="text"] {
    padding: 8px 30px 8px 8px;
    display: block;
    width: 100%;
    position: static;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    height: 35px;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.searchProList input[type="submit"],
#respFilterButton .sidr-class-searchProList input[type="submit"] {
    position: absolute;
    right: 0;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: block;
    top: 0;
    background: url('../images/arrowIcon.png') no-repeat center center;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.searchProList input[type="text"]:hover {
    border-bottom-color: #333;
}
.searchProList input[type="text"]:focus {
    border-bottom-color: #e0ad44;
}
.sidr-class-searchProList {
    box-sizing: border-box;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#respFilterButton .sidr-class-searchProList input[type="submit"] {
    right: 15px;
}
#respFilterButton .sidr-class-searchProList input[type="text"] {
    color: #fff;
    background: none;
}
#respFilterButton input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
#respFilterButton input[type="text"]:-moz-placeholder {
    color: #fff;
}
#respFilterButton input[type="text"]::-moz-placeholder {
    color: #fff;
}
#respFilterButton input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.ui-front.ui-menu {
    max-height: 240px;
    width: 16.3% !important;
    overflow: hidden;
}
.ui-menu .ui-menu-item {
    font-size: 13px;
}
.ui-menu.ui-widget-content {
    border: 1px solid #e3ad47;
}
.ui-menu-item.ui-state-focus,
.ui-widget-content .ui-menu-item.ui-state-focus {
    border: 1px solid #e3ad47;
    background: #e3ad47;
    color: #fff;
}
.headSocialIcon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.smIconGroup {
    display: block;
    position: absolute;
    width: 40px;
    overflow: hidden;
    left: -4px;
    top: 51px;
    background: #353535;
    z-index: 1;
    height: 0;
    visibility: hidden;
    transition: all 0.7s ease 0.2s;
    -moz-transition: all 0.7s ease 0.2s;
    -ms-transition: all 0.7s ease 0.2s;
    -o-transition: all 0.7s ease 0.2s;
    -webkit-transition: all 0.7s ease 0.2s;
}
.smIcon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/smIcon.png') no-repeat 0 0;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease, -moz-opacity 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease, -ms-opacity 0.2s ease;
    -o-transition: -o-transform 0.2s ease, -o-opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-opacity 0.2s ease;
}
.fbIcon {
    background-position: 0 0;
}
.twIcon {
    background-position: 0 -40px;
}
.liIcon {
    background-position: 0 -80px;
}
.pinIntIcon {
    background-position: 0 -120px;
}
.ytubeIcon {
    background-position: 0 -160px;
}
.smIcon:hover {
    background-color: #2B2B2B;
}
.fbIcon:hover {
    background-position: 0 -200px;
}
.twIcon:hover {
    background-position: 0 -240px;
}
.liIcon:hover {
    background-position: 0 -280px;
}
.pinIntIcon:hover {
    background-position: 0 -320px;
}
.ytubeIcon:hover {
    background-position: 0 -360px;
}
.socialMedia:hover + .smIconGroup,
.smIconGroup:hover {
    height: 200px;
    visibility: visible;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.socialMedia:hover + .smIconGroup a,
.smIconGroup:hover a {
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.smIcon:nth-of-type(1) {
    transition-delay: 0.5s;
}
.smIcon:nth-of-type(2) {
    transition-delay: 0.4s;
}
.smIcon:nth-of-type(3) {
    transition-delay: 0.3s;
}
.smIcon:nth-of-type(4) {
    transition-delay: 0.2s;
}
.smIcon:nth-of-type(5) {
    transition-delay: 0.1s;
}
.socialMedia:hover + .smIconGroup .smIcon:nth-of-type(1) {
    transition-delay: 0.1s;
}
.socialMedia:hover + .smIconGroup .smIcon:nth-of-type(2) {
    transition-delay: 0.2s;
}
.socialMedia:hover + .smIconGroup .smIcon:nth-of-type(3) {
    transition-delay: 0.3s;
}
.socialMedia:hover + .smIconGroup .smIcon:nth-of-type(4) {
    transition-delay: 0.4s;
}
.socialMedia:hover + .smIconGroup .smIcon:nth-of-type(5) {
    transition-delay: 0.5s;
}
/* inspiration gallery */

.productGallerySection {
    display: block;
}
.productGallerySection > li {
    float: left;
    display: block;
    width: 23%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
}
.productGallerySection > li:nth-of-type(4n) {
    margin-right: 0;
}
.productGallerySection > li img {
    display: block;
    width: 100%;
}
.prodGallery {
    overflow: hidden;
}
.productGallerySection > li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}
.overlayBtn {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    text-align: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
}
.overlayBtn a {
    float: none;
    display: inline-block;
    margin: 0 4px;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid #e0ad44;
    background: url('../images/overlayBtn.png') no-repeat 0 0 rgba(0, 0, 0, 0.4);
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease, -moz-transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, visibility 0.5s ease, -ms-transform 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease, -o-transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
}
.overlayBtn a.prodLargeIcon {
    background-position: 0 33%;
}
.overlayBtn a.prodLinkIcon {
    background-position: 0 0px;
}
.productGallerySection > li:hover .overlayBtn {
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.productGallerySection > li:hover:before {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -webkit-opacity: 0.5;
    visibility: visible;
}
.productGallerySection > li:hover .overlayBtn a {
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.productGallerySection > li:hover .overlayBtn a.prodLargeIcon {
    transition-delay: 0s;
}
.productGallerySection > li:hover .overlayBtn a.prodLinkIcon {
    transition-delay: 0.3s;
}
.overlayBtn a:hover {
    border-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.overlayBtn a.prodLargeIcon:hover {
    background-position: 0 99%;
}
.overlayBtn a.prodLinkIcon:hover {
    background-position: 0 66%;
}
.prodListMainContainer .centerAlign {
    min-height: 600px;
}
.pin-wrapper .appliedFilterWrap {
    z-index: 100;
    padding: 8px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.visMisContainer {
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.visMisBlock {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.visMisImgBlock {
    display: block;
    float: left;
    width: 23%;
}
.visMisImgBlock img {
    display: block;
    width: 100%;
}
#shareFormBlock {
    display: none;
    width: 400px;
}
#shareFormBlock h3 {
    font-size: 28px;
    font-family: 'Bodoni MT', sans-serif;
    color: #e0ad44;
    text-align: center;
    margin-bottom: 10px;
}
#shareFormBlock fieldset {
    border: 0 none;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
#shareFormBlock fieldset input {
    display: block;
    float: left;
    color: #b3b3b3;
    width: 49%;
    font-size: 12px;
    margin-right: 2%;
    border: 1px solid #d3d3d3;
    padding: 5px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#shareFormBlock textarea {
    display: block;
    clear: both;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    color: #b3b3b3;
    width: 100%;
    min-height: 90px;
    resize: none;
    margin-bottom: 8px;
    padding: 5px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#shareFormBlock input[type="submit"],
#shareFormBlock input[type="button"],
#shareFormBlock button {
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    border: none;
    padding: 6px 30px;
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    background: #b3b3b3;
}
#shareFormBlock input[type="submit"]:hover,
#shareFormBlock input[type="button"]:hover,
#shareFormBlock button:hover {
    background: #e0ad44;
}
#shareFormBlock fieldset input:nth-of-type(2) {
    margin-right: 0;
}
#shareFormBlock textarea:hover,
#shareFormBlock fieldset input:hover,
#shareFormBlock textarea:focus,
#shareFormBlock fieldset input:focus {
    border-color: #e0ad44;
    color: #787878;
}
#shareFormBlock::-webkit-input-placeholder {
    color: #7c7c7c;
}
#shareFormBlock:-moz-placeholder {
    color: #7c7c7c;
}
#shareFormBlock::-moz-placeholder {
    color: #7c7c7c;
}
#shareFormBlock:-ms-input-placeholder {
    color: #7c7c7c;
}
.proShareMessage {
    background: #f7f7f7;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin-bottom: 8px;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}
.proShareMessage.sucsMsg {
    background: rgb(168, 202, 132);
}
.proShareMessage.warnMsg {
    background: #FBA9A9;
}
.visMisContent {
    float: right;
    width: 72%;
}
.visMisContent h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 5px;
    color: #e0ad44;
    text-transform: none;
    font-family: 'Bodoni MT', sans-serif;
}
.visMisContent h2 strong {
    font-family: 'Bodoni MT', sans-serif;
}
.visMisContent p {
    text-align: left;
}
.dwnBchrBlock {
    width: 100%;
    display: block;
    overflow: hidden;
}
.dwnBchrBlock li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
}
.dwnBchrBlock li:nth-of-type(4n) {
    margin-right: 0;
}
.dwnBchrBlock li img {
    display: block;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}
.dwnBchrBlock li > a:nth-of-type(1):hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -webkit-opacity: 0.8;
}
.dwnBchrBlock li:nth-last-of-type(1) {
    margin-right: 0;
}
.dwldBrchrTxt{
	background:url('../images/dwldStripBeige.jpg') left top no-repeat #1a1112;
	display:block;
	padding:20px 15px 15px 15px;
	height: 105px;
}
.productPageContainer li .dwldBrchrTxt h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	text-align: left;
	text-transform: none;
	color: #d99f3c;
	font-weight: 600;
	line-height: 26px;
}
.dwldBrchrTxt p {
	color: #d99f3c;
	font-size: 14px;
	margin-top: 2px;
	padding: 0;
	font-weight: 600;
	line-height: 22px;
    letter-spacing: 1px;
}
.productPageContainer li.purpDwldBlck .dwldBrchrTxt h2{
	color:#a050f9;
}
.purpDwldBlck .dwldBrchrTxt p{
	color:#8a4fcd;
}
.productPageContainer li.purpDwldBlck .dwldBrchrTxt{
	background-image:url('../images/dwldStripPurp.jpg');
}
.btnGrpBlock {
    display: table;
    width: auto;
    margin: 0 auto;
}
.dwnBchrBtn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #DEAD40;
	background:#DEAD40;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    padding: 7px 15px;
    line-height: 1;
    transition: color 0.4s ease, background 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease;
    -ms-transition: color 0.4s ease, background 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
}
.viewBrchrBtn.dwnBchrBtn {
	background-color:#ffffff;
	color:#DEAD40;
}
.dwnBchrBtn:hover {
    color: #DEAD40;
    background: #fff;
}
.viewBrchrBtn.dwnBchrBtn:hover {
    color: #fff;
    background: #c99c38;
}
.dwnBchrImgBlock {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}
.refreshIcon {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 9px;
    margin-left: 8px;
    background: url('../images/refreshCaptchaIcon.png') no-repeat center center;
}
.newsLetterMsg {
    display: block;
    float: right;
    width: 65%;
    text-align: right;
    font-size: 13px;
    padding: 8px 0;
    overflow: hidden;
    color: #7c7c7c;
}
.tsTable {
    width: 80%;
    margin: 10px auto 15px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.tsTable tr td,
.tsTable tr th {
    padding: 5px 15px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
.tsTable tr th {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #2f2000;
    border-color: #b58522;
    background: #ddb566;
}
.tsTable tr.subHead td {
    font-weight: 600;
    background: #ececec;
}
.tsTable tr.subHead th {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.productPageContainer .techSpecTitle {
    font-size: 26px;
    padding-top: 25px;
    color: #343434;
    margin-bottom: 0;
}
.fancybox-outer .fancybox-nav span {
    visibility: visible;
}
.downloadBrochurePage h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-family: 'Bodoni MT', sans-serif;
}
.headBottomLine {
    font-size: 26px;
    color: #565656;
    border-bottom: 1px solid #e0ad44;
    margin-bottom: 23px;
    font-weight: 600;
    padding-bottom: 10px;
}
.leftContentContainer {
    width: 68%;
    float: left;
    overflow: hidden;
}
.leftContentContainer h1,
.leftContentContainer h2 {
    text-align: left;
}
.leftContentContainer .tsTable {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.sidebarContainer {
    width: 28%;
    position: relative;
    float: right;
    overflow: hidden;
}
.sideNav {
    background: #ffffff;
    display: block;
    min-height: 350px;
    overflow: hidden;
}
.sidebarContainer h3 {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 21px;
    padding: 15px;
    color: #ffffff;
    background: #ddb566;
}
.sideNav > ul {
    padding: 4px 15px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 3px solid #ddb566;
}
.sideNav > ul > li {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #cccccc;
}
.sideNav > ul > li:nth-last-of-type(1) {
    border-bottom: 0 none;
}
.sideNav > ul > li > a {
    color: #818181;
}
.sideNav > ul > li > a:hover {
    color: #000000;

}
.sideNav > ul > li:hover {
    border-bottom-color: #ddb566;
}
.sideNav > ul > li.active {
    border-bottom-color: #ddb566;
}
.sideNav > ul > li.active a {
    color: #000000;
}
.videoBtn {
    width: 30px;
    display: inline-block;
    border: 1px solid #CC9F4A;
    vertical-align: middle;
    height: 30px;
    background: url(../images/videoIcon.png) center top no-repeat;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.btnGrpBlock > a {
    margin: 0 5px;
}
.videoBtn:hover {
    background-color: #c99c38;
    background-position: center bottom;
}
.mediaContainer .productGallerySection > li:before {
    display: none;
}
.mediaContainer .productGallerySection > li .mediaImgBlk:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}
.mediaContainer .productGallerySection > li:hover .mediaImgBlk:before {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -webkit-opacity: 0.5;
    visibility: visible;
}
.mediaImgBlk {
    display: block;
    width: 100%;
    position: relative;
}
.mediaContainer .productGallerySection > li h3 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
    line-height: 22px;
}
.mediaContainer .productGallerySection > li {
    min-height: 260px;
}
.mediaVideoBtn {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(../images/mediaPlayIcon.png) center center no-repeat;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.inspCatFilter {
    display: block;
    padding: 7px 0;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.inspCatFilter li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #eaeaea;
    padding: 1px 10px;
}
.inspCatFilter li:first-child {
    border-left: none;
}
.inspCatFilter li a {
    font-size: 13px;
    color: #676767;
}
.inspCatFilter li a.catActFil {
    font-weight: 600;
    color: #d09d36;
}
.banner-text {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
}
.banner-text span {
    font-size: 22px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-family: 'Bodoni MT', sans-serif;
    font-weight: normal;
}
.slideVideoCon {
	width:100%;
	position:absolute;
	height:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
}/*
.slideVideoBlock {
	position:absolute;
    width: 38%;
    height: 43.8%;
    display: block;
    border: 0 none;
    top: 32.6%;
    left: 21.1%;
	background:#dead40;
}
*/
.slideVideoBlock {
	position:absolute;
    display: block;
    border: 0 none;
	background:url('../images/slideVidThumb.jpg') center center no-repeat #333;
	top: 29%;
    left: 21.4%;
    width: 38.8%;
    height: 39.8%;
}
.videoTextBlock {
	position:absolute;
	display:block;
	left:64%;
	font-size:36px;
	width:26%;
	line-height:42px;
	color:#353535;
	top:39%;
	text-align:center;
	font-weight:bold;
	font-family:'Bodoni MT', sans-serif;
	text-transform:uppercase;
}
.videoPlayBtn {
	width:60px;
	height:60px;
	cursor:pointer;
	margin:0 auto 15px;
	display:block;
	background:url(../images/slideVidPlayIcn.png) center center no-repeat;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.prodListBlockWrap .prodColSing li {
	height: 95px;
}

.ngg-template-caption .ngg-gallery-thumbnail-box{
	padding-right:4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.ngg-gallery-thumbnail img{
	margin-left:0 !important;
	max-width:100% !important;
	height:auto !important;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.margin-auto{
    margin-right: auto;
    margin-left: auto;
}


























/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#TB_ImageOff .screen-reader-text{
	display:none;
}

.tb-close-icon {
    color: #666;
    text-align: center;
    line-height: 50px !important;
    width: 40px !important;
    height: 44px !important;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff !important;
}

.tb-close-icon:before {
    content: "\f158";
    font: normal 30px/48px dashicons !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cLboxWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    z-index: 99996;
}
.cLboxWrap span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}
.cLboxWrap > div {
    z-index: 2;
    position: absolute;
    height: 86%;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cLboxWrap img {
    display: block;
    width: auto;
    height: 100%;
}
.cLboxWrap i {
    position: absolute;
    right: -25px;
    top: -10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background:url(../images/closeIcn.png) center center no-repeat #4a4a4a;
    z-index: 1;
}
/*@media screen and (min-height:760px) {
	.sliderContainer img {
	    display: block;
	    height: 105%;
		width:auto;
	}
	.slideVideoCon  {
		height: 105%;
		width: auto;
	}
}*/
.fBoxVId{
	display:none;
	width:100%;
	max-width:800px;
	min-width:800px;
	max-height:100%;
	height:500px;
}
