/* ----------------------------------------------------------------------
Template Name : Travelku | Travel Agency Landing Page Template
Author        : Seniman Koding
Version       : 1.0
Copyright     : 2019
* ----------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------

01. Imported CSS
02. Default CSS
03. Preloader CSS
04. Nav CSS
05. Slider CSS
06. About CSS
07. Why Choose Us CSS
08. Travel CSS
09. CTA Center CSS
10. Destinations CSS
11. Packages CSS
12. Gallery CSS
13. Testimoni CSS
14. Contact CSS
15. Footer CSS
16. Copyright CSS
17. Scrool Top CSS


*/

/* Imported CSS */
@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";
/* End Imported CSS*/


/* Default CSS */
body {
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 0.5s;
}
.title-section {
	padding-bottom: 50px;
	text-align: center;
}
.title-section-main {
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
}
.title-section-desc {
	font-size: 16px;
	padding-top: 15px;
	color: #666;
	max-width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 1.7;
}


.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}

.owl-carousel {
  margin: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #ddd;
}
.owl-dots .owl-dot.active {
  background-color: #ccc;
  width: 25px;
    height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

/* End Default CSS */


/* Preloader CSS */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
#loader span {
  text-transform: capitalize;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 48%;
  letter-spacing: 1px;
}
.loader {
  position: absolute;
  top: 40%;
  left: 48%;
  border: 8px solid #0985f9;
  border-radius: 50%;
  border-top: 8px solid #ccc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* End Preloader CSS */


/* Nav CSS */
.navbar {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	z-index: 1030;
}
.navbar img {
	height: 35px;
  width: auto;
  margin-top: 11px;
}
.navbar ul li {
	padding-right: 14px;
}
.navbar li a {
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  transition: 0.5s;
}
#navbar .active {
  position: relative;
}
#navbar .active::after {
  content: '';
    width: 40px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    left: calc(50% - 20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    bottom: 0;
}
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
.navbar .social-media {
	padding-left: 40px;
}
.navbar .social-media li {
	display: inline-block;
}
.navbar .social-media li a:hover {
	color: #ff9c00;
}

.na-dropdown {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.na-dropdown li a {
	font-size: 13px;
	color: #777;
	text-transform: capitalize;
	font-weight: 400;
}
.na-dropdown li a:hover {
	color: #ff9c00;
}
.navbar-travelku ul ul {
      position: absolute;
      min-width: 150px;
      background: #fff;
      border-radius: 2px;
      display: none;
}

.navbar-travelku ul ul li {
      display: block;
      background: #fff;
}

.navbar-travelku ul li:hover ul {
      display: block;
}
.navbar-travelku .dropdown-toggle::after {
    display: none;
}
.navbar-travelku .navbar-brand {
    padding-top: 0rem;
} 

.dropdown-pos-child {
	margin-left: 153px;
	margin-top: -35px;
	min-width: 190px !important;
}
.dpc-hidden {
	display: none !important;
}
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
.head-nav {
	height: 75px;
}
/* End Nav CSS */



/* Carausel CSS */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carausel-travelku .carousel-caption {
	text-align: left;
	color: #333;
	top: 20%;
    left: 9%;
    max-width: 580px;
}
.carausel-travelku .carousel-control-next, .carousel-control-prev {
	width: 8%;
	opacity: 0;
}
.carausel-travelku:hover .carousel-control-next,
.carausel-travelku:hover .carousel-control-prev {
	opacity: 1;
}
.carausel-travelku .carousel-indicators li {
	margin-bottom: 20px;
	background-color: #444;
}
.carausel-travelku .carousel-caption-title {
	padding-bottom: 20px;
}
.carausel-travelku .carousel-caption-title p {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.carausel-travelku .carousel-caption-description p {
	font-size: 18px;
}
.carausel-travelku .carousel-caption-cta {
	padding-top: 50px;
}
.carausel-travelku .carousel-caption-cta a {
	  color: #fff;
    background: #0985f9;
    border: 1px solid #0985f9;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 11px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.carausel-travelku .carousel-caption-cta a:hover {
	background: transparent;
  color: #0985f9;
  transition: 0.5s;
}

/* End Carausel CSS */


/* About CSS */
#about {
	padding-top: 80px;
	padding-bottom: 80px;
}
.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #0985f9;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 25px;
    top: 15%;
    left: 15%;
}

