@font-face {
  font-family: 'fBold';
  src: 	url('../fonts/fBold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/fBold.woff') format('woff'),
  		url('../fonts/fBold.ttf')  format('truetype'),
  		url('../fonts/fBold.svg#fBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fBlack';
  src: 	url('../fonts/fBlack.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/fBlack.woff') format('woff'),
  		url('../fonts/fBlack.ttf')  format('truetype'),
  		url('../fonts/fBlack.svg#fBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fLight';
  src: 	url('../fonts/fLight.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/fLight.woff') format('woff'),
  		url('../fonts/fLight.ttf')  format('truetype'),
  		url('../fonts/fLight.svg#fLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pm-sticky-mobile{
    display:none;
 }
.ls-wrapper>.ls-layer.dark-slide-text {
    color: #1a1a1a!important;
    text-shadow: unset;
}
.pmModal *{margin:0;padding:0;border:0;outline:0;font-weight:400;font-style:normal;font-size:100%;vertical-align:baseline;line-height:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pmModal,.slickOverlay,.slickWindow{position:fixed}.pmModal{display:none;z-index:-1}.pmModal.isActive{display:block;z-index:999999}.slickOverlay{top:0;left:0;width:100%;height:100%;content:"";z-index:1}.slickWindow{z-index:2}.slickContent{position:relative}.slickWindow.center{top:0;right:0;bottom:0;left:0}.slickWindow.topLeft{top:0;left:0}.slickWindow.topCenter{top:0;left:0;right:0}.slickWindow.topRight{top:0;right:0}.slickWindow.bottomLeft{bottom:0;left:0}.slickWindow.bottomCenter{bottom:0;left:0;right:0}.slickWindow.bottomRight{bottom:0;right:0}.slickWindow.right{top:0;right:0;bottom:0}.slickWindow.left{top:0;left:0;bottom:0}.pmModal .animated{-webkit-animation-iteration-count:1;-webkit-animation-timing-function:ease;-webkit-animation-fill-mode:both;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both;backface-visibility:hidden;transform-style:preserve-3d}.pmModal .animated.fadeOut{-webkit-animation-delay:0s!important;animation-delay:0s!important;pointer-events:none}.pmModal .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.pmModal .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.pmModal .zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.7)}100%{opacity:1;-webkit-transform:none}}@keyframes zoomIn{0%{opacity:0;transform:scale(.7)}100%{opacity:1;transform:none}}.pmModal .zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOut{0%{opacity:0;-webkit-transform:scale(1.3)}100%{opacity:1;-webkit-transform:none}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:none}}.pmModal .slideTop{-webkit-animation-name:slideTop;animation-name:slideTop}@-webkit-keyframes slideTop{0%{opacity:0;-webkit-transform:translateY(-25%)}100%{opacity:1;-webkit-transform:none}}@keyframes slideTop{0%{opacity:0;transform:translateY(-25%)}100%{opacity:1;transform:none}}.pmModal .slideBottom{-webkit-animation-name:slideBottom;animation-name:slideBottom}@-webkit-keyframes slideBottom{0%{opacity:0;-webkit-transform:translateY(25%)}100%{opacity:1;-webkit-transform:none}}@keyframes slideBottom{0%{opacity:0;transform:translateY(25%)}100%{opacity:1;transform:none}}.pmModal .slideRight{-webkit-animation-name:slideRight;animation-name:slideRight}@-webkit-keyframes slideRight{0%{opacity:0;-webkit-transform:translateX(25%)}100%{opacity:1;-webkit-transform:none}}@keyframes slideRight{0%{opacity:0;transform:translateX(25%)}100%{opacity:1;transform:none}}.pmModal .slideLeft{-webkit-animation-name:slideLeft;animation-name:slideLeft}@-webkit-keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(-25%)}100%{opacity:1;-webkit-transform:none}}@keyframes slideLeft{0%{opacity:0;transform:translateX(-25%)}100%{opacity:1;transform:none}}.pmModal .rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(720deg) scale(.5)}100%{opacity:1;-webkit-transform:none}}@keyframes rotateIn{0%{opacity:0;transform:rotate(720deg) scale(.5)}100%{opacity:1;transform:none}}.pmModal .rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOut{0%{opacity:0;-webkit-transform:rotate(720deg) scale(1.4)}100%{opacity:1;-webkit-transform:none}}@keyframes rotateOut{0%{opacity:0;transform:rotate(720deg) scale(1.4)}100%{opacity:1;transform:none}}.pmModal .flipInX{-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{opacity:1;transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.pmModal .flipInY{-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{opacity:1;transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.pmModal .swingTop{-webkit-animation-name:swingTop;animation-name:swingTop;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes swingTop{0%{opacity:0;-webkit-transform:perspective(300px) rotateX(-90deg)}100%{opacity:1;-webkit-transform:none}}@keyframes swingTop{0%{opacity:0;transform:perspective(300px) rotateX(-90deg)}100%{opacity:1;transform:none}}.pmModal .swingBottom{-webkit-animation-name:swingBottom;animation-name:swingBottom;-webkit-transform-origin:bottom center;transform-origin:bottom center}@-webkit-keyframes swingBottom{0%{opacity:0;-webkit-transform:perspective(300px) rotateX(90deg)}100%{opacity:1;-webkit-transform:none}}@keyframes swingBottom{0%{opacity:0;transform:perspective(300px) rotateX(90deg)}100%{opacity:1;transform:none}}.pmModal .swingRight{-webkit-animation-name:swingRight;animation-name:swingRight;-webkit-transform-origin:center right;transform-origin:center right}@-webkit-keyframes swingRight{0%{opacity:0;-webkit-transform:perspective(200px) rotateY(-90deg)}100%{opacity:1;-webkit-transform:none}}@keyframes swingRight{0%{opacity:0;transform:perspective(200px) rotateY(-90deg)}100%{opacity:1;transform:none}}.pmModal .swingLeft{-webkit-animation-name:swingLeft;animation-name:swingLeft;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingLeft{0%{opacity:0;-webkit-transform:perspective(200px) rotateY(90deg)}100%{opacity:1;-webkit-transform:none}}@keyframes swingLeft{0%{opacity:0;transform:perspective(200px) rotateY(90deg)}100%{opacity:1;transform:none}}.pmModal .flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes flash{0%,40%,80%{opacity:0}100%,20%,60%{opacity:1}}@keyframes flash{0%,40%,80%{opacity:0}100%,20%,60%{opacity:1}}.pmModal .pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes pulse{0%{opacity:0}25%{opacity:1}25%,75%{-webkit-transform:scale(1.05)}0%,100%,50%{-webkit-transform:none}}@keyframes pulse{0%{opacity:0}25%{opacity:1}25%,75%{transform:scale(1.05)}0%,100%,50%{transform:none}}.pmModal .rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes rubberBand{0%{opacity:0;-webkit-transform:scale3d(1,1,1)}30%{opacity:1;-webkit-transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{opacity:0;transform:scale3d(1,1,1)}30%{opacity:1;transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.pmModal .shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes shake{0%{opacity:0}10%{opacity:1}0%,100%{-webkit-transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0)}}@keyframes shake{0%{opacity:0}10%{opacity:1}0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.pmModal .swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes swing{0%{opacity:0}20%{opacity:1;-webkit-transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg)}}@keyframes swing{0%{opacity:0}20%{opacity:1;transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.pmModal .tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes tada{0%{opacity:0;-webkit-transform:scale3d(1,1,1)}10%{opacity:1}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes tada{0%{opacity:0;transform:scale3d(1,1,1)}10%{opacity:1}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.pmModal .wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes wobble{0%{opacity:0;-webkit-transform:none}15%{opacity:1;-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none}}@keyframes wobble{0%{opacity:0;transform:none}15%{opacity:1;transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.pmModal .bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes bounce{0%{opacity:0}20%{opacity:1}0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0)}}@keyframes bounce{0%{opacity:0}20%{opacity:1}0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.pmModal .bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.pmModal .bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.pmModal .bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0)}100%{-webkit-transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.pmModal .bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0)}100%{-webkit-transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.pmModal .bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0)}100%{-webkit-transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.pmModal .unFold{-webkit-animation-name:unFold;animation-name:unFold}@-webkit-keyframes unFold{0%{-webkit-transform:scaleY(.01) scaleX(0)}50%{-webkit-transform:scaleY(.01) scaleX(1)}100%{-webkit-transform:scaleY(1) scaleX(1)}}@keyframes unFold{0%{transform:scaleY(.01) scaleX(0)}50%{transform:scaleY(.01) scaleX(1)}100%{transform:scaleY(1) scaleX(1)}}.pmModal .flowIn{-webkit-animation-name:flowIn;animation-name:flowIn}@-webkit-keyframes flowIn{0%{opacity:0;border-radius:200px;-webkit-transform:scale(.6)}50%{opacity:1}100%{-webkit-transform:scale(1)}}@keyframes flowIn{0%{opacity:0;border-radius:200px;transform:scale(.6)}50%{opacity:1}100%{transform:scale(1)}}.pmModal .closeModal{cursor:pointer}.pmModal .close{position:absolute;right:0;z-index:10;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700}.pmModal .close,.pmModal .close:before{transition:all .1s ease}.pmModal .close:before{white-space:nowrap;display:block;position:relative;transition:all .1s ease}.pmModal .close.labeled{top:-30px}.pmModal .close.labeled:before{color:#fff;content:"close";font-size:8px;text-transform:uppercase;background:linear-gradient(to right,#fff 50%,#000 50%);background-size:201% 100%;background-position:right bottom;padding:6px 12px}.pmModal .close.labeled:hover:before{background-position:left bottom;color:#000}.pmModal .close.text{top:-20px}.pmModal .close.text:before{color:#fff;content:"Close";font-size:9px;text-transform:uppercase}.pmModal .close.tag{top:0}.pmModal .close.tag:before{color:#fff;content:"\00d7";background:#000;text-align:center;font-size:15px;width:24px;height:24px;line-height:24px;opacity:.2}.pmModal .close.tag:hover:before{opacity:1}.pmModal .close.icon{top:14px;right:14px;display:block;width:22px;height:22px;overflow:hidden;opacity:.3}.pmModal .close.icon:hover:before{color:#000}.pmModal .close.circle:after,.pmModal .close.circle:before,.pmModal .close.icon:after,.pmModal .close.icon:before{content:"";position:absolute;height:1px;top:50%;left:0;right:0;margin:auto;background:#000}.pmModal .close.icon:after,.pmModal .close.icon:before{width:100%}.pmModal .close.circle:after,.pmModal .close.circle:before{width:60%}.pmModal .close.circle:before,.pmModal .close.icon:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.pmModal .close.circle:after,.pmModal .close.icon:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pmModal .close.icon:hover{opacity:1}.pmModal .close.circle{top:-12px;right:-12px;display:block;width:24px;height:24px;overflow:hidden;background:#4b9c47;border-radius:50%}.pmModal .close.circle:hover{transform:scale(1.1)}
.plyr--audio .plyr__controls {padding: 4px 10px;}
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {height:6px;margin-top: -2px!important;}
#radioAd h5 {margin-bottom: 0px;background: #fefefe;display: inline;padding: 2px 5px;border-radius: 3px;font-size: 14px;}
#radioAd.pmModal .close.labeled {top: 6px;right: 10px;}
html,
.sticky_wdgt {
	background: rgb(28,80,129);
}
.tm-header-container.tm-header-full-width {
background: rgb(28,80,129);
background: -moz-linear-gradient(top, rgba(28,80,129,1) 0%, rgba(40,92,142,1) 100%);
background: -webkit-linear-gradient(top, rgba(28,80,129,1) 0%,rgba(40,92,142,1) 100%);
background: linear-gradient(to bottom, rgba(28,80,129,1) 0%,rgba(40,92,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5081', endColorstr='#285c8e',GradientType=0 );
    border-bottom: 1px solid #C3DBF2;
}
div#tm-top-b-wrapper {
    background: #164a7c;
}
.tm-header-container .tm-header a.tm-logo, .tm-header-container .tm-header a.tm-logo-small{
  padding-left: 10px;
}
a, .uk-link{
	color: #3989d8;
}
a:hover, .uk-link:hover{
	color: #4b9ff1;
}
.tm-header-bg{
	background: transparent;
	box-shadow: none;
}
.tm-header{
	background: transparent;
	padding: 0px;
}
.tm-header-container{
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.tm-container{
	margin: 0px auto;
}
.tm-article p:first-child, .tm-content {
    margin: 0px!important;
    padding: 0px;
}
.tm-header-container.uk-active .tm-header::before, .tm-header-container.uk-active .tm-header::after,.tm-header-container.tm-header-full-width .tm-header:before, .tm-header-container.tm-header-full-width .tm-header:after {
	background: transparent;
	border: none;
}
/*.tm-header-container.tm-header-full-width .tm-header::before, .tm-header-container.tm-header-full-width .tm-header::after{
	background: transparent;
	border-bottom: 0px;
	height: 100px;
}*/
.tm-header-container{
	border:0px;
	background: transparent;
}
.tm-header-container.tm-header-full-width.uk-active {
	background: #4b768c;
}
/*.tm-header-container.uk-active .tm-header::before, .tm-header-container.uk-active .tm-header::after{
	background: #527992;
	border-bottom: 0px;
	height: 100px;
}
*/
/*.tm-header-container.uk-active{
	border:0px;
	background: #527992;
}*/
.mod-preview-wrapper{
	background: transparent;
}
.uk-sticky-placeholder{
	background: #4B768C;
}
#logo h1 { margin: 0 }
.tm-navbar .uk-navbar-nav > li > a{
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'fBold', sans-serif;
	padding: 0 10px;
	letter-spacing: -1.5px;
}
.tm-navbar .uk-navbar-nav > li > a::after{
	content: none;
}
.tm-navbar .uk-navbar-nav > li:hover > a, .tm-navbar .uk-navbar-nav > li.uk-active > a{
	color: #fff200;
}
.tm-navbar .uk-navbar-nav > li:hover{
	background: transparent;
}
/*.uk-container{
	max-width: inherit;
}*/
.tm-fullscreen{
	margin-top: 0;
}
.tm-inner-container.uk-container.uk-container-center {
	padding: 0px;
}
.tm-fullscreen + .tm-inner-container{
	margin-top: 0px;
}
.pmc-labels-over form.pmcontact-form .pmc-field-container{
	float: left;
}
#pmcontact109_text-0 {
	margin: 0px;
}
div#pmcontact109_text-0 h3 {
    margin: 10px 0 0;
    color: #fff;
}
div#pmcontact109_text-0 h3 {
    font-size: 39px;
    font-family: 'fBlack';
}
.uk-panel-box{
	padding: 0px;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}
.tm-grid-box{
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}
.pmc-chars-counter{
	display: none;
}
.pmc-form-white.pmc-shadow form.pmcontact-form input.pmc-input{
	height: 58px;
	border-radius: 10px;
	width: 228px;
}
form.pmcontact-form input.pmc-input {
	height: 58px;
}
.pmc-form-white.pmc-shadow form.pmcontact-form textarea{
	height: 58px !important;
	border-radius: 10px;
	min-height: 58px;
	width: 230px;
}
.new-width  .uk-row-first{
	width: 72.33%;
}
.new-width .uk-width-medium-1-3{
	width: 27.33%;
	text-align: right
}
.pmc-form-white.pmc-shadow form.pmcontact-form button, .pmc-form-white.pmc-shadow form.pmcontact-form .btn{
	width: 100px;
	height: 58px;
	background: #FFF200;
	border-radius: 10px;
	color: #000 !important;
}
form.pmcontact-form .pmc-label, form.pmcontact-form .pmc-field{
	margin-right: 15px;
}
form.pmcontact-form .pmc-label{
	margin-top: 10px;
	margin-left: 5px;
	font-size: 20px;
	color: #9d9c9c;
	font-family: 'fBold', sans-serif;
}
.call_top{
	margin-top: 4px;
	display: block;
	text-align: center;
}
#pmcontact91_msg, .pmc-msg-after{
	display: none;
}
.ot_logo_scroller{
	padding-top: 0px;
}
.uk-panel-box-tertiary h3{
	color: #2D5772;
	font-family: 'fBold', sans-serif;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	padding: 10px 10px 10px 20px;
	font-size: 26px;
}
.uk-panel-box-tertiary h3 .uk-button {
    margin-left: 20px;
}
.uk-contrast .uk-button-primary{
	background: #154574;
}
.uk-contrast .uk-button-primary:hover{
	background: #1f578e;
}
.callusB .uk-button-primary{
	clear: both;
	float: right;
	background: #154574;
	margin-top: 20px;
}
.callusB .uk-button-primary:hover{
	background: #1f578e;
}
.tm-content-grid, .tm-noblog .tm-content, .tm-isblog .tm-article{
	background: transparent;
	box-shadow: none;
	padding: 0px;
}
.uk-article-title{
	color: #000000;
	text-align: center;
	font-family: 'fBlack', sans-serif;
	font-weight: 400;
	font-size: 70px;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: normal;
}
.uk-article-title::after, .tm-block-text::before, .tm-block-text::after{
	content: none;
}
.uk-article-intro p {
    font-family: 'fBold', sans-serif;
    font-size: 22px;
    color: #000000;
    text-align: center;
    font-style: italic;
}
.uk-article-intro {
	margin-bottom: 40px;
}
.uk-article-intro h2,
.uk-article-intro span.offer {
  text-align: center;
  font-family: 'fBlack';
  text-transform: uppercase;
  color: #C52929;
  font-size: 30px;
  display: block;
}
.uk-article-intro span.offer.push-s {
  margin-top: 10px;
  margin-bottom: 5px;
}
.the-carousel .ot_content{
	margin: 0px !important;
}
.tm-block-text{
	color: #ffffff;
	border-style: solid solid solid;
	border-width: 2px;
	border-radius: 25px;
	border-color: #ffffff;
	min-width: 46px;
}
.tm-isblog .uk-article, .tm-noblog .tm-content{
	color: #1a1a1a;
	/*font-family: 'fBold', sans-serif;*/
	font-size: 18px;
}
.tm-block-content h3{
	color: #ffffff;
	font-family: 'fBlack', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.tm-block-content p{
	margin-top: 0px;
}
#tm-bottom-a .uk-width-1-1{
	background: #154574;
}
.tm-header-container .tm-header, .tm-header-container .tm-call-action,
.bottom-cta {
	max-width: 1500px;
	margin: 0px auto;
}
.bottom-cta{
	text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bottom-cta span.bottom-text{
    color: #ffffff;
    display: inline-block;
    font-family: 'fBlack',sans-serif;
    font-size: 65px;
    font-weight: 400;
    margin-left: 30px;
    vertical-align: middle;
}
.sticky_wdgt {
	/*background: #78a8bf;*/
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 16px !important;
	border-top:2px solid #45809c;
	z-index: 100;
	border-radius: 0px;
}
.sticky_wdgt .uk-grid > div {
    text-align: center;
}
/*#tm-bottom-e .uk-panel-box.sticky_wdgt  .uk-grid{
	max-width: 1560px;
	margin: 0px auto;
}
#tm-block-footer .uk-panel-box.sticky_wdgt  .uk-grid{
	max-width: 1560px;
	margin: 0px auto;
}*/
#tm-block-footer{
	background: #2E3074;
	padding-bottom: 100px;
	margin-top: 0px;
}
/*#tm-block-footer .uk-panel-box a{
	color: #ffffff;
	border: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.uk-panel-box > .uk-nav-side{
	margin: 0px;
}
#tm-block-footer .uk-nav-side > li.uk-active > a{
	color: #F57F20;
	background: transparent;
}
#tm-block-footer .uk-panel-box a:hover{
	background: transparent;
	color: #F57F20;
}
#tm-block-footer .uk-panel-box ul li{
	float: left;
	margin-right: 20px;
}*/
/* Footer Menu */
#tm-footer .tm-footer-left .address-info span{
	width: 100%
}
#tm-footer .tm-footer-left .address-info{
	display: inline-block;
	width: calc(100% - 325px);
}
#tm-footer .uk-panel{
	display: inline-block;
}
#tm-block-footer{
	/* Permalink - use to edit and share this gradient: gradientGenerator:#316282+0,29495d+100 */
	background: #316282; /* Old browsers */
	background: -moz-linear-gradient(top, #316282 0%, #29495d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #316282 0%,#29495d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #316282 0%,#29495d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316282', endColorstr='#29495d',GradientType=0 ); /* IE6-9 */
}
#tm-block-footer .uk-panel.uk-panel-box{
	border: 0px;
	background: transparent;
}
#tm-block-footer .uk-panel.uk-panel-box .uk-panel-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
}
#tm-block-footer .uk-nav-side > li > a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	padding: 0px;
	border: none;
	color: #dcdcdd;
}
#tm-block-footer .footer_video{
	margin-top: 20px;
	border-radius: 4px;
	border: 1px solid #7f7f7f;
	display: inline-block;
	width: 100%;
}
#tm-block-footer .uk-nav-side {
	margin-left:0px;
}
#tm-block-footer .uk-nav-side > li > a {
    padding-left: 0;
    padding-right: 0;
}
#tm-block-footer .uk-nav-side > li > a:hover {
	background: transparent;
	color: #FEF02F;
}
/* Footer Menu */
.ls-wrapper > .ls-layer{
	color: #f1e817;
    text-shadow: 1px 1px rgb(25, 44, 85);
}
/* form */
div#pmcontact91_container .pmc-field-container { width: 22%; }
div#pmcontact91_container .pmc-field-container.pmc-field-buttons { width: 12%; }
div#pmcontact91_container .pmc-field-container textarea { width: 95% !important; }
div#pmcontact91_container .pmc-field-container input.pmc-input { width: 95% !important; }
div#pmcontact91_container .pmc-field-container.pmc-field-buttons .btn { width: 100%; text-transform: uppercase; }
/* form end */
.tm-footer {padding-bottom: 115px;}
.uk-dropdown-navbar{margin-top: 0px;}
.uk-dropdown-navbar .uk-nav-navbar ul a, .uk-dropdown-navbar .uk-nav-navbar > li > a{
	/*box-shadow: none;
	border: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	letter-spacing: -0.5px;*/
	box-shadow: none;
    border: 0px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 14px;
    /* font-weight: 400; */
    border: 0px;
    /* letter-spacing: 1px; */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    line-height: 1.4em;
    /* text-transform: uppercase; */
    font-family: 'fLight', sans-serif;
    font-weight: 400;
}
.uk-dropdown-navbar .uk-nav-navbar ul li:first-child a:hover, .uk-dropdown-navbar .uk-nav-navbar > li:first-child > a:hover, .uk-dropdown-navbar .uk-nav-navbar > li:first-child > a:focus, .uk-dropdown-navbar .uk-nav-navbar > li.uk-active:first-child > a, .uk-dropdown-navbar .uk-nav-navbar ul li.uk-active:first-child > a{ box-shadow: none; }
.uk-dropdown-navbar .uk-nav-navbar ul li a:hover, .uk-dropdown-navbar .uk-nav-navbar > li > a:hover, .uk-dropdown-navbar .uk-nav-navbar > li > a:focus, .uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a, .uk-dropdown-navbar .uk-nav-navbar ul li.uk-active > a{
	background: transparent;
	color: #F57F20;
	box-shadow: none;
}
.tm-navbar .uk-navbar-nav > li .uk-dropdown-navbar{background: #154574 ;border-top-left-radius: 0px;}
.tm-article img{
	clear: both;
	margin-bottom: 40px;
}
.main-content-wrapper, section#tm-top-c{
/* Permalink - use to edit and share this gradient: gradientGenerator:#ffffff+60,98bbcf+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 60%, #98bbcf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 60%,#98bbcf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 60%,#98bbcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#98bbcf',GradientType=1 ); /* IE6-9 */	
}
.pmcontact-container{
	border-radius: 10px 10px 0 0;
}
.tm-sidebar-a ..pmcontact-container{
	margin-top: 40px;
}	
#pmcontact109_box .pmc-label{
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'fBlack', sans-serif;
}
form.pmcontact-form .pmc-label label{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'fLight', sans-serif;	
}
#pmcontact109_box .pmc-field{
	width: 100%;
}
.pmc-form-orange form.pmcontact-form input.pmc-input{
	height: 58px;
	border-radius: 7px;
}
 form.pmcontact-form .pmc-field{
 	margin-right: 0px;
 }
