/* NORMALIZE */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]:-moz-focus-inner,[type=reset]:-moz-focus-inner,[type=submit]:-moz-focus-inner,button:-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]:-webkit-inner-spin-button,[type=number]:-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]:-webkit-search-cancel-button,[type=search]:-webkit-search-decoration{-webkit-appearance:none}:-webkit-input-placeholder{color:inherit;opacity:.54}:-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*# sourceMappingURL=normalize.min.css.map */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.fright {
    float: right;
}
.fleft {
    float: left;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusabl
e:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.uppercased {
    text-transform: uppercase;
}
.yellow {
    color: #FFC52D;
}
.blue {
  color: #0038a1;
}
.bordo {
    color: #8E2427;
}
.black {
    color:  #000;
}
.text-center {
  text-align: center;
}
.block {
  display: block;
}

/* ==========================================================================
   Page styles
   ========================================================================== */
  * {
    box-sizing: border-box;
  }
  body {
      color: #5a5c61;
  }
  .site-header {
    position:fixed;
		height: 50px;
        line-height: 50px;
		display:block;
		width: 95%;
		z-index:11;
		width: 100%;
		padding: 10px 2% 10px 0;
        }
    @media screen and (max-width: 767px) {
         .site-header {
        background: #122942;
        margin-top: 0;
        padding: 2% 0;
        width: 100%;
        height: auto;
        line-height: 1;
         }

         .invert {
            filter: none;
         }
    }
 #menu {
     overflow: hidden;
     margin: 0;
     padding-left: 3%;
 }
 .main-nav {
     text-transform: uppercase;
     text-align: left;
     float: left;
     width: 80%;
     padding-bottom: 10px;
 }

 @media screen and (max-width: 767px) {
    .main-nav {
        transition: all .5s ease;
        padding: 20px 0;
        left: -100%;
        position: absolute;
        top: 75px;
        background: rgba(255,255,255,0.95);
        box-shadow:  1px 1px 2px rgba(0,0,0,0.2);

    }
    .main-nav ul {
      padding: 0 5%;
      width: 100%;

    }
    .main-nav.active {
        width: 65%;
        float: none;
        left: 0;
        border: 1px solid #fff;
    }
     .main-nav li {
         float: none;
         width: 100%;
         margin-bottom: 20px;
         margin-right: 0;
     }
}
 .main-nav li {
     float: left;
     list-style-type: none;
     font-size: 14px;
     margin-right: 2%;
 }
 .main-nav li a {
     text-decoration: none;
     color: #122942;
     transition: all .2s linear;
 }
/*
 .fp-viewing-introduction-1 .main-nav li a, .fp-viewing-introduction-2 .main-nav li a {
  color: #fff;
  font-size: 14px;
 }
  @media screen and (max-width: 767px) {
      .main-nav li a, .fp-viewing-introduction-1 .main-nav li a, .fp-viewing-introduction-2 .main-nav li a {
        color: #0038a1;
    }
 }
 .fp-viewing-introduction-1 #fp-nav ul li a span,.fp-viewing-introduction-2 #fp-nav ul li a span {
  background: #fff;
 }*/
 #fp-nav ul li a span{
  background: #0038a1;
 }
 .main-nav li a:hover, .main-nav li.active a {
     color: #8E2427;
 }
.main-nav li.active a {
    font-weight: bold;
 }

 .logo {
     float: right;
     max-width: 170px;
     transition: all .2s ease;
     margin-top: 2%;
 }
 @media screen and (max-width: 960px) {
    .logo {
      max-width: 140px;
      margin-top:0;
    }
 }
 @media screen and (max-width: 767px) {
     .logo {
         max-width: 18%;
         margin-right: 5%;
     }
 }
  @media screen and (max-width: 568px) {
    .logo {
      max-width: 30%;
    }
  }

.blue-bg {
    background-color: #0038a1;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #fullpage {
        overflow:hidden;
    }
}

.section {
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}
.section h1 {
    margin-bottom: 1%;
}
.section h2 {
    font-weight: normal;
    margin-top: 0;
}

.introduction-content h2 {
    font-size: 26px;
    line-height: 1.3;
}



.wrapper {
    text-align: left;
    height: 100%;
    position: relative;
    max-width: 100%;
    }
@media screen and (max-width: 767px) {
    .wrapper {
        height: auto;
    }
    .section {
        height: auto !important;
    }
    #section0 .wrapper, #section1 .wrapper {
        height: 100% !important;
    }

    #section0 {
      position: relative;
    }
    #section0 .introduction-content {
      margin: auto;
      top: 15%;
      position: relative;
      padding: 5%;
    }

    #section0 h1 {
        font-size: 34px;
    }



     #section0 h2 {
        font-size: 26px;
    }

    .ilovemobile{
      position: absolute;
      width: 767px;
      height: 100%;
      z-index: 1;
    }