.about-text {
	padding-left: 30px;
}
.about-text-title {
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 25px;
  line-height: 1.3;
}
.about-text-desc p {
	padding-bottom: 7px;
  color: #666;
}
.about-img img {
  display: block;
  margin: 0 auto;
}
/* End About Us CSS */


/* Why Choose Us CSS */
#why-choose-us {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #f7f8f9;
}
#why-choose-us .row {
  padding-top: 10px;
}
.wcu-text-box {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 25px;
    margin-bottom: 30px;
}
.wcu-text-box .wcu-text-box-icon {
  font-size: 35px;
  padding-bottom: 20px;
  color: #42a4ff;
}
.wcu-text-box .wcu-text-box-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}
.wcu-text-box .wcu-text-box-desc p{
  font-size: 15px;
}

.wcu-text-box-blue {
  background: #42a4ff none repeat scroll 0 0;
  overflow: hidden;
  color: #fff;
}
.wcu-text-box-blue .wcu-text-box-icon {
  color: #fff;
}
/* End Why Choose Us CSS*/


/* Travel CSS */
#travel {
  padding-top: 80px;
  padding-bottom: 50px;
}
.travel-box {
  -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 30px;
    overflow: hidden;
}
.travel-box:hover .travel-box-img img {
  transform: scale(1.1);
}
.travel-box-img {
  overflow: hidden;
    position: relative;
}
.travel-box-img img {
  transition: transform 0.5s;
}
.travel-box-text {
  padding: 20px;
}
.travel-box-text .tbt-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.travel-box-text .tbt-desc p {
  color: #666;
  font-size: 15px;
}
/* End Travel CSS */


/* CTA Center CSS */
#cta-center {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/back-1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cta-center-box .ccb-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.cta-center-box .ccb-discount {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
}
.cta-center-box .ccb-cta {
  padding-top: 40px;
}
.cta-center-box .ccb-cta a {
  color: #fff;
    background: #0985f9;
    border: 1px solid #0985f9;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 11px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.cta-center-box .ccb-cta a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}
/* End CTA Center CSS */


/* Destinations CSS */
#destinations {
  padding-top: 80px;
  padding-bottom: 80px;
}
.destinations-detail-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.destinations-detail-box .ddb-text {
  position: absolute;
  top: 37%;
  right: 20%;
  bottom: 20%;
  left: 20%;
  text-align: center;
  color: #fff;
}
.destinations-detail-box img {
  transition: 0.5s;
}
.destinations-detail-box:hover img {
  transform: scale(1.1);
}
.destinations-detail-box .ddb-text .ddb-text-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 7px;
}
.destinations-detail-box .ddb-text .ddb-text-desc span {
  font-size: 13px;
  padding: 6px 10px;
  background: #0985f9;
  border-radius: 50px;
}
/* End Destinations CSS */

/* Packages CSS */
#packages {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f7f8f9;
}
.packages-detail-box {
  position: relative;
  text-align: center;
  background: #fff;
  -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 25px;
    margin-bottom: 30px;
}
.packages-detail-box .pdb-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 5px;
}
.packages-detail-box .pdb-price {
  font-size: 50px;
  color: #0985f9;
  font-weight: 600;
}
.packages-detail-box .pdb-price span {
  font-size: 25px;
  padding-right: 5px;
}
.packages-detail-box .pdb-day {
  font-size: 15px;
  margin-top: -13px;
  padding-bottom: 10px;
  color: #666;
}
.packages-detail-box .pdb-desc {
  font-size: 15px;
  padding-bottom: 40px;
  color: #666;
}
.packages-detail-box .pdb-cta {
  padding-bottom: 30px;
}
.packages-detail-box .pdb-cta a {
  color: #fff;
    background: #0985f9;
    border: 1px solid #0985f9;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 11px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.packages-detail-box .pdb-cta a:hover {
  background: transparent;
  color: #0985f9;
}
.packages-detail-box .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}
.packages-detail-box .ribbon span {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: -moz-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffcd22), color-stop(100%, #ffcd22));
    background: -webkit-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -o-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -ms-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px;
}
.packages-detail-box .ribbon span::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #343a40;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}
.packages-detail-box .ribbon span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #343a40;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}
/* End Packages CSS */


