@charset "utf-8";
/* CSS Document */
.ccs-popup {
  display: none;
  position: fixed; 
  bottom: 35px;
  left: 1%;
  z-index:10; 
  border: 1px solid #transparent;
  -webkit-border-radius:3px; 
  -moz-border-radius:3px; 
  border-radius: 3px;
  z-index: 2000;
  background: #eff0f1;
  animation-name: ccsAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes ccsAnimation {
  from {width:0%;height: calc(0% - 84px);}
  to {width:98%;height: calc(90% - 50px);}
}
@media only screen and (max-width:450px) {
.ccs-popup {
right: 1px;
}
}
.ccstop {
    display: inline-block;	
	padding-top: 30px;
	padding-bottom: 40px;
	border: 1px solid #transparent;
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius: 8px 8px 0 0;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 22px;
    color: #fff;
	background-color: #DBDBDB; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, #DBDBDB, #242424);
	animation-name: ccstopAnimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes ccstopAnimation {
  from {width:0px;}
  to {width:100%;}
}
.ccs-inner-pop {
  overflow-y: scroll;
  display: inline-block;
  position: absolute;
  right: 0.5%;
  top: 50px;
  border: 1px solid #transparent;
  -webkit-border-radius:2px; 
  -moz-border-radius:2px; 
  border-radius: 2px;
  z-index: 9;
  background-color: #fff;
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px, rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  animation-name: ccsinnerAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes ccsinnerAnimation {
  from {width:0%;height: calc(0% - 180px);}
  to {width:99%;height: calc(100% - 70px);}
}
@keyframes ccsinnerAnimation {
  from {background-color: #000;}
  to {background-color: #fff;}
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ccs-inner-pop::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.ccs-inner-pop {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media only screen and (max-width:1000px) {
.ccs-inner-pop {
  display: inline-block;
  position: absolute;
  right: 0.5%;
  top: 50px;
  border: 1px solid #transparent;
  -webkit-border-radius:2px; 
  -moz-border-radius:2px; 
  border-radius: 2px;
  z-index: 9;
  background-color: #fff;
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px, rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  animation-name: ccsinnerAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes ccsinnerAnimation {
  from {width:0%;height: calc(0% - 180px);}
  to {width:99%;height: calc(100% - 70px);}
}
}
.inner-pop {
  display: inline-block;
  position: absolute;
      right: 14px;
    top: 100px;
  
  border: 1px solid #transparent;
  	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius: 2px;
  z-index: 9;
  background-color: #fff;
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px, rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  	  animation-name: cenAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes cenAnimation {
  from {width:0px;height: calc(0% - 180px);}
  to {width:350px;height: calc(100% - 180px);}
}
#toptextblack {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: 100;   
    color: #242424;
	animation-name: texttopAnimationx;
    animation-duration: 1s;
    animation-fill-mode: forwards;
	}
	@keyframes texttopAnimationx {
  from {font-size: 0px;}
  to {font-size: 24px;}
}
      #menuintroxtwo {
        display: inline-block;
        width: 100%;
        background-color: transparent;
      }
#innerleft {
	   float: left;
       width: 43%;
       height: 74svh;
	   text-align: left;
       background-color: transparent;
	   padding-top: 2svh;
	   padding-bottom: 0svh;
	   padding-left: 6%;
	   }
	   #innerright {
	   float: left;
       width: 50%;
       height: 76svh;
	   text-align: left;
       background-color: transparent;
	   padding-top: 0svh;
	   padding-bottom: 0svh;
	   }
	   #imageCCS {
	  float:left;  display: inline-block;
	  background-image: url('../news/lightwind-ccs-twintip-kiteboard-side.png');
      background-repeat: no-repeat;
      background-size: contain;
	  min-height: 72svh;
	  width: 450px;	
	  }
	  #imageCC {
	  float:left;  display: inline-block;
	  background-image: url('../news/lightwind-cc-twintip-kiteboard-side.png');
      background-repeat: no-repeat;
      background-size: contain;
	  min-height: 72svh;
	  width: 450px;	
	  }
	  #imageC {
	  float:left;  display: inline-block;
	  background-image: url('../news/lightwind-c-twintip-kiteboard-side.png');
      background-repeat: no-repeat;
      background-size: contain;
	  min-height: 72svh;
	  width: 450px;	
	  }
	  @media only screen and (max-width:1000px) {
       #innerleft {
	   float: none;
       width: 100%;
	   height: 60svh;
	   padding-top: 2svh;
	   padding-bottom: 0svh;
	   padding-left: 0%;
	   text-align: center;
	   }
	  #innerright {
	   float: none;
       width: 100%;
       height: 76svh;
	   text-align: center;
	   } 
	  #innerimage {
	  float: none;	
	  }
	  #imageCCS {
	  float:none;
	  min-height: 72svh;
	  width: 350px;	
	  }
	  #imageCC {
	  float:none;
	  min-height: 72svh;
	  width: 350px;	
	  }
	  #imageC {
	  float:none;
	  min-height: 72svh;
	  width: 350px;	
	  }
	   }
	   #innertext {
        padding-top: 0px;
        text-align: left;
        font-family: "Kanit", sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1.6;
        font-size: 25px;
        color: #000;
      }
	  #innertexts {
        padding-top: 15px;
        text-align: left;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1.6;
        font-size: 18px;
        color: #000;
      }
      #innertextss {
        padding-top: 4px;
        text-align: left;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1.6;
        font-size: 18px;
        color: #000;
      }
	  @media only screen and (max-width:1000px) {
	  #innertext {
        padding-top: 0px;
        text-align: center;
		padding-left: 30px;
		padding-right: 30px
      }
	  #innertexts {
        padding-top: 15px;
        text-align: center;
		padding-left: 30px;
		padding-right: 30px
      }
      #innertextss {
        padding-top: 4px;
        text-align: center;
		padding-left: 30px;
		padding-right: 30px
      }
	  }