/*    #section3, #section5, #section6 {
        background: #0038a1;
        color: #fff;
    }*/

    #section2, #section4, #section7 {
        background: #fff;
    }
     #section2 .fp-tableCell, #section3 .fp-tableCell ,#section4 .fp-tableCell, #section5 .fp-tableCell, #section6 .fp-tableCell , #section7 .fp-tableCell  {
        height: auto !important;
      }
}
.wrapper p {
    overflow: hidden;
}

.left-content {
    display: inline-block;
    width: 75%;
    height: 100%;
  transition: all .2s linear;
  text-align: center;
}

@media screen and (max-width: 1100px) {
    .left-content {
     width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .left-content {
     width: 100%;
     padding-top: 30px;
    }
}


/* MAP STYLES */


.map {
  display:inline-block;
  vertical-align: middle;
  width: 57%;
  margin-left: 0;
  position: relative;
  height: 100%;
  transition: all .2s linear;
}

#section0 .map , #section1 .map  {
    width: 50%;
}

@media screen and (max-width: 1100px) {
    .map {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        /*text-align: center;*/
    }

    .map {
        display: none;
    }
     #section1 .map {
        display: inline-block;
        max-height: 60%;
        width: 90%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        vertical-align: top;
        margin-top: 55px;
    }
    #section0 .map-new, #section1 .map-new {
        max-height: 100%;
        height: 100%;
    }
      #section0 .wrapper:before, #section1 .wrapper:before {
       content: '';
       display: none;
    }

}


@media screen and (max-width: 480px) {
    #section0 .map, #section1 .map {
        max-height: 50%;
    }
    .ilovemobile{
      position: absolute;
      width: 480px;
      height: 100%;
      z-index: 1;
    }
    .map-new{
      height: 100%!important;
    }
}

.map-new {
  max-width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  transition: all .2s linear;
}


.map-info {
  max-width: 350px;
  font-size: 11px;
  line-height: 120%;
  display: block;
  position: absolute;
  bottom: 6%;
  text-align: left;
  color: #5A5C60;
}
.map img {
  display: inline;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
   .map img {
    max-width: 100%;
   }
}


.jvectormap-container svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    left: 50%;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.wrapper-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    align-content: flex-start;
    padding: 2% 10%;
}

@media screen and (max-width: 1025px) {
  .wrapper-flex {
    padding: 2% 5%;
  }
}

@media screen and (min-width: 1919px) {
  .wrapper-flex {
    padding: 2% 15%;
  }
}


@media screen and (min-width: 767px) {
  #principles-list {
    display: none;
  }
}

.row {
    padding: 9% 3%;
    justify-content: center;
}
@media (min-width: 768px) {
    .row {
        flex:  0 0 50%;
        padding: 9% 3%;
    }
}

.jvectormap-zoomin, .jvectormap-zoomout {
display: none;
}
.introduction-content {
  width: 50%;
  margin-left: -10%;
  padding: 0 3%;
}
.introduction-content p {
    font-size: 16px;
}
.introduction-content h3 {
    font-size: 22px;
}
@media screen and (max-width: 1100px) {
    .introduction-content {
        width: 56%;
    }


    .introduction-content h1 {
        font-size: 26px;
    }


    .introduction-content h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .introduction-content {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
    }
     .introduction-content p {
         font-size: 12px;
     }

    .introduction-content.vc {
        display: inline-block;
    }
    .introduction-content h1 {
        font-size: 21px;
    }
    .introduction-content h2 {
        font-size: 16px;
        margin-top: 10px;
    }
}
.vc {
  display: inline-block;
  vertical-align: middle;
}
.country-info {
  max-width: 42%;
  transition: all .2s linear;
  text-align: left;
}

#section2 .country-info {
        max-width: 38%;
        margin-left:0;
}


@media screen and (max-width: 1100px) {
    .country-info, #section2 .country-info  {
        max-width: 42%;
        background: rgba(255,255,255,.6);
        position: relative;
        z-index: 9999;
    }
}


@media screen and (max-width: 767px) {
    .country-info,  #section2 .country-info {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        padding: 5% 0;
        color: #fff;
        background: #0038a1;
        position: relative;
        z-index: 2;
    }
   #section2 .country-info:after, #section4 .country-info:after, #section7 .country-info:after {
        border-top-color: #fff;
    }

   #section2 .country-info, #section4 .country-info, #section7 .country-info {
        background: #fff;
    }
}
.country-info h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
    .country-info h3 {
        margin-top: 0;
        color: #fff;
    }
    #section2 .country-info h3, #section4 .country-info h3, #section7 .country-info h3 {
        color: #003089;
    }
}

