
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  margin: 0 auto;
  line-height:14px;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with background images */
  display: inline-block;
  /* overflow: ; */
  text-indent: 100%;
  white-space: nowrap;
  color:white;
  font-weight:bold;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-product {
  text-align: center;
}

.cd-product ul{
	margin:0;
	padding:0;
}

.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}
.cd-product-wrapper > img {
  display: block;
}

.cd-single-point, .cd-single-pointB, .cd-single-pointC {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a, .cd-single-pointB > a, .cd-single-pointC > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #ff7800;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color:white;
  font-weight:bold;
}
.cd-product-wrapper ul{
	list-style-type:none;
}
.cd-product-wrapper ul li a{
	line-height:29px!important;
}

/*
.cd-single-point > a::after, .cd-single-point > a:before, .cd-single-pointB > a::after, .cd-single-pointB > a:before {
  /* rotating plus icon 
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
*/

.cd-single-point > a::after, .cd-single-pointB > a::after, .cd-single-pointC > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before, .cd-single-pointB > a::before, .cd-single-pointC > a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after, .cd-single-pointB::after, .cd-single-pointC::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}

/**** Point Position ****/
.cd-single-point:nth-of-type(1) {
  top:190px;
  left:555px;
}
.cd-single-point:nth-of-type(2) {
  top:145px;
  left:515px;
}
.cd-single-point:nth-of-type(3) {
  top: 143px;
  left: 590px;
}
.cd-single-point:nth-of-type(4) {
  top: 100px;
  left: 715px;
}
.cd-single-point:nth-of-type(5) {
  top: 210px;
  left: 215px;
}
.cd-single-point:nth-of-type(6) {
  top: 175px;
  left: 375px;
}
.cd-single-point:nth-of-type(7) {
  top: 190px;
  left: 350px;
}
.cd-single-point:nth-of-type(8) {
  top: 160px;
  left: 460px;
}
.cd-single-point:nth-of-type(9) {
  top: 175px;
  left: 745px;
}
.cd-single-point:nth-of-type(10) {
  top: 200px;
  left: 730px;
}
.cd-single-point:nth-of-type(11) {
  top: 225px;
  left: 430px;
}
.cd-single-point:nth-of-type(12) {
  top: 225px;
  left: 375px;
}
.cd-single-point:nth-of-type(13) {
  top: 225px;
  left: 728px;
}
.cd-single-point:nth-of-type(14) {
  top: 265px;
  left: 548px;
}
.cd-single-point:nth-of-type(15) {
  top: 308px;
  left: 548px;
}
.cd-single-point:nth-of-type(16) {
  top: 285px;
  left: 790px;
}
.cd-single-point:nth-of-type(17) {
  top: 295px;
  left: 710px;
}
.cd-single-point:nth-of-type(18) {
  top: 320px;
  left: 770px;
}
.cd-single-point:nth-of-type(19) {
  top: 325px;
  left: 810px;
}
.cd-single-point:nth-of-type(20) {
  top: 340px;
  left: 740px;
}
.cd-single-point:nth-of-type(21) {
  top: 485px;
  left: 577px;
}
.cd-single-point:nth-of-type(22) {
  top: 520px;
  left: 577px;
}
.cd-single-point:nth-of-type(23) {
  top: 557px;
  left: 577px;
}
.cd-single-point:nth-of-type(24) {
  top: 605px;
  left: 565px;
}
.cd-single-point:nth-of-type(25) {
  top: 558px;
  left: 520px;
}
.cd-single-point:nth-of-type(26) {
  top: 618px;
  left: 520px;
}
.cd-single-point:nth-of-type(27) {
  top: 600px;
  left: 470px;
}
.cd-single-point:nth-of-type(28) {
  top: 575px;
  left: 452px;
}
.cd-single-point:nth-of-type(29) {
  top: 558px;
  left: 435px;
}
.cd-single-point:nth-of-type(30) {
  top: 615px;
  left: 435px;
}
.cd-single-point:nth-of-type(31) {
  top: 570px;
  left: 398px;
}
.cd-single-point:nth-of-type(32) {
  top: 622px;
  left: 396px;
}
.cd-single-point:nth-of-type(33) {
  top: 535px;
  left: 315px;
}
.cd-single-point:nth-of-type(34) {
  top: 628px;
  left: 315px;
}
.cd-single-point:nth-of-type(35) {
  top: 670px;
  left: 254px;
}
.cd-single-point:nth-of-type(36) {
  top: 780px;
  left: 130px;
}
.cd-single-point:nth-of-type(37) {
  bottom: 395px;
  left: 285px;
}
.cd-single-point:nth-of-type(38) {
  bottom: 395px;
  left: 330px;
}
.cd-single-point:nth-of-type(39) {
  bottom: 395px;
  left: 368px;
}
.cd-single-point:nth-of-type(40) {
  bottom: 395px;
  left: 405px;
}
.cd-single-point:nth-of-type(41) {
  bottom: 395px;
  left: 482px;
}
.cd-single-point:nth-of-type(42) {
  bottom: 442px;
  left: 465px;
}
.cd-single-point:nth-of-type(43) {
  bottom: 348px;
  left: 465px;
}
.cd-single-point:nth-of-type(44) {
  bottom: 440px;
  left: 526px;
}
.cd-single-point:nth-of-type(45) {
  bottom: 350px;
  left: 526px;
}
.cd-single-point:nth-of-type(46) {
  bottom: 325px;
  left: 330px;
}
.cd-single-point:nth-of-type(47) {
  bottom: 272px;
  left: 330px;
}
.cd-single-point:nth-of-type(48) {
  bottom: 280px;
  left: 385px;
}
.cd-single-point:nth-of-type(49) {
  bottom: 265px;
  left: 415px;
}
.cd-single-point:nth-of-type(50) {
  bottom: 275px;
  left: 457px;
}
.cd-single-point:nth-of-type(51) {
  bottom: 285px;
  left: 520px;
}
.cd-single-point:nth-of-type(52) {
  bottom: 227px;
  left: 494px;
}
.cd-single-point:nth-of-type(53) {
  bottom: 220px;
  left: 410px;
}
.cd-single-point:nth-of-type(54) {
  bottom: 200px;
  left: 345px;
}
/**** end Point Position ****/

