/* CSS Document */
/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor---*/
/*---3. Wrappers(containers)---*/
/*---4. Container Fonts---*/
/*---5. TopHeader css---*/
/*---6. Header---*/
/*---7. Footer css---*/
/*---7.1 social icons---*/
/*---7.2 FooterLinks,copy,developedby---*/
/*---8. contact map---*/
/*---9. grop ClearBoth---*/
/*---1. default reset css---*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol {
    list-style: decimal;
    margin-left: 30px;
  }
  
  ul {
    list-style: none;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* END RESET */
  /*---2.default font-size,font-family,font-color,line-height,bgcolor---*/
body {
    background: #fff;
    font-family: "montserratlight";
    color: #3d3a39;
    font-size: 16px !important;
    line-height: 26px;
    overflow-x: hidden;
  }
  
  /*---3. Wrappers(containers)---*/
  .MainWrapper {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
  
  .TopMainWrapper {
    width: 1200px;
    margin: 0 auto;
  }
  
  .IdxContainWrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .InnerContainWrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  /*---4.Container Fonts---*/
  .InnerContainWrapper h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
  }
  
  .InnerContainWrapper h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
  }
  
  .InnerContainWrapper h3 {
    /* font-size: 24px; */
    font-size: 50px;
    font-weight: normal;
    line-height: 34px;
  }
  
  .InnerContainWrapper h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
  }
  
  .InnerContainWrapper h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
  }
  
  .InnerContainWrapper h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
  }



html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


.group:after {
    content: "";
    display: table;
    clear: both;
}
.ClearBoth {
    clear: both;
    min-height: 1px;
}
.Logo {
    float: left;
    width: 218px;
    padding: 18px 0;
    box-sizing: border-box;
}
.Logo a, .LogoCenter a {
    display: block;
    width: 218px;
    height: 13px;
    background: url(../images/imgs/ugly-mug-logo.png) no-repeat left top;
    text-indent: -999999px;
    background-size: 100%;
}
.Logo.OrangeLogo a {
    background: url(../images/imgs/ugly-mug-logo.png) no-repeat left top;
}
.TopMainRight {
    float: right;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
.TopHeader.ContactTopHeader #navigation a, .HomeTop #navigation a {
    color: #3d3a39;
}
.InnerContainWrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.TopHeader #navigation a,
.HomeTop #navigation a {
  color: #3d3a39;
}

.TopHeader #navigation a:hover,
.HomeTop #navigation a:hover {
  color: #81c1cb;
}



footer#section7, footer#section7 .fp-tableCell {
    height: 188px !important;
    display: block !important;
}
.FooterWrap .InnerContainWrapper {
    padding: 20px 0px;
}
.FooterWrap .Col {
    display: inline-block;
    vertical-align: middle;
}
.FooterWrap .FooterCol1.Col {
    width: 17%;
    margin-right: 30px;
}
.FooterLogo {
    line-height: 0;
}
.section a {
    color: #828282;
    text-decoration: none;
}
.FooterLogo img {
    max-width: 100%;
}
.FooterWrap .FooterCol2.Col {
    width: 41%;
}
.FooterLink ul {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding-right: 10px;
    box-sizing: border-box;
}
.FooterWrap .FooterCol2.Col ul:first-child {
    padding-left: 40px;
}
.FooterLink li, .copy, .DevelopedBy {
    display: block;
    margin: 0px;
    padding: 0px 0px;
    background-image: none;
    font-size: 10px;
    line-height: 15px;
    color: #828282;
    font-family: "the_marmaladebold";
    letter-spacing: 0px;
    text-transform: uppercase;
}
.FooterLink li {
    background-image: none !important;
    margin-bottom: 12px;
}
.FooterLink li a {
    color: #828282;
    text-decoration: none;
}
.FooterLink li.HideLink {
    display: none;
}
.FooterLink li:last-child {
    margin-bottom: 0px;
}
.FooterWrap .FooterCol3.Col {
    width: 18%;
}
.FooterWrap .Phone {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    font-family: "the_marmaladebold";
}
.FooterWrap .Phone i {
    margin: 0 15px 0 0;
}
.FooterWrap .Email {
    font-family: "the_marmaladebold";
    font-size: 9px;
    text-transform: uppercase;
    color: #828282;
    line-height: 12px;
    display: inline-block;
    margin-top: 20px;
}
.FooterWrap .Email a {
    color: #828282;
    display: block;
    padding: 16px 21px;
    box-sizing: border-box;
    border: 1px solid #828282;
    background-color: transparent;
    transition: all ease-in 0.3s;
}
.FooterWrap .FooterCol4.Col {
    width: 20%;
    text-align: center;
}
.FSocialIcon {
    margin: 0 auto;
}
.FSocialIcon li {
    background-image: none;
    padding: 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.FSocialIcon .fa-stack {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.FSocialIcon .fa-lg {
    font-size: 15px;
    line-height: 21px;
    color: #3d3a39;
}
.FSocialIcon .fa-stack-2x {
    font-size: 25px;
    top: 0px;
}
.FSocialIcon .fa-stack-1x {
    top: 2px;
}
.FSocialIcon a .fa-inverse {
    color: #fff;
}
.copy, .DevelopedBy {
    font-family: "montserratregular";
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0;
    letter-spacing: 1px;
}
.FooterWrap .Email a:hover {
    color: #fff !important;
    border: 1px solid #81c1cb;
    background-color: #81c1cb;
}

.carousel-inner {
    width: 671px !important;
    margin: 0 auto;
}




