/* *** Wrapper *** */
.wrapper { margin-left:auto;margin-right:auto;width:100%;}
body.stickyheader .sticky-header { width: 100%; z-index: 9999; background-color: #1a428a;box-shadow:0 3px 3px rgba(0,0,0,0.3); -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);}
.sticky-header{position:relative;z-index: 1;}
body.stickyheader #header-sticky-wrapper .sticky-header.top-fixed, body.stickyheader.header-transparent #header-sticky-wrapper .sticky-header.top-fixed{ 
  position:fixed; top:0; left:0; right:0;  z-index: 9999; background-color: #1a428a !important;
    -webkit-transition:background-color 0.2s ease 0s, background-position 0.2s ease 0s, box-shadow 0s ease 0.2s; transition:background-color 0.2s ease 0s, background-position 0.2s ease 0s, box-shadow 0s ease 0.2s;
    box-shadow:0 3px 3px rgba(0,0,0,0.3); -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
}
.body-innerwrapper { overflow-x: hidden; }
body.header-transparent #header-sticky-wrapper { min-height: 0 !important;}
body.stickyheader.header-transparent #header-sticky-wrapper .sticky-header{ box-shadow:none; -webkit-box-shadow:none; background-color: rgba(0, 0, 0, 0); position: fixed; width: 100%; z-index: 9999;
}

.sppb-img-responsive{ display: block; height: auto; max-width: 100%; }
img{ display: block; height: auto; max-width: 100%; }

/** chronoforms **/
form.chronoform{margin-bottom:0px;}
p.chrono_credits a, p.chrono_credits { display: none; text-indent:-9999em;}
label .fa-asterisk { color: #f8c02f !important; font-size: 5px !important; padding-top: 5px; }
/*.gbs3 .chronoform ul.nav-tabs > li > a{background-color:#605f2b; color:#fefefe;}
.gbs3 .chronoform ul.nav-tabs > li.active > a{background-color:#4e1115; color:#e2e2e2;}*/
.gbs3 .chronoform .gcore-input-wide { width: 100%; }
.gbs3 .chronoform .gcore-input-wide .A{ width: 100% !important; }
.gbs3 .chronoform .gcore-input-wide input[type=radio].A { width: auto !important; }
.gbs3 .chronoform .gcore-input-wide.pull-left { max-width: 100%; width: auto; }
.gbs3 .chronoform label{font-weight:normal;}
#wt-site .chronoform input[type="submit"] { 
  border-radius: 0px; margin-top: 10px; min-height: 38px; padding-top: 5px; vertical-align: middle;
}
#wt-site .gbs3 .form-control { background-color: #ffffff; color:#000;
  border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.submit-wide .gcore-display-table{width:100% !important;}



/* Social Media */
ul.social-media { list-style: outside none none; margin-bottom: 0; padding-left: 0 !important;}
.social-media, .social-media ul, ul.social-media {margin-bottom: 0px; list-style:none;padding-left: 0;}
.social-media li { display: inline-block; list-style: outside none none; margin-bottom: 0; margin-right: 20px; padding-left: 0; padding-right: 0; position:relative;
}
.social-media li + li::after {
    border: 3px solid #ffffff; border-radius: 50%; content: ""; height: 0px; left: -20px; position: absolute; top: 16px; width: 0px;
}
.social-media .fa { background-color: rgba(0, 0, 0, 0); border-radius: 0; color: #fff; font-size: 20px; line-height: 26px; min-height: 26px; padding:5px 10px 5px 0; text-align: center; vertical-align: middle;
}
.social-media .fa { -webkit-transition: background 0.6s; transition: background 0.6s; }
.social-media .fa span.title{ margin-left:5px; }
.social-media .fa:hover { background-color: transparent; color:#d3d3d3; }

#header-sticky-wrapper .wtmain-menu { text-align:right; }
#header-sticky-wrapper div.mod-languages a { display: inline-block;  font-size: 16px; font-weight:600; padding:5px 0 5px 5px;  text-decoration: none;      text-transform: uppercase; color:#fff; }
#header-sticky-wrapper div.mod-languages a:hover{ color:#f8bf00;}


/* Blog Zoom Effect */
.blog-effect .blog .item-image, a[data-rokbox] {overflow: hidden;border: 0px solid #eeeeee; display:block;}
.blog-effect .blog .item-image > img:hover, a[data-rokbox] > img:hover{
    opacity: 0.8; border:0 none;
    -webkit-transform:  scale(1.2); /* Safari and Chrome */
    -moz-transform:     scale(1.2); /* Firefox */
    -ms-transform:      scale(1.2); /* IE 9 */
    -o-transform:       scale(1.2); /* Opera */
    transform:          scale(1.2);
}
.blog-effect .blog .item-image > img, a[data-rokbox] > img{ border:0 none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition:    all 1s ease 0s;
    -o-transition:      all 1s ease 0s;
    transition:         all 1s ease 0s;    
}


#wt-copyright { padding-top: 20px; border-top: 1px solid #afafaf; }
ul.menu { padding-left: 15px; }
ul.menu.list-unstyled { padding-left: 0; }
#wt-footer ul.menu li { margin-bottom: 7px; }
#sp-inset { padding-top: 15px; }
#sp-main-body > .container #sp-component{padding-top:15px;}