/*
 * Globals
 */
html.ccm-edit-mode .main_menu {  
    position: relative;  
}

html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /** text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); **/
  /** box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); **/
  font-family: "Didact Gothic", sans-serif;
  font-size: calc(1rem * var(--bfso, 1));
}

.text-bg-dark {
    background-color: #000 !important;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

.didact-gothic-regular {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
 * Header
 */


div.page-template-full {
    margin: 0 auto;
}

/****/
/* Scss Document */
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, em, img, ins, kbd, q, s, samp, small, strike, strong, 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 {
  border: 0;
  font-family: "Didact Gothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 52px;
  line-height: 54px;
  font-family: 'Didact Gothic', sans-serif;
  clear: both;
}

h2 {
  font-size: 42px;
  line-height: 44px;
  font-family: 'Didact Gothic', sans-serif;
  clear: both;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: 'Didact Gothic', sans-serif;
  clear: both;
}

h4 {
  font-size: 26px;
  line-height: 28px;
  font-family: 'Didact Gothic', sans-serif;
  clear: both;
}

/* New one */
main.page-section {
  padding-top: 62px;
}

.site-heading {
  height: 100%; display:block; width: 100%; margin: 0 auto;
}
.text-bg-dark .site-heading a, .site-heading a:hover, .site-heading a:visited{
    color: #fff;
}
.text-bg-light .site-heading a, .site-heading a:hover, .site-heading a:visited{
    color: #000000;
    text-decoration: none;
}

.text-bg-dark .site-heading h1.site-heading-text{
    color: #fff;
    font-size: 145px;
    text-align: center;
    margin: 60px auto;
    width: 100%;
    padding-bottom: 50px;
    letter-spacing: -14px;
    padding-left: 28px;
}

.site-heading sup {
    top: 5px;
    font-size: 30px;
    letter-spacing: 1px;
}
sup.circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 5px;
    border: 2px solid #fff;
    text-align: center;
}

.site-heading h2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
}

.full_out {
    width: 100%;
    float: left;
}

.full_out .left {
    width: 47%;
    float: left;
}
.full_out .right {
    width: 47%;
    float: right;
}

/** About Section **/

.about-section h2 {
    text-align: center;
    padding-bottom: 20px;
}

.about-section p {
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: larger;
}

.page-section h2 {
    text-align: center;
    padding-bottom: 20px;
}

.page-section p {
    text-align: justify;
    text-align-last: center;
    padding-bottom: 10px;
    max-width: 70%;
    margin: 0 auto;
    font-size: 1.4em;
}

/*****/

/** Top Navigation **/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #333;*/
    color: #000;
    padding: 10px 20px;
}

.nav-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
}

.nav-list li {
    margin-right: 20px;
}

.nav-list li a {
    color: #000;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 100%;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        /*background-color: #333;*/
        padding: 10px;
        z-index: 1000;
        margin-top: -20px;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/*.topnav {*/
/*  overflow: hidden;*/
/*  background-color: #333;*/
/*}*/

/*.topnav a {*/
/*  float: left;*/
/*  display: block;*/
/*  color: #f2f2f2;*/
/*  text-align: center;*/
/*  padding: 14px 16px;*/
/*  text-decoration: none;*/
/*  font-size: 17px;*/
/*}*/

/*.topnav a:hover {*/
/*  background-color: #ddd;*/
/*  color: black;*/
/*}*/

/*.topnav a.active {*/
/*  background-color: #04AA6D;*/
/*  color: white;*/
/*}*/

/*.topnav .icon {*/
/*  display: none;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*  .topnav a:not(:first-child) {display: none;}*/
/*  .topnav a.icon {*/
/*    float: right;*/
/*    display: block;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*  .topnav.responsive {position: relative;}*/
/*  .topnav.responsive .icon {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*  }*/
/*  .topnav.responsive a {*/
/*    float: none;*/
/*    display: block;*/
/*    text-align: left;*/
/*  }*/
/*}*/
/*****/
span.red_text {
    color: #FF812C;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

sup {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
  border: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

.subsucc {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: green;
}

.about-content #left-section {
    width: 100% !important;
}

.pad-left {
  padding-left: 0;
}

.pad-right {
  padding-right: 0;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.no-mar {
  margin: 0;
}

body.page-front-page {
  overflow: hidden;
}

:focus {
  border: 0;
  outline: 0;
}

.fullWidth {
  height: 82vh;
  padding: 0 7%;
  margin-top: 14vh;
  margin-bottom: 4vh;
  overflow: hidden;
}

.mainImageAni img {
  height: auto;
  max-height: 82vh;
  max-width: 100%;
  width: auto;
}

.title-heading {
  display: none;
}

#logo {
  outline: none;
}

#logo img {
  width: 140px;
}

#wrap {
  padding-top: 125px;
}

#messages {
  word-wrap: break-word;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 3rem 20px 3rem;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.header.enter {
  top: -70px;
  opacity: 0;
}

body.res-menu-active .header.headroom--not-top {
  background: none;
  border: 0;
}

.header .menu-header {
  position: relative;
}

.header.headroom--not-top {
  background: rgba(255, 255, 255, 0.9);
  min-height: 104px;
}