/**** Point Position B ****/
.cd-single-pointB:nth-of-type(1) {
  top:155px;
  left:518px;
}
.cd-single-pointB:nth-of-type(2) {
  top:207px;
  left:310px;
}
.cd-single-pointB:nth-of-type(3) {
  top:232px;
  left:335px;
}
.cd-single-pointB:nth-of-type(4) {
  top:248px;
  left:704px;
}
.cd-single-pointB:nth-of-type(5) {
  top:305px;
  left:810px;
}
.cd-single-pointB:nth-of-type(6) {
  top:382px;
  left:730px;
}
.cd-single-pointB:nth-of-type(7) {
  top:350px;
  left:680px;
}
.cd-single-pointB:nth-of-type(8) {
  top:375px;
  left:365px;
}
.cd-single-pointB:nth-of-type(9) {
  top:350px;
  left:300px;
}
.cd-single-pointB:nth-of-type(10) {
  top:472px;
  left:526px;
}
.cd-single-pointB:nth-of-type(11) {
  top:466px;
  left:588px;
}
.cd-single-pointB:nth-of-type(12) {
  top:555px;
  left:450px;
}
.cd-single-pointB:nth-of-type(13) {
  top:620px;
  left:270px;
}
.cd-single-pointB:nth-of-type(14) {
  top:760px;
  left:460px;
}
.cd-single-pointB:nth-of-type(15) {
  bottom:224px;
  left:356px;
}
.cd-single-pointB:nth-of-type(16) {
  bottom:344px;
  left:160px;
}
.cd-single-pointB:nth-of-type(17) {
  bottom:430px;
  left:220px;
}
/**** end Point Position B ****/

/**** Point Position C ****/
.cd-single-pointC:nth-of-type(1) {
  top:130px;
  left:150px;
}
.cd-single-pointC:nth-of-type(2) {
  top:83px;
  left:235px;
}
.cd-single-pointC:nth-of-type(3) {
  top:70px;
  left:330px;
}
.cd-single-pointC:nth-of-type(4) {
  top:90px;
  left:390px;
}
.cd-single-pointC:nth-of-type(5) {
  top:160px;
  left:435px;
}
.cd-single-pointC:nth-of-type(6) {
  top:215px;
  left:415px;
}
.cd-single-pointC:nth-of-type(7) {
  top:130px;
  left:420px;
}
.cd-single-pointC:nth-of-type(8) {
  top:190px;
  left:450px;
}
.cd-single-pointC:nth-of-type(9) {
  top:235px;
  left:385px;
}
.cd-single-pointC:nth-of-type(10) {
  top:255px;
  left:335px;
}
.cd-single-pointC:nth-of-type(11) {
  top:300px;
  left:255px;
}
.cd-single-pointC:nth-of-type(12) {
  top:175px;
  left:240px;
}
.cd-single-pointC:nth-of-type(13) {
  top:280px;
  left:140px;
}
.cd-single-pointC:nth-of-type(14) {
  top:85px;
  left:720px;
}
.cd-single-pointC:nth-of-type(15) {
  top:130px;
  left:780px;
}
.cd-single-pointC:nth-of-type(16) {
  top:205px;
  left:855px;
}
.cd-single-pointC:nth-of-type(17) {
  top:265px;
  left:870px;
}
.cd-single-pointC:nth-of-type(18) {
  top:335px;
  left:830px;
}
.cd-single-pointC:nth-of-type(19) {
  top:345px;
  left:775px;
}
.cd-single-pointC:nth-of-type(20) {
  top:310px;
  left:845px;
}
.cd-single-pointC:nth-of-type(21) {
  top:360px;
  left:815px;
}
.cd-single-pointC:nth-of-type(22) {
  top:325px;
  left:745px;
}
.cd-single-pointC:nth-of-type(23) {
  top:300px;
  left:700px;
}
.cd-single-pointC:nth-of-type(24) {
  top:250px;
  left:625px;
}
.cd-single-pointC:nth-of-type(25) {
  top:175px;
  left:720px;
}
.cd-single-pointC:nth-of-type(26) {
  top:140px;
  left:580px;
}
/**** end Point Position C ****/