a.return-to-map{
  text-decoration: none;
}

@media screen and (max-width: 767px) {
    a.return-to-map{
       display: none;
    }
}

@media screen and (max-width: 767px) {
  .no-mid{
     display: visible;
  }
  .mid {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .no-mid{
     display: none;
  }
  .mid {
    display: visible;
  }
}

@media screen and (min-width: 1025px) {
  .no-mid{
     display: visible;
  }
  .mid {
    display: none;
  }
}

.more-info {
  text-align: center;
}

.more-info a {
  text-decoration: none;
  color: #122942!important;
  background-color: #eee;
  padding: 10px 15px;
}

.more-info a:hover {
  transition: all .2s linear;
  background-color: #fff;
}

a.return-to-map button {
  color: #fff;
  margin: 0 auto;
  display: block;
  background: #0038a1;
  border: 0;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
}

a.return-to-map button:hover{
  cursor: pointer;
}

p.expand-concept {
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
}

p.figure-info {
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 0.75rem;
}

.logos {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

.logos img {
  flex: 1;
  object-fit: scale-down;
  max-height: 110px;
  cursor: pointer;
}

.logos .apnic-logo {
  padding-top: 2%
}

aside {
    background: #E6E7E7;
    width: 22%;
    max-width: 250px;
    float: right;
    height: 100%;
    position: relative;
    color: #646569;
    flex:  3;
}
@media screen and (max-width: 767px) {
    aside{
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        background: #E6E7E7;
        padding-top: 30px;
        z-index: 1;
        flex:  none;
    }
    #section8 aside{
      display: none!important;
    }


    #section2 aside, #section4 aside, #section7 aside {
        background: #f6f6f6;
        color: #5a5c61;
    }
     #section2 .studies-list a, #section4 .studies-list a, #section7 .studies-list a {
        background: #f6f6f6;
        color: #5a5c61;
    }
}

.wrapper aside:before {
  content: '';
  display: none;
}
.aside-wide {
  width: 46%;
  text-align: left;
}
.aside-content h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.aside-content {
  padding: 0 5%;
  padding-left: 10%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
    .aside-content{
        vertical-align: top;
        padding-left: 5%;
        padding-bottom: 2%;
    }
}

.aside-content p {
  font-size:12px;
  line-height: 1.5;
}
.studies-list,.summary-sections {
    padding: 0;
    margin-left: 0;
}
.case-list, .summary-sections {
  counter-reset: my-counter;
}
.case-list li, .summary-sections li {
  position: relative;
  clear: both;
}
.case-list li:before, .summary-sections li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 30px;
  font-weight: bold;
  color: #646569;
  margin-right: 10px;
  opacity: .5;
  float: left;
  transition: all .2s linear;
  line-height:0.6em;
}
.summary-sections li:before {
    line-height: 0.6em;
}
.case-list li:hover:before, .summary-sections li:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
    #section2 .case-list li:before, #section4 .case-list li:before, #section7 .case-list li:before {
        color: #003089;
        opacity: 0.8;
    }
}
.case-list li a, .summary-sections a {
  display: block;
  overflow: hidden;
}
.studies-list li, .summary-sections li {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
    min-height: 35px;
}

.studies-list li a, .summary-sections li a {
    color: #646569;
    text-decoration: none;
}

.flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.country-facts  {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
    .country-facts  {
     font-size: 12px;
     text-align: left;
    }
    #section2 .country-facts, #section4 .country-facts, #section7 .country-facts {
        color: #5a5c61;
    }
}

.country-facts strong {
  color: #FFC52D;
  font-size: 19px;
}
@media screen and (max-width: 1100px) {
    .country-facts strong {
        font-size: 16px;
    }
}
.contact-page {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 2.2%;
  line-height: 2;
  max-width: 60%;
  font-size: 13px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
    .contact-page {
        max-width: 90%;
    }
}
.contact-page::-webkit-scrollbar {
    width: 12px;
}
.contact-page::-webkit-scrollbar-thumb {
    width: 8px;
    background: #FFC52D;
}
.contact-page::-webkit-scrollbar-track {
    background: #003089;
    width: 1px;
}

.executive-summary .wrapper {
  overflow-y: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  max-height: 100vh;
}
.executive-summary .wrapper aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .executive-summary .wrapper {
    display: block;
    max-height: 100%;
  }
  .executive-summary > div {
      height: auto !important;
  }
}
.executive-summary aside {
  display:flex;
  flex-direction:column;
  flex: 1 0 auto;
  order: 2;
}