.pmc-static .pmcontact-container{
	padding: 5px 20px;
}
.pmc-form-violet  form.pmcontact-form button, .pmc-form-violet form.pmcontact-form .btn{
	width: 100%;
	height: 58px;
	border-radius: 10px;
	margin-top: 20px;
	font-size: 24px !important;
	font-weight: 700;
	background: #4287ca
}
.pmc-form-violet form.pmcontact-form button:hover, .pmc-form-violet form.pmcontact-form .btn:hover {
	background-color: #448ed4;
}
.uk-grid > * > .uk-panel + .uk-panel.form-logo{
	margin-top: 0px;
	border-radius: 0 0 10px 10px;
	background: #1C5081;
	padding: 5px 20px 20px;
	text-align: center;
}
.tm-bottom-b{
	background: #ffffff url('/images/slide-truck-1.png') no-repeat bottom left;
}
.callusB{
	max-width: 1200px;
	margin: 30px auto !important;
}
.callusB h2{
	text-align: right;
	font-size: 55px;
	font-weight: 400;
	font-family: 'fBlack', sans-serif;
	color: #3a3a3a;
}
.callusB .uk-button-danger{
	float: right;
	clear: both;
	font-size: 25px;
	margin-top: 30px;
}
.callusB span{
	text-align: right;
	font-size: 30px;
	max-width: 700px;
	float: right;
	clear: both;
	color: #5b5b5b;
	margin-top: 30px;
	line-height: normal;
}
.tm-article p:first-child,.tm-article h2 {
    margin: 0px!important;
    margin-bottom: 20px !important;
    padding: 0px;
}
section#tm-top-c, .two-borders, .tm-bottom-b {
    border-bottom: 1px solid #C3DBF2;
    border-top: 1px solid #B9C1CF;
}
section#tm-top-c {
	border-bottom: none;
}
div#pmarketingslider_1 {
	border-bottom: 1px solid #000;
}
.tm-article > strong, .tm-article > p > strong, .inline-heading h3 {
    font-size: 1.4rem;
    display: block;
    font-family: 'fBold';
    text-transform: uppercase;
}
.tm-article > p {
    margin-top: 0px;
    margin-bottom: 20px;
}
#tm-middle{
	max-width: 1200px;
	margin-bottom: 50px;
}
.ls-bar-timer {
	/*border-bottom-color: #ff6a00;*/
    opacity: .85;
    /*top: -4px;*/
    /*border-bottom-color: #f57f20;*/
    border-bottom: 1px solid #2e3074;
	background: #2e3074;
	top: -1px;
}
#tm-bottom-c{
	background: #f2f2f2;
}
.why-us h3{
	font-size: 47px;
	/*color: #5E406E;*/
	/*font-weight: 400;*/
	font-family: 'fBlack', sans-serif;
}
.why-us h4 {
	font-size: 20px;
}
.why-us .wuguaran {
  margin-right: 10px;
  margin-bottom: 10px;
}
.why-us p {
    margin-top: 0px;
    margin-bottom: 20px!important;
}
.why-us p{
	font-size: 16px;
	line-height: 23px;
}
.why-us i.uk-margin-right {
	margin-right: 10px !important;
}
.image-block{
	margin-top: 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.image-block div{	
	overflow: hidden;
	margin: 0px auto 40px;
	display:inline-block;
	box-shadow: 2px 2px 2px rgba(0, 0, 0 ,0.5);
	border: 2px solid #2f7dae;
	border-radius: 150px;
}
.why-us .uk-container-center{
	/*background: url(/images/stories/Quote-mark-blackandwhite.png) no-repeat 0px top;*/
}
section.uk-grid-collapse > div:last-child > .uk-panel-box{
	border-radius: 0px;
}
.uk-panel-box {
	color: #1a1a1a;
}

.terms-conditions {
	display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4em;
    margin: 0px;
    font-family: 'fLight';
    color: #bdbdbd;
}
.plumbermarketing {
    text-align: center;
    width: 100%;
    margin: 20px auto 0px;
    font-size: 1.3em;
    line-height: 2em;
}
.plumbermarketing p {
    margin: 0px;
}
.tm-navbar .uk-dropdown li.uk-parent > a:before {
    content: "\f105";
}
.tm-navbar .uk-dropdown li.uk-parent > a:before {
	color: #537cad;
}
.tm-navbar .uk-dropdown li.uk-parent.uk-active > a:before, .tm-navbar .uk-dropdown li.uk-parent > a:hover:before {
    color: #f57f20;
}
.uk-nav-navbar ul, .uk-nav-navbar ul > li.uk-parent > ul {
background-color: #0b4679;
    background: linear-gradient(180deg, #0b4679 0%, #153b58 100%);
}
/* ********************************************************************* sticky footer ****************************************************************** */
 .sticky_wdgt {
	background: #1e3248;
	border-top: 1px solid #19293b;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 1px !important;
	z-index: 100;
	border-radius: 0px;
}
 .sticky_wdgt .uk-grid{
 	margin-left: 0px;
 }
.sticky_wdgt .uk-width-1-3{
	background: #154574;
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}
.sticky_wdgt .uk-width-1-3:active{
	background: #0F395F;
}
 .sticky_wdgt .uk-width-1-3:last-child{
	border-right: 0px;
}
.sticky_wdgt .uk-width-1-3:first-child{
	border-left: 0px;
}
.sticky_wdgt .uk-width-1-3 div{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.sticky_wdgt .uk-width-1-3 div.audio_palayer{
	display: flex;
	align-items: center;
}
.sticky_wdgt .uk-width-1-3 div.reviewsaudio{
	height: auto;
}
.sticky_wdgt .uk-width-1-3 a{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.sticky_wdgt .uk-width-1-3 a span{
	display: flex;
	align-items: center;
	color: #000000;
	white-space: nowrap;
}
.dark-text, .dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text p {
    color: #1a1a1a;
}
.bottom-cta-parallax, .bottom-cta-parallax .tm-slideshow-scroller {width: 100%;}
.wrap-400,.wrap-600,.wrap-800,.wrap-1000 {width: 100%;}
.wrap-400 {
    max-width: 400px;
}
.wrap-600 {
    max-width: 600px;
}
.wrap-800 {
    max-width: 800px;
}
.wrap-1000 {
    max-width: 1000px;
}
.testimonials h2 {
    font-size: 50px;
    line-height: 1.2em;
    font-family: 'fBlack';
}
.testimonials blockquote p {
    font-size: 16px;
    line-height: 1.5em;
    font-style: italic;
}
.uk-contrast blockquote {
	color: #1a1a1a;
}
.tiny {
    font-size: 9px;
    line-height: 1.4em;
    font-style: italic;
    opacity: .7;
}
.fw-thumb-list {
    background: #164174;
}
.get-in-touch .uk-grid p {
    margin-top: 0;
}
.get-in-touch .uk-grid h4 {
    margin-bottom: 0;
}
.sticky_wdgt a.desktop, .sticky_wdgt div.desktop{
	display: flex;
}
.sticky_wdgt a.tablet, .sticky_wdgt div.tablet{
	display: none;
}
.sticky_wdgt a.mobile, .sticky_wdgt div.mobile{
	display: none;
}
.sticky_wdgt div.centralTabletImage {
	display: none;
}
.sticky_wdgt div.review{
	display: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover,
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #ffffdd;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus{
	color: #ffffdd;
}
.uk-offcanvas-bar {
	background: #172734;
}
.tm-header-container.tm-header-full-width {
	border-radius: 0;
}
.tm-footer {
	background: #102d4a;
}
.tm-footer a {
    color: #fff200;
}
.tm-footer a:hover {
    color: #fff62b;
}
#tm-top-b{
	padding-top: 0;
}
#tm-top-b .pmcontact {
	padding-top: 20px;
}

/* *************************************************************************** compiled-submenu ********************************** */
.uk-navbar-nav > li.uk-parent:hover .uk-nav > li.uk-parent > ul {
 opacity: inherit;
 visibility: inherit;
}
.uk-nav-navbar > li.uk-parent:hover > ul > li.uk-parent:hover > ul,
/*.uk-navbar-nav > li.uk-parent:hover .uk-nav > li.uk-parent > ul,*/
.uk-navbar-nav > li.uk-parent.uk-open .uk-nav > li.uk-parent > ul {
    opacity: 1;
    visibility: visible;
}
/*.uk-navbar-nav > li.uk-parent:hover .uk-nav > li.uk-parent > ul {
    opacity: 1;
    visibility: visible;
}*/
.uk-nav-navbar ul, .uk-nav-navbar ul > li.uk-parent > ul {
    position: relative;
    left: auto;
    background: transparent;
    /* opacity: 1; */
    /* visibility: visible; */
}
.tm-navbar .uk-dropdown li.uk-parent > a:before {
 content: "\f107";
}
.tm-navbar .uk-dropdown li.uk-parent.uk-active > a:before, .tm-navbar .uk-dropdown li.uk-parent > a:hover:before {
 color: #f57f20;
}
.uk-dropdown-navbar .uk-nav-navbar ul li a:hover, .uk-dropdown-navbar .uk-nav-navbar > li > a:hover, .uk-dropdown-navbar .uk-nav-navbar > li > a:focus, .uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a, .uk-dropdown-navbar .uk-nav-navbar ul li.uk-active > a {
    color: #fffad1;
}
.uk-dropdown-navbar .uk-nav-navbar ul a, .uk-dropdown-navbar .uk-nav-navbar > li > a {
    font-size: 12px;
    line-height: 14px;
}

.uk-nav-navbar li ul.uk-nav-sub li a{
    padding-left: 20px;	
}

.uk-nav-navbar > li.uk-parent:hover > ul > li.uk-parent:hover > ul, .uk-nav-navbar > li.uk-parent:hover > ul {
    -webkit-animation: unset;
    animation: unset;
}
.tm-navbar .uk-dropdown li.uk-parent > ul {
    box-shadow: none;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    border-radius: unset;
    padding-top: 5px!important;
    margin-top: 5px;
    padding-bottom: 5px!important;
    margin-bottom: 5px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    right: auto;
}
.uk-nav-navbar li ul.uk-nav-sub{
/*	background: #082540;*/
	border-radius: 5px;
}
.tm-navbar .uk-dropdown li.uk-parent > a:before {
 color: #e5e5e5;
}
.uk-navbar-toggle,
.uk-navbar-toggle:before {
 color: #ffffff;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
 color: #ffffdd;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    color: #ffffdd;
}
.uk-offcanvas-bar {
 background: #1a1a1a;
}

form.pmcontact-form button, form.pmcontact-form .btn{
	padding: 4px;
}

.inline-heading h3{
	margin-bottom: 0px;
}

blockquote::before{
	content: "";
	background: url(/images/pm_left_quote.png) no-repeat center center;
	position: absolute;
	width: 30px;
	height: 30px;
	margin-left: -40px;
}

blockquote::after{
	content: "";
	background: url(/images/pm_right_quote.png) no-repeat center center;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
}

em{
	font-style: normal;
	color: #5e406e;
	font-weight: 700;
}

blockquote{
	padding: 0 40px;
}


blockquote p{
	line-height: 30px;
	font-style: italic;
	font-size: 14px;
	color: #5b5b5b;
}

p.name{
	padding-left: 1px;
	font-size: 22px;
}
body .align-vertical,
body .ls-wrapper > .ls-layer.align-vertical,
body .ls-wrapper > a > .ls-layer.align-vertical {
    display: flex!important;
    align-items: center!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    align-content: center!important;
}

/* *************************************************************************** compiled-submenu ********************************** */

#testimonials-page blockquote p {font-family: 'fLight';text-align:left;display: block;}
#testimonials-page p {margin-bottom: 0!important;}
#testimonials-page p strong {display: block;margin-bottom: 0.5em;line-height: 1.3em;}
#testimonials-page blockquote .author {margin-top:0;font-size: 19px;}
#testimonials-page blockquote:after {bottom: 20px;right: 0;}


@media all and (max-width: 1700px){
	.fw-thumb-list .uk-overlay-panel {
	    padding: 5px
	}
	.fw-thumb-list h3.tm-grid-title {
	    margin-bottom: 5px;
	    font-size: 20px;
	}
	.fw-thumb-list p {
	    line-height: 1.5em;
	    font-size: 16px;
	}
}
@media all and (max-width: 1420px){
	.fw-thumb-list h3.tm-grid-title {
	    font-size: 15px;
	}
	.fw-thumb-list p {
	    font-size: 13px;
	}
}
@media all and (max-width: 1024px){
	.fw-thumb-list p {
	    display:none;
	}
	.fw-thumb-list h3.tm-grid-title {
	    font-size: 14px;
	    line-height: 1.2em;
	    margin: 0px;
	    padding: 5px;
	}
}
@media all and (max-width: 899px){
  .testimonials blockquote .author {font-size: 14px;margin-top: 0.2em!important;text-align: center;}
  .testimonials blockquote:before, .testimonials blockquote:after {display: none;}
	.sticky_wdgt .uk-width-1-3{
		background: #154574;
	}
	.sticky_wdgt .uk-width-1-3:active{
		background: #0F395F;
	}
	.sticky_wdgt div.review_module{
		display: none;
	}	
	.sticky_wdgt div.review{
		display: flex;
	}
	.sticky_wdgt a.desktop, .sticky_wdgt div.desktop{
		display: none;
	}
	.sticky_wdgt a.tablet, .sticky_wdgt div.tablet{
		display: flex;
	}
	.sticky_wdgt a.mobile, .sticky_wdgt div.mobile{
		display: none;
	}
	.sticky_wdgt div.centralTabletImage {
		display: flex;
	}
}
@media all and (max-width: 599px){
    .testimonials .tm-testimonial {margin-bottom: 10px;}
    .testimonials h2 {font-size: 32px;margin-bottom: 0.5em;}
    .testimonials blockquote p {font-family: 'fLight'; }
    .testimonials blockquote .author {font-size: 14px;margin-top: 0.5em!important;text-align: center;line-height: 1.2em;}
    .testimonials blockquote:before, .testimonials blockquote:after {display: none!important;}
    /*.testimonials a.uk-button {margin-top: 20px;}*/

	.sticky_wdgt a.desktop, .sticky_wdgt div.desktop{
		display: none;
	}
	.sticky_wdgt a.tablet, .sticky_wdgt div.tablet{
		display: none;
	}
	.sticky_wdgt a.mobile, .sticky_wdgt div.mobile{
		display: flex;
	}
	.sticky_wdgt a.tablet{
		display: none;
	}
	.sticky_wdgt .uk-width-1-3{
		width: calc(100% - 100px);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		padding: 0px; 
	}
	.sticky_wdgt .uk-width-1-3:first-child, .sticky_wdgt .uk-width-1-3:last-child{
		width: 50px;
	}
	.sticky_wdgt div.review{
		display: none;
	}
	.sticky_wdgt div.sw-ticker { display: none; }
	.sw-tick-wrapper img { max-height: 32px; }
	.sw-tick-container .arrow, .sw-tick-container .arrow {
	    position: absolute;
	    height: 40px;
	    width: 40px;
	    top: 9px;
	    font-size: 22px;
	    display: inline-block;
	    font-family: "FontAwesome";
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-weight: 700;
	    color: #fff;
	    opacity: 0;
	}
	.sw-tick-container .arrow-left {
	    left: 24%;
	}
	.sw-tick-container .arrow-right {
	    right: 25%;
	}
	
	
	
	
	.display_none{
        display: none;
    }
    .pm-sticky-mobile{
        display: block;
        border-top: 1px solid #24527d;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 110;
        border-radius: 0px;
    }
    .pm-sticky-mobile ul{
        display: flex;
        list-style: none;
        border-top: 1px solid #567ea4;
        padding: 0px;
        margin: 0px;
    }
    .pm-sticky-mobile ul li{
        background: linear-gradient(to bottom, #13457b 0%,#215587 100%);
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-family: "fBlack";
        padding: 0 20px;
    }    
    .pm-sticky-mobile ul li:first-child{
        border-right: 1px solid #133352;
        width: 40%;
    }
    .pm-sticky-mobile ul li:last-child{
      width: 61%;
      padding: 10px 0;
    }
    .pm-sticky-mobile ul li:last-child a{
        background: #fff200;
        border-left: 1px solid #2d5c8c;
        width: auto;
        padding: 5px 15px;
        border-radius: 6px;
        color: #1a1a1a;
        font-size: 20px;
    }
    .pm-sticky-mobile ul li:last-child a:hover{
        background: linear-gradient(to bottom, #eacf02 0%,#f2c500 100%);
    }
    .pm-sticky-mobile ul li a{
        color: #fff200;
        width: 100%;
        font-size: 26px;
         font-weight: 500;
        padding: 0 15px;
        text-decoration: none;
        line-height: normal;        
        padding: 10px 0 10px 0;
    }
    .pm-sticky-mobile ul li a span{
        display: block;
        font-size: 24px;
    }
    #PureChatWidget.purechat.purechat-image-only.purechat-widget-collapsed.purechat-bottom-left .purechat-collapsed-image{
        bottom: 90px !important;
    }
}
@media all and (max-width: 500px){
	.fw-thumb-list .uk-overlay-panel {
		padding:0;
	}
	.fw-thumb-list h3.tm-grid-title {
	    font-size: 10px;
	    line-height: 1.3em;
	    margin: 0px;
	    padding: 4px 2px;
	    font-weight: normal;
	}
}
@media all and (max-width: 400px){
  .testimonials h2 {font-size: 22px;}
  .testimonials blockquote p {font-size: 14px;}
  .testimonials .tm-testimonial {margin: 0 10px 10px;}
  .testimonials .tm-slidenav {display: none;}
}
/* ********************************************************************* sticky footer ****************************************************************** */


@media all and (max-width: 1530px){
	.tm-navbar .uk-navbar-nav > li > a{
		padding: 0 8px;
    font-size: 22px;
	}
}
@media all and (max-width: 1340px){
	.tm-navbar .uk-navbar-nav > li > a{
		font-size: 16px;
	}
	a.tm-logo{
		width: 25%;
	}
	.why-us{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (max-width: 1300px){
	 .main-content-wrapper .tm-container {
	  padding: 20px;
	 }
 	.callusB{
		padding: 0 20px;
	}
	.tm-bottom-b{
		background-size: contain;
	}
	.callusB h2{
		font-size: 36px;
	}
	.callusB span{
		font-size: 20px;
		margin-top: 20px;
		max-width: 550px;
	}
	.callusB .uk-button-primary{
		font-size: 12px;
	}
	.sticky_wdgt .uk-grid{
		width: 100%
	}
}
@media all and (min-width: 1299px){
	.tm-container {
	     max-width: 1300px;
	 }
}
@media all and (max-width: 1100px){
	/* form */
	div#pmcontact91_container .pmc-field-container .pmc-label { font-size: 15px; margin-top: 5px;}
	div#pmcontact91_container .pmc-field-container textarea, div#pmcontact91_container .pmc-field-container input.pmc-input, div#pmcontact91_container .pmc-field-container.pmc-field-buttons .btn {min-height:inherit;height: 45px!important;}
	div#pmcontact91_container .pmc-field-container.pmc-field-buttons .btn {line-height: 14px}
	/* side call us */
	.call_top {margin-top: 8px;}
	/* form end */

	.pmc-form-white form.pmcontact-form button, .pmc-form-white form.pmcontact-form .btn{
		font-size: 11px;
	}
}
@media all and (max-width: 1050px){
  .tm-navbar .uk-navbar-nav > li > a {
      font-size: 14px;
      font-family: 'fLight', sans-serif;
      letter-spacing: 0;
  }
	#tm-bottom-b .uk-width-1-1{
		background: rgba(255, 255, 255, 0.9);
	}
}

@media all and (max-width: 1340px){
	.call_top{
		text-align: center;
	}
}
@media all and (max-width: 950px){
  .tm-navbar .uk-navbar-nav > li > a {
      font-size: 12px;
  }
}
@media all and (max-width: 990px){
	#tm-bottom-a .uk-width-1-1, #tm-bottom-b .uk-width-1-1{
		position: relative;
	}
	#tm-bottom-a, #tm-bottom-b{
		/*margin-right: -15px;*/
		height: auto;
	}
	#tm-bottom-b{
		/*margin-left: -15px;*/
	}
	#tm-bottom-a .uk-width-1-1{
		height: auto;
	}
	.bottom-cta{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	form.pmcontact-form .pmc-label label{
		font-size: 14px;
	}
}
@media all and (max-width: 900px){
	span.call_top {margin: 0px auto 20px!important;}
	.sticky_wdgt {
		height: auto;
	}
	a.smaller_img{
		margin-top: -15px;
		display: block;
	}
	.tm-footer{
		padding-bottom: 100px;
	}
	.image-block div{
		float: none;
		display: inline-block;
		margin: 0px;
		width: 49%;
		max-width: 300px;
		max-height: 300px;
	}


}
@media all and (max-width: 768px){
	.uk-article-title{
		font-size: 36px;
	}
	.new-width .uk-row-first{
		margin-bottom: 30px;
	}
/*	#tm-middle{
		margin-top: 195px;
	}*/
	.uk-block{
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.holder{
		display: none;
	}
	.bottom-cta{
		padding-top: 25px;
	}
	#tm-bottom-a .uk-width-1-1{
		height: 235px;
		/*padding: 0 15px;*/
	}
	.bottom-cta span.bottom-text{
		margin-top: 20px;
		font-size: 34px;
		margin-left: 0;
		display: block;
	}
	#tm-bottom-a{
		height: 235px;
	}
	#tm-bottom-b{
		height: auto;
		background-size: auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.callusB{
		text-align: center;
		padding: 20px;
	}
	.callusB h2{
		text-align: center;
		margin-bottom: 0px;
	}
	.callusB span{
		margin-top: 20px;
		text-align: center;
		font-size: 16px;
		max-width: 100%;
		float: none;
		display: block;
	}
	.callusB .uk-button-primary{
		float: none;
	}
	.sticky_wdgt a.smaller_img{
		margin-top: 0px;
	}
	.why-us h3{
		margin-top: 30px;
	}

	form.pmcontact-form .pmc-label label{
		font-size: 14px;
	}

	.uk-article-title{
		margin-top: 0;
	}
}
@media all and (max-width: 600px){
	/* form */
	div#pmcontact91_container .pmc-field-container .pmc-label { font-size: 12px; margin-top: 5px;}
	/* form */
	div#pmcontact91_container .pmc-field-container { width: 33%; }
	div#pmcontact91_container .pmc-field-container.pmc-field-phone { width: 34%; }
	div#pmcontact91_container .pmc-field-container.pmc-field-email { float: right; }
	div#pmcontact91_container .pmc-field-container.pmc-field-email input { width:100% !important; }
	div#pmcontact91_container .pmc-field-container.pmc-field-textarea { width: 73%; margin-right: 2%; }
	div#pmcontact91_container .pmc-field-container.pmc-field-buttons { width: 25%; }
	div#pmcontact91_container .pmc-field-container textarea { width: 100% !important; }
	/* form end */

	div#pmcontact91_container .pmc-field-container textarea, div#pmcontact91_container .pmc-field-container input.pmc-input, div#pmcontact91_container .pmc-field-container.pmc-field-buttons .btn{
		height: 30px !important;
		box-shadow: none;
	}

	div#pmcontact91_container .pmc-field-container .pmc-label{
		margin-top: 0px;
	}

	div#pmcontact91_container form.pmcontact-form .pmc-label label{
		padding: 0;
		font-size: 12px;
		line-height: 30px;
	}

	#tm-top-b .call_top{
		display: none;
	}
}
@media (max-width: 480px) {
	#pmcontact113_text-0 {
	    display: none;
	}

	form.pmcontact-form button, form.pmcontact-form .btn{
		padding: 0px;
	}

	.tm-article img{
		float: none;
		display: block;
		margin: 5px auto;
	}
}
@media all and (max-width: 425px){
	.tm-article img{
		float: none;
		display: block;
		margin: 5px auto;
	}

}
@media all and (max-width: 415px){
	.sticky_wdgt {
		height: auto;
	}

	.tm-logo-small{
		max-width: 45%;
	}
}