.cd-single-point.is-open > a, .cd-single-pointB.is-open > a, .cd-single-pointC.is-open > a {
  background-color: #137771;
}

.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before, .cd-single-pointB.is-open > a::after, .cd-single-pointB.is-open > a::before, .cd-single-pointC.is-open > a::after, .cd-single-pointC.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after, .cd-single-pointB.is-open::after, .cd-single-pointC.is-open::after {
  /* remove pulse effect */
  display: none;
}
.cd-single-point.is-open .cd-more-info, .cd-single-pointB.is-open .cd-more-info, .cd-single-pointC.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a, .cd-single-pointB.visited > a, .cd-single-pointC.visited > a {
  background-color: #137771;
}
.cd-single-point.visited::after, .cd-single-pointB.visited::after, .cd-single-pointC.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}
@media only screen and (min-width: 600px) {
  .cd-single-point.is-open .cd-more-info.cd-left, .cd-single-pointB.is-open .cd-more-info.cd-left, .cd-single-pointC.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right, .cd-single-pointB.is-open .cd-more-info.cd-right, .cd-single-pointC.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top, .cd-single-pointB.is-open .cd-more-info.cd-top, .cd-single-pointC.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom, .cd-single-pointB.is-open .cd-more-info.cd-bottom, .cd-single-pointC.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
.cd-single-point .cd-more-info, .cd-single-pointB .cd-more-info, .cd-single-pointC .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before, .cd-single-pointB .cd-more-info::before, .cd-single-pointC .cd-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2, .cd-single-pointB .cd-more-info h2, .cd-single-pointC .cd-more-info h2 {
  font-size: 14px!important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  margin-bottom: .6em;
}
.cd-single-point .cd-more-info h2:before, .cd-single-pointB .cd-more-info h2:before, .cd-single-pointC .cd-more-info h2:before{
	border:none;
}
.cd-single-point .cd-more-info p, .cd-single-pointB .cd-more-info p, .cd-single-pointC .cd-more-info p {
  color: #758eb1;
}
@media only screen and (min-width: 600px) {
  .cd-single-point .cd-more-info, .cd-single-pointB .cd-more-info, .cd-single-pointC .cd-more-info {
  position: absolute;
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
  overflow-y: visible;
  line-height: 1.4;
  border-radius: 0.25em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .cd-single-point .cd-more-info::before, .cd-single-pointB .cd-more-info::before, .cd-single-pointC .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right, .cd-single-pointB .cd-more-info.cd-left, .cd-single-pointB .cd-more-info.cd-right, .cd-single-pointC .cd-more-info.cd-left, .cd-single-pointC .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before, .cd-single-point B.cd-more-info.cd-left::before, .cd-single-pointB .cd-more-info.cd-right::before, .cd-single-point C.cd-more-info.cd-left::before, .cd-single-pointC .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-pointB .cd-more-info.cd-left, .cd-single-pointC .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-pointB .cd-more-info.cd-left::before, .cd-single-pointC .cd-more-info.cd-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  .cd-single-point .cd-more-info.cd-right, .cd-single-pointB .cd-more-info.cd-right, .cd-single-pointC .cd-more-info.cd-right {
    left: 160%;
  }
  .cd-single-point .cd-more-info.cd-right::before, .cd-single-pointB .cd-more-info.cd-right::before, .cd-single-pointC .cd-more-info.cd-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom, .cd-single-pointB .cd-more-info.cd-top, .cd-single-pointB .cd-more-info.cd-bottom, .cd-single-pointC .cd-more-info.cd-top, .cd-single-pointC .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before, .cd-single-pointB .cd-more-info.cd-top::before, .cd-single-pointB .cd-more-info.cd-bottom::before, .cd-single-pointC .cd-more-info.cd-top::before, .cd-single-pointC .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-pointB .cd-more-info.cd-top, .cd-single-pointC .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-pointB .cd-more-info.cd-top::before, .cd-single-pointC .cd-more-info.cd-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom, .cd-single-pointB .cd-more-info.cd-bottom, .cd-single-pointC .cd-more-info.cd-bottom {
    top: 160%;
  }
  .cd-single-point .cd-more-info.cd-bottom::before, .cd-single-pointB .cd-more-info.cd-bottom::before, .cd-single-pointC .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .cd-single-point .cd-more-info h2, .cd-single-pointB .cd-more-info h2, .cd-single-pointC .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .cd-single-point .cd-more-info p, .cd-single-pointB .cd-more-info p, .cd-single-pointC .cd-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* close the interest point description - only on mobile */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}
.cd-close-info::after, .cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #137771;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 600px) {
  .cd-close-info {
    display: none;
  }
}