.executive-summary .summary-sections li:before {
    line-height: 1em;
}
.executive-summary .contact-page {
  max-width: 100%;
  height: 90%;
  padding-right: 3%;
  padding-bottom: 2%;
  flex: 1 1 auto;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  top: 3%;
}

@media screen and (max-width: 767px) {
    .executive-summary .contact-page {
          margin-top: 14%;
    }
}
.executive-summary .aside-content {
  display:flex;
  flex-direction:column;
}
#section9 aside, #section8 aside {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
#section9 .aside-content, #section8 .aside-content {
    display: block;
    position: relative;
    flex-direction: unset;
}
@media screen and (max-width:1100px) {
    #section9 small {
        font-size: 11px;
    }
}
.executive-summary .aside-content h3 {
    font-size: 19px;
}
.executive-summary h3 {
  font-size: 20px;
  margin-top: 0;
}
.executive-summary h4 {
  color: #FF7900;
  font-size: 16px;
}
.executive-summary .contact-page::-webkit-scrollbar-track {
    background: #fff;
    width: 1px;
}
.executive-summary ul ul {
    margin: 10px 0;
}
.executive-summary ul ul li {
    margin-bottom: 10px;
    list-style-type: none;
}
.executive-summary ul ul li:before {
    content: "-";
    margin-left: -10px;
}

.download-report {
  max-width: 90%;
  margin-top: 15px;
  display: block;
  position: relative;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Media queries global */
@media screen and (max-width:768px) {
  .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell{
      height: auto !important;
  }
}



/* HAMBURGER */
.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 40px;
  font-size: 0;
  background: none;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
    .c-hamburger {
        display: block;
        margin-left: 5%;
    }
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 6px;
  right: 6px;
  height: 4px;
  background: #fff;
}



.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
    content: "";
}


.c-hamburger span:before {
  top: -10px;
}

.c-hamburger span:after {
  bottom: -10px;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}


/* SLIDING PANELS */

.cd-main-content {
  text-align: center;
}
.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
   -webkit-transition: height 0s 0.6s;
  -moz-transition: height 0s 0.6s;
  transition: height 0s 0.6s;
  z-index: 9999;
  height: 0;
}
@media screen and (max-width:767px) {
    .cd-panel {
        position: fixed;
        text-align: left;
        height: auto;
    }
}

.cd-panel:after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  height: 100%;
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
   -webkit-transition: height 0s 0s;
  -moz-transition: height 0s 0s;
  transition: height 0s 0s;
}
.cd-panel.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close:before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close:after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 100;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
  background: #878787;
}

.cd-panel-header h1 {
  font-weight: bold;
  color: #fff;
  padding-left: 5%;
  margin: 0;
  font-size: 28px;
}
@media screen and (max-width:767px) {
    .cd-panel-header h1 {
        font-size: 18px;
        margin-top: 0;
    }
}

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 60%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 53%;
  }
}

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-panel-close:before, .cd-panel-close:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  z-index: 100;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-panel-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
  background-color: #FFC52D;
  transition: background .2s linear;
}
.no-touch .cd-panel-close:hover:before, .no-touch .cd-panel-close:hover:after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover:before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel-container {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  background: #878787;
  z-index: 99;
  overflow: auto;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width:767px) {
    .cd-panel-container {
        width: 100%;
    }
}
.cd-panel-container::-webkit-scrollbar {
    width: 12px;
}
.cd-panel-container::-webkit-scrollbar-thumb {
    width: 8px;
    background: #575757;
}
.cd-panel-container::-webkit-scrollbar-track {
    background: #878787;
    width: 1px;
}

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 60%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 53%;
  }
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  padding: 70px 5% 5%;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content em {
  color: #FFC52D;
  margin: 20px 0 10px;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}


/* Arrow Down */

.godown {
  position: fixed;
  right: 80px;
  bottom: 2%;
  color: #000;
  z-index: 9999;
  font-size: 40px;
  text-decoration: none;
  transition: all .2s linear;
  display: none;
  opacity: 0.8;
}

.goup {
  position: fixed;
  right: 130px;
  bottom: 2%;
  color: #000;
  z-index: 9999;
  font-size: 40px;
  text-decoration: none;
  transition: all .2s linear;
  display: none;
  opacity: 0.8;
}

.godown:hover, .goup:hover {
 opacity: 1;
}

@media screen and (max-width: 1100px) {
  .goup {
    right: 12%
  }
  .godown {
    right: 7%;
  }
}

@media screen and (max-width: 767px) {
  .goup {
    right: 15%
  }
  .godown {
    right: 5%;
  }
}