.et_pb_with_border .et_pb_image_wrap{border:0 solid #333}.et_pb_image{margin-left:auto;margin-right:auto;line-height:0}.et_pb_image.aligncenter{text-align:center}.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image{display:block;position:relative}.et_pb_image{display:block}.et_pb_image .et_pb_image_wrap{display:inline-block;position:relative;max-width:100%}.et_pb_image .et_pb_image_wrap img[src*=".svg"]{width:auto}.et_pb_image img{position:relative}.et_pb_image_sticky{margin-bottom:0!important;display:inherit}.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay{z-index:3;opacity:1}@media (min-width:981px){.et_pb_section_sticky,.et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),.et_pb_section_sticky .et_pb_column_single,.et_pb_section_sticky .et_pb_row.et-last-child,.et_pb_section_sticky .et_pb_row:last-child,.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child{padding-bottom:0!important}}@media (max-width:980px){.et_pb_image_sticky_tablet{margin-bottom:0!important;display:inherit}.et_pb_section_sticky_mobile,.et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2),.et_pb_section_sticky_mobile .et_pb_column_single,.et_pb_section_sticky_mobile .et_pb_row.et-last-child,.et_pb_section_sticky_mobile .et_pb_row:last-child,.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child,.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child{padding-bottom:0!important}.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child,.et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child{margin-bottom:0}.et_pb_image_bottom_space_tablet{margin-bottom:30px!important;display:block}.et_always_center_on_mobile{text-align:center!important;margin-left:auto!important;margin-right:auto!important}}@media (max-width:767px){.et_pb_image_sticky_phone{margin-bottom:0!important;display:inherit}.et_pb_image_bottom_space_phone{margin-bottom:30px!important;display:block}}
.et_overlay{z-index:-1;position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:hsla(0,0%,100%,.9);opacity:0;pointer-events:none;-webkit-transition:all .3s;transition:all .3s;border:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.et_overlay:before{color:#2ea3f2;content:"\E050";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:32px;-webkit-transition:all .4s;transition:all .4s}.et_portfolio_image,.et_shop_image{position:relative;display:block}.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,.et_portfolio_image:hover .et_overlay,.et_shop_image:hover .et_overlay{z-index:3;opacity:1}#ie7 .et_overlay,#ie8 .et_overlay{display:none}.et_pb_module.et_pb_has_overlay{position:relative}.et_pb_module.et_pb_has_overlay .et_overlay,article.et_pb_has_overlay{border:none}.drop-shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
-webkit-transition: all 0.6s;
transition: all 0.6s;}
.drop-shadow:hover {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
z-index: 1;}   .drop {
-webkit-transition: all 0.6s;
transition: all 0.6s;}
.drop:hover {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
z-index: 1;}   .tilt {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tilt:hover {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}   .rotate {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.rotate:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}   .blur img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.blur img:hover {
-webkit-filter: blur(3px);
}   .blur-reverse img {	
-webkit-filter: blur(3px);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.blur-reverse img:hover {
-webkit-filter: blur(0px);
}   .bw {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bw:hover {
-webkit-filter: grayscale(100%);
}   .bw-reverse {	
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bw-reverse:hover {
-webkit-filter: grayscale(0%);
}   .sepia-reverse img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;          
-webkit-filter: sepia(1);
}
.sepia-reverse img:hover {
-webkit-filter: sepia(0);
}   .sepia img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.sepia img:hover {
-webkit-filter: sepia(1);
}   .effect img {
opacity:1;
transition: all 0.2s ease-in;
}
.effect:hover img {
opacity:0.5;
}   .effect2 img {
opacity:0.5;	     
transition: all 0.2s ease-in;
}
.effect2:hover img {
opacity:1;
}   .circle img {  
border-radius: 50%;
}   @-webkit-keyframes kt-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes kt-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.kt-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.kt-pulse:hover, .kt-pulse:focus, .kt-pulse:active {
-webkit-animation-name: kt-pulse;
animation-name: kt-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}   @-webkit-keyframes kt-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes kt-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.kt-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.kt-push:hover, .kt-push:focus, .kt-push:active {
-webkit-animation-name: kt-push;
animation-name: kt-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}   ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}
.centered-social li { 
float:none; 
display:inline-block; 
}   @media only screen and (min-width : 981px) { #top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {padding-right: 0px;}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {display:none;} #et-top-navigation {
padding-top: 0px!important;
font-weight:100;}
#top-menu li {
margin-left: -3px;
padding-right: 0px;}
#top-menu li > a { 
padding: 33px 30px 33px 30px!important;} #top-menu a {
color: #000;} #top-menu li.current-menu-item {
background-color: #36a8eb;} #top-menu li.current-menu-item > a {
color:#fff!important;} #top-menu li:hover {
background-color: #36a8eb;} #top-menu li > a:hover {
color: #fff;
opacity: 1!important;} .current-menu-ancestor {
background-color: #36a8eb;} .current-menu-ancestor a {
color: #fff!important;} .sub-menu {
padding: 0px!important;}
#top-menu li li a {
padding: 19px 5px 19px 8px!important;}
.current-menu-ancestor .sub-menu a {
color: #000!important;}
.current-menu-ancestor .sub-menu a:hover {
color: #fff!important;}
}   ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}
.centered-social li { 
float:none; 
display:inline-block; 
}   .kt-team .et_pb_column {
position: relative;
float: left;
overflow: hidden;
max-width: 100%;
color: #333;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);  
background-color: #36a8eb;
}
.kt-team .et_pb_column * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.kt-team .et_pb_column img {
max-width: 100%;
}
.kt-team .et_pb_column .et_pb_team_member_description {
position: relative;
background-color: #ffffff;
padding: 25px;
}
.kt-team .et_pb_column h4 {
text-transform: uppercase;
margin: 0 0 15px;
font-weight: 400;
}
.kt-team .et_pb_column h4 span {
font-weight: 800;
}
.kt-team .et_pb_column p {
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
}
.kt-team .et_pb_column .et_pb_member_social_links {
top: -50%;
width: 100%;
position: absolute;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: -25px;
}
.kt-team .et_pb_column .et_pb_font_icon {
margin-right: 5px;
display: inline-block;  
color: #36a8eb;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: white;
opacity: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
margin-right: -10px;
}
.kt-team .et_pb_column a {
opacity: 0.8;
}
.kt-team .et_pb_column a:hover {
opacity: 1;
}
.kt-team .et_pb_column.blue .et_pb_font_icon {
color: #36a8eb;
}
.kt-team .et_pb_column:hover img,
.kt-team .et_pb_column.hover img {
opacity: 0.3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.kt-team .et_pb_column:hover .et_pb_font_icon,
.kt-team .et_pb_column.hover .et_pb_font_icon {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}   .no-gap .et_pb_column_1_2 {
margin-left: 1%;
margin-right: 1%;
width: 48%;
}
.no-gap .et_pb_column_1_3 {
margin-left: 1%;
margin-right: 1%;
width: 31.3333%;
}
.no-gap .et_pb_column_1_4 {
margin-left: 1%;
margin-right: 1%;
width: 23%;
}   .kt-blurb .et_pb_column {
background-color: #fff;
color: #ffffff;
display: inline-block;
max-width: 100%;
overflow: hidden;
position: relative;
text-align: right;
}
.kt-blurb .et_pb_column *,
.kt-blurb .et_pb_column *:before,
.kt-blurb .et_pb_column *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.kt-blurb .et_pb_column img {
backface-visibility: hidden;
max-width: 100%;
vertical-align: top;
}
.kt-blurb .et_pb_column:before,
.kt-blurb .et_pb_column:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: #1e73be;
opacity: 0.5;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.kt-blurb .et_pb_column:before {
-webkit-transform: skew(30deg) translateX(80%);
transform: skew(30deg) translateX(80%);
}
.kt-blurb .et_pb_column:after {
-webkit-transform: skew(-30deg) translateX(70%);
transform: skew(-30deg) translateX(70%);
}
.kt-blurb .et_pb_column .et_pb_promo_description {
padding: 20px 20px 20px 30%;
z-index: 1;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.kt-blurb .et_pb_column .et_pb_promo_description:before,
.kt-blurb .et_pb_column .et_pb_promo_description:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #1e73be;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
content: '';
opacity: 0.5;
z-index: -1;
}
.kt-blurb .et_pb_column .et_pb_promo_description:before {
-webkit-transform: skew(30deg) translateX(100%);
transform: skew(30deg) translateX(100%);
}
.kt-blurb .et_pb_column .et_pb_promo_description:after {
-webkit-transform: skew(-30deg) translateX(90%);
transform: skew(-30deg) translateX(90%);
}
.kt-blurb .et_pb_column h2,
.kt-blurb .et_pb_column p {
margin: 0;
opacity: 0;
letter-spacing: 1px;
}
.kt-blurb .et_pb_column h2 {
font-weight: 700;
line-height: 1em;
text-transform: uppercase;
}
.kt-blurb .et_pb_column p {
font-size: 1em;
}
.kt-blurb .et_pb_column a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.kt-blurb .et_pb_column:hover h2,
.kt-blurb .et_pb_column.hover h2,
.kt-blurb .et_pb_column:hover p,
.kt-blurb .et_pb_column.hover p {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.9;
}
.kt-blurb .et_pb_column:hover:before,
.kt-blurb .et_pb_column.hover:before {
-webkit-transform: skew(30deg) translateX(30%);
transform: skew(30deg) translateX(30%);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.kt-blurb .et_pb_column:hover:after,
.kt-blurb .et_pb_column.hover:after {
-webkit-transform: skew(-30deg) translateX(20%);
transform: skew(-30deg) translateX(20%);
}
.kt-blurb .et_pb_column:hover .et_pb_promo_description:before,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:before {
-webkit-transform: skew(30deg) translateX(50%);
transform: skew(30deg) translateX(50%);
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.kt-blurb .et_pb_column:hover .et_pb_promo_description:after,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:after {
-webkit-transform: skew(-30deg) translateX(40%);
transform: skew(-30deg) translateX(40%);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.kt-blurb .et_pb_promo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.kt-blurb .et_pb_promo_button {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}   .footer_custom.et_pb_section {
padding: 0 !important;
} .footer-widget .fwidget {
min-width: 100% !important;
}
#footer-widgets {
padding: 3% 0 0 !important;
}
#footer-widgets .footer-widget li:before {
content: none !important;
}
#footer-widgets .footer-widget li {
padding-left: 0px !important;
}   #main-footer .container {
width: 100% !important;
max-width: 100% !important;
}
#main-footer {
background-color: transparent !important;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget, .et_pb_gutters3 .footer-widget {
margin-bottom: 0px ;
}
@media only screen and (max-width: 767px) {
#footer-widgets .footer-widget .fwidget {    
margin-bottom: 0% !important;
}
}
@media only screen and (max-width: 980px) {
.footer-widget:nth-child(n) {    
width: 100% !important;    
margin: 0 !important;
}
}
@media only screen and (max-width: 479px) {
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {    
margin-bottom: 0 !important;
}
}   .et_pb_social_media_follow li {
float: none !important;
display: inline-block !important;
margin-bottom: 0 !important;
}
ul.et_pb_social_media_follow {
text-align: center !important;
}
.et_pb_social_media_follow li a.icon {
width: 45px;
height: 45px;
padding: 0;
}
.et_pb_social_media_follow li a.icon::before {
width: 45px;
height: 45px;
color: #FFF;
font-size: 20px;
line-height: 45px;
}
@media only screen and (max-width: 980px) {
.footer_custom_3 .et_pb_text {    
text-align: center !important;
}
}   #footer-bottom {
display: none !important;
}