/* Gallery CSS */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gallery-detail {
  padding-top: 20px;
}
.gallery-detail .thumbnail {
    position: relative;
}
.gallery-detail .thumbnail-img {
    position: relative;
    overflow: hidden;
}
.gallery-detail .thumbnail-img img {
    max-width: 100%;
    transition: transform 0.5s;
}
.gallery-detail .thumbnail:hover .thumbnail-img img {
  transform: scale(1.1);
}
.gallery-detail .thumbnail:hover .caption {
    opacity: 1;
}

.gallery-detail .caption {
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    background: rgba(15, 129, 197, 0.45);;
    text-align: center;
    opacity: 0;
    color: #fff;
    transition: 1s;
    padding: 120px 10px 10px 10px;
}
.gd-col {
  padding: 1px;
}
/* End Gallery CSS */


/* Testimoni CSS */
#testimoni {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/about.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.testimoni-title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 50px;
}
.testimonial-detail-img img {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.testimonial-detail-desc {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 750px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.testimonial-detail-desc p::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-bottom: 20px;
  vertical-align: middle;
  content: "\f10d";
}
.testimonial-detail-desc p::after {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 6px;
  padding-top: 10px;
  vertical-align: middle;
  content: "\f10e";
}
.testimonial-detail-name {
  font-size: 18px;
}
/* End Testimoni CSS */


/* Contact CSS */
#contact {
  padding-top: 90px;
  padding-bottom: 60px;
} 
.contact-title p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.detail-contact .form-control {
  margin-bottom: 15px;
  height: 50px;
  background: transparent;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #222;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 2px;
  box-shadow: none;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-transition: all 1s ease 0s;
  transition: 1s;
}
.detail-contact .form-control:focus,
.detail-contact .form-control:hover {
  border-color: currentcolor currentcolor #4770d9;
}
.detail-contact textarea.form-control {
  height: 150px;
  resize: none;
}
.detail-contact ::placeholder {
  color: #a2a1a1;
}
.detail-contact .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0985f9;
    padding: 10px 35px;
    border: 1px solid #0985f9;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    margin-top: 30px;
    transition: 1s;
}
.detail-contact .btn:hover {
  color: #0985f9;
  background: transparent;
}
#contact .detail-contact {
  width: 80%;
  margin: 0 auto;
}
/* End Contact*/


/* Footer CSS */
#footer {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/about.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.footer-detail {
  margin-bottom: 30px;
}
.footer-detail i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-detail p:nth-child(2) {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.footer-detail p:nth-child(3) {
  font-weight: 300;
  letter-spacing: 1px;
}
/* End Footer */


/* Copyright CSS */
#copyright {
  background: #212529;
  color: #fff;
  text-align: center;
}
.copyright-social {
  padding-top: 20px;
}
.copyright-social a {
  color: #fff;
}
.copyright-social ul li {
  font-size: 20px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.copyright-detail {
  padding: 20px 0;
}
.copyright-detail p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5;
}
.copyright-detail a {
  color: #999;
}
/* End copyright */


/* Scrool Top CSS */
.scroll-top {
  position: fixed;
  bottom: 55px;
    right: 30px;
    z-index: 10;
    display: none;
}
.scroll-top .fa {
  color: #fff;
  font-size: 30px;
  background: #0985f9;
  border: 2px solid #0985f9;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 13px;
}
.scroll-top .fa:hover {
  background: transparent;
  color: #0985f9;
  transition: 0.5s;
}
/* End Scrool Top CSS
