#frontend_customizer{
position: fixed;
top: 50%;
left: -233px;
width: 233px;
background: #353535;
margin-top: -300px;
z-index: 99999;
color:#ffffff;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
.site_layout_1 #frontend_customizer{
margin-top: -378px;
}
#frontend_customizer.open{
left: 0;
}
#frontend_customizer_button{
position: absolute;
right: -43px;
top: 50%;
margin: -20px 0 0 0;
width: 43px;
height: 40px;
cursor: pointer;
text-align: center;
color: #fff;
font-size: 22px;
line-height: 38px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#frontend_customizer_button:hover{
background: #353535 !important;
color: #fff;
}
#frontend_customizer_button:hover:before{
border-right-color: #353535 !important;
}
#frontend_customizer.open #frontend_customizer_button{
background: #353535 !important;
color: #fff;
}
#frontend_customizer .customizer_wrapper{
padding: 30px;
height: 100%;
overflow-y: auto;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
#frontend_customizer h3{
font-size: 14px;
color: #909090;
font-family: "Open Sans", Arial, sans-serif;
font-style: normal;
text-transform: uppercase;
font-weight: 400;
margin: 0 0 12px;
padding: 0;
text-align: center;
}
#frontend_customizer h3:after{
display: none;
}
#frontend_customizer h3:before{
display: none;
}
#frontend_customizer .customizer_element{
margin: 0 0 30px;
}
#frontend_customizer select{
width: 100%;
border-radius: 4px;
background: #fff;
outline: none !important;
height: 27px;
line-height: 27px;
font-size: 12px;
color: #767676;
font-family: "Open Sans", Arial, sans-serif;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.stm_switcher{
position: relative;
padding: 5px 0 0;
cursor: pointer;
margin: 0 0 20px;
}
.stm_switcher > *{
display: inline-block;
vertical-align: middle;
}
.stm_switcher .switcher_nav{
position: relative;
width: 42px;
height: 24px;
background: #6f6f6f;
border-radius: 30px;
margin: 0 13px;
}
.stm_switcher .switcher_nav:before{
content: '';
position: absolute;
left: 4px;
top: 4px;
width: 15px;
height: 15px;
background: #fff;
border-radius: 100%;
}
.stm_switcher.active .switcher_nav:before{
left: auto;
right: 4px;
}
.stm_switcher .switcher_label{
font-size: 12px;
color: #767676;
font-style: italic;
}
.stm_switcher .switcher_label.disable,
.stm_switcher.active .switcher_label.enable
{
color: #ffffff;
}
.stm_switcher .switcher_label:first-child{
width: 55px;
text-align: right;
}
.stm_switcher.active .switcher_label.disable{
color: #767676;
}
.customizer_colors{
position: relative;
margin: 0 -10px;
text-align: center;
}
.customizer_colors span{
margin: 0 5px 10px;
display: inline-block;
vertical-align: top;
width: 31px;
height: 31px;
border: 2px solid transparent;
cursor: pointer;
background-size: cover;
background-repeat: no-repeat;
}
.customizer_colors #skin_default{
background: url(//eneo.pt/wp-content/themes/consulting/assets/images/skin_default.jpg) no-repeat 0 0;
}
.customizer_colors #skin_turquoise{
background: url(//eneo.pt/wp-content/themes/consulting/assets/images/skin_turquoise.jpg) no-repeat 0 0;
}
.customizer_colors #skin_dark_denim{
background: url(//eneo.pt/wp-content/themes/consulting/assets/images/skin_dark_denim.jpg) no-repeat 0 0;
}
.customizer_colors #skin_arctic_black{
background: url(//eneo.pt/wp-content/themes/consulting/assets/images/skin_arctic_black.jpg) no-repeat 0 0;
}
.customizer_colors span.active{
border-color: #fff !important;
}
.select2-container.demos_switcher .select2-results > .select2-results__options {
max-height: 160px;
}
.customizer-demos {
position: absolute;
top: 0; left: 233px;
margin-top: -10px;
visibility: hidden;
opacity: 0;
z-index: 99999;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.customizer-demos:before {
content: "";
position: absolute;
left: -8px;
top: 50%;
border-style: solid;
border-color: transparent #fff transparent transparent;
border-width: 10.5px 8px 10.5px 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.customizer-demos.active {
visibility: visible;
opacity: 1;
}
.customizer-list_box {
background: #fff;
width: 435px;
height: 318px;
position: relative;
overflow: hidden;
border: 9px solid #fff;
}
.customizer-list_box a {
position: absolute;
top: 0; left: 0;
width: 100%;
max-width: 100%;
height: auto;
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.customizer-list_box img {
display: block;
width: 100%;
height: auto;
}
.customizer-list_box .active a {
opacity: 1;
}
body.stm-demo-changed #frontend_customizer,
body.stm-demo-changed #wrapper {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
opacity: 0;
}
.preloader-wrapper {
display: inline-block;
position: relative;
width: 48px;
height: 48px;
}
.preloader-wrapper.big {
width: 64px;
height: 64px;
}
.preloader-wrapper.active { -webkit-animation: container-rotate 1568ms linear infinite;
animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-layer {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only { opacity: 1;
-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
} 25% {
-webkit-transform: rotate(270deg);
} 37.5% {
-webkit-transform: rotate(405deg);
} 50% {
-webkit-transform: rotate(540deg);
} 62.5% {
-webkit-transform: rotate(675deg);
} 75% {
-webkit-transform: rotate(810deg);
} 87.5% {
-webkit-transform: rotate(945deg);
} to {
-webkit-transform: rotate(1080deg);
} }
@keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} 25% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
} 37.5% {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
} 50% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
} 62.5% {
-webkit-transform: rotate(675deg);
transform: rotate(675deg);
} 75% {
-webkit-transform: rotate(810deg);
transform: rotate(810deg);
} 87.5% {
-webkit-transform: rotate(945deg);
transform: rotate(945deg);
} to {
-webkit-transform: rotate(1080deg);
transform: rotate(1080deg);
} }
.gap-patch {
position: absolute;
top: 0;
left: 45%;
width: 10%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.gap-patch .circle {
width: 1000%;
left: -450%;
}
.circle-clipper {
display: inline-block;
position: relative;
width: 50%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.circle-clipper .circle {
width: 200%;
height: 100%;
border-width: 4px; border-style: solid;
border-color: inherit;
border-bottom-color: transparent !important;
border-radius: 50%;
-webkit-animation: none;
animation: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.circle-clipper.left .circle {
left: 0;
border-right-color: transparent !important;
-webkit-transform: rotate(129deg);
transform: rotate(129deg);
}
.circle-clipper.right .circle {
left: -100%;
border-left-color: transparent !important;
-webkit-transform: rotate(-129deg);
transform: rotate(-129deg);
}
.active .circle-clipper.left .circle { -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle { -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
}
}
@keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@-webkit-keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
}
}
@keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
.customizer-demo_list,
.header_styles {
border-radius: 0;
margin-bottom: 30px;
border: 1px solid #cacaca;
line-height: 1;
background: #cacaca;
font-size: 13px;
}
.customizer-demo_list .current_demo,
.header_styles .current_header_style {
position: relative;
line-height: 48px;
padding-left: 29px;
padding-right: 50px;
cursor: pointer;
color: #222222;
}
.customizer-demo_list .select-arrow,
.header_styles .select-arrow {
width: 50px;
height: 49px;
top: 0;
right: 0;
position: absolute;
}
.customizer-demo_list .select-arrow b,
.header_styles .select-arrow b {
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #777777 transparent transparent transparent;
margin-left: -6px;
margin-top: -3px;
position: absolute;
top: 50%;
width: 0;
height: 0;
left: 50%;
}
.customizer-demo_list .current_demo.open .select-arrow b,
.header_styles .current_header_style.open .select-arrow b {
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #777777 transparent;
margin-left: -6px;
margin-top: -4px;
position: absolute;
top: 50%;
width: 0;
height: 0;
left: 50%;
}
.customizer-demo_list_wrap,
.header_styles_list {
position: relative;
}
.customizer-demo_list ul,
.header_styles ul {
padding: 0;
margin: 0 -1px;
top: 0;
left: 0;
right: 0;
display: none;
position: absolute;
overflow: auto;
list-style: none;
max-height: 160px;
background: #ffffff;
z-index: 10;
}
.customizer-demo_list ul li a,
.header_styles ul li a {
display: block;
text-decoration: none !important;
padding: 14px 29px;
font-size: 13px;
color: #222222;
}html body .header_top .top_nav {
position: static !important; }
html body .header_top .top_nav .top_nav_wrapper {
position: static !important; }
html body .header_top .top_nav .top_nav_wrapper .main_menu_nav {
position: static !important; }
html body .top_nav .container {
position: relative;
z-index: 15; }
html body ul li.stm_megamenu {
position: static !important; }
html body ul li.stm_megamenu:hover ul.sub-menu {
opacity: 1;
visibility: visible; }
html body ul li.stm_megamenu:before {
display: none !important; }
html body ul li.stm_megamenu img {
display: block;
max-width: 100%;
height: auto;
margin-top: -18px;
margin-bottom: 16px;
position: relative;
overflow: hidden; }
html body ul li.stm_megamenu > ul.sub-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
top: auto;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 15px;
padding: 20px 0;
background-size: cover; }
html body ul li.stm_megamenu > ul.sub-menu:after {
width: 100%; }
html body ul li.stm_megamenu > ul.sub-menu:last-child {
left: 0 !important; }
html body ul li.stm_megamenu > ul.sub-menu > li {
width: 25%;
float: none;
padding: 0 40px;
margin: 20px 0;
border: 0 !important;
border-left: 1px solid #dedede !important;  }
html body ul li.stm_megamenu > ul.sub-menu > li:first-child {
border-left: 0 !important; }
html body ul li.stm_megamenu > ul.sub-menu > li > a {
padding: 0;
letter-spacing: 0;
font-weight: 700;
font-size: 16px; }
html body ul li.stm_megamenu > ul.sub-menu > li > a:before {
display: none !important; }
html body ul li.stm_megamenu > ul.sub-menu > li:hover > a {
background-color: transparent !important; }
html body ul li.stm_megamenu > ul.sub-menu > li:before, html body ul li.stm_megamenu > ul.sub-menu > li:after {
display: none; }
html body ul li.stm_megamenu > ul.sub-menu > li.menu-item-has-children a {
padding-bottom: 20px; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu {
width: auto;
padding: 0;
margin: 0 -15px;
position: static;
box-shadow: none;
background-color: transparent !important; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after {
display: none; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li {
float: left;
width: 100%;
padding: 0 15px;
border: 0 !important;  }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
padding: 0;
margin: 13px 0 !important;
margin-bottom: 0;
border: 0;
letter-spacing: 0;
text-transform: none;
background-color: transparent !important;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400;
font-size: 14px;
color: #333333; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:before, html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:after {
display: none; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:before, html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:after {
display: none; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a {
background-color: transparent !important;
color: rgba(51, 51, 51, 0.7); }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea {
display: block;
line-height: 18px;
margin-bottom: 20px;
position: relative;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400;
font-size: 13px;
color: #666666;
z-index: 10;
cursor: default; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a {
margin-bottom: 0 !important; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea {
margin-bottom: 0; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
margin: 0;
border: 0; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li {
width: 100%;
padding: 0; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1 {
width: 8.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2 {
width: 16.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3 {
width: 25%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4 {
width: 33.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5 {
width: 41.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6 {
width: 50%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7 {
width: 58.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8 {
width: 66.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9 {
width: 75%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10 {
width: 83.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11 {
width: 91.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12 {
width: 100%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_1 {
width: 8.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_2 {
width: 16.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_3 {
width: 25%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_4 {
width: 33.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_5 {
width: 41.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_6 {
width: 50%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_7 {
width: 58.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_8 {
width: 66.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_9 {
width: 75%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_10 {
width: 83.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_11 {
width: 91.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_12 {
width: 100%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li {
width: 8.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li {
width: 16.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li {
width: 25%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li {
width: 33.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li {
width: 41.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li {
width: 50%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li {
width: 58.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li {
width: 66.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li {
width: 75%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li {
width: 83.33333333%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li {
width: 91.66666667%; }
html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li {
width: 100%; }
html body ul li.stm_megamenu_1 > ul.sub-menu > li {
width: 8.33333333%; }
html body ul li.stm_megamenu_2 > ul.sub-menu > li {
width: 16.66666667%; }
html body ul li.stm_megamenu_3 > ul.sub-menu > li {
width: 25%; }
html body ul li.stm_megamenu_4 > ul.sub-menu > li {
width: 33.33333333%; }
html body ul li.stm_megamenu_5 > ul.sub-menu > li {
width: 41.66666667%; }
html body ul li.stm_megamenu_6 > ul.sub-menu > li {
width: 50%; }
html body ul li.stm_megamenu_7 > ul.sub-menu > li {
width: 58.33333333%; }
html body ul li.stm_megamenu_8 > ul.sub-menu > li {
width: 66.66666667%; }
html body ul li.stm_megamenu_9 > ul.sub-menu > li {
width: 75%; }
html body ul li.stm_megamenu_10 > ul.sub-menu > li {
width: 83.33333333%; }
html body ul li.stm_megamenu_11 > ul.sub-menu > li {
width: 91.66666667%; }
html body ul li.stm_megamenu_12 > ul.sub-menu > li {
width: 100%; }
html body ul li.stm_megamenu .stm_megaicon,
html body ul li.stm_megamenu .fa {
margin-right: 10px;
display: inline-block;
vertical-align: top;
min-width: 16px;
font-size: 14px; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical img,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical img,
html body.header_style_7 li.stm_megamenu_vertical img,
html body.header_style_8 li.stm_megamenu_vertical img {
display: block;
max-width: 100%;
height: auto;
margin-bottom: 10px;
position: relative;
overflow: hidden; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .fa,
html body.header_style_7 li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical .fa,
html body.header_style_8 li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical .fa {
margin-right: 10px;
margin-top: 3px;
display: inline-block;
vertical-align: top;
min-width: 16px;
font-size: 14px; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical .stm_mega_textarea {
display: block;
line-height: 18px;
margin-bottom: 20px;
position: relative;
text-transform: none;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400;
font-size: 13px;
color: #666666;
z-index: 10;
cursor: default; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li:before,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li:before,
html body.header_style_7 li.stm_megamenu_vertical li:before,
html body.header_style_8 li.stm_megamenu_vertical li:before {
display: none; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea {
color: #ffffff; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa {
color: #ffffff; }
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical li li:last-child .stm_mega_textarea {
margin-bottom: 0; }
@media only screen and (max-width: 1199px) {
html body ul li.stm_megamenu > ul.sub-menu > li {
padding: 0 20px; } }
@media only screen and (max-width: 1024px) {
html body.header_style_7 li.stm_megamenu_vertical ul.sub-menu li,
html body.header_style_8 li.stm_megamenu_vertical ul.sub-menu li {
padding-left: 0 !important; }
html body.mobile_grid_landscape ul li.stm_megamenu {
position: relative !important; }
html body.mobile_grid_landscape ul li.stm_megamenu img {
margin-top: 0; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu {
width: 100% !important; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu > li {
width: 100% !important;
padding: 0; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu > li > a {
padding-bottom: 11px !important; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu {
background-color: #ffffff !important; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li {
float: none;
width: auto;
padding: 0;
position: relative; }
html body.mobile_grid_landscape ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a {
padding: 11px 45px !important;
margin: 0 !important; }
html body.mobile_grid_landscape ul li.stm_megamenu .stm_megaicon,
html body.mobile_grid_landscape ul li.stm_megamenu .fa {
line-height: 20px;
margin-top: 0 !important; } }
@media only screen and (max-width: 992px) {
html body ul li.stm_megamenu {
position: relative !important; }
html body ul li.stm_megamenu img {
margin-top: 0; }
html body ul li.stm_megamenu > ul.sub-menu {
width: 100% !important; }
html body ul li.stm_megamenu > ul.sub-menu > li {
width: 100% !important;
margin-top: 0;
margin-bottom: 0;
padding: 0; }
html body ul li.stm_megamenu > ul.sub-menu > li > a {
padding-left: 28px !important;
padding-bottom: 11px !important; }
html body ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu {
display: none;
background-color: #ffffff !important; }
html body ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li {
float: none;
width: auto;
padding: 0;
margin-top: 0;
position: relative; }
html body ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a {
padding: 11px 45px !important;
margin: 0 !important; }
html body ul li.stm_megamenu .stm_megaicon,
html body ul li.stm_megamenu .fa {
line-height: 20px;
margin-top: 0 !important; } }.addtoany_content{clear:both;margin:16px 0}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a>span{height:32px;line-height:32px;width:32px}.addtoany_list a>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}