.collapsible {
  width: 90%;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 0px;
  width: 90%;
  border-top: 1px solid #CCCCCC;
  text-align: left;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 24px;
  text-align: left;
  outline: none;
}
.collapsibleblack {
  width: 700px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #333333;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  outline: none;
}
.active, .collapsible:hover {
  background-color: transparent;
}
.active, .collapsibleblack:hover {
  background-color: transparent;
}
@media only screen and (max-width:1000px) {
.collapsibleblack {
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (max-width:750px) {
.collapsibleblack {
  width: 80%;
}
}
.collapsible:after {
  content: ' \003E';
  color: #666666;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  float: right;
  margin-left: 5px;
  transition: 0.35s ease-out;
}
.collapsibleblack:after {
  content: ' \003E';
  color: #666666;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  float: right;
  margin-left: 5px;
  transition: 0.35s ease-out;
}
.collapsiblemodel {
  padding-left: 0px;
  width: 700px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding-top: 70px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  outline: none;
}
.active, .collapsiblemodel:hover {
  background-color: transparent;
}
@media only screen and (max-width:1000px) {
.collapsiblemodel {
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (max-width:750px) {
.collapsiblemodel {
  width: 80%;
}
}
.collapsiblemodel:after {
  content: ' \003E';
  color: #666666;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  float: right;
  margin-left: 5px;
  transition: 0.35s ease-out;
}
.active:after {
  content: "\003E";
    transform: rotate(-90deg);
  -webkit-transform: rotate(90deg);
}

.content {
  padding: 0px;
  width: 700px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
  background-color: transparent;
}
.contenttype {
  padding: 0px;
  width: 700px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
  background-color: transparent;
}
@media only screen and (max-width:1000px) {
.collapsible {
      width: 80%;
	  padding-left: 10%;
	  padding-right: 10%;
	}
.content {
  text-align: center;
  width: 80%;
  	  padding-left: 10%;
	  padding-right: 10%;
}
.contenttype {
  text-align: center;
  width: 80%;
  	  padding-left: 10%;
	  padding-right: 10%;
}
	}
/* cancel button position color */
.cancelbuttontwo {
    background-color: transparent;
    position: absolute; 
    right: 10px;
    top: 8px;
	width: 38px;
    height: 38px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
        .inline-svg {
            fill: #000000;
            height: 28px;
            width: 28px;
			transition: all 0.3s ease-in-out;
        }

        .inline-svg:hover {
            fill: #fff;
        }