@-webkit-keyframes letterspacing {
  0% {
    letter-spacing: -10rem;
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    -ms-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
  }
  50% {
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
@keyframes letterspacing {
  0% {
    letter-spacing: -10rem;
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    -ms-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
  }
  50% {
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

:focus {
  outline: none;
  border: 0;
}

.float-end a, .float-end a:visited {
    color: black;
}

.footer-main {
  width: 100%;
  background: #fafafa;
  float: left;
  min-height: 242px;
  padding: 0;
}
.footer-main .footer {
  margin: 0;
  float: left;
  width: 100%;
}
.footer-main .bottom-section {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 13px 0;
  color: #061206;
  font-size: 12px;
}
.footer-main .top-section {
  width: 100%;
  float: left;
  padding: 45px 10% 35px;
}
.footer-main .col-block {
  width: 33%;
  float: left;
  text-align: center;
}
.footer-main .col-block .imageWrapper img {
  max-height: 95px;
}
.footer-main .col-block.left-block {
  text-align: left;
}
.footer-main .col-block.right-block {
  text-align: right;
}
.footer-main .col-block .col {
  float: left;
  width: 50%;
}
.footer-main .col-block .col.right {
  text-align: right;
}
.footer-main .col-block .inner {
  display: inline-block;
  width: 105px;
  text-align: center;
}
.footer-main .col-block label {
  color: #000;
  font-size: 9px;
  font-family: 'gt_americaexpanded_regular';
  display: block;
  letter-spacing: .5px;
  padding: 20px 0 13px;
}
.footer-main .col-block .watchDesign {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  float: left;
  background: url(../images/watch-image.png) no-repeat center 0;
  text-align: center;
  font-family: 'basis_grotesque_probold';
  color: #717171;
  background-size: contain;
}

ul.footer-social {
  margin: 22px 0 0 10px;
  padding: 0;
  text-align: center;
  display: block;
}
ul.footer-social li {
  display: inline-block;
  margin: 0 5px;
}
ul.footer-social li a {
  width: 26px;
  height: 27px;
  display: inline-block;
  background: url(../images/footer-social.png) no-repeat 0 0;
}
ul.footer-social li a.instagram {
  background-position: -43px 0;
}
ul.footer-social li a.twitter {
  background-position: -87px 0;
}
ul.footer-social li a.pinterest {
  background-position: -129px 0;
}

ul.socialFooter {
  padding: 0;
  float: left;
  width: 14px;
}
ul.socialFooter li {
  cursor: pointer;
  font-family: 'gt_americaexpanded_regular';
  margin: 2px 0;
  float: left;
}
ul.socialFooter li:last-child {
  margin-left: -3px;
}
ul.socialFooter li.line {
  height: 46px;
  width: 100%;
  float: left;
  position: relative;
}
ul.socialFooter li.line:after {
  content: "";
  border-left: 1px solid #000;
  left: 7px;
  right: 0;
  margin: 0 auto;
  height: 100%;
  position: absolute;
}
ul.socialFooter li a {
  color: #000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 11px;
}

/***sticky social icon***/
.footer-main #block-block-1 {
  padding: 0;
  margin: 0;
  float: left;
  position: fixed;
  left: 50px;
  bottom: 286px;
}
.footer-main #block-block-1 ul.socialIcon.StickyIcon {
  width: 22px;
  float: left;
}
.footer-main #block-block-1 ul.socialIcon.StickyIcon li {
  margin-top: 5px;
}

ul.socialIcon {
  margin: 0;
  padding: 0;
}
ul.socialIcon li {
  display: inline-block;
  margin-right: 10px;
}
ul.socialIcon li a {
  width: 22px;
  height: 24px;
  display: inline-block;
  background: url(../images/social-icon.png) no-repeat 0 0;
}
ul.socialIcon li a.instagram {
  background-position: -37px 0;
}
ul.socialIcon li a.twitter {
  background-position: -74px 0;
}
ul.socialIcon li a.tumblr {
  background-position: -110px 0;
}

/** about sticky **/
.about-content .left-section.sticky {
  float: none;
  position: fixed;
  z-index: 6;
  left: auto;
}
/*
.about-content.CommonContentPage {
  display: block;
}
*/
.about-content .right-section {
  float: right;
  width: 50%;
}
.about-content .right-section p.first {
  margin-bottom: 20px;
}
.about-content .left-section {
  float: left;
  width: 48% !important;
  height: auto;
  position: fixed !important;
  top: 200px !important;
}
.about-content .res-rep-txt {
  display: none;
}


.text-bg-dark .text-muted {
    color: #9e9e9e !important;
}

@media screen and (max-width: 1024px) {
  .footer-main .top-section {
    padding: 45px 5% 35px;
  }

  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main {
    position: relative;
  }

  .page-section p {
    max-width: 94%;
    font-size: 22px;
  }

}


@media only screen and (min-width: 480px) and (max-width: 760px) {
  .header {
    padding-top: 15px;
  }

  .fullWidth {
    height: 80vh;
    margin-top: 16vh;
  }

  .page-section p {
    max-width: 96%;
    font-size: 26px;
  }
}
