.responsive-ad {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 10px auto; /* centers image */
}
/* circular image, html as class="circular--square" */
.circular--square { 
  border-top-left-radius: 50% 50%;         
  border-top-right-radius: 50% 50%; 
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

.square50 { 
  border-top-left-radius: 50% 50%;         
  border-top-right-radius: 50% 50%; 
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

.square25 { 
  border-top-left-radius: 25% 25%;         
  border-top-right-radius: 25% 25%; 
  border-bottom-right-radius: 25% 25%; 
  border-bottom-left-radius: 25% 25%; 
}

/* FILTER */
.filter-tab {
    background: none;
    border: none;
    color: #1a80b6;
    font-size: 16px;
}
.filter-hidden {
  display: none;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
}
.item-list .item {
    margin: 5px;
}
.item-list .item img {
    height: 120px;
    width: 170px;
}
/* TABS */
.tabs a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eee;
  color: #333;
  border-radius: 5px 5px 0 0;
  margin: 5px 5px 10px 10px;
  text-decoration: none;
}
.tabs a.active {
          border-top: 2px solid #1a80b6;
}
.tabs a:hover {
  background-color: #ccc;
}

.tab {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
}

.tab-active {
  display: block;

}

/* END TABS */

BODY, TD, P, H1, H2, H3, H4, H5, H6 {
  font-family: "Helvetica",Arial,sans-serif !important;
}
#id_5laPrAJ {
  border: 2px solid #012F81;
}
.WaGadgetRecentBlogPosts.recentBlogPostsStyle001 ul li {
      border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
a.buttonStyle004, a:link.buttonStyle004, a.buttonStyle001, a:link.buttonStyle001 {
  border-radius: 5px;
}
.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 50px;
    background: #021C4C;
    color: white;
}
.WaGadgetSocialProfile.socialProfileStyle003 li a {
    color: #9d844e;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
line-height: 42px;
}
/* LOGIN */
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 25px;
    overflow: hidden;
    background: #a0854e;
    color: white;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
}
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:before, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:before, .WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink::before, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: normal 15px/25px 'Helvetica';
    text-align: center;
    text-indent: 0;
    content: 'My Account';
}
/* SLIDE */
.camera_thumbs_cont ul li > img {
  padding: 50px;
}
.camera_thumbs_cont ul li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #222;
    border-radius: 50px;
    transform: scale(80%);
    background: #3d3d3d;
}
.camera_thumbs_cont {
  background: #fff;
}
.camera_wrap {
  background: #fff;
}
.camera_wrap .camera_next>span:before, .camera_wrap .camera_prev>span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 50px;
    color: white;
    font: normal 28px/50px 'FontAwesome';
    text-align: center;
}
.camera_commands, .camera_next, .camera_prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 25px;
    height: 50px;
    margin-top: -25px;
    background: #222;
    cursor: pointer;
}
.camera_wrap .camera_next>span, .camera_wrap .camera_prev>span {
    display: block;
    width: 20px;
    height: 50px;
    background: 0;
}
.camera_caption {
  background: transparent;
  width: 60%;
  top: 15%;
  padding: 0 50px;
}
.homeSlide .camera_thumbs {
  display: none;
}
/* MENU */
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #012F81;
    border-bottom: 1px solid #2b2b2b;
    box-sizing: border-box;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul li.sel > .item > a {
    color: #fff;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul li > .item:hover > a {
    background: rgb(1, 47, 129);
    color: white;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 40000;
    display: block;
    visibility: hidden;
    box-sizing: border-box;
    width: 0;
    min-width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #9d844e;
    border: 1px solid #2b2b2b;
    opacity: 0;
    list-style: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item:hover > a {
    color: #fff;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.dir > .item > a span::after {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 0 0 7px;
    font: 23px/40px 'FontAwesome';
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item > a {
    position: relative;
    display: block;
    height: 40px;
    padding: 8px 14px;
    background: inherit;
    color: white;
font: normal 13px/40px 'Lato','Arial',sans-serif;    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li.sel > .item > a {
    color: #fff;
    background: #9d844e;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel > li > .item:hover > a {
    background: #9d844e;
    color: #fff;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel {
  margin: 0 auto;
}
/* END MENU */
/* TYPOGRAPHY */
.logo-span1, .logo-span2 {
  font-size: 33px;
}
.slideHeader {
color: #6c1e26;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.1em;
      display: block;
    margin-bottom: 20px;
}
.slideText {
    color: #313131;
  font-weight: 400;
  font-size: 2em;
  margin-top: 25px;
      display: block;
    margin-bottom: 20px;
}
BODY, TD, P {
  font-size: 1em;
  color: #313131;
}

a {
  color: #012f81;
  text-decoration: none;
}

a:hover {
  color: #9c844c;
  text-decoration: none;
}

H1 {
  font-weight: 400;
  font-size: 2em;
  color: #9c844c;
  padding-top: 0px;
  text-transform: capitalize;
}
.gadgetStyle002 h1:not(.promo):not(.header):not(.h1Alt) {
  font-weight: 400;
  font-size: 2em;
  padding-top: 0px;
  text-transform: capitalize;
}
h2 {  
  color: #9c844c;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.cnContent {

    border: 0px solid #d6d6d6;
}



/* Mobile View */
@media screen and (max-width: 766px) {
.logo-span1, .logo-span2 {
  font-size: 22px;
}
.non-mobile {
display: none;
}

.slideHeader {
color: #6c1e26;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.1em;
      display: block;
    margin-bottom: 5px;
}
.slideText {
    color: #313131;
  font-weight: 400;
  font-size: 1.1em;
  margin-top: 3px;
      display: block;
    margin-bottom: 5px;
}
.camera_caption {
  background: transparent;
  width: 55%;
  top: 2%;
  padding: 0 20px;
}
}
/* End Mobile View */
/* Tablet View */
@media screen and (max-width: 962px) and (min-width: 766px) {
.logo-span1, .logo-span2 {
  font-size: 26px;
}
.footerText {
text-align: center;
}
.non-mobile {
display: none;
}
.slideHeader {
color: #6c1e26;
  font-weight: 600;
  font-size: 2em;
  line-height: 1em;
      display: block;
    margin-bottom: 20px;
}
.slideText {
    color: #313131;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 3px;
      display: block;
    margin-bottom: 20px;
}
.camera_caption {
  background: transparent;
  width: 55%;
  top: 2%;
  padding: 0 20px;
}
}
/* End Tablet View */